@dynamic-labs/sdk-api 0.0.694 → 0.0.696

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 +3 -2
  3. package/src/apis/AllowlistsApi.js +3 -2
  4. package/src/apis/AnalyticsApi.cjs +3 -2
  5. package/src/apis/AnalyticsApi.js +3 -2
  6. package/src/apis/ChainalysisApi.cjs +3 -2
  7. package/src/apis/ChainalysisApi.js +3 -2
  8. package/src/apis/ChainsApi.cjs +3 -2
  9. package/src/apis/ChainsApi.js +3 -2
  10. package/src/apis/CustomFieldsApi.cjs +3 -2
  11. package/src/apis/CustomFieldsApi.js +3 -2
  12. package/src/apis/CustomHostnamesApi.cjs +3 -2
  13. package/src/apis/CustomHostnamesApi.js +3 -2
  14. package/src/apis/CustomNetworksApi.cjs +3 -2
  15. package/src/apis/CustomNetworksApi.js +3 -2
  16. package/src/apis/DeeplinkUrlsApi.cjs +3 -2
  17. package/src/apis/DeeplinkUrlsApi.js +3 -2
  18. package/src/apis/EnvironmentsApi.cjs +3 -2
  19. package/src/apis/EnvironmentsApi.js +3 -2
  20. package/src/apis/EventsApi.cjs +3 -2
  21. package/src/apis/EventsApi.js +3 -2
  22. package/src/apis/ExportsApi.cjs +3 -2
  23. package/src/apis/ExportsApi.js +3 -2
  24. package/src/apis/ExternalJwtApi.cjs +3 -2
  25. package/src/apis/ExternalJwtApi.js +3 -2
  26. package/src/apis/GatesApi.cjs +3 -2
  27. package/src/apis/GatesApi.js +3 -2
  28. package/src/apis/GlobalWalletAccessControlApi.cjs +3 -2
  29. package/src/apis/GlobalWalletAccessControlApi.js +3 -2
  30. package/src/apis/GlobalWalletsApi.cjs +3 -2
  31. package/src/apis/GlobalWalletsApi.js +3 -2
  32. package/src/apis/InvitesApi.cjs +3 -2
  33. package/src/apis/InvitesApi.js +3 -2
  34. package/src/apis/MembersApi.cjs +3 -2
  35. package/src/apis/MembersApi.js +3 -2
  36. package/src/apis/MfaSettingsApi.cjs +3 -2
  37. package/src/apis/MfaSettingsApi.js +3 -2
  38. package/src/apis/NameServicesApi.cjs +3 -2
  39. package/src/apis/NameServicesApi.js +3 -2
  40. package/src/apis/OrganizationsApi.cjs +3 -2
  41. package/src/apis/OrganizationsApi.js +3 -2
  42. package/src/apis/OriginsApi.cjs +3 -2
  43. package/src/apis/OriginsApi.js +3 -2
  44. package/src/apis/ProjectsApi.cjs +3 -2
  45. package/src/apis/ProjectsApi.js +3 -2
  46. package/src/apis/SDKApi.cjs +66 -2
  47. package/src/apis/SDKApi.d.ts +23 -1
  48. package/src/apis/SDKApi.js +66 -2
  49. package/src/apis/SDKViewsApi.cjs +3 -2
  50. package/src/apis/SDKViewsApi.js +3 -2
  51. package/src/apis/SessionsApi.cjs +3 -2
  52. package/src/apis/SessionsApi.js +3 -2
  53. package/src/apis/SettingsApi.cjs +3 -2
  54. package/src/apis/SettingsApi.js +3 -2
  55. package/src/apis/TestAccountApi.cjs +3 -2
  56. package/src/apis/TestAccountApi.js +3 -2
  57. package/src/apis/TokensApi.cjs +3 -2
  58. package/src/apis/TokensApi.js +3 -2
  59. package/src/apis/UserApiTokensApi.cjs +3 -2
  60. package/src/apis/UserApiTokensApi.js +3 -2
  61. package/src/apis/UsersApi.cjs +3 -2
  62. package/src/apis/UsersApi.js +3 -2
  63. package/src/apis/VisitsApi.cjs +3 -2
  64. package/src/apis/VisitsApi.js +3 -2
  65. package/src/apis/WaasApi.cjs +3 -2
  66. package/src/apis/WaasApi.js +3 -2
  67. package/src/apis/WalletsApi.cjs +3 -2
  68. package/src/apis/WalletsApi.js +3 -2
  69. package/src/apis/WebhooksApi.cjs +3 -2
  70. package/src/apis/WebhooksApi.js +3 -2
  71. package/src/index.cjs +20 -4
  72. package/src/index.js +4 -1
  73. package/src/models/GetPasskeyAuthenticationOptionsResponse.cjs +49 -0
  74. package/src/models/GetPasskeyAuthenticationOptionsResponse.d.ts +67 -0
  75. package/src/models/GetPasskeyAuthenticationOptionsResponse.js +43 -0
  76. package/src/models/PasskeyCredentialHint.cjs +41 -0
  77. package/src/models/PasskeyCredentialHint.d.ts +24 -0
  78. package/src/models/PasskeyCredentialHint.js +35 -0
  79. package/src/models/PasskeyCredentialType.cjs +39 -0
  80. package/src/models/PasskeyCredentialType.d.ts +22 -0
  81. package/src/models/PasskeyCredentialType.js +33 -0
  82. package/src/models/PasskeyExcludeCredential.cjs +3 -10
  83. package/src/models/PasskeyExcludeCredential.d.ts +3 -9
  84. package/src/models/PasskeyExcludeCredential.js +4 -11
  85. package/src/models/PasskeyRegisterRequest.cjs +3 -0
  86. package/src/models/PasskeyRegisterRequest.d.ts +7 -0
  87. package/src/models/PasskeyRegisterRequest.js +3 -0
  88. package/src/models/index.d.ts +3 -0
