wapi-client 0.6.22 → 0.6.26

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 (112) hide show
  1. package/dist/api/base-client.d.ts +1 -1
  2. package/dist/db/consts.enums.d.ts +21 -21
  3. package/dist/db/token/token.enums.d.ts +6 -6
  4. package/dist/db/transfer/transfer.enums.d.ts +6 -6
  5. package/dist/db/transfer-group/transfer-group.enums.d.ts +6 -6
  6. package/dist/db/transfer-log/transfer-log.enums.d.ts +5 -5
  7. package/dist/db/wallet/wallet.enums.d.ts +6 -6
  8. package/dist/db/wallet-token-setting/wallet-token-setting.enums.d.ts +5 -5
  9. package/dist/db/wapi-setting/wapi-setting.enums.d.ts +5 -5
  10. package/dist/fns/aggregate-transfers/aggregate-transfers.d.ts +4 -4
  11. package/dist/fns/aggregate-transfers/aggregate-transfers.enums.d.ts +2 -2
  12. package/dist/fns/create-access-token/create-access-token.enums.d.ts +1 -1
  13. package/dist/fns/create-contract/create-contract.enums.d.ts +1 -1
  14. package/dist/fns/create-deposit/create-deposit.enums.d.ts +1 -1
  15. package/dist/fns/create-exchange/create-exchange.enums.d.ts +2 -2
  16. package/dist/fns/create-token/create-token.enums.d.ts +2 -2
  17. package/dist/fns/create-transfer/create-transfer.enums.d.ts +3 -3
  18. package/dist/fns/create-transfer-group/create-transfer-group.enums.d.ts +3 -3
  19. package/dist/fns/create-transfers/create-transfers.enums.d.ts +1 -1
  20. package/dist/fns/create-wallet/create-wallet.enums.d.ts +2 -2
  21. package/dist/fns/create-withdrawal/create-withdrawal.enums.d.ts +1 -1
  22. package/dist/fns/find-balances/find-balances.d.ts +4 -4
  23. package/dist/fns/find-balances/find-balances.enums.d.ts +2 -2
  24. package/dist/fns/find-tokens/find-tokens.d.ts +4 -4
  25. package/dist/fns/find-tokens/find-tokens.enums.d.ts +2 -2
  26. package/dist/fns/find-transfer-groups/find-transfer-groups.d.ts +4 -4
  27. package/dist/fns/find-transfer-groups/find-transfer-groups.enums.d.ts +2 -2
  28. package/dist/fns/find-transfers/find-transfers.d.ts +4 -4
  29. package/dist/fns/find-transfers/find-transfers.enums.d.ts +2 -2
  30. package/dist/fns/find-wallets/find-wallets.d.ts +4 -4
  31. package/dist/fns/find-wallets/find-wallets.enums.d.ts +1 -1
  32. package/dist/fns/fn-consts.enums.d.ts +1 -1
  33. package/dist/fns/get-balance/get-balance.enums.d.ts +2 -2
  34. package/dist/fns/get-balance-history/get-balance-history.enums.d.ts +2 -2
  35. package/dist/fns/get-flags/get-flags.enums.d.ts +1 -1
  36. package/dist/fns/get-statistics/get-statistics.enums.d.ts +1 -1
  37. package/dist/fns/get-token/get-token.enums.d.ts +1 -1
  38. package/dist/fns/get-transfer/get-transfer.enums.d.ts +2 -2
  39. package/dist/fns/get-transfer-group/get-transfer-group.enums.d.ts +2 -2
  40. package/dist/fns/get-wallet/get-wallet.enums.d.ts +2 -2
  41. package/dist/fns/import-data/import-data.enums.d.ts +6 -6
  42. package/dist/fns/reverse-transfer/reverse-transfer.enums.d.ts +2 -2
  43. package/dist/fns/reverse-transfer-group/reverse-transfer-group.enums.d.ts +2 -2
  44. package/dist/fns/reverse-transfers/reverse-transfers.d.ts +4 -4
  45. package/dist/fns/reverse-transfers/reverse-transfers.enums.d.ts +3 -3
  46. package/dist/fns/set-flags/set-flags.enums.d.ts +2 -2
  47. package/dist/fns/update-token/update-token.enums.d.ts +3 -3
  48. package/dist/fns/update-transfer/update-transfer.enums.d.ts +2 -2
  49. package/dist/fns/update-transfer-group/update-transfer-group.enums.d.ts +2 -2
  50. package/dist/fns/update-transfer-groups/update-transfer-groups.d.ts +4 -4
  51. package/dist/fns/update-transfer-groups/update-transfer-groups.enums.d.ts +3 -3
  52. package/dist/fns/update-transfers/update-transfers.d.ts +4 -4
  53. package/dist/fns/update-transfers/update-transfers.enums.d.ts +3 -3
  54. package/dist/fns/update-wallet/update-wallet.enums.d.ts +3 -3
  55. package/dist/index.d.ts +2 -2
  56. package/dist/lib/errors.d.ts +1 -1
  57. package/dist/lib/isomorphic/node/streams.d.ts +1 -1
  58. package/dist/lib/query-builder.d.ts +9 -9
  59. package/dist/lib/utils.d.ts +2 -2
  60. package/dist/lib/validator.d.ts +1 -1
  61. package/dist/txs/aggregate-transfer-many/aggregate-transfer-many.enums.d.ts +5 -5
  62. package/dist/txs/authentication-check/authentication-check.enums.d.ts +1 -1
  63. package/dist/txs/create-access-token/create-access-token.enums.d.ts +1 -1
  64. package/dist/txs/create-contract/create-contract.enums.d.ts +2 -2
  65. package/dist/txs/create-deposit/create-deposit.enums.d.ts +1 -1
  66. package/dist/txs/create-distribution/create-distribution.enums.d.ts +3 -3
  67. package/dist/txs/create-token/create-token.enums.d.ts +1 -1
  68. package/dist/txs/create-transfer/create-transfer.enums.d.ts +2 -2
  69. package/dist/txs/create-transfer-group/create-transfer-group.enums.d.ts +2 -2
  70. package/dist/txs/create-transfer-many/create-transfer-many.enums.d.ts +1 -1
  71. package/dist/txs/create-wallet/create-wallet.enums.d.ts +1 -1
  72. package/dist/txs/create-withdrawal/create-withdrawal.enums.d.ts +1 -1
  73. package/dist/txs/export-database/export-database.enums.d.ts +1 -1
  74. package/dist/txs/find-balance-many/find-balance-many.enums.d.ts +12 -12
  75. package/dist/txs/find-token-many/find-token-many.enums.d.ts +12 -12
  76. package/dist/txs/find-transfer-group-many/find-transfer-group-many.enums.d.ts +12 -12
  77. package/dist/txs/find-transfer-many/find-transfer-many.enums.d.ts +14 -14
  78. package/dist/txs/find-wallet-many/find-wallet-many.enums.d.ts +14 -14
  79. package/dist/txs/finish-transaction/finish-transaction.enums.d.ts +2 -2
  80. package/dist/txs/get-balance/get-balance.enums.d.ts +2 -2
  81. package/dist/txs/get-balance-history/get-balance-history.enums.d.ts +2 -2
  82. package/dist/txs/get-database-export-progress/get-database-export-progress.enums.d.ts +1 -1
  83. package/dist/txs/get-database-import-progress/get-database-import-progress.enums.d.ts +1 -1
  84. package/dist/txs/get-flags/get-flags.enums.d.ts +1 -1
  85. package/dist/txs/get-statistics/get-statistics.enums.d.ts +5 -5
  86. package/dist/txs/get-token/get-token.enums.d.ts +2 -2
  87. package/dist/txs/get-token-many/get-token-many.enums.d.ts +2 -2
  88. package/dist/txs/get-transfer/get-transfer.enums.d.ts +2 -2
  89. package/dist/txs/get-transfer-group/get-transfer-group.enums.d.ts +2 -2
  90. package/dist/txs/get-wallet/get-wallet.enums.d.ts +2 -2
  91. package/dist/txs/get-wallet-many/get-wallet-many.enums.d.ts +2 -2
  92. package/dist/txs/import-actions/import-actions.enums.d.ts +4 -4
  93. package/dist/txs/import-database/import-database.enums.d.ts +1 -1
  94. package/dist/txs/query/query.enums.d.ts +2 -2
  95. package/dist/txs/query-logs/query-logs.enums.d.ts +2 -2
  96. package/dist/txs/reset-database/reset-database.enums.d.ts +2 -2
  97. package/dist/txs/reverse-transfer/reverse-transfer.enums.d.ts +1 -1
  98. package/dist/txs/reverse-transfer-group/reverse-transfer-group.enums.d.ts +1 -1
  99. package/dist/txs/reverse-transfer-group-many/reverse-transfer-group-many.enums.d.ts +1 -1
  100. package/dist/txs/reverse-transfer-many/reverse-transfer-many.enums.d.ts +1 -1
  101. package/dist/txs/set-flags/set-flags.enums.d.ts +1 -1
  102. package/dist/txs/start-transaction/start-transaction.enums.d.ts +1 -1
  103. package/dist/txs/tx-consts.enums.d.ts +10 -10
  104. package/dist/txs/update-token/update-token.enums.d.ts +1 -1
  105. package/dist/txs/update-transfer/update-transfer.enums.d.ts +1 -1
  106. package/dist/txs/update-transfer-group/update-transfer-group.enums.d.ts +2 -2
  107. package/dist/txs/update-transfer-group-many/update-transfer-group-many.enums.d.ts +1 -1
  108. package/dist/txs/update-transfer-many/update-transfer-many.enums.d.ts +1 -1
  109. package/dist/txs/update-wallet/update-wallet.enums.d.ts +1 -1
  110. package/dist/wapi-client.cjs.development.js +3502 -1008
  111. package/dist/wapi-client.cjs.js +14 -10
  112. package/package.json +17 -18
