@dynamic-labs/sdk-api 0.0.773 → 0.0.775
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/AllowlistsApi.cjs +2 -0
- package/src/apis/AllowlistsApi.js +2 -0
- package/src/apis/AnalyticsApi.cjs +2 -0
- package/src/apis/AnalyticsApi.js +2 -0
- package/src/apis/ChainalysisApi.cjs +2 -0
- package/src/apis/ChainalysisApi.js +2 -0
- package/src/apis/ChainsApi.cjs +2 -0
- package/src/apis/ChainsApi.js +2 -0
- package/src/apis/CustomFieldsApi.cjs +2 -0
- package/src/apis/CustomFieldsApi.js +2 -0
- package/src/apis/CustomHostnamesApi.cjs +2 -0
- package/src/apis/CustomHostnamesApi.js +2 -0
- package/src/apis/CustomNetworksApi.cjs +2 -0
- package/src/apis/CustomNetworksApi.js +2 -0
- package/src/apis/DeeplinkUrlsApi.cjs +2 -0
- package/src/apis/DeeplinkUrlsApi.js +2 -0
- package/src/apis/EnvironmentsApi.cjs +2 -0
- package/src/apis/EnvironmentsApi.js +2 -0
- package/src/apis/EventsApi.cjs +2 -0
- package/src/apis/EventsApi.js +2 -0
- package/src/apis/ExportsApi.cjs +2 -0
- package/src/apis/ExportsApi.js +2 -0
- package/src/apis/ExternalJwtApi.cjs +2 -0
- package/src/apis/ExternalJwtApi.js +2 -0
- package/src/apis/GatesApi.cjs +2 -0
- package/src/apis/GatesApi.js +2 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +2 -0
- package/src/apis/GlobalWalletAccessControlApi.js +2 -0
- package/src/apis/GlobalWalletConnectionsApi.cjs +2 -0
- package/src/apis/GlobalWalletConnectionsApi.js +2 -0
- package/src/apis/GlobalWalletsApi.cjs +2 -0
- package/src/apis/GlobalWalletsApi.js +2 -0
- package/src/apis/InvitesApi.cjs +2 -0
- package/src/apis/InvitesApi.js +2 -0
- package/src/apis/MembersApi.cjs +2 -0
- package/src/apis/MembersApi.js +2 -0
- package/src/apis/MfaSettingsApi.cjs +2 -0
- package/src/apis/MfaSettingsApi.js +2 -0
- package/src/apis/NameServicesApi.cjs +2 -0
- package/src/apis/NameServicesApi.js +2 -0
- package/src/apis/OrganizationsApi.cjs +2 -0
- package/src/apis/OrganizationsApi.js +2 -0
- package/src/apis/OriginsApi.cjs +2 -0
- package/src/apis/OriginsApi.js +2 -0
- package/src/apis/ProjectsApi.cjs +2 -0
- package/src/apis/ProjectsApi.js +2 -0
- package/src/apis/SDKApi.cjs +2 -0
- package/src/apis/SDKApi.js +2 -0
- package/src/apis/SDKViewsApi.cjs +2 -0
- package/src/apis/SDKViewsApi.js +2 -0
- package/src/apis/SessionsApi.cjs +2 -0
- package/src/apis/SessionsApi.js +2 -0
- package/src/apis/SettingsApi.cjs +2 -0
- package/src/apis/SettingsApi.js +2 -0
- package/src/apis/TestAccountApi.cjs +2 -0
- package/src/apis/TestAccountApi.js +2 -0
- package/src/apis/TokensApi.cjs +2 -0
- package/src/apis/TokensApi.js +2 -0
- package/src/apis/UserApiTokensApi.cjs +2 -0
- package/src/apis/UserApiTokensApi.js +2 -0
- package/src/apis/UsersApi.cjs +2 -0
- package/src/apis/UsersApi.js +2 -0
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +36 -0
- package/src/apis/WaasApi.d.ts +13 -1
- package/src/apis/WaasApi.js +36 -0
- package/src/apis/WalletsApi.cjs +2 -0
- package/src/apis/WalletsApi.js +2 -0
- package/src/apis/WebhooksApi.cjs +2 -0
- package/src/apis/WebhooksApi.js +2 -0
- package/src/index.cjs +20 -0
- package/src/index.js +3 -0
- package/src/models/DelegatedAccessEncryptionPublicKey.cjs +3 -0
- package/src/models/DelegatedAccessEncryptionPublicKey.d.ts +7 -0
- package/src/models/DelegatedAccessEncryptionPublicKey.js +3 -0
- package/src/models/WaasDelegatedAccessEncryptionPublicKeyType.cjs +40 -0
- package/src/models/WaasDelegatedAccessEncryptionPublicKeyType.d.ts +23 -0
- package/src/models/WaasDelegatedAccessEncryptionPublicKeyType.js +34 -0
- package/src/models/WaasDelegationCredentialsRequest.cjs +38 -0
- package/src/models/WaasDelegationCredentialsRequest.d.ts +40 -0
- package/src/models/WaasDelegationCredentialsRequest.js +32 -0
- package/src/models/WaasDelegationCredentialsResponse.cjs +52 -0
- package/src/models/WaasDelegationCredentialsResponse.d.ts +65 -0
- package/src/models/WaasDelegationCredentialsResponse.js +46 -0
- package/src/models/index.d.ts +3 -0
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
import { WaasDelegatedAccessEncryptionPublicKeyType } from './WaasDelegatedAccessEncryptionPublicKeyType';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WaasDelegationCredentialsResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface WaasDelegationCredentialsResponse {
|
|
19
|
+
/**
|
|
20
|
+
* A string with a max length of 4096 characters
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof WaasDelegationCredentialsResponse
|
|
23
|
+
*/
|
|
24
|
+
publicKey: string;
|
|
25
|
+
/**
|
|
26
|
+
* Short identifier referenced in webhook envelopes so the developer knows which private key to use
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof WaasDelegationCredentialsResponse
|
|
29
|
+
*/
|
|
30
|
+
kid: string;
|
|
31
|
+
/**
|
|
32
|
+
* Algorithm for how this key is used
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof WaasDelegationCredentialsResponse
|
|
35
|
+
*/
|
|
36
|
+
alg: WaasDelegationCredentialsResponseAlgEnum;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {WaasDelegatedAccessEncryptionPublicKeyType}
|
|
40
|
+
* @memberof WaasDelegationCredentialsResponse
|
|
41
|
+
*/
|
|
42
|
+
type?: WaasDelegatedAccessEncryptionPublicKeyType;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Date}
|
|
46
|
+
* @memberof WaasDelegationCredentialsResponse
|
|
47
|
+
*/
|
|
48
|
+
createdAt: Date;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Date}
|
|
52
|
+
* @memberof WaasDelegationCredentialsResponse
|
|
53
|
+
*/
|
|
54
|
+
updatedAt: Date;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @export
|
|
58
|
+
* @enum {string}
|
|
59
|
+
*/
|
|
60
|
+
export declare enum WaasDelegationCredentialsResponseAlgEnum {
|
|
61
|
+
RsaOaep256 = "RSA-OAEP-256"
|
|
62
|
+
}
|
|
63
|
+
export declare function WaasDelegationCredentialsResponseFromJSON(json: any): WaasDelegationCredentialsResponse;
|
|
64
|
+
export declare function WaasDelegationCredentialsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasDelegationCredentialsResponse;
|
|
65
|
+
export declare function WaasDelegationCredentialsResponseToJSON(value?: WaasDelegationCredentialsResponse | null): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
import { WaasDelegatedAccessEncryptionPublicKeyTypeFromJSON, WaasDelegatedAccessEncryptionPublicKeyTypeToJSON } from './WaasDelegatedAccessEncryptionPublicKeyType.js';
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @enum {string}
|
|
8
|
+
*/
|
|
9
|
+
var WaasDelegationCredentialsResponseAlgEnum;
|
|
10
|
+
(function (WaasDelegationCredentialsResponseAlgEnum) {
|
|
11
|
+
WaasDelegationCredentialsResponseAlgEnum["RsaOaep256"] = "RSA-OAEP-256";
|
|
12
|
+
})(WaasDelegationCredentialsResponseAlgEnum || (WaasDelegationCredentialsResponseAlgEnum = {}));
|
|
13
|
+
function WaasDelegationCredentialsResponseFromJSON(json) {
|
|
14
|
+
return WaasDelegationCredentialsResponseFromJSONTyped(json);
|
|
15
|
+
}
|
|
16
|
+
function WaasDelegationCredentialsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
17
|
+
if ((json === undefined) || (json === null)) {
|
|
18
|
+
return json;
|
|
19
|
+
}
|
|
20
|
+
return {
|
|
21
|
+
'publicKey': json['publicKey'],
|
|
22
|
+
'kid': json['kid'],
|
|
23
|
+
'alg': json['alg'],
|
|
24
|
+
'type': !exists(json, 'type') ? undefined : WaasDelegatedAccessEncryptionPublicKeyTypeFromJSON(json['type']),
|
|
25
|
+
'createdAt': (new Date(json['createdAt'])),
|
|
26
|
+
'updatedAt': (new Date(json['updatedAt'])),
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
function WaasDelegationCredentialsResponseToJSON(value) {
|
|
30
|
+
if (value === undefined) {
|
|
31
|
+
return undefined;
|
|
32
|
+
}
|
|
33
|
+
if (value === null) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'publicKey': value.publicKey,
|
|
38
|
+
'kid': value.kid,
|
|
39
|
+
'alg': value.alg,
|
|
40
|
+
'type': WaasDelegatedAccessEncryptionPublicKeyTypeToJSON(value.type),
|
|
41
|
+
'createdAt': (value.createdAt.toISOString()),
|
|
42
|
+
'updatedAt': (value.updatedAt.toISOString()),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export { WaasDelegationCredentialsResponseAlgEnum, WaasDelegationCredentialsResponseFromJSON, WaasDelegationCredentialsResponseFromJSONTyped, WaasDelegationCredentialsResponseToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -492,6 +492,9 @@ export * from './WaasAuthenticateResponseEncodedJwts';
|
|
|
492
492
|
export * from './WaasBackupOptionsEnum';
|
|
493
493
|
export * from './WaasChainEnum';
|
|
494
494
|
export * from './WaasDelegateSignMessageRequest';
|
|
495
|
+
export * from './WaasDelegatedAccessEncryptionPublicKeyType';
|
|
496
|
+
export * from './WaasDelegationCredentialsRequest';
|
|
497
|
+
export * from './WaasDelegationCredentialsResponse';
|
|
495
498
|
export * from './WaasPolicyArgumentConstraint';
|
|
496
499
|
export * from './WaasPolicyConstraintCondition';
|
|
497
500
|
export * from './WaasPolicyCreateRequest';
|