@@ -0,0 +1,39 @@
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
+ *
20
+ * @export
21
+ * @enum {string}
22
+ */
23
+ exports.PasskeyCredentialType = void 0;
24
+ (function (PasskeyCredentialType) {
25
+ PasskeyCredentialType["PublicKey"] = "public-key";
26
+ })(exports.PasskeyCredentialType || (exports.PasskeyCredentialType = {}));
27
+ function PasskeyCredentialTypeFromJSON(json) {
28
+ return PasskeyCredentialTypeFromJSONTyped(json);
29
+ }
30
+ function PasskeyCredentialTypeFromJSONTyped(json, ignoreDiscriminator) {
31
+ return json;
32
+ }
33
+ function PasskeyCredentialTypeToJSON(value) {
34
+ return value;
35
+ }
36
+
37
+ exports.PasskeyCredentialTypeFromJSON = PasskeyCredentialTypeFromJSON;
38
+ exports.PasskeyCredentialTypeFromJSONTyped = PasskeyCredentialTypeFromJSONTyped;
39
+ exports.PasskeyCredentialTypeToJSON = PasskeyCredentialTypeToJSON;
@@ -0,0 +1,22 @@
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
+ * @enum {string}
16
+ */
17
+ export declare enum PasskeyCredentialType {
18
+ PublicKey = "public-key"
19
+ }
20
+ export declare function PasskeyCredentialTypeFromJSON(json: any): PasskeyCredentialType;
21
+ export declare function PasskeyCredentialTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PasskeyCredentialType;
22
+ export declare function PasskeyCredentialTypeToJSON(value?: PasskeyCredentialType | null): any;
@@ -0,0 +1,33 @@
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
+ *
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ var PasskeyCredentialType;
20
+ (function (PasskeyCredentialType) {
21
+ PasskeyCredentialType["PublicKey"] = "public-key";
22
+ })(PasskeyCredentialType || (PasskeyCredentialType = {}));
23
+ function PasskeyCredentialTypeFromJSON(json) {
24
+ return PasskeyCredentialTypeFromJSONTyped(json);
25
+ }
26
+ function PasskeyCredentialTypeFromJSONTyped(json, ignoreDiscriminator) {
27
+ return json;
28
+ }
29
+ function PasskeyCredentialTypeToJSON(value) {
30
+ return value;
31
+ }
32
+
33
+ export { PasskeyCredentialType, PasskeyCredentialTypeFromJSON, PasskeyCredentialTypeFromJSONTyped, PasskeyCredentialTypeToJSON };
@@ -3,17 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var runtime = require('../runtime.cjs');
6
+ var PasskeyCredentialType = require('./PasskeyCredentialType.cjs');
6
7
  var PasskeyTransport = require('./PasskeyTransport.cjs');
