@dynamic-labs/sdk-api-core 0.0.949 → 0.0.950

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.949",
3
+ "version": "0.0.950",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -29,7 +29,6 @@ require('../models/HardwareWalletEnum.cjs');
29
29
  require('../models/PasswordSourceTypeEnum.cjs');
30
30
  require('../models/ProviderEntryPointVersionEnum.cjs');
31
31
  require('../models/ProviderKernelVersionEnum.cjs');
32
- require('../models/WaasWalletShareSetType.cjs');
33
32
  require('../models/WalletProviderEnum.cjs');
34
33
  require('../models/MfaBackupCodeAcknowledgement.cjs');
35
34
  require('../models/CustomFieldType.cjs');
@@ -25,7 +25,6 @@ import '../models/HardwareWalletEnum.js';
25
25
  import '../models/PasswordSourceTypeEnum.js';
26
26
  import '../models/ProviderEntryPointVersionEnum.js';
27
27
  import '../models/ProviderKernelVersionEnum.js';
28
- import '../models/WaasWalletShareSetType.js';
29
28
  import '../models/WalletProviderEnum.js';
30
29
  import '../models/MfaBackupCodeAcknowledgement.js';
31
30
  import '../models/CustomFieldType.js';
@@ -26,7 +26,6 @@ require('../models/HardwareWalletEnum.cjs');
26
26
  require('../models/PasswordSourceTypeEnum.cjs');
27
27
  require('../models/ProviderEntryPointVersionEnum.cjs');
28
28
  require('../models/ProviderKernelVersionEnum.cjs');
29
- require('../models/WaasWalletShareSetType.cjs');
30
29
  require('../models/WalletProviderEnum.cjs');
31
30
  require('../models/MfaBackupCodeAcknowledgement.cjs');
32
31
  require('../models/CustomFieldType.cjs');
@@ -22,7 +22,6 @@ import '../models/HardwareWalletEnum.js';
22
22
  import '../models/PasswordSourceTypeEnum.js';
23
23
  import '../models/ProviderEntryPointVersionEnum.js';
24
24
  import '../models/ProviderKernelVersionEnum.js';
25
- import '../models/WaasWalletShareSetType.js';
26
25
  import '../models/WalletProviderEnum.js';
27
26
  import '../models/MfaBackupCodeAcknowledgement.js';
28
27
  import '../models/CustomFieldType.js';
