@t-0/provider-sdk 1.0.30 → 1.0.32

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 (23) hide show
  1. package/lib/cjs/common/gen/tzero/v1/common/common_pb.js +1 -1
  2. package/lib/cjs/common/gen/tzero/v1/common/payment_method_pb.js +1 -1
  3. package/lib/cjs/common/gen/tzero/v1/common/payment_receipt_pb.js +1 -1
  4. package/lib/cjs/common/gen/tzero/v1/payment/network_pb.d.ts +116 -8
  5. package/lib/cjs/common/gen/tzero/v1/payment/network_pb.js +45 -3
  6. package/lib/cjs/common/gen/tzero/v1/payment/provider_pb.d.ts +35 -127
  7. package/lib/cjs/common/gen/tzero/v1/payment/provider_pb.js +24 -72
  8. package/lib/cjs/common/gen/tzero/v1/payment_intent/provider/provider_pb.js +1 -1
  9. package/lib/cjs/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js +1 -1
  10. package/lib/cjs/common/gen/tzero/v1/public/public_pb.js +1 -1
  11. package/lib/esm/common/gen/tzero/v1/common/common_pb.js +1 -1
  12. package/lib/esm/common/gen/tzero/v1/common/payment_method_pb.js +1 -1
  13. package/lib/esm/common/gen/tzero/v1/common/payment_receipt_pb.js +1 -1
  14. package/lib/esm/common/gen/tzero/v1/payment/network_pb.d.ts +116 -8
  15. package/lib/esm/common/gen/tzero/v1/payment/network_pb.js +44 -2
  16. package/lib/esm/common/gen/tzero/v1/payment/provider_pb.d.ts +35 -127
  17. package/lib/esm/common/gen/tzero/v1/payment/provider_pb.js +23 -71
  18. package/lib/esm/common/gen/tzero/v1/payment_intent/provider/provider_pb.js +1 -1
  19. package/lib/esm/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js +1 -1
  20. package/lib/esm/common/gen/tzero/v1/public/public_pb.js +1 -1
  21. package/lib/tsconfig.cjs.tsbuildinfo +1 -1
  22. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  23. package/package.json +2 -2
@@ -55,18 +55,6 @@ export type AppendLedgerEntriesRequest_Transaction = Message<"tzero.v1.payment.A
55
55
  * @generated from oneof tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.transaction_details
56
56
  */
57
57
  transactionDetails: {
58
- /**
59
- * @generated from field: tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayIn pay_in = 110;
60
- */
61
- value: AppendLedgerEntriesRequest_Transaction_PayIn;
62
- case: "payIn";
63
- } | {
64
- /**
65
- * @generated from field: tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservation payout_reservation = 120;
66
- */
67
- value: AppendLedgerEntriesRequest_Transaction_PayoutReservation;
68
- case: "payoutReservation";
69
- } | {
70
58
  /**
71
59
  * @generated from field: tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.Payout payout = 130;
72
60
  */
@@ -84,12 +72,6 @@ export type AppendLedgerEntriesRequest_Transaction = Message<"tzero.v1.payment.A
84
72
  */
85
73
  value: AppendLedgerEntriesRequest_Transaction_FeeSettlement;
86
74
  case: "feeSettlement";
87
- } | {
88
- /**
89
- * @generated from field: tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservationRelease payout_reservation_release = 160;
90
- */
91
- value: AppendLedgerEntriesRequest_Transaction_PayoutReservationRelease;
92
- case: "payoutReservationRelease";
93
75
  } | {
94
76
  case: undefined;
95
77
  value?: undefined;
@@ -100,34 +82,6 @@ export type AppendLedgerEntriesRequest_Transaction = Message<"tzero.v1.payment.A
100
82
  * Use `create(AppendLedgerEntriesRequest_TransactionSchema)` to create a new message.
101
83
  */
102
84
  export declare const AppendLedgerEntriesRequest_TransactionSchema: GenMessage<AppendLedgerEntriesRequest_Transaction>;
103
- /**
104
- * @generated from message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayIn
105
- */
106
- export type AppendLedgerEntriesRequest_Transaction_PayIn = Message<"tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayIn"> & {
107
- /**
108
- * @generated from field: uint64 payment_id = 10;
109
- */
110
- paymentId: bigint;
111
- };
112
- /**
113
- * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayIn.
114
- * Use `create(AppendLedgerEntriesRequest_Transaction_PayInSchema)` to create a new message.
115
- */
116
- export declare const AppendLedgerEntriesRequest_Transaction_PayInSchema: GenMessage<AppendLedgerEntriesRequest_Transaction_PayIn>;
117
- /**
118
- * @generated from message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservation
119
- */
120
- export type AppendLedgerEntriesRequest_Transaction_PayoutReservation = Message<"tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservation"> & {
121
- /**
122
- * @generated from field: uint64 payment_id = 10;
123
- */
124
- paymentId: bigint;
125
- };
126
- /**
127
- * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservation.
128
- * Use `create(AppendLedgerEntriesRequest_Transaction_PayoutReservationSchema)` to create a new message.
129
- */
130
- export declare const AppendLedgerEntriesRequest_Transaction_PayoutReservationSchema: GenMessage<AppendLedgerEntriesRequest_Transaction_PayoutReservation>;
131
85
  /**
132
86
  * @generated from message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.Payout
133
87
  */
@@ -170,20 +124,6 @@ export type AppendLedgerEntriesRequest_Transaction_FeeSettlement = Message<"tzer
170
124
  * Use `create(AppendLedgerEntriesRequest_Transaction_FeeSettlementSchema)` to create a new message.
171
125
  */
172
126
  export declare const AppendLedgerEntriesRequest_Transaction_FeeSettlementSchema: GenMessage<AppendLedgerEntriesRequest_Transaction_FeeSettlement>;
173
- /**
174
- * @generated from message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservationRelease
175
- */
176
- export type AppendLedgerEntriesRequest_Transaction_PayoutReservationRelease = Message<"tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservationRelease"> & {
177
- /**
178
- * @generated from field: uint64 payment_id = 10;
179
- */
180
- paymentId: bigint;
181
- };
182
- /**
183
- * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservationRelease.
184
- * Use `create(AppendLedgerEntriesRequest_Transaction_PayoutReservationReleaseSchema)` to create a new message.
185
- */
186
- export declare const AppendLedgerEntriesRequest_Transaction_PayoutReservationReleaseSchema: GenMessage<AppendLedgerEntriesRequest_Transaction_PayoutReservationRelease>;
187
127
  /**
188
128
  * @generated from message tzero.v1.payment.AppendLedgerEntriesRequest.LedgerEntry
189
129
  */
@@ -202,14 +142,6 @@ export type AppendLedgerEntriesRequest_LedgerEntry = Message<"tzero.v1.payment.A
202
142
  * @generated from field: tzero.v1.payment.AppendLedgerEntriesRequest.AccountType account_type = 20;
203
143
  */
204
144
  accountType: AppendLedgerEntriesRequest_AccountType;
205
- /**
206
- * *
207
- * It is the currency of the entry. If the transaction contains entries with multiple currencies, the exchange_rate
208
- * field should be provided to be used to convert the amounts to USD.
209
- *
210
- * @generated from field: string currency = 30;
211
- */
212
- currency: string;
213
145
  /**
214
146
  * *
215
147
  * debit is the amount that was debited from the account.
@@ -226,14 +158,6 @@ export type AppendLedgerEntriesRequest_LedgerEntry = Message<"tzero.v1.payment.A
226
158
  * @generated from field: tzero.v1.common.Decimal credit = 50;
227
159
  */
228
160
  credit?: Decimal;
229
- /**
230
- * *
231
- * exchange_rate is the exchange rate of the currency to USD if the currency is not USD and the transaction contains
232
- * entries with multiple currencies. Exchange rate for the base currency USD and the quote currency provided in the entry.
233
- *
234
- * @generated from field: tzero.v1.common.Decimal exchange_rate = 60;
235
- */
236
- exchangeRate?: Decimal;
237
161
  };
