tigerbeetle-node
Advanced tools
Comparing version 0.16.3 to 0.16.4
@@ -75,2 +75,9 @@ export declare enum AccountFlags { | ||
id_must_not_be_int_max = 7, | ||
exists_with_different_flags = 15, | ||
exists_with_different_user_data_128 = 16, | ||
exists_with_different_user_data_64 = 17, | ||
exists_with_different_user_data_32 = 18, | ||
exists_with_different_ledger = 19, | ||
exists_with_different_code = 20, | ||
exists = 21, | ||
flags_are_mutually_exclusive = 8, | ||
@@ -83,9 +90,2 @@ debits_pending_must_be_zero = 9, | ||
code_must_not_be_zero = 14, | ||
exists_with_different_flags = 15, | ||
exists_with_different_user_data_128 = 16, | ||
exists_with_different_user_data_64 = 17, | ||
exists_with_different_user_data_32 = 18, | ||
exists_with_different_ledger = 19, | ||
exists_with_different_code = 20, | ||
exists = 21, | ||
imported_event_timestamp_must_not_regress = 26 | ||
@@ -97,6 +97,23 @@ } | ||
linked_event_chain_open = 2, | ||
imported_event_expected = 56, | ||
imported_event_not_expected = 57, | ||
timestamp_must_be_zero = 3, | ||
imported_event_timestamp_out_of_range = 58, | ||
imported_event_timestamp_must_not_advance = 59, | ||
reserved_flag = 4, | ||
id_must_not_be_zero = 5, | ||
id_must_not_be_int_max = 6, | ||
exists_with_different_flags = 36, | ||
exists_with_different_pending_id = 40, | ||
exists_with_different_timeout = 44, | ||
exists_with_different_debit_account_id = 37, | ||
exists_with_different_credit_account_id = 38, | ||
exists_with_different_amount = 39, | ||
exists_with_different_user_data_128 = 41, | ||
exists_with_different_user_data_64 = 42, | ||
exists_with_different_user_data_32 = 43, | ||
exists_with_different_ledger = 67, | ||
exists_with_different_code = 45, | ||
exists = 46, | ||
id_already_failed = 68, | ||
flags_are_mutually_exclusive = 7, | ||
@@ -113,2 +130,3 @@ debit_account_id_must_not_be_zero = 8, | ||
timeout_reserved_for_pending_transfer = 17, | ||
closing_transfer_must_be_pending = 64, | ||
amount_must_not_be_zero = 18, | ||
@@ -132,13 +150,8 @@ ledger_must_not_be_zero = 19, | ||
pending_transfer_expired = 35, | ||
exists_with_different_flags = 36, | ||
exists_with_different_debit_account_id = 37, | ||
exists_with_different_credit_account_id = 38, | ||
exists_with_different_amount = 39, | ||
exists_with_different_pending_id = 40, | ||
exists_with_different_user_data_128 = 41, | ||
exists_with_different_user_data_64 = 42, | ||
exists_with_different_user_data_32 = 43, | ||
exists_with_different_timeout = 44, | ||
exists_with_different_code = 45, | ||
exists = 46, | ||
imported_event_timestamp_must_not_regress = 60, | ||
imported_event_timestamp_must_postdate_debit_account = 61, | ||
imported_event_timestamp_must_postdate_credit_account = 62, | ||
imported_event_timeout_must_be_zero = 63, | ||
debit_account_already_closed = 65, | ||
credit_account_already_closed = 66, | ||
overflows_debits_pending = 47, | ||
@@ -152,14 +165,3 @@ overflows_credits_pending = 48, | ||
exceeds_credits = 54, | ||
exceeds_debits = 55, | ||
imported_event_expected = 56, | ||
imported_event_not_expected = 57, | ||
imported_event_timestamp_out_of_range = 58, | ||
imported_event_timestamp_must_not_advance = 59, | ||
imported_event_timestamp_must_not_regress = 60, | ||
imported_event_timestamp_must_postdate_debit_account = 61, | ||
imported_event_timestamp_must_postdate_credit_account = 62, | ||
imported_event_timeout_must_be_zero = 63, | ||
closing_transfer_must_be_pending = 64, | ||
debit_account_already_closed = 65, | ||
credit_account_already_closed = 66 | ||
exceeds_debits = 55 | ||
} | ||
@@ -166,0 +168,0 @@ export declare type CreateAccountsError = { |
@@ -53,2 +53,9 @@ "use strict"; | ||
CreateAccountError[CreateAccountError["id_must_not_be_int_max"] = 7] = "id_must_not_be_int_max"; | ||
CreateAccountError[CreateAccountError["exists_with_different_flags"] = 15] = "exists_with_different_flags"; | ||
CreateAccountError[CreateAccountError["exists_with_different_user_data_128"] = 16] = "exists_with_different_user_data_128"; | ||
CreateAccountError[CreateAccountError["exists_with_different_user_data_64"] = 17] = "exists_with_different_user_data_64"; | ||
CreateAccountError[CreateAccountError["exists_with_different_user_data_32"] = 18] = "exists_with_different_user_data_32"; | ||
CreateAccountError[CreateAccountError["exists_with_different_ledger"] = 19] = "exists_with_different_ledger"; | ||
CreateAccountError[CreateAccountError["exists_with_different_code"] = 20] = "exists_with_different_code"; | ||
CreateAccountError[CreateAccountError["exists"] = 21] = "exists"; | ||
CreateAccountError[CreateAccountError["flags_are_mutually_exclusive"] = 8] = "flags_are_mutually_exclusive"; | ||
@@ -61,9 +68,2 @@ CreateAccountError[CreateAccountError["debits_pending_must_be_zero"] = 9] = "debits_pending_must_be_zero"; | ||
CreateAccountError[CreateAccountError["code_must_not_be_zero"] = 14] = "code_must_not_be_zero"; | ||
CreateAccountError[CreateAccountError["exists_with_different_flags"] = 15] = "exists_with_different_flags"; | ||
CreateAccountError[CreateAccountError["exists_with_different_user_data_128"] = 16] = "exists_with_different_user_data_128"; | ||
CreateAccountError[CreateAccountError["exists_with_different_user_data_64"] = 17] = "exists_with_different_user_data_64"; | ||
CreateAccountError[CreateAccountError["exists_with_different_user_data_32"] = 18] = "exists_with_different_user_data_32"; | ||
CreateAccountError[CreateAccountError["exists_with_different_ledger"] = 19] = "exists_with_different_ledger"; | ||
CreateAccountError[CreateAccountError["exists_with_different_code"] = 20] = "exists_with_different_code"; | ||
CreateAccountError[CreateAccountError["exists"] = 21] = "exists"; | ||
CreateAccountError[CreateAccountError["imported_event_timestamp_must_not_regress"] = 26] = "imported_event_timestamp_must_not_regress"; | ||
@@ -76,6 +76,23 @@ })(CreateAccountError = exports.CreateAccountError || (exports.CreateAccountError = {})); | ||
CreateTransferError[CreateTransferError["linked_event_chain_open"] = 2] = "linked_event_chain_open"; | ||
CreateTransferError[CreateTransferError["imported_event_expected"] = 56] = "imported_event_expected"; | ||
CreateTransferError[CreateTransferError["imported_event_not_expected"] = 57] = "imported_event_not_expected"; | ||
CreateTransferError[CreateTransferError["timestamp_must_be_zero"] = 3] = "timestamp_must_be_zero"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_out_of_range"] = 58] = "imported_event_timestamp_out_of_range"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_not_advance"] = 59] = "imported_event_timestamp_must_not_advance"; | ||
CreateTransferError[CreateTransferError["reserved_flag"] = 4] = "reserved_flag"; | ||
CreateTransferError[CreateTransferError["id_must_not_be_zero"] = 5] = "id_must_not_be_zero"; | ||
CreateTransferError[CreateTransferError["id_must_not_be_int_max"] = 6] = "id_must_not_be_int_max"; | ||
CreateTransferError[CreateTransferError["exists_with_different_flags"] = 36] = "exists_with_different_flags"; | ||
CreateTransferError[CreateTransferError["exists_with_different_pending_id"] = 40] = "exists_with_different_pending_id"; | ||
CreateTransferError[CreateTransferError["exists_with_different_timeout"] = 44] = "exists_with_different_timeout"; | ||
CreateTransferError[CreateTransferError["exists_with_different_debit_account_id"] = 37] = "exists_with_different_debit_account_id"; | ||
CreateTransferError[CreateTransferError["exists_with_different_credit_account_id"] = 38] = "exists_with_different_credit_account_id"; | ||
CreateTransferError[CreateTransferError["exists_with_different_amount"] = 39] = "exists_with_different_amount"; | ||
CreateTransferError[CreateTransferError["exists_with_different_user_data_128"] = 41] = "exists_with_different_user_data_128"; | ||
CreateTransferError[CreateTransferError["exists_with_different_user_data_64"] = 42] = "exists_with_different_user_data_64"; | ||
CreateTransferError[CreateTransferError["exists_with_different_user_data_32"] = 43] = "exists_with_different_user_data_32"; | ||
CreateTransferError[CreateTransferError["exists_with_different_ledger"] = 67] = "exists_with_different_ledger"; | ||
CreateTransferError[CreateTransferError["exists_with_different_code"] = 45] = "exists_with_different_code"; | ||
CreateTransferError[CreateTransferError["exists"] = 46] = "exists"; | ||
CreateTransferError[CreateTransferError["id_already_failed"] = 68] = "id_already_failed"; | ||
CreateTransferError[CreateTransferError["flags_are_mutually_exclusive"] = 7] = "flags_are_mutually_exclusive"; | ||
@@ -92,2 +109,3 @@ CreateTransferError[CreateTransferError["debit_account_id_must_not_be_zero"] = 8] = "debit_account_id_must_not_be_zero"; | ||
CreateTransferError[CreateTransferError["timeout_reserved_for_pending_transfer"] = 17] = "timeout_reserved_for_pending_transfer"; | ||
CreateTransferError[CreateTransferError["closing_transfer_must_be_pending"] = 64] = "closing_transfer_must_be_pending"; | ||
CreateTransferError[CreateTransferError["amount_must_not_be_zero"] = 18] = "amount_must_not_be_zero"; | ||
@@ -111,13 +129,8 @@ CreateTransferError[CreateTransferError["ledger_must_not_be_zero"] = 19] = "ledger_must_not_be_zero"; | ||
CreateTransferError[CreateTransferError["pending_transfer_expired"] = 35] = "pending_transfer_expired"; | ||
CreateTransferError[CreateTransferError["exists_with_different_flags"] = 36] = "exists_with_different_flags"; | ||
CreateTransferError[CreateTransferError["exists_with_different_debit_account_id"] = 37] = "exists_with_different_debit_account_id"; | ||
CreateTransferError[CreateTransferError["exists_with_different_credit_account_id"] = 38] = "exists_with_different_credit_account_id"; | ||
CreateTransferError[CreateTransferError["exists_with_different_amount"] = 39] = "exists_with_different_amount"; | ||
CreateTransferError[CreateTransferError["exists_with_different_pending_id"] = 40] = "exists_with_different_pending_id"; | ||
CreateTransferError[CreateTransferError["exists_with_different_user_data_128"] = 41] = "exists_with_different_user_data_128"; | ||
CreateTransferError[CreateTransferError["exists_with_different_user_data_64"] = 42] = "exists_with_different_user_data_64"; | ||
CreateTransferError[CreateTransferError["exists_with_different_user_data_32"] = 43] = "exists_with_different_user_data_32"; | ||
CreateTransferError[CreateTransferError["exists_with_different_timeout"] = 44] = "exists_with_different_timeout"; | ||
CreateTransferError[CreateTransferError["exists_with_different_code"] = 45] = "exists_with_different_code"; | ||
CreateTransferError[CreateTransferError["exists"] = 46] = "exists"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_not_regress"] = 60] = "imported_event_timestamp_must_not_regress"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_postdate_debit_account"] = 61] = "imported_event_timestamp_must_postdate_debit_account"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_postdate_credit_account"] = 62] = "imported_event_timestamp_must_postdate_credit_account"; | ||
CreateTransferError[CreateTransferError["imported_event_timeout_must_be_zero"] = 63] = "imported_event_timeout_must_be_zero"; | ||
CreateTransferError[CreateTransferError["debit_account_already_closed"] = 65] = "debit_account_already_closed"; | ||
CreateTransferError[CreateTransferError["credit_account_already_closed"] = 66] = "credit_account_already_closed"; | ||
CreateTransferError[CreateTransferError["overflows_debits_pending"] = 47] = "overflows_debits_pending"; | ||
@@ -132,13 +145,2 @@ CreateTransferError[CreateTransferError["overflows_credits_pending"] = 48] = "overflows_credits_pending"; | ||
CreateTransferError[CreateTransferError["exceeds_debits"] = 55] = "exceeds_debits"; | ||
CreateTransferError[CreateTransferError["imported_event_expected"] = 56] = "imported_event_expected"; | ||
CreateTransferError[CreateTransferError["imported_event_not_expected"] = 57] = "imported_event_not_expected"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_out_of_range"] = 58] = "imported_event_timestamp_out_of_range"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_not_advance"] = 59] = "imported_event_timestamp_must_not_advance"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_not_regress"] = 60] = "imported_event_timestamp_must_not_regress"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_postdate_debit_account"] = 61] = "imported_event_timestamp_must_postdate_debit_account"; | ||
CreateTransferError[CreateTransferError["imported_event_timestamp_must_postdate_credit_account"] = 62] = "imported_event_timestamp_must_postdate_credit_account"; | ||
CreateTransferError[CreateTransferError["imported_event_timeout_must_be_zero"] = 63] = "imported_event_timeout_must_be_zero"; | ||
CreateTransferError[CreateTransferError["closing_transfer_must_be_pending"] = 64] = "closing_transfer_must_be_pending"; | ||
CreateTransferError[CreateTransferError["debit_account_already_closed"] = 65] = "debit_account_already_closed"; | ||
CreateTransferError[CreateTransferError["credit_account_already_closed"] = 66] = "credit_account_already_closed"; | ||
})(CreateTransferError = exports.CreateTransferError || (exports.CreateTransferError = {})); | ||
@@ -145,0 +147,0 @@ var Operation; |
{ | ||
"name": "tigerbeetle-node", | ||
"version": "0.16.3", | ||
"version": "0.16.4", | ||
"description": "TigerBeetle Node.js client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -344,70 +344,70 @@ /////////////////////////////////////////////////////// | ||
/** | ||
* See [flags_are_mutually_exclusive](https://docs.tigerbeetle.com/reference/requests/create_accounts#flags_are_mutually_exclusive) | ||
* See [exists_with_different_flags](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_flags) | ||
*/ | ||
flags_are_mutually_exclusive = 8, | ||
exists_with_different_flags = 15, | ||
/** | ||
* See [debits_pending_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#debits_pending_must_be_zero) | ||
* See [exists_with_different_user_data_128](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_user_data_128) | ||
*/ | ||
debits_pending_must_be_zero = 9, | ||
exists_with_different_user_data_128 = 16, | ||
/** | ||
* See [debits_posted_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#debits_posted_must_be_zero) | ||
* See [exists_with_different_user_data_64](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_user_data_64) | ||
*/ | ||
debits_posted_must_be_zero = 10, | ||
exists_with_different_user_data_64 = 17, | ||
/** | ||
* See [credits_pending_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#credits_pending_must_be_zero) | ||
* See [exists_with_different_user_data_32](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_user_data_32) | ||
*/ | ||
credits_pending_must_be_zero = 11, | ||
exists_with_different_user_data_32 = 18, | ||
/** | ||
* See [credits_posted_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#credits_posted_must_be_zero) | ||
* See [exists_with_different_ledger](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_ledger) | ||
*/ | ||
credits_posted_must_be_zero = 12, | ||
exists_with_different_ledger = 19, | ||
/** | ||
* See [ledger_must_not_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#ledger_must_not_be_zero) | ||
* See [exists_with_different_code](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_code) | ||
*/ | ||
ledger_must_not_be_zero = 13, | ||
exists_with_different_code = 20, | ||
/** | ||
* See [code_must_not_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#code_must_not_be_zero) | ||
* See [exists](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists) | ||
*/ | ||
code_must_not_be_zero = 14, | ||
exists = 21, | ||
/** | ||
* See [exists_with_different_flags](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_flags) | ||
* See [flags_are_mutually_exclusive](https://docs.tigerbeetle.com/reference/requests/create_accounts#flags_are_mutually_exclusive) | ||
*/ | ||
exists_with_different_flags = 15, | ||
flags_are_mutually_exclusive = 8, | ||
/** | ||
* See [exists_with_different_user_data_128](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_user_data_128) | ||
* See [debits_pending_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#debits_pending_must_be_zero) | ||
*/ | ||
exists_with_different_user_data_128 = 16, | ||
debits_pending_must_be_zero = 9, | ||
/** | ||
* See [exists_with_different_user_data_64](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_user_data_64) | ||
* See [debits_posted_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#debits_posted_must_be_zero) | ||
*/ | ||
exists_with_different_user_data_64 = 17, | ||
debits_posted_must_be_zero = 10, | ||
/** | ||
* See [exists_with_different_user_data_32](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_user_data_32) | ||
* See [credits_pending_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#credits_pending_must_be_zero) | ||
*/ | ||
exists_with_different_user_data_32 = 18, | ||
credits_pending_must_be_zero = 11, | ||
/** | ||
* See [exists_with_different_ledger](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_ledger) | ||
* See [credits_posted_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#credits_posted_must_be_zero) | ||
*/ | ||
exists_with_different_ledger = 19, | ||
credits_posted_must_be_zero = 12, | ||
/** | ||
* See [exists_with_different_code](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists_with_different_code) | ||
* See [ledger_must_not_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#ledger_must_not_be_zero) | ||
*/ | ||
exists_with_different_code = 20, | ||
ledger_must_not_be_zero = 13, | ||
/** | ||
* See [exists](https://docs.tigerbeetle.com/reference/requests/create_accounts#exists) | ||
* See [code_must_not_be_zero](https://docs.tigerbeetle.com/reference/requests/create_accounts#code_must_not_be_zero) | ||
*/ | ||
exists = 21, | ||
code_must_not_be_zero = 14, | ||
@@ -442,2 +442,12 @@ /** | ||
/** | ||
* See [imported_event_expected](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_expected) | ||
*/ | ||
imported_event_expected = 56, | ||
/** | ||
* See [imported_event_not_expected](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_not_expected) | ||
*/ | ||
imported_event_not_expected = 57, | ||
/** | ||
* See [timestamp_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_transfers#timestamp_must_be_zero) | ||
@@ -448,2 +458,12 @@ */ | ||
/** | ||
* See [imported_event_timestamp_out_of_range](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_out_of_range) | ||
*/ | ||
imported_event_timestamp_out_of_range = 58, | ||
/** | ||
* See [imported_event_timestamp_must_not_advance](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_not_advance) | ||
*/ | ||
imported_event_timestamp_must_not_advance = 59, | ||
/** | ||
* See [reserved_flag](https://docs.tigerbeetle.com/reference/requests/create_transfers#reserved_flag) | ||
@@ -464,2 +484,67 @@ */ | ||
/** | ||
* See [exists_with_different_flags](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_flags) | ||
*/ | ||
exists_with_different_flags = 36, | ||
/** | ||
* See [exists_with_different_pending_id](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_pending_id) | ||
*/ | ||
exists_with_different_pending_id = 40, | ||
/** | ||
* See [exists_with_different_timeout](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_timeout) | ||
*/ | ||
exists_with_different_timeout = 44, | ||
/** | ||
* See [exists_with_different_debit_account_id](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_debit_account_id) | ||
*/ | ||
exists_with_different_debit_account_id = 37, | ||
/** | ||
* See [exists_with_different_credit_account_id](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_credit_account_id) | ||
*/ | ||
exists_with_different_credit_account_id = 38, | ||
/** | ||
* See [exists_with_different_amount](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_amount) | ||
*/ | ||
exists_with_different_amount = 39, | ||
/** | ||
* See [exists_with_different_user_data_128](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_user_data_128) | ||
*/ | ||
exists_with_different_user_data_128 = 41, | ||
/** | ||
* See [exists_with_different_user_data_64](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_user_data_64) | ||
*/ | ||
exists_with_different_user_data_64 = 42, | ||
/** | ||
* See [exists_with_different_user_data_32](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_user_data_32) | ||
*/ | ||
exists_with_different_user_data_32 = 43, | ||
/** | ||
* See [exists_with_different_ledger](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_ledger) | ||
*/ | ||
exists_with_different_ledger = 67, | ||
/** | ||
* See [exists_with_different_code](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_code) | ||
*/ | ||
exists_with_different_code = 45, | ||
/** | ||
* See [exists](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists) | ||
*/ | ||
exists = 46, | ||
/** | ||
* See [id_already_failed](https://docs.tigerbeetle.com/reference/requests/create_transfers#id_already_failed) | ||
*/ | ||
id_already_failed = 68, | ||
/** | ||
* See [flags_are_mutually_exclusive](https://docs.tigerbeetle.com/reference/requests/create_transfers#flags_are_mutually_exclusive) | ||
@@ -520,2 +605,7 @@ */ | ||
/** | ||
* See [closing_transfer_must_be_pending](https://docs.tigerbeetle.com/reference/requests/create_transfers#closing_transfer_must_be_pending) | ||
*/ | ||
closing_transfer_must_be_pending = 64, | ||
/** | ||
* See [amount_must_not_be_zero](https://docs.tigerbeetle.com/reference/requests/create_transfers#amount_must_not_be_zero) | ||
@@ -611,57 +701,32 @@ */ | ||
/** | ||
* See [exists_with_different_flags](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_flags) | ||
* See [imported_event_timestamp_must_not_regress](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_not_regress) | ||
*/ | ||
exists_with_different_flags = 36, | ||
imported_event_timestamp_must_not_regress = 60, | ||
/** | ||
* See [exists_with_different_debit_account_id](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_debit_account_id) | ||
* See [imported_event_timestamp_must_postdate_debit_account](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_postdate_debit_account) | ||
*/ | ||
exists_with_different_debit_account_id = 37, | ||
imported_event_timestamp_must_postdate_debit_account = 61, | ||
/** | ||
* See [exists_with_different_credit_account_id](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_credit_account_id) | ||
* See [imported_event_timestamp_must_postdate_credit_account](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_postdate_credit_account) | ||
*/ | ||
exists_with_different_credit_account_id = 38, | ||
imported_event_timestamp_must_postdate_credit_account = 62, | ||
/** | ||
* See [exists_with_different_amount](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_amount) | ||
* See [imported_event_timeout_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timeout_must_be_zero) | ||
*/ | ||
exists_with_different_amount = 39, | ||
imported_event_timeout_must_be_zero = 63, | ||
/** | ||
* See [exists_with_different_pending_id](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_pending_id) | ||
* See [debit_account_already_closed](https://docs.tigerbeetle.com/reference/requests/create_transfers#debit_account_already_closed) | ||
*/ | ||
exists_with_different_pending_id = 40, | ||
debit_account_already_closed = 65, | ||
/** | ||
* See [exists_with_different_user_data_128](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_user_data_128) | ||
* See [credit_account_already_closed](https://docs.tigerbeetle.com/reference/requests/create_transfers#credit_account_already_closed) | ||
*/ | ||
exists_with_different_user_data_128 = 41, | ||
credit_account_already_closed = 66, | ||
/** | ||
* See [exists_with_different_user_data_64](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_user_data_64) | ||
*/ | ||
exists_with_different_user_data_64 = 42, | ||
/** | ||
* See [exists_with_different_user_data_32](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_user_data_32) | ||
*/ | ||
exists_with_different_user_data_32 = 43, | ||
/** | ||
* See [exists_with_different_timeout](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_timeout) | ||
*/ | ||
exists_with_different_timeout = 44, | ||
/** | ||
* See [exists_with_different_code](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists_with_different_code) | ||
*/ | ||
exists_with_different_code = 45, | ||
/** | ||
* See [exists](https://docs.tigerbeetle.com/reference/requests/create_transfers#exists) | ||
*/ | ||
exists = 46, | ||
/** | ||
* See [overflows_debits_pending](https://docs.tigerbeetle.com/reference/requests/create_transfers#overflows_debits_pending) | ||
@@ -710,57 +775,2 @@ */ | ||
exceeds_debits = 55, | ||
/** | ||
* See [imported_event_expected](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_expected) | ||
*/ | ||
imported_event_expected = 56, | ||
/** | ||
* See [imported_event_not_expected](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_not_expected) | ||
*/ | ||
imported_event_not_expected = 57, | ||
/** | ||
* See [imported_event_timestamp_out_of_range](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_out_of_range) | ||
*/ | ||
imported_event_timestamp_out_of_range = 58, | ||
/** | ||
* See [imported_event_timestamp_must_not_advance](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_not_advance) | ||
*/ | ||
imported_event_timestamp_must_not_advance = 59, | ||
/** | ||
* See [imported_event_timestamp_must_not_regress](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_not_regress) | ||
*/ | ||
imported_event_timestamp_must_not_regress = 60, | ||
/** | ||
* See [imported_event_timestamp_must_postdate_debit_account](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_postdate_debit_account) | ||
*/ | ||
imported_event_timestamp_must_postdate_debit_account = 61, | ||
/** | ||
* See [imported_event_timestamp_must_postdate_credit_account](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timestamp_must_postdate_credit_account) | ||
*/ | ||
imported_event_timestamp_must_postdate_credit_account = 62, | ||
/** | ||
* See [imported_event_timeout_must_be_zero](https://docs.tigerbeetle.com/reference/requests/create_transfers#imported_event_timeout_must_be_zero) | ||
*/ | ||
imported_event_timeout_must_be_zero = 63, | ||
/** | ||
* See [closing_transfer_must_be_pending](https://docs.tigerbeetle.com/reference/requests/create_transfers#closing_transfer_must_be_pending) | ||
*/ | ||
closing_transfer_must_be_pending = 64, | ||
/** | ||
* See [debit_account_already_closed](https://docs.tigerbeetle.com/reference/requests/create_transfers#debit_account_already_closed) | ||
*/ | ||
debit_account_already_closed = 65, | ||
/** | ||
* See [credit_account_already_closed](https://docs.tigerbeetle.com/reference/requests/create_transfers#credit_account_already_closed) | ||
*/ | ||
credit_account_already_closed = 66, | ||
} | ||
@@ -767,0 +777,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 7 instances in 1 package
4214
0
4
8
9877940
1715