package/src/index.cjs CHANGED
@@ -433,7 +433,6 @@ var WaasChainEnum = require('./models/WaasChainEnum.cjs');
433
433
  var WaasDelegatedAccessEncryptionPublicKeyType = require('./models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
434
434
  var WaasWalletProperties = require('./models/WaasWalletProperties.cjs');
435
435
  var WaasWalletSettings = require('./models/WaasWalletSettings.cjs');
436
- var WaasWalletShareSetType = require('./models/WaasWalletShareSetType.cjs');
437
436
  var WalletAdditionalAddress = require('./models/WalletAdditionalAddress.cjs');
438
437
  var WalletAddressType = require('./models/WalletAddressType.cjs');
439
438
  var WalletBitcoinConfig = require('./models/WalletBitcoinConfig.cjs');
@@ -2080,13 +2079,6 @@ exports.WaasWalletPropertiesToJSON = WaasWalletProperties.WaasWalletPropertiesTo
2080
2079
  exports.WaasWalletSettingsFromJSON = WaasWalletSettings.WaasWalletSettingsFromJSON;
2081
2080
  exports.WaasWalletSettingsFromJSONTyped = WaasWalletSettings.WaasWalletSettingsFromJSONTyped;
2082
2081
  exports.WaasWalletSettingsToJSON = WaasWalletSettings.WaasWalletSettingsToJSON;
2083
- Object.defineProperty(exports, 'WaasWalletShareSetType', {
2084
- enumerable: true,
2085
- get: function () { return WaasWalletShareSetType.WaasWalletShareSetType; }
2086
- });
2087
- exports.WaasWalletShareSetTypeFromJSON = WaasWalletShareSetType.WaasWalletShareSetTypeFromJSON;
2088
- exports.WaasWalletShareSetTypeFromJSONTyped = WaasWalletShareSetType.WaasWalletShareSetTypeFromJSONTyped;
2089
- exports.WaasWalletShareSetTypeToJSON = WaasWalletShareSetType.WaasWalletShareSetTypeToJSON;
2090
2082
  exports.WalletAdditionalAddressFromJSON = WalletAdditionalAddress.WalletAdditionalAddressFromJSON;
2091
2083
  exports.WalletAdditionalAddressFromJSONTyped = WalletAdditionalAddress.WalletAdditionalAddressFromJSONTyped;
2092
2084
  exports.WalletAdditionalAddressToJSON = WalletAdditionalAddress.WalletAdditionalAddressToJSON;
package/src/index.js CHANGED
@@ -429,7 +429,6 @@ export { WaasChainEnum, WaasChainEnumFromJSON, WaasChainEnumFromJSONTyped, WaasC
429
429
  export { WaasDelegatedAccessEncryptionPublicKeyType, WaasDelegatedAccessEncryptionPublicKeyTypeFromJSON, WaasDelegatedAccessEncryptionPublicKeyTypeFromJSONTyped, WaasDelegatedAccessEncryptionPublicKeyTypeToJSON } from './models/WaasDelegatedAccessEncryptionPublicKeyType.js';
430
430
  export { WaasWalletPropertiesFromJSON, WaasWalletPropertiesFromJSONTyped, WaasWalletPropertiesToJSON } from './models/WaasWalletProperties.js';
431
431
  export { WaasWalletSettingsFromJSON, WaasWalletSettingsFromJSONTyped, WaasWalletSettingsToJSON } from './models/WaasWalletSettings.js';
432
- export { WaasWalletShareSetType, WaasWalletShareSetTypeFromJSON, WaasWalletShareSetTypeFromJSONTyped, WaasWalletShareSetTypeToJSON } from './models/WaasWalletShareSetType.js';
433
432
  export { WalletAdditionalAddressFromJSON, WalletAdditionalAddressFromJSONTyped, WalletAdditionalAddressToJSON } from './models/WalletAdditionalAddress.js';
434
433
  export { WalletAddressType, WalletAddressTypeFromJSON, WalletAddressTypeFromJSONTyped, WalletAddressTypeToJSON } from './models/WalletAddressType.js';
435
434
  export { WalletBitcoinConfigFromJSON, WalletBitcoinConfigFromJSONTyped, WalletBitcoinConfigToJSON } from './models/WalletBitcoinConfig.js';
@@ -6,7 +6,6 @@ var runtime = require('../runtime.cjs');
6
6
  var EmbeddedWalletVersionEnum = require('./EmbeddedWalletVersionEnum.cjs');
7
7
  var ThresholdSignatureScheme = require('./ThresholdSignatureScheme.cjs');
8
8
  var WaasWalletSettings = require('./WaasWalletSettings.cjs');
9
- var WaasWalletShareSetType = require('./WaasWalletShareSetType.cjs');
10
9
  var WalletKeyShareInfo = require('./WalletKeyShareInfo.cjs');
11
10
 
12
11
  /* tslint:disable */
@@ -22,8 +21,6 @@ function WaasWalletPropertiesFromJSONTyped(json, ignoreDiscriminator) {
22
21
  'thresholdSignatureScheme': !runtime.exists(json, 'thresholdSignatureScheme') ? undefined : ThresholdSignatureScheme.ThresholdSignatureSchemeFromJSON(json['thresholdSignatureScheme']),
23
22
  'derivationPath': !runtime.exists(json, 'derivationPath') ? undefined : json['derivationPath'],
24
23
  'settings': !runtime.exists(json, 'settings') ? undefined : WaasWalletSettings.WaasWalletSettingsFromJSON(json['settings']),
25
- 'shareSetId': !runtime.exists(json, 'shareSetId') ? undefined : json['shareSetId'],
26
- 'shareSetType': !runtime.exists(json, 'shareSetType') ? undefined : WaasWalletShareSetType.WaasWalletShareSetTypeFromJSON(json['shareSetType']),
27
24
  'version': !runtime.exists(json, 'version') ? undefined : EmbeddedWalletVersionEnum.EmbeddedWalletVersionEnumFromJSON(json['version']),
28
25
  };
29
26
  }
@@ -39,8 +36,6 @@ function WaasWalletPropertiesToJSON(value) {
39
36
  'thresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeToJSON(value.thresholdSignatureScheme),
40
37
  'derivationPath': value.derivationPath,
41
38
  'settings': WaasWalletSettings.WaasWalletSettingsToJSON(value.settings),
42
- 'shareSetId': value.shareSetId,
43
- 'shareSetType': WaasWalletShareSetType.WaasWalletShareSetTypeToJSON(value.shareSetType),
44
39
  'version': EmbeddedWalletVersionEnum.EmbeddedWalletVersionEnumToJSON(value.version),
45
40
  };
46
41
  }
