@dynamic-labs/sdk-api 0.0.772 → 0.0.774

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.
Files changed (88) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +2 -0
  3. package/src/apis/AllowlistsApi.js +2 -0
  4. package/src/apis/AnalyticsApi.cjs +2 -0
  5. package/src/apis/AnalyticsApi.js +2 -0
  6. package/src/apis/ChainalysisApi.cjs +2 -0
  7. package/src/apis/ChainalysisApi.js +2 -0
  8. package/src/apis/ChainsApi.cjs +2 -0
  9. package/src/apis/ChainsApi.js +2 -0
  10. package/src/apis/CustomFieldsApi.cjs +2 -0
  11. package/src/apis/CustomFieldsApi.js +2 -0
  12. package/src/apis/CustomHostnamesApi.cjs +2 -0
  13. package/src/apis/CustomHostnamesApi.js +2 -0
  14. package/src/apis/CustomNetworksApi.cjs +2 -0
  15. package/src/apis/CustomNetworksApi.js +2 -0
  16. package/src/apis/DeeplinkUrlsApi.cjs +2 -0
  17. package/src/apis/DeeplinkUrlsApi.js +2 -0
  18. package/src/apis/EnvironmentsApi.cjs +2 -0
  19. package/src/apis/EnvironmentsApi.js +2 -0
  20. package/src/apis/EventsApi.cjs +2 -0
  21. package/src/apis/EventsApi.js +2 -0
  22. package/src/apis/ExportsApi.cjs +2 -0
  23. package/src/apis/ExportsApi.js +2 -0
  24. package/src/apis/ExternalJwtApi.cjs +2 -0
  25. package/src/apis/ExternalJwtApi.js +2 -0
  26. package/src/apis/GatesApi.cjs +2 -0
  27. package/src/apis/GatesApi.js +2 -0
  28. package/src/apis/GlobalWalletAccessControlApi.cjs +2 -0
  29. package/src/apis/GlobalWalletAccessControlApi.js +2 -0
  30. package/src/apis/GlobalWalletConnectionsApi.cjs +2 -0
  31. package/src/apis/GlobalWalletConnectionsApi.js +2 -0
  32. package/src/apis/GlobalWalletsApi.cjs +2 -0
  33. package/src/apis/GlobalWalletsApi.js +2 -0
  34. package/src/apis/InvitesApi.cjs +2 -0
  35. package/src/apis/InvitesApi.js +2 -0
  36. package/src/apis/MembersApi.cjs +2 -0
  37. package/src/apis/MembersApi.js +2 -0
  38. package/src/apis/MfaSettingsApi.cjs +2 -0
  39. package/src/apis/MfaSettingsApi.js +2 -0
  40. package/src/apis/NameServicesApi.cjs +2 -0
  41. package/src/apis/NameServicesApi.js +2 -0
  42. package/src/apis/OrganizationsApi.cjs +2 -0
  43. package/src/apis/OrganizationsApi.js +2 -0
  44. package/src/apis/OriginsApi.cjs +2 -0
  45. package/src/apis/OriginsApi.js +2 -0
  46. package/src/apis/ProjectsApi.cjs +2 -0
  47. package/src/apis/ProjectsApi.js +2 -0
  48. package/src/apis/SDKApi.cjs +78 -0
  49. package/src/apis/SDKApi.d.ts +28 -1
  50. package/src/apis/SDKApi.js +78 -0
  51. package/src/apis/SDKViewsApi.cjs +2 -0
  52. package/src/apis/SDKViewsApi.js +2 -0
  53. package/src/apis/SessionsApi.cjs +2 -0
  54. package/src/apis/SessionsApi.js +2 -0
  55. package/src/apis/SettingsApi.cjs +2 -0
  56. package/src/apis/SettingsApi.js +2 -0
  57. package/src/apis/TestAccountApi.cjs +2 -0
  58. package/src/apis/TestAccountApi.js +2 -0
  59. package/src/apis/TokensApi.cjs +2 -0
  60. package/src/apis/TokensApi.js +2 -0
  61. package/src/apis/UserApiTokensApi.cjs +2 -0
  62. package/src/apis/UserApiTokensApi.js +2 -0
  63. package/src/apis/UsersApi.cjs +2 -0
  64. package/src/apis/UsersApi.js +2 -0
  65. package/src/apis/VisitsApi.cjs +2 -0
  66. package/src/apis/VisitsApi.js +2 -0
  67. package/src/apis/WaasApi.cjs +36 -0
  68. package/src/apis/WaasApi.d.ts +13 -1
  69. package/src/apis/WaasApi.js +36 -0
  70. package/src/apis/WalletsApi.cjs +2 -0
  71. package/src/apis/WalletsApi.js +2 -0
  72. package/src/apis/WebhooksApi.cjs +2 -0
  73. package/src/apis/WebhooksApi.js +2 -0
  74. package/src/index.cjs +24 -0
  75. package/src/index.js +4 -0
  76. package/src/models/DelegatedShareDeliveryRequest.cjs +43 -0
  77. package/src/models/DelegatedShareDeliveryRequest.d.ts +27 -0
  78. package/src/models/DelegatedShareDeliveryRequest.js +37 -0
  79. package/src/models/DelegatedShareDeliveryResponse.cjs +46 -0
  80. package/src/models/DelegatedShareDeliveryResponse.d.ts +47 -0
  81. package/src/models/DelegatedShareDeliveryResponse.js +40 -0
  82. package/src/models/WaasDelegationCredentialsRequest.cjs +35 -0
  83. package/src/models/WaasDelegationCredentialsRequest.d.ts +33 -0
  84. package/src/models/WaasDelegationCredentialsRequest.js +29 -0
  85. package/src/models/WaasDelegationCredentialsResponse.cjs +59 -0
  86. package/src/models/WaasDelegationCredentialsResponse.d.ts +58 -0
  87. package/src/models/WaasDelegationCredentialsResponse.js +53 -0
  88. package/src/models/index.d.ts +4 -0
