@flowio/api-internal-prop-types 9.24.83 → 9.24.84

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-prop-types",
3
- "version": "9.24.83",
3
+ "version": "9.24.84",
4
4
  "description": "PropType validators that work with internal Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "prop-types": "^15.7.0"
32
32
  },
33
- "gitHead": "71ee41ffd96a582387a4d438378c1ae949b08c92"
33
+ "gitHead": "5a37df838e7c3867e3aa9a4cd3e3aa8cabfdc3e7"
34
34
  }
@@ -12938,6 +12938,7 @@ declare namespace io.flow.billing.internal.v0.enums {
12938
12938
  type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
12939
12939
  type AccountType = 'channel' | 'organization';
12940
12940
  type AdjustmentTransactionType = 'adjustment' | 'reversal';
12941
+ type BankPaymentPromiseCompletedMethod = 'credit' | 'time';
12941
12942
  type BankPaymentStatusCode = 'scheduled' | 'sent' | 'failed';
12942
12943
  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';
12943
12944
  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';
@@ -34420,6 +34420,8 @@ T['io.flow.inventory.v0.models.pfs_inventory_status'] = PropTypes.exact({
34420
34420
  status: PropTypes.string.isRequired,
34421
34421
  });
34422
34422
 
34423
+ T['io.flow.billing.internal.v0.enums.bank_payment_promise_completed_method'] = PropTypes.oneOf(['credit', 'time']);
34424
+
34423
34425
  T['io.flow.billing.internal.v0.enums.billing_allocation_key'] = PropTypes.oneOf([
34424
34426
  'freight_cost',
34425
34427
  'adjustment',