@@ -12,7 +12,6 @@
12
12
  import { EmbeddedWalletVersionEnum } from './EmbeddedWalletVersionEnum';
13
13
  import { ThresholdSignatureScheme } from './ThresholdSignatureScheme';
14
14
  import { WaasWalletSettings } from './WaasWalletSettings';
15
- import { WaasWalletShareSetType } from './WaasWalletShareSetType';
16
15
  import { WalletKeyShareInfo } from './WalletKeyShareInfo';
17
16
  /**
18
17
  *
@@ -44,18 +43,6 @@ export interface WaasWalletProperties {
44
43
  * @memberof WaasWalletProperties
45
44
  */
46
45
  settings?: WaasWalletSettings;
47
- /**
48
- * Identifier of the share set (WaasWallets row) that owns these key shares
49
- * @type {string}
50
- * @memberof WaasWalletProperties
51
- */
52
- shareSetId?: string;
53
- /**
54
- *
55
- * @type {WaasWalletShareSetType}
56
- * @memberof WaasWalletProperties
57
- */
58
- shareSetType?: WaasWalletShareSetType;
59
46
  /**
60
47
  *
61
48
  * @type {EmbeddedWalletVersionEnum}
@@ -2,7 +2,6 @@ import { exists } from '../runtime.js';
2
2
  import { EmbeddedWalletVersionEnumFromJSON, EmbeddedWalletVersionEnumToJSON } from './EmbeddedWalletVersionEnum.js';
3
3
  import { ThresholdSignatureSchemeFromJSON, ThresholdSignatureSchemeToJSON } from './ThresholdSignatureScheme.js';
4
4
  import { WaasWalletSettingsFromJSON, WaasWalletSettingsToJSON } from './WaasWalletSettings.js';
5
- import { WaasWalletShareSetTypeFromJSON, WaasWalletShareSetTypeToJSON } from './WaasWalletShareSetType.js';
6
5
  import { WalletKeyShareInfoFromJSON, WalletKeyShareInfoToJSON } from './WalletKeyShareInfo.js';
7
6
 
8
7
  /* tslint:disable */
@@ -18,8 +17,6 @@ function WaasWalletPropertiesFromJSONTyped(json, ignoreDiscriminator) {
18
17
  'thresholdSignatureScheme': !exists(json, 'thresholdSignatureScheme') ? undefined : ThresholdSignatureSchemeFromJSON(json['thresholdSignatureScheme']),
19
18
  'derivationPath': !exists(json, 'derivationPath') ? undefined : json['derivationPath'],
20
19
  'settings': !exists(json, 'settings') ? undefined : WaasWalletSettingsFromJSON(json['settings']),
21
- 'shareSetId': !exists(json, 'shareSetId') ? undefined : json['shareSetId'],
22
- 'shareSetType': !exists(json, 'shareSetType') ? undefined : WaasWalletShareSetTypeFromJSON(json['shareSetType']),
23
20
  'version': !exists(json, 'version') ? undefined : EmbeddedWalletVersionEnumFromJSON(json['version']),
24
21
  };
25
22
  }
@@ -35,8 +32,6 @@ function WaasWalletPropertiesToJSON(value) {
35
32
  'thresholdSignatureScheme': ThresholdSignatureSchemeToJSON(value.thresholdSignatureScheme),
36
33
  'derivationPath': value.derivationPath,
37
34
  'settings': WaasWalletSettingsToJSON(value.settings),
38
- 'shareSetId': value.shareSetId,
39
- 'shareSetType': WaasWalletShareSetTypeToJSON(value.shareSetType),
40
35
  'version': EmbeddedWalletVersionEnumToJSON(value.version),
41
36
  };
42
37
  }
