We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 360351e + 9702331 commit acb8bfdCopy full SHA for acb8bfd
3 files changed
api.ts
@@ -938,6 +938,12 @@ export interface CredentialResponse {
938
* @memberof CredentialResponse
939
*/
940
'label'?: string | null;
941
+ /**
942
+ *
943
+ * @type {string}
944
+ * @memberof CredentialResponse
945
+ */
946
+ 'type'?: string | null;
947
}
948
/**
949
*
openapi/config.yml
@@ -1,4 +1,4 @@
1
---
2
npmName: mx-platform-node
3
-npmVersion: 0.9.1
+npmVersion: 0.9.2
4
supportsES6: true
package.json
@@ -1,6 +1,6 @@
{
"name": "mx-platform-node",
- "version": "0.9.1",
+ "version": "0.9.2",
"description": "A Node library for the MX Platform API.",
5
"author": "MX",
6
"keywords": [
0 commit comments