@dynamic-labs/sdk-api-core 0.0.905 → 0.0.906
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/apis/SDKApi.cjs +1 -0
- package/src/apis/SDKApi.js +1 -0
- package/src/apis/WaasApi.cjs +1 -0
- package/src/apis/WaasApi.js +1 -0
- package/src/index.cjs +8 -0
- package/src/index.js +1 -0
- package/src/models/CheckoutTransaction.d.ts +1 -1
- package/src/models/JwtScope.cjs +43 -0
- package/src/models/JwtScope.d.ts +26 -0
- package/src/models/JwtScope.js +37 -0
- package/src/models/RecordBroadcastRequest.d.ts +1 -1
- package/src/models/index.d.ts +1 -0
package/package.json
CHANGED
package/src/apis/SDKApi.cjs
CHANGED
|
@@ -120,6 +120,7 @@ var InitPasskeyRecoveryRequest = require('../models/InitPasskeyRecoveryRequest.c
|
|
|
120
120
|
var InitPasskeyRecoveryResponse = require('../models/InitPasskeyRecoveryResponse.cjs');
|
|
121
121
|
var InlineObject = require('../models/InlineObject.cjs');
|
|
122
122
|
var JwksResponse = require('../models/JwksResponse.cjs');
|
|
123
|
+
require('../models/JwtScope.cjs');
|
|
123
124
|
require('../models/MFAAction.cjs');
|
|
124
125
|
require('../models/PublicKeyCredentialType.cjs');
|
|
125
126
|
require('../models/MFADeviceType.cjs');
|
package/src/apis/SDKApi.js
CHANGED
|
@@ -116,6 +116,7 @@ import { InitPasskeyRecoveryRequestToJSON } from '../models/InitPasskeyRecoveryR
|
|
|
116
116
|
import { InitPasskeyRecoveryResponseFromJSON } from '../models/InitPasskeyRecoveryResponse.js';
|
|
117
117
|
import { InlineObjectToJSON } from '../models/InlineObject.js';
|
|
118
118
|
import { JwksResponseFromJSON } from '../models/JwksResponse.js';
|
|
119
|
+
import '../models/JwtScope.js';
|
|
119
120
|
import '../models/MFAAction.js';
|
|
120
121
|
import '../models/PublicKeyCredentialType.js';
|
|
121
122
|
import '../models/MFADeviceType.js';
|
package/src/apis/WaasApi.cjs
CHANGED
|
@@ -64,6 +64,7 @@ require('../models/PublicKeyCredentialType.cjs');
|
|
|
64
64
|
require('../models/GlobalWalletAccessControlTypeEnum.cjs');
|
|
65
65
|
require('../models/GlobalWalletConnectionStatusEnum.cjs');
|
|
66
66
|
require('../models/HealthcheckStatus.cjs');
|
|
67
|
+
require('../models/JwtScope.cjs');
|
|
67
68
|
require('../models/MFAAction.cjs');
|
|
68
69
|
require('../models/MFADeviceType.cjs');
|
|
69
70
|
require('../models/MinSdkVersionEnum.cjs');
|
package/src/apis/WaasApi.js
CHANGED
|
@@ -60,6 +60,7 @@ import '../models/PublicKeyCredentialType.js';
|
|
|
60
60
|
import '../models/GlobalWalletAccessControlTypeEnum.js';
|
|
61
61
|
import '../models/GlobalWalletConnectionStatusEnum.js';
|
|
62
62
|
import '../models/HealthcheckStatus.js';
|
|
63
|
+
import '../models/JwtScope.js';
|
|
63
64
|
import '../models/MFAAction.js';
|
|
64
65
|
import '../models/MFADeviceType.js';
|
|
65
66
|
import '../models/MinSdkVersionEnum.js';
|
package/src/index.cjs
CHANGED
|
@@ -186,6 +186,7 @@ var JwksKey = require('./models/JwksKey.cjs');
|
|
|
186
186
|
var JwksResponse = require('./models/JwksResponse.cjs');
|
|
187
187
|
var JwtBlockchainAccount = require('./models/JwtBlockchainAccount.cjs');
|
|
188
188
|
var JwtPayloadDeprecatedInfo = require('./models/JwtPayloadDeprecatedInfo.cjs');
|
|
189
|
+
var JwtScope = require('./models/JwtScope.cjs');
|
|
189
190
|
var JwtVerifiedCredential = require('./models/JwtVerifiedCredential.cjs');
|
|
190
191
|
var JwtVerifiedCredentialFormatEnum = require('./models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
191
192
|
var JwtVerifiedCredentialHashes = require('./models/JwtVerifiedCredentialHashes.cjs');
|
|
@@ -1135,6 +1136,13 @@ exports.JwtBlockchainAccountToJSON = JwtBlockchainAccount.JwtBlockchainAccountTo
|
|
|
1135
1136
|
exports.JwtPayloadDeprecatedInfoFromJSON = JwtPayloadDeprecatedInfo.JwtPayloadDeprecatedInfoFromJSON;
|
|
1136
1137
|
exports.JwtPayloadDeprecatedInfoFromJSONTyped = JwtPayloadDeprecatedInfo.JwtPayloadDeprecatedInfoFromJSONTyped;
|
|
1137
1138
|
exports.JwtPayloadDeprecatedInfoToJSON = JwtPayloadDeprecatedInfo.JwtPayloadDeprecatedInfoToJSON;
|
|
1139
|
+
Object.defineProperty(exports, 'JwtScope', {
|
|
1140
|
+
enumerable: true,
|
|
1141
|
+
get: function () { return JwtScope.JwtScope; }
|
|
1142
|
+
});
|
|
1143
|
+
exports.JwtScopeFromJSON = JwtScope.JwtScopeFromJSON;
|
|
1144
|
+
exports.JwtScopeFromJSONTyped = JwtScope.JwtScopeFromJSONTyped;
|
|
1145
|
+
exports.JwtScopeToJSON = JwtScope.JwtScopeToJSON;
|
|
1138
1146
|
exports.JwtVerifiedCredentialFromJSON = JwtVerifiedCredential.JwtVerifiedCredentialFromJSON;
|
|
1139
1147
|
exports.JwtVerifiedCredentialFromJSONTyped = JwtVerifiedCredential.JwtVerifiedCredentialFromJSONTyped;
|
|
1140
1148
|
exports.JwtVerifiedCredentialToJSON = JwtVerifiedCredential.JwtVerifiedCredentialToJSON;
|
package/src/index.js
CHANGED
|
@@ -182,6 +182,7 @@ export { JwksKeyFromJSON, JwksKeyFromJSONTyped, JwksKeyToJSON } from './models/J
|
|
|
182
182
|
export { JwksResponseFromJSON, JwksResponseFromJSONTyped, JwksResponseToJSON } from './models/JwksResponse.js';
|
|
183
183
|
export { JwtBlockchainAccountFromJSON, JwtBlockchainAccountFromJSONTyped, JwtBlockchainAccountToJSON } from './models/JwtBlockchainAccount.js';
|
|
184
184
|
export { JwtPayloadDeprecatedInfoFromJSON, JwtPayloadDeprecatedInfoFromJSONTyped, JwtPayloadDeprecatedInfoToJSON } from './models/JwtPayloadDeprecatedInfo.js';
|
|
185
|
+
export { JwtScope, JwtScopeFromJSON, JwtScopeFromJSONTyped, JwtScopeToJSON } from './models/JwtScope.js';
|
|
185
186
|
export { JwtVerifiedCredentialFromJSON, JwtVerifiedCredentialFromJSONTyped, JwtVerifiedCredentialToJSON } from './models/JwtVerifiedCredential.js';
|
|
186
187
|
export { JwtVerifiedCredentialFormatEnum, JwtVerifiedCredentialFormatEnumFromJSON, JwtVerifiedCredentialFormatEnumFromJSONTyped, JwtVerifiedCredentialFormatEnumToJSON } from './models/JwtVerifiedCredentialFormatEnum.js';
|
|
187
188
|
export { JwtVerifiedCredentialHashesFromJSON, JwtVerifiedCredentialHashesFromJSONTyped, JwtVerifiedCredentialHashesToJSON } from './models/JwtVerifiedCredentialHashes.js';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* Valid scopes for a user JWT token
|
|
20
|
+
* @export
|
|
21
|
+
* @enum {string}
|
|
22
|
+
*/
|
|
23
|
+
exports.JwtScope = void 0;
|
|
24
|
+
(function (JwtScope) {
|
|
25
|
+
JwtScope["Userbasic"] = "user:basic";
|
|
26
|
+
JwtScope["RequiresAdditionalAuth"] = "requiresAdditionalAuth";
|
|
27
|
+
JwtScope["UserDataForm"] = "userDataForm";
|
|
28
|
+
JwtScope["WaasBackupToken"] = "waasBackupToken";
|
|
29
|
+
JwtScope["Deviceregister"] = "device:register";
|
|
30
|
+
})(exports.JwtScope || (exports.JwtScope = {}));
|
|
31
|
+
function JwtScopeFromJSON(json) {
|
|
32
|
+
return JwtScopeFromJSONTyped(json);
|
|
33
|
+
}
|
|
34
|
+
function JwtScopeFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
function JwtScopeToJSON(value) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
exports.JwtScopeFromJSON = JwtScopeFromJSON;
|
|
42
|
+
exports.JwtScopeFromJSONTyped = JwtScopeFromJSONTyped;
|
|
43
|
+
exports.JwtScopeToJSON = JwtScopeToJSON;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Valid scopes for a user JWT token
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum JwtScope {
|
|
18
|
+
Userbasic = "user:basic",
|
|
19
|
+
RequiresAdditionalAuth = "requiresAdditionalAuth",
|
|
20
|
+
UserDataForm = "userDataForm",
|
|
21
|
+
WaasBackupToken = "waasBackupToken",
|
|
22
|
+
Deviceregister = "device:register"
|
|
23
|
+
}
|
|
24
|
+
export declare function JwtScopeFromJSON(json: any): JwtScope;
|
|
25
|
+
export declare function JwtScopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): JwtScope;
|
|
26
|
+
export declare function JwtScopeToJSON(value?: JwtScope | null): any;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Valid scopes for a user JWT token
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
var JwtScope;
|
|
20
|
+
(function (JwtScope) {
|
|
21
|
+
JwtScope["Userbasic"] = "user:basic";
|
|
22
|
+
JwtScope["RequiresAdditionalAuth"] = "requiresAdditionalAuth";
|
|
23
|
+
JwtScope["UserDataForm"] = "userDataForm";
|
|
24
|
+
JwtScope["WaasBackupToken"] = "waasBackupToken";
|
|
25
|
+
JwtScope["Deviceregister"] = "device:register";
|
|
26
|
+
})(JwtScope || (JwtScope = {}));
|
|
27
|
+
function JwtScopeFromJSON(json) {
|
|
28
|
+
return JwtScopeFromJSONTyped(json);
|
|
29
|
+
}
|
|
30
|
+
function JwtScopeFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
function JwtScopeToJSON(value) {
|
|
34
|
+
return value;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { JwtScope, JwtScopeFromJSON, JwtScopeFromJSONTyped, JwtScopeToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -179,6 +179,7 @@ export * from './JwksKey';
|
|
|
179
179
|
export * from './JwksResponse';
|
|
180
180
|
export * from './JwtBlockchainAccount';
|
|
181
181
|
export * from './JwtPayloadDeprecatedInfo';
|
|
182
|
+
export * from './JwtScope';
|
|
182
183
|
export * from './JwtVerifiedCredential';
|
|
183
184
|
export * from './JwtVerifiedCredentialFormatEnum';
|
|
184
185
|
export * from './JwtVerifiedCredentialHashes';
|