@@ -11,7 +11,6 @@ var ProviderEntryPointVersionEnum = require('./ProviderEntryPointVersionEnum.cjs
11
11
  var ProviderKernelVersionEnum = require('./ProviderKernelVersionEnum.cjs');
12
12
  var ThresholdSignatureScheme = require('./ThresholdSignatureScheme.cjs');
13
13
  var WaasWalletSettings = require('./WaasWalletSettings.cjs');
14
- var WaasWalletShareSetType = require('./WaasWalletShareSetType.cjs');
15
14
  var WalletKeyShareInfo = require('./WalletKeyShareInfo.cjs');
16
15
 
17
16
  /* tslint:disable */
@@ -40,8 +39,6 @@ function WalletPropertiesFromJSONTyped(json, ignoreDiscriminator) {
40
39
  'thresholdSignatureScheme': !runtime.exists(json, 'thresholdSignatureScheme') ? undefined : ThresholdSignatureScheme.ThresholdSignatureSchemeFromJSON(json['thresholdSignatureScheme']),
41
40
  'derivationPath': !runtime.exists(json, 'derivationPath') ? undefined : json['derivationPath'],
42
41
  'settings': !runtime.exists(json, 'settings') ? undefined : WaasWalletSettings.WaasWalletSettingsFromJSON(json['settings']),
43
- 'shareSetId': !runtime.exists(json, 'shareSetId') ? undefined : json['shareSetId'],
44
- 'shareSetType': !runtime.exists(json, 'shareSetType') ? undefined : WaasWalletShareSetType.WaasWalletShareSetTypeFromJSON(json['shareSetType']),
45
42
  };
46
43
  }
47
44
  function WalletPropertiesToJSON(value) {
@@ -69,8 +66,6 @@ function WalletPropertiesToJSON(value) {
69
66
  'thresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeToJSON(value.thresholdSignatureScheme),
70
67
  'derivationPath': value.derivationPath,
71
68
  'settings': WaasWalletSettings.WaasWalletSettingsToJSON(value.settings),
72
- 'shareSetId': value.shareSetId,
73
- 'shareSetType': WaasWalletShareSetType.WaasWalletShareSetTypeToJSON(value.shareSetType),
74
69
  };
75
70
  }
76
71
 
@@ -17,7 +17,6 @@ import { ProviderEntryPointVersionEnum } from './ProviderEntryPointVersionEnum';
17
17
  import { ProviderKernelVersionEnum } from './ProviderKernelVersionEnum';
18
18
  import { ThresholdSignatureScheme } from './ThresholdSignatureScheme';
19
19
  import { WaasWalletSettings } from './WaasWalletSettings';
20
- import { WaasWalletShareSetType } from './WaasWalletShareSetType';
21
20
  import { WalletKeyShareInfo } from './WalletKeyShareInfo';
22
21
  /**
23
22
  *
@@ -127,18 +126,6 @@ export interface WalletProperties {
127
126
  * @memberof WalletProperties
128
127
  */
129
128
  settings?: WaasWalletSettings;
130
- /**
131
- * Identifier of the share set (WaasWallets row) that owns these key shares
132
- * @type {string}
133
- * @memberof WalletProperties
134
- */
135
- shareSetId?: string;
136
- /**
137
- *
138
- * @type {WaasWalletShareSetType}
139
- * @memberof WalletProperties
140
- */
141
- shareSetType?: WaasWalletShareSetType;
142
129
  }
143
130
  export declare function WalletPropertiesFromJSON(json: any): WalletProperties;
144
131
  export declare function WalletPropertiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): WalletProperties;
@@ -7,7 +7,6 @@ import { ProviderEntryPointVersionEnumFromJSON, ProviderEntryPointVersionEnumToJ
7
7
  import { ProviderKernelVersionEnumFromJSON, ProviderKernelVersionEnumToJSON } from './ProviderKernelVersionEnum.js';
8
8
  import { ThresholdSignatureSchemeFromJSON, ThresholdSignatureSchemeToJSON } from './ThresholdSignatureScheme.js';
9
9
  import { WaasWalletSettingsFromJSON, WaasWalletSettingsToJSON } from './WaasWalletSettings.js';
10
- import { WaasWalletShareSetTypeFromJSON, WaasWalletShareSetTypeToJSON } from './WaasWalletShareSetType.js';
11
10
  import { WalletKeyShareInfoFromJSON, WalletKeyShareInfoToJSON } from './WalletKeyShareInfo.js';
12
11
 
13
12
  /* tslint:disable */
@@ -36,8 +35,6 @@ function WalletPropertiesFromJSONTyped(json, ignoreDiscriminator) {
36
35
  'thresholdSignatureScheme': !exists(json, 'thresholdSignatureScheme') ? undefined : ThresholdSignatureSchemeFromJSON(json['thresholdSignatureScheme']),
37
36
  'derivationPath': !exists(json, 'derivationPath') ? undefined : json['derivationPath'],
38
37
  'settings': !exists(json, 'settings') ? undefined : WaasWalletSettingsFromJSON(json['settings']),
39
- 'shareSetId': !exists(json, 'shareSetId') ? undefined : json['shareSetId'],
40
- 'shareSetType': !exists(json, 'shareSetType') ? undefined : WaasWalletShareSetTypeFromJSON(json['shareSetType']),
41
38
  };
42
39
  }