@@ -1,4 +1,4 @@
1
- export declare type ExportDatabaseTxInputStringFields = 'export_name';
1
+ export type ExportDatabaseTxInputStringFields = 'export_name';
2
2
  /**
3
3
  * Input for exportDatabase
4
4
  *
@@ -21,7 +21,7 @@ export interface FindBalanceManyOrderingOptions {
21
21
  export interface FindBalanceManyOrderingInputField {
22
22
  field?: TransferLogTableFields;
23
23
  }
24
- export declare type BalanceFilterForeignFields = 'wallet' | 'token';
24
+ export type BalanceFilterForeignFields = 'wallet' | 'token';
25
25
  export interface AdvancedBalanceFilterFieldsForeign {
26
26
  field: BalanceFilterForeignFields;
27
27
  }
@@ -63,17 +63,17 @@ export interface AdvancedBalanceFilterFieldsWForeign {
63
63
  export interface AdvancedBalanceFilterValues {
64
64
  value: BalanceFilter;
65
65
  }
66
- export declare type FindBalanceManyTxOptions = ITxLimitingOptions & FindBalanceManyOrderingOptions & ITxGeneralOptions & FindBalanceManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
67
- export declare type FindBalanceManyOrderingInput = ITxOrderingInput & FindBalanceManyOrderingInputField;
68
- export declare type AdvancedBalanceFilterWhereInner = DbFilterFunctionWhereInner & AdvancedBalanceFilterInner;
69
- export declare type AdvancedBalanceFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedBalanceFilterFields;
70
- export declare type AdvancedBalanceFilterWherePrimitiveForeign = DbFilterFunctionWherePrimitiveForeign & AdvancedBalanceFilterFieldsForeign;
71
- export declare type AdvancedBalanceFilterWhereObject = DbFilterFunctionWhereObject & AdvancedBalanceFilterValues;
72
- export declare type AdvancedBalanceFilterWhereIn = DbFilterFunctionWhereIns & AdvancedBalanceFilterFieldsWForeign;
73
- export declare type AdvancedBalanceFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedBalanceFilterFields;
74
- export declare type AdvancedBalanceFilter = AdvancedBalanceFilterWhereInner | DbFilterFunctionWhereMetadataIns | AdvancedBalanceFilterWhereObject | AdvancedBalanceFilterWherePrimitive | AdvancedBalanceFilterWherePrimitiveForeign | AdvancedBalanceFilterWhereIn | AdvancedBalanceFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
75
- export declare type AdvancedBalanceFilterArray = AdvancedBalanceFilter[];
76
- export declare type FindBalanceManyFilter = BalanceFilter | AdvancedBalanceFilterArray;
66
+ export type FindBalanceManyTxOptions = ITxLimitingOptions & FindBalanceManyOrderingOptions & ITxGeneralOptions & FindBalanceManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
67
+ export type FindBalanceManyOrderingInput = ITxOrderingInput & FindBalanceManyOrderingInputField;
68
+ export type AdvancedBalanceFilterWhereInner = DbFilterFunctionWhereInner & AdvancedBalanceFilterInner;
69
+ export type AdvancedBalanceFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedBalanceFilterFields;
70
+ export type AdvancedBalanceFilterWherePrimitiveForeign = DbFilterFunctionWherePrimitiveForeign & AdvancedBalanceFilterFieldsForeign;
71
+ export type AdvancedBalanceFilterWhereObject = DbFilterFunctionWhereObject & AdvancedBalanceFilterValues;
72
+ export type AdvancedBalanceFilterWhereIn = DbFilterFunctionWhereIns & AdvancedBalanceFilterFieldsWForeign;
73
+ export type AdvancedBalanceFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedBalanceFilterFields;
74
+ export type AdvancedBalanceFilter = AdvancedBalanceFilterWhereInner | DbFilterFunctionWhereMetadataIns | AdvancedBalanceFilterWhereObject | AdvancedBalanceFilterWherePrimitive | AdvancedBalanceFilterWherePrimitiveForeign | AdvancedBalanceFilterWhereIn | AdvancedBalanceFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
75
+ export type AdvancedBalanceFilterArray = AdvancedBalanceFilter[];
76
+ export type FindBalanceManyFilter = BalanceFilter | AdvancedBalanceFilterArray;
77
77
  /**
78
78
  * Input for findBalanceMany
79
79
  *
@@ -19,7 +19,7 @@ export interface FindTokenManyOrderingOptions {
19
19
  export interface FindTokenManyOrderingInputField {
20
20
  field?: TokenTableFields;
21
21
  }
22
- export declare type TokenFilterForeignFields = 'belongs_to';
22
+ export type TokenFilterForeignFields = 'belongs_to';
23
23
  export interface TokenFilter {
24
24
  /**
25
25
  * Foreign of token to return
@@ -47,17 +47,17 @@ export interface AdvancedTokenFilterFieldsWForeign {
47
47
  export interface AdvancedTokenFilterValues {
48
48
  value: TokenFilter;
49
49
  }
50
- export declare type FindTokenManyTxOptions = ITxLimitingOptions & FindTokenManyOrderingOptions & ITxGeneralOptions & FindTokenManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
51
- export declare type FindTokenManyOrderingInput = ITxOrderingInput & FindTokenManyOrderingInputField;
52
- export declare type AdvancedTokenFilterWhereInner = DbFilterFunctionWhereInner & AdvancedTokenFilterInner;
53
- export declare type AdvancedTokenFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedTokenFilterFields;
54
- export declare type AdvancedTokenFilterWherePrimitiveForeign = DbFilterFunctionWherePrimitiveForeign & AdvancedTokenFilterFieldsForeign;
55
- export declare type AdvancedTokenFilterWhereObject = DbFilterFunctionWhereObject & AdvancedTokenFilterValues;
56
- export declare type AdvancedTokenFilterWhereIn = DbFilterFunctionWhereIns & AdvancedTokenFilterFieldsWForeign;
57
- export declare type AdvancedTokenFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedTokenFilterFields;
58
- export declare type AdvancedTokenFilter = AdvancedTokenFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedTokenFilterWhereObject | AdvancedTokenFilterWherePrimitive | AdvancedTokenFilterWherePrimitiveForeign | AdvancedTokenFilterWhereIn | AdvancedTokenFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
59
- export declare type AdvancedTokenFilterArray = AdvancedTokenFilter[];
60
- export declare type FindTokenManyFilter = TokenFilter | AdvancedTokenFilterArray;
50
+ export type FindTokenManyTxOptions = ITxLimitingOptions & FindTokenManyOrderingOptions & ITxGeneralOptions & FindTokenManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
51
+ export type FindTokenManyOrderingInput = ITxOrderingInput & FindTokenManyOrderingInputField;
52
+ export type AdvancedTokenFilterWhereInner = DbFilterFunctionWhereInner & AdvancedTokenFilterInner;
53
+ export type AdvancedTokenFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedTokenFilterFields;
54
+ export type AdvancedTokenFilterWherePrimitiveForeign = DbFilterFunctionWherePrimitiveForeign & AdvancedTokenFilterFieldsForeign;
55
+ export type AdvancedTokenFilterWhereObject = DbFilterFunctionWhereObject & AdvancedTokenFilterValues;
56
+ export type AdvancedTokenFilterWhereIn = DbFilterFunctionWhereIns & AdvancedTokenFilterFieldsWForeign;
57
+ export type AdvancedTokenFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedTokenFilterFields;
58
+ export type AdvancedTokenFilter = AdvancedTokenFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedTokenFilterWhereObject | AdvancedTokenFilterWherePrimitive | AdvancedTokenFilterWherePrimitiveForeign | AdvancedTokenFilterWhereIn | AdvancedTokenFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
59
+ export type AdvancedTokenFilterArray = AdvancedTokenFilter[];
60
+ export type FindTokenManyFilter = TokenFilter | AdvancedTokenFilterArray;
61
61
  /**
62
62
  * Input for findTokenMany
63
63
  *
@@ -20,7 +20,7 @@ export interface FindTransferGroupManyOrderingOptions {
20
20
  export interface FindTransferGroupManyOrderingInputField {
21
21
  field?: TransferGroupTableFields;
22
22
  }
23
- export declare type TransferGroupFilterIdentifierFields = 'transfer_group' | 'reverses';
23
+ export type TransferGroupFilterIdentifierFields = 'transfer_group' | 'reverses';
24
24
  export interface AdvancedTransferGroupFilterFieldsIdentifier {
25
25
  field: TransferGroupFilterIdentifierFields;
26
26
  }
@@ -56,17 +56,17 @@ export interface AdvancedTransferGroupFilterFieldsWForeign {
56
56
  export interface AdvancedTransferGroupFilterValues {
57
57
  value: TransferGroupFilter;
58
58
  }
59
- export declare type FindTransferGroupManyTxOptions = ITxLimitingOptions & FindTransferGroupManyOrderingOptions & ITxGeneralOptions & FindTransferGroupManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
60
- export declare type FindTransferGroupManyOrderingInput = ITxOrderingInput & FindTransferGroupManyOrderingInputField;
61
- export declare type AdvancedTransferGroupFilterWhereInner = DbFilterFunctionWhereInner & AdvancedTransferGroupFilterInner;
62
- export declare type AdvancedTransferGroupFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedTransferGroupFilterFields;
63
- export declare type AdvancedTransferGroupFilterWherePrimitiveIdentifier = DbFilterFunctionWherePrimitiveIdentifier & AdvancedTransferGroupFilterFieldsIdentifier;
64
- export declare type AdvancedTransferGroupFilterWhereObject = DbFilterFunctionWhereObject & AdvancedTransferGroupFilterValues;
65
- export declare type AdvancedTransferGroupFilterWhereIn = DbFilterFunctionWhereIns & AdvancedTransferGroupFilterFieldsWForeign;
66
- export declare type AdvancedTransferGroupFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedTransferGroupFilterFields;
67
- export declare type AdvancedTransferGroupFilter = AdvancedTransferGroupFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedTransferGroupFilterWhereObject | AdvancedTransferGroupFilterWherePrimitive | AdvancedTransferGroupFilterWherePrimitiveIdentifier | AdvancedTransferGroupFilterWhereIn | AdvancedTransferGroupFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
68
- export declare type AdvancedTransferGroupFilterArray = AdvancedTransferGroupFilter[];
69
- export declare type FindTransferGroupManyFilter = TransferGroupFilter | AdvancedTransferGroupFilterArray;
59
+ export type FindTransferGroupManyTxOptions = ITxLimitingOptions & FindTransferGroupManyOrderingOptions & ITxGeneralOptions & FindTransferGroupManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
60
+ export type FindTransferGroupManyOrderingInput = ITxOrderingInput & FindTransferGroupManyOrderingInputField;
61
+ export type AdvancedTransferGroupFilterWhereInner = DbFilterFunctionWhereInner & AdvancedTransferGroupFilterInner;
62
+ export type AdvancedTransferGroupFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedTransferGroupFilterFields;
63
+ export type AdvancedTransferGroupFilterWherePrimitiveIdentifier = DbFilterFunctionWherePrimitiveIdentifier & AdvancedTransferGroupFilterFieldsIdentifier;
64
+ export type AdvancedTransferGroupFilterWhereObject = DbFilterFunctionWhereObject & AdvancedTransferGroupFilterValues;
65
+ export type AdvancedTransferGroupFilterWhereIn = DbFilterFunctionWhereIns & AdvancedTransferGroupFilterFieldsWForeign;
66
+ export type AdvancedTransferGroupFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedTransferGroupFilterFields;
67
+ export type AdvancedTransferGroupFilter = AdvancedTransferGroupFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedTransferGroupFilterWhereObject | AdvancedTransferGroupFilterWherePrimitive | AdvancedTransferGroupFilterWherePrimitiveIdentifier | AdvancedTransferGroupFilterWhereIn | AdvancedTransferGroupFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
68
+ export type AdvancedTransferGroupFilterArray = AdvancedTransferGroupFilter[];
69
+ export type FindTransferGroupManyFilter = TransferGroupFilter | AdvancedTransferGroupFilterArray;
70
70
  /**
71
71
  * Input for findTransferGroupMany
72
72
  *
@@ -26,8 +26,8 @@ export interface FindTransferManyOrderingOptions {
26
26
  export interface FindTransferManyOrderingInputField {
27
27
  field?: TransferTableAccessibleFields;
28
28
  }
29
- export declare type TransferFilterForeignFields = 'from_wallet' | 'to_wallet' | 'wallet' | 'token';
30
- export declare type TransferFilterIdentifierFields = 'transfer_group';
29
+ export type TransferFilterForeignFields = 'from_wallet' | 'to_wallet' | 'wallet' | 'token';
30
+ export type TransferFilterIdentifierFields = 'transfer_group';
31
31
  export interface TransferFilter {
32
32
  /**
33
33
  * Status of the transfer
@@ -58,18 +58,18 @@ export interface AdvancedTransferFilterFieldsWForeign {
58
58
  export interface AdvancedTransferFilterValues {
59
59
  value: TransferFilter;
60
60
  }
61
- export declare type FindTransferManyTxOptions = ITxLimitingOptions & FindTransferManyOrderingOptions & ITxGeneralOptions & FindTransferManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
62
- export declare type FindTransferManyOrderingInput = ITxOrderingInput & FindTransferManyOrderingInputField;
63
- export declare type AdvancedTransferFilterWhereInner = DbFilterFunctionWhereInner & AdvancedTransferFilterInner;
64
- export declare type AdvancedTransferFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedTransferFilterFields;
65
- export declare type AdvancedTransferFilterWherePrimitiveForeign = DbFilterFunctionWherePrimitiveForeign & AdvancedTransferFilterFieldsForeign;
66
- export declare type AdvancedTransferFilterWherePrimitiveIdentifier = DbFilterFunctionWherePrimitiveIdentifier & AdvancedTransferFilterFieldsIdentifier;
67
- export declare type AdvancedTransferFilterWhereObject = DbFilterFunctionWhereObject & AdvancedTransferFilterValues;
68
- export declare type AdvancedTransferFilterWhereIn = DbFilterFunctionWhereIns & AdvancedTransferFilterFieldsWForeign;
69
- export declare type AdvancedTransferFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedTransferFilterFields;
70
- export declare type AdvancedTransferFilter = AdvancedTransferFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedTransferFilterWhereObject | AdvancedTransferFilterWherePrimitive | AdvancedTransferFilterWherePrimitiveForeign | AdvancedTransferFilterWherePrimitiveIdentifier | AdvancedTransferFilterWhereIn | AdvancedTransferFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
71
- export declare type AdvancedTransferFilterArray = AdvancedTransferFilter[];
72
- export declare type FindTransferManyFilter = TransferFilter | AdvancedTransferFilterArray;
61
+ export type FindTransferManyTxOptions = ITxLimitingOptions & FindTransferManyOrderingOptions & ITxGeneralOptions & FindTransferManyAdditionalOptions & ITxSelectOptions & ITxDeselectOptions & ITxMetadataOptions;
62
+ export type FindTransferManyOrderingInput = ITxOrderingInput & FindTransferManyOrderingInputField;
63
+ export type AdvancedTransferFilterWhereInner = DbFilterFunctionWhereInner & AdvancedTransferFilterInner;
64
+ export type AdvancedTransferFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedTransferFilterFields;
65
+ export type AdvancedTransferFilterWherePrimitiveForeign = DbFilterFunctionWherePrimitiveForeign & AdvancedTransferFilterFieldsForeign;
66
+ export type AdvancedTransferFilterWherePrimitiveIdentifier = DbFilterFunctionWherePrimitiveIdentifier & AdvancedTransferFilterFieldsIdentifier;
67
+ export type AdvancedTransferFilterWhereObject = DbFilterFunctionWhereObject & AdvancedTransferFilterValues;
68
+ export type AdvancedTransferFilterWhereIn = DbFilterFunctionWhereIns & AdvancedTransferFilterFieldsWForeign;
69
+ export type AdvancedTransferFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedTransferFilterFields;
70
+ export type AdvancedTransferFilter = AdvancedTransferFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedTransferFilterWhereObject | AdvancedTransferFilterWherePrimitive | AdvancedTransferFilterWherePrimitiveForeign | AdvancedTransferFilterWherePrimitiveIdentifier | AdvancedTransferFilterWhereIn | AdvancedTransferFilterWhereNull | DbFilterFunctionWhereMetadataNulls;
71
+ export type AdvancedTransferFilterArray = AdvancedTransferFilter[];
72
+ export type FindTransferManyFilter = TransferFilter | AdvancedTransferFilterArray;
73
73
  /**
74
74
  * Input for findTransferMany
75
75
  *
@@ -47,9 +47,9 @@ export interface AdvancedWalletFilterInner {
47
47
  export interface AdvancedWalletFilterFieldsObject {
48
48
  field: AdvancedWalletFilterFields;
49
49
  }
50
- export declare type AdvancedWalletFilterFields = 'id' | 'balance_pending_amount' | 'balance_finished_amount' | 'balance_available_balance' | 'foreign' | 'name' | 'type' | 'status' | 'created_at';
51
- export declare type AdvancedWalletFilterStringFields = 'foreign' | 'name' | 'type' | 'status' | 'created_at';
52
- export declare type AdvancedWalletFilterNumberFields = 'id' | 'balance_pending_amount' | 'balance_finished_amount' | 'balance_available_balance';
50
+ export type AdvancedWalletFilterFields = 'id' | 'balance_pending_amount' | 'balance_finished_amount' | 'balance_available_balance' | 'foreign' | 'name' | 'type' | 'status' | 'created_at';
51
+ export type AdvancedWalletFilterStringFields = 'foreign' | 'name' | 'type' | 'status' | 'created_at';
52
+ export type AdvancedWalletFilterNumberFields = 'id' | 'balance_pending_amount' | 'balance_finished_amount' | 'balance_available_balance';
53
53
  export interface AdvancedWalletFilterValues {
54
54
  value: WalletFilter;
55
55
  }
@@ -62,16 +62,16 @@ export interface FindWalletManySelectOptions {
62
62
  */
