@dynamic-labs/sdk-api-core 0.0.1067 → 0.0.1069
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 +62 -0
- package/src/apis/SDKApi.cjs.map +1 -1
- package/src/apis/SDKApi.d.ts +26 -1
- package/src/apis/SDKApi.js +62 -0
- package/src/apis/SDKApi.js.map +1 -1
- package/src/apis/WaasApi.cjs +1 -1
- package/src/apis/WaasApi.js +1 -1
- package/src/index.cjs +28 -0
- package/src/index.cjs.map +1 -1
- package/src/index.js +7 -0
- package/src/index.js.map +1 -1
- package/src/models/AddBusinessAccountSignerSdkRequest.cjs +7 -0
- package/src/models/AddBusinessAccountSignerSdkRequest.cjs.map +1 -1
- package/src/models/AddBusinessAccountSignerSdkRequest.d.ts +20 -0
- package/src/models/AddBusinessAccountSignerSdkRequest.js +7 -0
- package/src/models/AddBusinessAccountSignerSdkRequest.js.map +1 -1
- package/src/models/FlowFeeClaimRequest.cjs +37 -0
- package/src/models/FlowFeeClaimRequest.cjs.map +1 -0
- package/src/models/FlowFeeClaimRequest.d.ts +39 -0
- package/src/models/FlowFeeClaimRequest.js +31 -0
- package/src/models/FlowFeeClaimRequest.js.map +1 -0
- package/src/models/FlowFeeClaimResponse.cjs +35 -0
- package/src/models/FlowFeeClaimResponse.cjs.map +1 -0
- package/src/models/FlowFeeClaimResponse.d.ts +34 -0
- package/src/models/FlowFeeClaimResponse.js +29 -0
- package/src/models/FlowFeeClaimResponse.js.map +1 -0
- package/src/models/FlowFeeClaimSignature.cjs +45 -0
- package/src/models/FlowFeeClaimSignature.cjs.map +1 -0
- package/src/models/FlowFeeClaimSignature.d.ts +33 -0
- package/src/models/FlowFeeClaimSignature.js +39 -0
- package/src/models/FlowFeeClaimSignature.js.map +1 -0
- package/src/models/FlowFeeClaimStep.cjs +49 -0
- package/src/models/FlowFeeClaimStep.cjs.map +1 -0
- package/src/models/FlowFeeClaimStep.d.ts +45 -0
- package/src/models/FlowFeeClaimStep.js +43 -0
- package/src/models/FlowFeeClaimStep.js.map +1 -0
- package/src/models/FlowFeeClaimSubmitRequest.cjs +35 -0
- package/src/models/FlowFeeClaimSubmitRequest.cjs.map +1 -0
- package/src/models/FlowFeeClaimSubmitRequest.d.ts +34 -0
- package/src/models/FlowFeeClaimSubmitRequest.js +29 -0
- package/src/models/FlowFeeClaimSubmitRequest.js.map +1 -0
- package/src/models/FlowFeeClaimSubmitResponse.cjs +35 -0
- package/src/models/FlowFeeClaimSubmitResponse.cjs.map +1 -0
- package/src/models/FlowFeeClaimSubmitResponse.d.ts +33 -0
- package/src/models/FlowFeeClaimSubmitResponse.js +29 -0
- package/src/models/FlowFeeClaimSubmitResponse.js.map +1 -0
- package/src/models/InlineObject5.cjs +35 -0
- package/src/models/InlineObject5.cjs.map +1 -0
- package/src/models/InlineObject5.d.ts +33 -0
- package/src/models/InlineObject5.js +29 -0
- package/src/models/InlineObject5.js.map +1 -0
- package/src/models/index.d.ts +7 -0
package/src/apis/WaasApi.cjs
CHANGED
|
@@ -7,6 +7,7 @@ require('../models/ExchangeKeyEnum.cjs');
|
|
|
7
7
|
require('../models/BusinessAccountMemberRole.cjs');
|
|
8
8
|
require('../models/UserIdentifierTypeEnum.cjs');
|
|
9
9
|
require('../models/BusinessAccountSignerType.cjs');
|
|
10
|
+
require('../models/ThresholdSignatureScheme.cjs');
|
|
10
11
|
require('../models/ChainEnum.cjs');
|
|
11
12
|
require('../models/FlowSourceTypeEnum.cjs');
|
|
12
13
|
require('../models/AttestationConveyancePreference.cjs');
|
|
@@ -29,7 +30,6 @@ require('../models/HardwareWalletEnum.cjs');
|
|
|
29
30
|
require('../models/PasswordSourceTypeEnum.cjs');
|
|
30
31
|
require('../models/ProviderEntryPointVersionEnum.cjs');
|
|
31
32
|
require('../models/ProviderKernelVersionEnum.cjs');
|
|
32
|
-
require('../models/ThresholdSignatureScheme.cjs');
|
|
33
33
|
require('../models/WaasWalletShareSetType.cjs');
|
|
34
34
|
require('../models/WalletProviderEnum.cjs');
|
|
35
35
|
require('../models/MfaBackupCodeAcknowledgement.cjs');
|
package/src/apis/WaasApi.js
CHANGED
|
@@ -3,6 +3,7 @@ import '../models/ExchangeKeyEnum.js';
|
|
|
3
3
|
import '../models/BusinessAccountMemberRole.js';
|
|
4
4
|
import '../models/UserIdentifierTypeEnum.js';
|
|
5
5
|
import '../models/BusinessAccountSignerType.js';
|
|
6
|
+
import '../models/ThresholdSignatureScheme.js';
|
|
6
7
|
import '../models/ChainEnum.js';
|
|
7
8
|
import '../models/FlowSourceTypeEnum.js';
|
|
8
9
|
import '../models/AttestationConveyancePreference.js';
|
|
@@ -25,7 +26,6 @@ import '../models/HardwareWalletEnum.js';
|
|
|
25
26
|
import '../models/PasswordSourceTypeEnum.js';
|
|
26
27
|
import '../models/ProviderEntryPointVersionEnum.js';
|
|
27
28
|
import '../models/ProviderKernelVersionEnum.js';
|
|
28
|
-
import '../models/ThresholdSignatureScheme.js';
|
|
29
29
|
import '../models/WaasWalletShareSetType.js';
|
|
30
30
|
import '../models/WalletProviderEnum.js';
|
|
31
31
|
import '../models/MfaBackupCodeAcknowledgement.js';
|
package/src/index.cjs
CHANGED
|
@@ -167,6 +167,12 @@ var FlowExchangeSource = require('./models/FlowExchangeSource.cjs');
|
|
|
167
167
|
var FlowExecutionStateEnum = require('./models/FlowExecutionStateEnum.cjs');
|
|
168
168
|
var FlowFailure = require('./models/FlowFailure.cjs');
|
|
169
169
|
var FlowFeeBreakdown = require('./models/FlowFeeBreakdown.cjs');
|
|
170
|
+
var FlowFeeClaimRequest = require('./models/FlowFeeClaimRequest.cjs');
|
|
171
|
+
var FlowFeeClaimResponse = require('./models/FlowFeeClaimResponse.cjs');
|
|
172
|
+
var FlowFeeClaimSignature = require('./models/FlowFeeClaimSignature.cjs');
|
|
173
|
+
var FlowFeeClaimStep = require('./models/FlowFeeClaimStep.cjs');
|
|
174
|
+
var FlowFeeClaimSubmitRequest = require('./models/FlowFeeClaimSubmitRequest.cjs');
|
|
175
|
+
var FlowFeeClaimSubmitResponse = require('./models/FlowFeeClaimSubmitResponse.cjs');
|
|
170
176
|
var FlowFeeConfig = require('./models/FlowFeeConfig.cjs');
|
|
171
177
|
var FlowGasEstimate = require('./models/FlowGasEstimate.cjs');
|
|
172
178
|
var FlowModeEnum = require('./models/FlowModeEnum.cjs');
|
|
@@ -214,6 +220,7 @@ var InlineObject1 = require('./models/InlineObject1.cjs');
|
|
|
214
220
|
var InlineObject2 = require('./models/InlineObject2.cjs');
|
|
215
221
|
var InlineObject3 = require('./models/InlineObject3.cjs');
|
|
216
222
|
var InlineObject4 = require('./models/InlineObject4.cjs');
|
|
223
|
+
var InlineObject5 = require('./models/InlineObject5.cjs');
|
|
217
224
|
var InlineResponse200 = require('./models/InlineResponse200.cjs');
|
|
218
225
|
var InlineResponse2001 = require('./models/InlineResponse2001.cjs');
|
|
219
226
|
var InlineResponse2001AllowedPrograms = require('./models/InlineResponse2001AllowedPrograms.cjs');
|
|
@@ -1189,6 +1196,24 @@ exports.FlowFailureToJSON = FlowFailure.FlowFailureToJSON;
|
|
|
1189
1196
|
exports.FlowFeeBreakdownFromJSON = FlowFeeBreakdown.FlowFeeBreakdownFromJSON;
|
|
1190
1197
|
exports.FlowFeeBreakdownFromJSONTyped = FlowFeeBreakdown.FlowFeeBreakdownFromJSONTyped;
|
|
1191
1198
|
exports.FlowFeeBreakdownToJSON = FlowFeeBreakdown.FlowFeeBreakdownToJSON;
|
|
1199
|
+
exports.FlowFeeClaimRequestFromJSON = FlowFeeClaimRequest.FlowFeeClaimRequestFromJSON;
|
|
1200
|
+
exports.FlowFeeClaimRequestFromJSONTyped = FlowFeeClaimRequest.FlowFeeClaimRequestFromJSONTyped;
|
|
1201
|
+
exports.FlowFeeClaimRequestToJSON = FlowFeeClaimRequest.FlowFeeClaimRequestToJSON;
|
|
1202
|
+
exports.FlowFeeClaimResponseFromJSON = FlowFeeClaimResponse.FlowFeeClaimResponseFromJSON;
|
|
1203
|
+
exports.FlowFeeClaimResponseFromJSONTyped = FlowFeeClaimResponse.FlowFeeClaimResponseFromJSONTyped;
|
|
1204
|
+
exports.FlowFeeClaimResponseToJSON = FlowFeeClaimResponse.FlowFeeClaimResponseToJSON;
|
|
1205
|
+
exports.FlowFeeClaimSignatureFromJSON = FlowFeeClaimSignature.FlowFeeClaimSignatureFromJSON;
|
|
1206
|
+
exports.FlowFeeClaimSignatureFromJSONTyped = FlowFeeClaimSignature.FlowFeeClaimSignatureFromJSONTyped;
|
|
1207
|
+
exports.FlowFeeClaimSignatureToJSON = FlowFeeClaimSignature.FlowFeeClaimSignatureToJSON;
|
|
1208
|
+
exports.FlowFeeClaimStepFromJSON = FlowFeeClaimStep.FlowFeeClaimStepFromJSON;
|
|
1209
|
+
exports.FlowFeeClaimStepFromJSONTyped = FlowFeeClaimStep.FlowFeeClaimStepFromJSONTyped;
|
|
1210
|
+
exports.FlowFeeClaimStepToJSON = FlowFeeClaimStep.FlowFeeClaimStepToJSON;
|
|
1211
|
+
exports.FlowFeeClaimSubmitRequestFromJSON = FlowFeeClaimSubmitRequest.FlowFeeClaimSubmitRequestFromJSON;
|
|
1212
|
+
exports.FlowFeeClaimSubmitRequestFromJSONTyped = FlowFeeClaimSubmitRequest.FlowFeeClaimSubmitRequestFromJSONTyped;
|
|
1213
|
+
exports.FlowFeeClaimSubmitRequestToJSON = FlowFeeClaimSubmitRequest.FlowFeeClaimSubmitRequestToJSON;
|
|
1214
|
+
exports.FlowFeeClaimSubmitResponseFromJSON = FlowFeeClaimSubmitResponse.FlowFeeClaimSubmitResponseFromJSON;
|
|
1215
|
+
exports.FlowFeeClaimSubmitResponseFromJSONTyped = FlowFeeClaimSubmitResponse.FlowFeeClaimSubmitResponseFromJSONTyped;
|
|
1216
|
+
exports.FlowFeeClaimSubmitResponseToJSON = FlowFeeClaimSubmitResponse.FlowFeeClaimSubmitResponseToJSON;
|
|
1192
1217
|
exports.FlowFeeConfigFromJSON = FlowFeeConfig.FlowFeeConfigFromJSON;
|
|
1193
1218
|
exports.FlowFeeConfigFromJSONTyped = FlowFeeConfig.FlowFeeConfigFromJSONTyped;
|
|
1194
1219
|
exports.FlowFeeConfigToJSON = FlowFeeConfig.FlowFeeConfigToJSON;
|
|
@@ -1382,6 +1407,9 @@ Object.defineProperty(exports, 'InlineObject4NetworkEnum', {
|
|
|
1382
1407
|
get: function () { return InlineObject4.InlineObject4NetworkEnum; }
|
|
1383
1408
|
});
|
|
1384
1409
|
exports.InlineObject4ToJSON = InlineObject4.InlineObject4ToJSON;
|
|
1410
|
+
exports.InlineObject5FromJSON = InlineObject5.InlineObject5FromJSON;
|
|
1411
|
+
exports.InlineObject5FromJSONTyped = InlineObject5.InlineObject5FromJSONTyped;
|
|
1412
|
+
exports.InlineObject5ToJSON = InlineObject5.InlineObject5ToJSON;
|
|
1385
1413
|
exports.InlineResponse200FromJSON = InlineResponse200.InlineResponse200FromJSON;
|
|
1386
1414
|
exports.InlineResponse200FromJSONTyped = InlineResponse200.InlineResponse200FromJSONTyped;
|
|
1387
1415
|
exports.InlineResponse200ToJSON = InlineResponse200.InlineResponse200ToJSON;
|
package/src/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":null,"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":null,"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/src/index.js
CHANGED
|
@@ -163,6 +163,12 @@ export { FlowExchangeSourceFromJSON, FlowExchangeSourceFromJSONTyped, FlowExchan
|
|
|
163
163
|
export { FlowExecutionStateEnum, FlowExecutionStateEnumFromJSON, FlowExecutionStateEnumFromJSONTyped, FlowExecutionStateEnumToJSON } from './models/FlowExecutionStateEnum.js';
|
|
164
164
|
export { FlowFailureFromJSON, FlowFailureFromJSONTyped, FlowFailureToJSON } from './models/FlowFailure.js';
|
|
165
165
|
export { FlowFeeBreakdownFromJSON, FlowFeeBreakdownFromJSONTyped, FlowFeeBreakdownToJSON } from './models/FlowFeeBreakdown.js';
|
|
166
|
+
export { FlowFeeClaimRequestFromJSON, FlowFeeClaimRequestFromJSONTyped, FlowFeeClaimRequestToJSON } from './models/FlowFeeClaimRequest.js';
|
|
167
|
+
export { FlowFeeClaimResponseFromJSON, FlowFeeClaimResponseFromJSONTyped, FlowFeeClaimResponseToJSON } from './models/FlowFeeClaimResponse.js';
|
|
168
|
+
export { FlowFeeClaimSignatureFromJSON, FlowFeeClaimSignatureFromJSONTyped, FlowFeeClaimSignatureToJSON } from './models/FlowFeeClaimSignature.js';
|
|
169
|
+
export { FlowFeeClaimStepFromJSON, FlowFeeClaimStepFromJSONTyped, FlowFeeClaimStepToJSON } from './models/FlowFeeClaimStep.js';
|
|
170
|
+
export { FlowFeeClaimSubmitRequestFromJSON, FlowFeeClaimSubmitRequestFromJSONTyped, FlowFeeClaimSubmitRequestToJSON } from './models/FlowFeeClaimSubmitRequest.js';
|
|
171
|
+
export { FlowFeeClaimSubmitResponseFromJSON, FlowFeeClaimSubmitResponseFromJSONTyped, FlowFeeClaimSubmitResponseToJSON } from './models/FlowFeeClaimSubmitResponse.js';
|
|
166
172
|
export { FlowFeeConfigFromJSON, FlowFeeConfigFromJSONTyped, FlowFeeConfigToJSON } from './models/FlowFeeConfig.js';
|
|
167
173
|
export { FlowGasEstimateFromJSON, FlowGasEstimateFromJSONTyped, FlowGasEstimateToJSON } from './models/FlowGasEstimate.js';
|
|
168
174
|
export { FlowModeEnum, FlowModeEnumFromJSON, FlowModeEnumFromJSONTyped, FlowModeEnumToJSON } from './models/FlowModeEnum.js';
|
|
@@ -210,6 +216,7 @@ export { InlineObject1FromJSON, InlineObject1FromJSONTyped, InlineObject1Network
|
|
|
210
216
|
export { InlineObject2FromJSON, InlineObject2FromJSONTyped, InlineObject2NetworkEnum, InlineObject2ToJSON } from './models/InlineObject2.js';
|
|
211
217
|
export { InlineObject3FromJSON, InlineObject3FromJSONTyped, InlineObject3NetworkEnum, InlineObject3ToJSON } from './models/InlineObject3.js';
|
|
212
218
|
export { InlineObject4FromJSON, InlineObject4FromJSONTyped, InlineObject4NetworkEnum, InlineObject4ToJSON } from './models/InlineObject4.js';
|
|
219
|
+
export { InlineObject5FromJSON, InlineObject5FromJSONTyped, InlineObject5ToJSON } from './models/InlineObject5.js';
|
|
213
220
|
export { InlineResponse200FromJSON, InlineResponse200FromJSONTyped, InlineResponse200ToJSON } from './models/InlineResponse200.js';
|
|
214
221
|
export { InlineResponse2001FromJSON, InlineResponse2001FromJSONTyped, InlineResponse2001ToJSON } from './models/InlineResponse2001.js';
|
|
215
222
|
export { InlineResponse2001AllowedProgramsFromJSON, InlineResponse2001AllowedProgramsFromJSONTyped, InlineResponse2001AllowedProgramsToJSON } from './models/InlineResponse2001AllowedPrograms.js';
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":null,"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":null,"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var runtime = require('../runtime.cjs');
|
|
6
6
|
var BusinessAccountSignerType = require('./BusinessAccountSignerType.cjs');
|
|
7
|
+
var ThresholdSignatureScheme = require('./ThresholdSignatureScheme.cjs');
|
|
7
8
|
var UserIdentifierTypeEnum = require('./UserIdentifierTypeEnum.cjs');
|
|
8
9
|
|
|
9
10
|
/* tslint:disable */
|
|
@@ -19,6 +20,9 @@ function AddBusinessAccountSignerSdkRequestFromJSONTyped(json, ignoreDiscriminat
|
|
|
19
20
|
'userId': !runtime.exists(json, 'userId') ? undefined : json['userId'],
|
|
20
21
|
'identifier': !runtime.exists(json, 'identifier') ? undefined : json['identifier'],
|
|
21
22
|
'type': !runtime.exists(json, 'type') ? undefined : UserIdentifierTypeEnum.UserIdentifierTypeEnumFromJSON(json['type']),
|
|
23
|
+
'clientKeygenIds': json['clientKeygenIds'],
|
|
24
|
+
'oldThresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeFromJSON(json['oldThresholdSignatureScheme']),
|
|
25
|
+
'newThresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeFromJSON(json['newThresholdSignatureScheme']),
|
|
22
26
|
};
|
|
23
27
|
}
|
|
24
28
|
function AddBusinessAccountSignerSdkRequestToJSON(value) {
|
|
@@ -33,6 +37,9 @@ function AddBusinessAccountSignerSdkRequestToJSON(value) {
|
|
|
33
37
|
'userId': value.userId,
|
|
34
38
|
'identifier': value.identifier,
|
|
35
39
|
'type': UserIdentifierTypeEnum.UserIdentifierTypeEnumToJSON(value.type),
|
|
40
|
+
'clientKeygenIds': value.clientKeygenIds,
|
|
41
|
+
'oldThresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeToJSON(value.oldThresholdSignatureScheme),
|
|
42
|
+
'newThresholdSignatureScheme': ThresholdSignatureScheme.ThresholdSignatureSchemeToJSON(value.newThresholdSignatureScheme),
|
|
36
43
|
};
|
|
37
44
|
}
|
|
38
45
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddBusinessAccountSignerSdkRequest.cjs","sources":["../../../../../libs/sdk-api-core/src/models/AddBusinessAccountSignerSdkRequest.ts"],"sourcesContent":null,"names":["BusinessAccountSignerTypeFromJSON","exists","UserIdentifierTypeEnumFromJSON","BusinessAccountSignerTypeToJSON","UserIdentifierTypeEnumToJSON"],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddBusinessAccountSignerSdkRequest.cjs","sources":["../../../../../libs/sdk-api-core/src/models/AddBusinessAccountSignerSdkRequest.ts"],"sourcesContent":null,"names":["BusinessAccountSignerTypeFromJSON","exists","UserIdentifierTypeEnumFromJSON","ThresholdSignatureSchemeFromJSON","BusinessAccountSignerTypeToJSON","UserIdentifierTypeEnumToJSON","ThresholdSignatureSchemeToJSON"],"mappings":";;;;;;;;;AAAA;AAqFM,SAAU,0CAA0C,CAAC,IAAS,EAAA;AAChE,IAAA,OAAO,+CAA+C,CAAC,IAAW,CAAC,CAAC;AACxE,CAAC;AAEe,SAAA,+CAA+C,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACnG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,YAAY,EAAEA,2DAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AACnE,QAAA,QAAQ,EAAE,CAACC,cAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC;AAC9D,QAAA,YAAY,EAAE,CAACA,cAAM,CAAC,IAAI,EAAE,YAAY,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC;QAC1E,MAAM,EAAE,CAACA,cAAM,CAAC,IAAI,EAAE,MAAM,CAAC,GAAG,SAAS,GAAGC,qDAA8B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AACxF,QAAA,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;AAC1C,QAAA,6BAA6B,EAAEC,yDAAgC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;AACpG,QAAA,6BAA6B,EAAEA,yDAAgC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;KACvG,CAAC;AACN,CAAC;AAEK,SAAU,wCAAwC,CAAC,KAAiD,EAAA;AACtG,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,YAAY,EAAEC,yDAA+B,CAAC,KAAK,CAAC,UAAU,CAAC;QAC/D,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,YAAY,EAAE,KAAK,CAAC,UAAU;AAC9B,QAAA,MAAM,EAAEC,mDAA4B,CAAC,KAAK,CAAC,IAAI,CAAC;QAChD,iBAAiB,EAAE,KAAK,CAAC,eAAe;AACxC,QAAA,6BAA6B,EAAEC,uDAA8B,CAAC,KAAK,CAAC,2BAA2B,CAAC;AAChG,QAAA,6BAA6B,EAAEA,uDAA8B,CAAC,KAAK,CAAC,2BAA2B,CAAC;KACnG,CAAC;AACN;;;;;;"}
|
|
@@ -10,9 +10,11 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { BusinessAccountSignerType } from './BusinessAccountSignerType';
|
|
13
|
+
import { ThresholdSignatureScheme } from './ThresholdSignatureScheme';
|
|
13
14
|
import { UserIdentifierTypeEnum } from './UserIdentifierTypeEnum';
|
|
14
15
|
/**
|
|
15
16
|
* SDK addSigner body. Same user resolution shape as addMember (userId OR identifier + type), plus `signerType` for the signer-role enum (endUser/server). `type` here is the user-resolution type, NOT the signer type — `signerType` lives on a dedicated field.
|
|
17
|
+
* The remaining fields parameterise the reshare ceremony that runs after the pending signer row is written. `clientKeygenIds` come from the caller's local MPC state; the threshold scheme fields describe the source share set (old) and the destination share set (new) that the ceremony produces.
|
|
16
18
|
* @export
|
|
17
19
|
* @interface AddBusinessAccountSignerSdkRequest
|
|
18
20
|
*/
|
|
@@ -41,6 +43,24 @@ export interface AddBusinessAccountSignerSdkRequest {
|
|
|
41
43
|
* @memberof AddBusinessAccountSignerSdkRequest
|
|
42
44
|
*/
|
|
43
45
|
type?: UserIdentifierTypeEnum;
|
|
46
|
+
/**
|
|
47
|
+
* Caller's MPC keygen IDs participating in the reshare.
|
|
48
|
+
* @type {Array<string>}
|
|
49
|
+
* @memberof AddBusinessAccountSignerSdkRequest
|
|
50
|
+
*/
|
|
51
|
+
clientKeygenIds: Array<string>;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {ThresholdSignatureScheme}
|
|
55
|
+
* @memberof AddBusinessAccountSignerSdkRequest
|
|
56
|
+
*/
|
|
57
|
+
oldThresholdSignatureScheme: ThresholdSignatureScheme;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {ThresholdSignatureScheme}
|
|
61
|
+
* @memberof AddBusinessAccountSignerSdkRequest
|
|
62
|
+
*/
|
|
63
|
+
newThresholdSignatureScheme: ThresholdSignatureScheme;
|
|
44
64
|
}
|
|
45
65
|
export declare function AddBusinessAccountSignerSdkRequestFromJSON(json: any): AddBusinessAccountSignerSdkRequest;
|
|
46
66
|
export declare function AddBusinessAccountSignerSdkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddBusinessAccountSignerSdkRequest;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { exists } from '../runtime.js';
|
|
2
2
|
import { BusinessAccountSignerTypeFromJSON, BusinessAccountSignerTypeToJSON } from './BusinessAccountSignerType.js';
|
|
3
|
+
import { ThresholdSignatureSchemeFromJSON, ThresholdSignatureSchemeToJSON } from './ThresholdSignatureScheme.js';
|
|
3
4
|
import { UserIdentifierTypeEnumFromJSON, UserIdentifierTypeEnumToJSON } from './UserIdentifierTypeEnum.js';
|
|
4
5
|
|
|
5
6
|
/* tslint:disable */
|
|
@@ -15,6 +16,9 @@ function AddBusinessAccountSignerSdkRequestFromJSONTyped(json, ignoreDiscriminat
|
|
|
15
16
|
'userId': !exists(json, 'userId') ? undefined : json['userId'],
|
|
16
17
|
'identifier': !exists(json, 'identifier') ? undefined : json['identifier'],
|
|
17
18
|
'type': !exists(json, 'type') ? undefined : UserIdentifierTypeEnumFromJSON(json['type']),
|
|
19
|
+
'clientKeygenIds': json['clientKeygenIds'],
|
|
20
|
+
'oldThresholdSignatureScheme': ThresholdSignatureSchemeFromJSON(json['oldThresholdSignatureScheme']),
|
|
21
|
+
'newThresholdSignatureScheme': ThresholdSignatureSchemeFromJSON(json['newThresholdSignatureScheme']),
|
|
18
22
|
};
|
|
19
23
|
}
|
|
20
24
|
function AddBusinessAccountSignerSdkRequestToJSON(value) {
|
|
@@ -29,6 +33,9 @@ function AddBusinessAccountSignerSdkRequestToJSON(value) {
|
|
|
29
33
|
'userId': value.userId,
|
|
30
34
|
'identifier': value.identifier,
|
|
31
35
|
'type': UserIdentifierTypeEnumToJSON(value.type),
|
|
36
|
+
'clientKeygenIds': value.clientKeygenIds,
|
|
37
|
+
'oldThresholdSignatureScheme': ThresholdSignatureSchemeToJSON(value.oldThresholdSignatureScheme),
|
|
38
|
+
'newThresholdSignatureScheme': ThresholdSignatureSchemeToJSON(value.newThresholdSignatureScheme),
|
|
32
39
|
};
|
|
33
40
|
}
|
|
34
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddBusinessAccountSignerSdkRequest.js","sources":["../../../../../libs/sdk-api-core/src/models/AddBusinessAccountSignerSdkRequest.ts"],"sourcesContent":null,"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddBusinessAccountSignerSdkRequest.js","sources":["../../../../../libs/sdk-api-core/src/models/AddBusinessAccountSignerSdkRequest.ts"],"sourcesContent":null,"names":[],"mappings":";;;;;AAAA;AAqFM,SAAU,0CAA0C,CAAC,IAAS,EAAA;AAChE,IAAA,OAAO,+CAA+C,CAAC,IAAW,CAAC,CAAC;AACxE,CAAC;AAEe,SAAA,+CAA+C,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACnG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,YAAY,EAAE,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AACnE,QAAA,QAAQ,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC;AAC9D,QAAA,YAAY,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,YAAY,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC;QAC1E,MAAM,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,GAAG,SAAS,GAAG,8BAA8B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AACxF,QAAA,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;AAC1C,QAAA,6BAA6B,EAAE,gCAAgC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;AACpG,QAAA,6BAA6B,EAAE,gCAAgC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;KACvG,CAAC;AACN,CAAC;AAEK,SAAU,wCAAwC,CAAC,KAAiD,EAAA;AACtG,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,YAAY,EAAE,+BAA+B,CAAC,KAAK,CAAC,UAAU,CAAC;QAC/D,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,YAAY,EAAE,KAAK,CAAC,UAAU;AAC9B,QAAA,MAAM,EAAE,4BAA4B,CAAC,KAAK,CAAC,IAAI,CAAC;QAChD,iBAAiB,EAAE,KAAK,CAAC,eAAe;AACxC,QAAA,6BAA6B,EAAE,8BAA8B,CAAC,KAAK,CAAC,2BAA2B,CAAC;AAChG,QAAA,6BAA6B,EAAE,8BAA8B,CAAC,KAAK,CAAC,2BAA2B,CAAC;KACnG,CAAC;AACN;;;;"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('../runtime.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function FlowFeeClaimRequestFromJSON(json) {
|
|
9
|
+
return FlowFeeClaimRequestFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function FlowFeeClaimRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'chainId': !runtime.exists(json, 'chainId') ? undefined : json['chainId'],
|
|
17
|
+
'recipientAddress': json['recipientAddress'],
|
|
18
|
+
'tokenAddress': !runtime.exists(json, 'tokenAddress') ? undefined : json['tokenAddress'],
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
function FlowFeeClaimRequestToJSON(value) {
|
|
22
|
+
if (value === undefined) {
|
|
23
|
+
return undefined;
|
|
24
|
+
}
|
|
25
|
+
if (value === null) {
|
|
26
|
+
return null;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'chainId': value.chainId,
|
|
30
|
+
'recipientAddress': value.recipientAddress,
|
|
31
|
+
'tokenAddress': value.tokenAddress,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
exports.FlowFeeClaimRequestFromJSON = FlowFeeClaimRequestFromJSON;
|
|
36
|
+
exports.FlowFeeClaimRequestFromJSONTyped = FlowFeeClaimRequestFromJSONTyped;
|
|
37
|
+
exports.FlowFeeClaimRequestToJSON = FlowFeeClaimRequestToJSON;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowFeeClaimRequest.cjs","sources":["../../../../../libs/sdk-api-core/src/models/FlowFeeClaimRequest.ts"],"sourcesContent":null,"names":["exists"],"mappings":";;;;;;AAAA;AAyCM,SAAU,2BAA2B,CAAC,IAAS,EAAA;AACjD,IAAA,OAAO,gCAAgC,CAAC,IAAW,CAAC,CAAC;AACzD,CAAC;AAEe,SAAA,gCAAgC,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACpF,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,SAAS,EAAE,CAACA,cAAM,CAAC,IAAI,EAAE,SAAS,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;AACjE,QAAA,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC;AAC5C,QAAA,cAAc,EAAE,CAACA,cAAM,CAAC,IAAI,EAAE,cAAc,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC;KACnF,CAAC;AACN,CAAC;AAEK,SAAU,yBAAyB,CAAC,KAAkC,EAAA;AACxE,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,OAAO;QACxB,kBAAkB,EAAE,KAAK,CAAC,gBAAgB;QAC1C,cAAc,EAAE,KAAK,CAAC,YAAY;KACrC,CAAC;AACN;;;;;;"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
* Request to initiate a fee claim. Provider-agnostic: the caller only supplies the recipient address and the backend looks up unclaimed fee balances across every provider, returning a signing step for each. chainId and tokenAddress are optional filters to narrow the claim to a specific balance.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FlowFeeClaimRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface FlowFeeClaimRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Optional filter — only claim balances settled on this chain
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FlowFeeClaimRequest
|
|
22
|
+
*/
|
|
23
|
+
chainId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight, hyphens allowed for chains using base64url-encoded addresses like TON)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FlowFeeClaimRequest
|
|
28
|
+
*/
|
|
29
|
+
recipientAddress: string;
|
|
30
|
+
/**
|
|
31
|
+
* Optional filter — only claim balances for this token contract address
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof FlowFeeClaimRequest
|
|
34
|
+
*/
|
|
35
|
+
tokenAddress?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare function FlowFeeClaimRequestFromJSON(json: any): FlowFeeClaimRequest;
|
|
38
|
+
export declare function FlowFeeClaimRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): FlowFeeClaimRequest;
|
|
39
|
+
export declare function FlowFeeClaimRequestToJSON(value?: FlowFeeClaimRequest | null): any;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function FlowFeeClaimRequestFromJSON(json) {
|
|
5
|
+
return FlowFeeClaimRequestFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function FlowFeeClaimRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'chainId': !exists(json, 'chainId') ? undefined : json['chainId'],
|
|
13
|
+
'recipientAddress': json['recipientAddress'],
|
|
14
|
+
'tokenAddress': !exists(json, 'tokenAddress') ? undefined : json['tokenAddress'],
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
function FlowFeeClaimRequestToJSON(value) {
|
|
18
|
+
if (value === undefined) {
|
|
19
|
+
return undefined;
|
|
20
|
+
}
|
|
21
|
+
if (value === null) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
return {
|
|
25
|
+
'chainId': value.chainId,
|
|
26
|
+
'recipientAddress': value.recipientAddress,
|
|
27
|
+
'tokenAddress': value.tokenAddress,
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { FlowFeeClaimRequestFromJSON, FlowFeeClaimRequestFromJSONTyped, FlowFeeClaimRequestToJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowFeeClaimRequest.js","sources":["../../../../../libs/sdk-api-core/src/models/FlowFeeClaimRequest.ts"],"sourcesContent":null,"names":[],"mappings":";;AAAA;AAyCM,SAAU,2BAA2B,CAAC,IAAS,EAAA;AACjD,IAAA,OAAO,gCAAgC,CAAC,IAAW,CAAC,CAAC;AACzD,CAAC;AAEe,SAAA,gCAAgC,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACpF,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,SAAS,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;AACjE,QAAA,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC;AAC5C,QAAA,cAAc,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,cAAc,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC;KACnF,CAAC;AACN,CAAC;AAEK,SAAU,yBAAyB,CAAC,KAAkC,EAAA;AACxE,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,OAAO;QACxB,kBAAkB,EAAE,KAAK,CAAC,gBAAgB;QAC1C,cAAc,EAAE,KAAK,CAAC,YAAY;KACrC,CAAC;AACN;;;;"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var FlowFeeClaimStep = require('./FlowFeeClaimStep.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function FlowFeeClaimResponseFromJSON(json) {
|
|
9
|
+
return FlowFeeClaimResponseFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function FlowFeeClaimResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'requestId': json['requestId'],
|
|
17
|
+
'steps': (json['steps'].map(FlowFeeClaimStep.FlowFeeClaimStepFromJSON)),
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function FlowFeeClaimResponseToJSON(value) {
|
|
21
|
+
if (value === undefined) {
|
|
22
|
+
return undefined;
|
|
23
|
+
}
|
|
24
|
+
if (value === null) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'requestId': value.requestId,
|
|
29
|
+
'steps': (value.steps.map(FlowFeeClaimStep.FlowFeeClaimStepToJSON)),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.FlowFeeClaimResponseFromJSON = FlowFeeClaimResponseFromJSON;
|
|
34
|
+
exports.FlowFeeClaimResponseFromJSONTyped = FlowFeeClaimResponseFromJSONTyped;
|
|
35
|
+
exports.FlowFeeClaimResponseToJSON = FlowFeeClaimResponseToJSON;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowFeeClaimResponse.cjs","sources":["../../../../../libs/sdk-api-core/src/models/FlowFeeClaimResponse.ts"],"sourcesContent":null,"names":["FlowFeeClaimStepFromJSON","FlowFeeClaimStepToJSON"],"mappings":";;;;;;AAAA;AA0CM,SAAU,4BAA4B,CAAC,IAAS,EAAA;AAClD,IAAA,OAAO,iCAAiC,CAAC,IAAW,CAAC,CAAC;AAC1D,CAAC;AAEe,SAAA,iCAAiC,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACrF,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,OAAO,GAAI,IAAI,CAAC,OAAO,CAAgB,CAAC,GAAG,CAACA,yCAAwB,CAAC,CAAC;KACzE,CAAC;AACN,CAAC;AAEK,SAAU,0BAA0B,CAAC,KAAmC,EAAA;AAC1E,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,OAAO,GAAI,KAAK,CAAC,KAAoB,CAAC,GAAG,CAACC,uCAAsB,CAAC,CAAC;KACrE,CAAC;AACN;;;;;;"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { FlowFeeClaimStep } from './FlowFeeClaimStep';
|
|
13
|
+
/**
|
|
14
|
+
* Instructions to complete a fee claim. Contains an opaque requestId that correlates the initiated claim on submit, and the steps the recipient must complete (one per claimable balance across all providers).
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FlowFeeClaimResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface FlowFeeClaimResponse {
|
|
19
|
+
/**
|
|
20
|
+
* Opaque identifier correlating this initiated claim; echoed back on submit so the backend can resolve the provider(s) internally
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof FlowFeeClaimResponse
|
|
23
|
+
*/
|
|
24
|
+
requestId: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<FlowFeeClaimStep>}
|
|
28
|
+
* @memberof FlowFeeClaimResponse
|
|
29
|
+
*/
|
|
30
|
+
steps: Array<FlowFeeClaimStep>;
|
|
31
|
+
}
|
|
32
|
+
export declare function FlowFeeClaimResponseFromJSON(json: any): FlowFeeClaimResponse;
|
|
33
|
+
export declare function FlowFeeClaimResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): FlowFeeClaimResponse;
|
|
34
|
+
export declare function FlowFeeClaimResponseToJSON(value?: FlowFeeClaimResponse | null): any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FlowFeeClaimStepFromJSON, FlowFeeClaimStepToJSON } from './FlowFeeClaimStep.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function FlowFeeClaimResponseFromJSON(json) {
|
|
5
|
+
return FlowFeeClaimResponseFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function FlowFeeClaimResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'requestId': json['requestId'],
|
|
13
|
+
'steps': (json['steps'].map(FlowFeeClaimStepFromJSON)),
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
function FlowFeeClaimResponseToJSON(value) {
|
|
17
|
+
if (value === undefined) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (value === null) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'requestId': value.requestId,
|
|
25
|
+
'steps': (value.steps.map(FlowFeeClaimStepToJSON)),
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { FlowFeeClaimResponseFromJSON, FlowFeeClaimResponseFromJSONTyped, FlowFeeClaimResponseToJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowFeeClaimResponse.js","sources":["../../../../../libs/sdk-api-core/src/models/FlowFeeClaimResponse.ts"],"sourcesContent":null,"names":[],"mappings":";;AAAA;AA0CM,SAAU,4BAA4B,CAAC,IAAS,EAAA;AAClD,IAAA,OAAO,iCAAiC,CAAC,IAAW,CAAC,CAAC;AAC1D,CAAC;AAEe,SAAA,iCAAiC,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACrF,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,OAAO,GAAI,IAAI,CAAC,OAAO,CAAgB,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;KACzE,CAAC;AACN,CAAC;AAEK,SAAU,0BAA0B,CAAC,KAAmC,EAAA;AAC1E,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,OAAO,GAAI,KAAK,CAAC,KAAoB,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;KACrE,CAAC;AACN;;;;"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
function FlowFeeClaimSignatureFromJSON(json) {
|
|
19
|
+
return FlowFeeClaimSignatureFromJSONTyped(json);
|
|
20
|
+
}
|
|
21
|
+
function FlowFeeClaimSignatureFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'signature': json['signature'],
|
|
27
|
+
'stepId': json['stepId'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
function FlowFeeClaimSignatureToJSON(value) {
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'signature': value.signature,
|
|
39
|
+
'stepId': value.stepId,
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
exports.FlowFeeClaimSignatureFromJSON = FlowFeeClaimSignatureFromJSON;
|
|
44
|
+
exports.FlowFeeClaimSignatureFromJSONTyped = FlowFeeClaimSignatureFromJSONTyped;
|
|
45
|
+
exports.FlowFeeClaimSignatureToJSON = FlowFeeClaimSignatureToJSON;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowFeeClaimSignature.cjs","sources":["../../../../../libs/sdk-api-core/src/models/FlowFeeClaimSignature.ts"],"sourcesContent":null,"names":[],"mappings":";;;;AAAA;AACA;AACA;;;;;;;;;;AAUG;AAuBG,SAAU,6BAA6B,CAAC,IAAS,EAAA;AACnD,IAAA,OAAO,kCAAkC,CAAC,IAAW,CAAC,CAAC;AAC3D,CAAC;AAEe,SAAA,kCAAkC,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACtF,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;AAC9B,QAAA,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AAEK,SAAU,2BAA2B,CAAC,KAAoC,EAAA;AAC5E,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,QAAQ,EAAE,KAAK,CAAC,MAAM;KACzB,CAAC;AACN;;;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* A signature over a single claim step's payload.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FlowFeeClaimSignature
|
|
16
|
+
*/
|
|
17
|
+
export interface FlowFeeClaimSignature {
|
|
18
|
+
/**
|
|
19
|
+
* Signature the recipient produced over the step's payload
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FlowFeeClaimSignature
|
|
22
|
+
*/
|
|
23
|
+
signature: string;
|
|
24
|
+
/**
|
|
25
|
+
* The id of the FlowFeeClaimStep this signature corresponds to
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FlowFeeClaimSignature
|
|
28
|
+
*/
|
|
29
|
+
stepId: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function FlowFeeClaimSignatureFromJSON(json: any): FlowFeeClaimSignature;
|
|
32
|
+
export declare function FlowFeeClaimSignatureFromJSONTyped(json: any, ignoreDiscriminator: boolean): FlowFeeClaimSignature;
|
|
33
|
+
export declare function FlowFeeClaimSignatureToJSON(value?: FlowFeeClaimSignature | null): any;
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
function FlowFeeClaimSignatureFromJSON(json) {
|
|
15
|
+
return FlowFeeClaimSignatureFromJSONTyped(json);
|
|
16
|
+
}
|
|
17
|
+
function FlowFeeClaimSignatureFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'signature': json['signature'],
|
|
23
|
+
'stepId': json['stepId'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
function FlowFeeClaimSignatureToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'signature': value.signature,
|
|
35
|
+
'stepId': value.stepId,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export { FlowFeeClaimSignatureFromJSON, FlowFeeClaimSignatureFromJSONTyped, FlowFeeClaimSignatureToJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowFeeClaimSignature.js","sources":["../../../../../libs/sdk-api-core/src/models/FlowFeeClaimSignature.ts"],"sourcesContent":null,"names":[],"mappings":"AAAA;AACA;AACA;;;;;;;;;;AAUG;AAuBG,SAAU,6BAA6B,CAAC,IAAS,EAAA;AACnD,IAAA,OAAO,kCAAkC,CAAC,IAAW,CAAC,CAAC;AAC3D,CAAC;AAEe,SAAA,kCAAkC,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACtF,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;AAC9B,QAAA,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AAEK,SAAU,2BAA2B,CAAC,KAAoC,EAAA;AAC5E,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,QAAQ,EAAE,KAAK,CAAC,MAAM;KACzB,CAAC;AACN;;;;"}
|