238
162
  /**
239
163
  * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.LedgerEntry.
@@ -249,69 +173,31 @@ export declare enum AppendLedgerEntriesRequest_AccountType {
249
173
  */
250
174
  UNSPECIFIED = 0,
251
175
  /**
252
- * Reflects the user's payable balance, the amount that the provider owes to the user.
253
- *
254
- * @generated from enum value: ACCOUNT_TYPE_USER_PAYABLE = 10;
255
- */
256
- USER_PAYABLE = 10,
257
- /**
258
- * Reflects the cash balance of the provider.
259
- *
260
- * @generated from enum value: ACCOUNT_TYPE_CASH = 20;
261
- */
262
- CASH = 20,
263
- /**
264
- * This is the reserve account of the provider, which reflects the reserve of balance to reduce the limit available from one provider to another.
265
- *
266
- * @generated from enum value: ACCOUNT_TYPE_RESERVE = 30;
267
- */
268
- RESERVE = 30,
269
- /**
270
- * This is the mirror account for the reserve. To keep the double entry accounting principle.
271
- *
272
- * @generated from enum value: ACCOUNT_TYPE_RESERVE_USAGE = 40;
176
+ * @generated from enum value: ACCOUNT_TYPE_BALANCE = 20;
273
177
  */
274
- RESERVE_USAGE = 40,
178
+ BALANCE = 20,
275
179
  /**
276
- * Reflects how much the provider owes to the network or other participants.
277
- *
278
- * @generated from enum value: ACCOUNT_TYPE_PROVIDER_PAYABLE = 50;
180
+ * @generated from enum value: ACCOUNT_TYPE_PAY_IN = 40;
279
181
  */
280
- PROVIDER_PAYABLE = 50,
182
+ PAY_IN = 40,
281
183
  /**
282
- * Reflects how much the provider is owed by the network or other participants.
283
- *
284
- * @generated from enum value: ACCOUNT_TYPE_PROVIDER_RECEIVABLE = 60;
184
+ * @generated from enum value: ACCOUNT_TYPE_PAY_OUT = 50;
285
185
  */
286
- PROVIDER_RECEIVABLE = 60,
186
+ PAY_OUT = 50,
287
187
  /**
288
- * Reflects the settlement balance of the provider with the network or other participants.
289
- *
290
- * @generated from enum value: ACCOUNT_TYPE_PROVIDER_SETTLEMENT = 70;
291
- */
292
- PROVIDER_SETTLEMENT = 70,
293
- /**
294
- * Reflects the fees that the provider owes to the network.
295
- *
296
- * @generated from enum value: ACCOUNT_TYPE_FEE_PAYABLE = 80;
297
- */
298
- FEE_PAYABLE = 80,
299
- /**
300
- * Reflects the fees that the network is owed by the provider.
188
+ * Reflects the fees that the provider has to pay for the services provided by the network.
301
189
  *
302
- * @generated from enum value: ACCOUNT_TYPE_FEE_RECEIVABLE = 90;
190
+ * @generated from enum value: ACCOUNT_TYPE_FEE_EXPENSE = 60;
303
191
  */
304
- FEE_RECEIVABLE = 90,
192
+ FEE_EXPENSE = 60,
305
193
  /**
306
- * Reflects the fees that the provider has to pay for the services provided by the network.
307
- *
308
- * @generated from enum value: ACCOUNT_TYPE_FEE_EXPENSE = 100;
194
+ * @generated from enum value: ACCOUNT_TYPE_SETTLEMENT_IN = 80;
309
195
  */
310
- FEE_EXPENSE = 100,
196
+ SETTLEMENT_IN = 80,
311
197
  /**
312
- * @generated from enum value: ACCOUNT_TYPE_FEE_SETTLEMENT = 110;
198
+ * @generated from enum value: ACCOUNT_TYPE_SETTLEMENT_OUT = 90;
313
199
  */