63
63
  select?: WalletWithBalanceFields[];
64
64
  }
65
- export declare type FindWalletManyTxOptions = ITxLimitingOptions & FindWalletManyOrderingOptions & ITxGeneralOptions & FindWalletManyAdditionalOptions & FindWalletManySelectOptions & ITxMetadataOptions;
66
- export declare type FindWalletManyOrderingInput = ITxOrderingInput & FindWalletManyOrderingInputField;
67
- export declare type FindWalletManyFilter = WalletFilter | AdvancedWalletFilterArray;
68
- export declare type AdvancedWalletFilter = AdvancedWalletFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedWalletFilterWherePrimitive | AdvancedWalletFilterWhereObject | AdvancedWalletFilterWhereIn | AdvancedWalletFilterWhereNull;
69
- export declare type AdvancedWalletFilterWhereInner = DbFilterFunctionWhereInner & AdvancedWalletFilterInner;
70
- export declare type AdvancedWalletFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedWalletFilterFieldsObject;
71
- export declare type AdvancedWalletFilterWhereObject = DbFilterFunctionWhereObject & AdvancedWalletFilterValues;
72
- export declare type AdvancedWalletFilterWhereIn = DbFilterFunctionWhereIns & AdvancedWalletFilterFieldsObject;
73
- export declare type AdvancedWalletFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedWalletFilterFieldsObject;
74
- export declare type AdvancedWalletFilterArray = AdvancedWalletFilter[];
65
+ export type FindWalletManyTxOptions = ITxLimitingOptions & FindWalletManyOrderingOptions & ITxGeneralOptions & FindWalletManyAdditionalOptions & FindWalletManySelectOptions & ITxMetadataOptions;
66
+ export type FindWalletManyOrderingInput = ITxOrderingInput & FindWalletManyOrderingInputField;
67
+ export type FindWalletManyFilter = WalletFilter | AdvancedWalletFilterArray;
68
+ export type AdvancedWalletFilter = AdvancedWalletFilterWhereInner | DbFilterFunctionWhereMetadataIns | DbFilterFunctionWhereMetadataPrimitive | AdvancedWalletFilterWherePrimitive | AdvancedWalletFilterWhereObject | AdvancedWalletFilterWhereIn | AdvancedWalletFilterWhereNull;
69
+ export type AdvancedWalletFilterWhereInner = DbFilterFunctionWhereInner & AdvancedWalletFilterInner;
70
+ export type AdvancedWalletFilterWherePrimitive = DbFilterFunctionWherePrimitive & AdvancedWalletFilterFieldsObject;
71
+ export type AdvancedWalletFilterWhereObject = DbFilterFunctionWhereObject & AdvancedWalletFilterValues;
72
+ export type AdvancedWalletFilterWhereIn = DbFilterFunctionWhereIns & AdvancedWalletFilterFieldsObject;
73
+ export type AdvancedWalletFilterWhereNull = DbFilterFunctionWhereNulls & AdvancedWalletFilterFieldsObject;
74
+ export type AdvancedWalletFilterArray = AdvancedWalletFilter[];
75
75
  /**
76
76
  * Input for findWalletMany
77
77
  *
@@ -169,7 +169,7 @@ export interface WalletWithBalance {
169
169
  */
