@dynamic-labs/sdk-api-core 0.0.628 → 0.0.629

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.628",
3
+ "version": "0.0.629",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -59,7 +59,6 @@ require('../models/ExternalWalletFundingDefaultChain.cjs');
59
59
  require('../models/ExternalWalletFundingTokenRule.cjs');
60
60
  var FarcasterSignInRequest = require('../models/FarcasterSignInRequest.cjs');
61
61
  require('../models/OnrampProviders.cjs');
62
- require('../models/GetAccountBalancesNetworkIdEnum.cjs');
63
62
  var GetUserPasskeysResponse = require('../models/GetUserPasskeysResponse.cjs');
64
63
  var GlobalWalletSettings = require('../models/GlobalWalletSettings.cjs');
65
64
  var HealthcheckResponse = require('../models/HealthcheckResponse.cjs');
@@ -55,7 +55,6 @@ import '../models/ExternalWalletFundingDefaultChain.js';
55
55
  import '../models/ExternalWalletFundingTokenRule.js';
56
56
  import { FarcasterSignInRequestToJSON } from '../models/FarcasterSignInRequest.js';
57
57
  import '../models/OnrampProviders.js';
58
- import '../models/GetAccountBalancesNetworkIdEnum.js';
59
58
  import { GetUserPasskeysResponseFromJSON } from '../models/GetUserPasskeysResponse.js';
60
59
  import { GlobalWalletSettingsFromJSON } from '../models/GlobalWalletSettings.js';
61
60
  import { HealthcheckResponseFromJSON } from '../models/HealthcheckResponse.js';
package/src/index.cjs CHANGED
@@ -84,7 +84,6 @@ var Funding = require('./models/Funding.cjs');
84
84
  var FundingExternalWallets = require('./models/FundingExternalWallets.cjs');
85
85
  var FundingExternalWalletsDefaultSettings = require('./models/FundingExternalWalletsDefaultSettings.cjs');
86
86
  var FundingExternalWalletsMinAmount = require('./models/FundingExternalWalletsMinAmount.cjs');
87
- var GetAccountBalancesNetworkIdEnum = require('./models/GetAccountBalancesNetworkIdEnum.cjs');
88
87
  var GetUserPasskeysResponse = require('./models/GetUserPasskeysResponse.cjs');
89
88
  var GlobalWalletSettings = require('./models/GlobalWalletSettings.cjs');
90
89
  var HCaptchaSettings = require('./models/HCaptchaSettings.cjs');
@@ -609,13 +608,6 @@ exports.FundingExternalWalletsDefaultSettingsToJSON = FundingExternalWalletsDefa
609
608
  exports.FundingExternalWalletsMinAmountFromJSON = FundingExternalWalletsMinAmount.FundingExternalWalletsMinAmountFromJSON;
610
609
  exports.FundingExternalWalletsMinAmountFromJSONTyped = FundingExternalWalletsMinAmount.FundingExternalWalletsMinAmountFromJSONTyped;
611
610
  exports.FundingExternalWalletsMinAmountToJSON = FundingExternalWalletsMinAmount.FundingExternalWalletsMinAmountToJSON;
612
- Object.defineProperty(exports, 'GetAccountBalancesNetworkIdEnum', {
613
- enumerable: true,
614
- get: function () { return GetAccountBalancesNetworkIdEnum.GetAccountBalancesNetworkIdEnum; }
615
- });
616
- exports.GetAccountBalancesNetworkIdEnumFromJSON = GetAccountBalancesNetworkIdEnum.GetAccountBalancesNetworkIdEnumFromJSON;
617
- exports.GetAccountBalancesNetworkIdEnumFromJSONTyped = GetAccountBalancesNetworkIdEnum.GetAccountBalancesNetworkIdEnumFromJSONTyped;
618
- exports.GetAccountBalancesNetworkIdEnumToJSON = GetAccountBalancesNetworkIdEnum.GetAccountBalancesNetworkIdEnumToJSON;
619
611
  exports.GetUserPasskeysResponseFromJSON = GetUserPasskeysResponse.GetUserPasskeysResponseFromJSON;
620
612
  exports.GetUserPasskeysResponseFromJSONTyped = GetUserPasskeysResponse.GetUserPasskeysResponseFromJSONTyped;
621
613
  exports.GetUserPasskeysResponseToJSON = GetUserPasskeysResponse.GetUserPasskeysResponseToJSON;
package/src/index.js CHANGED
@@ -80,7 +80,6 @@ export { FundingFromJSON, FundingFromJSONTyped, FundingToJSON } from './models/F
80
80
  export { FundingExternalWalletsFromJSON, FundingExternalWalletsFromJSONTyped, FundingExternalWalletsToJSON } from './models/FundingExternalWallets.js';
81
81
  export { FundingExternalWalletsDefaultSettingsFromJSON, FundingExternalWalletsDefaultSettingsFromJSONTyped, FundingExternalWalletsDefaultSettingsToJSON } from './models/FundingExternalWalletsDefaultSettings.js';
82
82
  export { FundingExternalWalletsMinAmountFromJSON, FundingExternalWalletsMinAmountFromJSONTyped, FundingExternalWalletsMinAmountToJSON } from './models/FundingExternalWalletsMinAmount.js';
