wapi-client 0.6.0 → 0.6.1
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/dist/api/base-client.d.ts +21 -21
- package/dist/client.d.ts +15 -0
- package/dist/lib/validator.d.ts +9 -9
- package/dist/txs/export-database/export-database.enums.d.ts +20 -0
- package/dist/txs/export-database/export-database.guards.d.ts +4 -0
- package/dist/txs/{get-database-backup-progress/get-database-backup-progress.enums.d.ts → get-database-export-progress/get-database-export-progress.enums.d.ts} +4 -4
- package/dist/txs/get-database-export-progress/get-database-export-progress.guards.d.ts +4 -0
- package/dist/txs/{import-database-progress/import-database-progress.enums.d.ts → get-database-import-progress/get-database-import-progress.enums.d.ts} +4 -4
- package/dist/txs/get-database-import-progress/get-database-import-progress.guards.d.ts +4 -0
- package/dist/txs/import-database/import-database.enums.d.ts +17 -0
- package/dist/txs/import-database/import-database.guards.d.ts +4 -0
- package/dist/txs/index.d.ts +24 -24
- package/dist/wapi-client.cjs.development.js +670 -670
- package/dist/wapi-client.cjs.js +7 -7
- package/package.json +1 -1
- package/dist/txs/create-database-backup/create-database-backup.enums.d.ts +0 -20
- package/dist/txs/create-database-backup/create-database-backup.guards.d.ts +0 -4
- package/dist/txs/get-database-backup-progress/get-database-backup-progress.guards.d.ts +0 -4
- package/dist/txs/import-database-backup/import-database-backup.enums.d.ts +0 -17
- package/dist/txs/import-database-backup/import-database-backup.guards.d.ts +0 -4
- package/dist/txs/import-database-progress/import-database-progress.guards.d.ts +0 -4
|
@@ -10880,8 +10880,6 @@ __export(exports, {
|
|
|
10880
10880
|
CreateContractFnOutputSchema: () => create_contract_schema_output_default,
|
|
10881
10881
|
CreateContractTxInputSchema: () => create_contract_schema_input_default2,
|
|
10882
10882
|
CreateContractTxOutputSchema: () => create_contract_schema_output_default2,
|
|
10883
|
-
CreateDatabaseBackupTxInputSchema: () => create_database_backup_schema_input_default,
|
|
10884
|
-
CreateDatabaseBackupTxOutputSchema: () => create_database_backup_schema_output_default,
|
|
10885
10883
|
CreateDepositFnInputSchema: () => create_deposit_schema_input_default,
|
|
10886
10884
|
CreateDepositFnOutputSchema: () => create_deposit_schema_output_default,
|
|
10887
10885
|
CreateDepositTxInputSchema: () => create_deposit_schema_input_default2,
|
|
@@ -10926,6 +10924,8 @@ __export(exports, {
|
|
|
10926
10924
|
DbModelNameEnum: () => DbModelNameEnum,
|
|
10927
10925
|
ErrorMessage: () => ERROR_MESSAGES,
|
|
10928
10926
|
Errors: () => ERROR_TYPES,
|
|
10927
|
+
ExportDatabaseTxInputSchema: () => export_database_schema_input_default,
|
|
10928
|
+
ExportDatabaseTxOutputSchema: () => export_database_schema_output_default,
|
|
10929
10929
|
FindBalanceManyTxInputSchema: () => find_balance_many_schema_input_default,
|
|
10930
10930
|
FindBalanceManyTxOutputSchema: () => find_balance_many_schema_output_default,
|
|
10931
10931
|
FindBalancesFnInputSchema: () => find_balances_schema_input_default,
|
|
@@ -10957,8 +10957,10 @@ __export(exports, {
|
|
|
10957
10957
|
GetBalanceHistoryTxOutputSchema: () => get_balance_history_schema_output_default2,
|
|
10958
10958
|
GetBalanceTxInputSchema: () => get_balance_schema_input_default2,
|
|
10959
10959
|
GetBalanceTxOutputSchema: () => get_balance_schema_output_default2,
|
|
10960
|
-
|
|
10961
|
-
|
|
10960
|
+
GetDatabaseExportProgressTxInputSchema: () => get_database_export_progress_schema_input_default,
|
|
10961
|
+
GetDatabaseExportProgressTxOutputSchema: () => get_database_export_progress_schema_output_default,
|
|
10962
|
+
GetDatabaseImportProgressTxInputSchema: () => get_database_import_progress_schema_input_default,
|
|
10963
|
+
GetDatabaseImportProgressTxOutputSchema: () => get_database_import_progress_schema_output_default,
|
|
10962
10964
|
GetFlagsFnInputSchema: () => get_flags_schema_input_default,
|
|
10963
10965
|
GetFlagsFnOutputSchema: () => get_flags_schema_output_default,
|
|
10964
10966
|
GetFlagsTxInputSchema: () => get_flags_schema_input_default2,
|
|
@@ -10996,10 +10998,8 @@ __export(exports, {
|
|
|
10996
10998
|
ImportActionsTxOutputSchema: () => import_actions_schema_output_default,
|
|
10997
10999
|
ImportDataFnInputSchema: () => import_data_schema_input_default,
|
|
10998
11000
|
ImportDataFnOutputSchema: () => import_data_schema_output_default,
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
ImportDatabaseProgressTxInputSchema: () => import_database_progress_schema_input_default,
|
|
11002
|
-
ImportDatabaseProgressTxOutputSchema: () => import_database_progress_schema_output_default,
|
|
11001
|
+
ImportDatabaseTxInputSchema: () => import_database_schema_input_default,
|
|
11002
|
+
ImportDatabaseTxOutputSchema: () => import_database_schema_output_default,
|
|
11003
11003
|
ListDatabaseBackupsTxInputSchema: () => list_database_backups_schema_input_default,
|
|
11004
11004
|
ListDatabaseBackupsTxOutputSchema: () => list_database_backups_schema_output_default,
|
|
11005
11005
|
QueryBuilder: () => QueryBuilder,
|
|
@@ -19224,60 +19224,13 @@ var create_contract_schema_output_default2 = {
|
|
|
19224
19224
|
additionalProperties: additionalProperties54
|
|
19225
19225
|
};
|
|
19226
19226
|
|
|
19227
|
-
// src/txs/create-
|
|
19227
|
+
// src/txs/create-deposit/create-deposit.schema.input.json
|
|
19228
19228
|
var $schema105 = "http://json-schema.org/draft-07/schema";
|
|
19229
|
-
var $id105 = "
|
|
19230
|
-
var title100 = "
|
|
19231
|
-
var description105 = "Input for
|
|
19229
|
+
var $id105 = "CreateDepositTxInput";
|
|
19230
|
+
var title100 = "CreateDepositTxInput";
|
|
19231
|
+
var description105 = "Input for createDeposit";
|
|
19232
19232
|
var type84 = "object";
|
|
19233
19233
|
var properties55 = {
|
|
19234
|
-
export_name: {
|
|
19235
|
-
description: "Name of the created export file",
|
|
19236
|
-
type: "string"
|
|
19237
|
-
}
|
|
19238
|
-
};
|
|
19239
|
-
var definitions52 = {};
|
|
19240
|
-
var additionalProperties55 = false;
|
|
19241
|
-
var create_database_backup_schema_input_default = {
|
|
19242
|
-
$schema: $schema105,
|
|
19243
|
-
$id: $id105,
|
|
19244
|
-
title: title100,
|
|
19245
|
-
description: description105,
|
|
19246
|
-
type: type84,
|
|
19247
|
-
properties: properties55,
|
|
19248
|
-
definitions: definitions52,
|
|
19249
|
-
additionalProperties: additionalProperties55
|
|
19250
|
-
};
|
|
19251
|
-
|
|
19252
|
-
// src/txs/create-database-backup/create-database-backup.schema.output.json
|
|
19253
|
-
var $schema106 = "http://json-schema.org/draft-07/schema";
|
|
19254
|
-
var $id106 = "CreateDatabaseBackupTxOutput";
|
|
19255
|
-
var title101 = "CreateDatabaseBackupTxOutput";
|
|
19256
|
-
var description106 = "Output of createDatabaseBackup";
|
|
19257
|
-
var type85 = "object";
|
|
19258
|
-
var properties56 = {
|
|
19259
|
-
message: {
|
|
19260
|
-
type: "string"
|
|
19261
|
-
}
|
|
19262
|
-
};
|
|
19263
|
-
var additionalProperties56 = false;
|
|
19264
|
-
var create_database_backup_schema_output_default = {
|
|
19265
|
-
$schema: $schema106,
|
|
19266
|
-
$id: $id106,
|
|
19267
|
-
title: title101,
|
|
19268
|
-
description: description106,
|
|
19269
|
-
type: type85,
|
|
19270
|
-
properties: properties56,
|
|
19271
|
-
additionalProperties: additionalProperties56
|
|
19272
|
-
};
|
|
19273
|
-
|
|
19274
|
-
// src/txs/create-deposit/create-deposit.schema.input.json
|
|
19275
|
-
var $schema107 = "http://json-schema.org/draft-07/schema";
|
|
19276
|
-
var $id107 = "CreateDepositTxInput";
|
|
19277
|
-
var title102 = "CreateDepositTxInput";
|
|
19278
|
-
var description107 = "Input for createDeposit";
|
|
19279
|
-
var type86 = "object";
|
|
19280
|
-
var properties57 = {
|
|
19281
19234
|
deposit: {
|
|
19282
19235
|
$ref: "/txs/create-transfer/create-transfer.schema.input.json#/definitions/transfer_data_deposit"
|
|
19283
19236
|
},
|
|
@@ -19285,7 +19238,7 @@ var properties57 = {
|
|
|
19285
19238
|
$ref: "#/definitions/create_deposit_tx_options"
|
|
19286
19239
|
}
|
|
19287
19240
|
};
|
|
19288
|
-
var
|
|
19241
|
+
var definitions52 = {
|
|
19289
19242
|
create_deposit_tx_options: {
|
|
19290
19243
|
allOf: [
|
|
19291
19244
|
{
|
|
@@ -19297,43 +19250,43 @@ var definitions53 = {
|
|
|
19297
19250
|
]
|
|
19298
19251
|
}
|
|
19299
19252
|
};
|
|
19300
|
-
var
|
|
19253
|
+
var additionalProperties55 = false;
|
|
19301
19254
|
var required34 = ["deposit"];
|
|
19302
19255
|
var create_deposit_schema_input_default2 = {
|
|
19303
|
-
$schema: $
|
|
19304
|
-
$id: $
|
|
19305
|
-
title:
|
|
19306
|
-
description:
|
|
19307
|
-
type:
|
|
19308
|
-
properties:
|
|
19309
|
-
definitions:
|
|
19310
|
-
additionalProperties:
|
|
19256
|
+
$schema: $schema105,
|
|
19257
|
+
$id: $id105,
|
|
19258
|
+
title: title100,
|
|
19259
|
+
description: description105,
|
|
19260
|
+
type: type84,
|
|
19261
|
+
properties: properties55,
|
|
19262
|
+
definitions: definitions52,
|
|
19263
|
+
additionalProperties: additionalProperties55,
|
|
19311
19264
|
required: required34
|
|
19312
19265
|
};
|
|
19313
19266
|
|
|
19314
19267
|
// src/txs/create-deposit/create-deposit.schema.output.json
|
|
19315
|
-
var $
|
|
19316
|
-
var $
|
|
19317
|
-
var
|
|
19318
|
-
var
|
|
19268
|
+
var $schema106 = "http://json-schema.org/draft-07/schema";
|
|
19269
|
+
var $id106 = "CreateDepositTxOutput";
|
|
19270
|
+
var title101 = "CreateDepositTxOutput";
|
|
19271
|
+
var description106 = "The transfer of funds and optionally the destination wallet balance";
|
|
19319
19272
|
var allOf11 = [
|
|
19320
19273
|
{ $ref: "/txs/create-transfer/create-transfer.schema.output.json" }
|
|
19321
19274
|
];
|
|
19322
19275
|
var create_deposit_schema_output_default2 = {
|
|
19323
|
-
$schema: $
|
|
19324
|
-
$id: $
|
|
19325
|
-
title:
|
|
19326
|
-
description:
|
|
19276
|
+
$schema: $schema106,
|
|
19277
|
+
$id: $id106,
|
|
19278
|
+
title: title101,
|
|
19279
|
+
description: description106,
|
|
19327
19280
|
allOf: allOf11
|
|
19328
19281
|
};
|
|
19329
19282
|
|
|
19330
19283
|
// src/txs/create-distribution/create-distribution.schema.input.json
|
|
19331
|
-
var $
|
|
19332
|
-
var $
|
|
19333
|
-
var
|
|
19334
|
-
var
|
|
19335
|
-
var
|
|
19336
|
-
var
|
|
19284
|
+
var $schema107 = "http://json-schema.org/draft-07/schema";
|
|
19285
|
+
var $id107 = "CreateDistributionTxInput";
|
|
19286
|
+
var title102 = "CreateDistributionTxInput";
|
|
19287
|
+
var description107 = "Input for createDistribution";
|
|
19288
|
+
var type85 = "object";
|
|
19289
|
+
var properties56 = {
|
|
19337
19290
|
distribution: {
|
|
19338
19291
|
$ref: "#/definitions/distribution"
|
|
19339
19292
|
},
|
|
@@ -19341,7 +19294,7 @@ var properties58 = {
|
|
|
19341
19294
|
$ref: "#/definitions/create_distribution_tx_options"
|
|
19342
19295
|
}
|
|
19343
19296
|
};
|
|
19344
|
-
var
|
|
19297
|
+
var definitions53 = {
|
|
19345
19298
|
create_distribution_tx_options: {
|
|
19346
19299
|
allOf: [
|
|
19347
19300
|
{
|
|
@@ -19562,26 +19515,26 @@ var definitions54 = {
|
|
|
19562
19515
|
}
|
|
19563
19516
|
};
|
|
19564
19517
|
var required35 = ["distribution"];
|
|
19565
|
-
var
|
|
19518
|
+
var additionalProperties56 = false;
|
|
19566
19519
|
var create_distribution_schema_input_default = {
|
|
19567
|
-
$schema: $
|
|
19568
|
-
$id: $
|
|
19569
|
-
title:
|
|
19570
|
-
description:
|
|
19571
|
-
type:
|
|
19572
|
-
properties:
|
|
19573
|
-
definitions:
|
|
19520
|
+
$schema: $schema107,
|
|
19521
|
+
$id: $id107,
|
|
19522
|
+
title: title102,
|
|
19523
|
+
description: description107,
|
|
19524
|
+
type: type85,
|
|
19525
|
+
properties: properties56,
|
|
19526
|
+
definitions: definitions53,
|
|
19574
19527
|
required: required35,
|
|
19575
|
-
additionalProperties:
|
|
19528
|
+
additionalProperties: additionalProperties56
|
|
19576
19529
|
};
|
|
19577
19530
|
|
|
19578
19531
|
// src/txs/create-distribution/create-distribution.schema.output.json
|
|
19579
|
-
var $
|
|
19580
|
-
var $
|
|
19581
|
-
var
|
|
19582
|
-
var
|
|
19583
|
-
var
|
|
19584
|
-
var
|
|
19532
|
+
var $schema108 = "http://json-schema.org/draft-07/schema";
|
|
19533
|
+
var $id108 = "CreateDistributionTxOutput";
|
|
19534
|
+
var title103 = "CreateDistributionTxOutput";
|
|
19535
|
+
var description108 = "Output of createDistribution";
|
|
19536
|
+
var type86 = "object";
|
|
19537
|
+
var properties57 = {
|
|
19585
19538
|
transfer_group: {
|
|
19586
19539
|
description: "Created distribution transfer group",
|
|
19587
19540
|
allOf: [
|
|
@@ -19599,25 +19552,25 @@ var properties59 = {
|
|
|
19599
19552
|
}
|
|
19600
19553
|
};
|
|
19601
19554
|
var required36 = ["transfer_group", "transfers"];
|
|
19602
|
-
var
|
|
19555
|
+
var additionalProperties57 = false;
|
|
19603
19556
|
var create_distribution_schema_output_default = {
|
|
19604
|
-
$schema: $
|
|
19605
|
-
$id: $
|
|
19606
|
-
title:
|
|
19607
|
-
description:
|
|
19608
|
-
type:
|
|
19609
|
-
properties:
|
|
19557
|
+
$schema: $schema108,
|
|
19558
|
+
$id: $id108,
|
|
19559
|
+
title: title103,
|
|
19560
|
+
description: description108,
|
|
19561
|
+
type: type86,
|
|
19562
|
+
properties: properties57,
|
|
19610
19563
|
required: required36,
|
|
19611
|
-
additionalProperties:
|
|
19564
|
+
additionalProperties: additionalProperties57
|
|
19612
19565
|
};
|
|
19613
19566
|
|
|
19614
19567
|
// src/txs/create-token/create-token.schema.input.json
|
|
19615
|
-
var $
|
|
19616
|
-
var $
|
|
19617
|
-
var
|
|
19618
|
-
var
|
|
19619
|
-
var
|
|
19620
|
-
var
|
|
19568
|
+
var $schema109 = "http://json-schema.org/draft-07/schema";
|
|
19569
|
+
var $id109 = "CreateTokenTxInput";
|
|
19570
|
+
var title104 = "CreateTokenTxInput";
|
|
19571
|
+
var description109 = "Input for createToken function";
|
|
19572
|
+
var type87 = "object";
|
|
19573
|
+
var properties58 = {
|
|
19621
19574
|
token: {
|
|
19622
19575
|
$ref: "#/definitions/create_token_input"
|
|
19623
19576
|
},
|
|
@@ -19625,7 +19578,7 @@ var properties60 = {
|
|
|
19625
19578
|
$ref: "#/definitions/create_token_tx_options"
|
|
19626
19579
|
}
|
|
19627
19580
|
};
|
|
19628
|
-
var
|
|
19581
|
+
var definitions54 = {
|
|
19629
19582
|
create_token_tx_options: {
|
|
19630
19583
|
allOf: [
|
|
19631
19584
|
{
|
|
@@ -19664,26 +19617,26 @@ var definitions55 = {
|
|
|
19664
19617
|
}
|
|
19665
19618
|
};
|
|
19666
19619
|
var required37 = ["token"];
|
|
19667
|
-
var
|
|
19620
|
+
var additionalProperties58 = false;
|
|
19668
19621
|
var create_token_schema_input_default2 = {
|
|
19669
|
-
$schema: $
|
|
19670
|
-
$id: $
|
|
19671
|
-
title:
|
|
19672
|
-
description:
|
|
19673
|
-
type:
|
|
19674
|
-
properties:
|
|
19675
|
-
definitions:
|
|
19622
|
+
$schema: $schema109,
|
|
19623
|
+
$id: $id109,
|
|
19624
|
+
title: title104,
|
|
19625
|
+
description: description109,
|
|
19626
|
+
type: type87,
|
|
19627
|
+
properties: properties58,
|
|
19628
|
+
definitions: definitions54,
|
|
19676
19629
|
required: required37,
|
|
19677
|
-
additionalProperties:
|
|
19630
|
+
additionalProperties: additionalProperties58
|
|
19678
19631
|
};
|
|
19679
19632
|
|
|
19680
19633
|
// src/txs/create-token/create-token.schema.output.json
|
|
19681
|
-
var $
|
|
19682
|
-
var $
|
|
19683
|
-
var
|
|
19684
|
-
var
|
|
19685
|
-
var
|
|
19686
|
-
var
|
|
19634
|
+
var $schema110 = "http://json-schema.org/draft-07/schema";
|
|
19635
|
+
var $id110 = "CreateTokenTxOutput";
|
|
19636
|
+
var title105 = "CreateTokenTxOutput";
|
|
19637
|
+
var description110 = "The created token and respective wallet";
|
|
19638
|
+
var type88 = "object";
|
|
19639
|
+
var properties59 = {
|
|
19687
19640
|
token: {
|
|
19688
19641
|
$ref: "/db/token/token.schema.json"
|
|
19689
19642
|
},
|
|
@@ -19691,26 +19644,26 @@ var properties61 = {
|
|
|
19691
19644
|
$ref: "/db/wallet/wallet.schema.json"
|
|
19692
19645
|
}
|
|
19693
19646
|
};
|
|
19694
|
-
var
|
|
19647
|
+
var additionalProperties59 = false;
|
|
19695
19648
|
var required38 = ["token", "wallet"];
|
|
19696
19649
|
var create_token_schema_output_default2 = {
|
|
19697
|
-
$schema: $
|
|
19698
|
-
$id: $
|
|
19699
|
-
title:
|
|
19700
|
-
description:
|
|
19701
|
-
type:
|
|
19702
|
-
properties:
|
|
19703
|
-
additionalProperties:
|
|
19650
|
+
$schema: $schema110,
|
|
19651
|
+
$id: $id110,
|
|
19652
|
+
title: title105,
|
|
19653
|
+
description: description110,
|
|
19654
|
+
type: type88,
|
|
19655
|
+
properties: properties59,
|
|
19656
|
+
additionalProperties: additionalProperties59,
|
|
19704
19657
|
required: required38
|
|
19705
19658
|
};
|
|
19706
19659
|
|
|
19707
19660
|
// src/txs/create-transfer/create-transfer.schema.input.json
|
|
19708
|
-
var $
|
|
19709
|
-
var $
|
|
19710
|
-
var
|
|
19711
|
-
var
|
|
19712
|
-
var
|
|
19713
|
-
var
|
|
19661
|
+
var $schema111 = "http://json-schema.org/draft-07/schema";
|
|
19662
|
+
var $id111 = "CreateTransferTxInput";
|
|
19663
|
+
var title106 = "CreateTransferTxInput";
|
|
19664
|
+
var description111 = "Input for createTransfer";
|
|
19665
|
+
var type89 = "object";
|
|
19666
|
+
var properties60 = {
|
|
19714
19667
|
transfer: {
|
|
19715
19668
|
$ref: "#/definitions/transfer_data"
|
|
19716
19669
|
},
|
|
@@ -19718,7 +19671,7 @@ var properties62 = {
|
|
|
19718
19671
|
$ref: "#/definitions/create_transfer_tx_options"
|
|
19719
19672
|
}
|
|
19720
19673
|
};
|
|
19721
|
-
var
|
|
19674
|
+
var definitions55 = {
|
|
19722
19675
|
create_transfer_tx_options: {
|
|
19723
19676
|
allOf: [
|
|
19724
19677
|
{
|
|
@@ -19925,26 +19878,26 @@ var definitions56 = {
|
|
|
19925
19878
|
}
|
|
19926
19879
|
};
|
|
19927
19880
|
var required39 = ["transfer"];
|
|
19928
|
-
var
|
|
19881
|
+
var additionalProperties60 = false;
|
|
19929
19882
|
var create_transfer_schema_input_default2 = {
|
|
19930
|
-
$schema: $
|
|
19931
|
-
$id: $
|
|
19932
|
-
title:
|
|
19933
|
-
description:
|
|
19934
|
-
type:
|
|
19935
|
-
properties:
|
|
19936
|
-
definitions:
|
|
19883
|
+
$schema: $schema111,
|
|
19884
|
+
$id: $id111,
|
|
19885
|
+
title: title106,
|
|
19886
|
+
description: description111,
|
|
19887
|
+
type: type89,
|
|
19888
|
+
properties: properties60,
|
|
19889
|
+
definitions: definitions55,
|
|
19937
19890
|
required: required39,
|
|
19938
|
-
additionalProperties:
|
|
19891
|
+
additionalProperties: additionalProperties60
|
|
19939
19892
|
};
|
|
19940
19893
|
|
|
19941
19894
|
// src/txs/create-transfer/create-transfer.schema.output.json
|
|
19942
|
-
var $
|
|
19943
|
-
var $
|
|
19944
|
-
var
|
|
19945
|
-
var
|
|
19946
|
-
var
|
|
19947
|
-
var
|
|
19895
|
+
var $schema112 = "http://json-schema.org/draft-07/schema";
|
|
19896
|
+
var $id112 = "CreateTransferTxOutput";
|
|
19897
|
+
var title107 = "CreateTransferTxOutput";
|
|
19898
|
+
var description112 = "Output of createTransfer";
|
|
19899
|
+
var type90 = "object";
|
|
19900
|
+
var properties61 = {
|
|
19948
19901
|
transfer: {
|
|
19949
19902
|
description: "Created transfer object",
|
|
19950
19903
|
$ref: "/txs/get-transfer/get-transfer.schema.output.json#/definitions/transfer"
|
|
@@ -19958,26 +19911,26 @@ var properties63 = {
|
|
|
19958
19911
|
$ref: "/txs/get-balance/get-balance.schema.output.json#/definitions/balance"
|
|
19959
19912
|
}
|
|
19960
19913
|
};
|
|
19961
|
-
var
|
|
19914
|
+
var additionalProperties61 = false;
|
|
19962
19915
|
var required40 = ["transfer"];
|
|
19963
19916
|
var create_transfer_schema_output_default2 = {
|
|
19964
|
-
$schema: $
|
|
19965
|
-
$id: $
|
|
19966
|
-
title:
|
|
19967
|
-
description:
|
|
19968
|
-
type:
|
|
19969
|
-
properties:
|
|
19970
|
-
additionalProperties:
|
|
19917
|
+
$schema: $schema112,
|
|
19918
|
+
$id: $id112,
|
|
19919
|
+
title: title107,
|
|
19920
|
+
description: description112,
|
|
19921
|
+
type: type90,
|
|
19922
|
+
properties: properties61,
|
|
19923
|
+
additionalProperties: additionalProperties61,
|
|
19971
19924
|
required: required40
|
|
19972
19925
|
};
|
|
19973
19926
|
|
|
19974
19927
|
// src/txs/create-transfer-group/create-transfer-group.schema.input.json
|
|
19975
|
-
var $
|
|
19976
|
-
var $
|
|
19977
|
-
var
|
|
19978
|
-
var
|
|
19979
|
-
var
|
|
19980
|
-
var
|
|
19928
|
+
var $schema113 = "http://json-schema.org/draft-07/schema";
|
|
19929
|
+
var $id113 = "CreateTransferGroupTxInput";
|
|
19930
|
+
var title108 = "CreateTransferGroupTxInput";
|
|
19931
|
+
var description113 = "Input for createTransferGroup";
|
|
19932
|
+
var type91 = "object";
|
|
19933
|
+
var properties62 = {
|
|
19981
19934
|
transfer_group: {
|
|
19982
19935
|
$ref: "#/definitions/transfer_group_data"
|
|
19983
19936
|
},
|
|
@@ -19985,7 +19938,7 @@ var properties64 = {
|
|
|
19985
19938
|
$ref: "#/definitions/create_transfer_group_tx_options"
|
|
19986
19939
|
}
|
|
19987
19940
|
};
|
|
19988
|
-
var
|
|
19941
|
+
var definitions56 = {
|
|
19989
19942
|
create_transfer_group_tx_options: {
|
|
19990
19943
|
allOf: [
|
|
19991
19944
|
{
|
|
@@ -20190,26 +20143,26 @@ var definitions57 = {
|
|
|
20190
20143
|
}
|
|
20191
20144
|
};
|
|
20192
20145
|
var required41 = [];
|
|
20193
|
-
var
|
|
20146
|
+
var additionalProperties62 = false;
|
|
20194
20147
|
var create_transfer_group_schema_input_default2 = {
|
|
20195
|
-
$schema: $
|
|
20196
|
-
$id: $
|
|
20197
|
-
title:
|
|
20198
|
-
description:
|
|
20199
|
-
type:
|
|
20200
|
-
properties:
|
|
20201
|
-
definitions:
|
|
20148
|
+
$schema: $schema113,
|
|
20149
|
+
$id: $id113,
|
|
20150
|
+
title: title108,
|
|
20151
|
+
description: description113,
|
|
20152
|
+
type: type91,
|
|
20153
|
+
properties: properties62,
|
|
20154
|
+
definitions: definitions56,
|
|
20202
20155
|
required: required41,
|
|
20203
|
-
additionalProperties:
|
|
20156
|
+
additionalProperties: additionalProperties62
|
|
20204
20157
|
};
|
|
20205
20158
|
|
|
20206
20159
|
// src/txs/create-transfer-group/create-transfer-group.schema.output.json
|
|
20207
|
-
var $
|
|
20208
|
-
var $
|
|
20209
|
-
var
|
|
20210
|
-
var
|
|
20211
|
-
var
|
|
20212
|
-
var
|
|
20160
|
+
var $schema114 = "http://json-schema.org/draft-07/schema";
|
|
20161
|
+
var $id114 = "CreateTransferGroupTxOutput";
|
|
20162
|
+
var title109 = "CreateTransferGroupTxOutput";
|
|
20163
|
+
var description114 = "Output of createTransferGroup";
|
|
20164
|
+
var type92 = "object";
|
|
20165
|
+
var properties63 = {
|
|
20213
20166
|
transfer_group: {
|
|
20214
20167
|
$ref: "/db/transfer-group/transfer-group.schema.json"
|
|
20215
20168
|
},
|
|
@@ -20222,25 +20175,25 @@ var properties65 = {
|
|
|
20222
20175
|
}
|
|
20223
20176
|
};
|
|
20224
20177
|
var required42 = ["transfer_group"];
|
|
20225
|
-
var
|
|
20178
|
+
var additionalProperties63 = false;
|
|
20226
20179
|
var create_transfer_group_schema_output_default2 = {
|
|
20227
|
-
$schema: $
|
|
20228
|
-
$id: $
|
|
20229
|
-
title:
|
|
20230
|
-
description:
|
|
20231
|
-
type:
|
|
20232
|
-
properties:
|
|
20180
|
+
$schema: $schema114,
|
|
20181
|
+
$id: $id114,
|
|
20182
|
+
title: title109,
|
|
20183
|
+
description: description114,
|
|
20184
|
+
type: type92,
|
|
20185
|
+
properties: properties63,
|
|
20233
20186
|
required: required42,
|
|
20234
|
-
additionalProperties:
|
|
20187
|
+
additionalProperties: additionalProperties63
|
|
20235
20188
|
};
|
|
20236
20189
|
|
|
20237
20190
|
// src/txs/create-transfer-many/create-transfer-many.schema.input.json
|
|
20238
|
-
var $
|
|
20239
|
-
var $
|
|
20240
|
-
var
|
|
20241
|
-
var
|
|
20242
|
-
var
|
|
20243
|
-
var
|
|
20191
|
+
var $schema115 = "http://json-schema.org/draft-07/schema";
|
|
20192
|
+
var $id115 = "CreateTransferManyTxInput";
|
|
20193
|
+
var title110 = "CreateTransferManyTxInput";
|
|
20194
|
+
var description115 = "Input for CreateTransferMany";
|
|
20195
|
+
var type93 = "object";
|
|
20196
|
+
var properties64 = {
|
|
20244
20197
|
transfers: {
|
|
20245
20198
|
description: "An array of transfers",
|
|
20246
20199
|
type: "array",
|
|
@@ -20252,7 +20205,7 @@ var properties66 = {
|
|
|
20252
20205
|
$ref: "#/definitions/create_transfer_many_tx_options"
|
|
20253
20206
|
}
|
|
20254
20207
|
};
|
|
20255
|
-
var
|
|
20208
|
+
var definitions57 = {
|
|
20256
20209
|
create_transfer_many_tx_options: {
|
|
20257
20210
|
allOf: [
|
|
20258
20211
|
{
|
|
@@ -20290,26 +20243,26 @@ var definitions58 = {
|
|
|
20290
20243
|
}
|
|
20291
20244
|
};
|
|
20292
20245
|
var required43 = ["transfers"];
|
|
20293
|
-
var
|
|
20246
|
+
var additionalProperties64 = false;
|
|
20294
20247
|
var create_transfer_many_schema_input_default = {
|
|
20295
|
-
$schema: $
|
|
20296
|
-
$id: $
|
|
20297
|
-
title:
|
|
20298
|
-
description:
|
|
20299
|
-
type:
|
|
20300
|
-
properties:
|
|
20301
|
-
definitions:
|
|
20248
|
+
$schema: $schema115,
|
|
20249
|
+
$id: $id115,
|
|
20250
|
+
title: title110,
|
|
20251
|
+
description: description115,
|
|
20252
|
+
type: type93,
|
|
20253
|
+
properties: properties64,
|
|
20254
|
+
definitions: definitions57,
|
|
20302
20255
|
required: required43,
|
|
20303
|
-
additionalProperties:
|
|
20256
|
+
additionalProperties: additionalProperties64
|
|
20304
20257
|
};
|
|
20305
20258
|
|
|
20306
20259
|
// src/txs/create-transfer-many/create-transfer-many.schema.output.json
|
|
20307
|
-
var $
|
|
20308
|
-
var $
|
|
20309
|
-
var
|
|
20310
|
-
var
|
|
20311
|
-
var
|
|
20312
|
-
var
|
|
20260
|
+
var $schema116 = "http://json-schema.org/draft-07/schema";
|
|
20261
|
+
var $id116 = "CreateTransferManyTxOutput";
|
|
20262
|
+
var title111 = "CreateTransferManyTxOutput";
|
|
20263
|
+
var description116 = "Output of CreateTransferMany";
|
|
20264
|
+
var type94 = "object";
|
|
20265
|
+
var properties65 = {
|
|
20313
20266
|
transfers: {
|
|
20314
20267
|
description: "Created transfer objects",
|
|
20315
20268
|
type: "array",
|
|
@@ -20333,31 +20286,31 @@ var properties67 = {
|
|
|
20333
20286
|
}
|
|
20334
20287
|
};
|
|
20335
20288
|
var required44 = ["transfers"];
|
|
20336
|
-
var
|
|
20289
|
+
var additionalProperties65 = false;
|
|
20337
20290
|
var create_transfer_many_schema_output_default = {
|
|
20338
|
-
$schema: $
|
|
20339
|
-
$id: $
|
|
20340
|
-
title:
|
|
20341
|
-
description:
|
|
20342
|
-
type:
|
|
20343
|
-
properties:
|
|
20291
|
+
$schema: $schema116,
|
|
20292
|
+
$id: $id116,
|
|
20293
|
+
title: title111,
|
|
20294
|
+
description: description116,
|
|
20295
|
+
type: type94,
|
|
20296
|
+
properties: properties65,
|
|
20344
20297
|
required: required44,
|
|
20345
|
-
additionalProperties:
|
|
20298
|
+
additionalProperties: additionalProperties65
|
|
20346
20299
|
};
|
|
20347
20300
|
|
|
20348
20301
|
// src/txs/create-wallet/create-wallet.schema.input.json
|
|
20349
|
-
var $
|
|
20350
|
-
var $
|
|
20351
|
-
var
|
|
20352
|
-
var
|
|
20353
|
-
var
|
|
20354
|
-
var
|
|
20302
|
+
var $schema117 = "http://json-schema.org/draft-07/schema";
|
|
20303
|
+
var $id117 = "CreateWalletTxInput";
|
|
20304
|
+
var title112 = "CreateWalletTxInput";
|
|
20305
|
+
var description117 = "Input for createWallet";
|
|
20306
|
+
var type95 = "object";
|
|
20307
|
+
var properties66 = {
|
|
20355
20308
|
wallet: { $ref: "/db/wallet/wallet.schema.input.json" },
|
|
20356
20309
|
options: {
|
|
20357
20310
|
$ref: "#/definitions/create_wallet_tx_options"
|
|
20358
20311
|
}
|
|
20359
20312
|
};
|
|
20360
|
-
var
|
|
20313
|
+
var definitions58 = {
|
|
20361
20314
|
create_wallet_tx_options: {
|
|
20362
20315
|
allOf: [
|
|
20363
20316
|
{
|
|
@@ -20366,49 +20319,49 @@ var definitions59 = {
|
|
|
20366
20319
|
]
|
|
20367
20320
|
}
|
|
20368
20321
|
};
|
|
20369
|
-
var
|
|
20322
|
+
var additionalProperties66 = false;
|
|
20370
20323
|
var required45 = ["wallet"];
|
|
20371
20324
|
var create_wallet_schema_input_default2 = {
|
|
20372
|
-
$schema: $
|
|
20373
|
-
$id: $
|
|
20374
|
-
title:
|
|
20375
|
-
description:
|
|
20376
|
-
type:
|
|
20377
|
-
properties:
|
|
20378
|
-
definitions:
|
|
20379
|
-
additionalProperties:
|
|
20325
|
+
$schema: $schema117,
|
|
20326
|
+
$id: $id117,
|
|
20327
|
+
title: title112,
|
|
20328
|
+
description: description117,
|
|
20329
|
+
type: type95,
|
|
20330
|
+
properties: properties66,
|
|
20331
|
+
definitions: definitions58,
|
|
20332
|
+
additionalProperties: additionalProperties66,
|
|
20380
20333
|
required: required45
|
|
20381
20334
|
};
|
|
20382
20335
|
|
|
20383
20336
|
// src/txs/create-wallet/create-wallet.schema.output.json
|
|
20384
|
-
var $
|
|
20385
|
-
var $
|
|
20386
|
-
var
|
|
20387
|
-
var
|
|
20388
|
-
var
|
|
20389
|
-
var
|
|
20337
|
+
var $schema118 = "http://json-schema.org/draft-07/schema";
|
|
20338
|
+
var $id118 = "CreateWalletTxOutput";
|
|
20339
|
+
var title113 = "CreateWalletTxOutput";
|
|
20340
|
+
var description118 = "The created wallet";
|
|
20341
|
+
var type96 = "object";
|
|
20342
|
+
var properties67 = {
|
|
20390
20343
|
wallet: { $ref: "/db/wallet/wallet.schema.json" }
|
|
20391
20344
|
};
|
|
20392
|
-
var
|
|
20345
|
+
var additionalProperties67 = false;
|
|
20393
20346
|
var required46 = ["wallet"];
|
|
20394
20347
|
var create_wallet_schema_output_default2 = {
|
|
20395
|
-
$schema: $
|
|
20396
|
-
$id: $
|
|
20397
|
-
title:
|
|
20398
|
-
description:
|
|
20399
|
-
type:
|
|
20400
|
-
properties:
|
|
20401
|
-
additionalProperties:
|
|
20348
|
+
$schema: $schema118,
|
|
20349
|
+
$id: $id118,
|
|
20350
|
+
title: title113,
|
|
20351
|
+
description: description118,
|
|
20352
|
+
type: type96,
|
|
20353
|
+
properties: properties67,
|
|
20354
|
+
additionalProperties: additionalProperties67,
|
|
20402
20355
|
required: required46
|
|
20403
20356
|
};
|
|
20404
20357
|
|
|
20405
20358
|
// src/txs/create-withdrawal/create-withdrawal.schema.input.json
|
|
20406
|
-
var $
|
|
20407
|
-
var $
|
|
20408
|
-
var
|
|
20409
|
-
var
|
|
20410
|
-
var
|
|
20411
|
-
var
|
|
20359
|
+
var $schema119 = "http://json-schema.org/draft-07/schema";
|
|
20360
|
+
var $id119 = "CreateWithdrawalTxInput";
|
|
20361
|
+
var title114 = "CreateWithdrawalTxInput";
|
|
20362
|
+
var description119 = "Input for createWithdrawal";
|
|
20363
|
+
var type97 = "object";
|
|
20364
|
+
var properties68 = {
|
|
20412
20365
|
withdrawal: {
|
|
20413
20366
|
$ref: "/txs/create-transfer/create-transfer.schema.input.json#/definitions/transfer_data_withdrawal"
|
|
20414
20367
|
},
|
|
@@ -20416,7 +20369,7 @@ var properties70 = {
|
|
|
20416
20369
|
$ref: "#/definitions/create_withdrawal_tx_options"
|
|
20417
20370
|
}
|
|
20418
20371
|
};
|
|
20419
|
-
var
|
|
20372
|
+
var definitions59 = {
|
|
20420
20373
|
create_withdrawal_tx_options: {
|
|
20421
20374
|
allOf: [
|
|
20422
20375
|
{
|
|
@@ -20429,33 +20382,80 @@ var definitions60 = {
|
|
|
20429
20382
|
}
|
|
20430
20383
|
};
|
|
20431
20384
|
var required47 = ["withdrawal"];
|
|
20432
|
-
var
|
|
20385
|
+
var additionalProperties68 = false;
|
|
20433
20386
|
var create_withdrawal_schema_input_default2 = {
|
|
20387
|
+
$schema: $schema119,
|
|
20388
|
+
$id: $id119,
|
|
20389
|
+
title: title114,
|
|
20390
|
+
description: description119,
|
|
20391
|
+
type: type97,
|
|
20392
|
+
properties: properties68,
|
|
20393
|
+
definitions: definitions59,
|
|
20394
|
+
required: required47,
|
|
20395
|
+
additionalProperties: additionalProperties68
|
|
20396
|
+
};
|
|
20397
|
+
|
|
20398
|
+
// src/txs/create-withdrawal/create-withdrawal.schema.output.json
|
|
20399
|
+
var $schema120 = "http://json-schema.org/draft-07/schema";
|
|
20400
|
+
var $id120 = "CreateWithdrawalTxOutput";
|
|
20401
|
+
var title115 = "CreateWithdrawalTxOutput";
|
|
20402
|
+
var description120 = "Output of createWithdrawal";
|
|
20403
|
+
var allOf12 = [
|
|
20404
|
+
{ $ref: "/txs/create-transfer/create-transfer.schema.output.json" }
|
|
20405
|
+
];
|
|
20406
|
+
var create_withdrawal_schema_output_default2 = {
|
|
20407
|
+
$schema: $schema120,
|
|
20408
|
+
$id: $id120,
|
|
20409
|
+
title: title115,
|
|
20410
|
+
description: description120,
|
|
20411
|
+
allOf: allOf12
|
|
20412
|
+
};
|
|
20413
|
+
|
|
20414
|
+
// src/txs/export-database/export-database.schema.input.json
|
|
20415
|
+
var $schema121 = "http://json-schema.org/draft-07/schema";
|
|
20416
|
+
var $id121 = "ExportDatabaseTxInput";
|
|
20417
|
+
var title116 = "ExportDatabaseTxInput";
|
|
20418
|
+
var description121 = "Input for exportDatabase";
|
|
20419
|
+
var type98 = "object";
|
|
20420
|
+
var properties69 = {
|
|
20421
|
+
export_name: {
|
|
20422
|
+
description: "Name of the created export file",
|
|
20423
|
+
type: "string"
|
|
20424
|
+
}
|
|
20425
|
+
};
|
|
20426
|
+
var definitions60 = {};
|
|
20427
|
+
var additionalProperties69 = false;
|
|
20428
|
+
var export_database_schema_input_default = {
|
|
20434
20429
|
$schema: $schema121,
|
|
20435
20430
|
$id: $id121,
|
|
20436
20431
|
title: title116,
|
|
20437
20432
|
description: description121,
|
|
20438
|
-
type:
|
|
20439
|
-
properties:
|
|
20433
|
+
type: type98,
|
|
20434
|
+
properties: properties69,
|
|
20440
20435
|
definitions: definitions60,
|
|
20441
|
-
|
|
20442
|
-
|
|
20436
|
+
additionalProperties: additionalProperties69
|
|
20437
|
+
};
|
|
20438
|
+
|
|
20439
|
+
// src/txs/export-database/export-database.schema.output.json
|
|
20440
|
+
var $schema122 = "http://json-schema.org/draft-07/schema";
|
|
20441
|
+
var $id122 = "ExportDatabaseTxOutput";
|
|
20442
|
+
var title117 = "ExportDatabaseTxOutput";
|
|
20443
|
+
var description122 = "Output of exportDatabase";
|
|
20444
|
+
var type99 = "object";
|
|
20445
|
+
var properties70 = {
|
|
20446
|
+
message: {
|
|
20447
|
+
type: "string"
|
|
20448
|
+
}
|
|
20443
20449
|
};
|
|
20444
|
-
|
|
20445
|
-
|
|
20446
|
-
var $schema122 = "http://json-schema.org/draft-07/schema";
|
|
20447
|
-
var $id122 = "CreateWithdrawalTxOutput";
|
|
20448
|
-
var title117 = "CreateWithdrawalTxOutput";
|
|
20449
|
-
var description122 = "Output of createWithdrawal";
|
|
20450
|
-
var allOf12 = [
|
|
20451
|
-
{ $ref: "/txs/create-transfer/create-transfer.schema.output.json" }
|
|
20452
|
-
];
|
|
20453
|
-
var create_withdrawal_schema_output_default2 = {
|
|
20450
|
+
var additionalProperties70 = false;
|
|
20451
|
+
var export_database_schema_output_default = {
|
|
20454
20452
|
$schema: $schema122,
|
|
20455
20453
|
$id: $id122,
|
|
20456
20454
|
title: title117,
|
|
20457
20455
|
description: description122,
|
|
20458
|
-
|
|
20456
|
+
type: type99,
|
|
20457
|
+
properties: properties70,
|
|
20458
|
+
additionalProperties: additionalProperties70
|
|
20459
20459
|
};
|
|
20460
20460
|
|
|
20461
20461
|
// src/txs/find-balance-many/find-balance-many.schema.input.json
|
|
@@ -22781,11 +22781,11 @@ var get_balance_history_schema_output_default2 = {
|
|
|
22781
22781
|
additionalProperties: additionalProperties86
|
|
22782
22782
|
};
|
|
22783
22783
|
|
|
22784
|
-
// src/txs/get-database-
|
|
22784
|
+
// src/txs/get-database-export-progress/get-database-export-progress.schema.input.json
|
|
22785
22785
|
var $schema139 = "http://json-schema.org/draft-07/schema";
|
|
22786
|
-
var $id139 = "
|
|
22787
|
-
var title134 = "
|
|
22788
|
-
var description139 = "Input for
|
|
22786
|
+
var $id139 = "GetDatabaseExportProgressTxInput";
|
|
22787
|
+
var title134 = "GetDatabaseExportProgressTxInput";
|
|
22788
|
+
var description139 = "Input for getDatabaseExportProgress";
|
|
22789
22789
|
var type116 = "object";
|
|
22790
22790
|
var properties87 = {
|
|
22791
22791
|
options: {
|
|
@@ -22811,7 +22811,7 @@ var definitions72 = {
|
|
|
22811
22811
|
}
|
|
22812
22812
|
};
|
|
22813
22813
|
var additionalProperties87 = false;
|
|
22814
|
-
var
|
|
22814
|
+
var get_database_export_progress_schema_input_default = {
|
|
22815
22815
|
$schema: $schema139,
|
|
22816
22816
|
$id: $id139,
|
|
22817
22817
|
title: title134,
|
|
@@ -22822,11 +22822,11 @@ var get_database_backup_progress_schema_input_default = {
|
|
|
22822
22822
|
additionalProperties: additionalProperties87
|
|
22823
22823
|
};
|
|
22824
22824
|
|
|
22825
|
-
// src/txs/get-database-
|
|
22825
|
+
// src/txs/get-database-export-progress/get-database-export-progress.schema.output.json
|
|
22826
22826
|
var $schema140 = "http://json-schema.org/draft-07/schema";
|
|
22827
|
-
var $id140 = "
|
|
22828
|
-
var title135 = "
|
|
22829
|
-
var description140 = "Output of
|
|
22827
|
+
var $id140 = "GetDatabaseExportProgressTxOutput";
|
|
22828
|
+
var title135 = "GetDatabaseExportProgressTxOutput";
|
|
22829
|
+
var description140 = "Output of getDatabaseExportProgress";
|
|
22830
22830
|
var type117 = "object";
|
|
22831
22831
|
var properties88 = {
|
|
22832
22832
|
size: {
|
|
@@ -22835,7 +22835,7 @@ var properties88 = {
|
|
|
22835
22835
|
}
|
|
22836
22836
|
};
|
|
22837
22837
|
var additionalProperties88 = false;
|
|
22838
|
-
var
|
|
22838
|
+
var get_database_export_progress_schema_output_default = {
|
|
22839
22839
|
$schema: $schema140,
|
|
22840
22840
|
$id: $id140,
|
|
22841
22841
|
title: title135,
|
|
@@ -22845,28 +22845,28 @@ var get_database_backup_progress_schema_output_default = {
|
|
|
22845
22845
|
additionalProperties: additionalProperties88
|
|
22846
22846
|
};
|
|
22847
22847
|
|
|
22848
|
-
// src/txs/get-
|
|
22848
|
+
// src/txs/get-database-import-progress/get-database-import-progress.schema.input.json
|
|
22849
22849
|
var $schema141 = "http://json-schema.org/draft-07/schema";
|
|
22850
|
-
var $id141 = "
|
|
22851
|
-
var title136 = "
|
|
22852
|
-
var description141 = "Input for
|
|
22850
|
+
var $id141 = "GetDatabaseImportProgressTxInput";
|
|
22851
|
+
var title136 = "GetDatabaseImportProgressTxInput";
|
|
22852
|
+
var description141 = "Input for GetDatabaseImportProgress";
|
|
22853
22853
|
var type118 = "object";
|
|
22854
22854
|
var properties89 = {
|
|
22855
22855
|
options: {
|
|
22856
|
-
$ref: "#/definitions/
|
|
22856
|
+
$ref: "#/definitions/import_database_progress_tx_options"
|
|
22857
22857
|
}
|
|
22858
22858
|
};
|
|
22859
22859
|
var definitions73 = {
|
|
22860
|
-
|
|
22860
|
+
import_database_progress_tx_options: {
|
|
22861
22861
|
allOf: [
|
|
22862
22862
|
{
|
|
22863
|
-
$ref: "/txs/tx-consts.schema.json#/definitions/
|
|
22863
|
+
$ref: "/txs/tx-consts.schema.json#/definitions/i_tx_general_options"
|
|
22864
22864
|
}
|
|
22865
22865
|
]
|
|
22866
22866
|
}
|
|
22867
22867
|
};
|
|
22868
22868
|
var additionalProperties89 = false;
|
|
22869
|
-
var
|
|
22869
|
+
var get_database_import_progress_schema_input_default = {
|
|
22870
22870
|
$schema: $schema141,
|
|
22871
22871
|
$id: $id141,
|
|
22872
22872
|
title: title136,
|
|
@@ -22877,19 +22877,20 @@ var get_flags_schema_input_default2 = {
|
|
|
22877
22877
|
additionalProperties: additionalProperties89
|
|
22878
22878
|
};
|
|
22879
22879
|
|
|
22880
|
-
// src/txs/get-
|
|
22880
|
+
// src/txs/get-database-import-progress/get-database-import-progress.schema.output.json
|
|
22881
22881
|
var $schema142 = "http://json-schema.org/draft-07/schema";
|
|
22882
|
-
var $id142 = "
|
|
22883
|
-
var title137 = "
|
|
22884
|
-
var description142 = "Output of
|
|
22882
|
+
var $id142 = "GetDatabaseImportProgressTxOutput";
|
|
22883
|
+
var title137 = "GetDatabaseImportProgressTxOutput";
|
|
22884
|
+
var description142 = "Output of GetDatabaseImportProgress";
|
|
22885
22885
|
var type119 = "object";
|
|
22886
22886
|
var properties90 = {
|
|
22887
|
-
|
|
22888
|
-
|
|
22887
|
+
progress: {
|
|
22888
|
+
type: "number",
|
|
22889
|
+
description: "Percentage of imported database"
|
|
22889
22890
|
}
|
|
22890
22891
|
};
|
|
22891
22892
|
var additionalProperties90 = false;
|
|
22892
|
-
var
|
|
22893
|
+
var get_database_import_progress_schema_output_default = {
|
|
22893
22894
|
$schema: $schema142,
|
|
22894
22895
|
$id: $id142,
|
|
22895
22896
|
title: title137,
|
|
@@ -22899,13 +22900,67 @@ var get_flags_schema_output_default2 = {
|
|
|
22899
22900
|
additionalProperties: additionalProperties90
|
|
22900
22901
|
};
|
|
22901
22902
|
|
|
22902
|
-
// src/txs/get-
|
|
22903
|
+
// src/txs/get-flags/get-flags.schema.input.json
|
|
22903
22904
|
var $schema143 = "http://json-schema.org/draft-07/schema";
|
|
22904
|
-
var $id143 = "
|
|
22905
|
-
var title138 = "
|
|
22906
|
-
var description143 = "Input for
|
|
22905
|
+
var $id143 = "GetFlagsTxInput";
|
|
22906
|
+
var title138 = "GetFlagsTxInput";
|
|
22907
|
+
var description143 = "Input for getFlags";
|
|
22907
22908
|
var type120 = "object";
|
|
22908
22909
|
var properties91 = {
|
|
22910
|
+
options: {
|
|
22911
|
+
$ref: "#/definitions/get_flags_tx_options"
|
|
22912
|
+
}
|
|
22913
|
+
};
|
|
22914
|
+
var definitions74 = {
|
|
22915
|
+
get_flags_tx_options: {
|
|
22916
|
+
allOf: [
|
|
22917
|
+
{
|
|
22918
|
+
$ref: "/txs/tx-consts.schema.json#/definitions/i_tx_general_options_without_tx"
|
|
22919
|
+
}
|
|
22920
|
+
]
|
|
22921
|
+
}
|
|
22922
|
+
};
|
|
22923
|
+
var additionalProperties91 = false;
|
|
22924
|
+
var get_flags_schema_input_default2 = {
|
|
22925
|
+
$schema: $schema143,
|
|
22926
|
+
$id: $id143,
|
|
22927
|
+
title: title138,
|
|
22928
|
+
description: description143,
|
|
22929
|
+
type: type120,
|
|
22930
|
+
properties: properties91,
|
|
22931
|
+
definitions: definitions74,
|
|
22932
|
+
additionalProperties: additionalProperties91
|
|
22933
|
+
};
|
|
22934
|
+
|
|
22935
|
+
// src/txs/get-flags/get-flags.schema.output.json
|
|
22936
|
+
var $schema144 = "http://json-schema.org/draft-07/schema";
|
|
22937
|
+
var $id144 = "GetFlagsTxOutput";
|
|
22938
|
+
var title139 = "GetFlagsTxOutput";
|
|
22939
|
+
var description144 = "Output of getFlags";
|
|
22940
|
+
var type121 = "object";
|
|
22941
|
+
var properties92 = {
|
|
22942
|
+
flags: {
|
|
22943
|
+
$ref: "/db/consts.schema.json#/definitions/Flags"
|
|
22944
|
+
}
|
|
22945
|
+
};
|
|
22946
|
+
var additionalProperties92 = false;
|
|
22947
|
+
var get_flags_schema_output_default2 = {
|
|
22948
|
+
$schema: $schema144,
|
|
22949
|
+
$id: $id144,
|
|
22950
|
+
title: title139,
|
|
22951
|
+
description: description144,
|
|
22952
|
+
type: type121,
|
|
22953
|
+
properties: properties92,
|
|
22954
|
+
additionalProperties: additionalProperties92
|
|
22955
|
+
};
|
|
22956
|
+
|
|
22957
|
+
// src/txs/get-statistics/get-statistics.schema.input.json
|
|
22958
|
+
var $schema145 = "http://json-schema.org/draft-07/schema";
|
|
22959
|
+
var $id145 = "GetStatisticsTxInput";
|
|
22960
|
+
var title140 = "GetStatisticsTxInput";
|
|
22961
|
+
var description145 = "Input for getStatistics";
|
|
22962
|
+
var type122 = "object";
|
|
22963
|
+
var properties93 = {
|
|
22909
22964
|
model: {
|
|
22910
22965
|
$ref: "#/definitions/statistics_model"
|
|
22911
22966
|
},
|
|
@@ -22922,7 +22977,7 @@ var properties91 = {
|
|
|
22922
22977
|
$ref: "#/definitions/get_statistics_tx_options"
|
|
22923
22978
|
}
|
|
22924
22979
|
};
|
|
22925
|
-
var
|
|
22980
|
+
var definitions75 = {
|
|
22926
22981
|
get_statistics_tx_options: {
|
|
22927
22982
|
description: "Optional flags for input",
|
|
22928
22983
|
type: "object",
|
|
@@ -23019,51 +23074,51 @@ var definitions74 = {
|
|
|
23019
23074
|
$typescript: '{"additionalProperties":false}'
|
|
23020
23075
|
}
|
|
23021
23076
|
};
|
|
23022
|
-
var
|
|
23077
|
+
var additionalProperties93 = false;
|
|
23023
23078
|
var get_statistics_schema_input_default2 = {
|
|
23024
|
-
$schema: $
|
|
23025
|
-
$id: $
|
|
23026
|
-
title:
|
|
23027
|
-
description:
|
|
23028
|
-
type:
|
|
23029
|
-
properties:
|
|
23030
|
-
definitions:
|
|
23031
|
-
additionalProperties:
|
|
23079
|
+
$schema: $schema145,
|
|
23080
|
+
$id: $id145,
|
|
23081
|
+
title: title140,
|
|
23082
|
+
description: description145,
|
|
23083
|
+
type: type122,
|
|
23084
|
+
properties: properties93,
|
|
23085
|
+
definitions: definitions75,
|
|
23086
|
+
additionalProperties: additionalProperties93
|
|
23032
23087
|
};
|
|
23033
23088
|
|
|
23034
23089
|
// src/txs/get-statistics/get-statistics.schema.output.json
|
|
23035
|
-
var $
|
|
23036
|
-
var $
|
|
23037
|
-
var
|
|
23038
|
-
var
|
|
23039
|
-
var
|
|
23040
|
-
var
|
|
23090
|
+
var $schema146 = "http://json-schema.org/draft-07/schema";
|
|
23091
|
+
var $id146 = "GetStatisticsTxOutput";
|
|
23092
|
+
var title141 = "GetStatisticsTxOutput";
|
|
23093
|
+
var description146 = "Output of getStatistics";
|
|
23094
|
+
var type123 = "object";
|
|
23095
|
+
var properties94 = {
|
|
23041
23096
|
rows: {
|
|
23042
23097
|
$ref: "/txs/tx-consts.schema.json#/definitions/i_tx_aggregate_results"
|
|
23043
23098
|
}
|
|
23044
23099
|
};
|
|
23045
|
-
var
|
|
23100
|
+
var definitions76 = {};
|
|
23046
23101
|
var required58 = ["rows"];
|
|
23047
|
-
var
|
|
23102
|
+
var additionalProperties94 = false;
|
|
23048
23103
|
var get_statistics_schema_output_default2 = {
|
|
23049
|
-
$schema: $
|
|
23050
|
-
$id: $
|
|
23051
|
-
title:
|
|
23052
|
-
description:
|
|
23053
|
-
type:
|
|
23054
|
-
properties:
|
|
23055
|
-
definitions:
|
|
23104
|
+
$schema: $schema146,
|
|
23105
|
+
$id: $id146,
|
|
23106
|
+
title: title141,
|
|
23107
|
+
description: description146,
|
|
23108
|
+
type: type123,
|
|
23109
|
+
properties: properties94,
|
|
23110
|
+
definitions: definitions76,
|
|
23056
23111
|
required: required58,
|
|
23057
|
-
additionalProperties:
|
|
23112
|
+
additionalProperties: additionalProperties94
|
|
23058
23113
|
};
|
|
23059
23114
|
|
|
23060
23115
|
// src/txs/get-token/get-token.schema.input.json
|
|
23061
|
-
var $
|
|
23062
|
-
var $
|
|
23063
|
-
var
|
|
23064
|
-
var
|
|
23065
|
-
var
|
|
23066
|
-
var
|
|
23116
|
+
var $schema147 = "http://json-schema.org/draft-07/schema";
|
|
23117
|
+
var $id147 = "GetTokenTxInput";
|
|
23118
|
+
var title142 = "GetTokenTxInput";
|
|
23119
|
+
var description147 = "Input for getToken";
|
|
23120
|
+
var type124 = "object";
|
|
23121
|
+
var properties95 = {
|
|
23067
23122
|
token: {
|
|
23068
23123
|
$ref: "#/definitions/unique_token_filter"
|
|
23069
23124
|
},
|
|
@@ -23071,7 +23126,7 @@ var properties93 = {
|
|
|
23071
23126
|
$ref: "#/definitions/get_token_tx_options"
|
|
23072
23127
|
}
|
|
23073
23128
|
};
|
|
23074
|
-
var
|
|
23129
|
+
var definitions77 = {
|
|
23075
23130
|
get_token_tx_options: {
|
|
23076
23131
|
allOf: [
|
|
23077
23132
|
{
|
|
@@ -23147,32 +23202,32 @@ var definitions76 = {
|
|
|
23147
23202
|
}
|
|
23148
23203
|
};
|
|
23149
23204
|
var required59 = ["token"];
|
|
23150
|
-
var
|
|
23205
|
+
var additionalProperties95 = false;
|
|
23151
23206
|
var get_token_schema_input_default2 = {
|
|
23152
|
-
$schema: $
|
|
23153
|
-
$id: $
|
|
23154
|
-
title:
|
|
23155
|
-
description:
|
|
23156
|
-
type:
|
|
23157
|
-
properties:
|
|
23158
|
-
definitions:
|
|
23207
|
+
$schema: $schema147,
|
|
23208
|
+
$id: $id147,
|
|
23209
|
+
title: title142,
|
|
23210
|
+
description: description147,
|
|
23211
|
+
type: type124,
|
|
23212
|
+
properties: properties95,
|
|
23213
|
+
definitions: definitions77,
|
|
23159
23214
|
required: required59,
|
|
23160
|
-
additionalProperties:
|
|
23215
|
+
additionalProperties: additionalProperties95
|
|
23161
23216
|
};
|
|
23162
23217
|
|
|
23163
23218
|
// src/txs/get-token/get-token.schema.output.json
|
|
23164
|
-
var $
|
|
23165
|
-
var $
|
|
23166
|
-
var
|
|
23167
|
-
var
|
|
23168
|
-
var
|
|
23169
|
-
var
|
|
23219
|
+
var $schema148 = "http://json-schema.org/draft-07/schema";
|
|
23220
|
+
var $id148 = "GetTokenTxOutput";
|
|
23221
|
+
var title143 = "GetTokenTxOutput";
|
|
23222
|
+
var description148 = "Output of getToken";
|
|
23223
|
+
var type125 = "object";
|
|
23224
|
+
var properties96 = {
|
|
23170
23225
|
token: {
|
|
23171
23226
|
description: "requested token",
|
|
23172
23227
|
$ref: "#/definitions/token"
|
|
23173
23228
|
}
|
|
23174
23229
|
};
|
|
23175
|
-
var
|
|
23230
|
+
var definitions78 = {
|
|
23176
23231
|
token: {
|
|
23177
23232
|
properties: {
|
|
23178
23233
|
id: {
|
|
@@ -23214,25 +23269,25 @@ var definitions77 = {
|
|
|
23214
23269
|
additionalProperties: false
|
|
23215
23270
|
}
|
|
23216
23271
|
};
|
|
23217
|
-
var
|
|
23272
|
+
var additionalProperties96 = false;
|
|
23218
23273
|
var get_token_schema_output_default2 = {
|
|
23219
|
-
$schema: $
|
|
23220
|
-
$id: $
|
|
23221
|
-
title:
|
|
23222
|
-
description:
|
|
23223
|
-
type:
|
|
23224
|
-
properties:
|
|
23225
|
-
definitions:
|
|
23226
|
-
additionalProperties:
|
|
23274
|
+
$schema: $schema148,
|
|
23275
|
+
$id: $id148,
|
|
23276
|
+
title: title143,
|
|
23277
|
+
description: description148,
|
|
23278
|
+
type: type125,
|
|
23279
|
+
properties: properties96,
|
|
23280
|
+
definitions: definitions78,
|
|
23281
|
+
additionalProperties: additionalProperties96
|
|
23227
23282
|
};
|
|
23228
23283
|
|
|
23229
23284
|
// src/txs/get-token-many/get-token-many.schema.input.json
|
|
23230
|
-
var $
|
|
23231
|
-
var $
|
|
23232
|
-
var
|
|
23233
|
-
var
|
|
23234
|
-
var
|
|
23235
|
-
var
|
|
23285
|
+
var $schema149 = "http://json-schema.org/draft-07/schema";
|
|
23286
|
+
var $id149 = "GetTokenManyTxInput";
|
|
23287
|
+
var title144 = "GetTokenManyTxInput";
|
|
23288
|
+
var description149 = "Input for getTokenMany";
|
|
23289
|
+
var type126 = "object";
|
|
23290
|
+
var properties97 = {
|
|
23236
23291
|
tokens: {
|
|
23237
23292
|
type: "array",
|
|
23238
23293
|
items: {
|
|
@@ -23243,7 +23298,7 @@ var properties95 = {
|
|
|
23243
23298
|
$ref: "#/definitions/get_token_many_tx_options"
|
|
23244
23299
|
}
|
|
23245
23300
|
};
|
|
23246
|
-
var
|
|
23301
|
+
var definitions79 = {
|
|
23247
23302
|
get_token_many_tx_options: {
|
|
23248
23303
|
allOf: [
|
|
23249
23304
|
{
|
|
@@ -23276,26 +23331,26 @@ var definitions78 = {
|
|
|
23276
23331
|
}
|
|
23277
23332
|
};
|
|
23278
23333
|
var required60 = ["tokens"];
|
|
23279
|
-
var
|
|
23334
|
+
var additionalProperties97 = false;
|
|
23280
23335
|
var get_token_many_schema_input_default = {
|
|
23281
|
-
$schema: $
|
|
23282
|
-
$id: $
|
|
23283
|
-
title:
|
|
23284
|
-
description:
|
|
23285
|
-
type:
|
|
23286
|
-
properties:
|
|
23287
|
-
definitions:
|
|
23336
|
+
$schema: $schema149,
|
|
23337
|
+
$id: $id149,
|
|
23338
|
+
title: title144,
|
|
23339
|
+
description: description149,
|
|
23340
|
+
type: type126,
|
|
23341
|
+
properties: properties97,
|
|
23342
|
+
definitions: definitions79,
|
|
23288
23343
|
required: required60,
|
|
23289
|
-
additionalProperties:
|
|
23344
|
+
additionalProperties: additionalProperties97
|
|
23290
23345
|
};
|
|
23291
23346
|
|
|
23292
23347
|
// src/txs/get-token-many/get-token-many.schema.output.json
|
|
23293
|
-
var $
|
|
23294
|
-
var $
|
|
23295
|
-
var
|
|
23296
|
-
var
|
|
23297
|
-
var
|
|
23298
|
-
var
|
|
23348
|
+
var $schema150 = "http://json-schema.org/draft-07/schema";
|
|
23349
|
+
var $id150 = "GetTokenManyTxOutput";
|
|
23350
|
+
var title145 = "GetTokenManyTxOutput";
|
|
23351
|
+
var description150 = "Output of getTokenMany";
|
|
23352
|
+
var type127 = "object";
|
|
23353
|
+
var properties98 = {
|
|
23299
23354
|
tokens: {
|
|
23300
23355
|
type: "array",
|
|
23301
23356
|
items: {
|
|
@@ -23303,7 +23358,7 @@ var properties96 = {
|
|
|
23303
23358
|
}
|
|
23304
23359
|
}
|
|
23305
23360
|
};
|
|
23306
|
-
var
|
|
23361
|
+
var definitions80 = {
|
|
23307
23362
|
TokenResult: {
|
|
23308
23363
|
anyOf: [
|
|
23309
23364
|
{
|
|
@@ -23319,26 +23374,26 @@ var definitions79 = {
|
|
|
23319
23374
|
}
|
|
23320
23375
|
};
|
|
23321
23376
|
var required61 = ["tokens"];
|
|
23322
|
-
var
|
|
23377
|
+
var additionalProperties98 = false;
|
|
23323
23378
|
var get_token_many_schema_output_default = {
|
|
23324
|
-
$schema: $
|
|
23325
|
-
$id: $
|
|
23326
|
-
title:
|
|
23327
|
-
description:
|
|
23328
|
-
type:
|
|
23329
|
-
properties:
|
|
23330
|
-
definitions:
|
|
23379
|
+
$schema: $schema150,
|
|
23380
|
+
$id: $id150,
|
|
23381
|
+
title: title145,
|
|
23382
|
+
description: description150,
|
|
23383
|
+
type: type127,
|
|
23384
|
+
properties: properties98,
|
|
23385
|
+
definitions: definitions80,
|
|
23331
23386
|
required: required61,
|
|
23332
|
-
additionalProperties:
|
|
23387
|
+
additionalProperties: additionalProperties98
|
|
23333
23388
|
};
|
|
23334
23389
|
|
|
23335
23390
|
// src/txs/get-transfer/get-transfer.schema.input.json
|
|
23336
|
-
var $
|
|
23337
|
-
var $
|
|
23338
|
-
var
|
|
23339
|
-
var
|
|
23340
|
-
var
|
|
23341
|
-
var
|
|
23391
|
+
var $schema151 = "http://json-schema.org/draft-07/schema";
|
|
23392
|
+
var $id151 = "GetTransferTxInput";
|
|
23393
|
+
var title146 = "GetTransferTxInput";
|
|
23394
|
+
var description151 = "Input for getTransfer";
|
|
23395
|
+
var type128 = "object";
|
|
23396
|
+
var properties99 = {
|
|
23342
23397
|
transfer: {
|
|
23343
23398
|
$ref: "#/definitions/unique_transfer_filter"
|
|
23344
23399
|
},
|
|
@@ -23346,7 +23401,7 @@ var properties97 = {
|
|
|
23346
23401
|
$ref: "#/definitions/get_transfer_tx_options"
|
|
23347
23402
|
}
|
|
23348
23403
|
};
|
|
23349
|
-
var
|
|
23404
|
+
var definitions81 = {
|
|
23350
23405
|
get_transfer_tx_options: {
|
|
23351
23406
|
allOf: [
|
|
23352
23407
|
{
|
|
@@ -23399,31 +23454,31 @@ var definitions80 = {
|
|
|
23399
23454
|
}
|
|
23400
23455
|
};
|
|
23401
23456
|
var required62 = ["transfer"];
|
|
23402
|
-
var
|
|
23457
|
+
var additionalProperties99 = false;
|
|
23403
23458
|
var get_transfer_schema_input_default2 = {
|
|
23404
|
-
$schema: $
|
|
23405
|
-
$id: $
|
|
23406
|
-
title:
|
|
23407
|
-
description:
|
|
23408
|
-
type:
|
|
23409
|
-
properties:
|
|
23410
|
-
definitions:
|
|
23459
|
+
$schema: $schema151,
|
|
23460
|
+
$id: $id151,
|
|
23461
|
+
title: title146,
|
|
23462
|
+
description: description151,
|
|
23463
|
+
type: type128,
|
|
23464
|
+
properties: properties99,
|
|
23465
|
+
definitions: definitions81,
|
|
23411
23466
|
required: required62,
|
|
23412
|
-
additionalProperties:
|
|
23467
|
+
additionalProperties: additionalProperties99
|
|
23413
23468
|
};
|
|
23414
23469
|
|
|
23415
23470
|
// src/txs/get-transfer/get-transfer.schema.output.json
|
|
23416
|
-
var $
|
|
23417
|
-
var $
|
|
23418
|
-
var
|
|
23419
|
-
var
|
|
23420
|
-
var
|
|
23421
|
-
var
|
|
23471
|
+
var $schema152 = "http://json-schema.org/draft-07/schema";
|
|
23472
|
+
var $id152 = "GetTransferTxOutput";
|
|
23473
|
+
var title147 = "GetTransferTxOutput";
|
|
23474
|
+
var description152 = "Output of getTransfer";
|
|
23475
|
+
var type129 = "object";
|
|
23476
|
+
var properties100 = {
|
|
23422
23477
|
transfer: {
|
|
23423
23478
|
$ref: "#/definitions/transfer"
|
|
23424
23479
|
}
|
|
23425
23480
|
};
|
|
23426
|
-
var
|
|
23481
|
+
var definitions82 = {
|
|
23427
23482
|
transfer: {
|
|
23428
23483
|
type: "object",
|
|
23429
23484
|
description: "requested transfer",
|
|
@@ -23638,25 +23693,25 @@ var definitions81 = {
|
|
|
23638
23693
|
additionalProperties: false
|
|
23639
23694
|
}
|
|
23640
23695
|
};
|
|
23641
|
-
var
|
|
23696
|
+
var additionalProperties100 = false;
|
|
23642
23697
|
var get_transfer_schema_output_default2 = {
|
|
23643
|
-
$schema: $
|
|
23644
|
-
$id: $
|
|
23645
|
-
title:
|
|
23646
|
-
description:
|
|
23647
|
-
type:
|
|
23648
|
-
properties:
|
|
23649
|
-
definitions:
|
|
23650
|
-
additionalProperties:
|
|
23698
|
+
$schema: $schema152,
|
|
23699
|
+
$id: $id152,
|
|
23700
|
+
title: title147,
|
|
23701
|
+
description: description152,
|
|
23702
|
+
type: type129,
|
|
23703
|
+
properties: properties100,
|
|
23704
|
+
definitions: definitions82,
|
|
23705
|
+
additionalProperties: additionalProperties100
|
|
23651
23706
|
};
|
|
23652
23707
|
|
|
23653
23708
|
// src/txs/get-transfer-group/get-transfer-group.schema.input.json
|
|
23654
|
-
var $
|
|
23655
|
-
var $
|
|
23656
|
-
var
|
|
23657
|
-
var
|
|
23658
|
-
var
|
|
23659
|
-
var
|
|
23709
|
+
var $schema153 = "http://json-schema.org/draft-07/schema";
|
|
23710
|
+
var $id153 = "GetTransferGroupTxInput";
|
|
23711
|
+
var title148 = "GetTransferGroupTxInput";
|
|
23712
|
+
var description153 = "Input for getTransferGroup";
|
|
23713
|
+
var type130 = "object";
|
|
23714
|
+
var properties101 = {
|
|
23660
23715
|
transfer_group: {
|
|
23661
23716
|
$ref: "#/definitions/unique_transfer_group_filter"
|
|
23662
23717
|
},
|
|
@@ -23664,7 +23719,7 @@ var properties99 = {
|
|
|
23664
23719
|
$ref: "#/definitions/get_transfer_group_tx_options"
|
|
23665
23720
|
}
|
|
23666
23721
|
};
|
|
23667
|
-
var
|
|
23722
|
+
var definitions83 = {
|
|
23668
23723
|
get_transfer_group_tx_options: {
|
|
23669
23724
|
allOf: [
|
|
23670
23725
|
{
|
|
@@ -23738,31 +23793,31 @@ var definitions82 = {
|
|
|
23738
23793
|
}
|
|
23739
23794
|
};
|
|
23740
23795
|
var required63 = ["transfer_group"];
|
|
23741
|
-
var
|
|
23796
|
+
var additionalProperties101 = false;
|
|
23742
23797
|
var get_transfer_group_schema_input_default2 = {
|
|
23743
|
-
$schema: $
|
|
23744
|
-
$id: $
|
|
23745
|
-
title:
|
|
23746
|
-
description:
|
|
23747
|
-
type:
|
|
23748
|
-
properties:
|
|
23749
|
-
definitions:
|
|
23798
|
+
$schema: $schema153,
|
|
23799
|
+
$id: $id153,
|
|
23800
|
+
title: title148,
|
|
23801
|
+
description: description153,
|
|
23802
|
+
type: type130,
|
|
23803
|
+
properties: properties101,
|
|
23804
|
+
definitions: definitions83,
|
|
23750
23805
|
required: required63,
|
|
23751
|
-
additionalProperties:
|
|
23806
|
+
additionalProperties: additionalProperties101
|
|
23752
23807
|
};
|
|
23753
23808
|
|
|
23754
23809
|
// src/txs/get-transfer-group/get-transfer-group.schema.output.json
|
|
23755
|
-
var $
|
|
23756
|
-
var $
|
|
23757
|
-
var
|
|
23758
|
-
var
|
|
23759
|
-
var
|
|
23760
|
-
var
|
|
23810
|
+
var $schema154 = "http://json-schema.org/draft-07/schema";
|
|
23811
|
+
var $id154 = "GetTransferGroupTxOutput";
|
|
23812
|
+
var title149 = "GetTransferGroupTxOutput";
|
|
23813
|
+
var description154 = "Output of getTransferGroup";
|
|
23814
|
+
var type131 = "object";
|
|
23815
|
+
var properties102 = {
|
|
23761
23816
|
transfer_group: {
|
|
23762
23817
|
$ref: "#/definitions/transfer_group"
|
|
23763
23818
|
}
|
|
23764
23819
|
};
|
|
23765
|
-
var
|
|
23820
|
+
var definitions84 = {
|
|
23766
23821
|
transfer_group: {
|
|
23767
23822
|
description: "requested transfer_group",
|
|
23768
23823
|
properties: {
|
|
@@ -23811,25 +23866,25 @@ var definitions83 = {
|
|
|
23811
23866
|
required: ["id"]
|
|
23812
23867
|
}
|
|
23813
23868
|
};
|
|
23814
|
-
var
|
|
23869
|
+
var additionalProperties102 = false;
|
|
23815
23870
|
var get_transfer_group_schema_output_default2 = {
|
|
23816
|
-
$schema: $
|
|
23817
|
-
$id: $
|
|
23818
|
-
title:
|
|
23819
|
-
description:
|
|
23820
|
-
type:
|
|
23821
|
-
properties:
|
|
23822
|
-
definitions:
|
|
23823
|
-
additionalProperties:
|
|
23871
|
+
$schema: $schema154,
|
|
23872
|
+
$id: $id154,
|
|
23873
|
+
title: title149,
|
|
23874
|
+
description: description154,
|
|
23875
|
+
type: type131,
|
|
23876
|
+
properties: properties102,
|
|
23877
|
+
definitions: definitions84,
|
|
23878
|
+
additionalProperties: additionalProperties102
|
|
23824
23879
|
};
|
|
23825
23880
|
|
|
23826
23881
|
// src/txs/get-wallet/get-wallet.schema.input.json
|
|
23827
|
-
var $
|
|
23828
|
-
var $
|
|
23829
|
-
var
|
|
23830
|
-
var
|
|
23831
|
-
var
|
|
23832
|
-
var
|
|
23882
|
+
var $schema155 = "http://json-schema.org/draft-07/schema";
|
|
23883
|
+
var $id155 = "GetWalletTxInput";
|
|
23884
|
+
var title150 = "GetWalletTxInput";
|
|
23885
|
+
var description155 = "Input for getWallet";
|
|
23886
|
+
var type132 = "object";
|
|
23887
|
+
var properties103 = {
|
|
23833
23888
|
wallet: {
|
|
23834
23889
|
$ref: "#/definitions/unique_wallet_filter"
|
|
23835
23890
|
},
|
|
@@ -23837,7 +23892,7 @@ var properties101 = {
|
|
|
23837
23892
|
$ref: "#/definitions/get_wallet_tx_options"
|
|
23838
23893
|
}
|
|
23839
23894
|
};
|
|
23840
|
-
var
|
|
23895
|
+
var definitions85 = {
|
|
23841
23896
|
get_wallet_tx_options: {
|
|
23842
23897
|
allOf: [
|
|
23843
23898
|
{
|
|
@@ -23916,26 +23971,26 @@ var definitions84 = {
|
|
|
23916
23971
|
}
|
|
23917
23972
|
};
|
|
23918
23973
|
var required64 = ["wallet"];
|
|
23919
|
-
var
|
|
23974
|
+
var additionalProperties103 = false;
|
|
23920
23975
|
var get_wallet_schema_input_default2 = {
|
|
23921
|
-
$schema: $
|
|
23922
|
-
$id: $
|
|
23923
|
-
title:
|
|
23924
|
-
description:
|
|
23925
|
-
type:
|
|
23926
|
-
properties:
|
|
23927
|
-
definitions:
|
|
23976
|
+
$schema: $schema155,
|
|
23977
|
+
$id: $id155,
|
|
23978
|
+
title: title150,
|
|
23979
|
+
description: description155,
|
|
23980
|
+
type: type132,
|
|
23981
|
+
properties: properties103,
|
|
23982
|
+
definitions: definitions85,
|
|
23928
23983
|
required: required64,
|
|
23929
|
-
additionalProperties:
|
|
23984
|
+
additionalProperties: additionalProperties103
|
|
23930
23985
|
};
|
|
23931
23986
|
|
|
23932
23987
|
// src/txs/get-wallet/get-wallet.schema.output.json
|
|
23933
|
-
var $
|
|
23934
|
-
var $
|
|
23935
|
-
var
|
|
23936
|
-
var
|
|
23937
|
-
var
|
|
23938
|
-
var
|
|
23988
|
+
var $schema156 = "http://json-schema.org/draft-07/schema";
|
|
23989
|
+
var $id156 = "GetWalletTxOutput";
|
|
23990
|
+
var title151 = "GetWalletTxOutput";
|
|
23991
|
+
var description156 = "Output of getWallet";
|
|
23992
|
+
var type133 = "object";
|
|
23993
|
+
var properties104 = {
|
|
23939
23994
|
wallet: {
|
|
23940
23995
|
description: "requested wallet",
|
|
23941
23996
|
anyOf: [
|
|
@@ -23948,24 +24003,24 @@ var properties102 = {
|
|
|
23948
24003
|
]
|
|
23949
24004
|
}
|
|
23950
24005
|
};
|
|
23951
|
-
var
|
|
24006
|
+
var additionalProperties104 = false;
|
|
23952
24007
|
var get_wallet_schema_output_default2 = {
|
|
23953
|
-
$schema: $
|
|
23954
|
-
$id: $
|
|
23955
|
-
title:
|
|
23956
|
-
description:
|
|
23957
|
-
type:
|
|
23958
|
-
properties:
|
|
23959
|
-
additionalProperties:
|
|
24008
|
+
$schema: $schema156,
|
|
24009
|
+
$id: $id156,
|
|
24010
|
+
title: title151,
|
|
24011
|
+
description: description156,
|
|
24012
|
+
type: type133,
|
|
24013
|
+
properties: properties104,
|
|
24014
|
+
additionalProperties: additionalProperties104
|
|
23960
24015
|
};
|
|
23961
24016
|
|
|
23962
24017
|
// src/txs/get-wallet-many/get-wallet-many.schema.input.json
|
|
23963
|
-
var $
|
|
23964
|
-
var $
|
|
23965
|
-
var
|
|
23966
|
-
var
|
|
23967
|
-
var
|
|
23968
|
-
var
|
|
24018
|
+
var $schema157 = "http://json-schema.org/draft-07/schema";
|
|
24019
|
+
var $id157 = "GetWalletManyTxInput";
|
|
24020
|
+
var title152 = "GetWalletManyTxInput";
|
|
24021
|
+
var description157 = "Input for getWalletMany";
|
|
24022
|
+
var type134 = "object";
|
|
24023
|
+
var properties105 = {
|
|
23969
24024
|
wallets: {
|
|
23970
24025
|
type: "array",
|
|
23971
24026
|
items: {
|
|
@@ -23976,7 +24031,7 @@ var properties103 = {
|
|
|
23976
24031
|
$ref: "#/definitions/get_wallet_many_tx_options"
|
|
23977
24032
|
}
|
|
23978
24033
|
};
|
|
23979
|
-
var
|
|
24034
|
+
var definitions86 = {
|
|
23980
24035
|
get_wallet_many_tx_options: {
|
|
23981
24036
|
allOf: [
|
|
23982
24037
|
{
|
|
@@ -24010,25 +24065,25 @@ var definitions85 = {
|
|
|
24010
24065
|
$typescript: '{"additionalProperties": false}'
|
|
24011
24066
|
}
|
|
24012
24067
|
};
|
|
24013
|
-
var
|
|
24068
|
+
var additionalProperties105 = false;
|
|
24014
24069
|
var get_wallet_many_schema_input_default = {
|
|
24015
|
-
$schema: $
|
|
24016
|
-
$id: $
|
|
24017
|
-
title:
|
|
24018
|
-
description:
|
|
24019
|
-
type:
|
|
24020
|
-
properties:
|
|
24021
|
-
definitions:
|
|
24022
|
-
additionalProperties:
|
|
24070
|
+
$schema: $schema157,
|
|
24071
|
+
$id: $id157,
|
|
24072
|
+
title: title152,
|
|
24073
|
+
description: description157,
|
|
24074
|
+
type: type134,
|
|
24075
|
+
properties: properties105,
|
|
24076
|
+
definitions: definitions86,
|
|
24077
|
+
additionalProperties: additionalProperties105
|
|
24023
24078
|
};
|
|
24024
24079
|
|
|
24025
24080
|
// src/txs/get-wallet-many/get-wallet-many.schema.output.json
|
|
24026
|
-
var $
|
|
24027
|
-
var $
|
|
24028
|
-
var
|
|
24029
|
-
var
|
|
24030
|
-
var
|
|
24031
|
-
var
|
|
24081
|
+
var $schema158 = "http://json-schema.org/draft-07/schema";
|
|
24082
|
+
var $id158 = "GetWalletManyTxOutput";
|
|
24083
|
+
var title153 = "GetWalletManyTxOutput";
|
|
24084
|
+
var description158 = "Output of getWalletMany";
|
|
24085
|
+
var type135 = "object";
|
|
24086
|
+
var properties106 = {
|
|
24032
24087
|
wallets: {
|
|
24033
24088
|
type: "array",
|
|
24034
24089
|
items: {
|
|
@@ -24036,7 +24091,7 @@ var properties104 = {
|
|
|
24036
24091
|
}
|
|
24037
24092
|
}
|
|
24038
24093
|
};
|
|
24039
|
-
var
|
|
24094
|
+
var definitions87 = {
|
|
24040
24095
|
WalletResult: {
|
|
24041
24096
|
anyOf: [
|
|
24042
24097
|
{
|
|
@@ -24052,26 +24107,26 @@ var definitions86 = {
|
|
|
24052
24107
|
}
|
|
24053
24108
|
};
|
|
24054
24109
|
var required65 = ["wallets"];
|
|
24055
|
-
var
|
|
24110
|
+
var additionalProperties106 = false;
|
|
24056
24111
|
var get_wallet_many_schema_output_default = {
|
|
24057
|
-
$schema: $
|
|
24058
|
-
$id: $
|
|
24059
|
-
title:
|
|
24060
|
-
description:
|
|
24061
|
-
type:
|
|
24062
|
-
properties:
|
|
24063
|
-
definitions:
|
|
24112
|
+
$schema: $schema158,
|
|
24113
|
+
$id: $id158,
|
|
24114
|
+
title: title153,
|
|
24115
|
+
description: description158,
|
|
24116
|
+
type: type135,
|
|
24117
|
+
properties: properties106,
|
|
24118
|
+
definitions: definitions87,
|
|
24064
24119
|
required: required65,
|
|
24065
|
-
additionalProperties:
|
|
24120
|
+
additionalProperties: additionalProperties106
|
|
24066
24121
|
};
|
|
24067
24122
|
|
|
24068
24123
|
// src/txs/import-actions/import-actions.schema.input.json
|
|
24069
|
-
var $
|
|
24070
|
-
var $
|
|
24071
|
-
var
|
|
24072
|
-
var
|
|
24073
|
-
var
|
|
24074
|
-
var
|
|
24124
|
+
var $schema159 = "http://json-schema.org/draft-07/schema";
|
|
24125
|
+
var $id159 = "ImportActionsTxInput";
|
|
24126
|
+
var title154 = "ImportActionsTxInput";
|
|
24127
|
+
var description159 = "Input for importActions";
|
|
24128
|
+
var type136 = "object";
|
|
24129
|
+
var properties107 = {
|
|
24075
24130
|
actions: {
|
|
24076
24131
|
type: "array",
|
|
24077
24132
|
items: {
|
|
@@ -24083,7 +24138,7 @@ var properties105 = {
|
|
|
24083
24138
|
}
|
|
24084
24139
|
};
|
|
24085
24140
|
var required66 = ["actions"];
|
|
24086
|
-
var
|
|
24141
|
+
var definitions88 = {
|
|
24087
24142
|
import_actions_tx_options: {
|
|
24088
24143
|
allOf: [
|
|
24089
24144
|
{
|
|
@@ -24354,82 +24409,36 @@ var definitions87 = {
|
|
|
24354
24409
|
}
|
|
24355
24410
|
};
|
|
24356
24411
|
var $allowStreamInput2 = "import_actions_tx_stream_chunk";
|
|
24357
|
-
var additionalProperties105 = false;
|
|
24358
|
-
var import_actions_schema_input_default = {
|
|
24359
|
-
$schema: $schema157,
|
|
24360
|
-
$id: $id157,
|
|
24361
|
-
title: title152,
|
|
24362
|
-
description: description157,
|
|
24363
|
-
type: type134,
|
|
24364
|
-
properties: properties105,
|
|
24365
|
-
required: required66,
|
|
24366
|
-
definitions: definitions87,
|
|
24367
|
-
$allowStreamInput: $allowStreamInput2,
|
|
24368
|
-
additionalProperties: additionalProperties105
|
|
24369
|
-
};
|
|
24370
|
-
|
|
24371
|
-
// src/txs/import-actions/import-actions.schema.output.json
|
|
24372
|
-
var $schema158 = "http://json-schema.org/draft-07/schema";
|
|
24373
|
-
var $id158 = "ImportActionsTxOutput";
|
|
24374
|
-
var title153 = "ImportActionsTxOutput";
|
|
24375
|
-
var description158 = "Output of importActions";
|
|
24376
|
-
var type135 = "object";
|
|
24377
|
-
var properties106 = {
|
|
24378
|
-
progress: {
|
|
24379
|
-
type: "array"
|
|
24380
|
-
},
|
|
24381
|
-
erroneous: {
|
|
24382
|
-
type: "array"
|
|
24383
|
-
}
|
|
24384
|
-
};
|
|
24385
|
-
var additionalProperties106 = false;
|
|
24386
|
-
var import_actions_schema_output_default = {
|
|
24387
|
-
$schema: $schema158,
|
|
24388
|
-
$id: $id158,
|
|
24389
|
-
title: title153,
|
|
24390
|
-
description: description158,
|
|
24391
|
-
type: type135,
|
|
24392
|
-
properties: properties106,
|
|
24393
|
-
additionalProperties: additionalProperties106
|
|
24394
|
-
};
|
|
24395
|
-
|
|
24396
|
-
// src/txs/import-database-backup/import-database-backup.schema.input.json
|
|
24397
|
-
var $schema159 = "http://json-schema.org/draft-07/schema";
|
|
24398
|
-
var $id159 = "ImportDatabaseBackupTxInput";
|
|
24399
|
-
var title154 = "ImportDatabaseBackupTxInput";
|
|
24400
|
-
var description159 = "Input for importDatabaseBackup";
|
|
24401
|
-
var type136 = "object";
|
|
24402
|
-
var properties107 = {
|
|
24403
|
-
name: {
|
|
24404
|
-
type: "string"
|
|
24405
|
-
}
|
|
24406
|
-
};
|
|
24407
|
-
var definitions88 = {};
|
|
24408
24412
|
var additionalProperties107 = false;
|
|
24409
|
-
var
|
|
24413
|
+
var import_actions_schema_input_default = {
|
|
24410
24414
|
$schema: $schema159,
|
|
24411
24415
|
$id: $id159,
|
|
24412
24416
|
title: title154,
|
|
24413
24417
|
description: description159,
|
|
24414
24418
|
type: type136,
|
|
24415
24419
|
properties: properties107,
|
|
24420
|
+
required: required66,
|
|
24416
24421
|
definitions: definitions88,
|
|
24422
|
+
$allowStreamInput: $allowStreamInput2,
|
|
24417
24423
|
additionalProperties: additionalProperties107
|
|
24418
24424
|
};
|
|
24419
24425
|
|
|
24420
|
-
// src/txs/import-
|
|
24426
|
+
// src/txs/import-actions/import-actions.schema.output.json
|
|
24421
24427
|
var $schema160 = "http://json-schema.org/draft-07/schema";
|
|
24422
|
-
var $id160 = "
|
|
24423
|
-
var title155 = "
|
|
24424
|
-
var description160 = "Output of
|
|
24428
|
+
var $id160 = "ImportActionsTxOutput";
|
|
24429
|
+
var title155 = "ImportActionsTxOutput";
|
|
24430
|
+
var description160 = "Output of importActions";
|
|
24425
24431
|
var type137 = "object";
|
|
24426
24432
|
var properties108 = {
|
|
24427
|
-
|
|
24428
|
-
type: "
|
|
24433
|
+
progress: {
|
|
24434
|
+
type: "array"
|
|
24435
|
+
},
|
|
24436
|
+
erroneous: {
|
|
24437
|
+
type: "array"
|
|
24429
24438
|
}
|
|
24430
24439
|
};
|
|
24431
24440
|
var additionalProperties108 = false;
|
|
24432
|
-
var
|
|
24441
|
+
var import_actions_schema_output_default = {
|
|
24433
24442
|
$schema: $schema160,
|
|
24434
24443
|
$id: $id160,
|
|
24435
24444
|
title: title155,
|
|
@@ -24439,28 +24448,20 @@ var import_database_backup_schema_output_default = {
|
|
|
24439
24448
|
additionalProperties: additionalProperties108
|
|
24440
24449
|
};
|
|
24441
24450
|
|
|
24442
|
-
// src/txs/import-database
|
|
24451
|
+
// src/txs/import-database/import-database.schema.input.json
|
|
24443
24452
|
var $schema161 = "http://json-schema.org/draft-07/schema";
|
|
24444
|
-
var $id161 = "
|
|
24445
|
-
var title156 = "
|
|
24446
|
-
var description161 = "Input for
|
|
24453
|
+
var $id161 = "ImportDatabaseTxInput";
|
|
24454
|
+
var title156 = "ImportDatabaseTxInput";
|
|
24455
|
+
var description161 = "Input for importDatabase";
|
|
24447
24456
|
var type138 = "object";
|
|
24448
24457
|
var properties109 = {
|
|
24449
|
-
|
|
24450
|
-
|
|
24451
|
-
}
|
|
24452
|
-
};
|
|
24453
|
-
var definitions89 = {
|
|
24454
|
-
import_database_progress_tx_options: {
|
|
24455
|
-
allOf: [
|
|
24456
|
-
{
|
|
24457
|
-
$ref: "/txs/tx-consts.schema.json#/definitions/i_tx_general_options"
|
|
24458
|
-
}
|
|
24459
|
-
]
|
|
24458
|
+
name: {
|
|
24459
|
+
type: "string"
|
|
24460
24460
|
}
|
|
24461
24461
|
};
|
|
24462
|
+
var definitions89 = {};
|
|
24462
24463
|
var additionalProperties109 = false;
|
|
24463
|
-
var
|
|
24464
|
+
var import_database_schema_input_default = {
|
|
24464
24465
|
$schema: $schema161,
|
|
24465
24466
|
$id: $id161,
|
|
24466
24467
|
title: title156,
|
|
@@ -24471,20 +24472,19 @@ var import_database_progress_schema_input_default = {
|
|
|
24471
24472
|
additionalProperties: additionalProperties109
|
|
24472
24473
|
};
|
|
24473
24474
|
|
|
24474
|
-
// src/txs/import-database
|
|
24475
|
+
// src/txs/import-database/import-database.schema.output.json
|
|
24475
24476
|
var $schema162 = "http://json-schema.org/draft-07/schema";
|
|
24476
|
-
var $id162 = "
|
|
24477
|
-
var title157 = "
|
|
24478
|
-
var description162 = "Output of
|
|
24477
|
+
var $id162 = "ImportDatabaseTxOutput";
|
|
24478
|
+
var title157 = "ImportDatabaseTxOutput";
|
|
24479
|
+
var description162 = "Output of importDatabase";
|
|
24479
24480
|
var type139 = "object";
|
|
24480
24481
|
var properties110 = {
|
|
24481
|
-
|
|
24482
|
-
type: "
|
|
24483
|
-
description: "Percentage of imported database"
|
|
24482
|
+
message: {
|
|
24483
|
+
type: "string"
|
|
24484
24484
|
}
|
|
24485
24485
|
};
|
|
24486
24486
|
var additionalProperties110 = false;
|
|
24487
|
-
var
|
|
24487
|
+
var import_database_schema_output_default = {
|
|
24488
24488
|
$schema: $schema162,
|
|
24489
24489
|
$id: $id162,
|
|
24490
24490
|
title: title157,
|
|
@@ -26727,10 +26727,6 @@ ajv.addSchema(fixSelfRefs(create_contract_schema_input_default2, "/txs/create-co
|
|
|
26727
26727
|
Schemas.CreateContractTxInput = create_contract_schema_input_default2;
|
|
26728
26728
|
ajv.addSchema(fixSelfRefs(create_contract_schema_output_default2, "/txs/create-contract/create-contract.schema.output.json"), "/txs/create-contract/create-contract.schema.output.json");
|
|
26729
26729
|
Schemas.CreateContractTxOutput = create_contract_schema_output_default2;
|
|
26730
|
-
ajv.addSchema(fixSelfRefs(create_database_backup_schema_input_default, "/txs/create-database-backup/create-database-backup.schema.input.json"), "/txs/create-database-backup/create-database-backup.schema.input.json");
|
|
26731
|
-
Schemas.CreateDatabaseBackupTxInput = create_database_backup_schema_input_default;
|
|
26732
|
-
ajv.addSchema(fixSelfRefs(create_database_backup_schema_output_default, "/txs/create-database-backup/create-database-backup.schema.output.json"), "/txs/create-database-backup/create-database-backup.schema.output.json");
|
|
26733
|
-
Schemas.CreateDatabaseBackupTxOutput = create_database_backup_schema_output_default;
|
|
26734
26730
|
ajv.addSchema(fixSelfRefs(create_deposit_schema_input_default2, "/txs/create-deposit/create-deposit.schema.input.json"), "/txs/create-deposit/create-deposit.schema.input.json");
|
|
26735
26731
|
Schemas.CreateDepositTxInput = create_deposit_schema_input_default2;
|
|
26736
26732
|
ajv.addSchema(fixSelfRefs(create_deposit_schema_output_default2, "/txs/create-deposit/create-deposit.schema.output.json"), "/txs/create-deposit/create-deposit.schema.output.json");
|
|
@@ -26763,6 +26759,10 @@ ajv.addSchema(fixSelfRefs(create_withdrawal_schema_input_default2, "/txs/create-
|
|
|
26763
26759
|
Schemas.CreateWithdrawalTxInput = create_withdrawal_schema_input_default2;
|
|
26764
26760
|
ajv.addSchema(fixSelfRefs(create_withdrawal_schema_output_default2, "/txs/create-withdrawal/create-withdrawal.schema.output.json"), "/txs/create-withdrawal/create-withdrawal.schema.output.json");
|
|
26765
26761
|
Schemas.CreateWithdrawalTxOutput = create_withdrawal_schema_output_default2;
|
|
26762
|
+
ajv.addSchema(fixSelfRefs(export_database_schema_input_default, "/txs/export-database/export-database.schema.input.json"), "/txs/export-database/export-database.schema.input.json");
|
|
26763
|
+
Schemas.ExportDatabaseTxInput = export_database_schema_input_default;
|
|
26764
|
+
ajv.addSchema(fixSelfRefs(export_database_schema_output_default, "/txs/export-database/export-database.schema.output.json"), "/txs/export-database/export-database.schema.output.json");
|
|
26765
|
+
Schemas.ExportDatabaseTxOutput = export_database_schema_output_default;
|
|
26766
26766
|
ajv.addSchema(fixSelfRefs(find_balance_many_schema_input_default, "/txs/find-balance-many/find-balance-many.schema.input.json"), "/txs/find-balance-many/find-balance-many.schema.input.json");
|
|
26767
26767
|
Schemas.FindBalanceManyTxInput = find_balance_many_schema_input_default;
|
|
26768
26768
|
ajv.addSchema(fixSelfRefs(find_balance_many_schema_output_default, "/txs/find-balance-many/find-balance-many.schema.output.json"), "/txs/find-balance-many/find-balance-many.schema.output.json");
|
|
@@ -26795,10 +26795,14 @@ ajv.addSchema(fixSelfRefs(get_balance_history_schema_input_default2, "/txs/get-b
|
|
|
26795
26795
|
Schemas.GetBalanceHistoryTxInput = get_balance_history_schema_input_default2;
|
|
26796
26796
|
ajv.addSchema(fixSelfRefs(get_balance_history_schema_output_default2, "/txs/get-balance-history/get-balance-history.schema.output.json"), "/txs/get-balance-history/get-balance-history.schema.output.json");
|
|
26797
26797
|
Schemas.GetBalanceHistoryTxOutput = get_balance_history_schema_output_default2;
|
|
26798
|
-
ajv.addSchema(fixSelfRefs(
|
|
26799
|
-
Schemas.
|
|
26800
|
-
ajv.addSchema(fixSelfRefs(
|
|
26801
|
-
Schemas.
|
|
26798
|
+
ajv.addSchema(fixSelfRefs(get_database_export_progress_schema_input_default, "/txs/get-database-export-progress/get-database-export-progress.schema.input.json"), "/txs/get-database-export-progress/get-database-export-progress.schema.input.json");
|
|
26799
|
+
Schemas.GetDatabaseExportProgressTxInput = get_database_export_progress_schema_input_default;
|
|
26800
|
+
ajv.addSchema(fixSelfRefs(get_database_export_progress_schema_output_default, "/txs/get-database-export-progress/get-database-export-progress.schema.output.json"), "/txs/get-database-export-progress/get-database-export-progress.schema.output.json");
|
|
26801
|
+
Schemas.GetDatabaseExportProgressTxOutput = get_database_export_progress_schema_output_default;
|
|
26802
|
+
ajv.addSchema(fixSelfRefs(get_database_import_progress_schema_input_default, "/txs/get-database-import-progress/get-database-import-progress.schema.input.json"), "/txs/get-database-import-progress/get-database-import-progress.schema.input.json");
|
|
26803
|
+
Schemas.GetDatabaseImportProgressTxInput = get_database_import_progress_schema_input_default;
|
|
26804
|
+
ajv.addSchema(fixSelfRefs(get_database_import_progress_schema_output_default, "/txs/get-database-import-progress/get-database-import-progress.schema.output.json"), "/txs/get-database-import-progress/get-database-import-progress.schema.output.json");
|
|
26805
|
+
Schemas.GetDatabaseImportProgressTxOutput = get_database_import_progress_schema_output_default;
|
|
26802
26806
|
ajv.addSchema(fixSelfRefs(get_flags_schema_input_default2, "/txs/get-flags/get-flags.schema.input.json"), "/txs/get-flags/get-flags.schema.input.json");
|
|
26803
26807
|
Schemas.GetFlagsTxInput = get_flags_schema_input_default2;
|
|
26804
26808
|
ajv.addSchema(fixSelfRefs(get_flags_schema_output_default2, "/txs/get-flags/get-flags.schema.output.json"), "/txs/get-flags/get-flags.schema.output.json");
|
|
@@ -26841,14 +26845,10 @@ ajv.addSchema(ImportActionsTxStreamChunk, "/txs/import-actions/import-actions.sc
|
|
|
26841
26845
|
Schemas.ImportActionsTxStreamChunk = ImportActionsTxStreamChunk;
|
|
26842
26846
|
ajv.addSchema(fixSelfRefs(import_actions_schema_output_default, "/txs/import-actions/import-actions.schema.output.json"), "/txs/import-actions/import-actions.schema.output.json");
|
|
26843
26847
|
Schemas.ImportActionsTxOutput = import_actions_schema_output_default;
|
|
26844
|
-
ajv.addSchema(fixSelfRefs(
|
|
26845
|
-
Schemas.
|
|
26846
|
-
ajv.addSchema(fixSelfRefs(
|
|
26847
|
-
Schemas.
|
|
26848
|
-
ajv.addSchema(fixSelfRefs(import_database_progress_schema_input_default, "/txs/import-database-progress/import-database-progress.schema.input.json"), "/txs/import-database-progress/import-database-progress.schema.input.json");
|
|
26849
|
-
Schemas.ImportDatabaseProgressTxInput = import_database_progress_schema_input_default;
|
|
26850
|
-
ajv.addSchema(fixSelfRefs(import_database_progress_schema_output_default, "/txs/import-database-progress/import-database-progress.schema.output.json"), "/txs/import-database-progress/import-database-progress.schema.output.json");
|
|
26851
|
-
Schemas.ImportDatabaseProgressTxOutput = import_database_progress_schema_output_default;
|
|
26848
|
+
ajv.addSchema(fixSelfRefs(import_database_schema_input_default, "/txs/import-database/import-database.schema.input.json"), "/txs/import-database/import-database.schema.input.json");
|
|
26849
|
+
Schemas.ImportDatabaseTxInput = import_database_schema_input_default;
|
|
26850
|
+
ajv.addSchema(fixSelfRefs(import_database_schema_output_default, "/txs/import-database/import-database.schema.output.json"), "/txs/import-database/import-database.schema.output.json");
|
|
26851
|
+
Schemas.ImportDatabaseTxOutput = import_database_schema_output_default;
|
|
26852
26852
|
ajv.addSchema(fixSelfRefs(list_database_backups_schema_input_default, "/txs/list-database-backups/list-database-backups.schema.input.json"), "/txs/list-database-backups/list-database-backups.schema.input.json");
|
|
26853
26853
|
Schemas.ListDatabaseBackupsTxInput = list_database_backups_schema_input_default;
|
|
26854
26854
|
ajv.addSchema(fixSelfRefs(list_database_backups_schema_output_default, "/txs/list-database-backups/list-database-backups.schema.output.json"), "/txs/list-database-backups/list-database-backups.schema.output.json");
|
|
@@ -27023,8 +27023,6 @@ var SchemaNames;
|
|
|
27023
27023
|
SchemaNames2["CreateAccessTokenTxOutput"] = "CreateAccessTokenTxOutput";
|
|
27024
27024
|
SchemaNames2["CreateContractTxInput"] = "CreateContractTxInput";
|
|
27025
27025
|
SchemaNames2["CreateContractTxOutput"] = "CreateContractTxOutput";
|
|
27026
|
-
SchemaNames2["CreateDatabaseBackupTxInput"] = "CreateDatabaseBackupTxInput";
|
|
27027
|
-
SchemaNames2["CreateDatabaseBackupTxOutput"] = "CreateDatabaseBackupTxOutput";
|
|
27028
27026
|
SchemaNames2["CreateDepositTxInput"] = "CreateDepositTxInput";
|
|
27029
27027
|
SchemaNames2["CreateDepositTxOutput"] = "CreateDepositTxOutput";
|
|
27030
27028
|
SchemaNames2["CreateDistributionTxInput"] = "CreateDistributionTxInput";
|
|
@@ -27041,6 +27039,8 @@ var SchemaNames;
|
|
|
27041
27039
|
SchemaNames2["CreateWalletTxOutput"] = "CreateWalletTxOutput";
|
|
27042
27040
|
SchemaNames2["CreateWithdrawalTxInput"] = "CreateWithdrawalTxInput";
|
|
27043
27041
|
SchemaNames2["CreateWithdrawalTxOutput"] = "CreateWithdrawalTxOutput";
|
|
27042
|
+
SchemaNames2["ExportDatabaseTxInput"] = "ExportDatabaseTxInput";
|
|
27043
|
+
SchemaNames2["ExportDatabaseTxOutput"] = "ExportDatabaseTxOutput";
|
|
27044
27044
|
SchemaNames2["FindBalanceManyTxInput"] = "FindBalanceManyTxInput";
|
|
27045
27045
|
SchemaNames2["FindBalanceManyTxOutput"] = "FindBalanceManyTxOutput";
|
|
27046
27046
|
SchemaNames2["FindTokenManyTxInput"] = "FindTokenManyTxInput";
|
|
@@ -27057,8 +27057,10 @@ var SchemaNames;
|
|
|
27057
27057
|
SchemaNames2["GetBalanceTxOutput"] = "GetBalanceTxOutput";
|
|
27058
27058
|
SchemaNames2["GetBalanceHistoryTxInput"] = "GetBalanceHistoryTxInput";
|
|
27059
27059
|
SchemaNames2["GetBalanceHistoryTxOutput"] = "GetBalanceHistoryTxOutput";
|
|
27060
|
-
SchemaNames2["
|
|
27061
|
-
SchemaNames2["
|
|
27060
|
+
SchemaNames2["GetDatabaseExportProgressTxInput"] = "GetDatabaseExportProgressTxInput";
|
|
27061
|
+
SchemaNames2["GetDatabaseExportProgressTxOutput"] = "GetDatabaseExportProgressTxOutput";
|
|
27062
|
+
SchemaNames2["GetDatabaseImportProgressTxInput"] = "GetDatabaseImportProgressTxInput";
|
|
27063
|
+
SchemaNames2["GetDatabaseImportProgressTxOutput"] = "GetDatabaseImportProgressTxOutput";
|
|
27062
27064
|
SchemaNames2["GetFlagsTxInput"] = "GetFlagsTxInput";
|
|
27063
27065
|
SchemaNames2["GetFlagsTxOutput"] = "GetFlagsTxOutput";
|
|
27064
27066
|
SchemaNames2["GetStatisticsTxInput"] = "GetStatisticsTxInput";
|
|
@@ -27079,10 +27081,8 @@ var SchemaNames;
|
|
|
27079
27081
|
SchemaNames2["ImportActionsTxOptions"] = "ImportActionsTxOptions";
|
|
27080
27082
|
SchemaNames2["ImportActionsTxStreamChunk"] = "ImportActionsTxStreamChunk";
|
|
27081
27083
|
SchemaNames2["ImportActionsTxOutput"] = "ImportActionsTxOutput";
|
|
27082
|
-
SchemaNames2["
|
|
27083
|
-
SchemaNames2["
|
|
27084
|
-
SchemaNames2["ImportDatabaseProgressTxInput"] = "ImportDatabaseProgressTxInput";
|
|
27085
|
-
SchemaNames2["ImportDatabaseProgressTxOutput"] = "ImportDatabaseProgressTxOutput";
|
|
27084
|
+
SchemaNames2["ImportDatabaseTxInput"] = "ImportDatabaseTxInput";
|
|
27085
|
+
SchemaNames2["ImportDatabaseTxOutput"] = "ImportDatabaseTxOutput";
|
|
27086
27086
|
SchemaNames2["ListDatabaseBackupsTxInput"] = "ListDatabaseBackupsTxInput";
|
|
27087
27087
|
SchemaNames2["ListDatabaseBackupsTxOutput"] = "ListDatabaseBackupsTxOutput";
|
|
27088
27088
|
SchemaNames2["QueryTxInput"] = "QueryTxInput";
|
|
@@ -27182,7 +27182,6 @@ var aggregateTransferManyValidator = getValidator(SchemaNames.AggregateTransferM
|
|
|
27182
27182
|
var authenticationCheckValidator = getValidator(SchemaNames.AuthenticationCheckTxInput);
|
|
27183
27183
|
var createAccessTokenValidator = getValidator(SchemaNames.CreateAccessTokenTxInput);
|
|
27184
27184
|
var createContractValidator = getValidator(SchemaNames.CreateContractTxInput);
|
|
27185
|
-
var createDatabaseBackupValidator = getValidator(SchemaNames.CreateDatabaseBackupTxInput);
|
|
27186
27185
|
var createDepositValidator = getValidator(SchemaNames.CreateDepositTxInput);
|
|
27187
27186
|
var createDistributionValidator = getValidator(SchemaNames.CreateDistributionTxInput);
|
|
27188
27187
|
var createTokenValidator = getValidator(SchemaNames.CreateTokenTxInput);
|
|
@@ -27191,6 +27190,7 @@ var createTransferGroupValidator = getValidator(SchemaNames.CreateTransferGroupT
|
|
|
27191
27190
|
var createTransferManyValidator = getValidator(SchemaNames.CreateTransferManyTxInput);
|
|
27192
27191
|
var createWalletValidator = getValidator(SchemaNames.CreateWalletTxInput);
|
|
27193
27192
|
var createWithdrawalValidator = getValidator(SchemaNames.CreateWithdrawalTxInput);
|
|
27193
|
+
var exportDatabaseValidator = getValidator(SchemaNames.ExportDatabaseTxInput);
|
|
27194
27194
|
var findBalanceManyValidator = getValidator(SchemaNames.FindBalanceManyTxInput);
|
|
27195
27195
|
var findTokenManyValidator = getValidator(SchemaNames.FindTokenManyTxInput);
|
|
27196
27196
|
var findTransferGroupManyValidator = getValidator(SchemaNames.FindTransferGroupManyTxInput);
|
|
@@ -27199,7 +27199,8 @@ var findWalletManyValidator = getValidator(SchemaNames.FindWalletManyTxInput);
|
|
|
27199
27199
|
var finishTransactionValidator = getValidator(SchemaNames.FinishTransactionTxInput);
|
|
27200
27200
|
var getBalanceValidator = getValidator(SchemaNames.GetBalanceTxInput);
|
|
27201
27201
|
var getBalanceHistoryValidator = getValidator(SchemaNames.GetBalanceHistoryTxInput);
|
|
27202
|
-
var
|
|
27202
|
+
var getDatabaseExportProgressValidator = getValidator(SchemaNames.GetDatabaseExportProgressTxInput);
|
|
27203
|
+
var getDatabaseImportProgressValidator = getValidator(SchemaNames.GetDatabaseImportProgressTxInput);
|
|
27203
27204
|
var getFlagsValidator = getValidator(SchemaNames.GetFlagsTxInput);
|
|
27204
27205
|
var getStatisticsValidator = getValidator(SchemaNames.GetStatisticsTxInput);
|
|
27205
27206
|
var getTokenValidator = getValidator(SchemaNames.GetTokenTxInput);
|
|
@@ -27209,8 +27210,7 @@ var getTransferGroupValidator = getValidator(SchemaNames.GetTransferGroupTxInput
|
|
|
27209
27210
|
var getWalletValidator = getValidator(SchemaNames.GetWalletTxInput);
|
|
27210
27211
|
var getWalletManyValidator = getValidator(SchemaNames.GetWalletManyTxInput);
|
|
27211
27212
|
var importActionsValidator = getValidator(SchemaNames.ImportActionsTxInput);
|
|
27212
|
-
var
|
|
27213
|
-
var importDatabaseProgressValidator = getValidator(SchemaNames.ImportDatabaseProgressTxInput);
|
|
27213
|
+
var importDatabaseValidator = getValidator(SchemaNames.ImportDatabaseTxInput);
|
|
27214
27214
|
var listDatabaseBackupsValidator = getValidator(SchemaNames.ListDatabaseBackupsTxInput);
|
|
27215
27215
|
var queryValidator = getValidator(SchemaNames.QueryTxInput);
|
|
27216
27216
|
var queryLogsValidator = getValidator(SchemaNames.QueryLogsTxInput);
|
|
@@ -27232,7 +27232,6 @@ var APIValidators = {
|
|
|
27232
27232
|
authenticationCheck: authenticationCheckValidator,
|
|
27233
27233
|
createAccessToken: createAccessTokenValidator,
|
|
27234
27234
|
createContract: createContractValidator,
|
|
27235
|
-
createDatabaseBackup: createDatabaseBackupValidator,
|
|
27236
27235
|
createDeposit: createDepositValidator,
|
|
27237
27236
|
createDistribution: createDistributionValidator,
|
|
27238
27237
|
createToken: createTokenValidator,
|
|
@@ -27241,6 +27240,7 @@ var APIValidators = {
|
|
|
27241
27240
|
createTransferMany: createTransferManyValidator,
|
|
27242
27241
|
createWallet: createWalletValidator,
|
|
27243
27242
|
createWithdrawal: createWithdrawalValidator,
|
|
27243
|
+
exportDatabase: exportDatabaseValidator,
|
|
27244
27244
|
findBalanceMany: findBalanceManyValidator,
|
|
27245
27245
|
findTokenMany: findTokenManyValidator,
|
|
27246
27246
|
findTransferGroupMany: findTransferGroupManyValidator,
|
|
@@ -27249,7 +27249,8 @@ var APIValidators = {
|
|
|
27249
27249
|
finishTransaction: finishTransactionValidator,
|
|
27250
27250
|
getBalance: getBalanceValidator,
|
|
27251
27251
|
getBalanceHistory: getBalanceHistoryValidator,
|
|
27252
|
-
|
|
27252
|
+
getDatabaseExportProgress: getDatabaseExportProgressValidator,
|
|
27253
|
+
getDatabaseImportProgress: getDatabaseImportProgressValidator,
|
|
27253
27254
|
getFlags: getFlagsValidator,
|
|
27254
27255
|
getStatistics: getStatisticsValidator,
|
|
27255
27256
|
getToken: getTokenValidator,
|
|
@@ -27259,8 +27260,7 @@ var APIValidators = {
|
|
|
27259
27260
|
getWallet: getWalletValidator,
|
|
27260
27261
|
getWalletMany: getWalletManyValidator,
|
|
27261
27262
|
importActions: importActionsValidator,
|
|
27262
|
-
|
|
27263
|
-
importDatabaseProgress: importDatabaseProgressValidator,
|
|
27263
|
+
importDatabase: importDatabaseValidator,
|
|
27264
27264
|
listDatabaseBackups: listDatabaseBackupsValidator,
|
|
27265
27265
|
query: queryValidator,
|
|
27266
27266
|
queryLogs: queryLogsValidator,
|
|
@@ -27284,7 +27284,6 @@ var APIFunctions;
|
|
|
27284
27284
|
APIFunctions2["authenticationCheck"] = "authenticationCheck";
|
|
27285
27285
|
APIFunctions2["createAccessToken"] = "createAccessToken";
|
|
27286
27286
|
APIFunctions2["createContract"] = "createContract";
|
|
27287
|
-
APIFunctions2["createDatabaseBackup"] = "createDatabaseBackup";
|
|
27288
27287
|
APIFunctions2["createDeposit"] = "createDeposit";
|
|
27289
27288
|
APIFunctions2["createDistribution"] = "createDistribution";
|
|
27290
27289
|
APIFunctions2["createToken"] = "createToken";
|
|
@@ -27293,6 +27292,7 @@ var APIFunctions;
|
|
|
27293
27292
|
APIFunctions2["createTransferMany"] = "createTransferMany";
|
|
27294
27293
|
APIFunctions2["createWallet"] = "createWallet";
|
|
27295
27294
|
APIFunctions2["createWithdrawal"] = "createWithdrawal";
|
|
27295
|
+
APIFunctions2["exportDatabase"] = "exportDatabase";
|
|
27296
27296
|
APIFunctions2["findBalanceMany"] = "findBalanceMany";
|
|
27297
27297
|
APIFunctions2["findTokenMany"] = "findTokenMany";
|
|
27298
27298
|
APIFunctions2["findTransferGroupMany"] = "findTransferGroupMany";
|
|
@@ -27301,7 +27301,8 @@ var APIFunctions;
|
|
|
27301
27301
|
APIFunctions2["finishTransaction"] = "finishTransaction";
|
|
27302
27302
|
APIFunctions2["getBalance"] = "getBalance";
|
|
27303
27303
|
APIFunctions2["getBalanceHistory"] = "getBalanceHistory";
|
|
27304
|
-
APIFunctions2["
|
|
27304
|
+
APIFunctions2["getDatabaseExportProgress"] = "getDatabaseExportProgress";
|
|
27305
|
+
APIFunctions2["getDatabaseImportProgress"] = "getDatabaseImportProgress";
|
|
27305
27306
|
APIFunctions2["getFlags"] = "getFlags";
|
|
27306
27307
|
APIFunctions2["getStatistics"] = "getStatistics";
|
|
27307
27308
|
APIFunctions2["getToken"] = "getToken";
|
|
@@ -27311,8 +27312,7 @@ var APIFunctions;
|
|
|
27311
27312
|
APIFunctions2["getWallet"] = "getWallet";
|
|
27312
27313
|
APIFunctions2["getWalletMany"] = "getWalletMany";
|
|
27313
27314
|
APIFunctions2["importActions"] = "importActions";
|
|
27314
|
-
APIFunctions2["
|
|
27315
|
-
APIFunctions2["importDatabaseProgress"] = "importDatabaseProgress";
|
|
27315
|
+
APIFunctions2["importDatabase"] = "importDatabase";
|
|
27316
27316
|
APIFunctions2["listDatabaseBackups"] = "listDatabaseBackups";
|
|
27317
27317
|
APIFunctions2["query"] = "query";
|
|
27318
27318
|
APIFunctions2["queryLogs"] = "queryLogs";
|
|
@@ -27656,9 +27656,6 @@ var BaseClient = class {
|
|
|
27656
27656
|
createContract(input) {
|
|
27657
27657
|
return this._sendTransaction(APIFunctions.createContract, input);
|
|
27658
27658
|
}
|
|
27659
|
-
createDatabaseBackup(input) {
|
|
27660
|
-
return this._sendTransaction(APIFunctions.createDatabaseBackup, input);
|
|
27661
|
-
}
|
|
27662
27659
|
createDeposit(input) {
|
|
27663
27660
|
return this._sendTransaction(APIFunctions.createDeposit, input);
|
|
27664
27661
|
}
|
|
@@ -27683,6 +27680,9 @@ var BaseClient = class {
|
|
|
27683
27680
|
createWithdrawal(input) {
|
|
27684
27681
|
return this._sendTransaction(APIFunctions.createWithdrawal, input);
|
|
27685
27682
|
}
|
|
27683
|
+
exportDatabase(input) {
|
|
27684
|
+
return this._sendTransaction(APIFunctions.exportDatabase, input);
|
|
27685
|
+
}
|
|
27686
27686
|
findBalanceMany(input) {
|
|
27687
27687
|
return this._sendTransaction(APIFunctions.findBalanceMany, input);
|
|
27688
27688
|
}
|
|
@@ -27707,8 +27707,11 @@ var BaseClient = class {
|
|
|
27707
27707
|
getBalanceHistory(input) {
|
|
27708
27708
|
return this._sendTransaction(APIFunctions.getBalanceHistory, input);
|
|
27709
27709
|
}
|
|
27710
|
-
|
|
27711
|
-
return this._sendTransaction(APIFunctions.
|
|
27710
|
+
getDatabaseExportProgress(input) {
|
|
27711
|
+
return this._sendTransaction(APIFunctions.getDatabaseExportProgress, input);
|
|
27712
|
+
}
|
|
27713
|
+
getDatabaseImportProgress(input) {
|
|
27714
|
+
return this._sendTransaction(APIFunctions.getDatabaseImportProgress, input);
|
|
27712
27715
|
}
|
|
27713
27716
|
getFlags(input) {
|
|
27714
27717
|
return this._sendTransaction(APIFunctions.getFlags, input);
|
|
@@ -27746,11 +27749,8 @@ var BaseClient = class {
|
|
|
27746
27749
|
}
|
|
27747
27750
|
return this._streamTransaction(APIFunctions.importActions, isImportActionsTxInput, input, transform);
|
|
27748
27751
|
}
|
|
27749
|
-
|
|
27750
|
-
return this._sendTransaction(APIFunctions.
|
|
27751
|
-
}
|
|
27752
|
-
importDatabaseProgress(input) {
|
|
27753
|
-
return this._sendTransaction(APIFunctions.importDatabaseProgress, input);
|
|
27752
|
+
importDatabase(input) {
|
|
27753
|
+
return this._sendTransaction(APIFunctions.importDatabase, input);
|
|
27754
27754
|
}
|
|
27755
27755
|
listDatabaseBackups(input) {
|
|
27756
27756
|
return this._sendTransaction(APIFunctions.listDatabaseBackups, input);
|
|
@@ -27814,7 +27814,7 @@ var SocketStatuses;
|
|
|
27814
27814
|
})(SocketStatuses || (SocketStatuses = {}));
|
|
27815
27815
|
|
|
27816
27816
|
// package.json
|
|
27817
|
-
var version = "0.6.
|
|
27817
|
+
var version = "0.6.1";
|
|
27818
27818
|
|
|
27819
27819
|
// src/api/ws-client.ts
|
|
27820
27820
|
function createClient(opts) {
|
|
@@ -30391,8 +30391,6 @@ var utils = {
|
|
|
30391
30391
|
CreateContractFnOutputSchema,
|
|
30392
30392
|
CreateContractTxInputSchema,
|
|
30393
30393
|
CreateContractTxOutputSchema,
|
|
30394
|
-
CreateDatabaseBackupTxInputSchema,
|
|
30395
|
-
CreateDatabaseBackupTxOutputSchema,
|
|
30396
30394
|
CreateDepositFnInputSchema,
|
|
30397
30395
|
CreateDepositFnOutputSchema,
|
|
30398
30396
|
CreateDepositTxInputSchema,
|
|
@@ -30437,6 +30435,8 @@ var utils = {
|
|
|
30437
30435
|
DbModelNameEnum,
|
|
30438
30436
|
ErrorMessage,
|
|
30439
30437
|
Errors,
|
|
30438
|
+
ExportDatabaseTxInputSchema,
|
|
30439
|
+
ExportDatabaseTxOutputSchema,
|
|
30440
30440
|
FindBalanceManyTxInputSchema,
|
|
30441
30441
|
FindBalanceManyTxOutputSchema,
|
|
30442
30442
|
FindBalancesFnInputSchema,
|
|
@@ -30468,8 +30468,10 @@ var utils = {
|
|
|
30468
30468
|
GetBalanceHistoryTxOutputSchema,
|
|
30469
30469
|
GetBalanceTxInputSchema,
|
|
30470
30470
|
GetBalanceTxOutputSchema,
|
|
30471
|
-
|
|
30472
|
-
|
|
30471
|
+
GetDatabaseExportProgressTxInputSchema,
|
|
30472
|
+
GetDatabaseExportProgressTxOutputSchema,
|
|
30473
|
+
GetDatabaseImportProgressTxInputSchema,
|
|
30474
|
+
GetDatabaseImportProgressTxOutputSchema,
|
|
30473
30475
|
GetFlagsFnInputSchema,
|
|
30474
30476
|
GetFlagsFnOutputSchema,
|
|
30475
30477
|
GetFlagsTxInputSchema,
|
|
@@ -30507,10 +30509,8 @@ var utils = {
|
|
|
30507
30509
|
ImportActionsTxOutputSchema,
|
|
30508
30510
|
ImportDataFnInputSchema,
|
|
30509
30511
|
ImportDataFnOutputSchema,
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
ImportDatabaseProgressTxInputSchema,
|
|
30513
|
-
ImportDatabaseProgressTxOutputSchema,
|
|
30512
|
+
ImportDatabaseTxInputSchema,
|
|
30513
|
+
ImportDatabaseTxOutputSchema,
|
|
30514
30514
|
ListDatabaseBackupsTxInputSchema,
|
|
30515
30515
|
ListDatabaseBackupsTxOutputSchema,
|
|
30516
30516
|
QueryBuilder,
|