170
170
  type?: WalletType;
171
171
  }
172
- export declare type WalletWithBalanceFields = 'id' | 'foreign' | 'name' | 'metadata' | 'type' | 'status' | 'default_allow_negative' | 'default_allow_positive' | 'created_at' | 'updated_at' | 'balance_transfer_id' | 'balance_token_id' | 'balance_token_foreign' | 'balance_pending_amount' | 'balance_pending_amount_to' | 'balance_pending_amount_from' | 'balance_finished_amount' | 'balance_amount' | 'balance_latest_control_hash' | 'balance_updated_at' | 'balance_available_balance';
172
+ export type WalletWithBalanceFields = 'id' | 'foreign' | 'name' | 'metadata' | 'type' | 'status' | 'default_allow_negative' | 'default_allow_positive' | 'created_at' | 'updated_at' | 'balance_transfer_id' | 'balance_token_id' | 'balance_token_foreign' | 'balance_pending_amount' | 'balance_pending_amount_to' | 'balance_pending_amount_from' | 'balance_finished_amount' | 'balance_amount' | 'balance_latest_control_hash' | 'balance_updated_at' | 'balance_available_balance';
173
173
  /**
174
174
  * Output of findWalletMany
175
175
  *
@@ -5,8 +5,8 @@ export interface FinishTransactionAdditionalOptions {
5
5
  */