83
- export { GetAccountBalancesNetworkIdEnum, GetAccountBalancesNetworkIdEnumFromJSON, GetAccountBalancesNetworkIdEnumFromJSONTyped, GetAccountBalancesNetworkIdEnumToJSON } from './models/GetAccountBalancesNetworkIdEnum.js';
84
83
  export { GetUserPasskeysResponseFromJSON, GetUserPasskeysResponseFromJSONTyped, GetUserPasskeysResponseToJSON } from './models/GetUserPasskeysResponse.js';
85
84
  export { GlobalWalletSettingsFromJSON, GlobalWalletSettingsFromJSONTyped, GlobalWalletSettingsToJSON } from './models/GlobalWalletSettings.js';
86
85
  export { HCaptchaSettingsFromJSON, HCaptchaSettingsFromJSONTyped, HCaptchaSettingsToJSON } from './models/HCaptchaSettings.js';
@@ -78,7 +78,6 @@ export * from './Funding';
78
78
  export * from './FundingExternalWallets';
79
79
  export * from './FundingExternalWalletsDefaultSettings';
80
80
  export * from './FundingExternalWalletsMinAmount';
81
- export * from './GetAccountBalancesNetworkIdEnum';
82
81
  export * from './GetUserPasskeysResponse';
83
82
  export * from './GlobalWalletSettings';
84
83
  export * from './HCaptchaSettings';
@@ -1,46 +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
- *
20
- * @export
21
- * @enum {string}
22
- */
23
- exports.GetAccountBalancesNetworkIdEnum = void 0;
24
- (function (GetAccountBalancesNetworkIdEnum) {
25
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_0"] = 0] = "NUMBER_0";
26
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_1"] = 1] = "NUMBER_1";
27
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_10"] = 10] = "NUMBER_10";
28
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_101"] = 101] = "NUMBER_101";
29
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_103"] = 103] = "NUMBER_103";
30
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_137"] = 137] = "NUMBER_137";
31
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_42161"] = 42161] = "NUMBER_42161";
32
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_8453"] = 8453] = "NUMBER_8453";
33
- })(exports.GetAccountBalancesNetworkIdEnum || (exports.GetAccountBalancesNetworkIdEnum = {}));
34
- function GetAccountBalancesNetworkIdEnumFromJSON(json) {
35
- return GetAccountBalancesNetworkIdEnumFromJSONTyped(json);
36
- }
37
- function GetAccountBalancesNetworkIdEnumFromJSONTyped(json, ignoreDiscriminator) {
38
- return json;
39
- }
40
- function GetAccountBalancesNetworkIdEnumToJSON(value) {
41
- return value;
42
- }
43
-
44
- exports.GetAccountBalancesNetworkIdEnumFromJSON = GetAccountBalancesNetworkIdEnumFromJSON;
45
- exports.GetAccountBalancesNetworkIdEnumFromJSONTyped = GetAccountBalancesNetworkIdEnumFromJSONTyped;
46
- exports.GetAccountBalancesNetworkIdEnumToJSON = GetAccountBalancesNetworkIdEnumToJSON;
@@ -1,29 +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
- *
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare enum GetAccountBalancesNetworkIdEnum {
18
- NUMBER_0 = 0,
19
- NUMBER_1 = 1,
20
- NUMBER_10 = 10,
21
- NUMBER_101 = 101,
22
- NUMBER_103 = 103,
23
- NUMBER_137 = 137,
24
- NUMBER_42161 = 42161,
25
- NUMBER_8453 = 8453
26
- }
27
- export declare function GetAccountBalancesNetworkIdEnumFromJSON(json: any): GetAccountBalancesNetworkIdEnum;
28
- export declare function GetAccountBalancesNetworkIdEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAccountBalancesNetworkIdEnum;
29
- export declare function GetAccountBalancesNetworkIdEnumToJSON(value?: GetAccountBalancesNetworkIdEnum | null): any;
@@ -1,40 +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
- *
16
- * @export
17
- * @enum {string}
18
- */
19
- var GetAccountBalancesNetworkIdEnum;
20
- (function (GetAccountBalancesNetworkIdEnum) {
21
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_0"] = 0] = "NUMBER_0";
22
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_1"] = 1] = "NUMBER_1";
23
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_10"] = 10] = "NUMBER_10";
24
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_101"] = 101] = "NUMBER_101";
25
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_103"] = 103] = "NUMBER_103";
26
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_137"] = 137] = "NUMBER_137";
27
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_42161"] = 42161] = "NUMBER_42161";
28
- GetAccountBalancesNetworkIdEnum[GetAccountBalancesNetworkIdEnum["NUMBER_8453"] = 8453] = "NUMBER_8453";
29
- })(GetAccountBalancesNetworkIdEnum || (GetAccountBalancesNetworkIdEnum = {}));
30
- function GetAccountBalancesNetworkIdEnumFromJSON(json) {
31
- return GetAccountBalancesNetworkIdEnumFromJSONTyped(json);
32
- }
33
- function GetAccountBalancesNetworkIdEnumFromJSONTyped(json, ignoreDiscriminator) {
34
- return json;
35
- }
36
- function GetAccountBalancesNetworkIdEnumToJSON(value) {
37
- return value;
38
- }
39
-
40
- export { GetAccountBalancesNetworkIdEnum, GetAccountBalancesNetworkIdEnumFromJSON, GetAccountBalancesNetworkIdEnumFromJSONTyped, GetAccountBalancesNetworkIdEnumToJSON };