@dynamic-labs/sdk-api 0.0.495 → 0.0.496
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 +1 -0
- package/src/apis/AllowlistsApi.js +1 -0
- package/src/apis/AnalyticsApi.cjs +1 -0
- package/src/apis/AnalyticsApi.js +1 -0
- package/src/apis/ChainalysisApi.cjs +1 -0
- package/src/apis/ChainalysisApi.js +1 -0
- package/src/apis/ChainsApi.cjs +1 -0
- package/src/apis/ChainsApi.js +1 -0
- package/src/apis/CustomFieldsApi.cjs +1 -0
- package/src/apis/CustomFieldsApi.js +1 -0
- package/src/apis/CustomHostnamesApi.cjs +1 -0
- package/src/apis/CustomHostnamesApi.js +1 -0
- package/src/apis/DeeplinkUrlsApi.cjs +1 -0
- package/src/apis/DeeplinkUrlsApi.js +1 -0
- package/src/apis/EnvironmentsApi.cjs +1 -0
- package/src/apis/EnvironmentsApi.js +1 -0
- package/src/apis/EventsApi.cjs +1 -0
- package/src/apis/EventsApi.js +1 -0
- package/src/apis/ExportsApi.cjs +1 -0
- package/src/apis/ExportsApi.js +1 -0
- package/src/apis/ExternalJwtApi.cjs +1 -0
- package/src/apis/ExternalJwtApi.js +1 -0
- package/src/apis/GatesApi.cjs +1 -0
- package/src/apis/GatesApi.js +1 -0
- package/src/apis/InvitesApi.cjs +1 -0
- package/src/apis/InvitesApi.js +1 -0
- package/src/apis/MembersApi.cjs +1 -0
- package/src/apis/MembersApi.js +1 -0
- package/src/apis/MfaSettingsApi.cjs +1 -0
- package/src/apis/MfaSettingsApi.js +1 -0
- package/src/apis/OrganizationsApi.cjs +1 -0
- package/src/apis/OrganizationsApi.js +1 -0
- package/src/apis/OriginsApi.cjs +1 -0
- package/src/apis/OriginsApi.js +1 -0
- package/src/apis/ProjectsApi.cjs +1 -0
- package/src/apis/ProjectsApi.js +1 -0
- package/src/apis/SDKApi.cjs +1 -0
- package/src/apis/SDKApi.js +1 -0
- package/src/apis/SDKViewsApi.cjs +1 -0
- package/src/apis/SDKViewsApi.js +1 -0
- package/src/apis/SessionsApi.cjs +1 -0
- package/src/apis/SessionsApi.js +1 -0
- package/src/apis/SettingsApi.cjs +1 -0
- package/src/apis/SettingsApi.js +1 -0
- package/src/apis/TokensApi.cjs +1 -0
- package/src/apis/TokensApi.js +1 -0
- package/src/apis/UsersApi.cjs +1 -0
- package/src/apis/UsersApi.js +1 -0
- package/src/apis/VisitsApi.cjs +1 -0
- package/src/apis/VisitsApi.js +1 -0
- package/src/apis/WalletsApi.cjs +1 -0
- package/src/apis/WalletsApi.js +1 -0
- package/src/apis/WebhooksApi.cjs +1 -0
- package/src/apis/WebhooksApi.js +1 -0
- package/src/index.cjs +8 -0
- package/src/index.js +1 -0
- package/src/models/EcdsaValidatorOptions.cjs +40 -0
- package/src/models/EcdsaValidatorOptions.d.ts +23 -0
- package/src/models/EcdsaValidatorOptions.js +34 -0
- package/src/models/Provider.cjs +3 -0
- package/src/models/Provider.d.ts +7 -0
- package/src/models/Provider.js +3 -0
- package/src/models/index.d.ts +1 -0
package/package.json
CHANGED
|
@@ -31,6 +31,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
31
31
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
32
32
|
require('../models/DnsRecordType.cjs');
|
|
33
33
|
require('../models/TimeUnitEnum.cjs');
|
|
34
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
34
35
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
35
36
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
36
37
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -27,6 +27,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
27
27
|
import '../models/CustomHostnameVerificationType.js';
|
|
28
28
|
import '../models/DnsRecordType.js';
|
|
29
29
|
import '../models/TimeUnitEnum.js';
|
|
30
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
30
31
|
import '../models/EmbeddedWalletAuthType.js';
|
|
31
32
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
32
33
|
import '../models/EnvironmentEnum.js';
|
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/AnalyticsApi.js
CHANGED
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/ChainsApi.cjs
CHANGED
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/ChainsApi.js
CHANGED
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
|
@@ -30,6 +30,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
30
30
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
31
31
|
require('../models/DnsRecordType.cjs');
|
|
32
32
|
require('../models/TimeUnitEnum.cjs');
|
|
33
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
34
35
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
35
36
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -26,6 +26,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
26
26
|
import '../models/CustomHostnameVerificationType.js';
|
|
27
27
|
import '../models/DnsRecordType.js';
|
|
28
28
|
import '../models/TimeUnitEnum.js';
|
|
29
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
29
30
|
import '../models/EmbeddedWalletAuthType.js';
|
|
30
31
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
31
32
|
import '../models/EnvironmentEnum.js';
|
|
@@ -31,6 +31,7 @@ require('../models/CustomHostnameVerificationType.cjs');
|
|
|
31
31
|
require('../models/DnsRecordType.cjs');
|
|
32
32
|
var CustomHostnamesResponse = require('../models/CustomHostnamesResponse.cjs');
|
|
33
33
|
require('../models/TimeUnitEnum.cjs');
|
|
34
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
34
35
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
35
36
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
36
37
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -27,6 +27,7 @@ import '../models/CustomHostnameVerificationType.js';
|
|
|
27
27
|
import '../models/DnsRecordType.js';
|
|
28
28
|
import { CustomHostnamesResponseFromJSON } from '../models/CustomHostnamesResponse.js';
|
|
29
29
|
import '../models/TimeUnitEnum.js';
|
|
30
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
30
31
|
import '../models/EmbeddedWalletAuthType.js';
|
|
31
32
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
32
33
|
import '../models/EnvironmentEnum.js';
|
|
@@ -31,6 +31,7 @@ require('../models/DnsRecordType.cjs');
|
|
|
31
31
|
var DeeplinkUrlResponse = require('../models/DeeplinkUrlResponse.cjs');
|
|
32
32
|
var DeeplinkUrlsResponse = require('../models/DeeplinkUrlsResponse.cjs');
|
|
33
33
|
require('../models/TimeUnitEnum.cjs');
|
|
34
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
34
35
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
35
36
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
36
37
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -27,6 +27,7 @@ import '../models/DnsRecordType.js';
|
|
|
27
27
|
import { DeeplinkUrlResponseFromJSON } from '../models/DeeplinkUrlResponse.js';
|
|
28
28
|
import { DeeplinkUrlsResponseFromJSON } from '../models/DeeplinkUrlsResponse.js';
|
|
29
29
|
import '../models/TimeUnitEnum.js';
|
|
30
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
30
31
|
import '../models/EmbeddedWalletAuthType.js';
|
|
31
32
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
32
33
|
import '../models/EnvironmentEnum.js';
|
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/EventsApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/EventsApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/ExportsApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/ExportsApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/GatesApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/GatesApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/InvitesApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/InvitesApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/MembersApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/MembersApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/OriginsApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/OriginsApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/ProjectsApi.cjs
CHANGED
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/ProjectsApi.js
CHANGED
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/SDKApi.cjs
CHANGED
|
@@ -32,6 +32,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
32
32
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
33
33
|
require('../models/DnsRecordType.cjs');
|
|
34
34
|
require('../models/TimeUnitEnum.cjs');
|
|
35
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
35
36
|
var EmailProviderResponse = require('../models/EmailProviderResponse.cjs');
|
|
36
37
|
var EmailVerificationCreateRequest = require('../models/EmailVerificationCreateRequest.cjs');
|
|
37
38
|
var EmailVerificationCreateResponse = require('../models/EmailVerificationCreateResponse.cjs');
|
package/src/apis/SDKApi.js
CHANGED
|
@@ -28,6 +28,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
28
28
|
import '../models/CustomHostnameVerificationType.js';
|
|
29
29
|
import '../models/DnsRecordType.js';
|
|
30
30
|
import '../models/TimeUnitEnum.js';
|
|
31
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
31
32
|
import { EmailProviderResponseFromJSON } from '../models/EmailProviderResponse.js';
|
|
32
33
|
import { EmailVerificationCreateRequestToJSON } from '../models/EmailVerificationCreateRequest.js';
|
|
33
34
|
import { EmailVerificationCreateResponseFromJSON } from '../models/EmailVerificationCreateResponse.js';
|
package/src/apis/SDKViewsApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/SDKViewsApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/SessionsApi.cjs
CHANGED
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/SessionsApi.js
CHANGED
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/SettingsApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/SettingsApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/TokensApi.cjs
CHANGED
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/TokensApi.js
CHANGED
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/UsersApi.cjs
CHANGED
|
@@ -29,6 +29,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
29
29
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
30
30
|
require('../models/DnsRecordType.cjs');
|
|
31
31
|
require('../models/TimeUnitEnum.cjs');
|
|
32
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
33
34
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
34
35
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/UsersApi.js
CHANGED
|
@@ -25,6 +25,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
25
25
|
import '../models/CustomHostnameVerificationType.js';
|
|
26
26
|
import '../models/DnsRecordType.js';
|
|
27
27
|
import '../models/TimeUnitEnum.js';
|
|
28
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
28
29
|
import '../models/EmbeddedWalletAuthType.js';
|
|
29
30
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
30
31
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/VisitsApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/VisitsApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/WalletsApi.cjs
CHANGED
|
@@ -31,6 +31,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
31
31
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
32
32
|
require('../models/DnsRecordType.cjs');
|
|
33
33
|
require('../models/TimeUnitEnum.cjs');
|
|
34
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
34
35
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
35
36
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
36
37
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/WalletsApi.js
CHANGED
|
@@ -27,6 +27,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
27
27
|
import '../models/CustomHostnameVerificationType.js';
|
|
28
28
|
import '../models/DnsRecordType.js';
|
|
29
29
|
import '../models/TimeUnitEnum.js';
|
|
30
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
30
31
|
import '../models/EmbeddedWalletAuthType.js';
|
|
31
32
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
32
33
|
import '../models/EnvironmentEnum.js';
|
package/src/apis/WebhooksApi.cjs
CHANGED
|
@@ -28,6 +28,7 @@ require('../models/CustomHostnameStatusEnum.cjs');
|
|
|
28
28
|
require('../models/CustomHostnameVerificationType.cjs');
|
|
29
29
|
require('../models/DnsRecordType.cjs');
|
|
30
30
|
require('../models/TimeUnitEnum.cjs');
|
|
31
|
+
require('../models/EcdsaValidatorOptions.cjs');
|
|
31
32
|
require('../models/EmbeddedWalletAuthType.cjs');
|
|
32
33
|
require('../models/EmbeddedWalletSecurityMethod.cjs');
|
|
33
34
|
require('../models/EnvironmentEnum.cjs');
|
package/src/apis/WebhooksApi.js
CHANGED
|
@@ -24,6 +24,7 @@ import '../models/CustomHostnameStatusEnum.js';
|
|
|
24
24
|
import '../models/CustomHostnameVerificationType.js';
|
|
25
25
|
import '../models/DnsRecordType.js';
|
|
26
26
|
import '../models/TimeUnitEnum.js';
|
|
27
|
+
import '../models/EcdsaValidatorOptions.js';
|
|
27
28
|
import '../models/EmbeddedWalletAuthType.js';
|
|
28
29
|
import '../models/EmbeddedWalletSecurityMethod.js';
|
|
29
30
|
import '../models/EnvironmentEnum.js';
|
package/src/index.cjs
CHANGED
|
@@ -89,6 +89,7 @@ var DeeplinkUrlsResponse = require('./models/DeeplinkUrlsResponse.cjs');
|
|
|
89
89
|
var DnsRecordType = require('./models/DnsRecordType.cjs');
|
|
90
90
|
var Duration = require('./models/Duration.cjs');
|
|
91
91
|
var DynamicJwt = require('./models/DynamicJwt.cjs');
|
|
92
|
+
var EcdsaValidatorOptions = require('./models/EcdsaValidatorOptions.cjs');
|
|
92
93
|
var EmailProviderResponse = require('./models/EmailProviderResponse.cjs');
|
|
93
94
|
var EmailVerificationCreateRequest = require('./models/EmailVerificationCreateRequest.cjs');
|
|
94
95
|
var EmailVerificationCreateResponse = require('./models/EmailVerificationCreateResponse.cjs');
|
|
@@ -617,6 +618,13 @@ exports.DurationToJSON = Duration.DurationToJSON;
|
|
|
617
618
|
exports.DynamicJwtFromJSON = DynamicJwt.DynamicJwtFromJSON;
|
|
618
619
|
exports.DynamicJwtFromJSONTyped = DynamicJwt.DynamicJwtFromJSONTyped;
|
|
619
620
|
exports.DynamicJwtToJSON = DynamicJwt.DynamicJwtToJSON;
|
|
621
|
+
Object.defineProperty(exports, 'EcdsaValidatorOptions', {
|
|
622
|
+
enumerable: true,
|
|
623
|
+
get: function () { return EcdsaValidatorOptions.EcdsaValidatorOptions; }
|
|
624
|
+
});
|
|
625
|
+
exports.EcdsaValidatorOptionsFromJSON = EcdsaValidatorOptions.EcdsaValidatorOptionsFromJSON;
|
|
626
|
+
exports.EcdsaValidatorOptionsFromJSONTyped = EcdsaValidatorOptions.EcdsaValidatorOptionsFromJSONTyped;
|
|
627
|
+
exports.EcdsaValidatorOptionsToJSON = EcdsaValidatorOptions.EcdsaValidatorOptionsToJSON;
|
|
620
628
|
exports.EmailProviderResponseFromJSON = EmailProviderResponse.EmailProviderResponseFromJSON;
|
|
621
629
|
exports.EmailProviderResponseFromJSONTyped = EmailProviderResponse.EmailProviderResponseFromJSONTyped;
|
|
622
630
|
exports.EmailProviderResponseToJSON = EmailProviderResponse.EmailProviderResponseToJSON;
|
package/src/index.js
CHANGED
|
@@ -85,6 +85,7 @@ export { DeeplinkUrlsResponseFromJSON, DeeplinkUrlsResponseFromJSONTyped, Deepli
|
|
|
85
85
|
export { DnsRecordType, DnsRecordTypeFromJSON, DnsRecordTypeFromJSONTyped, DnsRecordTypeToJSON } from './models/DnsRecordType.js';
|
|
86
86
|
export { DurationFromJSON, DurationFromJSONTyped, DurationToJSON } from './models/Duration.js';
|
|
87
87
|
export { DynamicJwtFromJSON, DynamicJwtFromJSONTyped, DynamicJwtToJSON } from './models/DynamicJwt.js';
|
|
88
|
+
export { EcdsaValidatorOptions, EcdsaValidatorOptionsFromJSON, EcdsaValidatorOptionsFromJSONTyped, EcdsaValidatorOptionsToJSON } from './models/EcdsaValidatorOptions.js';
|
|
88
89
|
export { EmailProviderResponseFromJSON, EmailProviderResponseFromJSONTyped, EmailProviderResponseToJSON } from './models/EmailProviderResponse.js';
|
|
89
90
|
export { EmailVerificationCreateRequestFromJSON, EmailVerificationCreateRequestFromJSONTyped, EmailVerificationCreateRequestToJSON } from './models/EmailVerificationCreateRequest.js';
|
|
90
91
|
export { EmailVerificationCreateResponseFromJSON, EmailVerificationCreateResponseFromJSONTyped, EmailVerificationCreateResponseToJSON } from './models/EmailVerificationCreateResponse.js';
|
|
@@ -0,0 +1,40 @@
|
|
|
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.EcdsaValidatorOptions = void 0;
|
|
24
|
+
(function (EcdsaValidatorOptions) {
|
|
25
|
+
EcdsaValidatorOptions["SignerToEcdsa"] = "zerodev_signer_to_ecdsa";
|
|
26
|
+
EcdsaValidatorOptions["MultiChain"] = "zerodev_multi_chain";
|
|
27
|
+
})(exports.EcdsaValidatorOptions || (exports.EcdsaValidatorOptions = {}));
|
|
28
|
+
function EcdsaValidatorOptionsFromJSON(json) {
|
|
29
|
+
return EcdsaValidatorOptionsFromJSONTyped(json);
|
|
30
|
+
}
|
|
31
|
+
function EcdsaValidatorOptionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
function EcdsaValidatorOptionsToJSON(value) {
|
|
35
|
+
return value;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
exports.EcdsaValidatorOptionsFromJSON = EcdsaValidatorOptionsFromJSON;
|
|
39
|
+
exports.EcdsaValidatorOptionsFromJSONTyped = EcdsaValidatorOptionsFromJSONTyped;
|
|
40
|
+
exports.EcdsaValidatorOptionsToJSON = EcdsaValidatorOptionsToJSON;
|
|
@@ -0,0 +1,23 @@
|
|
|
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 EcdsaValidatorOptions {
|
|
18
|
+
SignerToEcdsa = "zerodev_signer_to_ecdsa",
|
|
19
|
+
MultiChain = "zerodev_multi_chain"
|
|
20
|
+
}
|
|
21
|
+
export declare function EcdsaValidatorOptionsFromJSON(json: any): EcdsaValidatorOptions;
|
|
22
|
+
export declare function EcdsaValidatorOptionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): EcdsaValidatorOptions;
|
|
23
|
+
export declare function EcdsaValidatorOptionsToJSON(value?: EcdsaValidatorOptions | null): any;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 EcdsaValidatorOptions;
|
|
20
|
+
(function (EcdsaValidatorOptions) {
|
|
21
|
+
EcdsaValidatorOptions["SignerToEcdsa"] = "zerodev_signer_to_ecdsa";
|
|
22
|
+
EcdsaValidatorOptions["MultiChain"] = "zerodev_multi_chain";
|
|
23
|
+
})(EcdsaValidatorOptions || (EcdsaValidatorOptions = {}));
|
|
24
|
+
function EcdsaValidatorOptionsFromJSON(json) {
|
|
25
|
+
return EcdsaValidatorOptionsFromJSONTyped(json);
|
|
26
|
+
}
|
|
27
|
+
function EcdsaValidatorOptionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
function EcdsaValidatorOptionsToJSON(value) {
|
|
31
|
+
return value;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export { EcdsaValidatorOptions, EcdsaValidatorOptionsFromJSON, EcdsaValidatorOptionsFromJSONTyped, EcdsaValidatorOptionsToJSON };
|
package/src/models/Provider.cjs
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var runtime = require('../runtime.cjs');
|
|
6
|
+
var EcdsaValidatorOptions = require('./EcdsaValidatorOptions.cjs');
|
|
6
7
|
var ProviderAgreement = require('./ProviderAgreement.cjs');
|
|
7
8
|
var ProviderEnum = require('./ProviderEnum.cjs');
|
|
8
9
|
var SmsCountryCode = require('./SmsCountryCode.cjs');
|
|
@@ -53,6 +54,7 @@ function ProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
53
54
|
'enabledCountries': !runtime.exists(json, 'enabledCountries') ? undefined : (json['enabledCountries'].map(SmsCountryCode.SmsCountryCodeFromJSON)),
|
|
54
55
|
'entryPointVersion': !runtime.exists(json, 'entryPointVersion') ? undefined : json['entryPointVersion'],
|
|
55
56
|
'kernelVersion': !runtime.exists(json, 'kernelVersion') ? undefined : json['kernelVersion'],
|
|
57
|
+
'ecdsaProviderType': !runtime.exists(json, 'ecdsaProviderType') ? undefined : EcdsaValidatorOptions.EcdsaValidatorOptionsFromJSON(json['ecdsaProviderType']),
|
|
56
58
|
};
|
|
57
59
|
}
|
|
58
60
|
function ProviderToJSON(value) {
|
|
@@ -82,6 +84,7 @@ function ProviderToJSON(value) {
|
|
|
82
84
|
'enabledCountries': value.enabledCountries === undefined ? undefined : (value.enabledCountries.map(SmsCountryCode.SmsCountryCodeToJSON)),
|
|
83
85
|
'entryPointVersion': value.entryPointVersion,
|
|
84
86
|
'kernelVersion': value.kernelVersion,
|
|
87
|
+
'ecdsaProviderType': EcdsaValidatorOptions.EcdsaValidatorOptionsToJSON(value.ecdsaProviderType),
|
|
85
88
|
};
|
|
86
89
|
}
|
|
87
90
|
|
package/src/models/Provider.d.ts
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { EcdsaValidatorOptions } from './EcdsaValidatorOptions';
|
|
12
13
|
import { ProviderAgreement } from './ProviderAgreement';
|
|
13
14
|
import { ProviderEnum } from './ProviderEnum';
|
|
14
15
|
import { SmsCountryCode } from './SmsCountryCode';
|
|
@@ -132,6 +133,12 @@ export interface Provider {
|
|
|
132
133
|
* @memberof Provider
|
|
133
134
|
*/
|
|
134
135
|
kernelVersion?: ProviderKernelVersionEnum;
|
|
136
|
+
/**
|
|
137
|
+
*
|
|
138
|
+
* @type {EcdsaValidatorOptions}
|
|
139
|
+
* @memberof Provider
|
|
140
|
+
*/
|
|
141
|
+
ecdsaProviderType?: EcdsaValidatorOptions;
|
|
135
142
|
}
|
|
136
143
|
/**
|
|
137
144
|
* @export
|
package/src/models/Provider.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { exists } from '../runtime.js';
|
|
2
|
+
import { EcdsaValidatorOptionsFromJSON, EcdsaValidatorOptionsToJSON } from './EcdsaValidatorOptions.js';
|
|
2
3
|
import { ProviderAgreementFromJSON, ProviderAgreementToJSON } from './ProviderAgreement.js';
|
|
3
4
|
import { ProviderEnumFromJSON, ProviderEnumToJSON } from './ProviderEnum.js';
|
|
4
5
|
import { SmsCountryCodeFromJSON, SmsCountryCodeToJSON } from './SmsCountryCode.js';
|
|
@@ -49,6 +50,7 @@ function ProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
49
50
|
'enabledCountries': !exists(json, 'enabledCountries') ? undefined : (json['enabledCountries'].map(SmsCountryCodeFromJSON)),
|
|
50
51
|
'entryPointVersion': !exists(json, 'entryPointVersion') ? undefined : json['entryPointVersion'],
|
|
51
52
|
'kernelVersion': !exists(json, 'kernelVersion') ? undefined : json['kernelVersion'],
|
|
53
|
+
'ecdsaProviderType': !exists(json, 'ecdsaProviderType') ? undefined : EcdsaValidatorOptionsFromJSON(json['ecdsaProviderType']),
|
|
52
54
|
};
|
|
53
55
|
}
|
|
54
56
|
function ProviderToJSON(value) {
|
|
@@ -78,6 +80,7 @@ function ProviderToJSON(value) {
|
|
|
78
80
|
'enabledCountries': value.enabledCountries === undefined ? undefined : (value.enabledCountries.map(SmsCountryCodeToJSON)),
|
|
79
81
|
'entryPointVersion': value.entryPointVersion,
|
|
80
82
|
'kernelVersion': value.kernelVersion,
|
|
83
|
+
'ecdsaProviderType': EcdsaValidatorOptionsToJSON(value.ecdsaProviderType),
|
|
81
84
|
};
|
|
82
85
|
}
|
|
83
86
|
|
package/src/models/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export * from './DeeplinkUrlsResponse';
|
|
|
57
57
|
export * from './DnsRecordType';
|
|
58
58
|
export * from './Duration';
|
|
59
59
|
export * from './DynamicJwt';
|
|
60
|
+
export * from './EcdsaValidatorOptions';
|
|
60
61
|
export * from './EmailProviderResponse';
|
|
61
62
|
export * from './EmailVerificationCreateRequest';
|
|
62
63
|
export * from './EmailVerificationCreateResponse';
|