@dynamic-labs/sdk-api-core 0.0.627 → 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 +1 -1
- package/src/apis/SDKApi.cjs +0 -1
- package/src/apis/SDKApi.js +0 -1
- package/src/index.cjs +0 -8
- package/src/index.js +0 -1
- package/src/models/NetworkConfiguration.cjs +2 -0
- package/src/models/NetworkConfiguration.d.ts +6 -0
- package/src/models/NetworkConfiguration.js +2 -0
- package/src/models/index.d.ts +0 -1
- package/src/models/GetAccountBalancesNetworkIdEnum.cjs +0 -46
- package/src/models/GetAccountBalancesNetworkIdEnum.d.ts +0 -29
- package/src/models/GetAccountBalancesNetworkIdEnum.js +0 -40
package/package.json
CHANGED
package/src/apis/SDKApi.cjs
CHANGED
|
@@ -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');
|
package/src/apis/SDKApi.js
CHANGED
|
@@ -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';
|
|
@@ -31,6 +31,7 @@ function NetworkConfigurationFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
31
31
|
'vanityName': !runtime.exists(json, 'vanityName') ? undefined : json['vanityName'],
|
|
32
32
|
'bech32Prefix': !runtime.exists(json, 'bech32Prefix') ? undefined : json['bech32Prefix'],
|
|
33
33
|
'genesisHash': !runtime.exists(json, 'genesisHash') ? undefined : json['genesisHash'],
|
|
34
|
+
'cluster': !runtime.exists(json, 'cluster') ? undefined : json['cluster'],
|
|
34
35
|
};
|
|
35
36
|
}
|
|
36
37
|
function NetworkConfigurationToJSON(value) {
|
|
@@ -57,6 +58,7 @@ function NetworkConfigurationToJSON(value) {
|
|
|
57
58
|
'vanityName': value.vanityName,
|
|
58
59
|
'bech32Prefix': value.bech32Prefix,
|
|
59
60
|
'genesisHash': value.genesisHash,
|
|
61
|
+
'cluster': value.cluster,
|
|
60
62
|
};
|
|
61
63
|
}
|
|
62
64
|
|
|
@@ -113,6 +113,12 @@ export interface NetworkConfiguration {
|
|
|
113
113
|
* @memberof NetworkConfiguration
|
|
114
114
|
*/
|
|
115
115
|
genesisHash?: string;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof NetworkConfiguration
|
|
120
|
+
*/
|
|
121
|
+
cluster?: string;
|
|
116
122
|
}
|
|
117
123
|
export declare function NetworkConfigurationFromJSON(json: any): NetworkConfiguration;
|
|
118
124
|
export declare function NetworkConfigurationFromJSONTyped(json: any, ignoreDiscriminator: boolean): NetworkConfiguration;
|
|
@@ -27,6 +27,7 @@ function NetworkConfigurationFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
27
27
|
'vanityName': !exists(json, 'vanityName') ? undefined : json['vanityName'],
|
|
28
28
|
'bech32Prefix': !exists(json, 'bech32Prefix') ? undefined : json['bech32Prefix'],
|
|
29
29
|
'genesisHash': !exists(json, 'genesisHash') ? undefined : json['genesisHash'],
|
|
30
|
+
'cluster': !exists(json, 'cluster') ? undefined : json['cluster'],
|
|
30
31
|
};
|
|
31
32
|
}
|
|
32
33
|
function NetworkConfigurationToJSON(value) {
|
|
@@ -53,6 +54,7 @@ function NetworkConfigurationToJSON(value) {
|
|
|
53
54
|
'vanityName': value.vanityName,
|
|
54
55
|
'bech32Prefix': value.bech32Prefix,
|
|
55
56
|
'genesisHash': value.genesisHash,
|
|
57
|
+
'cluster': value.cluster,
|
|
56
58
|
};
|
|
57
59
|
}
|
|
58
60
|
|
package/src/models/index.d.ts
CHANGED
|
@@ -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 };
|