7
8
 
8
9
  /* tslint:disable */
9
- /**
10
- * @export
11
- * @enum {string}
12
- */
13
- exports.PasskeyExcludeCredentialTypeEnum = void 0;
14
- (function (PasskeyExcludeCredentialTypeEnum) {
15
- PasskeyExcludeCredentialTypeEnum["PublicKey"] = "public-key";
16
- })(exports.PasskeyExcludeCredentialTypeEnum || (exports.PasskeyExcludeCredentialTypeEnum = {}));
17
10
  function PasskeyExcludeCredentialFromJSON(json) {
18
11
  return PasskeyExcludeCredentialFromJSONTyped(json);
19
12
  }
@@ -24,7 +17,7 @@ function PasskeyExcludeCredentialFromJSONTyped(json, ignoreDiscriminator) {
24
17
  return {
25
18
  'id': json['id'],
26
19
  'transports': !runtime.exists(json, 'transports') ? undefined : (json['transports'].map(PasskeyTransport.PasskeyTransportFromJSON)),
27
- 'type': json['type'],
20
+ 'type': PasskeyCredentialType.PasskeyCredentialTypeFromJSON(json['type']),
28
21
  };
29
22
  }
30
23
  function PasskeyExcludeCredentialToJSON(value) {
@@ -37,7 +30,7 @@ function PasskeyExcludeCredentialToJSON(value) {
37
30
  return {
38
31
  'id': value.id,
39
32
  'transports': value.transports === undefined ? undefined : (value.transports.map(PasskeyTransport.PasskeyTransportToJSON)),
40
- 'type': value.type,
33
+ 'type': PasskeyCredentialType.PasskeyCredentialTypeToJSON(value.type),
41
34
  };
42
35
  }
43
36
 
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { PasskeyCredentialType } from './PasskeyCredentialType';
12
13
  import { PasskeyTransport } from './PasskeyTransport';
13
14
  /**
14
15
  *
@@ -30,17 +31,10 @@ export interface PasskeyExcludeCredential {
30
31
  transports?: Array<PasskeyTransport>;
31
32
  /**
32
33
  *
33
- * @type {string}
34
+ * @type {PasskeyCredentialType}
34
35
  * @memberof PasskeyExcludeCredential
35
36
  */
36
- type: PasskeyExcludeCredentialTypeEnum;
37
- }
38
- /**
39
- * @export
40
- * @enum {string}
41
- */
42
- export declare enum PasskeyExcludeCredentialTypeEnum {
43
- PublicKey = "public-key"
37
+ type: PasskeyCredentialType;
44
38
  }
45
39
  export declare function PasskeyExcludeCredentialFromJSON(json: any): PasskeyExcludeCredential;
46
40
  export declare function PasskeyExcludeCredentialFromJSONTyped(json: any, ignoreDiscriminator: boolean): PasskeyExcludeCredential;
@@ -1,15 +1,8 @@
1
1
  import { exists } from '../runtime.js';
2
+ import { PasskeyCredentialTypeFromJSON, PasskeyCredentialTypeToJSON } from './PasskeyCredentialType.js';
2
3
  import { PasskeyTransportFromJSON, PasskeyTransportToJSON } from './PasskeyTransport.js';
3
4
 
4
5
  /* tslint:disable */