@@ -0,0 +1,33 @@
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
+ *
14
+ * @export
15
+ * @interface WaasDelegationCredentialsRequest
16
+ */
17
+ export interface WaasDelegationCredentialsRequest {
18
+ /**
19
+ * A string with a max length of 4096 characters
20
+ * @type {string}
21
+ * @memberof WaasDelegationCredentialsRequest
22
+ */
23
+ publicKey: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof WaasDelegationCredentialsRequest
28
+ */
29
+ alg?: string;
30
+ }
31
+ export declare function WaasDelegationCredentialsRequestFromJSON(json: any): WaasDelegationCredentialsRequest;
32
+ export declare function WaasDelegationCredentialsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasDelegationCredentialsRequest;
33
+ export declare function WaasDelegationCredentialsRequestToJSON(value?: WaasDelegationCredentialsRequest | null): any;
@@ -0,0 +1,29 @@
1
+ import { exists } from '../runtime.js';
2
+
3
+ /* tslint:disable */
4
+ function WaasDelegationCredentialsRequestFromJSON(json) {
5
+ return WaasDelegationCredentialsRequestFromJSONTyped(json);
6
+ }
7
+ function WaasDelegationCredentialsRequestFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'publicKey': json['publicKey'],
13
+ 'alg': !exists(json, 'alg') ? undefined : json['alg'],
14
+ };
15
+ }
16
+ function WaasDelegationCredentialsRequestToJSON(value) {
17
+ if (value === undefined) {
18
+ return undefined;
19
+ }
20
+ if (value === null) {
21
+ return null;
22
+ }
23
+ return {
24
+ 'publicKey': value.publicKey,
25
+ 'alg': value.alg,
26
+ };
27
+ }
28
+
29
+ export { WaasDelegationCredentialsRequestFromJSON, WaasDelegationCredentialsRequestFromJSONTyped, WaasDelegationCredentialsRequestToJSON };
@@ -0,0 +1,59 @@
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
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.WaasDelegationCredentialsResponseAlgEnum = void 0;
23
+ (function (WaasDelegationCredentialsResponseAlgEnum) {
24
+ WaasDelegationCredentialsResponseAlgEnum["RsaOaep256"] = "RSA-OAEP-256";
25
+ })(exports.WaasDelegationCredentialsResponseAlgEnum || (exports.WaasDelegationCredentialsResponseAlgEnum = {}));
26
+ function WaasDelegationCredentialsResponseFromJSON(json) {
27
+ return WaasDelegationCredentialsResponseFromJSONTyped(json);
28
+ }
29
+ function WaasDelegationCredentialsResponseFromJSONTyped(json, ignoreDiscriminator) {
30
+ if ((json === undefined) || (json === null)) {
31
+ return json;
32
+ }
33
+ return {
34
+ 'publicKey': json['publicKey'],
35
+ 'kid': json['kid'],
36
+ 'alg': json['alg'],
37
+ 'createdAt': (new Date(json['createdAt'])),
38
+ 'updatedAt': (new Date(json['updatedAt'])),
39
+ };
40
+ }
41
+ function WaasDelegationCredentialsResponseToJSON(value) {
42
+ if (value === undefined) {
43
+ return undefined;
44
+ }
45
+ if (value === null) {
46
+ return null;
47
+ }
48
+ return {
49
+ 'publicKey': value.publicKey,
50
+ 'kid': value.kid,
51
+ 'alg': value.alg,
52
+ 'createdAt': (value.createdAt.toISOString()),
53
+ 'updatedAt': (value.updatedAt.toISOString()),
54
+ };
55
+ }
56
+
57
+ exports.WaasDelegationCredentialsResponseFromJSON = WaasDelegationCredentialsResponseFromJSON;
58
+ exports.WaasDelegationCredentialsResponseFromJSONTyped = WaasDelegationCredentialsResponseFromJSONTyped;
59
+ exports.WaasDelegationCredentialsResponseToJSON = WaasDelegationCredentialsResponseToJSON;
@@ -0,0 +1,58 @@
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
+ *
14
+ * @export
15
+ * @interface WaasDelegationCredentialsResponse
16
+ */
17
+ export interface WaasDelegationCredentialsResponse {
18
+ /**
19
+ * A string with a max length of 4096 characters
20
+ * @type {string}
21
+ * @memberof WaasDelegationCredentialsResponse
22
+ */
23
+ publicKey: string;
24
+ /**
25
+ * Short identifier referenced in webhook envelopes so the developer knows which private key to use
26
+ * @type {string}
27
+ * @memberof WaasDelegationCredentialsResponse
28
+ */
29
+ kid: string;
30
+ /**
31
+ * Algorithm for how this key is used
32
+ * @type {string}
33
+ * @memberof WaasDelegationCredentialsResponse
34
+ */
35
+ alg: WaasDelegationCredentialsResponseAlgEnum;
36
+ /**
37
+ *
38
+ * @type {Date}
39
+ * @memberof WaasDelegationCredentialsResponse
40
+ */
41
+ createdAt: Date;
42
+ /**
43
+ *
44
+ * @type {Date}
45
+ * @memberof WaasDelegationCredentialsResponse
46
+ */
47
+ updatedAt: Date;
48
+ }
49
+ /**
50
+ * @export
51
+ * @enum {string}
52
+ */
53
+ export declare enum WaasDelegationCredentialsResponseAlgEnum {
54
+ RsaOaep256 = "RSA-OAEP-256"
55
+ }
56
+ export declare function WaasDelegationCredentialsResponseFromJSON(json: any): WaasDelegationCredentialsResponse;
57
+ export declare function WaasDelegationCredentialsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasDelegationCredentialsResponse;
58
+ export declare function WaasDelegationCredentialsResponseToJSON(value?: WaasDelegationCredentialsResponse | null): any;
@@ -0,0 +1,53 @@
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
+ * @export
16
+ * @enum {string}
17
+ */
18
+ var WaasDelegationCredentialsResponseAlgEnum;
19
+ (function (WaasDelegationCredentialsResponseAlgEnum) {
20
+ WaasDelegationCredentialsResponseAlgEnum["RsaOaep256"] = "RSA-OAEP-256";
21
+ })(WaasDelegationCredentialsResponseAlgEnum || (WaasDelegationCredentialsResponseAlgEnum = {}));
22
+ function WaasDelegationCredentialsResponseFromJSON(json) {
23
+ return WaasDelegationCredentialsResponseFromJSONTyped(json);
24
+ }
25
+ function WaasDelegationCredentialsResponseFromJSONTyped(json, ignoreDiscriminator) {
26
+ if ((json === undefined) || (json === null)) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'publicKey': json['publicKey'],
31
+ 'kid': json['kid'],
32
+ 'alg': json['alg'],
33
+ 'createdAt': (new Date(json['createdAt'])),
34
+ 'updatedAt': (new Date(json['updatedAt'])),
35
+ };
36
+ }
37
+ function WaasDelegationCredentialsResponseToJSON(value) {
38
+ if (value === undefined) {
39
+ return undefined;
40
+ }
41
+ if (value === null) {
42
+ return null;
43
+ }
44
+ return {
45
+ 'publicKey': value.publicKey,
46
+ 'kid': value.kid,
47
+ 'alg': value.alg,
48
+ 'createdAt': (value.createdAt.toISOString()),
49
+ 'updatedAt': (value.updatedAt.toISOString()),
50
+ };
51
+ }
52
+
53
+ export { WaasDelegationCredentialsResponseAlgEnum, WaasDelegationCredentialsResponseFromJSON, WaasDelegationCredentialsResponseFromJSONTyped, WaasDelegationCredentialsResponseToJSON };
@@ -104,6 +104,8 @@ export * from './DelegatedAccessEncryptionPublicKey';
104
104
  export * from './DelegatedAccessEncryptionPublicKeyResponse';
105
105
  export * from './DelegatedAccessEncryptionPublicKeysResponse';
106
106
  export * from './DelegatedAccessEncryptionPublicKeysUnifiedResponse';
107
+ export * from './DelegatedShareDeliveryRequest';
108
+ export * from './DelegatedShareDeliveryResponse';
107
109
  export * from './DeleteEmbeddedWalletsRequest';
108
110
  export * from './DeleteUserPasskeyRequest';
109
111
  export * from './DnsRecordType';
@@ -490,6 +492,8 @@ export * from './WaasAuthenticateResponseEncodedJwts';
490
492
  export * from './WaasBackupOptionsEnum';
491
493
  export * from './WaasChainEnum';
492
494
  export * from './WaasDelegateSignMessageRequest';
495
+ export * from './WaasDelegationCredentialsRequest';
496
+ export * from './WaasDelegationCredentialsResponse';
493
497
  export * from './WaasPolicyArgumentConstraint';
494
498
  export * from './WaasPolicyConstraintCondition';
495
499
  export * from './WaasPolicyCreateRequest';