314
- FEE_SETTLEMENT = 110
200
+ SETTLEMENT_OUT = 90
315
201
  }
316
202
  /**
317
203
  * Describes the enum tzero.v1.payment.AppendLedgerEntriesRequest.AccountType.
@@ -410,6 +296,10 @@ export type PayoutRequest_TravelRuleData = Message<"tzero.v1.payment.PayoutReque
410
296
  * @generated from field: repeated ivms101.Person beneficiary = 20;
411
297
  */
412
298
  beneficiary: Person[];
299
+ /**
300
+ * @generated from field: optional ivms101.Person originator_provider = 30;
301
+ */
302
+ originatorProvider?: Person;
413
303
  };
414
304
  /**
415
305
  * Describes the message tzero.v1.payment.PayoutRequest.TravelRuleData.
@@ -558,12 +448,30 @@ export type UpdatePaymentRequest_Accepted = Message<"tzero.v1.payment.UpdatePaym
558
448
  * @generated from field: tzero.v1.common.Decimal payout_amount = 10;
559
449
  */
560
450
  payoutAmount?: Decimal;
451
+ /**
452
+ * @generated from field: optional tzero.v1.payment.UpdatePaymentRequest.Accepted.TravelRuleData travel_rule_data = 20;
453
+ */
454
+ travelRuleData?: UpdatePaymentRequest_Accepted_TravelRuleData;
561
455
  };
562
456
  /**
563
457
  * Describes the message tzero.v1.payment.UpdatePaymentRequest.Accepted.
564
458
  * Use `create(UpdatePaymentRequest_AcceptedSchema)` to create a new message.
565
459
  */
566
460
  export declare const UpdatePaymentRequest_AcceptedSchema: GenMessage<UpdatePaymentRequest_Accepted>;