5
- /**
6
- * @export
7
- * @enum {string}
8
- */
9
- var PasskeyExcludeCredentialTypeEnum;
10
- (function (PasskeyExcludeCredentialTypeEnum) {
11
- PasskeyExcludeCredentialTypeEnum["PublicKey"] = "public-key";
12
- })(PasskeyExcludeCredentialTypeEnum || (PasskeyExcludeCredentialTypeEnum = {}));
13
6
  function PasskeyExcludeCredentialFromJSON(json) {
14
7
  return PasskeyExcludeCredentialFromJSONTyped(json);
15
8
  }
@@ -20,7 +13,7 @@ function PasskeyExcludeCredentialFromJSONTyped(json, ignoreDiscriminator) {
20
13
  return {
21
14
  'id': json['id'],
22
15
  'transports': !exists(json, 'transports') ? undefined : (json['transports'].map(PasskeyTransportFromJSON)),
23
- 'type': json['type'],
16
+ 'type': PasskeyCredentialTypeFromJSON(json['type']),
24
17
  };
25
18
  }
26
19
  function PasskeyExcludeCredentialToJSON(value) {
@@ -33,8 +26,8 @@ function PasskeyExcludeCredentialToJSON(value) {
33
26
  return {
34
27
  'id': value.id,
35
28
  'transports': value.transports === undefined ? undefined : (value.transports.map(PasskeyTransportToJSON)),
36
- 'type': value.type,
29
+ 'type': PasskeyCredentialTypeToJSON(value.type),
37
30
  };
38
31
  }
39
32
 
40
- export { PasskeyExcludeCredentialFromJSON, PasskeyExcludeCredentialFromJSONTyped, PasskeyExcludeCredentialToJSON, PasskeyExcludeCredentialTypeEnum };
33
+ export { PasskeyExcludeCredentialFromJSON, PasskeyExcludeCredentialFromJSONTyped, PasskeyExcludeCredentialToJSON };
@@ -5,6 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var runtime = require('../runtime.cjs');
6
6
  var AuthenticationExtensionsClientOutputs = require('./AuthenticationExtensionsClientOutputs.cjs');
7
7
  var AuthenticatorAttachment = require('./AuthenticatorAttachment.cjs');
8
+ var PasskeyCredentialType = require('./PasskeyCredentialType.cjs');
8
9
  var PasskeyRegistrationCredentialV2 = require('./PasskeyRegistrationCredentialV2.cjs');
9
10
 
10
11
  /* tslint:disable */
@@ -21,6 +22,7 @@ function PasskeyRegisterRequestFromJSONTyped(json, ignoreDiscriminator) {
21
22
  'response': PasskeyRegistrationCredentialV2.PasskeyRegistrationCredentialV2FromJSON(json['response']),
22
23
  'clientExtensionResults': AuthenticationExtensionsClientOutputs.AuthenticationExtensionsClientOutputsFromJSON(json['clientExtensionResults']),
23
24
  'authenticatorAttachment': !runtime.exists(json, 'authenticatorAttachment') ? undefined : AuthenticatorAttachment.AuthenticatorAttachmentFromJSON(json['authenticatorAttachment']),
25
+ 'type': PasskeyCredentialType.PasskeyCredentialTypeFromJSON(json['type']),
24
26
  };
25
27
  }
26
28
  function PasskeyRegisterRequestToJSON(value) {
@@ -36,6 +38,7 @@ function PasskeyRegisterRequestToJSON(value) {
36
38
  'response': PasskeyRegistrationCredentialV2.PasskeyRegistrationCredentialV2ToJSON(value.response),
37
39
  'clientExtensionResults': AuthenticationExtensionsClientOutputs.AuthenticationExtensionsClientOutputsToJSON(value.clientExtensionResults),
38
40
  'authenticatorAttachment': AuthenticatorAttachment.AuthenticatorAttachmentToJSON(value.authenticatorAttachment),
41
+ 'type': PasskeyCredentialType.PasskeyCredentialTypeToJSON(value.type),
39
42
  };
40
43
  }
41
44
 
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import { AuthenticationExtensionsClientOutputs } from './AuthenticationExtensionsClientOutputs';
13
13
  import { AuthenticatorAttachment } from './AuthenticatorAttachment';