43
40
  function WalletPropertiesToJSON(value) {
@@ -65,8 +62,6 @@ function WalletPropertiesToJSON(value) {
65
62
  'thresholdSignatureScheme': ThresholdSignatureSchemeToJSON(value.thresholdSignatureScheme),
66
63
  'derivationPath': value.derivationPath,
67
64
  'settings': WaasWalletSettingsToJSON(value.settings),
68
- 'shareSetId': value.shareSetId,
69
- 'shareSetType': WaasWalletShareSetTypeToJSON(value.shareSetType),
70
65
  };
71
66
  }
72
67
 
@@ -426,7 +426,6 @@ export * from './WaasChainEnum';
426
426
  export * from './WaasDelegatedAccessEncryptionPublicKeyType';
427
427
  export * from './WaasWalletProperties';
428
428
  export * from './WaasWalletSettings';
429
- export * from './WaasWalletShareSetType';
430
429
  export * from './WalletAdditionalAddress';
431
430
  export * from './WalletAddressType';
432
431
  export * from './WalletBitcoinConfig';
@@ -1,41 +0,0 @@
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
- * The role this share set plays for the wallet
20
- * @export
21
- * @enum {string}
22
- */
23
- exports.WaasWalletShareSetType = void 0;
24
- (function (WaasWalletShareSetType) {
25
- WaasWalletShareSetType["Delegated"] = "delegated";
26
- WaasWalletShareSetType["RootUser"] = "rootUser";
27
- WaasWalletShareSetType["Server"] = "server";
28
- })(exports.WaasWalletShareSetType || (exports.WaasWalletShareSetType = {}));
29
- function WaasWalletShareSetTypeFromJSON(json) {
30
- return WaasWalletShareSetTypeFromJSONTyped(json);
31
- }
32
- function WaasWalletShareSetTypeFromJSONTyped(json, ignoreDiscriminator) {
33
- return json;
34
- }
35
- function WaasWalletShareSetTypeToJSON(value) {
36
- return value;
37
- }
38
-
39
- exports.WaasWalletShareSetTypeFromJSON = WaasWalletShareSetTypeFromJSON;
40
- exports.WaasWalletShareSetTypeFromJSONTyped = WaasWalletShareSetTypeFromJSONTyped;
41
- exports.WaasWalletShareSetTypeToJSON = WaasWalletShareSetTypeToJSON;
@@ -1,24 +0,0 @@
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
- * The role this share set plays for the wallet
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare enum WaasWalletShareSetType {
18
- Delegated = "delegated",
19
- RootUser = "rootUser",
20
- Server = "server"
21
- }
22
- export declare function WaasWalletShareSetTypeFromJSON(json: any): WaasWalletShareSetType;
23
- export declare function WaasWalletShareSetTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasWalletShareSetType;
24
- export declare function WaasWalletShareSetTypeToJSON(value?: WaasWalletShareSetType | null): any;
@@ -1,35 +0,0 @@
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
- * The role this share set plays for the wallet
16
- * @export
17
- * @enum {string}
18
- */
19
- var WaasWalletShareSetType;
20
- (function (WaasWalletShareSetType) {
21
- WaasWalletShareSetType["Delegated"] = "delegated";
22
- WaasWalletShareSetType["RootUser"] = "rootUser";
23
- WaasWalletShareSetType["Server"] = "server";
24
- })(WaasWalletShareSetType || (WaasWalletShareSetType = {}));
25
- function WaasWalletShareSetTypeFromJSON(json) {
26
- return WaasWalletShareSetTypeFromJSONTyped(json);
27
- }
28
- function WaasWalletShareSetTypeFromJSONTyped(json, ignoreDiscriminator) {
29
- return json;
30
- }
31
- function WaasWalletShareSetTypeToJSON(value) {
32
- return value;
33
- }
34
-
35
- export { WaasWalletShareSetType, WaasWalletShareSetTypeFromJSON, WaasWalletShareSetTypeFromJSONTyped, WaasWalletShareSetTypeToJSON };