@flowio/types 11.24.84 → 11.24.85

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.
@@ -11280,6 +11280,7 @@ declare namespace io.flow.billing.internal.v0.enums {
11280
11280
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
11281
11281
  type AccountType = 'channel' | 'organization';
11282
11282
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
11283
+ type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
11283
11284
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
11284
11285
  type BillingAllocationKey = 'freight_cost' | 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'fuel_surcharge' | 'remote_area_surcharge';
11285
11286
  type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.84",
3
+ "version": "11.24.85",
4
4
  "description": "TypeScript type definitions for custom types found in Flow API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,5 +25,5 @@
25
25
  "maintainers": [
26
26
  "Christian Muñoz <christian.munoz@flow.io>"
27
27
  ],
28
- "gitHead": "71ee41ffd96a582387a4d438378c1ae949b08c92"
28
+ "gitHead": "5a37df838e7c3867e3aa9a4cd3e3aa8cabfdc3e7"
29
29
  }
@@ -14827,6 +14827,7 @@ declare namespace io.flow.billing.internal.v0.enums {
14827
14827
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
14828
14828
  type AccountType = 'channel' | 'organization';
14829
14829
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
14830
+ type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
14830
14831
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
14831
14832
  type BillingAllocationKey =
14832
14833
  | 'freight_cost'