6
6
  transaction_id: string;
7
7
  }
8
- export declare type FinishTransactionTxInputStringFields = 'action';
9
- export declare type FinishTransactionTxOptions = ITxGeneralOptions & FinishTransactionAdditionalOptions;
8
+ export type FinishTransactionTxInputStringFields = 'action';
9
+ export type FinishTransactionTxOptions = ITxGeneralOptions & FinishTransactionAdditionalOptions;
10
10
  /**
11
11
  * Input for finishTransaction
12
12
  *
@@ -26,7 +26,7 @@ export interface UniqueBalanceFilter {
26
26
  wallet: UniqueWalletFilter;
27
27
  token: UniqueTokenFilter;
28
28
  }
29
- export declare type GetBalanceTxOptions = ITxGeneralOptions & GetBalanceAdditionalOptions;
29
+ export type GetBalanceTxOptions = ITxGeneralOptions & GetBalanceAdditionalOptions;
30
30
  /**
31
31
  * Input for getBalance
32
32
  *
@@ -93,7 +93,7 @@ export interface Balance {
93
93
  /**
94
94
  * Fields on the balance object
95
95
  */
96
- export declare type BalanceFields = 'transfer_id' | 'token_id' | 'token_foreign' | 'wallet_id' | 'wallet_foreign' | 'pending_amount' | 'pending_amount_to' | 'pending_amount_from' | 'finished_amount' | 'available_balance' | 'amount' | 'latest_control_hash' | 'updated_at';
96
+ export type BalanceFields = 'transfer_id' | 'token_id' | 'token_foreign' | 'wallet_id' | 'wallet_foreign' | 'pending_amount' | 'pending_amount_to' | 'pending_amount_from' | 'finished_amount' | 'available_balance' | 'amount' | 'latest_control_hash' | 'updated_at';
97
97
  /**
98
98
  * Output of getBalance
99
99
  *
@@ -31,7 +31,7 @@ export interface BalanceHistorySelectOptions {
31
31
  */
