@flowio/api-internal-prop-types 9.24.125 → 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 +134 -26
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +134 -26
- package/src/api-internal.js +186 -61
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.
|
|
17356
|
-
|
|
17357
|
-
T['io.flow.internal.v0.models.shopify_channel_organization_token'] = PropTypes.exact({
|
|
17358
|
-
cleartext: PropTypes.string.isRequired,
|
|
17359
|
-
});
|
|
17360
|
-
|
|
17361
|
-
T['io.flow.common.v0.models.organization_defaults'] = PropTypes.exact({
|
|
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
|
-
});
|
|
17404
|
+
T['io.flow.internal.v0.enums.channel_transaction_trigger_type'] = PropTypes.oneOf(['capture', 'order']);
|
|
17376
17405
|
|
|
17377
|
-
T['io.flow.
|
|
17378
|
-
|
|
17379
|
-
|
|
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,
|
|
17380
17409
|
});
|
|
17381
17410
|
|
|
17382
|
-
T['io.flow.
|
|
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']);
|
|
@@ -19468,6 +19555,7 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
19468
19555
|
'merchant_payout',
|
|
19469
19556
|
'merchant_refund',
|
|
19470
19557
|
'ge_revenue_share',
|
|
19558
|
+
'merchant_fee',
|
|
19471
19559
|
]);
|
|
19472
19560
|
|
|
19473
19561
|
T['io.flow.internal.v0.models.debug_original_transaction_summary'] = PropTypes.exact({
|
|
@@ -21610,6 +21698,11 @@ T['io.flow.billing.v0.enums.fee_deduction_type'] = PropTypes.oneOf([
|
|
|
21610
21698
|
'duty_guarantee',
|
|
21611
21699
|
'mor',
|
|
21612
21700
|
'fraud',
|
|
21701
|
+
'tax',
|
|
21702
|
+
'duty',
|
|
21703
|
+
'tax_and_duty',
|
|
21704
|
+
'product',
|
|
21705
|
+
'tax_and_duty_fx_diff',
|
|
21613
21706
|
'fx',
|
|
21614
21707
|
'processing',
|
|
21615
21708
|
'rate_lock',
|
|
@@ -22580,7 +22673,6 @@ T['io.flow.internal.v0.models.restriction_organization'] = PropTypes.exact({
|
|
|
22580
22673
|
T['io.flow.internal.v0.models.restriction_organization_decision_summary'] = PropTypes.exact({
|
|
22581
22674
|
organization: T['io.flow.internal.v0.models.restriction_organization'].isRequired,
|
|
22582
22675
|
earliest_pending_date: PropTypes.string.isRequired,
|
|
22583
|
-
priority_score: PropTypes.number.isRequired,
|
|
22584
22676
|
date: PropTypes.string.isRequired,
|
|
22585
22677
|
counts: T['io.flow.internal.v0.models.restriction_summary_counts'].isRequired,
|
|
22586
22678
|
});
|
|
@@ -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'],
|
|
@@ -26021,7 +26130,7 @@ T['io.flow.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
|
26021
26130
|
'tax_refund',
|
|
26022
26131
|
'duty_refund',
|
|
26023
26132
|
'ge_revenue_share',
|
|
26024
|
-
'
|
|
26133
|
+
'merchant_fee',
|
|
26025
26134
|
'merchant_payout',
|
|
26026
26135
|
'merchant_refund',
|
|
26027
26136
|
]);
|
|
@@ -26194,19 +26303,6 @@ T['io.flow.internal.v0.models.processing_transaction_deleted'] = PropTypes.exact
|
|
|
26194
26303
|
processing_transaction: T['io.flow.internal.v0.models.processing_transaction'].isRequired,
|
|
26195
26304
|
});
|
|
26196
26305
|
|
|
26197
|
-
T['io.flow.internal.v0.models.platform_fee_transaction'] = PropTypes.exact({
|
|
26198
|
-
discriminator: PropTypes.oneOf(['platform_fee_transaction']).isRequired,
|
|
26199
|
-
order: T['io.flow.internal.v0.models.billing_order_transaction_order_reference'],
|
|
26200
|
-
id: PropTypes.string.isRequired,
|
|
26201
|
-
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26202
|
-
status: T['io.flow.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26203
|
-
posted_at: PropTypes.string,
|
|
26204
|
-
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26205
|
-
description: PropTypes.string.isRequired,
|
|
26206
|
-
statement: T['io.flow.internal.v0.models.billing_statement_reference'],
|
|
26207
|
-
created_at: PropTypes.string.isRequired,
|
|
26208
|
-
});
|
|
26209
|
-
|
|
26210
26306
|
T['io.flow.internal.v0.models.other_record'] = PropTypes.exact({
|
|
26211
26307
|
id: PropTypes.string.isRequired,
|
|
26212
26308
|
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
@@ -26270,6 +26366,19 @@ T['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'] = PropTypes.exac
|
|
|
26270
26366
|
created_at: PropTypes.string.isRequired,
|
|
26271
26367
|
});
|
|
26272
26368
|
|
|
26369
|
+
T['io.flow.internal.v0.models.merchant_fee_transaction'] = PropTypes.exact({
|
|
26370
|
+
discriminator: PropTypes.oneOf(['merchant_fee_transaction']).isRequired,
|
|
26371
|
+
order: T['io.flow.internal.v0.models.billing_order_transaction_order_reference'],
|
|
26372
|
+
id: PropTypes.string.isRequired,
|
|
26373
|
+
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
26374
|
+
status: T['io.flow.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
26375
|
+
posted_at: PropTypes.string,
|
|
26376
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
26377
|
+
description: PropTypes.string.isRequired,
|
|
26378
|
+
statement: T['io.flow.internal.v0.models.billing_statement_reference'],
|
|
26379
|
+
created_at: PropTypes.string.isRequired,
|
|
26380
|
+
});
|
|
26381
|
+
|
|
26273
26382
|
T['io.flow.internal.v0.models.manual_transaction'] = PropTypes.exact({
|
|
26274
26383
|
discriminator: PropTypes.oneOf(['manual_transaction']).isRequired,
|
|
26275
26384
|
category: T['io.flow.internal.v0.enums.manual_transaction_category'],
|
|
@@ -26482,7 +26591,7 @@ T['io.flow.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
|
26482
26591
|
T['io.flow.internal.v0.models.carrier_charge_transaction'],
|
|
26483
26592
|
T['io.flow.internal.v0.models.non_l4l_tax_duty_fx_transaction'],
|
|
26484
26593
|
T['io.flow.internal.v0.models.ge_revenue_share_transaction'],
|
|
26485
|
-
T['io.flow.internal.v0.models.
|
|
26594
|
+
T['io.flow.internal.v0.models.merchant_fee_transaction'],
|
|
26486
26595
|
]);
|
|
26487
26596
|
|
|
26488
26597
|
T['io.flow.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
@@ -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',
|
|
@@ -27662,6 +27775,7 @@ T['io.flow.internal.v0.enums.keyword_type'] = PropTypes.oneOf(['positive', 'nega
|
|
|
27662
27775
|
T['io.flow.internal.v0.enums.label_billing_strategy'] = PropTypes.oneOf(['quote', 'carrier']);
|
|
27663
27776
|
T['io.flow.internal.v0.enums.label_request_result_organization_type'] = PropTypes.oneOf(['all', 'legacy_production', 'managed_markets_production', 'sandbox']);
|
|
27664
27777
|
T['io.flow.internal.v0.enums.label_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']);
|
|
27778
|
+
T['io.flow.internal.v0.enums.merchant_fee_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'fee']);
|
|
27665
27779
|
T['io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'fee']);
|
|
27666
27780
|
T['io.flow.internal.v0.enums.onboarding_automation_process_state'] = PropTypes.oneOf(['not_started', 'in_progress', 'success', 'failed']);
|
|
27667
27781
|
T['io.flow.internal.v0.enums.onboarding_automation_task_state'] = PropTypes.oneOf(['not_started', 'in_progress', 'success', 'failed']);
|
|
@@ -27689,7 +27803,6 @@ T['io.flow.internal.v0.enums.order_transaction_type'] = PropTypes.oneOf(['adjust
|
|
|
27689
27803
|
T['io.flow.internal.v0.enums.organization_metric_type'] = PropTypes.oneOf(['organization_restriction_status']);
|
|
27690
27804
|
T['io.flow.internal.v0.enums.output_style'] = PropTypes.oneOf(['flow', 'shopify_p1']);
|
|
27691
27805
|
T['io.flow.internal.v0.enums.pending_record_type'] = PropTypes.oneOf(['verification', 'classification', 'restriction']);
|
|
27692
|
-
T['io.flow.internal.v0.enums.platform_fee_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'fee']);
|
|
27693
27806
|
T['io.flow.internal.v0.enums.preferred_billing_schedule'] = PropTypes.oneOf(['monthly', 'bi-monthly']);
|
|
27694
27807
|
T['io.flow.internal.v0.enums.price_selector'] = PropTypes.oneOf(['minimum', 'maximum']);
|
|
27695
27808
|
|
|
@@ -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'];
|
|
@@ -30817,6 +30942,8 @@ export const merchantApplicationSummaries = T['io.flow.internal.v0.models.mercha
|
|
|
30817
30942
|
export const merchantApplicationSummary = T['io.flow.internal.v0.models.merchant_application_summary'];
|
|
30818
30943
|
export const merchantDeleted = T['io.flow.internal.v0.models.merchant_deleted'];
|
|
30819
30944
|
export const merchantDetails = T['io.flow.internal.v0.models.merchant_details'];
|
|
30945
|
+
export const merchantFeeTransaction = T['io.flow.internal.v0.models.merchant_fee_transaction'];
|
|
30946
|
+
export const merchantFeeTransactionType = T['io.flow.internal.v0.enums.merchant_fee_transaction_type'];
|
|
30820
30947
|
export const merchantFees = T['io.flow.internal.v0.models.merchant_fees'];
|
|
30821
30948
|
export const merchantGuidAssignment = T['io.flow.internal.v0.models.merchant_guid_assignment'];
|
|
30822
30949
|
export const merchantGuidAssignmentDeleted = T['io.flow.internal.v0.models.merchant_guid_assignment_deleted'];
|
|
@@ -31086,8 +31213,6 @@ export const platformFeeFlat = T['io.flow.internal.v0.models.platform_fee_flat']
|
|
|
31086
31213
|
export const platformFeePause = T['io.flow.internal.v0.models.platform_fee_pause'];
|
|
31087
31214
|
export const platformFeePercentage = T['io.flow.internal.v0.models.platform_fee_percentage'];
|
|
31088
31215
|
export const platformFeePercentageTier = T['io.flow.internal.v0.models.platform_fee_percentage_tier'];
|
|
31089
|
-
export const platformFeeTransaction = T['io.flow.internal.v0.models.platform_fee_transaction'];
|
|
31090
|
-
export const platformFeeTransactionType = T['io.flow.internal.v0.enums.platform_fee_transaction_type'];
|
|
31091
31216
|
export const prateekItem = T['io.flow.internal.v0.models.prateek_item'];
|
|
31092
31217
|
export const prateekItemForm = T['io.flow.internal.v0.models.prateek_item_form'];
|
|
31093
31218
|
export const prateekItemType = T['io.flow.internal.v0.enums.prateek_item_type'];
|