461
+ /**
462
+ * @generated from message tzero.v1.payment.UpdatePaymentRequest.Accepted.TravelRuleData
463
+ */
464
+ export type UpdatePaymentRequest_Accepted_TravelRuleData = Message<"tzero.v1.payment.UpdatePaymentRequest.Accepted.TravelRuleData"> & {
465
+ /**
466
+ * @generated from field: optional ivms101.Person beneficiary_provider = 10;
467
+ */
468
+ beneficiaryProvider?: Person;
469
+ };
470
+ /**
471
+ * Describes the message tzero.v1.payment.UpdatePaymentRequest.Accepted.TravelRuleData.
472
+ * Use `create(UpdatePaymentRequest_Accepted_TravelRuleDataSchema)` to create a new message.
473
+ */
474
+ export declare const UpdatePaymentRequest_Accepted_TravelRuleDataSchema: GenMessage<UpdatePaymentRequest_Accepted_TravelRuleData>;
567
475
  /**
568
476
  * @generated from message tzero.v1.payment.UpdatePaymentRequest.Failed
569
477
  */
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.10.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/payment/provider.proto (package tzero.v1.payment, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -11,7 +11,7 @@ import { file_buf_validate_validate } from "../../../buf/validate/validate_pb.js
11
11
  /**
12
12
  * Describes the file tzero/v1/payment/provider.proto.
13
13
  */
14
- export const file_tzero_v1_payment_provider = /*@__PURE__*/ fileDesc("Ch90emVyby92MS9wYXltZW50L3Byb3ZpZGVyLnByb3RvEhB0emVyby52MS5wYXltZW50IrIOChpBcHBlbmRMZWRnZXJFbnRyaWVzUmVxdWVzdBJYCgx0cmFuc2FjdGlvbnMYFCADKAsyOC50emVyby52MS5wYXltZW50LkFwcGVuZExlZGdlckVudHJpZXNSZXF1ZXN0LlRyYW5zYWN0aW9uQgi6SAWSAQIIARqeCAoLVHJhbnNhY3Rpb24SHwoOdHJhbnNhY3Rpb25faWQYCiABKARCB7pIBDICIAASUwoHZW50cmllcxgeIAMoCzI4LnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1JlcXVlc3QuTGVkZ2VyRW50cnlCCLpIBZIBAggBElAKBnBheV9pbhhuIAEoCzI+LnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1JlcXVlc3QuVHJhbnNhY3Rpb24uUGF5SW5IABJoChJwYXlvdXRfcmVzZXJ2YXRpb24YeCABKAsySi50emVyby52MS5wYXltZW50LkFwcGVuZExlZGdlckVudHJpZXNSZXF1ZXN0LlRyYW5zYWN0aW9uLlBheW91dFJlc2VydmF0aW9uSAASUgoGcGF5b3V0GIIBIAEoCzI/LnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1JlcXVlc3QuVHJhbnNhY3Rpb24uUGF5b3V0SAASawoTcHJvdmlkZXJfc2V0dGxlbWVudBiMASABKAsySy50emVyby52MS5wYXltZW50LkFwcGVuZExlZGdlckVudHJpZXNSZXF1ZXN0LlRyYW5zYWN0aW9uLlByb3ZpZGVyU2V0dGxlbWVudEgAEmEKDmZlZV9zZXR0bGVtZW50GJYBIAEoCzJGLnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1JlcXVlc3QuVHJhbnNhY3Rpb24uRmVlU2V0dGxlbWVudEgAEngKGnBheW91dF9yZXNlcnZhdGlvbl9yZWxlYXNlGKABIAEoCzJRLnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1JlcXVlc3QuVHJhbnNhY3Rpb24uUGF5b3V0UmVzZXJ2YXRpb25SZWxlYXNlSAAaJAoFUGF5SW4SGwoKcGF5bWVudF9pZBgKIAEoBEIHukgEMgIgABowChFQYXlvdXRSZXNlcnZhdGlvbhIbCgpwYXltZW50X2lkGAogASgEQge6SAQyAiAAGiUKBlBheW91dBIbCgpwYXltZW50X2lkGAogASgEQge6SAQyAiAAGjQKElByb3ZpZGVyU2V0dGxlbWVudBIeCg1zZXR0bGVtZW50X2lkGAogASgEQge6SAQyAiAAGjMKDUZlZVNldHRsZW1lbnQSIgoRZmVlX3NldHRsZW1lbnRfaWQYCiABKARCB7pIBDICIAAaNwoYUGF5b3V0UmVzZXJ2YXRpb25SZWxlYXNlEhsKCnBheW1lbnRfaWQYCiABKARCB7pIBDICIABCHAoTdHJhbnNhY3Rpb25fZGV0YWlscxIFukgCCAEajQIKC0xlZGdlckVudHJ5EhgKEGFjY291bnRfb3duZXJfaWQYCiABKA0STgoMYWNjb3VudF90eXBlGBQgASgOMjgudHplcm8udjEucGF5bWVudC5BcHBlbmRMZWRnZXJFbnRyaWVzUmVxdWVzdC5BY2NvdW50VHlwZRIQCghjdXJyZW5jeRgeIAEoCRInCgVkZWJpdBgoIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsEigKBmNyZWRpdBgyIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsEi8KDWV4Y2hhbmdlX3JhdGUYPCABKAsyGC50emVyby52MS5jb21tb24uRGVjaW1hbCKIAwoLQWNjb3VudFR5cGUSHAoYQUNDT1VOVF9UWVBFX1VOU1BFQ0lGSUVEEAASHQoZQUNDT1VOVF9UWVBFX1VTRVJfUEFZQUJMRRAKEhUKEUFDQ09VTlRfVFlQRV9DQVNIEBQSGAoUQUNDT1VOVF9UWVBFX1JFU0VSVkUQHhIeChpBQ0NPVU5UX1RZUEVfUkVTRVJWRV9VU0FHRRAoEiEKHUFDQ09VTlRfVFlQRV9QUk9WSURFUl9QQVlBQkxFEDISJAogQUNDT1VOVF9UWVBFX1BST1ZJREVSX1JFQ0VJVkFCTEUQPBIkCiBBQ0NPVU5UX1RZUEVfUFJPVklERVJfU0VUVExFTUVOVBBGEhwKGEFDQ09VTlRfVFlQRV9GRUVfUEFZQUJMRRBQEh8KG0FDQ09VTlRfVFlQRV9GRUVfUkVDRUlWQUJMRRBaEhwKGEFDQ09VTlRfVFlQRV9GRUVfRVhQRU5TRRBkEh8KG0FDQ09VTlRfVFlQRV9GRUVfU0VUVExFTUVOVBBuIh0KG0FwcGVuZExlZGdlckVudHJpZXNSZXNwb25zZSLLAwoNUGF5b3V0UmVxdWVzdBISCgpwYXltZW50X2lkGAogASgEEhEKCXBheW91dF9pZBgUIAEoBBIQCghjdXJyZW5jeRgeIAEoCRIXCg9jbGllbnRfcXVvdGVfaWQYKCABKAkSKAoGYW1vdW50GDIgASgLMhgudHplcm8udjEuY29tbW9uLkRlY2ltYWwSOgoNcGF5b3V0X21ldGhvZBg8IAEoCzIeLnR6ZXJvLnYxLmNvbW1vbi5QYXltZW50TWV0aG9kSACIAQESGgoScGF5X2luX3Byb3ZpZGVyX2lkGFAgASgNEk4KEHRyYXZlbF9ydWxlX2RhdGEYyAEgASgLMi4udHplcm8udjEucGF5bWVudC5QYXlvdXRSZXF1ZXN0LlRyYXZlbFJ1bGVEYXRhSAGIAQEabwoOVHJhdmVsUnVsZURhdGESLQoKb3JpZ2luYXRvchgKIAMoCzIPLml2bXMxMDEuUGVyc29uQgi6SAWSAQIIARIuCgtiZW5lZmljaWFyeRgUIAMoCzIPLml2bXMxMDEuUGVyc29uQgi6SAWSAQIIAUIQCg5fcGF5b3V0X21ldGhvZEITChFfdHJhdmVsX3J1bGVfZGF0YSKMAgoOUGF5b3V0UmVzcG9uc2USPQoIYWNjZXB0ZWQYFCABKAsyKS50emVyby52MS5wYXltZW50LlBheW91dFJlc3BvbnNlLkFjY2VwdGVkSAASOQoGZmFpbGVkGB4gASgLMicudHplcm8udjEucGF5bWVudC5QYXlvdXRSZXNwb25zZS5GYWlsZWRIABoKCghBY2NlcHRlZBpqCgZGYWlsZWQSPgoGcmVhc29uGAogASgOMi4udHplcm8udjEucGF5bWVudC5QYXlvdXRSZXNwb25zZS5GYWlsZWQuUmVhc29uIiAKBlJlYXNvbhIWChJSRUFTT05fVU5TUEVDSUZJRUQQAEIICgZyZXN1bHQiuwQKFFVwZGF0ZVBheW1lbnRSZXF1ZXN0EhIKCnBheW1lbnRfaWQYBSABKAQSGQoRcGF5bWVudF9jbGllbnRfaWQYCiABKAkSQwoIYWNjZXB0ZWQYFCABKAsyLy50emVyby52MS5wYXltZW50LlVwZGF0ZVBheW1lbnRSZXF1ZXN0LkFjY2VwdGVkSAASPwoGZmFpbGVkGB4gASgLMi0udHplcm8udjEucGF5bWVudC5VcGRhdGVQYXltZW50UmVxdWVzdC5GYWlsZWRIABJFCgljb25maXJtZWQYKCABKAsyMC50emVyby52MS5wYXltZW50LlVwZGF0ZVBheW1lbnRSZXF1ZXN0LkNvbmZpcm1lZEgAGjsKCEFjY2VwdGVkEi8KDXBheW91dF9hbW91bnQYCiABKAsyGC50emVyby52MS5jb21tb24uRGVjaW1hbBpwCgZGYWlsZWQSRAoGcmVhc29uGAogASgOMjQudHplcm8udjEucGF5bWVudC5VcGRhdGVQYXltZW50UmVxdWVzdC5GYWlsZWQuUmVhc29uIiAKBlJlYXNvbhIWChJSRUFTT05fVU5TUEVDSUZJRUQQABpuCglDb25maXJtZWQSLwoLcGFpZF9vdXRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKB3JlY2VpcHQYFCABKAsyHy50emVyby52MS5jb21tb24uUGF5bWVudFJlY2VpcHRCCAoGcmVzdWx0IhcKFVVwZGF0ZVBheW1lbnRSZXNwb25zZSKQAgoSVXBkYXRlTGltaXRSZXF1ZXN0EjoKBmxpbWl0cxgKIAMoCzIqLnR6ZXJvLnYxLnBheW1lbnQuVXBkYXRlTGltaXRSZXF1ZXN0LkxpbWl0Gr0BCgVMaW1pdBIPCgd2ZXJzaW9uGAogASgDEhMKC2NyZWRpdG9yX2lkGA8gASgFEi4KDHBheW91dF9saW1pdBgUIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsEi4KDGNyZWRpdF9saW1pdBgeIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsEi4KDGNyZWRpdF91c2FnZRgoIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsIhUKE1VwZGF0ZUxpbWl0UmVzcG9uc2UypAMKD1Byb3ZpZGVyU2VydmljZRJQCgZQYXlPdXQSHy50emVyby52MS5wYXltZW50LlBheW91dFJlcXVlc3QaIC50emVyby52MS5wYXltZW50LlBheW91dFJlc3BvbnNlIgOQAgISZQoNVXBkYXRlUGF5bWVudBImLnR6ZXJvLnYxLnBheW1lbnQuVXBkYXRlUGF5bWVudFJlcXVlc3QaJy50emVyby52MS5wYXltZW50LlVwZGF0ZVBheW1lbnRSZXNwb25zZSIDkAICEl8KC1VwZGF0ZUxpbWl0EiQudHplcm8udjEucGF5bWVudC5VcGRhdGVMaW1pdFJlcXVlc3QaJS50emVyby52MS5wYXltZW50LlVwZGF0ZUxpbWl0UmVzcG9uc2UiA5ACAhJ3ChNBcHBlbmRMZWRnZXJFbnRyaWVzEiwudHplcm8udjEucGF5bWVudC5BcHBlbmRMZWRnZXJFbnRyaWVzUmVxdWVzdBotLnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1Jlc3BvbnNlIgOQAgJChwEKFGNvbS50emVyby52MS5wYXltZW50Qg1Qcm92aWRlclByb3RvUAGiAgNUVlCqAhBUemVyby5WMS5QYXltZW50ygIQVHplcm9cVjFcUGF5bWVudOICHFR6ZXJvXFYxXFBheW1lbnRcR1BCTWV0YWRhdGHqAhJUemVybzo6VjE6OlBheW1lbnRiBnByb3RvMw", [file_tzero_v1_common_payment_method, file_tzero_v1_common_payment_receipt, file_tzero_v1_common_common, file_ivms101_v1_ivms_ivms101, file_google_protobuf_timestamp, file_buf_validate_validate]);
14
+ export const file_tzero_v1_payment_provider = /*@__PURE__*/ fileDesc("Ch90emVyby92MS9wYXltZW50L3Byb3ZpZGVyLnByb3RvEhB0emVyby52MS5wYXltZW50IvcIChpBcHBlbmRMZWRnZXJFbnRyaWVzUmVxdWVzdBJYCgx0cmFuc2FjdGlvbnMYFCADKAsyOC50emVyby52MS5wYXltZW50LkFwcGVuZExlZGdlckVudHJpZXNSZXF1ZXN0LlRyYW5zYWN0aW9uQgi6SAWSAQIIARrXBAoLVHJhbnNhY3Rpb24SHwoOdHJhbnNhY3Rpb25faWQYCiABKARCB7pIBDICIAASUwoHZW50cmllcxgeIAMoCzI4LnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1JlcXVlc3QuTGVkZ2VyRW50cnlCCLpIBZIBAggBElIKBnBheW91dBiCASABKAsyPy50emVyby52MS5wYXltZW50LkFwcGVuZExlZGdlckVudHJpZXNSZXF1ZXN0LlRyYW5zYWN0aW9uLlBheW91dEgAEmsKE3Byb3ZpZGVyX3NldHRsZW1lbnQYjAEgASgLMksudHplcm8udjEucGF5bWVudC5BcHBlbmRMZWRnZXJFbnRyaWVzUmVxdWVzdC5UcmFuc2FjdGlvbi5Qcm92aWRlclNldHRsZW1lbnRIABJhCg5mZWVfc2V0dGxlbWVudBiWASABKAsyRi50emVyby52MS5wYXltZW50LkFwcGVuZExlZGdlckVudHJpZXNSZXF1ZXN0LlRyYW5zYWN0aW9uLkZlZVNldHRsZW1lbnRIABolCgZQYXlvdXQSGwoKcGF5bWVudF9pZBgKIAEoBEIHukgEMgIgABo0ChJQcm92aWRlclNldHRsZW1lbnQSHgoNc2V0dGxlbWVudF9pZBgKIAEoBEIHukgEMgIgABozCg1GZWVTZXR0bGVtZW50EiIKEWZlZV9zZXR0bGVtZW50X2lkGAogASgEQge6SAQyAiAAQhwKE3RyYW5zYWN0aW9uX2RldGFpbHMSBbpIAggBGsoBCgtMZWRnZXJFbnRyeRIYChBhY2NvdW50X293bmVyX2lkGAogASgNEk4KDGFjY291bnRfdHlwZRgUIAEoDjI4LnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1JlcXVlc3QuQWNjb3VudFR5cGUSJwoFZGViaXQYKCABKAsyGC50emVyby52MS5jb21tb24uRGVjaW1hbBIoCgZjcmVkaXQYMiABKAsyGC50emVyby52MS5jb21tb24uRGVjaW1hbCLXAQoLQWNjb3VudFR5cGUSHAoYQUNDT1VOVF9UWVBFX1VOU1BFQ0lGSUVEEAASGAoUQUNDT1VOVF9UWVBFX0JBTEFOQ0UQFBIXChNBQ0NPVU5UX1RZUEVfUEFZX0lOECgSGAoUQUNDT1VOVF9UWVBFX1BBWV9PVVQQMhIcChhBQ0NPVU5UX1RZUEVfRkVFX0VYUEVOU0UQPBIeChpBQ0NPVU5UX1RZUEVfU0VUVExFTUVOVF9JThBQEh8KG0FDQ09VTlRfVFlQRV9TRVRUTEVNRU5UX09VVBBaIh0KG0FwcGVuZExlZGdlckVudHJpZXNSZXNwb25zZSKXBAoNUGF5b3V0UmVxdWVzdBISCgpwYXltZW50X2lkGAogASgEEhEKCXBheW91dF9pZBgUIAEoBBIQCghjdXJyZW5jeRgeIAEoCRIXCg9jbGllbnRfcXVvdGVfaWQYKCABKAkSKAoGYW1vdW50GDIgASgLMhgudHplcm8udjEuY29tbW9uLkRlY2ltYWwSOgoNcGF5b3V0X21ldGhvZBg8IAEoCzIeLnR6ZXJvLnYxLmNvbW1vbi5QYXltZW50TWV0aG9kSACIAQESGgoScGF5X2luX3Byb3ZpZGVyX2lkGFAgASgNEk4KEHRyYXZlbF9ydWxlX2RhdGEYyAEgASgLMi4udHplcm8udjEucGF5bWVudC5QYXlvdXRSZXF1ZXN0LlRyYXZlbFJ1bGVEYXRhSAGIAQEaugEKDlRyYXZlbFJ1bGVEYXRhEi0KCm9yaWdpbmF0b3IYCiADKAsyDy5pdm1zMTAxLlBlcnNvbkIIukgFkgECCAESLgoLYmVuZWZpY2lhcnkYFCADKAsyDy5pdm1zMTAxLlBlcnNvbkIIukgFkgECCAESMQoTb3JpZ2luYXRvcl9wcm92aWRlchgeIAEoCzIPLml2bXMxMDEuUGVyc29uSACIAQFCFgoUX29yaWdpbmF0b3JfcHJvdmlkZXJCEAoOX3BheW91dF9tZXRob2RCEwoRX3RyYXZlbF9ydWxlX2RhdGEijAIKDlBheW91dFJlc3BvbnNlEj0KCGFjY2VwdGVkGBQgASgLMikudHplcm8udjEucGF5bWVudC5QYXlvdXRSZXNwb25zZS5BY2NlcHRlZEgAEjkKBmZhaWxlZBgeIAEoCzInLnR6ZXJvLnYxLnBheW1lbnQuUGF5b3V0UmVzcG9uc2UuRmFpbGVkSAAaCgoIQWNjZXB0ZWQaagoGRmFpbGVkEj4KBnJlYXNvbhgKIAEoDjIuLnR6ZXJvLnYxLnBheW1lbnQuUGF5b3V0UmVzcG9uc2UuRmFpbGVkLlJlYXNvbiIgCgZSZWFzb24SFgoSUkVBU09OX1VOU1BFQ0lGSUVEEABCCAoGcmVzdWx0Io8GChRVcGRhdGVQYXltZW50UmVxdWVzdBISCgpwYXltZW50X2lkGAUgASgEEhkKEXBheW1lbnRfY2xpZW50X2lkGAogASgJEkMKCGFjY2VwdGVkGBQgASgLMi8udHplcm8udjEucGF5bWVudC5VcGRhdGVQYXltZW50UmVxdWVzdC5BY2NlcHRlZEgAEj8KBmZhaWxlZBgeIAEoCzItLnR6ZXJvLnYxLnBheW1lbnQuVXBkYXRlUGF5bWVudFJlcXVlc3QuRmFpbGVkSAASRQoJY29uZmlybWVkGCggASgLMjAudHplcm8udjEucGF5bWVudC5VcGRhdGVQYXltZW50UmVxdWVzdC5Db25maXJtZWRIABqOAgoIQWNjZXB0ZWQSLwoNcGF5b3V0X2Ftb3VudBgKIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsEl0KEHRyYXZlbF9ydWxlX2RhdGEYFCABKAsyPi50emVyby52MS5wYXltZW50LlVwZGF0ZVBheW1lbnRSZXF1ZXN0LkFjY2VwdGVkLlRyYXZlbFJ1bGVEYXRhSACIAQEaXQoOVHJhdmVsUnVsZURhdGESMgoUYmVuZWZpY2lhcnlfcHJvdmlkZXIYCiABKAsyDy5pdm1zMTAxLlBlcnNvbkgAiAEBQhcKFV9iZW5lZmljaWFyeV9wcm92aWRlckITChFfdHJhdmVsX3J1bGVfZGF0YRpwCgZGYWlsZWQSRAoGcmVhc29uGAogASgOMjQudHplcm8udjEucGF5bWVudC5VcGRhdGVQYXltZW50UmVxdWVzdC5GYWlsZWQuUmVhc29uIiAKBlJlYXNvbhIWChJSRUFTT05fVU5TUEVDSUZJRUQQABpuCglDb25maXJtZWQSLwoLcGFpZF9vdXRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjAKB3JlY2VpcHQYFCABKAsyHy50emVyby52MS5jb21tb24uUGF5bWVudFJlY2VpcHRCCAoGcmVzdWx0IhcKFVVwZGF0ZVBheW1lbnRSZXNwb25zZSKQAgoSVXBkYXRlTGltaXRSZXF1ZXN0EjoKBmxpbWl0cxgKIAMoCzIqLnR6ZXJvLnYxLnBheW1lbnQuVXBkYXRlTGltaXRSZXF1ZXN0LkxpbWl0Gr0BCgVMaW1pdBIPCgd2ZXJzaW9uGAogASgDEhMKC2NyZWRpdG9yX2lkGA8gASgFEi4KDHBheW91dF9saW1pdBgUIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsEi4KDGNyZWRpdF9saW1pdBgeIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsEi4KDGNyZWRpdF91c2FnZRgoIAEoCzIYLnR6ZXJvLnYxLmNvbW1vbi5EZWNpbWFsIhUKE1VwZGF0ZUxpbWl0UmVzcG9uc2UypAMKD1Byb3ZpZGVyU2VydmljZRJQCgZQYXlPdXQSHy50emVyby52MS5wYXltZW50LlBheW91dFJlcXVlc3QaIC50emVyby52MS5wYXltZW50LlBheW91dFJlc3BvbnNlIgOQAgISZQoNVXBkYXRlUGF5bWVudBImLnR6ZXJvLnYxLnBheW1lbnQuVXBkYXRlUGF5bWVudFJlcXVlc3QaJy50emVyby52MS5wYXltZW50LlVwZGF0ZVBheW1lbnRSZXNwb25zZSIDkAICEl8KC1VwZGF0ZUxpbWl0EiQudHplcm8udjEucGF5bWVudC5VcGRhdGVMaW1pdFJlcXVlc3QaJS50emVyby52MS5wYXltZW50LlVwZGF0ZUxpbWl0UmVzcG9uc2UiA5ACAhJ3ChNBcHBlbmRMZWRnZXJFbnRyaWVzEiwudHplcm8udjEucGF5bWVudC5BcHBlbmRMZWRnZXJFbnRyaWVzUmVxdWVzdBotLnR6ZXJvLnYxLnBheW1lbnQuQXBwZW5kTGVkZ2VyRW50cmllc1Jlc3BvbnNlIgOQAgJChwEKFGNvbS50emVyby52MS5wYXltZW50Qg1Qcm92aWRlclByb3RvUAGiAgNUVlCqAhBUemVyby5WMS5QYXltZW50ygIQVHplcm9cVjFcUGF5bWVudOICHFR6ZXJvXFYxXFBheW1lbnRcR1BCTWV0YWRhdGHqAhJUemVybzo6VjE6OlBheW1lbnRiBnByb3RvMw", [file_tzero_v1_common_payment_method, file_tzero_v1_common_payment_receipt, file_tzero_v1_common_common, file_ivms101_v1_ivms_ivms101, file_google_protobuf_timestamp, file_buf_validate_validate]);
15
15
  /**
16
16
  * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.
17
17
  * Use `create(AppendLedgerEntriesRequestSchema)` to create a new message.
@@ -22,36 +22,21 @@ export const AppendLedgerEntriesRequestSchema = /*@__PURE__*/ messageDesc(file_t
22
22
  * Use `create(AppendLedgerEntriesRequest_TransactionSchema)` to create a new message.
23
23
  */
24
24
  export const AppendLedgerEntriesRequest_TransactionSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0);
25
- /**
26
- * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayIn.
27
- * Use `create(AppendLedgerEntriesRequest_Transaction_PayInSchema)` to create a new message.
28
- */
29
- export const AppendLedgerEntriesRequest_Transaction_PayInSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 0);
30
- /**
31
- * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservation.
32
- * Use `create(AppendLedgerEntriesRequest_Transaction_PayoutReservationSchema)` to create a new message.
33
- */
34
- export const AppendLedgerEntriesRequest_Transaction_PayoutReservationSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 1);
35
25
  /**
36
26
  * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.Payout.
37
27
  * Use `create(AppendLedgerEntriesRequest_Transaction_PayoutSchema)` to create a new message.
38
28
  */