32
32
  select?: BalanceHistoryFields[];
33
33
  }
34
- export declare type GetBalanceHistoryTxOptions = ITxGeneralOptions & GetBalanceHistoryAdditionalOptions & ITxLimitingOptions & GetBalanceHistoryOrderingOptions & BalanceHistorySelectOptions & ITxMetadataOptions;
34
+ export type GetBalanceHistoryTxOptions = ITxGeneralOptions & GetBalanceHistoryAdditionalOptions & ITxLimitingOptions & GetBalanceHistoryOrderingOptions & BalanceHistorySelectOptions & ITxMetadataOptions;
35
35
  /**
36
36
  * Input for getBalanceHistory
37
37
  *
@@ -173,7 +173,7 @@ export interface BalanceHistory {
173
173
  */
174
174
  transfer_status_finalized_at?: string | null;
175
175
  }
176
- export declare type BalanceHistoryFields = 'transfer_id' | 'transfer_identifier' | 'transfer_control_hash' | 'transfer_from_wallet_id' | 'transfer_from_wallet_foreign' | 'transfer_to_wallet_id' | 'transfer_to_wallet_foreign' | 'transfer_amount' | 'transfer_type' | 'transfer_status' | 'transfer_force' | 'transfer_created_at' | 'transfer_updated_at' | 'transfer_metadata' | 'transfer_transfer_group_id' | 'transfer_transfer_group_identifier' | 'transfer_reverses_id' | 'transfer_reverses_identifier' | 'transfer_status_finalized_at' | 'balance_id' | 'token_id' | 'token_foreign' | 'wallet_id' | 'wallet_foreign' | 'pending_amount' | 'pending_amount_to' | 'pending_amount_from' | 'finished_amount' | 'amount' | 'latest_control_hash' | 'updated_at' | 'status';
176
+ export type BalanceHistoryFields = 'transfer_id' | 'transfer_identifier' | 'transfer_control_hash' | 'transfer_from_wallet_id' | 'transfer_from_wallet_foreign' | 'transfer_to_wallet_id' | 'transfer_to_wallet_foreign' | 'transfer_amount' | 'transfer_type' | 'transfer_status' | 'transfer_force' | 'transfer_created_at' | 'transfer_updated_at' | 'transfer_metadata' | 'transfer_transfer_group_id' | 'transfer_transfer_group_identifier' | 'transfer_reverses_id' | 'transfer_reverses_identifier' | 'transfer_status_finalized_at' | 'balance_id' | 'token_id' | 'token_foreign' | 'wallet_id' | 'wallet_foreign' | 'pending_amount' | 'pending_amount_to' | 'pending_amount_from' | 'finished_amount' | 'amount' | 'latest_control_hash' | 'updated_at' | 'status';
177
177
  /**
178
178
  * Output of getBalanceHistory
179
179
  *
@@ -4,7 +4,7 @@ import { ITxGeneralOptions } from '../tx-consts.enums';
4
4
  */
5
5
  export interface GetDatabaseBackupProgressAdditionalOptions {
6
6
  }
7
- export declare type GetDatabaseBackupProgressTxOptions = ITxGeneralOptions & GetDatabaseBackupProgressAdditionalOptions;
7
+ export type GetDatabaseBackupProgressTxOptions = ITxGeneralOptions & GetDatabaseBackupProgressAdditionalOptions;
8
8
  /**
9
9
  * Input for getDatabaseExportProgress
10
10
  *
@@ -1,5 +1,5 @@
1
1
  import { ITxGeneralOptions } from '../tx-consts.enums';
2
- export declare type ImportDatabaseProgressTxOptions = ITxGeneralOptions;
2
+ export type ImportDatabaseProgressTxOptions = ITxGeneralOptions;
3
3
  /**
4
4
  * Input for GetDatabaseImportProgress
5
5
  *
@@ -1,6 +1,6 @@
1
1
  import { ITxGeneralOptionsWithoutTx } from '../tx-consts.enums';
2
2
  import { Flags } from '../../db';
3
- export declare type GetFlagsTxOptions = ITxGeneralOptionsWithoutTx;
3
+ export type GetFlagsTxOptions = ITxGeneralOptionsWithoutTx;
4
4
  /**
5
5
  * Input for getFlags
6
6
  *
@@ -16,11 +16,11 @@ export interface StatisticsGroupField {
16
16
  /**
17
17
  * Model to return statistics about
18
18
  */
19
- export declare type StatisticsModel = 'Transfer' | 'TransferGroup' | 'Wallet' | 'Token';
19
+ export type StatisticsModel = 'Transfer' | 'TransferGroup' | 'Wallet' | 'Token';
20
20
  /**
21
21
  * Field to group statistics about. Only used with group_by_field type
22
22
  */
23
- export declare type StatisticsField = 'type' | 'status' | 'transfer_status';
23
+ export type StatisticsField = 'type' | 'status' | 'transfer_status';
24
24
  export interface StatisticsGeneralFilter {
25
25
  start_time?: string;
26
26
  end_time?: string;
@@ -33,9 +33,9 @@ export interface StatisticsTransferFilter {
33
33
  start_time?: string;
34
34
  end_time?: string;
35
35
  }
36
- export declare type StatisticsGroup = ITxGroup | StatisticsGroupField;
37
- export declare type StatisticsGroups = StatisticsGroup[];
38
- export declare type StatisticsFilter = StatisticsGeneralFilter | StatisticsTransferFilter;
36
+ export type StatisticsGroup = ITxGroup | StatisticsGroupField;
37
+ export type StatisticsGroups = StatisticsGroup[];
38
+ export type StatisticsFilter = StatisticsGeneralFilter | StatisticsTransferFilter;
39
39
  /**
40
40
  * Input for getStatistics
41
41
  *
@@ -39,11 +39,11 @@ export interface UniqueTokenFilterForeign {
39
39
  */
40
40
  foreign: string | null;
41
41
  }
42
- export declare type GetTokenTxOptions = ITxGeneralOptions & GetTokenAdditionalOptions;
42
+ export type GetTokenTxOptions = ITxGeneralOptions & GetTokenAdditionalOptions;
43
43
  /**
44
44
  * UNIQUE filtering options for token
45
45
  */
46
- export declare type UniqueTokenFilter = UniqueTokenFilterId | UniqueTokenFilterForeign;
46
+ export type UniqueTokenFilter = UniqueTokenFilterId | UniqueTokenFilterForeign;
47
47
  /**
48
48
  * Input for getToken
49
49
  *
@@ -15,7 +15,7 @@ export interface GetTokenManyAdditionalOptions {
15
15
  */
