@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.
Files changed (87) 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 +2 -0
  49. package/src/apis/SDKApi.js +2 -0
  50. package/src/apis/SDKViewsApi.cjs +2 -0
  51. package/src/apis/SDKViewsApi.js +2 -0
  52. package/src/apis/SessionsApi.cjs +2 -0
  53. package/src/apis/SessionsApi.js +2 -0
  54. package/src/apis/SettingsApi.cjs +2 -0
  55. package/src/apis/SettingsApi.js +2 -0
  56. package/src/apis/TestAccountApi.cjs +2 -0
  57. package/src/apis/TestAccountApi.js +2 -0
  58. package/src/apis/TokensApi.cjs +2 -0
  59. package/src/apis/TokensApi.js +2 -0
  60. package/src/apis/UserApiTokensApi.cjs +2 -0
  61. package/src/apis/UserApiTokensApi.js +2 -0
  62. package/src/apis/UsersApi.cjs +2 -0
  63. package/src/apis/UsersApi.js +2 -0
  64. package/src/apis/VisitsApi.cjs +2 -0
  65. package/src/apis/VisitsApi.js +2 -0
  66. package/src/apis/WaasApi.cjs +36 -0
  67. package/src/apis/WaasApi.d.ts +13 -1
  68. package/src/apis/WaasApi.js +36 -0
  69. package/src/apis/WalletsApi.cjs +2 -0
  70. package/src/apis/WalletsApi.js +2 -0
  71. package/src/apis/WebhooksApi.cjs +2 -0
  72. package/src/apis/WebhooksApi.js +2 -0
  73. package/src/index.cjs +20 -0
  74. package/src/index.js +3 -0
  75. package/src/models/DelegatedAccessEncryptionPublicKey.cjs +3 -0
  76. package/src/models/DelegatedAccessEncryptionPublicKey.d.ts +7 -0
  77. package/src/models/DelegatedAccessEncryptionPublicKey.js +3 -0
  78. package/src/models/WaasDelegatedAccessEncryptionPublicKeyType.cjs +40 -0
  79. package/src/models/WaasDelegatedAccessEncryptionPublicKeyType.d.ts +23 -0
  80. package/src/models/WaasDelegatedAccessEncryptionPublicKeyType.js +34 -0
  81. package/src/models/WaasDelegationCredentialsRequest.cjs +38 -0
  82. package/src/models/WaasDelegationCredentialsRequest.d.ts +40 -0
  83. package/src/models/WaasDelegationCredentialsRequest.js +32 -0
  84. package/src/models/WaasDelegationCredentialsResponse.cjs +52 -0
  85. package/src/models/WaasDelegationCredentialsResponse.d.ts +65 -0
  86. package/src/models/WaasDelegationCredentialsResponse.js +46 -0
  87. 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 };
@@ -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';