14
+ import { PasskeyCredentialType } from './PasskeyCredentialType';
14
15
  import { PasskeyRegistrationCredentialV2 } from './PasskeyRegistrationCredentialV2';
15
16
  /**
16
17
  *
@@ -48,6 +49,12 @@ export interface PasskeyRegisterRequest {
48
49
  * @memberof PasskeyRegisterRequest
49
50
  */
50
51
  authenticatorAttachment?: AuthenticatorAttachment;
52
+ /**
53
+ *
54
+ * @type {PasskeyCredentialType}
55
+ * @memberof PasskeyRegisterRequest
56
+ */
57
+ type: PasskeyCredentialType;
51
58
  }
52
59
  export declare function PasskeyRegisterRequestFromJSON(json: any): PasskeyRegisterRequest;
53
60
  export declare function PasskeyRegisterRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PasskeyRegisterRequest;
@@ -1,6 +1,7 @@
1
1
  import { exists } from '../runtime.js';
2
2
  import { AuthenticationExtensionsClientOutputsFromJSON, AuthenticationExtensionsClientOutputsToJSON } from './AuthenticationExtensionsClientOutputs.js';
3
3
  import { AuthenticatorAttachmentFromJSON, AuthenticatorAttachmentToJSON } from './AuthenticatorAttachment.js';
4
+ import { PasskeyCredentialTypeFromJSON, PasskeyCredentialTypeToJSON } from './PasskeyCredentialType.js';
4
5
  import { PasskeyRegistrationCredentialV2FromJSON, PasskeyRegistrationCredentialV2ToJSON } from './PasskeyRegistrationCredentialV2.js';
5
6
 
6
7
  /* tslint:disable */
@@ -17,6 +18,7 @@ function PasskeyRegisterRequestFromJSONTyped(json, ignoreDiscriminator) {
17
18
  'response': PasskeyRegistrationCredentialV2FromJSON(json['response']),
18
19
  'clientExtensionResults': AuthenticationExtensionsClientOutputsFromJSON(json['clientExtensionResults']),
19
20
  'authenticatorAttachment': !exists(json, 'authenticatorAttachment') ? undefined : AuthenticatorAttachmentFromJSON(json['authenticatorAttachment']),
21
+ 'type': PasskeyCredentialTypeFromJSON(json['type']),
20
22
  };
21
23
  }
22
24
  function PasskeyRegisterRequestToJSON(value) {
@@ -32,6 +34,7 @@ function PasskeyRegisterRequestToJSON(value) {
32
34
  'response': PasskeyRegistrationCredentialV2ToJSON(value.response),
33
35
  'clientExtensionResults': AuthenticationExtensionsClientOutputsToJSON(value.clientExtensionResults),
34
36
  'authenticatorAttachment': AuthenticatorAttachmentToJSON(value.authenticatorAttachment),
37
+ 'type': PasskeyCredentialTypeToJSON(value.type),
35
38
  };
36
39
  }
37
40
 
@@ -159,6 +159,7 @@ export * from './GateRuleFilter';
159
159
  export * from './GateRuleType';
160
160
  export * from './GateUpdateRequest';
161
161
  export * from './GatesResponse';
162
+ export * from './GetPasskeyAuthenticationOptionsResponse';
162
163
  export * from './GetPasskeyRegistrationOptionsResponse';
163
164
  export * from './GetUserPasskeysResponse';
164
165
  export * from './GlobalWalletAccessControlDomainCreateRequest';
@@ -276,6 +277,8 @@ export * from './OrganizationsResponse';
276
277
  export * from './OriginResponse';
277
278
  export * from './OriginsResponse';
278
279
  export * from './PasskeyAuthRequest';
280
+ export * from './PasskeyCredentialHint';
281
+ export * from './PasskeyCredentialType';
279
282
  export * from './PasskeyExcludeCredential';
280
283
  export * from './PasskeyExtension';
281
284
  export * from './PasskeyRegisterRequest';