39
- export const AppendLedgerEntriesRequest_Transaction_PayoutSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 2);
29
+ export const AppendLedgerEntriesRequest_Transaction_PayoutSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 0);
40
30
  /**
41
31
  * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.ProviderSettlement.
42
32
  * Use `create(AppendLedgerEntriesRequest_Transaction_ProviderSettlementSchema)` to create a new message.
43
33
  */
44
- export const AppendLedgerEntriesRequest_Transaction_ProviderSettlementSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 3);
34
+ export const AppendLedgerEntriesRequest_Transaction_ProviderSettlementSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 1);
45
35
  /**
46
36
  * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.FeeSettlement.
47
37
  * Use `create(AppendLedgerEntriesRequest_Transaction_FeeSettlementSchema)` to create a new message.
48
38
  */
49
- export const AppendLedgerEntriesRequest_Transaction_FeeSettlementSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 4);
50
- /**
51
- * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.Transaction.PayoutReservationRelease.
52
- * Use `create(AppendLedgerEntriesRequest_Transaction_PayoutReservationReleaseSchema)` to create a new message.
53
- */
54
- export const AppendLedgerEntriesRequest_Transaction_PayoutReservationReleaseSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 5);
39
+ export const AppendLedgerEntriesRequest_Transaction_FeeSettlementSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 0, 0, 2);
55
40
  /**
56
41
  * Describes the message tzero.v1.payment.AppendLedgerEntriesRequest.LedgerEntry.
57
42
  * Use `create(AppendLedgerEntriesRequest_LedgerEntrySchema)` to create a new message.
@@ -67,69 +52,31 @@ export var AppendLedgerEntriesRequest_AccountType;
67
52
  */