16
16
  return_only_id?: boolean;
17
17
  }
18
- export declare type GetTokenManyTxOptions = ITxGeneralOptions & GetTokenManyAdditionalOptions;
18
+ export type GetTokenManyTxOptions = ITxGeneralOptions & GetTokenManyAdditionalOptions;
19
19
  /**
20
20
  * Input for getTokenMany
21
21
  *
@@ -25,7 +25,7 @@ export interface GetTokenManyTxInput {
25
25
  tokens: UniqueTokenFilter[];
26
26
  options?: GetTokenManyTxOptions;
27
27
  }
28
- export declare type TokenResult = TokenTable | TokenTableOptional | null;
28
+ export type TokenResult = TokenTable | TokenTableOptional | null;
29
29
  /**
30
30
  * Output of getTokenMany
31
31
  *
@@ -25,11 +25,11 @@ export interface UniqueTransferFilterIdentifier {
25
25
  */
26
26
  identifier: string;
27
27
  }
28
- export declare type GetTransferTxOptions = ITxGeneralOptions;
28
+ export type GetTransferTxOptions = ITxGeneralOptions;
29
29
  /**
30
30
  * UNIQUE filtering options for transfer
31
31
  */
32
- export declare type UniqueTransferFilter = UniqueTransferFilterId | UniqueTransferFilterIdentifier;
32
+ export type UniqueTransferFilter = UniqueTransferFilterId | UniqueTransferFilterIdentifier;
33
33
  /**
34
34
  * Input for getTransfer
35
35
  *
@@ -38,11 +38,11 @@ export interface UniqueTransferGroupFilterIdentifier {
38
38
  */
39
39
  identifier: string;
40
40
  }
41
- export declare type GetTransferGroupTxOptions = ITxGeneralOptions & GetTransferGroupAdditionalOptions;
41
+ export type GetTransferGroupTxOptions = ITxGeneralOptions & GetTransferGroupAdditionalOptions;
42
42
  /**
43
43
  * UNIQUE filtering options for transfer
44
44
  */
45
- export declare type UniqueTransferGroupFilter = UniqueTransferGroupFilterId | UniqueTransferGroupFilterIdentifier;
45
+ export type UniqueTransferGroupFilter = UniqueTransferGroupFilterId | UniqueTransferGroupFilterIdentifier;
46
46
  /**
47
47
  * Input for getTransferGroup
48
48
  *
@@ -40,11 +40,11 @@ export interface UniqueWalletFilterForeign {
40
40
  */
41
41
  foreign: string | null;
42
42
  }
43
- export declare type GetWalletTxOptions = ITxGeneralOptions & GetWalletAdditionalOptions;
43
+ export type GetWalletTxOptions = ITxGeneralOptions & GetWalletAdditionalOptions;
44
44
  /**
45
45
  * UNIQUE filtering options for wallet
46
46
  */
47
- export declare type UniqueWalletFilter = UniqueWalletFilterId | UniqueWalletFilterForeign;
47
+ export type UniqueWalletFilter = UniqueWalletFilterId | UniqueWalletFilterForeign;
48
48
  /**
49
49
  * Input for getWallet
50
50
  *
@@ -15,7 +15,7 @@ export interface GetWalletManyAdditionalOptions {
15
15
  */
16
16
  return_only_id?: boolean;
17
17
  }
18
- export declare type GetWalletManyTxOptions = ITxGeneralOptions & GetWalletManyAdditionalOptions;
18
+ export type GetWalletManyTxOptions = ITxGeneralOptions & GetWalletManyAdditionalOptions;
19
19
  /**
20
20
  * Input for getWalletMany
21
21
  *
@@ -25,7 +25,7 @@ export interface GetWalletManyTxInput {
25
25
  wallets?: UniqueWalletFilter[];
26
26
  options?: GetWalletManyTxOptions;
27
27
  }
28
- export declare type WalletResult = WalletTable | WalletTableOptional | null;
28
+ export type WalletResult = WalletTable | WalletTableOptional | null;
29
29
  /**
30
30
  * Output of getWalletMany
31
31
  *
@@ -155,10 +155,10 @@ export interface ImportActionTransfer {
155
155
  target: 'transfer';
156
156
  data: ImportActionTransferData;
157
157
  }
158
- export declare type ImportActionsTxOptions = ITxGeneralOptions;
159
- export declare type ImportActionsTxStreamChunk = ImportActionWallet | ImportActionToken | ImportActionTransferGroup | ImportActionTransfer;
160
- export declare type ImportActionTransferGroupData = TransferGroupData & ImportActionTransferGroupExtension;
161
- export declare type ImportActionTransferData = ImportActionTransferDataRegular | ImportActionTransferDataDeposit | ImportActionTransferDataWithdrawal;
158
+ export type ImportActionsTxOptions = ITxGeneralOptions;
159
+ export type ImportActionsTxStreamChunk = ImportActionWallet | ImportActionToken | ImportActionTransferGroup | ImportActionTransfer;
160
+ export type ImportActionTransferGroupData = TransferGroupData & ImportActionTransferGroupExtension;
161
+ export type ImportActionTransferData = ImportActionTransferDataRegular | ImportActionTransferDataDeposit | ImportActionTransferDataWithdrawal;
162
162
  /**
163
163
  * Input for importActions
164
164
  *
@@ -1,4 +1,4 @@
1
- export declare type ImportDatabaseTxInputStringFields = 'name';
1
+ export type ImportDatabaseTxInputStringFields = 'name';
2
2
  /**
3
3
  * Input for importDatabase
4
4
  *
@@ -1,6 +1,6 @@
1
1
  import { ITxGeneralOptionsWithoutTx } from '../tx-consts.enums';
2
- export declare type QueryTxInputStringFields = 'query';
3
- export declare type QueryTxOptions = ITxGeneralOptionsWithoutTx;
2
+ export type QueryTxInputStringFields = 'query';
3
+ export type QueryTxOptions = ITxGeneralOptionsWithoutTx;
4
4
  /**
5
5
  * Input for query
6
6
  *
@@ -8,8 +8,8 @@ export interface QueryLogsAdditionalOptions {
8
8
  */
9
9
  exact_level?: boolean;
10
10
  }
