wapi-client 0.6.0 → 0.6.6

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.
Files changed (26) hide show
  1. package/dist/api/base-client.d.ts +24 -24
  2. package/dist/client.d.ts +15 -0
  3. package/dist/lib/validator.d.ts +11 -11
  4. package/dist/txs/export-database/export-database.enums.d.ts +20 -0
  5. package/dist/txs/export-database/export-database.guards.d.ts +4 -0
  6. package/dist/txs/get-database-export-progress/get-database-export-progress.enums.d.ts +38 -0
  7. package/dist/txs/get-database-export-progress/get-database-export-progress.guards.d.ts +4 -0
  8. 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
  9. package/dist/txs/get-database-import-progress/get-database-import-progress.guards.d.ts +4 -0
  10. package/dist/txs/import-database/import-database.enums.d.ts +17 -0
  11. package/dist/txs/import-database/import-database.guards.d.ts +4 -0
  12. package/dist/txs/index.d.ts +30 -30
  13. package/dist/txs/list-database-exports/list-database-exports.enums.d.ts +15 -0
  14. package/dist/txs/list-database-exports/list-database-exports.guards.d.ts +4 -0
  15. package/dist/wapi-client.cjs.development.js +760 -746
  16. package/dist/wapi-client.cjs.js +7 -7
  17. package/package.json +1 -1
  18. package/dist/txs/create-database-backup/create-database-backup.enums.d.ts +0 -20
  19. package/dist/txs/create-database-backup/create-database-backup.guards.d.ts +0 -4
  20. package/dist/txs/get-database-backup-progress/get-database-backup-progress.enums.d.ts +0 -26
  21. package/dist/txs/get-database-backup-progress/get-database-backup-progress.guards.d.ts +0 -4
  22. package/dist/txs/import-database-backup/import-database-backup.enums.d.ts +0 -17
  23. package/dist/txs/import-database-backup/import-database-backup.guards.d.ts +0 -4
  24. package/dist/txs/import-database-progress/import-database-progress.guards.d.ts +0 -4
  25. package/dist/txs/list-database-backups/list-database-backups.enums.d.ts +0 -15
  26. package/dist/txs/list-database-backups/list-database-backups.guards.d.ts +0 -4