68
53
  AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
69
54
  /**
70
- * Reflects the user's payable balance, the amount that the provider owes to the user.
71
- *
72
- * @generated from enum value: ACCOUNT_TYPE_USER_PAYABLE = 10;
55
+ * @generated from enum value: ACCOUNT_TYPE_BALANCE = 20;
73
56
  */
74
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["USER_PAYABLE"] = 10] = "USER_PAYABLE";
57
+ AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["BALANCE"] = 20] = "BALANCE";
75
58
  /**
76
- * Reflects the cash balance of the provider.
77
- *
78
- * @generated from enum value: ACCOUNT_TYPE_CASH = 20;
59
+ * @generated from enum value: ACCOUNT_TYPE_PAY_IN = 40;
79
60
  */
80
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["CASH"] = 20] = "CASH";
61
+ AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["PAY_IN"] = 40] = "PAY_IN";
81
62
  /**
82
- * This is the reserve account of the provider, which reflects the reserve of balance to reduce the limit available from one provider to another.
83
- *
84
- * @generated from enum value: ACCOUNT_TYPE_RESERVE = 30;
85
- */
86
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["RESERVE"] = 30] = "RESERVE";
87
- /**
88
- * This is the mirror account for the reserve. To keep the double entry accounting principle.
89
- *
90
- * @generated from enum value: ACCOUNT_TYPE_RESERVE_USAGE = 40;
91
- */
92
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["RESERVE_USAGE"] = 40] = "RESERVE_USAGE";
93
- /**
94
- * Reflects how much the provider owes to the network or other participants.
95
- *
96
- * @generated from enum value: ACCOUNT_TYPE_PROVIDER_PAYABLE = 50;
63
+ * @generated from enum value: ACCOUNT_TYPE_PAY_OUT = 50;
97
64
  */
