@flowio/api-internal-prop-types 9.24.126 → 9.24.127
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/lib/api-internal.d.ts +115 -6
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +115 -6
- package/src/api-internal.js +167 -42
package/src/api-internal.js
CHANGED
|
@@ -1459,6 +1459,27 @@ T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
|
|
|
1459
1459
|
number: PropTypes.string.isRequired,
|
|
1460
1460
|
});
|
|
1461
1461
|
|
|
1462
|
+
T['io.flow.channel.internal.v0.models.channel_organization_domain'] = PropTypes.exact({
|
|
1463
|
+
internal: PropTypes.string.isRequired,
|
|
1464
|
+
'public': PropTypes.string.isRequired,
|
|
1465
|
+
});
|
|
1466
|
+
|
|
1467
|
+
T['io.flow.channel.internal.v0.models.channel_organization_metadata'] = PropTypes.exact({
|
|
1468
|
+
domain: T['io.flow.channel.internal.v0.models.channel_organization_domain'].isRequired,
|
|
1469
|
+
token: PropTypes.string.isRequired,
|
|
1470
|
+
});
|
|
1471
|
+
|
|
1472
|
+
T['io.flow.channel.internal.v0.enums.channel_service'] = PropTypes.oneOf(['payment', 'duty_tax_calculator', 'sellability']);
|
|
1473
|
+
|
|
1474
|
+
T['io.flow.channel.internal.v0.models.channel_organization_token_body'] = PropTypes.exact({
|
|
1475
|
+
cleartext: PropTypes.string.isRequired,
|
|
1476
|
+
});
|
|
1477
|
+
|
|
1478
|
+
T['io.flow.channel.internal.v0.models.channel_organization_token'] = PropTypes.exact({
|
|
1479
|
+
token: T['io.flow.channel.internal.v0.models.channel_organization_token_body'].isRequired,
|
|
1480
|
+
service: T['io.flow.channel.internal.v0.enums.channel_service'].isRequired,
|
|
1481
|
+
});
|
|
1482
|
+
|
|
1462
1483
|
T['io.flow.channel.internal.v0.enums.channel_order_acceptance_failure_reason_code'] = PropTypes.oneOf(['channel_order_mor_invalid', 'channel_order_does_not_exist']);
|
|
1463
1484
|
|
|
1464
1485
|
T['io.flow.channel.internal.v0.models.channel_order_acceptance_failure'] = PropTypes.exact({
|
|
@@ -7037,7 +7058,10 @@ T['io.flow.fulfillment.v0.models.physical_delivery_preferred_service'] = PropTyp
|
|
|
7037
7058
|
selection_stratey: T['io.flow.fulfillment.v0.enums.preferred_service_selection_strategy'].isRequired,
|
|
7038
7059
|
});
|
|
7039
7060
|
|
|
7040
|
-
T['io.flow.merchant.of.record.v0.enums.flow_entity'] = PropTypes.oneOf(
|
|
7061
|
+
T['io.flow.merchant.of.record.v0.enums.flow_entity'] = PropTypes.oneOf(
|
|
7062
|
+
['flow-usa', 'flow-irl', 'flow-can', 'ge-usa', 'ge-can', 'ge-gbr', 'ge-irl'],
|
|
7063
|
+
);
|
|
7064
|
+
|
|
7041
7065
|
T['io.flow.common.v0.enums.goods_supply'] = PropTypes.oneOf(['export', 'intra_community', 'local']);
|
|
7042
7066
|
T['io.flow.fulfillment.v0.enums.physical_delivery_special_serivce'] = PropTypes.oneOf(['cold_storage', 'hazardous', 'perishable']);
|
|
7043
7067
|
T['io.flow.fulfillment.v0.enums.fulfillment_routing'] = PropTypes.oneOf(['fulfilled_from_center', 'fulfillment_service']);
|
|
@@ -9366,6 +9390,14 @@ T['io.flow.internal.v0.models.main_transaction_deleted_v2'] = PropTypes.exact({
|
|
|
9366
9390
|
id: PropTypes.string.isRequired,
|
|
9367
9391
|
});
|
|
9368
9392
|
|
|
9393
|
+
T['io.flow.internal.v0.models.fulfillment_status_deleted'] = PropTypes.exact({
|
|
9394
|
+
discriminator: PropTypes.oneOf(['fulfillment_status_deleted']).isRequired,
|
|
9395
|
+
event_id: PropTypes.string.isRequired,
|
|
9396
|
+
timestamp: PropTypes.string.isRequired,
|
|
9397
|
+
organization: PropTypes.string.isRequired,
|
|
9398
|
+
id: PropTypes.string.isRequired,
|
|
9399
|
+
});
|
|
9400
|
+
|
|
9369
9401
|
T['io.flow.internal.v0.models.organization_account_deleted'] = PropTypes.exact({
|
|
9370
9402
|
discriminator: PropTypes.oneOf(['organization_account_deleted']).isRequired,
|
|
9371
9403
|
event_id: PropTypes.string.isRequired,
|
|
@@ -14604,6 +14636,23 @@ T['io.flow.internal.v0.unions.fulfillment_proof'] = PropTypes.oneOfType([
|
|
|
14604
14636
|
T['io.flow.internal.v0.models.fulfillment_proof_order_combined_shipment_reference'],
|
|
14605
14637
|
]);
|
|
14606
14638
|
|
|
14639
|
+
T['io.flow.internal.v0.models.fulfillment_status_summary'] = PropTypes.exact({
|
|
14640
|
+
id: PropTypes.string.isRequired,
|
|
14641
|
+
order_number: PropTypes.string.isRequired,
|
|
14642
|
+
organization_id: PropTypes.string.isRequired,
|
|
14643
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
14644
|
+
sequence_number: PropTypes.number.isRequired,
|
|
14645
|
+
completes_order: PropTypes.bool.isRequired,
|
|
14646
|
+
});
|
|
14647
|
+
|
|
14648
|
+
T['io.flow.internal.v0.models.fulfillment_status_upserted'] = PropTypes.exact({
|
|
14649
|
+
discriminator: PropTypes.oneOf(['fulfillment_status_upserted']).isRequired,
|
|
14650
|
+
event_id: PropTypes.string.isRequired,
|
|
14651
|
+
timestamp: PropTypes.string.isRequired,
|
|
14652
|
+
organization: PropTypes.string.isRequired,
|
|
14653
|
+
fulfillment: T['io.flow.internal.v0.models.fulfillment_status_summary'].isRequired,
|
|
14654
|
+
});
|
|
14655
|
+
|
|
14607
14656
|
T['io.flow.internal.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
14608
14657
|
transaction: PropTypes.number.isRequired,
|
|
14609
14658
|
merchant: PropTypes.number.isRequired,
|
|
@@ -17352,43 +17401,17 @@ T['io.flow.internal.v0.models.merchant_override_upserted'] = PropTypes.exact({
|
|
|
17352
17401
|
merchant_override: T['io.flow.internal.v0.models.merchant_override'].isRequired,
|
|
17353
17402
|
});
|
|
17354
17403
|
|
|
17355
|
-
T['io.flow.internal.v0.enums.
|
|
17404
|
+
T['io.flow.internal.v0.enums.channel_transaction_trigger_type'] = PropTypes.oneOf(['capture', 'order']);
|
|
17356
17405
|
|
|
17357
|
-
T['io.flow.internal.v0.models.
|
|
17358
|
-
|
|
17406
|
+
T['io.flow.internal.v0.models.channel_transaction_trigger_metadata'] = PropTypes.exact({
|
|
17407
|
+
discriminator: PropTypes.oneOf(['channel_transaction_trigger_metadata']).isRequired,
|
|
17408
|
+
trigger_type: T['io.flow.internal.v0.enums.channel_transaction_trigger_type'].isRequired,
|
|
17359
17409
|
});
|
|
17360
17410
|
|
|
17361
|
-
T['io.flow.
|
|
17362
|
-
country: PropTypes.string.isRequired,
|
|
17363
|
-
base_currency: PropTypes.string.isRequired,
|
|
17364
|
-
language: PropTypes.string.isRequired,
|
|
17365
|
-
locale: PropTypes.string.isRequired,
|
|
17366
|
-
timezone: PropTypes.string.isRequired,
|
|
17367
|
-
});
|
|
17368
|
-
|
|
17369
|
-
T['io.flow.channel.v0.models.channel_organization_form'] = PropTypes.exact({
|
|
17370
|
-
key: PropTypes.string.isRequired,
|
|
17371
|
-
name: PropTypes.string,
|
|
17372
|
-
slug: PropTypes.string,
|
|
17373
|
-
defaults: T['io.flow.common.v0.models.organization_defaults'].isRequired,
|
|
17374
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
17375
|
-
});
|
|
17376
|
-
|
|
17377
|
-
T['io.flow.channel.shopify.internal.v0.models.channel_organization_shopify_post_form'] = PropTypes.exact({
|
|
17378
|
-
form: T['io.flow.channel.v0.models.channel_organization_form'].isRequired,
|
|
17379
|
-
metadata: T['io.flow.channel.shopify.internal.v0.models.shopify_metadata'].isRequired,
|
|
17380
|
-
});
|
|
17381
|
-
|
|
17382
|
-
T['io.flow.channel.v0.models.channel_organization_put_form'] = PropTypes.exact({
|
|
17383
|
-
name: PropTypes.string,
|
|
17384
|
-
slug: PropTypes.string,
|
|
17385
|
-
defaults: T['io.flow.common.v0.models.organization_defaults'].isRequired,
|
|
17386
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
17387
|
-
});
|
|
17411
|
+
T['io.flow.internal.v0.enums.shopify_service'] = PropTypes.oneOf(['payment', 'duty_tax_calculator', 'sellability']);
|
|
17388
17412
|
|
|
17389
|
-
T['io.flow.
|
|
17390
|
-
|
|
17391
|
-
metadata: T['io.flow.channel.shopify.internal.v0.models.shopify_metadata'].isRequired,
|
|
17413
|
+
T['io.flow.internal.v0.models.shopify_channel_organization_token'] = PropTypes.exact({
|
|
17414
|
+
cleartext: PropTypes.string.isRequired,
|
|
17392
17415
|
});
|
|
17393
17416
|
|
|
17394
17417
|
T['io.flow.internal.v0.models.shopify_channel_organization_tokens'] = PropTypes.exact({
|
|
@@ -17431,9 +17454,48 @@ T['io.flow.internal.v0.models.shopify_metadata'] = PropTypes.exact({
|
|
|
17431
17454
|
token: PropTypes.string.isRequired,
|
|
17432
17455
|
});
|
|
17433
17456
|
|
|
17434
|
-
T['io.flow.internal.v0.models.
|
|
17435
|
-
|
|
17436
|
-
|
|
17457
|
+
T['io.flow.internal.v0.models.channel_organization_publication_owner_put_form'] = PropTypes.exact({
|
|
17458
|
+
owner: T['io.flow.internal.v0.enums.catalog_publication_owner'].isRequired,
|
|
17459
|
+
});
|
|
17460
|
+
|
|
17461
|
+
T['io.flow.internal.v0.models.channel_organization_publication_owner'] = PropTypes.exact({
|
|
17462
|
+
owner: T['io.flow.internal.v0.enums.catalog_publication_owner'].isRequired,
|
|
17463
|
+
});
|
|
17464
|
+
|
|
17465
|
+
T['io.flow.internal.v0.models.channel_organization_domain'] = PropTypes.exact({
|
|
17466
|
+
internal: PropTypes.string.isRequired,
|
|
17467
|
+
'public': PropTypes.string.isRequired,
|
|
17468
|
+
});
|
|
17469
|
+
|
|
17470
|
+
T['io.flow.internal.v0.models.channel_organization_metadata'] = PropTypes.exact({
|
|
17471
|
+
domain: T['io.flow.internal.v0.models.channel_organization_domain'].isRequired,
|
|
17472
|
+
token: PropTypes.string.isRequired,
|
|
17473
|
+
});
|
|
17474
|
+
|
|
17475
|
+
T['io.flow.internal.v0.enums.channel_service'] = PropTypes.oneOf(['payment', 'duty_tax_calculator', 'sellability']);
|
|
17476
|
+
|
|
17477
|
+
T['io.flow.internal.v0.models.channel_organization_token_body'] = PropTypes.exact({
|
|
17478
|
+
cleartext: PropTypes.string.isRequired,
|
|
17479
|
+
});
|
|
17480
|
+
|
|
17481
|
+
T['io.flow.common.v0.models.organization_defaults'] = PropTypes.exact({
|
|
17482
|
+
country: PropTypes.string.isRequired,
|
|
17483
|
+
base_currency: PropTypes.string.isRequired,
|
|
17484
|
+
language: PropTypes.string.isRequired,
|
|
17485
|
+
locale: PropTypes.string.isRequired,
|
|
17486
|
+
timezone: PropTypes.string.isRequired,
|
|
17487
|
+
});
|
|
17488
|
+
|
|
17489
|
+
T['io.flow.channel.v0.models.channel_organization_put_form'] = PropTypes.exact({
|
|
17490
|
+
name: PropTypes.string,
|
|
17491
|
+
slug: PropTypes.string,
|
|
17492
|
+
defaults: T['io.flow.common.v0.models.organization_defaults'].isRequired,
|
|
17493
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
17494
|
+
});
|
|
17495
|
+
|
|
17496
|
+
T['io.flow.channel.shopify.internal.v0.models.channel_organization_shopify_form'] = PropTypes.exact({
|
|
17497
|
+
form: T['io.flow.channel.v0.models.channel_organization_put_form'].isRequired,
|
|
17498
|
+
metadata: T['io.flow.channel.shopify.internal.v0.models.shopify_metadata'].isRequired,
|
|
17437
17499
|
});
|
|
17438
17500
|
|
|
17439
17501
|
T['io.flow.internal.v0.models.channel_organization_shopify_form'] = PropTypes.exact({
|
|
@@ -17441,12 +17503,37 @@ T['io.flow.internal.v0.models.channel_organization_shopify_form'] = PropTypes.ex
|
|
|
17441
17503
|
metadata: T['io.flow.internal.v0.models.shopify_metadata'].isRequired,
|
|
17442
17504
|
});
|
|
17443
17505
|
|
|
17444
|
-
T['io.flow.
|
|
17445
|
-
|
|
17506
|
+
T['io.flow.channel.v0.models.channel_organization_form'] = PropTypes.exact({
|
|
17507
|
+
key: PropTypes.string.isRequired,
|
|
17508
|
+
name: PropTypes.string,
|
|
17509
|
+
slug: PropTypes.string,
|
|
17510
|
+
defaults: T['io.flow.common.v0.models.organization_defaults'].isRequired,
|
|
17511
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
17446
17512
|
});
|
|
17447
17513
|
|
|
17448
|
-
T['io.flow.internal.v0.models.
|
|
17449
|
-
|
|
17514
|
+
T['io.flow.channel.internal.v0.models.channel_organization_installation_post_form'] = PropTypes.exact({
|
|
17515
|
+
form: T['io.flow.channel.v0.models.channel_organization_form'].isRequired,
|
|
17516
|
+
metadata: T['io.flow.channel.internal.v0.models.channel_organization_metadata'].isRequired,
|
|
17517
|
+
});
|
|
17518
|
+
|
|
17519
|
+
T['io.flow.channel.shopify.internal.v0.models.channel_organization_shopify_post_form'] = PropTypes.exact({
|
|
17520
|
+
form: T['io.flow.channel.v0.models.channel_organization_form'].isRequired,
|
|
17521
|
+
metadata: T['io.flow.channel.shopify.internal.v0.models.shopify_metadata'].isRequired,
|
|
17522
|
+
});
|
|
17523
|
+
|
|
17524
|
+
T['io.flow.internal.v0.models.channel_organization_shopify_post_form'] = PropTypes.exact({
|
|
17525
|
+
form: T['io.flow.channel.v0.models.channel_organization_form'].isRequired,
|
|
17526
|
+
metadata: T['io.flow.internal.v0.models.shopify_metadata'].isRequired,
|
|
17527
|
+
});
|
|
17528
|
+
|
|
17529
|
+
T['io.flow.internal.v0.models.channel_organization_installation_post_form'] = PropTypes.exact({
|
|
17530
|
+
form: T['io.flow.channel.v0.models.channel_organization_form'].isRequired,
|
|
17531
|
+
metadata: T['io.flow.internal.v0.models.channel_organization_metadata'].isRequired,
|
|
17532
|
+
});
|
|
17533
|
+
|
|
17534
|
+
T['io.flow.internal.v0.models.channel_organization_token'] = PropTypes.exact({
|
|
17535
|
+
token: T['io.flow.internal.v0.models.channel_organization_token_body'].isRequired,
|
|
17536
|
+
service: T['io.flow.internal.v0.enums.channel_service'].isRequired,
|
|
17450
17537
|
});
|
|
17451
17538
|
|
|
17452
17539
|
T['io.flow.internal.v0.enums.channel_order_fulfillment_status_code'] = PropTypes.oneOf(['unfulfilled', 'fulfilled', 'partial', 'cancelled']);
|
|
@@ -21611,6 +21698,11 @@ T['io.flow.billing.v0.enums.fee_deduction_type'] = PropTypes.oneOf([
|
|
|
21611
21698
|
'duty_guarantee',
|
|
21612
21699
|
'mor',
|
|
21613
21700
|
'fraud',
|
|
21701
|
+
'tax',
|
|
21702
|
+
'duty',
|
|
21703
|
+
'tax_and_duty',
|
|
21704
|
+
'product',
|
|
21705
|
+
'tax_and_duty_fx_diff',
|
|
21614
21706
|
'fx',
|
|
21615
21707
|
'processing',
|
|
21616
21708
|
'rate_lock',
|
|
@@ -23923,6 +24015,11 @@ T['io.flow.channel.v0.models.channel_organization'] = PropTypes.exact({
|
|
|
23923
24015
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
23924
24016
|
});
|
|
23925
24017
|
|
|
24018
|
+
T['io.flow.channel.internal.v0.models.channel_organization_installation'] = PropTypes.exact({
|
|
24019
|
+
organization: T['io.flow.channel.v0.models.channel_organization'].isRequired,
|
|
24020
|
+
tokens: PropTypes.arrayOf(T['io.flow.channel.internal.v0.models.channel_organization_token']).isRequired,
|
|
24021
|
+
});
|
|
24022
|
+
|
|
23926
24023
|
T['io.flow.channel.shopify.internal.v0.models.channel_organization_shopify'] = PropTypes.exact({
|
|
23927
24024
|
organization: T['io.flow.channel.v0.models.channel_organization'].isRequired,
|
|
23928
24025
|
|
|
@@ -23936,6 +24033,11 @@ T['io.flow.internal.v0.models.channel_organization_shopify'] = PropTypes.exact({
|
|
|
23936
24033
|
tokens: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_channel_organization_tokens']).isRequired,
|
|
23937
24034
|
});
|
|
23938
24035
|
|
|
24036
|
+
T['io.flow.internal.v0.models.channel_organization_installation'] = PropTypes.exact({
|
|
24037
|
+
organization: T['io.flow.channel.v0.models.channel_organization'].isRequired,
|
|
24038
|
+
tokens: PropTypes.arrayOf(T['io.flow.internal.v0.models.channel_organization_token']).isRequired,
|
|
24039
|
+
});
|
|
24040
|
+
|
|
23939
24041
|
T['io.flow.internal.v0.models.channel_organization_identifier'] = PropTypes.exact({
|
|
23940
24042
|
id: PropTypes.string.isRequired,
|
|
23941
24043
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
@@ -24027,6 +24129,7 @@ T['io.flow.internal.v0.unions.task_metadata'] = PropTypes.oneOfType([
|
|
|
24027
24129
|
T['io.flow.internal.v0.models.tax_duty_reason_code_metadata'],
|
|
24028
24130
|
T['io.flow.internal.v0.models.accounting_return_metadata'],
|
|
24029
24131
|
T['io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata'],
|
|
24132
|
+
T['io.flow.internal.v0.models.channel_transaction_trigger_metadata'],
|
|
24030
24133
|
]);
|
|
24031
24134
|
|
|
24032
24135
|
T['io.flow.common.v0.models.price'] = PropTypes.exact({
|
|
@@ -24438,6 +24541,7 @@ T['io.flow.fulfillment.v0.models.delivery_option'] = PropTypes.exact({
|
|
|
24438
24541
|
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'].isRequired,
|
|
24439
24542
|
price: T['io.flow.fulfillment.v0.models.price_with_base_and_details'].isRequired,
|
|
24440
24543
|
service: T['io.flow.fulfillment.v0.models.service_summary'].isRequired,
|
|
24544
|
+
actual_service: T['io.flow.fulfillment.v0.models.service_summary'],
|
|
24441
24545
|
tier: T['io.flow.fulfillment.v0.models.tier_summary'].isRequired,
|
|
24442
24546
|
window: T['io.flow.fulfillment.v0.models.delivery_window'].isRequired,
|
|
24443
24547
|
rule_outcome: T['io.flow.fulfillment.v0.unions.tier_rule_outcome'],
|
|
@@ -24735,6 +24839,11 @@ T['io.flow.internal.v0.models.fees'] = PropTypes.exact({
|
|
|
24735
24839
|
processing: T['io.flow.internal.v0.models.fee'],
|
|
24736
24840
|
rate_lock: T['io.flow.internal.v0.models.fee'].isRequired,
|
|
24737
24841
|
mor: T['io.flow.internal.v0.models.fee'],
|
|
24842
|
+
tax: T['io.flow.internal.v0.models.fee'],
|
|
24843
|
+
duty: T['io.flow.internal.v0.models.fee'],
|
|
24844
|
+
tax_and_duty: T['io.flow.internal.v0.models.fee'],
|
|
24845
|
+
product: T['io.flow.internal.v0.models.fee'],
|
|
24846
|
+
tax_and_duty_fx_diff: T['io.flow.internal.v0.models.fee'],
|
|
24738
24847
|
fx: T['io.flow.internal.v0.models.fee'],
|
|
24739
24848
|
duty_guarantee: T['io.flow.internal.v0.models.fee'],
|
|
24740
24849
|
transfer: T['io.flow.internal.v0.models.fee'],
|
|
@@ -26759,6 +26868,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
26759
26868
|
T['io.flow.internal.v0.models.organization_account_deleted'],
|
|
26760
26869
|
T['io.flow.internal.v0.models.account_transactions_export_request'],
|
|
26761
26870
|
T['io.flow.internal.v0.models.account_orders_export_request'],
|
|
26871
|
+
T['io.flow.internal.v0.models.fulfillment_status_upserted'],
|
|
26872
|
+
T['io.flow.internal.v0.models.fulfillment_status_deleted'],
|
|
26762
26873
|
T['io.flow.internal.v0.models.main_transaction_upserted'],
|
|
26763
26874
|
T['io.flow.internal.v0.models.main_transaction_deleted'],
|
|
26764
26875
|
T['io.flow.internal.v0.models.main_transaction_upserted_v2'],
|
|
@@ -27257,7 +27368,7 @@ T['io.flow.internal.v0.enums.calculator_engine'] = PropTypes.oneOf(['dtce_with_d
|
|
|
27257
27368
|
T['io.flow.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge', 'revenue_share']);
|
|
27258
27369
|
T['io.flow.internal.v0.enums.carrier_label_generation_method'] = PropTypes.oneOf(['direct', 'easypost']);
|
|
27259
27370
|
T['io.flow.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
27260
|
-
T['io.flow.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
27371
|
+
T['io.flow.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing', 'order']);
|
|
27261
27372
|
T['io.flow.internal.v0.enums.compliance_type'] = PropTypes.oneOf(['weee']);
|
|
27262
27373
|
T['io.flow.internal.v0.enums.crossdock_tracking_status'] = PropTypes.oneOf(['notified', 'received', 'shipped']);
|
|
27263
27374
|
T['io.flow.internal.v0.enums.deminimis_adjustment_type'] = PropTypes.oneOf(['none', 'duty', 'vat', 'vat_and_duty']);
|
|
@@ -27296,6 +27407,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
27296
27407
|
'organization_account_deleted',
|
|
27297
27408
|
'account_transactions_export_request',
|
|
27298
27409
|
'account_orders_export_request',
|
|
27410
|
+
'fulfillment_status_upserted',
|
|
27411
|
+
'fulfillment_status_deleted',
|
|
27299
27412
|
'main_transaction_upserted',
|
|
27300
27413
|
'main_transaction_deleted',
|
|
27301
27414
|
'main_transaction_upserted_v2',
|
|
@@ -30193,9 +30306,13 @@ export const channelOrderSummary = T['io.flow.internal.v0.models.channel_order_s
|
|
|
30193
30306
|
export const channelOrderSummaryDeleted = T['io.flow.internal.v0.models.channel_order_summary_deleted'];
|
|
30194
30307
|
export const channelOrderSummaryFulfillmentDetails = T['io.flow.internal.v0.models.channel_order_summary_fulfillment_details'];
|
|
30195
30308
|
export const channelOrderSummaryUpserted = T['io.flow.internal.v0.models.channel_order_summary_upserted'];
|
|
30309
|
+
export const channelOrganizationDomain = T['io.flow.internal.v0.models.channel_organization_domain'];
|
|
30196
30310
|
export const channelOrganizationIdentifier = T['io.flow.internal.v0.models.channel_organization_identifier'];
|
|
30197
30311
|
export const channelOrganizationIdentifierDeleted = T['io.flow.internal.v0.models.channel_organization_identifier_deleted'];
|
|
30198
30312
|
export const channelOrganizationIdentifierUpserted = T['io.flow.internal.v0.models.channel_organization_identifier_upserted'];
|
|
30313
|
+
export const channelOrganizationInstallation = T['io.flow.internal.v0.models.channel_organization_installation'];
|
|
30314
|
+
export const channelOrganizationInstallationPostForm = T['io.flow.internal.v0.models.channel_organization_installation_post_form'];
|
|
30315
|
+
export const channelOrganizationMetadata = T['io.flow.internal.v0.models.channel_organization_metadata'];
|
|
30199
30316
|
export const channelOrganizationPublicationOwner = T['io.flow.internal.v0.models.channel_organization_publication_owner'];
|
|
30200
30317
|
export const channelOrganizationPublicationOwnerPutForm = T['io.flow.internal.v0.models.channel_organization_publication_owner_put_form'];
|
|
30201
30318
|
export const channelOrganizationSellabilityStatus = T['io.flow.internal.v0.models.channel_organization_sellability_status'];
|
|
@@ -30203,12 +30320,17 @@ export const channelOrganizationSellabilityStatusPutForm = T['io.flow.internal.v
|
|
|
30203
30320
|
export const channelOrganizationShopify = T['io.flow.internal.v0.models.channel_organization_shopify'];
|
|
30204
30321
|
export const channelOrganizationShopifyForm = T['io.flow.internal.v0.models.channel_organization_shopify_form'];
|
|
30205
30322
|
export const channelOrganizationShopifyPostForm = T['io.flow.internal.v0.models.channel_organization_shopify_post_form'];
|
|
30323
|
+
export const channelOrganizationToken = T['io.flow.internal.v0.models.channel_organization_token'];
|
|
30324
|
+
export const channelOrganizationTokenBody = T['io.flow.internal.v0.models.channel_organization_token_body'];
|
|
30206
30325
|
export const channelRateMetadata = T['io.flow.internal.v0.unions.channel_rate_metadata'];
|
|
30207
30326
|
export const channelRateMetadataIdentity = T['io.flow.internal.v0.models.channel_rate_metadata_identity'];
|
|
30208
30327
|
export const channelRateMetadataRate = T['io.flow.internal.v0.models.channel_rate_metadata_rate'];
|
|
30328
|
+
export const channelService = T['io.flow.internal.v0.enums.channel_service'];
|
|
30209
30329
|
export const channelTransaction = T['io.flow.internal.v0.models.channel_transaction'];
|
|
30210
30330
|
export const channelTransactionDeleted = T['io.flow.internal.v0.models.channel_transaction_deleted'];
|
|
30211
30331
|
export const channelTransactionRate = T['io.flow.internal.v0.models.channel_transaction_rate'];
|
|
30332
|
+
export const channelTransactionTriggerMetadata = T['io.flow.internal.v0.models.channel_transaction_trigger_metadata'];
|
|
30333
|
+
export const channelTransactionTriggerType = T['io.flow.internal.v0.enums.channel_transaction_trigger_type'];
|
|
30212
30334
|
export const channelTransactionType = T['io.flow.internal.v0.enums.channel_transaction_type'];
|
|
30213
30335
|
export const channelTransactionUpserted = T['io.flow.internal.v0.models.channel_transaction_upserted'];
|
|
30214
30336
|
export const chapterCheckResult = T['io.flow.internal.v0.models.chapter_check_result'];
|
|
@@ -30589,6 +30711,9 @@ export const fulfillmentProofShippingNotificationReference = T['io.flow.internal
|
|
|
30589
30711
|
export const fulfillmentReference = T['io.flow.internal.v0.models.fulfillment_reference'];
|
|
30590
30712
|
export const fulfillmentShopperBreakdown = T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'];
|
|
30591
30713
|
export const fulfillmentSnapshot = T['io.flow.internal.v0.models.fulfillment_snapshot'];
|
|
30714
|
+
export const fulfillmentStatusDeleted = T['io.flow.internal.v0.models.fulfillment_status_deleted'];
|
|
30715
|
+
export const fulfillmentStatusSummary = T['io.flow.internal.v0.models.fulfillment_status_summary'];
|
|
30716
|
+
export const fulfillmentStatusUpserted = T['io.flow.internal.v0.models.fulfillment_status_upserted'];
|
|
30592
30717
|
export const fulfillmentSubsidyBreakdown = T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'];
|
|
30593
30718
|
export const fulfillmentTrigger = T['io.flow.internal.v0.unions.fulfillment_trigger'];
|
|
30594
30719
|
export const fulfillmentTriggerProof = T['io.flow.internal.v0.models.fulfillment_trigger_proof'];
|