@@ -9546,8 +9546,8 @@ var require_discriminator = __commonJS({
9546
9546
  if (!tagRequired)
9547
9547
  throw new Error(`discriminator: "${tagName}" must be required`);
9548
9548
  return oneOfMapping;
9549
- function hasRequired({ required: required82 }) {
9550
- return Array.isArray(required82) && required82.includes(tagName);
9549
+ function hasRequired({ required: required83 }) {
9550
+ return Array.isArray(required83) && required83.includes(tagName);
9551
9551
  }
9552
9552
  function addMappings(sch, i) {
9553
9553
  if (sch.const) {
@@ -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
- GetDatabaseBackupProgressTxInputSchema: () => get_database_backup_progress_schema_input_default,
10961
- GetDatabaseBackupProgressTxOutputSchema: () => get_database_backup_progress_schema_output_default,
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,12 +10998,10 @@ __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
- ImportDatabaseBackupTxInputSchema: () => import_database_backup_schema_input_default,
11000
- ImportDatabaseBackupTxOutputSchema: () => import_database_backup_schema_output_default,
11001
- ImportDatabaseProgressTxInputSchema: () => import_database_progress_schema_input_default,
11002
- ImportDatabaseProgressTxOutputSchema: () => import_database_progress_schema_output_default,
11003
- ListDatabaseBackupsTxInputSchema: () => list_database_backups_schema_input_default,
11004
- ListDatabaseBackupsTxOutputSchema: () => list_database_backups_schema_output_default,
11001
+ ImportDatabaseTxInputSchema: () => import_database_schema_input_default,
11002
+ ImportDatabaseTxOutputSchema: () => import_database_schema_output_default,
11003
+ ListDatabaseExportsTxInputSchema: () => list_database_exports_schema_input_default,
11004
+ ListDatabaseExportsTxOutputSchema: () => list_database_exports_schema_output_default,
11005
11005
  QueryBuilder: () => QueryBuilder,
11006
11006
  QueryLogsTxInputSchema: () => query_logs_schema_input_default,
11007
11007
  QueryLogsTxOutputSchema: () => query_logs_schema_output_default,
@@ -19224,60 +19224,13 @@ var create_contract_schema_output_default2 = {
19224
19224
  additionalProperties: additionalProperties54
19225
19225
  };
19226
19226
 
19227
- // src/txs/create-database-backup/create-database-backup.schema.input.json
19227
+ // src/txs/create-deposit/create-deposit.schema.input.json
19228
19228
  var $schema105 = "http://json-schema.org/draft-07/schema";
19229
- var $id105 = "CreateDatabaseBackupTxInput";
19230
- var title100 = "CreateDatabaseBackupTxInput";
19231
- var description105 = "Input for createDatabaseBackup";
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 definitions53 = {
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 additionalProperties57 = false;
19253
+ var additionalProperties55 = false;
19301
19254
  var required34 = ["deposit"];
19302
19255
  var create_deposit_schema_input_default2 = {
19303
- $schema: $schema107,
19304
- $id: $id107,
19305
- title: title102,
19306
- description: description107,
19307
- type: type86,
19308
- properties: properties57,
19309
- definitions: definitions53,
19310
- additionalProperties: additionalProperties57,
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 $schema108 = "http://json-schema.org/draft-07/schema";
19316
- var $id108 = "CreateDepositTxOutput";
19317
- var title103 = "CreateDepositTxOutput";
19318
- var description108 = "The transfer of funds and optionally the destination wallet balance";
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: $schema108,
19324
- $id: $id108,
19325
- title: title103,
19326
- description: description108,
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 $schema109 = "http://json-schema.org/draft-07/schema";
19332
- var $id109 = "CreateDistributionTxInput";
19333
- var title104 = "CreateDistributionTxInput";
19334
- var description109 = "Input for createDistribution";
19335
- var type87 = "object";
19336
- var properties58 = {
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 definitions54 = {
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 additionalProperties58 = false;
19518
+ var additionalProperties56 = false;
19566
19519
  var create_distribution_schema_input_default = {
19567
- $schema: $schema109,
19568
- $id: $id109,
19569
- title: title104,
19570
- description: description109,
19571
- type: type87,
19572
- properties: properties58,
19573
- definitions: definitions54,
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: additionalProperties58
19528
+ additionalProperties: additionalProperties56
19576
19529
  };
19577
19530
 
19578
19531
  // src/txs/create-distribution/create-distribution.schema.output.json
19579
- var $schema110 = "http://json-schema.org/draft-07/schema";
19580
- var $id110 = "CreateDistributionTxOutput";
19581
- var title105 = "CreateDistributionTxOutput";
19582
- var description110 = "Output of createDistribution";
19583
- var type88 = "object";
19584
- var properties59 = {
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 additionalProperties59 = false;
19555
+ var additionalProperties57 = false;
19603
19556
  var create_distribution_schema_output_default = {
19604
- $schema: $schema110,
19605
- $id: $id110,
19606
- title: title105,
19607
- description: description110,
19608
- type: type88,
19609
- properties: properties59,
19557
+ $schema: $schema108,
19558
+ $id: $id108,
19559
+ title: title103,
19560
+ description: description108,
19561
+ type: type86,
19562
+ properties: properties57,
19610
19563
  required: required36,
19611
- additionalProperties: additionalProperties59
19564
+ additionalProperties: additionalProperties57
19612
19565
  };
19613
19566
 
19614
19567
  // src/txs/create-token/create-token.schema.input.json
19615
- var $schema111 = "http://json-schema.org/draft-07/schema";
19616
- var $id111 = "CreateTokenTxInput";
19617
- var title106 = "CreateTokenTxInput";
19618
- var description111 = "Input for createToken function";
19619
- var type89 = "object";
19620
- var properties60 = {
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 definitions55 = {
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 additionalProperties60 = false;
19620
+ var additionalProperties58 = false;
19668
19621
  var create_token_schema_input_default2 = {
19669
- $schema: $schema111,
19670
- $id: $id111,
19671
- title: title106,
19672
- description: description111,
19673
- type: type89,
19674
- properties: properties60,
19675
- definitions: definitions55,
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: additionalProperties60
19630
+ additionalProperties: additionalProperties58
19678
19631
  };
19679
19632
 
19680
19633
  // src/txs/create-token/create-token.schema.output.json
19681
- var $schema112 = "http://json-schema.org/draft-07/schema";
19682
- var $id112 = "CreateTokenTxOutput";
19683
- var title107 = "CreateTokenTxOutput";
19684
- var description112 = "The created token and respective wallet";
19685
- var type90 = "object";
19686
- var properties61 = {
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 additionalProperties61 = false;
19647
+ var additionalProperties59 = false;
19695
19648
  var required38 = ["token", "wallet"];
19696
19649
  var create_token_schema_output_default2 = {
19697
- $schema: $schema112,
19698
- $id: $id112,
19699
- title: title107,
19700
- description: description112,
19701
- type: type90,
19702
- properties: properties61,
19703
- additionalProperties: additionalProperties61,
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 $schema113 = "http://json-schema.org/draft-07/schema";
19709
- var $id113 = "CreateTransferTxInput";
19710
- var title108 = "CreateTransferTxInput";
19711
- var description113 = "Input for createTransfer";
19712
- var type91 = "object";
19713
- var properties62 = {
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 definitions56 = {
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 additionalProperties62 = false;
19881
+ var additionalProperties60 = false;
19929
19882
  var create_transfer_schema_input_default2 = {
19930
- $schema: $schema113,
19931
- $id: $id113,
19932
- title: title108,
19933
- description: description113,
19934
- type: type91,
19935
- properties: properties62,
19936
- definitions: definitions56,
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: additionalProperties62
19891
+ additionalProperties: additionalProperties60
19939
19892
  };
19940
19893
 
19941
19894
  // src/txs/create-transfer/create-transfer.schema.output.json
19942
- var $schema114 = "http://json-schema.org/draft-07/schema";
19943
- var $id114 = "CreateTransferTxOutput";
19944
- var title109 = "CreateTransferTxOutput";
19945
- var description114 = "Output of createTransfer";
19946
- var type92 = "object";
19947
- var properties63 = {
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 additionalProperties63 = false;
19914
+ var additionalProperties61 = false;
19962
19915
  var required40 = ["transfer"];
19963
19916
  var create_transfer_schema_output_default2 = {
19964
- $schema: $schema114,
19965
- $id: $id114,
19966
- title: title109,
19967
- description: description114,
19968
- type: type92,
19969
- properties: properties63,
19970
- additionalProperties: additionalProperties63,
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 $schema115 = "http://json-schema.org/draft-07/schema";
19976
- var $id115 = "CreateTransferGroupTxInput";
19977
- var title110 = "CreateTransferGroupTxInput";
19978
- var description115 = "Input for createTransferGroup";
19979
- var type93 = "object";
19980
- var properties64 = {
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 definitions57 = {
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 additionalProperties64 = false;
20146
+ var additionalProperties62 = false;
20194
20147
  var create_transfer_group_schema_input_default2 = {
20195
- $schema: $schema115,
20196
- $id: $id115,
20197
- title: title110,
20198
- description: description115,
20199
- type: type93,
20200
- properties: properties64,
20201
- definitions: definitions57,
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: additionalProperties64
20156
+ additionalProperties: additionalProperties62
20204
20157
  };
20205
20158
 
20206
20159
  // src/txs/create-transfer-group/create-transfer-group.schema.output.json
20207
- var $schema116 = "http://json-schema.org/draft-07/schema";
20208
- var $id116 = "CreateTransferGroupTxOutput";
20209
- var title111 = "CreateTransferGroupTxOutput";
20210
- var description116 = "Output of createTransferGroup";
20211
- var type94 = "object";
20212
- var properties65 = {
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,27 +20175,27 @@ var properties65 = {
20222
20175
  }
20223
20176
  };
20224
20177
  var required42 = ["transfer_group"];
20225
- var additionalProperties65 = false;
20178
+ var additionalProperties63 = false;
20226
20179
  var create_transfer_group_schema_output_default2 = {
20227
- $schema: $schema116,
20228
- $id: $id116,
20229
- title: title111,
20230
- description: description116,
20231
- type: type94,
20232
- properties: properties65,
20180
+ $schema: $schema114,
20181
+ $id: $id114,
20182
+ title: title109,
20183
+ description: description114,
20184
+ type: type92,
20185
+ properties: properties63,
20233
20186
  required: required42,
20234
- additionalProperties: additionalProperties65
20187
+ additionalProperties: additionalProperties63
20235
20188
  };
20236
20189
 
20237
20190
  // src/txs/create-transfer-many/create-transfer-many.schema.input.json
20238
- var $schema117 = "http://json-schema.org/draft-07/schema";
20239
- var $id117 = "CreateTransferManyTxInput";
20240
- var title112 = "CreateTransferManyTxInput";
20241
- var description117 = "Input for CreateTransferMany";
20242
- var type95 = "object";
20243
- var properties66 = {
20244
- transfers: {
20245
- description: "An array of transfers",
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 = {
20197
+ transfers: {
20198
+ description: "An array of transfers",
20246
20199
  type: "array",
20247
20200
  items: {
20248
20201
  $ref: "/txs/create-transfer/create-transfer.schema.input.json#/definitions/transfer_data"
@@ -20252,7 +20205,7 @@ var properties66 = {
20252
20205
  $ref: "#/definitions/create_transfer_many_tx_options"
20253
20206
  }
20254
20207
  };
20255
- var definitions58 = {
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 additionalProperties66 = false;
20246
+ var additionalProperties64 = false;
20294
20247
  var create_transfer_many_schema_input_default = {
20295
- $schema: $schema117,
20296
- $id: $id117,
20297
- title: title112,
20298
- description: description117,
20299
- type: type95,
20300
- properties: properties66,
20301
- definitions: definitions58,
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: additionalProperties66
20256
+ additionalProperties: additionalProperties64
20304
20257
  };
20305
20258
 
20306
20259
  // src/txs/create-transfer-many/create-transfer-many.schema.output.json
20307
- var $schema118 = "http://json-schema.org/draft-07/schema";
20308
- var $id118 = "CreateTransferManyTxOutput";
20309
- var title113 = "CreateTransferManyTxOutput";
20310
- var description118 = "Output of CreateTransferMany";
20311
- var type96 = "object";
20312
- var properties67 = {
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 additionalProperties67 = false;
20289
+ var additionalProperties65 = false;
20337
20290
  var create_transfer_many_schema_output_default = {
20338
- $schema: $schema118,
20339
- $id: $id118,
20340
- title: title113,
20341
- description: description118,
20342
- type: type96,
20343
- properties: properties67,
20291
+ $schema: $schema116,
20292
+ $id: $id116,
20293
+ title: title111,
20294
+ description: description116,
20295
+ type: type94,
20296
+ properties: properties65,
20344
20297
  required: required44,
20345
- additionalProperties: additionalProperties67
20298
+ additionalProperties: additionalProperties65
20346
20299
  };
20347
20300
 
20348
20301
  // src/txs/create-wallet/create-wallet.schema.input.json
20349
- var $schema119 = "http://json-schema.org/draft-07/schema";
20350
- var $id119 = "CreateWalletTxInput";
20351
- var title114 = "CreateWalletTxInput";
20352
- var description119 = "Input for createWallet";
20353
- var type97 = "object";
20354
- var properties68 = {
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 definitions59 = {
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 additionalProperties68 = false;
20322
+ var additionalProperties66 = false;
20370
20323
  var required45 = ["wallet"];
20371
20324
  var create_wallet_schema_input_default2 = {
20372
- $schema: $schema119,
20373
- $id: $id119,
20374
- title: title114,
20375
- description: description119,
20376
- type: type97,
20377
- properties: properties68,
20378
- definitions: definitions59,
20379
- additionalProperties: additionalProperties68,
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 $schema120 = "http://json-schema.org/draft-07/schema";
20385
- var $id120 = "CreateWalletTxOutput";
20386
- var title115 = "CreateWalletTxOutput";
20387
- var description120 = "The created wallet";
20388
- var type98 = "object";
20389
- var properties69 = {
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 additionalProperties69 = false;
20345
+ var additionalProperties67 = false;
20393
20346
  var required46 = ["wallet"];
20394
20347
  var create_wallet_schema_output_default2 = {
20395
- $schema: $schema120,
20396
- $id: $id120,
20397
- title: title115,
20398
- description: description120,
20399
- type: type98,
20400
- properties: properties69,
20401
- additionalProperties: additionalProperties69,
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 $schema121 = "http://json-schema.org/draft-07/schema";
20407
- var $id121 = "CreateWithdrawalTxInput";
20408
- var title116 = "CreateWithdrawalTxInput";
20409
- var description121 = "Input for createWithdrawal";
20410
- var type99 = "object";
20411
- var properties70 = {
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 definitions60 = {
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 additionalProperties70 = false;
20385
+ var additionalProperties68 = false;
20433
20386
  var create_withdrawal_schema_input_default2 = {
20434
- $schema: $schema121,
20435
- $id: $id121,
20436
- title: title116,
20437
- description: description121,
20438
- type: type99,
20439
- properties: properties70,
20440
- definitions: definitions60,
20387
+ $schema: $schema119,
20388
+ $id: $id119,
20389
+ title: title114,
20390
+ description: description119,
20391
+ type: type97,
20392
+ properties: properties68,
20393
+ definitions: definitions59,
20441
20394
  required: required47,
20442
- additionalProperties: additionalProperties70
20395
+ additionalProperties: additionalProperties68
20443
20396
  };
20444
20397
 
20445
20398
  // src/txs/create-withdrawal/create-withdrawal.schema.output.json
20446
- var $schema122 = "http://json-schema.org/draft-07/schema";
20447
- var $id122 = "CreateWithdrawalTxOutput";
20448
- var title117 = "CreateWithdrawalTxOutput";
20449
- var description122 = "Output of createWithdrawal";
20399
+ var $schema120 = "http://json-schema.org/draft-07/schema";
20400
+ var $id120 = "CreateWithdrawalTxOutput";
20401
+ var title115 = "CreateWithdrawalTxOutput";
20402
+ var description120 = "Output of createWithdrawal";
20450
20403
  var allOf12 = [
20451
20404
  { $ref: "/txs/create-transfer/create-transfer.schema.output.json" }
20452
20405
  ];
20453
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 = {
20429
+ $schema: $schema121,
20430
+ $id: $id121,
20431
+ title: title116,
20432
+ description: description121,
20433
+ type: type98,
20434
+ properties: properties69,
20435
+ definitions: definitions60,
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
+ }
20449
+ };
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
- allOf: allOf12
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-backup-progress/get-database-backup-progress.schema.input.json
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 = "GetDatabaseBackupProgressTxInput";
22787
- var title134 = "GetDatabaseBackupProgressTxInput";
22788
- var description139 = "Input for getDatabaseBackupProgress";
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 get_database_backup_progress_schema_input_default = {
22814
+ var get_database_export_progress_schema_input_default = {
22815
22815
  $schema: $schema139,
22816
22816
  $id: $id139,
22817
22817
  title: title134,
@@ -22822,51 +22822,65 @@ var get_database_backup_progress_schema_input_default = {
22822
22822
  additionalProperties: additionalProperties87
22823
22823
  };
22824
22824
 
22825
- // src/txs/get-database-backup-progress/get-database-backup-progress.schema.output.json
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 = "GetDatabaseBackupProgressTxOutput";
22828
- var title135 = "GetDatabaseBackupProgressTxOutput";
22829
- var description140 = "Output of getDatabaseBackupProgress";
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: {
22833
22833
  type: "number",
22834
22834
  description: "Size of a exported backup in MB"
22835
+ },
22836
+ started: {
22837
+ type: "boolean",
22838
+ description: "Boolean indicating if export has started"
22839
+ },
22840
+ finished: {
22841
+ type: "boolean",
22842
+ description: "Boolean indicating if export has finished"
22843
+ },
22844
+ error: {
22845
+ type: "string",
22846
+ description: "Error message in case one occurs"
22835
22847
  }
22836
22848
  };
22849
+ var required58 = ["size", "started", "finished"];
22837
22850
  var additionalProperties88 = false;
22838
- var get_database_backup_progress_schema_output_default = {
22851
+ var get_database_export_progress_schema_output_default = {
22839
22852
  $schema: $schema140,
22840
22853
  $id: $id140,
22841
22854
  title: title135,
22842
22855
  description: description140,
22843
22856
  type: type117,
22844
22857
  properties: properties88,
22858
+ required: required58,
22845
22859
  additionalProperties: additionalProperties88
22846
22860
  };
22847
22861
 
22848
- // src/txs/get-flags/get-flags.schema.input.json
22862
+ // src/txs/get-database-import-progress/get-database-import-progress.schema.input.json
22849
22863
  var $schema141 = "http://json-schema.org/draft-07/schema";
22850
- var $id141 = "GetFlagsTxInput";
22851
- var title136 = "GetFlagsTxInput";
22852
- var description141 = "Input for getFlags";
22864
+ var $id141 = "GetDatabaseImportProgressTxInput";
22865
+ var title136 = "GetDatabaseImportProgressTxInput";
22866
+ var description141 = "Input for GetDatabaseImportProgress";
22853
22867
  var type118 = "object";
22854
22868
  var properties89 = {
22855
22869
  options: {
22856
- $ref: "#/definitions/get_flags_tx_options"
22870
+ $ref: "#/definitions/import_database_progress_tx_options"
22857
22871
  }
22858
22872
  };
22859
22873
  var definitions73 = {
22860
- get_flags_tx_options: {
22874
+ import_database_progress_tx_options: {
22861
22875
  allOf: [
22862
22876
  {
22863
- $ref: "/txs/tx-consts.schema.json#/definitions/i_tx_general_options_without_tx"
22877
+ $ref: "/txs/tx-consts.schema.json#/definitions/i_tx_general_options"
22864
22878
  }
22865
22879
  ]
22866
22880
  }
22867
22881
  };
22868
22882
  var additionalProperties89 = false;
22869
- var get_flags_schema_input_default2 = {
22883
+ var get_database_import_progress_schema_input_default = {
22870
22884
  $schema: $schema141,
22871
22885
  $id: $id141,
22872
22886
  title: title136,
@@ -22877,19 +22891,20 @@ var get_flags_schema_input_default2 = {
22877
22891
  additionalProperties: additionalProperties89
22878
22892
  };
22879
22893
 
22880
- // src/txs/get-flags/get-flags.schema.output.json
22894
+ // src/txs/get-database-import-progress/get-database-import-progress.schema.output.json
22881
22895
  var $schema142 = "http://json-schema.org/draft-07/schema";
22882
- var $id142 = "GetFlagsTxOutput";
22883
- var title137 = "GetFlagsTxOutput";
22884
- var description142 = "Output of getFlags";
22896
+ var $id142 = "GetDatabaseImportProgressTxOutput";
22897
+ var title137 = "GetDatabaseImportProgressTxOutput";
22898
+ var description142 = "Output of GetDatabaseImportProgress";
22885
22899
  var type119 = "object";
22886
22900
  var properties90 = {
22887
- flags: {
22888
- $ref: "/db/consts.schema.json#/definitions/Flags"
22901
+ progress: {
22902
+ type: "number",
22903
+ description: "Percentage of imported database"
22889
22904
  }
22890
22905
  };
22891
22906
  var additionalProperties90 = false;
22892
- var get_flags_schema_output_default2 = {
22907
+ var get_database_import_progress_schema_output_default = {
22893
22908
  $schema: $schema142,
22894
22909
  $id: $id142,
22895
22910
  title: title137,
@@ -22899,13 +22914,67 @@ var get_flags_schema_output_default2 = {
22899
22914
  additionalProperties: additionalProperties90
22900
22915
  };
22901
22916
 
22902
- // src/txs/get-statistics/get-statistics.schema.input.json
22917
+ // src/txs/get-flags/get-flags.schema.input.json
22903
22918
  var $schema143 = "http://json-schema.org/draft-07/schema";
22904
- var $id143 = "GetStatisticsTxInput";
22905
- var title138 = "GetStatisticsTxInput";
22906
- var description143 = "Input for getStatistics";
22919
+ var $id143 = "GetFlagsTxInput";
22920
+ var title138 = "GetFlagsTxInput";
22921
+ var description143 = "Input for getFlags";
22907
22922
  var type120 = "object";
22908
22923
  var properties91 = {
22924
+ options: {
22925
+ $ref: "#/definitions/get_flags_tx_options"
22926
+ }
22927
+ };
22928
+ var definitions74 = {
22929
+ get_flags_tx_options: {
22930
+ allOf: [
22931
+ {
22932
+ $ref: "/txs/tx-consts.schema.json#/definitions/i_tx_general_options_without_tx"
22933
+ }
22934
+ ]
22935
+ }
22936
+ };
22937
+ var additionalProperties91 = false;
22938
+ var get_flags_schema_input_default2 = {
22939
+ $schema: $schema143,
22940
+ $id: $id143,
22941
+ title: title138,
22942
+ description: description143,
22943
+ type: type120,
22944
+ properties: properties91,
22945
+ definitions: definitions74,
22946
+ additionalProperties: additionalProperties91
22947
+ };
22948
+
22949
+ // src/txs/get-flags/get-flags.schema.output.json
22950
+ var $schema144 = "http://json-schema.org/draft-07/schema";
22951
+ var $id144 = "GetFlagsTxOutput";
22952
+ var title139 = "GetFlagsTxOutput";
22953
+ var description144 = "Output of getFlags";
22954
+ var type121 = "object";
22955
+ var properties92 = {
22956
+ flags: {
22957
+ $ref: "/db/consts.schema.json#/definitions/Flags"
22958
+ }
22959
+ };
22960
+ var additionalProperties92 = false;
22961
+ var get_flags_schema_output_default2 = {
22962
+ $schema: $schema144,
22963
+ $id: $id144,
22964
+ title: title139,
22965
+ description: description144,
22966
+ type: type121,
22967
+ properties: properties92,
22968
+ additionalProperties: additionalProperties92
22969
+ };
22970
+
22971
+ // src/txs/get-statistics/get-statistics.schema.input.json
22972
+ var $schema145 = "http://json-schema.org/draft-07/schema";
22973
+ var $id145 = "GetStatisticsTxInput";
22974
+ var title140 = "GetStatisticsTxInput";
22975
+ var description145 = "Input for getStatistics";
22976
+ var type122 = "object";
22977
+ var properties93 = {
22909
22978
  model: {
22910
22979
  $ref: "#/definitions/statistics_model"
22911
22980
  },
@@ -22922,7 +22991,7 @@ var properties91 = {
22922
22991
  $ref: "#/definitions/get_statistics_tx_options"
22923
22992
  }
22924
22993
  };
22925
- var definitions74 = {
22994
+ var definitions75 = {
22926
22995
  get_statistics_tx_options: {
22927
22996
  description: "Optional flags for input",
22928
22997
  type: "object",
@@ -23019,51 +23088,51 @@ var definitions74 = {
23019
23088
  $typescript: '{"additionalProperties":false}'
23020
23089
  }
23021
23090
  };
23022
- var additionalProperties91 = false;
23091
+ var additionalProperties93 = false;
23023
23092
  var get_statistics_schema_input_default2 = {
23024
- $schema: $schema143,
23025
- $id: $id143,
23026
- title: title138,
23027
- description: description143,
23028
- type: type120,
23029
- properties: properties91,
23030
- definitions: definitions74,
23031
- additionalProperties: additionalProperties91
23093
+ $schema: $schema145,
23094
+ $id: $id145,
23095
+ title: title140,
23096
+ description: description145,
23097
+ type: type122,
23098
+ properties: properties93,
23099
+ definitions: definitions75,
23100
+ additionalProperties: additionalProperties93
23032
23101
  };
23033
23102
 
23034
23103
  // src/txs/get-statistics/get-statistics.schema.output.json
23035
- var $schema144 = "http://json-schema.org/draft-07/schema";
23036
- var $id144 = "GetStatisticsTxOutput";
23037
- var title139 = "GetStatisticsTxOutput";
23038
- var description144 = "Output of getStatistics";
23039
- var type121 = "object";
23040
- var properties92 = {
23104
+ var $schema146 = "http://json-schema.org/draft-07/schema";
23105
+ var $id146 = "GetStatisticsTxOutput";
23106
+ var title141 = "GetStatisticsTxOutput";
23107
+ var description146 = "Output of getStatistics";
23108
+ var type123 = "object";
23109
+ var properties94 = {
23041
23110
  rows: {
23042
23111
  $ref: "/txs/tx-consts.schema.json#/definitions/i_tx_aggregate_results"
23043
23112
  }
23044
23113
  };
23045
- var definitions75 = {};
23046
- var required58 = ["rows"];
23047
- var additionalProperties92 = false;
23114
+ var definitions76 = {};
23115
+ var required59 = ["rows"];
23116
+ var additionalProperties94 = false;
23048
23117
  var get_statistics_schema_output_default2 = {
23049
- $schema: $schema144,
23050
- $id: $id144,
23051
- title: title139,
23052
- description: description144,
23053
- type: type121,
23054
- properties: properties92,
23055
- definitions: definitions75,
23056
- required: required58,
23057
- additionalProperties: additionalProperties92
23118
+ $schema: $schema146,
23119
+ $id: $id146,
23120
+ title: title141,
23121
+ description: description146,
23122
+ type: type123,
23123
+ properties: properties94,
23124
+ definitions: definitions76,
23125
+ required: required59,
23126
+ additionalProperties: additionalProperties94
23058
23127
  };
23059
23128
 
23060
23129
  // src/txs/get-token/get-token.schema.input.json
23061
- var $schema145 = "http://json-schema.org/draft-07/schema";
23062
- var $id145 = "GetTokenTxInput";
23063
- var title140 = "GetTokenTxInput";
23064
- var description145 = "Input for getToken";
23065
- var type122 = "object";
23066
- var properties93 = {
23130
+ var $schema147 = "http://json-schema.org/draft-07/schema";
23131
+ var $id147 = "GetTokenTxInput";
23132
+ var title142 = "GetTokenTxInput";
23133
+ var description147 = "Input for getToken";
23134
+ var type124 = "object";
23135
+ var properties95 = {
23067
23136
  token: {
23068
23137
  $ref: "#/definitions/unique_token_filter"
23069
23138
  },
@@ -23071,7 +23140,7 @@ var properties93 = {
23071
23140
  $ref: "#/definitions/get_token_tx_options"
23072
23141
  }
23073
23142
  };
23074
- var definitions76 = {
23143
+ var definitions77 = {
23075
23144
  get_token_tx_options: {
23076
23145
  allOf: [
23077
23146
  {
@@ -23146,33 +23215,33 @@ var definitions76 = {
23146
23215
  additionalProperties: false
23147
23216
  }
23148
23217
  };
23149
- var required59 = ["token"];
23150
- var additionalProperties93 = false;
23218
+ var required60 = ["token"];
23219
+ var additionalProperties95 = false;
23151
23220
  var get_token_schema_input_default2 = {
23152
- $schema: $schema145,
23153
- $id: $id145,
23154
- title: title140,
23155
- description: description145,
23156
- type: type122,
23157
- properties: properties93,
23158
- definitions: definitions76,
23159
- required: required59,
23160
- additionalProperties: additionalProperties93
23221
+ $schema: $schema147,
23222
+ $id: $id147,
23223
+ title: title142,
23224
+ description: description147,
23225
+ type: type124,
23226
+ properties: properties95,
23227
+ definitions: definitions77,
23228
+ required: required60,
23229
+ additionalProperties: additionalProperties95
23161
23230
  };
23162
23231
 
23163
23232
  // src/txs/get-token/get-token.schema.output.json
23164
- var $schema146 = "http://json-schema.org/draft-07/schema";
23165
- var $id146 = "GetTokenTxOutput";
23166
- var title141 = "GetTokenTxOutput";
23167
- var description146 = "Output of getToken";
23168
- var type123 = "object";
23169
- var properties94 = {
23233
+ var $schema148 = "http://json-schema.org/draft-07/schema";
23234
+ var $id148 = "GetTokenTxOutput";
23235
+ var title143 = "GetTokenTxOutput";
23236
+ var description148 = "Output of getToken";
23237
+ var type125 = "object";
23238
+ var properties96 = {
23170
23239
  token: {
23171
23240
  description: "requested token",
23172
23241
  $ref: "#/definitions/token"
23173
23242
  }
23174
23243
  };
23175
- var definitions77 = {
23244
+ var definitions78 = {
23176
23245
  token: {
23177
23246
  properties: {
23178
23247
  id: {
@@ -23214,25 +23283,25 @@ var definitions77 = {
23214
23283
  additionalProperties: false
23215
23284
  }
23216
23285
  };
23217
- var additionalProperties94 = false;
23286
+ var additionalProperties96 = false;
23218
23287
  var get_token_schema_output_default2 = {
23219
- $schema: $schema146,
23220
- $id: $id146,
23221
- title: title141,
23222
- description: description146,
23223
- type: type123,
23224
- properties: properties94,
23225
- definitions: definitions77,
23226
- additionalProperties: additionalProperties94
23288
+ $schema: $schema148,
23289
+ $id: $id148,
23290
+ title: title143,
23291
+ description: description148,
23292
+ type: type125,
23293
+ properties: properties96,
23294
+ definitions: definitions78,
23295
+ additionalProperties: additionalProperties96
23227
23296
  };
23228
23297
 
23229
23298
  // src/txs/get-token-many/get-token-many.schema.input.json
23230
- var $schema147 = "http://json-schema.org/draft-07/schema";
23231
- var $id147 = "GetTokenManyTxInput";
23232
- var title142 = "GetTokenManyTxInput";
23233
- var description147 = "Input for getTokenMany";
23234
- var type124 = "object";
23235
- var properties95 = {
23299
+ var $schema149 = "http://json-schema.org/draft-07/schema";
23300
+ var $id149 = "GetTokenManyTxInput";
23301
+ var title144 = "GetTokenManyTxInput";
23302
+ var description149 = "Input for getTokenMany";
23303
+ var type126 = "object";
23304
+ var properties97 = {
23236
23305
  tokens: {
23237
23306
  type: "array",
23238
23307
  items: {
@@ -23243,7 +23312,7 @@ var properties95 = {
23243
23312
  $ref: "#/definitions/get_token_many_tx_options"
23244
23313
  }
23245
23314
  };
23246
- var definitions78 = {
23315
+ var definitions79 = {
23247
23316
  get_token_many_tx_options: {
23248
23317
  allOf: [
23249
23318
  {
@@ -23275,27 +23344,27 @@ var definitions78 = {
23275
23344
  $typescript: '{"additionalProperties": false}'
23276
23345
  }
23277
23346
  };
23278
- var required60 = ["tokens"];
23279
- var additionalProperties95 = false;
23347
+ var required61 = ["tokens"];
23348
+ var additionalProperties97 = false;
23280
23349
  var get_token_many_schema_input_default = {
23281
- $schema: $schema147,
23282
- $id: $id147,
23283
- title: title142,
23284
- description: description147,
23285
- type: type124,
23286
- properties: properties95,
23287
- definitions: definitions78,
23288
- required: required60,
23289
- additionalProperties: additionalProperties95
23350
+ $schema: $schema149,
23351
+ $id: $id149,
23352
+ title: title144,
23353
+ description: description149,
23354
+ type: type126,
23355
+ properties: properties97,
23356
+ definitions: definitions79,
23357
+ required: required61,
23358
+ additionalProperties: additionalProperties97
23290
23359
  };
23291
23360
 
23292
23361
  // src/txs/get-token-many/get-token-many.schema.output.json
23293
- var $schema148 = "http://json-schema.org/draft-07/schema";
23294
- var $id148 = "GetTokenManyTxOutput";
23295
- var title143 = "GetTokenManyTxOutput";
23296
- var description148 = "Output of getTokenMany";
23297
- var type125 = "object";
23298
- var properties96 = {
23362
+ var $schema150 = "http://json-schema.org/draft-07/schema";
23363
+ var $id150 = "GetTokenManyTxOutput";
23364
+ var title145 = "GetTokenManyTxOutput";
23365
+ var description150 = "Output of getTokenMany";
23366
+ var type127 = "object";
23367
+ var properties98 = {
23299
23368
  tokens: {
23300
23369
  type: "array",
23301
23370
  items: {
@@ -23303,7 +23372,7 @@ var properties96 = {
23303
23372
  }
23304
23373
  }
23305
23374
  };
23306
- var definitions79 = {
23375
+ var definitions80 = {
23307
23376
  TokenResult: {
23308
23377
  anyOf: [
23309
23378
  {
@@ -23318,27 +23387,27 @@ var definitions79 = {
23318
23387
  ]
23319
23388
  }
23320
23389
  };
23321
- var required61 = ["tokens"];
23322
- var additionalProperties96 = false;
23390
+ var required62 = ["tokens"];
23391
+ var additionalProperties98 = false;
23323
23392
  var get_token_many_schema_output_default = {
23324
- $schema: $schema148,
23325
- $id: $id148,
23326
- title: title143,
23327
- description: description148,
23328
- type: type125,
23329
- properties: properties96,
23330
- definitions: definitions79,
23331
- required: required61,
23332
- additionalProperties: additionalProperties96
23393
+ $schema: $schema150,
23394
+ $id: $id150,
23395
+ title: title145,
23396
+ description: description150,
23397
+ type: type127,
23398
+ properties: properties98,
23399
+ definitions: definitions80,
23400
+ required: required62,
23401
+ additionalProperties: additionalProperties98
23333
23402
  };
23334
23403
 
23335
23404
  // src/txs/get-transfer/get-transfer.schema.input.json
23336
- var $schema149 = "http://json-schema.org/draft-07/schema";
23337
- var $id149 = "GetTransferTxInput";
23338
- var title144 = "GetTransferTxInput";
23339
- var description149 = "Input for getTransfer";
23340
- var type126 = "object";
23341
- var properties97 = {
23405
+ var $schema151 = "http://json-schema.org/draft-07/schema";
23406
+ var $id151 = "GetTransferTxInput";
23407
+ var title146 = "GetTransferTxInput";
23408
+ var description151 = "Input for getTransfer";
23409
+ var type128 = "object";
23410
+ var properties99 = {
23342
23411
  transfer: {
23343
23412
  $ref: "#/definitions/unique_transfer_filter"
23344
23413
  },
@@ -23346,7 +23415,7 @@ var properties97 = {
23346
23415
  $ref: "#/definitions/get_transfer_tx_options"
23347
23416
  }
23348
23417
  };
23349
- var definitions80 = {
23418
+ var definitions81 = {
23350
23419
  get_transfer_tx_options: {
23351
23420
  allOf: [
23352
23421
  {
@@ -23398,32 +23467,32 @@ var definitions80 = {
23398
23467
  additionalProperties: false
23399
23468
  }
23400
23469
  };
23401
- var required62 = ["transfer"];
23402
- var additionalProperties97 = false;
23470
+ var required63 = ["transfer"];
23471
+ var additionalProperties99 = false;
23403
23472
  var get_transfer_schema_input_default2 = {
23404
- $schema: $schema149,
23405
- $id: $id149,
23406
- title: title144,
23407
- description: description149,
23408
- type: type126,
23409
- properties: properties97,
23410
- definitions: definitions80,
23411
- required: required62,
23412
- additionalProperties: additionalProperties97
23473
+ $schema: $schema151,
23474
+ $id: $id151,
23475
+ title: title146,
23476
+ description: description151,
23477
+ type: type128,
23478
+ properties: properties99,
23479
+ definitions: definitions81,
23480
+ required: required63,
23481
+ additionalProperties: additionalProperties99
23413
23482
  };
23414
23483
 
23415
23484
  // src/txs/get-transfer/get-transfer.schema.output.json
23416
- var $schema150 = "http://json-schema.org/draft-07/schema";
23417
- var $id150 = "GetTransferTxOutput";
23418
- var title145 = "GetTransferTxOutput";
23419
- var description150 = "Output of getTransfer";
23420
- var type127 = "object";
23421
- var properties98 = {
23485
+ var $schema152 = "http://json-schema.org/draft-07/schema";
23486
+ var $id152 = "GetTransferTxOutput";
23487
+ var title147 = "GetTransferTxOutput";
23488
+ var description152 = "Output of getTransfer";
23489
+ var type129 = "object";
23490
+ var properties100 = {
23422
23491
  transfer: {
23423
23492
  $ref: "#/definitions/transfer"
23424
23493
  }
23425
23494
  };
23426
- var definitions81 = {
23495
+ var definitions82 = {
23427
23496
  transfer: {
23428
23497
  type: "object",
23429
23498
  description: "requested transfer",
@@ -23638,25 +23707,25 @@ var definitions81 = {
23638
23707
  additionalProperties: false
23639
23708
  }
23640
23709
  };
23641
- var additionalProperties98 = false;
23710
+ var additionalProperties100 = false;
23642
23711
  var get_transfer_schema_output_default2 = {
23643
- $schema: $schema150,
23644
- $id: $id150,
23645
- title: title145,
23646
- description: description150,
23647
- type: type127,
23648
- properties: properties98,
23649
- definitions: definitions81,
23650
- additionalProperties: additionalProperties98
23712
+ $schema: $schema152,
23713
+ $id: $id152,
23714
+ title: title147,
23715
+ description: description152,
23716
+ type: type129,
23717
+ properties: properties100,
23718
+ definitions: definitions82,
23719
+ additionalProperties: additionalProperties100
23651
23720
  };
23652
23721
 
23653
23722
  // src/txs/get-transfer-group/get-transfer-group.schema.input.json
23654
- var $schema151 = "http://json-schema.org/draft-07/schema";
23655
- var $id151 = "GetTransferGroupTxInput";
23656
- var title146 = "GetTransferGroupTxInput";
23657
- var description151 = "Input for getTransferGroup";
23658
- var type128 = "object";
23659
- var properties99 = {
23723
+ var $schema153 = "http://json-schema.org/draft-07/schema";
23724
+ var $id153 = "GetTransferGroupTxInput";
23725
+ var title148 = "GetTransferGroupTxInput";
23726
+ var description153 = "Input for getTransferGroup";
23727
+ var type130 = "object";
23728
+ var properties101 = {
23660
23729
  transfer_group: {
23661
23730
  $ref: "#/definitions/unique_transfer_group_filter"
23662
23731
  },
@@ -23664,7 +23733,7 @@ var properties99 = {
23664
23733
  $ref: "#/definitions/get_transfer_group_tx_options"
23665
23734
  }
23666
23735
  };
23667
- var definitions82 = {
23736
+ var definitions83 = {
23668
23737
  get_transfer_group_tx_options: {
23669
23738
  allOf: [
23670
23739
  {
@@ -23737,32 +23806,32 @@ var definitions82 = {
23737
23806
  additionalProperties: false
23738
23807
  }
23739
23808
  };
23740
- var required63 = ["transfer_group"];
23741
- var additionalProperties99 = false;
23742
- var get_transfer_group_schema_input_default2 = {
23743
- $schema: $schema151,
23744
- $id: $id151,
23745
- title: title146,
23746
- description: description151,
23747
- type: type128,
23748
- properties: properties99,
23749
- definitions: definitions82,
23750
- required: required63,
23751
- additionalProperties: additionalProperties99
23809
+ var required64 = ["transfer_group"];
23810
+ var additionalProperties101 = false;
23811
+ var get_transfer_group_schema_input_default2 = {
23812
+ $schema: $schema153,
23813
+ $id: $id153,
23814
+ title: title148,
23815
+ description: description153,
23816
+ type: type130,
23817
+ properties: properties101,
23818
+ definitions: definitions83,
23819
+ required: required64,
23820
+ additionalProperties: additionalProperties101
23752
23821
  };
23753
23822
 
23754
23823
  // src/txs/get-transfer-group/get-transfer-group.schema.output.json
23755
- var $schema152 = "http://json-schema.org/draft-07/schema";
23756
- var $id152 = "GetTransferGroupTxOutput";
23757
- var title147 = "GetTransferGroupTxOutput";
23758
- var description152 = "Output of getTransferGroup";
23759
- var type129 = "object";
23760
- var properties100 = {
23824
+ var $schema154 = "http://json-schema.org/draft-07/schema";
23825
+ var $id154 = "GetTransferGroupTxOutput";
23826
+ var title149 = "GetTransferGroupTxOutput";
23827
+ var description154 = "Output of getTransferGroup";
23828
+ var type131 = "object";
23829
+ var properties102 = {
23761
23830
  transfer_group: {
23762
23831
  $ref: "#/definitions/transfer_group"
23763
23832
  }
23764
23833
  };
23765
- var definitions83 = {
23834
+ var definitions84 = {
23766
23835
  transfer_group: {
23767
23836
  description: "requested transfer_group",
23768
23837
  properties: {
@@ -23811,25 +23880,25 @@ var definitions83 = {
23811
23880
  required: ["id"]
23812
23881
  }
23813
23882
  };
23814
- var additionalProperties100 = false;
23883
+ var additionalProperties102 = false;
23815
23884
  var get_transfer_group_schema_output_default2 = {
23816
- $schema: $schema152,
23817
- $id: $id152,
23818
- title: title147,
23819
- description: description152,
23820
- type: type129,
23821
- properties: properties100,
23822
- definitions: definitions83,
23823
- additionalProperties: additionalProperties100
23885
+ $schema: $schema154,
23886
+ $id: $id154,
23887
+ title: title149,
23888
+ description: description154,
23889
+ type: type131,
23890
+ properties: properties102,
23891
+ definitions: definitions84,
23892
+ additionalProperties: additionalProperties102
23824
23893
  };
23825
23894
 
23826
23895
  // src/txs/get-wallet/get-wallet.schema.input.json
23827
- var $schema153 = "http://json-schema.org/draft-07/schema";
23828
- var $id153 = "GetWalletTxInput";
23829
- var title148 = "GetWalletTxInput";
23830
- var description153 = "Input for getWallet";
23831
- var type130 = "object";
23832
- var properties101 = {
23896
+ var $schema155 = "http://json-schema.org/draft-07/schema";
23897
+ var $id155 = "GetWalletTxInput";
23898
+ var title150 = "GetWalletTxInput";
23899
+ var description155 = "Input for getWallet";
23900
+ var type132 = "object";
23901
+ var properties103 = {
23833
23902
  wallet: {
23834
23903
  $ref: "#/definitions/unique_wallet_filter"
23835
23904
  },
@@ -23837,7 +23906,7 @@ var properties101 = {
23837
23906
  $ref: "#/definitions/get_wallet_tx_options"
23838
23907
  }
23839
23908
  };
23840
- var definitions84 = {
23909
+ var definitions85 = {
23841
23910
  get_wallet_tx_options: {
23842
23911
  allOf: [
23843
23912
  {
@@ -23915,27 +23984,27 @@ var definitions84 = {
23915
23984
  additionalProperties: false
23916
23985
  }
23917
23986
  };
23918
- var required64 = ["wallet"];
23919
- var additionalProperties101 = false;
23987
+ var required65 = ["wallet"];
23988
+ var additionalProperties103 = false;
23920
23989
  var get_wallet_schema_input_default2 = {
23921
- $schema: $schema153,
23922
- $id: $id153,
23923
- title: title148,
23924
- description: description153,
23925
- type: type130,
23926
- properties: properties101,
23927
- definitions: definitions84,
23928
- required: required64,
23929
- additionalProperties: additionalProperties101
23990
+ $schema: $schema155,
23991
+ $id: $id155,
23992
+ title: title150,
23993
+ description: description155,
23994
+ type: type132,
23995
+ properties: properties103,
23996
+ definitions: definitions85,
23997
+ required: required65,
23998
+ additionalProperties: additionalProperties103
23930
23999
  };
23931
24000
 
23932
24001
  // src/txs/get-wallet/get-wallet.schema.output.json
23933
- var $schema154 = "http://json-schema.org/draft-07/schema";
23934
- var $id154 = "GetWalletTxOutput";
23935
- var title149 = "GetWalletTxOutput";
23936
- var description154 = "Output of getWallet";
23937
- var type131 = "object";
23938
- var properties102 = {
24002
+ var $schema156 = "http://json-schema.org/draft-07/schema";
24003
+ var $id156 = "GetWalletTxOutput";
24004
+ var title151 = "GetWalletTxOutput";
24005
+ var description156 = "Output of getWallet";
24006
+ var type133 = "object";
24007
+ var properties104 = {
23939
24008
  wallet: {
23940
24009
  description: "requested wallet",
23941
24010
  anyOf: [
@@ -23948,24 +24017,24 @@ var properties102 = {
23948
24017
  ]
23949
24018
  }
23950
24019
  };
23951
- var additionalProperties102 = false;
24020
+ var additionalProperties104 = false;
23952
24021
  var get_wallet_schema_output_default2 = {
23953
- $schema: $schema154,
23954
- $id: $id154,
23955
- title: title149,
23956
- description: description154,
23957
- type: type131,
23958
- properties: properties102,
23959
- additionalProperties: additionalProperties102
24022
+ $schema: $schema156,
24023
+ $id: $id156,
24024
+ title: title151,
24025
+ description: description156,
24026
+ type: type133,
24027
+ properties: properties104,
24028
+ additionalProperties: additionalProperties104
23960
24029
  };
23961
24030
 
23962
24031
  // src/txs/get-wallet-many/get-wallet-many.schema.input.json
23963
- var $schema155 = "http://json-schema.org/draft-07/schema";
23964
- var $id155 = "GetWalletManyTxInput";
23965
- var title150 = "GetWalletManyTxInput";
23966
- var description155 = "Input for getWalletMany";
23967
- var type132 = "object";
23968
- var properties103 = {
24032
+ var $schema157 = "http://json-schema.org/draft-07/schema";
24033
+ var $id157 = "GetWalletManyTxInput";
24034
+ var title152 = "GetWalletManyTxInput";
24035
+ var description157 = "Input for getWalletMany";
24036
+ var type134 = "object";
24037
+ var properties105 = {
23969
24038
  wallets: {
23970
24039
  type: "array",
23971
24040
  items: {
@@ -23976,7 +24045,7 @@ var properties103 = {
23976
24045
  $ref: "#/definitions/get_wallet_many_tx_options"
23977
24046
  }
23978
24047
  };
23979
- var definitions85 = {
24048
+ var definitions86 = {
23980
24049
  get_wallet_many_tx_options: {
23981
24050
  allOf: [
23982
24051
  {
@@ -24010,25 +24079,25 @@ var definitions85 = {
24010
24079
  $typescript: '{"additionalProperties": false}'
24011
24080
  }
24012
24081
  };
24013
- var additionalProperties103 = false;
24082
+ var additionalProperties105 = false;
24014
24083
  var get_wallet_many_schema_input_default = {
24015
- $schema: $schema155,
24016
- $id: $id155,
24017
- title: title150,
24018
- description: description155,
24019
- type: type132,
24020
- properties: properties103,
24021
- definitions: definitions85,
24022
- additionalProperties: additionalProperties103
24084
+ $schema: $schema157,
24085
+ $id: $id157,
24086
+ title: title152,
24087
+ description: description157,
24088
+ type: type134,
24089
+ properties: properties105,
24090
+ definitions: definitions86,
24091
+ additionalProperties: additionalProperties105
24023
24092
  };
24024
24093
 
24025
24094
  // src/txs/get-wallet-many/get-wallet-many.schema.output.json
24026
- var $schema156 = "http://json-schema.org/draft-07/schema";
24027
- var $id156 = "GetWalletManyTxOutput";
24028
- var title151 = "GetWalletManyTxOutput";
24029
- var description156 = "Output of getWalletMany";
24030
- var type133 = "object";
24031
- var properties104 = {
24095
+ var $schema158 = "http://json-schema.org/draft-07/schema";
24096
+ var $id158 = "GetWalletManyTxOutput";
24097
+ var title153 = "GetWalletManyTxOutput";
24098
+ var description158 = "Output of getWalletMany";
24099
+ var type135 = "object";
24100
+ var properties106 = {
24032
24101
  wallets: {
24033
24102
  type: "array",
24034
24103
  items: {
@@ -24036,7 +24105,7 @@ var properties104 = {
24036
24105
  }
24037
24106
  }
24038
24107
  };
24039
- var definitions86 = {
24108
+ var definitions87 = {
24040
24109
  WalletResult: {
24041
24110
  anyOf: [
24042
24111
  {
@@ -24051,27 +24120,27 @@ var definitions86 = {
24051
24120
  ]
24052
24121
  }
24053
24122
  };
24054
- var required65 = ["wallets"];
24055
- var additionalProperties104 = false;
24123
+ var required66 = ["wallets"];
24124
+ var additionalProperties106 = false;
24056
24125
  var get_wallet_many_schema_output_default = {
24057
- $schema: $schema156,
24058
- $id: $id156,
24059
- title: title151,
24060
- description: description156,
24061
- type: type133,
24062
- properties: properties104,
24063
- definitions: definitions86,
24064
- required: required65,
24065
- additionalProperties: additionalProperties104
24126
+ $schema: $schema158,
24127
+ $id: $id158,
24128
+ title: title153,
24129
+ description: description158,
24130
+ type: type135,
24131
+ properties: properties106,
24132
+ definitions: definitions87,
24133
+ required: required66,
24134
+ additionalProperties: additionalProperties106
24066
24135
  };
24067
24136
 
24068
24137
  // src/txs/import-actions/import-actions.schema.input.json
24069
- var $schema157 = "http://json-schema.org/draft-07/schema";
24070
- var $id157 = "ImportActionsTxInput";
24071
- var title152 = "ImportActionsTxInput";
24072
- var description157 = "Input for importActions";
24073
- var type134 = "object";
24074
- var properties105 = {
24138
+ var $schema159 = "http://json-schema.org/draft-07/schema";
24139
+ var $id159 = "ImportActionsTxInput";
24140
+ var title154 = "ImportActionsTxInput";
24141
+ var description159 = "Input for importActions";
24142
+ var type136 = "object";
24143
+ var properties107 = {
24075
24144
  actions: {
24076
24145
  type: "array",
24077
24146
  items: {
@@ -24082,8 +24151,8 @@ var properties105 = {
24082
24151
  $ref: "#/definitions/import_actions_tx_options"
24083
24152
  }
24084
24153
  };
24085
- var required66 = ["actions"];
24086
- var definitions87 = {
24154
+ var required67 = ["actions"];
24155
+ var definitions88 = {
24087
24156
  import_actions_tx_options: {
24088
24157
  allOf: [
24089
24158
  {
@@ -24354,82 +24423,36 @@ var definitions87 = {
24354
24423
  }
24355
24424
  };
24356
24425
  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
24426
  var additionalProperties107 = false;
24409
- var import_database_backup_schema_input_default = {
24427
+ var import_actions_schema_input_default = {
24410
24428
  $schema: $schema159,
24411
24429
  $id: $id159,
24412
24430
  title: title154,
24413
24431
  description: description159,
24414
24432
  type: type136,
24415
24433
  properties: properties107,
24434
+ required: required67,
24416
24435
  definitions: definitions88,
24436
+ $allowStreamInput: $allowStreamInput2,
24417
24437
  additionalProperties: additionalProperties107
24418
24438
  };
24419
24439
 
24420
- // src/txs/import-database-backup/import-database-backup.schema.output.json
24440
+ // src/txs/import-actions/import-actions.schema.output.json
24421
24441
  var $schema160 = "http://json-schema.org/draft-07/schema";
24422
- var $id160 = "ImportDatabaseBackupTxOutput";
24423
- var title155 = "ImportDatabaseBackupTxOutput";
24424
- var description160 = "Output of importDatabaseBackup";
24442
+ var $id160 = "ImportActionsTxOutput";
24443
+ var title155 = "ImportActionsTxOutput";
24444
+ var description160 = "Output of importActions";
24425
24445
  var type137 = "object";
24426
24446
  var properties108 = {
24427
- message: {
24428
- type: "string"
24447
+ progress: {
24448
+ type: "array"
24449
+ },
24450
+ erroneous: {
24451
+ type: "array"
24429
24452
  }
24430
24453
  };
24431
24454
  var additionalProperties108 = false;
24432
- var import_database_backup_schema_output_default = {
24455
+ var import_actions_schema_output_default = {
24433
24456
  $schema: $schema160,
24434
24457
  $id: $id160,
24435
24458
  title: title155,
@@ -24439,28 +24462,20 @@ var import_database_backup_schema_output_default = {
24439
24462
  additionalProperties: additionalProperties108
24440
24463
  };
24441
24464
 
24442
- // src/txs/import-database-progress/import-database-progress.schema.input.json
24465
+ // src/txs/import-database/import-database.schema.input.json
24443
24466
  var $schema161 = "http://json-schema.org/draft-07/schema";
24444
- var $id161 = "ImportDatabaseProgressTxInput";
24445
- var title156 = "ImportDatabaseProgressTxInput";
24446
- var description161 = "Input for importDatabaseProgress";
24467
+ var $id161 = "ImportDatabaseTxInput";
24468
+ var title156 = "ImportDatabaseTxInput";
24469
+ var description161 = "Input for importDatabase";
24447
24470
  var type138 = "object";
24448
24471
  var properties109 = {
24449
- options: {
24450
- $ref: "#/definitions/import_database_progress_tx_options"
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
- ]
24472
+ name: {
24473
+ type: "string"
24460
24474
  }
24461
24475
  };
24476
+ var definitions89 = {};
24462
24477
  var additionalProperties109 = false;
24463
- var import_database_progress_schema_input_default = {
24478
+ var import_database_schema_input_default = {
24464
24479
  $schema: $schema161,
24465
24480
  $id: $id161,
24466
24481
  title: title156,
@@ -24471,20 +24486,19 @@ var import_database_progress_schema_input_default = {
24471
24486
  additionalProperties: additionalProperties109
24472
24487
  };
24473
24488
 
24474
- // src/txs/import-database-progress/import-database-progress.schema.output.json
24489
+ // src/txs/import-database/import-database.schema.output.json
24475
24490
  var $schema162 = "http://json-schema.org/draft-07/schema";
24476
- var $id162 = "ImportDatabaseProgressTxOutput";
24477
- var title157 = "ImportDatabaseProgressTxOutput";
24478
- var description162 = "Output of importDatabaseProgress";
24491
+ var $id162 = "ImportDatabaseTxOutput";
24492
+ var title157 = "ImportDatabaseTxOutput";
24493
+ var description162 = "Output of importDatabase";
24479
24494
  var type139 = "object";
24480
24495
  var properties110 = {
24481
- progress: {
24482
- type: "number",
24483
- description: "Percentage of imported database"
24496
+ message: {
24497
+ type: "string"
24484
24498
  }
24485
24499
  };
24486
24500
  var additionalProperties110 = false;
24487
- var import_database_progress_schema_output_default = {
24501
+ var import_database_schema_output_default = {
24488
24502
  $schema: $schema162,
24489
24503
  $id: $id162,
24490
24504
  title: title157,
@@ -24494,16 +24508,16 @@ var import_database_progress_schema_output_default = {
24494
24508
  additionalProperties: additionalProperties110
24495
24509
  };
24496
24510
 
24497
- // src/txs/list-database-backups/list-database-backups.schema.input.json
24511
+ // src/txs/list-database-exports/list-database-exports.schema.input.json
24498
24512
  var $schema163 = "http://json-schema.org/draft-07/schema";
24499
- var $id163 = "ListDatabaseBackupsTxInput";
24500
- var title158 = "ListDatabaseBackupsTxInput";
24501
- var description163 = "Input for listDatabaseBackups";
24513
+ var $id163 = "ListDatabaseExportsTxInput";
24514
+ var title158 = "ListDatabaseExportsTxInput";
24515
+ var description163 = "Input for listDatabaseExports";
24502
24516
  var type140 = "object";
24503
24517
  var properties111 = {};
24504
24518
  var definitions90 = {};
24505
24519
  var additionalProperties111 = false;
24506
- var list_database_backups_schema_input_default = {
24520
+ var list_database_exports_schema_input_default = {
24507
24521
  $schema: $schema163,
24508
24522
  $id: $id163,
24509
24523
  title: title158,
@@ -24514,14 +24528,14 @@ var list_database_backups_schema_input_default = {
24514
24528
  additionalProperties: additionalProperties111
24515
24529
  };
24516
24530
 
24517
- // src/txs/list-database-backups/list-database-backups.schema.output.json
24531
+ // src/txs/list-database-exports/list-database-exports.schema.output.json
24518
24532
  var $schema164 = "http://json-schema.org/draft-07/schema";
24519
- var $id164 = "ListDatabaseBackupsTxOutput";
24520
- var title159 = "ListDatabaseBackupsTxOutput";
24521
- var description164 = "Output of listDatabaseBackups";
24533
+ var $id164 = "ListDatabaseExportsTxOutput";
24534
+ var title159 = "ListDatabaseExportsTxOutput";
24535
+ var description164 = "Output of listDatabaseExports";
24522
24536
  var type141 = "object";
24523
24537
  var properties112 = {
24524
- backups: {
24538
+ exports: {
24525
24539
  type: "array",
24526
24540
  items: {
24527
24541
  type: "string"
@@ -24529,7 +24543,7 @@ var properties112 = {
24529
24543
  }
24530
24544
  };
24531
24545
  var additionalProperties112 = false;
24532
- var list_database_backups_schema_output_default = {
24546
+ var list_database_exports_schema_output_default = {
24533
24547
  $schema: $schema164,
24534
24548
  $id: $id164,
24535
24549
  title: title159,
@@ -24567,7 +24581,7 @@ var definitions91 = {
24567
24581
  ]
24568
24582
  }
24569
24583
  };
24570
- var required67 = ["query", "params"];
24584
+ var required68 = ["query", "params"];
24571
24585
  var additionalProperties113 = false;
24572
24586
  var query_schema_input_default = {
24573
24587
  $schema: $schema165,
@@ -24577,7 +24591,7 @@ var query_schema_input_default = {
24577
24591
  type: type142,
24578
24592
  properties: properties113,
24579
24593
  definitions: definitions91,
24580
- required: required67,
24594
+ required: required68,
24581
24595
  additionalProperties: additionalProperties113
24582
24596
  };
24583
24597
 
@@ -24593,7 +24607,7 @@ var properties114 = {
24593
24607
  type: "array"
24594
24608
  }
24595
24609
  };
24596
- var required68 = ["results"];
24610
+ var required69 = ["results"];
24597
24611
  var additionalProperties114 = false;
24598
24612
  var query_schema_output_default = {
24599
24613
  $schema: $schema166,
@@ -24602,7 +24616,7 @@ var query_schema_output_default = {
24602
24616
  description: description166,
24603
24617
  type: type143,
24604
24618
  properties: properties114,
24605
- required: required68,
24619
+ required: required69,
24606
24620
  additionalProperties: additionalProperties114
24607
24621
  };
24608
24622
 
@@ -24703,7 +24717,7 @@ var definitions93 = {
24703
24717
  additionalProperties: false
24704
24718
  }
24705
24719
  };
24706
- var required69 = ["logs"];
24720
+ var required70 = ["logs"];
24707
24721
  var additionalProperties116 = false;
24708
24722
  var query_logs_schema_output_default = {
24709
24723
  $schema: $schema168,
@@ -24713,7 +24727,7 @@ var query_logs_schema_output_default = {
24713
24727
  type: type145,
24714
24728
  properties: properties116,
24715
24729
  definitions: definitions93,
24716
- required: required69,
24730
+ required: required70,
24717
24731
  additionalProperties: additionalProperties116
24718
24732
  };
24719
24733
 
@@ -24871,7 +24885,7 @@ var definitions95 = {
24871
24885
  additionalProperties: false
24872
24886
  }
24873
24887
  };
24874
- var required70 = ["transfer"];
24888
+ var required71 = ["transfer"];
24875
24889
  var additionalProperties119 = false;
24876
24890
  var reverse_transfer_schema_input_default2 = {
24877
24891
  $schema: $schema171,
@@ -24881,7 +24895,7 @@ var reverse_transfer_schema_input_default2 = {
24881
24895
  type: type148,
24882
24896
  properties: properties119,
24883
24897
  definitions: definitions95,
24884
- required: required70,
24898
+ required: required71,
24885
24899
  additionalProperties: additionalProperties119
24886
24900
  };
24887
24901
 
@@ -25108,7 +25122,7 @@ var definitions97 = {
25108
25122
  $typescript: '{"additionalProperties":false}'
25109
25123
  }
25110
25124
  };
25111
- var required71 = ["transfer_group"];
25125
+ var required72 = ["transfer_group"];
25112
25126
  var additionalProperties122 = false;
25113
25127
  var reverse_transfer_group_many_schema_input_default = {
25114
25128
  $schema: $schema175,
@@ -25118,7 +25132,7 @@ var reverse_transfer_group_many_schema_input_default = {
25118
25132
  type: type151,
25119
25133
  properties: properties122,
25120
25134
  definitions: definitions97,
25121
- required: required71,
25135
+ required: required72,
25122
25136
  additionalProperties: additionalProperties122
25123
25137
  };
25124
25138
 
@@ -25223,7 +25237,7 @@ var definitions98 = {
25223
25237
  additionalProperties: false
25224
25238
  }
25225
25239
  };
25226
- var required72 = ["transfer"];
25240
+ var required73 = ["transfer"];
25227
25241
  var additionalProperties124 = false;
25228
25242
  var reverse_transfer_many_schema_input_default = {
25229
25243
  $schema: $schema177,
@@ -25233,7 +25247,7 @@ var reverse_transfer_many_schema_input_default = {
25233
25247
  type: type153,
25234
25248
  properties: properties124,
25235
25249
  definitions: definitions98,
25236
- required: required72,
25250
+ required: required73,
25237
25251
  additionalProperties: additionalProperties124
25238
25252
  };
25239
25253
 
@@ -25284,7 +25298,7 @@ var definitions99 = {
25284
25298
  ]
25285
25299
  }
25286
25300
  };
25287
- var required73 = ["flags"];
25301
+ var required74 = ["flags"];
25288
25302
  var additionalProperties126 = false;
25289
25303
  var set_flags_schema_input_default2 = {
25290
25304
  $schema: $schema179,
@@ -25294,7 +25308,7 @@ var set_flags_schema_input_default2 = {
25294
25308
  type: type154,
25295
25309
  properties: properties126,
25296
25310
  definitions: definitions99,
25297
- required: required73,
25311
+ required: required74,
25298
25312
  additionalProperties: additionalProperties126
25299
25313
  };
25300
25314
 
@@ -25313,7 +25327,7 @@ var properties127 = {
25313
25327
  type: "string"
25314
25328
  }
25315
25329
  };
25316
- var required74 = ["flags"];
25330
+ var required75 = ["flags"];
25317
25331
  var additionalProperties127 = false;
25318
25332
  var set_flags_schema_output_default2 = {
25319
25333
  $schema: $schema180,
@@ -25322,7 +25336,7 @@ var set_flags_schema_output_default2 = {
25322
25336
  description: description180,
25323
25337
  type: type155,
25324
25338
  properties: properties127,
25325
- required: required74,
25339
+ required: required75,
25326
25340
  additionalProperties: additionalProperties127
25327
25341
  };
25328
25342
 
@@ -25826,7 +25840,7 @@ var definitions102 = {
25826
25840
  }
25827
25841
  }
25828
25842
  };
25829
- var required75 = ["token"];
25843
+ var required76 = ["token"];
25830
25844
  var additionalProperties130 = false;
25831
25845
  var update_token_schema_input_default2 = {
25832
25846
  $schema: $schema184,
@@ -25836,7 +25850,7 @@ var update_token_schema_input_default2 = {
25836
25850
  type: type158,
25837
25851
  properties: properties130,
25838
25852
  definitions: definitions102,
25839
- required: required75,
25853
+ required: required76,
25840
25854
  additionalProperties: additionalProperties130
25841
25855
  };
25842
25856
 
@@ -25949,7 +25963,7 @@ var definitions103 = {
25949
25963
  additionalProperties: false
25950
25964
  }
25951
25965
  };
25952
- var required76 = ["transfer"];
25966
+ var required77 = ["transfer"];
25953
25967
  var additionalProperties132 = false;
25954
25968
  var update_transfer_schema_input_default2 = {
25955
25969
  $schema: $schema186,
@@ -25959,7 +25973,7 @@ var update_transfer_schema_input_default2 = {
25959
25973
  type: type160,
25960
25974
  properties: properties132,
25961
25975
  definitions: definitions103,
25962
- required: required76,
25976
+ required: required77,
25963
25977
  additionalProperties: additionalProperties132
25964
25978
  };
25965
25979
 
@@ -26105,7 +26119,7 @@ var definitions104 = {
26105
26119
  additionalProperties: false
26106
26120
  }
26107
26121
  };
26108
- var required77 = ["transfer_group"];
26122
+ var required78 = ["transfer_group"];
26109
26123
  var additionalProperties134 = false;
26110
26124
  var update_transfer_group_schema_input_default2 = {
26111
26125
  $schema: $schema188,
@@ -26115,7 +26129,7 @@ var update_transfer_group_schema_input_default2 = {
26115
26129
  type: type162,
26116
26130
  properties: properties134,
26117
26131
  definitions: definitions104,
26118
- required: required77,
26132
+ required: required78,
26119
26133
  additionalProperties: additionalProperties134
26120
26134
  };
26121
26135
 
@@ -26187,7 +26201,7 @@ var definitions105 = {
26187
26201
  $typescript: '{"additionalProperties":false}'
26188
26202
  }
26189
26203
  };
26190
- var required78 = ["transfer_group"];
26204
+ var required79 = ["transfer_group"];
26191
26205
  var additionalProperties136 = false;
26192
26206
  var update_transfer_group_many_schema_input_default = {
26193
26207
  $schema: $schema190,
@@ -26197,7 +26211,7 @@ var update_transfer_group_many_schema_input_default = {
26197
26211
  type: type164,
26198
26212
  properties: properties136,
26199
26213
  definitions: definitions105,
26200
- required: required78,
26214
+ required: required79,
26201
26215
  additionalProperties: additionalProperties136
26202
26216
  };
26203
26217
 
@@ -26225,7 +26239,7 @@ var properties137 = {
26225
26239
  }
26226
26240
  }
26227
26241
  };
26228
- var required79 = ["transfer_groups"];
26242
+ var required80 = ["transfer_groups"];
26229
26243
  var additionalProperties137 = false;
26230
26244
  var update_transfer_group_many_schema_output_default = {
26231
26245
  $schema: $schema191,
@@ -26234,7 +26248,7 @@ var update_transfer_group_many_schema_output_default = {
26234
26248
  description: description191,
26235
26249
  type: type165,
26236
26250
  properties: properties137,
26237
- required: required79,
26251
+ required: required80,
26238
26252
  additionalProperties: additionalProperties137
26239
26253
  };
26240
26254
 
@@ -26279,7 +26293,7 @@ var definitions106 = {
26279
26293
  $typescript: '{"additionalProperties": false}'
26280
26294
  }
26281
26295
  };
26282
- var required80 = ["transfer", "update"];
26296
+ var required81 = ["transfer", "update"];
26283
26297
  var additionalProperties138 = false;
26284
26298
  var update_transfer_many_schema_input_default = {
26285
26299
  $schema: $schema192,
@@ -26289,7 +26303,7 @@ var update_transfer_many_schema_input_default = {
26289
26303
  type: type166,
26290
26304
  properties: properties138,
26291
26305
  definitions: definitions106,
26292
- required: required80,
26306
+ required: required81,
26293
26307
  additionalProperties: additionalProperties138
26294
26308
  };
26295
26309
 
@@ -26380,7 +26394,7 @@ var definitions107 = {
26380
26394
  $typescript: '{"additionalProperties":false}'
26381
26395
  }
26382
26396
  };
26383
- var required81 = ["wallet"];
26397
+ var required82 = ["wallet"];
26384
26398
  var additionalProperties140 = false;
26385
26399
  var update_wallet_schema_input_default2 = {
26386
26400
  $schema: $schema194,
@@ -26390,7 +26404,7 @@ var update_wallet_schema_input_default2 = {
26390
26404
  type: type168,
26391
26405
  properties: properties140,
26392
26406
  definitions: definitions107,
26393
- required: required81,
26407
+ required: required82,
26394
26408
  additionalProperties: additionalProperties140
26395
26409
  };
26396
26410
 
@@ -26727,10 +26741,6 @@ ajv.addSchema(fixSelfRefs(create_contract_schema_input_default2, "/txs/create-co
26727
26741
  Schemas.CreateContractTxInput = create_contract_schema_input_default2;
26728
26742
  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
26743
  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
26744
  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
26745
  Schemas.CreateDepositTxInput = create_deposit_schema_input_default2;
26736
26746
  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 +26773,10 @@ ajv.addSchema(fixSelfRefs(create_withdrawal_schema_input_default2, "/txs/create-
26763
26773
  Schemas.CreateWithdrawalTxInput = create_withdrawal_schema_input_default2;
26764
26774
  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
26775
  Schemas.CreateWithdrawalTxOutput = create_withdrawal_schema_output_default2;
26776
+ ajv.addSchema(fixSelfRefs(export_database_schema_input_default, "/txs/export-database/export-database.schema.input.json"), "/txs/export-database/export-database.schema.input.json");
26777
+ Schemas.ExportDatabaseTxInput = export_database_schema_input_default;
26778
+ ajv.addSchema(fixSelfRefs(export_database_schema_output_default, "/txs/export-database/export-database.schema.output.json"), "/txs/export-database/export-database.schema.output.json");
26779
+ Schemas.ExportDatabaseTxOutput = export_database_schema_output_default;
26766
26780
  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
26781
  Schemas.FindBalanceManyTxInput = find_balance_many_schema_input_default;
26768
26782
  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 +26809,14 @@ ajv.addSchema(fixSelfRefs(get_balance_history_schema_input_default2, "/txs/get-b
26795
26809
  Schemas.GetBalanceHistoryTxInput = get_balance_history_schema_input_default2;
26796
26810
  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
26811
  Schemas.GetBalanceHistoryTxOutput = get_balance_history_schema_output_default2;
26798
- ajv.addSchema(fixSelfRefs(get_database_backup_progress_schema_input_default, "/txs/get-database-backup-progress/get-database-backup-progress.schema.input.json"), "/txs/get-database-backup-progress/get-database-backup-progress.schema.input.json");
26799
- Schemas.GetDatabaseBackupProgressTxInput = get_database_backup_progress_schema_input_default;
26800
- ajv.addSchema(fixSelfRefs(get_database_backup_progress_schema_output_default, "/txs/get-database-backup-progress/get-database-backup-progress.schema.output.json"), "/txs/get-database-backup-progress/get-database-backup-progress.schema.output.json");
26801
- Schemas.GetDatabaseBackupProgressTxOutput = get_database_backup_progress_schema_output_default;
26812
+ 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");
26813
+ Schemas.GetDatabaseExportProgressTxInput = get_database_export_progress_schema_input_default;
26814
+ 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");
26815
+ Schemas.GetDatabaseExportProgressTxOutput = get_database_export_progress_schema_output_default;
26816
+ 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");
26817
+ Schemas.GetDatabaseImportProgressTxInput = get_database_import_progress_schema_input_default;
26818
+ 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");
26819
+ Schemas.GetDatabaseImportProgressTxOutput = get_database_import_progress_schema_output_default;
26802
26820
  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
26821
  Schemas.GetFlagsTxInput = get_flags_schema_input_default2;
26804
26822
  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,18 +26859,14 @@ ajv.addSchema(ImportActionsTxStreamChunk, "/txs/import-actions/import-actions.sc
26841
26859
  Schemas.ImportActionsTxStreamChunk = ImportActionsTxStreamChunk;
26842
26860
  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
26861
  Schemas.ImportActionsTxOutput = import_actions_schema_output_default;
26844
- ajv.addSchema(fixSelfRefs(import_database_backup_schema_input_default, "/txs/import-database-backup/import-database-backup.schema.input.json"), "/txs/import-database-backup/import-database-backup.schema.input.json");
26845
- Schemas.ImportDatabaseBackupTxInput = import_database_backup_schema_input_default;
26846
- ajv.addSchema(fixSelfRefs(import_database_backup_schema_output_default, "/txs/import-database-backup/import-database-backup.schema.output.json"), "/txs/import-database-backup/import-database-backup.schema.output.json");
26847
- Schemas.ImportDatabaseBackupTxOutput = import_database_backup_schema_output_default;
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;
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
- Schemas.ListDatabaseBackupsTxInput = list_database_backups_schema_input_default;
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");
26855
- Schemas.ListDatabaseBackupsTxOutput = list_database_backups_schema_output_default;
26862
+ ajv.addSchema(fixSelfRefs(import_database_schema_input_default, "/txs/import-database/import-database.schema.input.json"), "/txs/import-database/import-database.schema.input.json");
26863
+ Schemas.ImportDatabaseTxInput = import_database_schema_input_default;
26864
+ ajv.addSchema(fixSelfRefs(import_database_schema_output_default, "/txs/import-database/import-database.schema.output.json"), "/txs/import-database/import-database.schema.output.json");
26865
+ Schemas.ImportDatabaseTxOutput = import_database_schema_output_default;
26866
+ ajv.addSchema(fixSelfRefs(list_database_exports_schema_input_default, "/txs/list-database-exports/list-database-exports.schema.input.json"), "/txs/list-database-exports/list-database-exports.schema.input.json");
26867
+ Schemas.ListDatabaseExportsTxInput = list_database_exports_schema_input_default;
26868
+ ajv.addSchema(fixSelfRefs(list_database_exports_schema_output_default, "/txs/list-database-exports/list-database-exports.schema.output.json"), "/txs/list-database-exports/list-database-exports.schema.output.json");
26869
+ Schemas.ListDatabaseExportsTxOutput = list_database_exports_schema_output_default;
26856
26870
  ajv.addSchema(fixSelfRefs(query_schema_input_default, "/txs/query/query.schema.input.json"), "/txs/query/query.schema.input.json");
26857
26871
  Schemas.QueryTxInput = query_schema_input_default;
26858
26872
  ajv.addSchema(fixSelfRefs(query_schema_output_default, "/txs/query/query.schema.output.json"), "/txs/query/query.schema.output.json");
@@ -27023,8 +27037,6 @@ var SchemaNames;
27023
27037
  SchemaNames2["CreateAccessTokenTxOutput"] = "CreateAccessTokenTxOutput";
27024
27038
  SchemaNames2["CreateContractTxInput"] = "CreateContractTxInput";
27025
27039
  SchemaNames2["CreateContractTxOutput"] = "CreateContractTxOutput";
27026
- SchemaNames2["CreateDatabaseBackupTxInput"] = "CreateDatabaseBackupTxInput";
27027
- SchemaNames2["CreateDatabaseBackupTxOutput"] = "CreateDatabaseBackupTxOutput";
27028
27040
  SchemaNames2["CreateDepositTxInput"] = "CreateDepositTxInput";
27029
27041
  SchemaNames2["CreateDepositTxOutput"] = "CreateDepositTxOutput";
27030
27042
  SchemaNames2["CreateDistributionTxInput"] = "CreateDistributionTxInput";
@@ -27041,6 +27053,8 @@ var SchemaNames;
27041
27053
  SchemaNames2["CreateWalletTxOutput"] = "CreateWalletTxOutput";
27042
27054
  SchemaNames2["CreateWithdrawalTxInput"] = "CreateWithdrawalTxInput";
27043
27055
  SchemaNames2["CreateWithdrawalTxOutput"] = "CreateWithdrawalTxOutput";
27056
+ SchemaNames2["ExportDatabaseTxInput"] = "ExportDatabaseTxInput";
27057
+ SchemaNames2["ExportDatabaseTxOutput"] = "ExportDatabaseTxOutput";
27044
27058
  SchemaNames2["FindBalanceManyTxInput"] = "FindBalanceManyTxInput";
27045
27059
  SchemaNames2["FindBalanceManyTxOutput"] = "FindBalanceManyTxOutput";
27046
27060
  SchemaNames2["FindTokenManyTxInput"] = "FindTokenManyTxInput";
@@ -27057,8 +27071,10 @@ var SchemaNames;
27057
27071
  SchemaNames2["GetBalanceTxOutput"] = "GetBalanceTxOutput";
27058
27072
  SchemaNames2["GetBalanceHistoryTxInput"] = "GetBalanceHistoryTxInput";
27059
27073
  SchemaNames2["GetBalanceHistoryTxOutput"] = "GetBalanceHistoryTxOutput";
27060
- SchemaNames2["GetDatabaseBackupProgressTxInput"] = "GetDatabaseBackupProgressTxInput";
27061
- SchemaNames2["GetDatabaseBackupProgressTxOutput"] = "GetDatabaseBackupProgressTxOutput";
27074
+ SchemaNames2["GetDatabaseExportProgressTxInput"] = "GetDatabaseExportProgressTxInput";
27075
+ SchemaNames2["GetDatabaseExportProgressTxOutput"] = "GetDatabaseExportProgressTxOutput";
27076
+ SchemaNames2["GetDatabaseImportProgressTxInput"] = "GetDatabaseImportProgressTxInput";
27077
+ SchemaNames2["GetDatabaseImportProgressTxOutput"] = "GetDatabaseImportProgressTxOutput";
27062
27078
  SchemaNames2["GetFlagsTxInput"] = "GetFlagsTxInput";
27063
27079
  SchemaNames2["GetFlagsTxOutput"] = "GetFlagsTxOutput";
27064
27080
  SchemaNames2["GetStatisticsTxInput"] = "GetStatisticsTxInput";
@@ -27079,12 +27095,10 @@ var SchemaNames;
27079
27095
  SchemaNames2["ImportActionsTxOptions"] = "ImportActionsTxOptions";
27080
27096
  SchemaNames2["ImportActionsTxStreamChunk"] = "ImportActionsTxStreamChunk";
27081
27097
  SchemaNames2["ImportActionsTxOutput"] = "ImportActionsTxOutput";
27082
- SchemaNames2["ImportDatabaseBackupTxInput"] = "ImportDatabaseBackupTxInput";
27083
- SchemaNames2["ImportDatabaseBackupTxOutput"] = "ImportDatabaseBackupTxOutput";
27084
- SchemaNames2["ImportDatabaseProgressTxInput"] = "ImportDatabaseProgressTxInput";
27085
- SchemaNames2["ImportDatabaseProgressTxOutput"] = "ImportDatabaseProgressTxOutput";
27086
- SchemaNames2["ListDatabaseBackupsTxInput"] = "ListDatabaseBackupsTxInput";
27087
- SchemaNames2["ListDatabaseBackupsTxOutput"] = "ListDatabaseBackupsTxOutput";
27098
+ SchemaNames2["ImportDatabaseTxInput"] = "ImportDatabaseTxInput";
27099
+ SchemaNames2["ImportDatabaseTxOutput"] = "ImportDatabaseTxOutput";
27100
+ SchemaNames2["ListDatabaseExportsTxInput"] = "ListDatabaseExportsTxInput";
27101
+ SchemaNames2["ListDatabaseExportsTxOutput"] = "ListDatabaseExportsTxOutput";
27088
27102
  SchemaNames2["QueryTxInput"] = "QueryTxInput";
27089
27103
  SchemaNames2["QueryTxOutput"] = "QueryTxOutput";
27090
27104
  SchemaNames2["QueryLogsTxInput"] = "QueryLogsTxInput";
@@ -27182,7 +27196,6 @@ var aggregateTransferManyValidator = getValidator(SchemaNames.AggregateTransferM
27182
27196
  var authenticationCheckValidator = getValidator(SchemaNames.AuthenticationCheckTxInput);
27183
27197
  var createAccessTokenValidator = getValidator(SchemaNames.CreateAccessTokenTxInput);
27184
27198
  var createContractValidator = getValidator(SchemaNames.CreateContractTxInput);
27185
- var createDatabaseBackupValidator = getValidator(SchemaNames.CreateDatabaseBackupTxInput);
27186
27199
  var createDepositValidator = getValidator(SchemaNames.CreateDepositTxInput);
27187
27200
  var createDistributionValidator = getValidator(SchemaNames.CreateDistributionTxInput);
27188
27201
  var createTokenValidator = getValidator(SchemaNames.CreateTokenTxInput);
@@ -27191,6 +27204,7 @@ var createTransferGroupValidator = getValidator(SchemaNames.CreateTransferGroupT
27191
27204
  var createTransferManyValidator = getValidator(SchemaNames.CreateTransferManyTxInput);
27192
27205
  var createWalletValidator = getValidator(SchemaNames.CreateWalletTxInput);
27193
27206
  var createWithdrawalValidator = getValidator(SchemaNames.CreateWithdrawalTxInput);
27207
+ var exportDatabaseValidator = getValidator(SchemaNames.ExportDatabaseTxInput);
27194
27208
  var findBalanceManyValidator = getValidator(SchemaNames.FindBalanceManyTxInput);
27195
27209
  var findTokenManyValidator = getValidator(SchemaNames.FindTokenManyTxInput);
27196
27210
  var findTransferGroupManyValidator = getValidator(SchemaNames.FindTransferGroupManyTxInput);
@@ -27199,7 +27213,8 @@ var findWalletManyValidator = getValidator(SchemaNames.FindWalletManyTxInput);
27199
27213
  var finishTransactionValidator = getValidator(SchemaNames.FinishTransactionTxInput);
27200
27214
  var getBalanceValidator = getValidator(SchemaNames.GetBalanceTxInput);
27201
27215
  var getBalanceHistoryValidator = getValidator(SchemaNames.GetBalanceHistoryTxInput);
27202
- var getDatabaseBackupProgressValidator = getValidator(SchemaNames.GetDatabaseBackupProgressTxInput);
27216
+ var getDatabaseExportProgressValidator = getValidator(SchemaNames.GetDatabaseExportProgressTxInput);
27217
+ var getDatabaseImportProgressValidator = getValidator(SchemaNames.GetDatabaseImportProgressTxInput);
27203
27218
  var getFlagsValidator = getValidator(SchemaNames.GetFlagsTxInput);
27204
27219
  var getStatisticsValidator = getValidator(SchemaNames.GetStatisticsTxInput);
27205
27220
  var getTokenValidator = getValidator(SchemaNames.GetTokenTxInput);
@@ -27209,9 +27224,8 @@ var getTransferGroupValidator = getValidator(SchemaNames.GetTransferGroupTxInput
27209
27224
  var getWalletValidator = getValidator(SchemaNames.GetWalletTxInput);
27210
27225
  var getWalletManyValidator = getValidator(SchemaNames.GetWalletManyTxInput);
27211
27226
  var importActionsValidator = getValidator(SchemaNames.ImportActionsTxInput);
27212
- var importDatabaseBackupValidator = getValidator(SchemaNames.ImportDatabaseBackupTxInput);
27213
- var importDatabaseProgressValidator = getValidator(SchemaNames.ImportDatabaseProgressTxInput);
27214
- var listDatabaseBackupsValidator = getValidator(SchemaNames.ListDatabaseBackupsTxInput);
27227
+ var importDatabaseValidator = getValidator(SchemaNames.ImportDatabaseTxInput);
27228
+ var listDatabaseExportsValidator = getValidator(SchemaNames.ListDatabaseExportsTxInput);
27215
27229
  var queryValidator = getValidator(SchemaNames.QueryTxInput);
27216
27230
  var queryLogsValidator = getValidator(SchemaNames.QueryLogsTxInput);
27217
27231
  var resetDatabaseValidator = getValidator(SchemaNames.ResetDatabaseTxInput);
@@ -27232,7 +27246,6 @@ var APIValidators = {
27232
27246
  authenticationCheck: authenticationCheckValidator,
27233
27247
  createAccessToken: createAccessTokenValidator,
27234
27248
  createContract: createContractValidator,
27235
- createDatabaseBackup: createDatabaseBackupValidator,
27236
27249
  createDeposit: createDepositValidator,
27237
27250
  createDistribution: createDistributionValidator,
27238
27251
  createToken: createTokenValidator,
@@ -27241,6 +27254,7 @@ var APIValidators = {
27241
27254
  createTransferMany: createTransferManyValidator,
27242
27255
  createWallet: createWalletValidator,
27243
27256
  createWithdrawal: createWithdrawalValidator,
27257
+ exportDatabase: exportDatabaseValidator,
27244
27258
  findBalanceMany: findBalanceManyValidator,
27245
27259
  findTokenMany: findTokenManyValidator,
27246
27260
  findTransferGroupMany: findTransferGroupManyValidator,
@@ -27249,7 +27263,8 @@ var APIValidators = {
27249
27263
  finishTransaction: finishTransactionValidator,
27250
27264
  getBalance: getBalanceValidator,
27251
27265
  getBalanceHistory: getBalanceHistoryValidator,
27252
- getDatabaseBackupProgress: getDatabaseBackupProgressValidator,
27266
+ getDatabaseExportProgress: getDatabaseExportProgressValidator,
27267
+ getDatabaseImportProgress: getDatabaseImportProgressValidator,
27253
27268
  getFlags: getFlagsValidator,
27254
27269
  getStatistics: getStatisticsValidator,
27255
27270
  getToken: getTokenValidator,
@@ -27259,9 +27274,8 @@ var APIValidators = {
27259
27274
  getWallet: getWalletValidator,
27260
27275
  getWalletMany: getWalletManyValidator,
27261
27276
  importActions: importActionsValidator,
27262
- importDatabaseBackup: importDatabaseBackupValidator,
27263
- importDatabaseProgress: importDatabaseProgressValidator,
27264
- listDatabaseBackups: listDatabaseBackupsValidator,
27277
+ importDatabase: importDatabaseValidator,
27278
+ listDatabaseExports: listDatabaseExportsValidator,
27265
27279
  query: queryValidator,
27266
27280
  queryLogs: queryLogsValidator,
27267
27281
  resetDatabase: resetDatabaseValidator,
@@ -27284,7 +27298,6 @@ var APIFunctions;
27284
27298
  APIFunctions2["authenticationCheck"] = "authenticationCheck";
27285
27299
  APIFunctions2["createAccessToken"] = "createAccessToken";
27286
27300
  APIFunctions2["createContract"] = "createContract";
27287
- APIFunctions2["createDatabaseBackup"] = "createDatabaseBackup";
27288
27301
  APIFunctions2["createDeposit"] = "createDeposit";
27289
27302
  APIFunctions2["createDistribution"] = "createDistribution";
27290
27303
  APIFunctions2["createToken"] = "createToken";
@@ -27293,6 +27306,7 @@ var APIFunctions;
27293
27306
  APIFunctions2["createTransferMany"] = "createTransferMany";
27294
27307
  APIFunctions2["createWallet"] = "createWallet";
27295
27308
  APIFunctions2["createWithdrawal"] = "createWithdrawal";
27309
+ APIFunctions2["exportDatabase"] = "exportDatabase";
27296
27310
  APIFunctions2["findBalanceMany"] = "findBalanceMany";
27297
27311
  APIFunctions2["findTokenMany"] = "findTokenMany";
27298
27312
  APIFunctions2["findTransferGroupMany"] = "findTransferGroupMany";
@@ -27301,7 +27315,8 @@ var APIFunctions;
27301
27315
  APIFunctions2["finishTransaction"] = "finishTransaction";
27302
27316
  APIFunctions2["getBalance"] = "getBalance";
27303
27317
  APIFunctions2["getBalanceHistory"] = "getBalanceHistory";
27304
- APIFunctions2["getDatabaseBackupProgress"] = "getDatabaseBackupProgress";
27318
+ APIFunctions2["getDatabaseExportProgress"] = "getDatabaseExportProgress";
27319
+ APIFunctions2["getDatabaseImportProgress"] = "getDatabaseImportProgress";
27305
27320
  APIFunctions2["getFlags"] = "getFlags";
27306
27321
  APIFunctions2["getStatistics"] = "getStatistics";
27307
27322
  APIFunctions2["getToken"] = "getToken";
@@ -27311,9 +27326,8 @@ var APIFunctions;
27311
27326
  APIFunctions2["getWallet"] = "getWallet";
27312
27327
  APIFunctions2["getWalletMany"] = "getWalletMany";
27313
27328
  APIFunctions2["importActions"] = "importActions";
27314
- APIFunctions2["importDatabaseBackup"] = "importDatabaseBackup";
27315
- APIFunctions2["importDatabaseProgress"] = "importDatabaseProgress";
27316
- APIFunctions2["listDatabaseBackups"] = "listDatabaseBackups";
27329
+ APIFunctions2["importDatabase"] = "importDatabase";
27330
+ APIFunctions2["listDatabaseExports"] = "listDatabaseExports";
27317
27331
  APIFunctions2["query"] = "query";
27318
27332
  APIFunctions2["queryLogs"] = "queryLogs";
27319
27333
  APIFunctions2["resetDatabase"] = "resetDatabase";
@@ -27656,9 +27670,6 @@ var BaseClient = class {
27656
27670
  createContract(input) {
27657
27671
  return this._sendTransaction(APIFunctions.createContract, input);
27658
27672
  }
27659
- createDatabaseBackup(input) {
27660
- return this._sendTransaction(APIFunctions.createDatabaseBackup, input);
27661
- }
27662
27673
  createDeposit(input) {
27663
27674
  return this._sendTransaction(APIFunctions.createDeposit, input);
27664
27675
  }
@@ -27683,6 +27694,9 @@ var BaseClient = class {
27683
27694
  createWithdrawal(input) {
27684
27695
  return this._sendTransaction(APIFunctions.createWithdrawal, input);
27685
27696
  }
27697
+ exportDatabase(input) {
27698
+ return this._sendTransaction(APIFunctions.exportDatabase, input);
27699
+ }
27686
27700
  findBalanceMany(input) {
27687
27701
  return this._sendTransaction(APIFunctions.findBalanceMany, input);
27688
27702
  }
@@ -27707,8 +27721,11 @@ var BaseClient = class {
27707
27721
  getBalanceHistory(input) {
27708
27722
  return this._sendTransaction(APIFunctions.getBalanceHistory, input);
27709
27723
  }
27710
- getDatabaseBackupProgress(input) {
27711
- return this._sendTransaction(APIFunctions.getDatabaseBackupProgress, input);
27724
+ getDatabaseExportProgress(input) {
27725
+ return this._sendTransaction(APIFunctions.getDatabaseExportProgress, input);
27726
+ }
27727
+ getDatabaseImportProgress(input) {
27728
+ return this._sendTransaction(APIFunctions.getDatabaseImportProgress, input);
27712
27729
  }
27713
27730
  getFlags(input) {
27714
27731
  return this._sendTransaction(APIFunctions.getFlags, input);
@@ -27746,14 +27763,11 @@ var BaseClient = class {
27746
27763
  }
27747
27764
  return this._streamTransaction(APIFunctions.importActions, isImportActionsTxInput, input, transform);
27748
27765
  }
27749
- importDatabaseBackup(input) {
27750
- return this._sendTransaction(APIFunctions.importDatabaseBackup, input);
27751
- }
27752
- importDatabaseProgress(input) {
27753
- return this._sendTransaction(APIFunctions.importDatabaseProgress, input);
27766
+ importDatabase(input) {
27767
+ return this._sendTransaction(APIFunctions.importDatabase, input);
27754
27768
  }
27755
- listDatabaseBackups(input) {
27756
- return this._sendTransaction(APIFunctions.listDatabaseBackups, input);
27769
+ listDatabaseExports(input) {
27770
+ return this._sendTransaction(APIFunctions.listDatabaseExports, input);
27757
27771
  }
27758
27772
  query(input) {
27759
27773
  return this._sendTransaction(APIFunctions.query, input);
@@ -27814,7 +27828,7 @@ var SocketStatuses;
27814
27828
  })(SocketStatuses || (SocketStatuses = {}));
27815
27829
 
27816
27830
  // package.json
27817
- var version = "0.6.0";
27831
+ var version = "0.6.6";
27818
27832
 
27819
27833
  // src/api/ws-client.ts
27820
27834
  function createClient(opts) {
@@ -30391,8 +30405,6 @@ var utils = {
30391
30405
  CreateContractFnOutputSchema,
30392
30406
  CreateContractTxInputSchema,
30393
30407
  CreateContractTxOutputSchema,
30394
- CreateDatabaseBackupTxInputSchema,
30395
- CreateDatabaseBackupTxOutputSchema,
30396
30408
  CreateDepositFnInputSchema,
30397
30409
  CreateDepositFnOutputSchema,
30398
30410
  CreateDepositTxInputSchema,
@@ -30437,6 +30449,8 @@ var utils = {
30437
30449
  DbModelNameEnum,
30438
30450
  ErrorMessage,
30439
30451
  Errors,
30452
+ ExportDatabaseTxInputSchema,
30453
+ ExportDatabaseTxOutputSchema,
30440
30454
  FindBalanceManyTxInputSchema,
30441
30455
  FindBalanceManyTxOutputSchema,
30442
30456
  FindBalancesFnInputSchema,
@@ -30468,8 +30482,10 @@ var utils = {
30468
30482
  GetBalanceHistoryTxOutputSchema,
30469
30483
  GetBalanceTxInputSchema,
30470
30484
  GetBalanceTxOutputSchema,
30471
- GetDatabaseBackupProgressTxInputSchema,
30472
- GetDatabaseBackupProgressTxOutputSchema,
30485
+ GetDatabaseExportProgressTxInputSchema,
30486
+ GetDatabaseExportProgressTxOutputSchema,
30487
+ GetDatabaseImportProgressTxInputSchema,
30488
+ GetDatabaseImportProgressTxOutputSchema,
30473
30489
  GetFlagsFnInputSchema,
30474
30490
  GetFlagsFnOutputSchema,
30475
30491
  GetFlagsTxInputSchema,
@@ -30507,12 +30523,10 @@ var utils = {
30507
30523
  ImportActionsTxOutputSchema,
30508
30524
  ImportDataFnInputSchema,
30509
30525
  ImportDataFnOutputSchema,
30510
- ImportDatabaseBackupTxInputSchema,
30511
- ImportDatabaseBackupTxOutputSchema,
30512
- ImportDatabaseProgressTxInputSchema,
30513
- ImportDatabaseProgressTxOutputSchema,
30514
- ListDatabaseBackupsTxInputSchema,
30515
- ListDatabaseBackupsTxOutputSchema,
30526
+ ImportDatabaseTxInputSchema,
30527
+ ImportDatabaseTxOutputSchema,
30528
+ ListDatabaseExportsTxInputSchema,
30529
+ ListDatabaseExportsTxOutputSchema,
30516
30530
  QueryBuilder,
30517
30531
  QueryLogsTxInputSchema,
30518
30532
  QueryLogsTxOutputSchema,