98
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["PROVIDER_PAYABLE"] = 50] = "PROVIDER_PAYABLE";
65
+ AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["PAY_OUT"] = 50] = "PAY_OUT";
99
66
  /**
100
- * Reflects how much the provider is owed by the network or other participants.
101
- *
102
- * @generated from enum value: ACCOUNT_TYPE_PROVIDER_RECEIVABLE = 60;
103
- */
104
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["PROVIDER_RECEIVABLE"] = 60] = "PROVIDER_RECEIVABLE";
105
- /**
106
- * Reflects the settlement balance of the provider with the network or other participants.
107
- *
108
- * @generated from enum value: ACCOUNT_TYPE_PROVIDER_SETTLEMENT = 70;
109
- */
110
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["PROVIDER_SETTLEMENT"] = 70] = "PROVIDER_SETTLEMENT";
111
- /**
112
- * Reflects the fees that the provider owes to the network.
113
- *
114
- * @generated from enum value: ACCOUNT_TYPE_FEE_PAYABLE = 80;
115
- */
116
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["FEE_PAYABLE"] = 80] = "FEE_PAYABLE";
117
- /**
118
- * Reflects the fees that the network is owed by the provider.
67
+ * Reflects the fees that the provider has to pay for the services provided by the network.
119
68
  *
120
- * @generated from enum value: ACCOUNT_TYPE_FEE_RECEIVABLE = 90;
69
+ * @generated from enum value: ACCOUNT_TYPE_FEE_EXPENSE = 60;
121
70
  */