11
- export declare type QueryLogsTxInputStringFields = 'startTime' | 'endTime' | 'tracking_id' | 'level';
12
- export declare type QueryLogsTxOptions = ITxGeneralOptions & QueryLogsAdditionalOptions;
11
+ export type QueryLogsTxInputStringFields = 'startTime' | 'endTime' | 'tracking_id' | 'level';
12
+ export type QueryLogsTxOptions = ITxGeneralOptions & QueryLogsAdditionalOptions;
13
13
  /**
14
14
  * Input for queryLogs
15
15
  *
@@ -1,6 +1,6 @@
1
1
  import { ITxGeneralOptionsWithoutTx } from '../tx-consts.enums';
2
- export declare type ResetDatabaseTxInputStringFields = 'confirmation' | 'version';
3
- export declare type ResetDatabaseTxOptions = ITxGeneralOptionsWithoutTx;
2
+ export type ResetDatabaseTxInputStringFields = 'confirmation' | 'version';
3
+ export type ResetDatabaseTxOptions = ITxGeneralOptionsWithoutTx;
4
4
  /**
5
5
  * Input for resetDatabase
6
6
  *
@@ -52,7 +52,7 @@ export interface TransferReverseModifications {
52
52
  [k: string]: unknown;
53
53
  } | null;
54
54
  }
55
- export declare type ReverseTransferTxOptions = ITxGeneralOptions & ReverseTransferAdditionalOptions;
55
+ export type ReverseTransferTxOptions = ITxGeneralOptions & ReverseTransferAdditionalOptions;
56
56
  /**
57
57
  * Input for reverseTransfer
58
58
  *
@@ -70,7 +70,7 @@ export interface ReverseTransferGroupModifications {
70
70
  [k: string]: unknown;
71
71
  } | null;
72
72
  }
73
- export declare type ReverseTransferGroupTxOptions = ITxGeneralOptions & ReverseTransferGroupAdditionalOptions;
73
+ export type ReverseTransferGroupTxOptions = ITxGeneralOptions & ReverseTransferGroupAdditionalOptions;
74
74
  /**
75
75
  * Input for reverseTransferGroup
76
76
  *
@@ -49,7 +49,7 @@ export interface ReverseTransferGroupManyModifications {
49
49
  */
50
50
  export interface ReverseTransferGroupManyAdditionalOptions {
51
51
  }
52
- export declare type ReverseTransferGroupManyTxOptions = ITxGeneralOptions & ReverseTransferGroupAdditionalOptions;
52
+ export type ReverseTransferGroupManyTxOptions = ITxGeneralOptions & ReverseTransferGroupAdditionalOptions;
53
53
  /**
54
54
  * Input for reverseTransferGroupMany
55
55
  *
@@ -34,7 +34,7 @@ export interface ReverseTransferManyModifications {
34
34
  [k: string]: unknown;
35
35
  } | null;
36
36
  }
37
- export declare type ReverseTransferManyTxOptions = ITxGeneralOptions & ReverseTransferManyAdditionalOptions;
37
+ export type ReverseTransferManyTxOptions = ITxGeneralOptions & ReverseTransferManyAdditionalOptions;
38
38
  /**
39
39
  * Input for reverseTransferMany
40
40
  *
@@ -1,6 +1,6 @@
1
1
  import { Flags } from '../../db';
2
2
  import { ITxGeneralOptionsWithoutTx } from '../tx-consts.enums';
3
- export declare type SetFlagsTxOptions = ITxGeneralOptionsWithoutTx;
3
+ export type SetFlagsTxOptions = ITxGeneralOptionsWithoutTx;
4
4
  /**
5
5
  * Input for setFlags
6
6
  *
@@ -1,5 +1,5 @@
1
1
  import { ITxGeneralOptionsWithoutTx } from '../tx-consts.enums';
2
- export declare type StartTransactionTxOptions = ITxGeneralOptionsWithoutTx;
2
+ export type StartTransactionTxOptions = ITxGeneralOptionsWithoutTx;
3
3
  /**
4
4
  * Input for startTransaction
5
5
  *
@@ -126,8 +126,8 @@ export interface ITxOrderingInput {
126
126
  */
127
127
  nulls?: 'first' | 'last';
128
128
  }
129
- export declare type ITxGroup = ITxGroupPeriod | ITxGroupField | ITxGroupMetadataField;
130
- export declare type ITxGroups = ITxGroup[];
129
+ export type ITxGroup = ITxGroupPeriod | ITxGroupField | ITxGroupMetadataField;
130
+ export type ITxGroups = ITxGroup[];
131
131
  export interface ITxGroupPeriod {
132
132
  type: 'period';
133
133
  field: ITxPeriod;
@@ -143,11 +143,11 @@ export interface ITxGroupMetadataField {
143
143
  field: string;
144
144
  alias?: string;
145
145
  }
146
- export declare type ITxPeriod = ITxPeriodSimple | ITxPeriodTimezone;
146
+ export type ITxPeriod = ITxPeriodSimple | ITxPeriodTimezone;
147
147
  /**
148
148
  * Time period rows should be grouped by
149
149
  */
150
- export declare type ITxPeriodSimple = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
150
+ export type ITxPeriodSimple = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
151
151
  /**
152
152
  * Time period rows should be grouped by
153
153
  */
@@ -162,11 +162,11 @@ export interface ITxTimeFilter {
162
162
  /**
163
163
  * Aggregator description
164
164
  */
165
- export declare type ITxAggregator = ITxAggregatorSimple | ITxAggregatorComplex;
165
+ export type ITxAggregator = ITxAggregatorSimple | ITxAggregatorComplex;
166
166
  /**
167
167
  * Function to use for grouping
168
168
  */
169
- export declare type ITxAggregatorSimple = 'count' | 'countDistinct' | 'sum' | 'average' | 'min' | 'max';
169
+ export type ITxAggregatorSimple = 'count' | 'countDistinct' | 'sum' | 'average' | 'min' | 'max';
170
170
  /**
171
171
  * Function to use for grouping
172
172
  */
@@ -184,22 +184,22 @@ export interface ITxAggregatorComplex {
184
184
  */
185
185
  alias?: string;
186
186
  }
187
- export declare type ITxAggregateResults = ITxAggregateResult[];
187
+ export type ITxAggregateResults = ITxAggregateResult[];
188
188
  export interface ITxAggregateResult {
189
189
  [k: string]: string | number;
190
190
  }
191
191
  /**
192
192
  * Rule for distribution grouping
193
193
  */
194
- export declare type ITxDistributorLeftoverRule = 'keep' | 'random' | 'largest' | 'target';
194
+ export type ITxDistributorLeftoverRule = 'keep' | 'random' | 'largest' | 'target';
195
195
  /**
196
196
  * Whether to replace or extend current metadata with new value
197
197
  */
198
- export declare type ITxMetadataAction = 'replace' | 'extend';
198
+ export type ITxMetadataAction = 'replace' | 'extend';
199
199
  /**
200
200
  * Whether to replace or extend current metadata with new value
201
201
  */
202
- export declare type ITxMetadataActionForReverse = 'replace' | 'replace_create_only' | 'replace_cancel_only' | 'extend' | 'extend_create_only' | 'extend_cancel_only';
202
+ export type ITxMetadataActionForReverse = 'replace' | 'replace_create_only' | 'replace_cancel_only' | 'extend' | 'extend_create_only' | 'extend_cancel_only';
203
203
  export declare enum ITxPeriodSimpleEnum {
204
204
  year = 'year',
205
205
  month = 'month',