122
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["FEE_RECEIVABLE"] = 90] = "FEE_RECEIVABLE";
71
+ AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["FEE_EXPENSE"] = 60] = "FEE_EXPENSE";
123
72
  /**
124
- * Reflects the fees that the provider has to pay for the services provided by the network.
125
- *
126
- * @generated from enum value: ACCOUNT_TYPE_FEE_EXPENSE = 100;
73
+ * @generated from enum value: ACCOUNT_TYPE_SETTLEMENT_IN = 80;
127
74
  */
128
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["FEE_EXPENSE"] = 100] = "FEE_EXPENSE";
75
+ AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["SETTLEMENT_IN"] = 80] = "SETTLEMENT_IN";
129
76
  /**
130
- * @generated from enum value: ACCOUNT_TYPE_FEE_SETTLEMENT = 110;
77
+ * @generated from enum value: ACCOUNT_TYPE_SETTLEMENT_OUT = 90;
131
78
  */
132
- AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["FEE_SETTLEMENT"] = 110] = "FEE_SETTLEMENT";
79
+ AppendLedgerEntriesRequest_AccountType[AppendLedgerEntriesRequest_AccountType["SETTLEMENT_OUT"] = 90] = "SETTLEMENT_OUT";
133
80
  })(AppendLedgerEntriesRequest_AccountType || (AppendLedgerEntriesRequest_AccountType = {}));
134
81
  /**
135
82
  * Describes the enum tzero.v1.payment.AppendLedgerEntriesRequest.AccountType.
@@ -189,6 +136,11 @@ export const UpdatePaymentRequestSchema = /*@__PURE__*/ messageDesc(file_tzero_v
189
136
  * Use `create(UpdatePaymentRequest_AcceptedSchema)` to create a new message.
190
137
  */
191
138
  export const UpdatePaymentRequest_AcceptedSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 4, 0);
139
+ /**
140
+ * Describes the message tzero.v1.payment.UpdatePaymentRequest.Accepted.TravelRuleData.
141
+ * Use `create(UpdatePaymentRequest_Accepted_TravelRuleDataSchema)` to create a new message.
142
+ */
143
+ export const UpdatePaymentRequest_Accepted_TravelRuleDataSchema = /*@__PURE__*/ messageDesc(file_tzero_v1_payment_provider, 4, 0, 0);
192
144
  /**
193
145
  * Describes the message tzero.v1.payment.UpdatePaymentRequest.Failed.
194
146
  * Use `create(UpdatePaymentRequest_FailedSchema)` to create a new message.
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.10.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/payment_intent/provider/provider.proto (package tzero.v1.payment_intent.provider, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.10.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/payment_intent/recipient/recipient.proto (package tzero.v1.payment_intent.recipient, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=js"
1
+ // @generated by protoc-gen-es v2.10.0 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/public/public.proto (package tzero.v1.public, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";