@flowio/api-internal-prop-types 9.24.74 → 9.24.76
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 +82 -2
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +82 -2
- package/src/api-internal.js +438 -354
package/src/api-internal.js
CHANGED
|
@@ -8377,12 +8377,6 @@ T['io.flow.return.v0.models.return_source_flow'] = PropTypes.exact({
|
|
|
8377
8377
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
8378
8378
|
});
|
|
8379
8379
|
|
|
8380
|
-
T['io.flow.fulfillment.v0.models.center_reference'] = PropTypes.exact({
|
|
8381
|
-
discriminator: PropTypes.oneOf(['center_reference']).isRequired,
|
|
8382
|
-
organization_id: PropTypes.string.isRequired,
|
|
8383
|
-
center_key: PropTypes.string.isRequired,
|
|
8384
|
-
});
|
|
8385
|
-
|
|
8386
8380
|
T['io.flow.label.v0.enums.package_dimensions_source'] = PropTypes.oneOf(['provided', 'dimensions_estimated']);
|
|
8387
8381
|
|
|
8388
8382
|
T['io.flow.label.v0.models.label_order_summary'] = PropTypes.exact({
|
|
@@ -10057,6 +10051,13 @@ T['io.flow.internal.v0.models.localized_content_upserted'] = PropTypes.exact({
|
|
|
10057
10051
|
source_localization_id: PropTypes.string.isRequired,
|
|
10058
10052
|
});
|
|
10059
10053
|
|
|
10054
|
+
T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'] = PropTypes.exact({
|
|
10055
|
+
discriminator: PropTypes.oneOf(['commercial_invoice_internal_deleted']).isRequired,
|
|
10056
|
+
event_id: PropTypes.string.isRequired,
|
|
10057
|
+
timestamp: PropTypes.string.isRequired,
|
|
10058
|
+
id: PropTypes.string.isRequired,
|
|
10059
|
+
});
|
|
10060
|
+
|
|
10060
10061
|
T['io.flow.internal.v0.models.catalog_settings_deleted'] = PropTypes.exact({
|
|
10061
10062
|
discriminator: PropTypes.oneOf(['catalog_settings_deleted']).isRequired,
|
|
10062
10063
|
event_id: PropTypes.string.isRequired,
|
|
@@ -13553,33 +13554,6 @@ T['io.flow.internal.v0.enums.no_liability_reason_code'] = PropTypes.oneOf([
|
|
|
13553
13554
|
'duty_free_by_trade_agreement',
|
|
13554
13555
|
]);
|
|
13555
13556
|
|
|
13556
|
-
T['io.flow.common.v0.models.entity_identifier'] = PropTypes.exact({
|
|
13557
|
-
name: T['io.flow.common.v0.enums.entity_identifier_type'].isRequired,
|
|
13558
|
-
number: PropTypes.string.isRequired,
|
|
13559
|
-
issuing_country: PropTypes.string,
|
|
13560
|
-
});
|
|
13561
|
-
|
|
13562
|
-
T['io.flow.common.v0.models.merchant_of_record_entity_registration'] = PropTypes.exact({
|
|
13563
|
-
number: PropTypes.string.isRequired,
|
|
13564
|
-
country: PropTypes.string.isRequired,
|
|
13565
|
-
});
|
|
13566
|
-
|
|
13567
|
-
T['io.flow.internal.v0.models.merchant_of_record_entity_settings_form'] = PropTypes.exact({
|
|
13568
|
-
name: PropTypes.string.isRequired,
|
|
13569
|
-
vat: T['io.flow.common.v0.models.merchant_of_record_entity_registration'],
|
|
13570
|
-
streets: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
13571
|
-
city: PropTypes.string.isRequired,
|
|
13572
|
-
province: PropTypes.string,
|
|
13573
|
-
postal: PropTypes.string,
|
|
13574
|
-
country: PropTypes.string.isRequired,
|
|
13575
|
-
phone: PropTypes.string,
|
|
13576
|
-
email: PropTypes.string,
|
|
13577
|
-
starts_at: PropTypes.string.isRequired,
|
|
13578
|
-
ends_at: PropTypes.string,
|
|
13579
|
-
center: PropTypes.string,
|
|
13580
|
-
currency: PropTypes.string,
|
|
13581
|
-
});
|
|
13582
|
-
|
|
13583
13557
|
T['io.flow.internal.v0.models.liability_party_details'] = PropTypes.exact({
|
|
13584
13558
|
eori_number: PropTypes.string,
|
|
13585
13559
|
});
|
|
@@ -16371,6 +16345,239 @@ T['io.flow.internal.v0.models.customs_product_attribute_label'] = PropTypes.exac
|
|
|
16371
16345
|
value: PropTypes.string.isRequired,
|
|
16372
16346
|
});
|
|
16373
16347
|
|
|
16348
|
+
T['io.flow.internal.v0.models.customs_product_labels'] = PropTypes.exact({
|
|
16349
|
+
item_type: PropTypes.string.isRequired,
|
|
16350
|
+
gender: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
16351
|
+
material: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
16352
|
+
construction: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
16353
|
+
});
|
|
16354
|
+
|
|
16355
|
+
T['io.flow.price.v0.models.duty'] = PropTypes.exact({
|
|
16356
|
+
rate: PropTypes.number.isRequired,
|
|
16357
|
+
components: PropTypes.arrayOf(T['io.flow.price.v0.enums.levy_component']).isRequired,
|
|
16358
|
+
deminimis: T['io.flow.price.v0.unions.deminimis'],
|
|
16359
|
+
name: PropTypes.string,
|
|
16360
|
+
});
|
|
16361
|
+
|
|
16362
|
+
T['io.flow.harmonization.v0.models.lane_landed_cost'] = PropTypes.exact({
|
|
16363
|
+
origin: PropTypes.string.isRequired,
|
|
16364
|
+
destination: PropTypes.string.isRequired,
|
|
16365
|
+
tariff_code: PropTypes.string.isRequired,
|
|
16366
|
+
effective_duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16367
|
+
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
16368
|
+
});
|
|
16369
|
+
|
|
16370
|
+
T['io.flow.price.v0.models.price_equation'] = PropTypes.exact({
|
|
16371
|
+
contracted_rate: PropTypes.number.isRequired,
|
|
16372
|
+
rate: PropTypes.number.isRequired,
|
|
16373
|
+
pricing: T['io.flow.price.v0.models.pricing'].isRequired,
|
|
16374
|
+
base_price: PropTypes.number.isRequired,
|
|
16375
|
+
discount: PropTypes.number.isRequired,
|
|
16376
|
+
fixed_margin: PropTypes.number.isRequired,
|
|
16377
|
+
percent_margin: PropTypes.number.isRequired,
|
|
16378
|
+
insurance: PropTypes.number.isRequired,
|
|
16379
|
+
freight: PropTypes.number.isRequired,
|
|
16380
|
+
duty: T['io.flow.price.v0.models.duty'],
|
|
16381
|
+
tax: T['io.flow.price.v0.models.tax'],
|
|
16382
|
+
percent_sales_margin: PropTypes.number.isRequired,
|
|
16383
|
+
});
|
|
16384
|
+
|
|
16385
|
+
T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_data'] = PropTypes.exact({
|
|
16386
|
+
discriminator: PropTypes.oneOf(['rex']).isRequired,
|
|
16387
|
+
number: PropTypes.string.isRequired,
|
|
16388
|
+
});
|
|
16389
|
+
|
|
16390
|
+
T['io.flow.internal.v0.models.item_customs_details'] = PropTypes.exact({
|
|
16391
|
+
item_number: PropTypes.string.isRequired,
|
|
16392
|
+
sub_item_number: PropTypes.string,
|
|
16393
|
+
customs_description: PropTypes.string,
|
|
16394
|
+
origin: PropTypes.string.isRequired,
|
|
16395
|
+
hs6: PropTypes.string,
|
|
16396
|
+
hs_description: PropTypes.string,
|
|
16397
|
+
tariff_code: PropTypes.string,
|
|
16398
|
+
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16399
|
+
price_composition_rate: PropTypes.number.isRequired,
|
|
16400
|
+
duty_composition_rate: PropTypes.number.isRequired,
|
|
16401
|
+
export_control_classification_number: PropTypes.string,
|
|
16402
|
+
labels: T['io.flow.internal.v0.models.customs_product_labels'],
|
|
16403
|
+
});
|
|
16404
|
+
|
|
16405
|
+
T['io.flow.internal.v0.unions.tariff_eligibility_data'] = PropTypes.oneOfType([
|
|
16406
|
+
T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_data'],
|
|
16407
|
+
]);
|
|
16408
|
+
|
|
16409
|
+
T['io.flow.internal.v0.models.tariff_eligibility'] = PropTypes.exact({
|
|
16410
|
+
id: PropTypes.string.isRequired,
|
|
16411
|
+
data: T['io.flow.internal.v0.unions.tariff_eligibility_data'].isRequired,
|
|
16412
|
+
});
|
|
16413
|
+
|
|
16414
|
+
T['io.flow.internal.v0.models.duties'] = PropTypes.exact({
|
|
16415
|
+
duty_rate: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16416
|
+
duty_rate_v2: T['io.flow.internal.v0.models.duty_rate'],
|
|
16417
|
+
});
|
|
16418
|
+
|
|
16419
|
+
T['io.flow.internal.v0.models.tariff_code_duty'] = PropTypes.exact({
|
|
16420
|
+
tariff_code: PropTypes.string.isRequired,
|
|
16421
|
+
duties: PropTypes.objectOf(T['io.flow.internal.v0.models.duties']).isRequired,
|
|
16422
|
+
});
|
|
16423
|
+
|
|
16424
|
+
T['io.flow.internal.v0.models.customs_description_tariff_code_duty_form'] = PropTypes.exact({
|
|
16425
|
+
customs_description: PropTypes.string.isRequired,
|
|
16426
|
+
harmonization_code: PropTypes.string,
|
|
16427
|
+
tariff_codes: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
|
|
16428
|
+
});
|
|
16429
|
+
|
|
16430
|
+
T['io.flow.internal.v0.models.customs_description_tariff_code_duty'] = PropTypes.exact({
|
|
16431
|
+
id: PropTypes.string.isRequired,
|
|
16432
|
+
customs_description: PropTypes.string.isRequired,
|
|
16433
|
+
status: PropTypes.string.isRequired,
|
|
16434
|
+
harmonization_code: PropTypes.string,
|
|
16435
|
+
tariff_codes: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
|
|
16436
|
+
tariff_codes_metadata: PropTypes.objectOf(PropTypes.string),
|
|
16437
|
+
});
|
|
16438
|
+
|
|
16439
|
+
T['io.flow.internal.v0.models.crypto_authentication_form'] = PropTypes.exact({
|
|
16440
|
+
public_key: PropTypes.string.isRequired,
|
|
16441
|
+
secret_key: PropTypes.string.isRequired,
|
|
16442
|
+
signature_secret: PropTypes.string.isRequired,
|
|
16443
|
+
});
|
|
16444
|
+
|
|
16445
|
+
T['io.flow.internal.v0.models.crypto_authentication'] = PropTypes.exact({
|
|
16446
|
+
public_key: PropTypes.string.isRequired,
|
|
16447
|
+
secret_key_reference: PropTypes.string.isRequired,
|
|
16448
|
+
signature_secret_reference: PropTypes.string.isRequired,
|
|
16449
|
+
});
|
|
16450
|
+
|
|
16451
|
+
T['io.flow.internal.v0.models.country_picker_payment_method'] = PropTypes.exact({
|
|
16452
|
+
id: PropTypes.string.isRequired,
|
|
16453
|
+
});
|
|
16454
|
+
|
|
16455
|
+
T['io.flow.internal.v0.models.country_picker_delivery_window'] = PropTypes.exact({
|
|
16456
|
+
name: PropTypes.string,
|
|
16457
|
+
from: PropTypes.string.isRequired,
|
|
16458
|
+
to: PropTypes.string.isRequired,
|
|
16459
|
+
timezone: PropTypes.string,
|
|
16460
|
+
});
|
|
16461
|
+
|
|
16462
|
+
T['io.flow.internal.v0.models.validation_character_length'] = PropTypes.exact({
|
|
16463
|
+
discriminator: PropTypes.oneOf(['validation_character_length']).isRequired,
|
|
16464
|
+
min: PropTypes.number,
|
|
16465
|
+
max: PropTypes.number,
|
|
16466
|
+
});
|
|
16467
|
+
|
|
16468
|
+
T['io.flow.internal.v0.unions.validation_rule'] = PropTypes.oneOfType([T['io.flow.internal.v0.models.validation_character_length']]);
|
|
16469
|
+
T['io.flow.internal.v0.enums.content_element_type'] = PropTypes.oneOf(['markdown', 'html', 'plain_text', 'href']);
|
|
16470
|
+
|
|
16471
|
+
T['io.flow.internal.v0.models.localized_content_element'] = PropTypes.exact({
|
|
16472
|
+
value: PropTypes.string.isRequired,
|
|
16473
|
+
type: T['io.flow.internal.v0.enums.content_element_type'],
|
|
16474
|
+
});
|
|
16475
|
+
|
|
16476
|
+
T['io.flow.internal.v0.models.localization_form'] = PropTypes.exact({
|
|
16477
|
+
locale: PropTypes.string.isRequired,
|
|
16478
|
+
status: T['io.flow.internal.v0.enums.content_status'].isRequired,
|
|
16479
|
+
elements: PropTypes.objectOf(T['io.flow.internal.v0.models.localized_content_element']).isRequired,
|
|
16480
|
+
});
|
|
16481
|
+
|
|
16482
|
+
T['io.flow.internal.v0.models.localized_content_form'] = PropTypes.exact({
|
|
16483
|
+
schema_key: PropTypes.string.isRequired,
|
|
16484
|
+
status: T['io.flow.internal.v0.enums.content_status'].isRequired,
|
|
16485
|
+
source: T['io.flow.internal.v0.models.localization_form'].isRequired,
|
|
16486
|
+
});
|
|
16487
|
+
|
|
16488
|
+
T['io.flow.internal.v0.models.localization'] = PropTypes.exact({
|
|
16489
|
+
discriminator: PropTypes.oneOf(['localization']).isRequired,
|
|
16490
|
+
id: PropTypes.string.isRequired,
|
|
16491
|
+
content_id: PropTypes.string.isRequired,
|
|
16492
|
+
locale: PropTypes.string.isRequired,
|
|
16493
|
+
status: T['io.flow.internal.v0.enums.content_status'].isRequired,
|
|
16494
|
+
elements: PropTypes.objectOf(T['io.flow.internal.v0.models.localized_content_element']).isRequired,
|
|
16495
|
+
});
|
|
16496
|
+
|
|
16497
|
+
T['io.flow.internal.v0.models.localized_content'] = PropTypes.exact({
|
|
16498
|
+
id: PropTypes.string.isRequired,
|
|
16499
|
+
schema_key: PropTypes.string.isRequired,
|
|
16500
|
+
status: T['io.flow.internal.v0.enums.content_status'].isRequired,
|
|
16501
|
+
source: T['io.flow.internal.v0.models.localization'].isRequired,
|
|
16502
|
+
localizations: PropTypes.arrayOf(T['io.flow.internal.v0.models.localization_ref']).isRequired,
|
|
16503
|
+
});
|
|
16504
|
+
|
|
16505
|
+
T['io.flow.internal.v0.models.content_schema_element'] = PropTypes.exact({
|
|
16506
|
+
type: T['io.flow.internal.v0.enums.content_element_type'].isRequired,
|
|
16507
|
+
description: PropTypes.string,
|
|
16508
|
+
example: PropTypes.string,
|
|
16509
|
+
required: PropTypes.bool,
|
|
16510
|
+
validation: PropTypes.arrayOf(T['io.flow.internal.v0.unions.validation_rule']),
|
|
16511
|
+
});
|
|
16512
|
+
|
|
16513
|
+
T['io.flow.internal.v0.models.content_schema_form'] = PropTypes.exact({
|
|
16514
|
+
description: PropTypes.string,
|
|
16515
|
+
elements: PropTypes.objectOf(T['io.flow.internal.v0.models.content_schema_element']).isRequired,
|
|
16516
|
+
allow_multiple: PropTypes.bool,
|
|
16517
|
+
});
|
|
16518
|
+
|
|
16519
|
+
T['io.flow.internal.v0.models.content_schema'] = PropTypes.exact({
|
|
16520
|
+
key: PropTypes.string.isRequired,
|
|
16521
|
+
description: PropTypes.string,
|
|
16522
|
+
elements: PropTypes.objectOf(T['io.flow.internal.v0.models.content_schema_element']).isRequired,
|
|
16523
|
+
allow_multiple: PropTypes.bool,
|
|
16524
|
+
});
|
|
16525
|
+
|
|
16526
|
+
T['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data'] = PropTypes.exact({
|
|
16527
|
+
discriminator: PropTypes.oneOf(['weee']).isRequired,
|
|
16528
|
+
label: PropTypes.string.isRequired,
|
|
16529
|
+
number: PropTypes.string.isRequired,
|
|
16530
|
+
});
|
|
16531
|
+
|
|
16532
|
+
T['io.flow.internal.v0.unions.compliance_data'] = PropTypes.oneOfType([
|
|
16533
|
+
T['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data'],
|
|
16534
|
+
]);
|
|
16535
|
+
|
|
16536
|
+
T['io.flow.internal.v0.models.customs_details'] = PropTypes.exact({
|
|
16537
|
+
tariff_eligibility_data: PropTypes.arrayOf(T['io.flow.internal.v0.unions.tariff_eligibility_data']).isRequired,
|
|
16538
|
+
compliance_data: PropTypes.arrayOf(T['io.flow.internal.v0.unions.compliance_data']).isRequired,
|
|
16539
|
+
item_customs_details: PropTypes.arrayOf(T['io.flow.internal.v0.models.item_customs_details']).isRequired,
|
|
16540
|
+
});
|
|
16541
|
+
|
|
16542
|
+
T['io.flow.internal.v0.models.compliance'] = PropTypes.exact({
|
|
16543
|
+
id: PropTypes.string.isRequired,
|
|
16544
|
+
destination: PropTypes.string.isRequired,
|
|
16545
|
+
data: T['io.flow.internal.v0.unions.compliance_data'].isRequired,
|
|
16546
|
+
});
|
|
16547
|
+
|
|
16548
|
+
T['io.flow.common.v0.models.entity_identifier'] = PropTypes.exact({
|
|
16549
|
+
name: T['io.flow.common.v0.enums.entity_identifier_type'].isRequired,
|
|
16550
|
+
number: PropTypes.string.isRequired,
|
|
16551
|
+
issuing_country: PropTypes.string,
|
|
16552
|
+
});
|
|
16553
|
+
|
|
16554
|
+
T['io.flow.common.v0.models.merchant_of_record_entity_registration'] = PropTypes.exact({
|
|
16555
|
+
number: PropTypes.string.isRequired,
|
|
16556
|
+
country: PropTypes.string.isRequired,
|
|
16557
|
+
});
|
|
16558
|
+
|
|
16559
|
+
T['io.flow.internal.v0.models.merchant_of_record_entity_settings_form'] = PropTypes.exact({
|
|
16560
|
+
name: PropTypes.string.isRequired,
|
|
16561
|
+
vat: T['io.flow.common.v0.models.merchant_of_record_entity_registration'],
|
|
16562
|
+
streets: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
16563
|
+
city: PropTypes.string.isRequired,
|
|
16564
|
+
province: PropTypes.string,
|
|
16565
|
+
postal: PropTypes.string,
|
|
16566
|
+
country: PropTypes.string.isRequired,
|
|
16567
|
+
phone: PropTypes.string,
|
|
16568
|
+
email: PropTypes.string,
|
|
16569
|
+
starts_at: PropTypes.string.isRequired,
|
|
16570
|
+
ends_at: PropTypes.string,
|
|
16571
|
+
center: PropTypes.string,
|
|
16572
|
+
currency: PropTypes.string,
|
|
16573
|
+
});
|
|
16574
|
+
|
|
16575
|
+
T['io.flow.fulfillment.v0.models.center_reference'] = PropTypes.exact({
|
|
16576
|
+
discriminator: PropTypes.oneOf(['center_reference']).isRequired,
|
|
16577
|
+
organization_id: PropTypes.string.isRequired,
|
|
16578
|
+
center_key: PropTypes.string.isRequired,
|
|
16579
|
+
});
|
|
16580
|
+
|
|
16374
16581
|
T['io.flow.common.v0.models.address'] = PropTypes.exact({
|
|
16375
16582
|
text: PropTypes.string,
|
|
16376
16583
|
streets: PropTypes.arrayOf(PropTypes.string),
|
|
@@ -16524,95 +16731,6 @@ T['io.flow.internal.v0.models.rate_and_rule_lookup_form'] = PropTypes.exact({
|
|
|
16524
16731
|
items: PropTypes.arrayOf(T['io.flow.internal.v0.models.rate_and_rule_item_form']).isRequired,
|
|
16525
16732
|
});
|
|
16526
16733
|
|
|
16527
|
-
T['io.flow.internal.v0.models.export_tracking_label_event'] = PropTypes.exact({
|
|
16528
|
-
id: PropTypes.string.isRequired,
|
|
16529
|
-
address: T['io.flow.common.v0.models.address'],
|
|
16530
|
-
carrier: PropTypes.string.isRequired,
|
|
16531
|
-
carrier_timestamp: PropTypes.string.isRequired,
|
|
16532
|
-
carrier_tracking_number: PropTypes.string.isRequired,
|
|
16533
|
-
flow_tracking_number: PropTypes.string.isRequired,
|
|
16534
|
-
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
16535
|
-
delivery_estimate: PropTypes.string,
|
|
16536
|
-
description: PropTypes.string,
|
|
16537
|
-
order_number: PropTypes.string,
|
|
16538
|
-
});
|
|
16539
|
-
|
|
16540
|
-
T['io.flow.internal.v0.models.tracking_label_event_upserted_v2'] = PropTypes.exact({
|
|
16541
|
-
discriminator: PropTypes.oneOf(['tracking_label_event_upserted_v2']).isRequired,
|
|
16542
|
-
event_id: PropTypes.string.isRequired,
|
|
16543
|
-
timestamp: PropTypes.string.isRequired,
|
|
16544
|
-
organization: PropTypes.string.isRequired,
|
|
16545
|
-
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
16546
|
-
});
|
|
16547
|
-
|
|
16548
|
-
T['io.flow.internal.v0.models.tracking_label_event_deleted_v2'] = PropTypes.exact({
|
|
16549
|
-
discriminator: PropTypes.oneOf(['tracking_label_event_deleted_v2']).isRequired,
|
|
16550
|
-
event_id: PropTypes.string.isRequired,
|
|
16551
|
-
timestamp: PropTypes.string.isRequired,
|
|
16552
|
-
organization: PropTypes.string.isRequired,
|
|
16553
|
-
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
16554
|
-
});
|
|
16555
|
-
|
|
16556
|
-
T['io.flow.internal.v0.models.destination_error'] = PropTypes.exact({
|
|
16557
|
-
id: PropTypes.string.isRequired,
|
|
16558
|
-
failed_at: PropTypes.string.isRequired,
|
|
16559
|
-
error: PropTypes.string.isRequired,
|
|
16560
|
-
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
16561
|
-
});
|
|
16562
|
-
|
|
16563
|
-
T['io.flow.internal.v0.models.label_generation_address_failures'] = PropTypes.exact({
|
|
16564
|
-
id: PropTypes.string.isRequired,
|
|
16565
|
-
organization_id: PropTypes.string.isRequired,
|
|
16566
|
-
status: T['io.flow.internal.v0.enums.label_generation_address_failure_status'].isRequired,
|
|
16567
|
-
order_number: PropTypes.string.isRequired,
|
|
16568
|
-
order_submitted_at: PropTypes.string.isRequired,
|
|
16569
|
-
carrier_id: PropTypes.string.isRequired,
|
|
16570
|
-
destination_errors: PropTypes.arrayOf(T['io.flow.internal.v0.models.destination_error']).isRequired,
|
|
16571
|
-
});
|
|
16572
|
-
|
|
16573
|
-
T['io.flow.internal.v0.models.customs_details_form'] = PropTypes.exact({
|
|
16574
|
-
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
16575
|
-
item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
16576
|
-
ship_from: T['io.flow.common.v0.models.address'].isRequired,
|
|
16577
|
-
});
|
|
16578
|
-
|
|
16579
|
-
T['io.flow.internal.v0.models.customs_product_labels'] = PropTypes.exact({
|
|
16580
|
-
item_type: PropTypes.string.isRequired,
|
|
16581
|
-
gender: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
16582
|
-
material: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
16583
|
-
construction: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
16584
|
-
});
|
|
16585
|
-
|
|
16586
|
-
T['io.flow.price.v0.models.duty'] = PropTypes.exact({
|
|
16587
|
-
rate: PropTypes.number.isRequired,
|
|
16588
|
-
components: PropTypes.arrayOf(T['io.flow.price.v0.enums.levy_component']).isRequired,
|
|
16589
|
-
deminimis: T['io.flow.price.v0.unions.deminimis'],
|
|
16590
|
-
name: PropTypes.string,
|
|
16591
|
-
});
|
|
16592
|
-
|
|
16593
|
-
T['io.flow.harmonization.v0.models.lane_landed_cost'] = PropTypes.exact({
|
|
16594
|
-
origin: PropTypes.string.isRequired,
|
|
16595
|
-
destination: PropTypes.string.isRequired,
|
|
16596
|
-
tariff_code: PropTypes.string.isRequired,
|
|
16597
|
-
effective_duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16598
|
-
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
16599
|
-
});
|
|
16600
|
-
|
|
16601
|
-
T['io.flow.price.v0.models.price_equation'] = PropTypes.exact({
|
|
16602
|
-
contracted_rate: PropTypes.number.isRequired,
|
|
16603
|
-
rate: PropTypes.number.isRequired,
|
|
16604
|
-
pricing: T['io.flow.price.v0.models.pricing'].isRequired,
|
|
16605
|
-
base_price: PropTypes.number.isRequired,
|
|
16606
|
-
discount: PropTypes.number.isRequired,
|
|
16607
|
-
fixed_margin: PropTypes.number.isRequired,
|
|
16608
|
-
percent_margin: PropTypes.number.isRequired,
|
|
16609
|
-
insurance: PropTypes.number.isRequired,
|
|
16610
|
-
freight: PropTypes.number.isRequired,
|
|
16611
|
-
duty: T['io.flow.price.v0.models.duty'],
|
|
16612
|
-
tax: T['io.flow.price.v0.models.tax'],
|
|
16613
|
-
percent_sales_margin: PropTypes.number.isRequired,
|
|
16614
|
-
});
|
|
16615
|
-
|
|
16616
16734
|
T['io.flow.internal.v0.models.rate_and_rule_item'] = PropTypes.exact({
|
|
16617
16735
|
item_reference: PropTypes.string.isRequired,
|
|
16618
16736
|
hs_code: PropTypes.string.isRequired,
|
|
@@ -16625,183 +16743,85 @@ T['io.flow.internal.v0.models.rate_and_rule_item'] = PropTypes.exact({
|
|
|
16625
16743
|
|
|
16626
16744
|
T['io.flow.internal.v0.models.rate_and_rule_lookup'] = PropTypes.exact({
|
|
16627
16745
|
address: T['io.flow.common.v0.models.address'].isRequired,
|
|
16628
|
-
effective_date: PropTypes.string.isRequired,
|
|
16629
|
-
items: PropTypes.arrayOf(T['io.flow.internal.v0.models.rate_and_rule_item']).isRequired,
|
|
16630
|
-
});
|
|
16631
|
-
|
|
16632
|
-
T['io.flow.harmonization.v0.models.harmonized_landed_cost_item'] = PropTypes.exact({
|
|
16633
|
-
item: T['io.flow.harmonization.v0.models.harmonized_item_reference'].isRequired,
|
|
16634
|
-
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16635
|
-
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
16636
|
-
tax_applicability: T['io.flow.harmonization.v0.enums.tax_applicability'],
|
|
16637
|
-
origin: PropTypes.string,
|
|
16638
|
-
hs_code: PropTypes.string,
|
|
16639
|
-
tariff_code: PropTypes.string,
|
|
16640
|
-
customs_description: PropTypes.string,
|
|
16641
|
-
source_address: T['io.flow.common.v0.models.address'],
|
|
16642
|
-
});
|
|
16643
|
-
|
|
16644
|
-
T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_data'] = PropTypes.exact({
|
|
16645
|
-
discriminator: PropTypes.oneOf(['rex']).isRequired,
|
|
16646
|
-
number: PropTypes.string.isRequired,
|
|
16647
|
-
});
|
|
16648
|
-
|
|
16649
|
-
T['io.flow.internal.v0.models.item_customs_details'] = PropTypes.exact({
|
|
16650
|
-
item_number: PropTypes.string.isRequired,
|
|
16651
|
-
sub_item_number: PropTypes.string,
|
|
16652
|
-
customs_description: PropTypes.string,
|
|
16653
|
-
origin: PropTypes.string.isRequired,
|
|
16654
|
-
hs6: PropTypes.string,
|
|
16655
|
-
hs_description: PropTypes.string,
|
|
16656
|
-
tariff_code: PropTypes.string,
|
|
16657
|
-
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16658
|
-
price_composition_rate: PropTypes.number.isRequired,
|
|
16659
|
-
duty_composition_rate: PropTypes.number.isRequired,
|
|
16660
|
-
export_control_classification_number: PropTypes.string,
|
|
16661
|
-
labels: T['io.flow.internal.v0.models.customs_product_labels'],
|
|
16662
|
-
});
|
|
16663
|
-
|
|
16664
|
-
T['io.flow.internal.v0.unions.tariff_eligibility_data'] = PropTypes.oneOfType([
|
|
16665
|
-
T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_data'],
|
|
16666
|
-
]);
|
|
16667
|
-
|
|
16668
|
-
T['io.flow.internal.v0.models.tariff_eligibility'] = PropTypes.exact({
|
|
16669
|
-
id: PropTypes.string.isRequired,
|
|
16670
|
-
data: T['io.flow.internal.v0.unions.tariff_eligibility_data'].isRequired,
|
|
16671
|
-
});
|
|
16672
|
-
|
|
16673
|
-
T['io.flow.internal.v0.models.duties'] = PropTypes.exact({
|
|
16674
|
-
duty_rate: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16675
|
-
duty_rate_v2: T['io.flow.internal.v0.models.duty_rate'],
|
|
16676
|
-
});
|
|
16677
|
-
|
|
16678
|
-
T['io.flow.internal.v0.models.tariff_code_duty'] = PropTypes.exact({
|
|
16679
|
-
tariff_code: PropTypes.string.isRequired,
|
|
16680
|
-
duties: PropTypes.objectOf(T['io.flow.internal.v0.models.duties']).isRequired,
|
|
16681
|
-
});
|
|
16682
|
-
|
|
16683
|
-
T['io.flow.internal.v0.models.customs_description_tariff_code_duty_form'] = PropTypes.exact({
|
|
16684
|
-
customs_description: PropTypes.string.isRequired,
|
|
16685
|
-
harmonization_code: PropTypes.string,
|
|
16686
|
-
tariff_codes: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
|
|
16687
|
-
});
|
|
16688
|
-
|
|
16689
|
-
T['io.flow.internal.v0.models.customs_description_tariff_code_duty'] = PropTypes.exact({
|
|
16690
|
-
id: PropTypes.string.isRequired,
|
|
16691
|
-
customs_description: PropTypes.string.isRequired,
|
|
16692
|
-
status: PropTypes.string.isRequired,
|
|
16693
|
-
harmonization_code: PropTypes.string,
|
|
16694
|
-
tariff_codes: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
|
|
16695
|
-
tariff_codes_metadata: PropTypes.objectOf(PropTypes.string),
|
|
16696
|
-
});
|
|
16697
|
-
|
|
16698
|
-
T['io.flow.internal.v0.models.crypto_authentication_form'] = PropTypes.exact({
|
|
16699
|
-
public_key: PropTypes.string.isRequired,
|
|
16700
|
-
secret_key: PropTypes.string.isRequired,
|
|
16701
|
-
signature_secret: PropTypes.string.isRequired,
|
|
16702
|
-
});
|
|
16703
|
-
|
|
16704
|
-
T['io.flow.internal.v0.models.crypto_authentication'] = PropTypes.exact({
|
|
16705
|
-
public_key: PropTypes.string.isRequired,
|
|
16706
|
-
secret_key_reference: PropTypes.string.isRequired,
|
|
16707
|
-
signature_secret_reference: PropTypes.string.isRequired,
|
|
16708
|
-
});
|
|
16709
|
-
|
|
16710
|
-
T['io.flow.internal.v0.models.country_picker_payment_method'] = PropTypes.exact({
|
|
16711
|
-
id: PropTypes.string.isRequired,
|
|
16712
|
-
});
|
|
16713
|
-
|
|
16714
|
-
T['io.flow.internal.v0.models.country_picker_delivery_window'] = PropTypes.exact({
|
|
16715
|
-
name: PropTypes.string,
|
|
16716
|
-
from: PropTypes.string.isRequired,
|
|
16717
|
-
to: PropTypes.string.isRequired,
|
|
16718
|
-
timezone: PropTypes.string,
|
|
16719
|
-
});
|
|
16720
|
-
|
|
16721
|
-
T['io.flow.internal.v0.models.validation_character_length'] = PropTypes.exact({
|
|
16722
|
-
discriminator: PropTypes.oneOf(['validation_character_length']).isRequired,
|
|
16723
|
-
min: PropTypes.number,
|
|
16724
|
-
max: PropTypes.number,
|
|
16725
|
-
});
|
|
16726
|
-
|
|
16727
|
-
T['io.flow.internal.v0.unions.validation_rule'] = PropTypes.oneOfType([T['io.flow.internal.v0.models.validation_character_length']]);
|
|
16728
|
-
T['io.flow.internal.v0.enums.content_element_type'] = PropTypes.oneOf(['markdown', 'html', 'plain_text', 'href']);
|
|
16729
|
-
|
|
16730
|
-
T['io.flow.internal.v0.models.localized_content_element'] = PropTypes.exact({
|
|
16731
|
-
value: PropTypes.string.isRequired,
|
|
16732
|
-
type: T['io.flow.internal.v0.enums.content_element_type'],
|
|
16733
|
-
});
|
|
16734
|
-
|
|
16735
|
-
T['io.flow.internal.v0.models.localization_form'] = PropTypes.exact({
|
|
16736
|
-
locale: PropTypes.string.isRequired,
|
|
16737
|
-
status: T['io.flow.internal.v0.enums.content_status'].isRequired,
|
|
16738
|
-
elements: PropTypes.objectOf(T['io.flow.internal.v0.models.localized_content_element']).isRequired,
|
|
16739
|
-
});
|
|
16740
|
-
|
|
16741
|
-
T['io.flow.internal.v0.models.localized_content_form'] = PropTypes.exact({
|
|
16742
|
-
schema_key: PropTypes.string.isRequired,
|
|
16743
|
-
status: T['io.flow.internal.v0.enums.content_status'].isRequired,
|
|
16744
|
-
source: T['io.flow.internal.v0.models.localization_form'].isRequired,
|
|
16745
|
-
});
|
|
16746
|
-
|
|
16747
|
-
T['io.flow.internal.v0.models.localization'] = PropTypes.exact({
|
|
16748
|
-
discriminator: PropTypes.oneOf(['localization']).isRequired,
|
|
16749
|
-
id: PropTypes.string.isRequired,
|
|
16750
|
-
content_id: PropTypes.string.isRequired,
|
|
16751
|
-
locale: PropTypes.string.isRequired,
|
|
16752
|
-
status: T['io.flow.internal.v0.enums.content_status'].isRequired,
|
|
16753
|
-
elements: PropTypes.objectOf(T['io.flow.internal.v0.models.localized_content_element']).isRequired,
|
|
16746
|
+
effective_date: PropTypes.string.isRequired,
|
|
16747
|
+
items: PropTypes.arrayOf(T['io.flow.internal.v0.models.rate_and_rule_item']).isRequired,
|
|
16754
16748
|
});
|
|
16755
16749
|
|
|
16756
|
-
T['io.flow.
|
|
16757
|
-
|
|
16758
|
-
|
|
16759
|
-
|
|
16760
|
-
|
|
16761
|
-
|
|
16750
|
+
T['io.flow.harmonization.v0.models.harmonized_landed_cost_item'] = PropTypes.exact({
|
|
16751
|
+
item: T['io.flow.harmonization.v0.models.harmonized_item_reference'].isRequired,
|
|
16752
|
+
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
16753
|
+
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
16754
|
+
tax_applicability: T['io.flow.harmonization.v0.enums.tax_applicability'],
|
|
16755
|
+
origin: PropTypes.string,
|
|
16756
|
+
hs_code: PropTypes.string,
|
|
16757
|
+
tariff_code: PropTypes.string,
|
|
16758
|
+
customs_description: PropTypes.string,
|
|
16759
|
+
source_address: T['io.flow.common.v0.models.address'],
|
|
16762
16760
|
});
|
|
16763
16761
|
|
|
16764
|
-
T['io.flow.internal.v0.models.
|
|
16765
|
-
|
|
16762
|
+
T['io.flow.internal.v0.models.export_tracking_label_event'] = PropTypes.exact({
|
|
16763
|
+
id: PropTypes.string.isRequired,
|
|
16764
|
+
address: T['io.flow.common.v0.models.address'],
|
|
16765
|
+
carrier: PropTypes.string.isRequired,
|
|
16766
|
+
carrier_timestamp: PropTypes.string.isRequired,
|
|
16767
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
16768
|
+
flow_tracking_number: PropTypes.string.isRequired,
|
|
16769
|
+
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
16770
|
+
delivery_estimate: PropTypes.string,
|
|
16766
16771
|
description: PropTypes.string,
|
|
16767
|
-
|
|
16768
|
-
required: PropTypes.bool,
|
|
16769
|
-
validation: PropTypes.arrayOf(T['io.flow.internal.v0.unions.validation_rule']),
|
|
16772
|
+
order_number: PropTypes.string,
|
|
16770
16773
|
});
|
|
16771
16774
|
|
|
16772
|
-
T['io.flow.internal.v0.models.
|
|
16773
|
-
|
|
16774
|
-
|
|
16775
|
-
|
|
16775
|
+
T['io.flow.internal.v0.models.tracking_label_event_upserted_v2'] = PropTypes.exact({
|
|
16776
|
+
discriminator: PropTypes.oneOf(['tracking_label_event_upserted_v2']).isRequired,
|
|
16777
|
+
event_id: PropTypes.string.isRequired,
|
|
16778
|
+
timestamp: PropTypes.string.isRequired,
|
|
16779
|
+
organization: PropTypes.string.isRequired,
|
|
16780
|
+
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
16776
16781
|
});
|
|
16777
16782
|
|
|
16778
|
-
T['io.flow.internal.v0.models.
|
|
16779
|
-
|
|
16780
|
-
|
|
16781
|
-
|
|
16782
|
-
|
|
16783
|
+
T['io.flow.internal.v0.models.tracking_label_event_deleted_v2'] = PropTypes.exact({
|
|
16784
|
+
discriminator: PropTypes.oneOf(['tracking_label_event_deleted_v2']).isRequired,
|
|
16785
|
+
event_id: PropTypes.string.isRequired,
|
|
16786
|
+
timestamp: PropTypes.string.isRequired,
|
|
16787
|
+
organization: PropTypes.string.isRequired,
|
|
16788
|
+
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
16783
16789
|
});
|
|
16784
16790
|
|
|
16785
|
-
T['io.flow.internal.v0.models.
|
|
16786
|
-
|
|
16787
|
-
|
|
16788
|
-
|
|
16791
|
+
T['io.flow.internal.v0.models.destination_error'] = PropTypes.exact({
|
|
16792
|
+
id: PropTypes.string.isRequired,
|
|
16793
|
+
failed_at: PropTypes.string.isRequired,
|
|
16794
|
+
error: PropTypes.string.isRequired,
|
|
16795
|
+
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
16789
16796
|
});
|
|
16790
16797
|
|
|
16791
|
-
T['io.flow.internal.v0.
|
|
16792
|
-
|
|
16793
|
-
|
|
16798
|
+
T['io.flow.internal.v0.models.label_generation_address_failures'] = PropTypes.exact({
|
|
16799
|
+
id: PropTypes.string.isRequired,
|
|
16800
|
+
organization_id: PropTypes.string.isRequired,
|
|
16801
|
+
status: T['io.flow.internal.v0.enums.label_generation_address_failure_status'].isRequired,
|
|
16802
|
+
order_number: PropTypes.string.isRequired,
|
|
16803
|
+
order_submitted_at: PropTypes.string.isRequired,
|
|
16804
|
+
carrier_id: PropTypes.string.isRequired,
|
|
16805
|
+
destination_errors: PropTypes.arrayOf(T['io.flow.internal.v0.models.destination_error']).isRequired,
|
|
16806
|
+
});
|
|
16794
16807
|
|
|
16795
|
-
T['io.flow.internal.v0.models.
|
|
16796
|
-
|
|
16797
|
-
|
|
16798
|
-
|
|
16808
|
+
T['io.flow.internal.v0.models.customs_details_form'] = PropTypes.exact({
|
|
16809
|
+
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
16810
|
+
item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
16811
|
+
ship_from: T['io.flow.common.v0.models.address'].isRequired,
|
|
16799
16812
|
});
|
|
16800
16813
|
|
|
16801
|
-
T['io.flow.internal.v0.models.
|
|
16802
|
-
|
|
16803
|
-
|
|
16804
|
-
|
|
16814
|
+
T['io.flow.internal.v0.models.invoice_line_item'] = PropTypes.exact({
|
|
16815
|
+
number: PropTypes.string.isRequired,
|
|
16816
|
+
description: PropTypes.string.isRequired,
|
|
16817
|
+
quantity: PropTypes.number.isRequired,
|
|
16818
|
+
tariff_code: PropTypes.string.isRequired,
|
|
16819
|
+
gst_exemption_code: PropTypes.string.isRequired,
|
|
16820
|
+
country_of_origin: PropTypes.string.isRequired,
|
|
16821
|
+
unit_price: PropTypes.number.isRequired,
|
|
16822
|
+
total_price: PropTypes.number.isRequired,
|
|
16823
|
+
manufacturer_id: PropTypes.string,
|
|
16824
|
+
export_control_classification_number: PropTypes.string.isRequired,
|
|
16805
16825
|
});
|
|
16806
16826
|
|
|
16807
16827
|
T['io.flow.internal.v0.enums.item_classification_status'] = PropTypes.oneOf([
|
|
@@ -22921,6 +22941,8 @@ T['io.flow.internal.v0.models.product_restriction_rule_decision'] = PropTypes.ex
|
|
|
22921
22941
|
status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
|
|
22922
22942
|
matching_positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22923
22943
|
matching_negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22944
|
+
positive_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
22945
|
+
negative_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
22924
22946
|
updated_by_user_id: PropTypes.string.isRequired,
|
|
22925
22947
|
});
|
|
22926
22948
|
|
|
@@ -23137,6 +23159,32 @@ T['io.flow.customer.v0.models.customer_address_book'] = PropTypes.exact({
|
|
|
23137
23159
|
contacts: PropTypes.arrayOf(T['io.flow.customer.v0.models.customer_address_book_contact']).isRequired,
|
|
23138
23160
|
});
|
|
23139
23161
|
|
|
23162
|
+
T['io.flow.internal.v0.models.shopify_payment_summary'] = PropTypes.exact({
|
|
23163
|
+
description: PropTypes.string.isRequired,
|
|
23164
|
+
address: T['io.flow.common.v0.models.address'],
|
|
23165
|
+
contact: T['io.flow.common.v0.models.contact'],
|
|
23166
|
+
});
|
|
23167
|
+
|
|
23168
|
+
T['io.flow.experience.v0.models.order_address'] = PropTypes.exact({
|
|
23169
|
+
text: PropTypes.string,
|
|
23170
|
+
streets: PropTypes.arrayOf(PropTypes.string),
|
|
23171
|
+
city: PropTypes.string,
|
|
23172
|
+
province: PropTypes.string,
|
|
23173
|
+
postal: PropTypes.string,
|
|
23174
|
+
country: PropTypes.string,
|
|
23175
|
+
latitude: PropTypes.string,
|
|
23176
|
+
longitude: PropTypes.string,
|
|
23177
|
+
contact: T['io.flow.common.v0.models.contact'],
|
|
23178
|
+
});
|
|
23179
|
+
|
|
23180
|
+
T['io.flow.experience.v0.models.order_destination_put_form'] = PropTypes.exact({
|
|
23181
|
+
destination: T['io.flow.experience.v0.models.order_address'].isRequired,
|
|
23182
|
+
});
|
|
23183
|
+
|
|
23184
|
+
T['io.flow.experience.v0.models.order_builder_destination_form'] = PropTypes.exact({
|
|
23185
|
+
destination: T['io.flow.experience.v0.models.order_address'].isRequired,
|
|
23186
|
+
});
|
|
23187
|
+
|
|
23140
23188
|
T['io.flow.fulfillment.v0.models.shipping_address'] = PropTypes.exact({
|
|
23141
23189
|
contact: T['io.flow.common.v0.models.contact'].isRequired,
|
|
23142
23190
|
location: T['io.flow.common.v0.models.address'].isRequired,
|
|
@@ -23210,32 +23258,6 @@ T['io.flow.order.management.v0.models.fulfillment'] = PropTypes.exact({
|
|
|
23210
23258
|
center: T['io.flow.fulfillment.v0.models.center_summary'],
|
|
23211
23259
|
});
|
|
23212
23260
|
|
|
23213
|
-
T['io.flow.internal.v0.models.shopify_payment_summary'] = PropTypes.exact({
|
|
23214
|
-
description: PropTypes.string.isRequired,
|
|
23215
|
-
address: T['io.flow.common.v0.models.address'],
|
|
23216
|
-
contact: T['io.flow.common.v0.models.contact'],
|
|
23217
|
-
});
|
|
23218
|
-
|
|
23219
|
-
T['io.flow.experience.v0.models.order_address'] = PropTypes.exact({
|
|
23220
|
-
text: PropTypes.string,
|
|
23221
|
-
streets: PropTypes.arrayOf(PropTypes.string),
|
|
23222
|
-
city: PropTypes.string,
|
|
23223
|
-
province: PropTypes.string,
|
|
23224
|
-
postal: PropTypes.string,
|
|
23225
|
-
country: PropTypes.string,
|
|
23226
|
-
latitude: PropTypes.string,
|
|
23227
|
-
longitude: PropTypes.string,
|
|
23228
|
-
contact: T['io.flow.common.v0.models.contact'],
|
|
23229
|
-
});
|
|
23230
|
-
|
|
23231
|
-
T['io.flow.experience.v0.models.order_destination_put_form'] = PropTypes.exact({
|
|
23232
|
-
destination: T['io.flow.experience.v0.models.order_address'].isRequired,
|
|
23233
|
-
});
|
|
23234
|
-
|
|
23235
|
-
T['io.flow.experience.v0.models.order_builder_destination_form'] = PropTypes.exact({
|
|
23236
|
-
destination: T['io.flow.experience.v0.models.order_address'].isRequired,
|
|
23237
|
-
});
|
|
23238
|
-
|
|
23239
23261
|
T['io.flow.internal.v0.models.center_defaults_form'] = PropTypes.exact({
|
|
23240
23262
|
packaging: PropTypes.arrayOf(T['io.flow.fulfillment.v0.models.packaging']).isRequired,
|
|
23241
23263
|
shipping_address_contact: T['io.flow.common.v0.models.contact'].isRequired,
|
|
@@ -26968,6 +26990,60 @@ T['io.flow.internal.v0.models.merchant_application_summaries'] = PropTypes.exact
|
|
|
26968
26990
|
total: PropTypes.number.isRequired,
|
|
26969
26991
|
});
|
|
26970
26992
|
|
|
26993
|
+
T['io.flow.internal.v0.models.trueup_label_summary'] = PropTypes.exact({
|
|
26994
|
+
id: PropTypes.string.isRequired,
|
|
26995
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
26996
|
+
order_number: PropTypes.string.isRequired,
|
|
26997
|
+
carrier_id: PropTypes.string.isRequired,
|
|
26998
|
+
carrier_service_id: PropTypes.string.isRequired,
|
|
26999
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
27000
|
+
flow_tracking_number: PropTypes.string.isRequired,
|
|
27001
|
+
source: T['io.flow.label.v0.enums.cost_estimate_source'].isRequired,
|
|
27002
|
+
created_at: PropTypes.string.isRequired,
|
|
27003
|
+
});
|
|
27004
|
+
|
|
27005
|
+
T['io.flow.internal.v0.models.label_invoice_request'] = PropTypes.exact({
|
|
27006
|
+
id: PropTypes.string.isRequired,
|
|
27007
|
+
label: T['io.flow.internal.v0.models.trueup_label_summary'].isRequired,
|
|
27008
|
+
units: T['io.flow.trueup.v0.models.label_units'].isRequired,
|
|
27009
|
+
base: T['io.flow.trueup.v0.models.label_base'].isRequired,
|
|
27010
|
+
surcharges: PropTypes.arrayOf(T['io.flow.trueup.v0.models.label_surcharge']).isRequired,
|
|
27011
|
+
total: PropTypes.number.isRequired,
|
|
27012
|
+
destination: T['io.flow.internal.v0.models.label_destination'].isRequired,
|
|
27013
|
+
metadata: T['io.flow.internal.v0.models.label_metadata'].isRequired,
|
|
27014
|
+
created_at: PropTypes.string.isRequired,
|
|
27015
|
+
});
|
|
27016
|
+
|
|
27017
|
+
T['io.flow.internal.v0.models.label_invoice_request_upserted'] = PropTypes.exact({
|
|
27018
|
+
discriminator: PropTypes.oneOf(['label_invoice_request_upserted']).isRequired,
|
|
27019
|
+
event_id: PropTypes.string.isRequired,
|
|
27020
|
+
timestamp: PropTypes.string.isRequired,
|
|
27021
|
+
organization: PropTypes.string.isRequired,
|
|
27022
|
+
label_invoice_request: T['io.flow.internal.v0.models.label_invoice_request'].isRequired,
|
|
27023
|
+
});
|
|
27024
|
+
|
|
27025
|
+
T['io.flow.internal.v0.models.order_summary'] = PropTypes.exact({
|
|
27026
|
+
id: PropTypes.string.isRequired,
|
|
27027
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
27028
|
+
number: PropTypes.string.isRequired,
|
|
27029
|
+
});
|
|
27030
|
+
|
|
27031
|
+
T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
|
|
27032
|
+
id: PropTypes.string.isRequired,
|
|
27033
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
27034
|
+
owner: T['io.flow.internal.v0.enums.logistics_responsibility'].isRequired,
|
|
27035
|
+
currency: PropTypes.string.isRequired,
|
|
27036
|
+
order: T['io.flow.internal.v0.models.order_summary'].isRequired,
|
|
27037
|
+
origin: T['io.flow.internal.v0.models.fulfillment_origin'],
|
|
27038
|
+
shopper: T['io.flow.internal.v0.models.shopper_summary'].isRequired,
|
|
27039
|
+
merchant: T['io.flow.internal.v0.models.merchant_summary'].isRequired,
|
|
27040
|
+
trigger: T['io.flow.internal.v0.unions.fulfillment_trigger'].isRequired,
|
|
27041
|
+
completes_order: PropTypes.bool.isRequired,
|
|
27042
|
+
sequence_number: PropTypes.number.isRequired,
|
|
27043
|
+
posting_cutoff: PropTypes.string.isRequired,
|
|
27044
|
+
business: T['io.flow.internal.v0.models.fulfillment_business'],
|
|
27045
|
+
});
|
|
27046
|
+
|
|
26971
27047
|
T['io.flow.common.v0.models.merchant_of_record_entity'] = PropTypes.exact({
|
|
26972
27048
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
26973
27049
|
name: PropTypes.string.isRequired,
|
|
@@ -27039,58 +27115,55 @@ T['io.flow.internal.v0.models.liability_remittance_plan_deleted'] = PropTypes.ex
|
|
|
27039
27115
|
liability_remittance_plan: T['io.flow.internal.v0.models.liability_remittance_plan'].isRequired,
|
|
27040
27116
|
});
|
|
27041
27117
|
|
|
27042
|
-
T['io.flow.internal.v0.models.
|
|
27118
|
+
T['io.flow.internal.v0.models.commercial_invoice_internal'] = PropTypes.exact({
|
|
27043
27119
|
id: PropTypes.string.isRequired,
|
|
27044
|
-
|
|
27120
|
+
label_id: PropTypes.string.isRequired,
|
|
27121
|
+
organization_id: PropTypes.string.isRequired,
|
|
27045
27122
|
order_number: PropTypes.string.isRequired,
|
|
27046
|
-
|
|
27047
|
-
|
|
27048
|
-
|
|
27123
|
+
invoice_reference: PropTypes.string.isRequired,
|
|
27124
|
+
signature_url: PropTypes.string.isRequired,
|
|
27125
|
+
signature_date: PropTypes.string.isRequired,
|
|
27126
|
+
signature_name: PropTypes.string.isRequired,
|
|
27127
|
+
line_items: PropTypes.arrayOf(T['io.flow.internal.v0.models.invoice_line_item']).isRequired,
|
|
27128
|
+
currency: PropTypes.string.isRequired,
|
|
27129
|
+
delivered_duty: PropTypes.string.isRequired,
|
|
27130
|
+
transaction_date: PropTypes.string.isRequired,
|
|
27131
|
+
origin: T['io.flow.fulfillment.v0.models.shipping_address'].isRequired,
|
|
27132
|
+
destination: T['io.flow.fulfillment.v0.models.shipping_address'].isRequired,
|
|
27133
|
+
service: PropTypes.string.isRequired,
|
|
27049
27134
|
flow_tracking_number: PropTypes.string.isRequired,
|
|
27050
|
-
|
|
27051
|
-
|
|
27052
|
-
|
|
27053
|
-
|
|
27054
|
-
|
|
27055
|
-
|
|
27056
|
-
|
|
27057
|
-
|
|
27058
|
-
|
|
27059
|
-
|
|
27060
|
-
|
|
27061
|
-
|
|
27062
|
-
|
|
27063
|
-
|
|
27135
|
+
rex_number: PropTypes.string,
|
|
27136
|
+
wee_number: PropTypes.string,
|
|
27137
|
+
business_gst_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
27138
|
+
vat_name: PropTypes.string.isRequired,
|
|
27139
|
+
shipping_price: PropTypes.string.isRequired,
|
|
27140
|
+
shipment_recipient: PropTypes.string,
|
|
27141
|
+
eu_preferential_origin: PropTypes.string,
|
|
27142
|
+
customs_master_file_number: PropTypes.string,
|
|
27143
|
+
merchant_of_record_entity: T['io.flow.common.v0.models.merchant_of_record_entity'],
|
|
27144
|
+
notes_export_declaration: PropTypes.string,
|
|
27145
|
+
notes_import_duty_taxes_due: PropTypes.string,
|
|
27146
|
+
invoice_date: PropTypes.string.isRequired,
|
|
27147
|
+
goods_value: PropTypes.number.isRequired,
|
|
27148
|
+
total_taxes: PropTypes.number.isRequired,
|
|
27149
|
+
total_duties: PropTypes.number.isRequired,
|
|
27150
|
+
customs_value: PropTypes.number.isRequired,
|
|
27151
|
+
total_value: PropTypes.number.isRequired,
|
|
27152
|
+
show_gst_exemption_column: PropTypes.bool.isRequired,
|
|
27153
|
+
show_eccn: PropTypes.bool.isRequired,
|
|
27154
|
+
show_manufacturer_id: PropTypes.bool.isRequired,
|
|
27155
|
+
show_us_out_verbiage: PropTypes.bool.isRequired,
|
|
27156
|
+
commercial_invoice_mode: PropTypes.string.isRequired,
|
|
27157
|
+
show_us_outbound_signature: PropTypes.bool.isRequired,
|
|
27158
|
+
show_us_outbound_stamp: PropTypes.bool.isRequired,
|
|
27159
|
+
invoice_url: PropTypes.string,
|
|
27064
27160
|
});
|
|
27065
27161
|
|
|
27066
|
-
T['io.flow.internal.v0.models.
|
|
27067
|
-
discriminator: PropTypes.oneOf(['
|
|
27162
|
+
T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'] = PropTypes.exact({
|
|
27163
|
+
discriminator: PropTypes.oneOf(['commercial_invoice_internal_upserted']).isRequired,
|
|
27068
27164
|
event_id: PropTypes.string.isRequired,
|
|
27069
27165
|
timestamp: PropTypes.string.isRequired,
|
|
27070
|
-
|
|
27071
|
-
label_invoice_request: T['io.flow.internal.v0.models.label_invoice_request'].isRequired,
|
|
27072
|
-
});
|
|
27073
|
-
|
|
27074
|
-
T['io.flow.internal.v0.models.order_summary'] = PropTypes.exact({
|
|
27075
|
-
id: PropTypes.string.isRequired,
|
|
27076
|
-
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
27077
|
-
number: PropTypes.string.isRequired,
|
|
27078
|
-
});
|
|
27079
|
-
|
|
27080
|
-
T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
|
|
27081
|
-
id: PropTypes.string.isRequired,
|
|
27082
|
-
fulfilled_at: PropTypes.string.isRequired,
|
|
27083
|
-
owner: T['io.flow.internal.v0.enums.logistics_responsibility'].isRequired,
|
|
27084
|
-
currency: PropTypes.string.isRequired,
|
|
27085
|
-
order: T['io.flow.internal.v0.models.order_summary'].isRequired,
|
|
27086
|
-
origin: T['io.flow.internal.v0.models.fulfillment_origin'],
|
|
27087
|
-
shopper: T['io.flow.internal.v0.models.shopper_summary'].isRequired,
|
|
27088
|
-
merchant: T['io.flow.internal.v0.models.merchant_summary'].isRequired,
|
|
27089
|
-
trigger: T['io.flow.internal.v0.unions.fulfillment_trigger'].isRequired,
|
|
27090
|
-
completes_order: PropTypes.bool.isRequired,
|
|
27091
|
-
sequence_number: PropTypes.number.isRequired,
|
|
27092
|
-
posting_cutoff: PropTypes.string.isRequired,
|
|
27093
|
-
business: T['io.flow.internal.v0.models.fulfillment_business'],
|
|
27166
|
+
invoice: T['io.flow.internal.v0.models.commercial_invoice_internal'].isRequired,
|
|
27094
27167
|
});
|
|
27095
27168
|
|
|
27096
27169
|
T['io.flow.internal.v0.models.checkout_error'] = PropTypes.exact({
|
|
@@ -30448,6 +30521,7 @@ T['io.flow.internal.v0.models.order_detail'] = PropTypes.exact({
|
|
|
30448
30521
|
submitted_at: PropTypes.string,
|
|
30449
30522
|
created_at: PropTypes.string.isRequired,
|
|
30450
30523
|
updated_at: PropTypes.string.isRequired,
|
|
30524
|
+
shopify_order_id: PropTypes.string,
|
|
30451
30525
|
});
|
|
30452
30526
|
|
|
30453
30527
|
T['io.flow.internal.v0.models.fraud_review_decision_upserted'] = PropTypes.exact({
|
|
@@ -30540,6 +30614,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
30540
30614
|
T['io.flow.internal.v0.models.channel_order_acceptance_deleted'],
|
|
30541
30615
|
T['io.flow.internal.v0.models.checkout_configuration_upserted'],
|
|
30542
30616
|
T['io.flow.internal.v0.models.checkout_configuration_deleted'],
|
|
30617
|
+
T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'],
|
|
30618
|
+
T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'],
|
|
30543
30619
|
T['io.flow.internal.v0.models.localized_content_upserted'],
|
|
30544
30620
|
T['io.flow.internal.v0.models.localization_upserted'],
|
|
30545
30621
|
T['io.flow.internal.v0.models.internal_channel_rate_deleted'],
|
|
@@ -30995,6 +31071,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
30995
31071
|
'channel_order_acceptance_deleted',
|
|
30996
31072
|
'checkout_configuration_upserted',
|
|
30997
31073
|
'checkout_configuration_deleted',
|
|
31074
|
+
'commercial_invoice_internal_upserted',
|
|
31075
|
+
'commercial_invoice_internal_deleted',
|
|
30998
31076
|
'localized_content_upserted',
|
|
30999
31077
|
'localization_upserted',
|
|
31000
31078
|
'internal_channel_rate_deleted',
|
|
@@ -32209,6 +32287,8 @@ T['io.flow.internal.v0.models.restriction_product_request_form'] = PropTypes.exa
|
|
|
32209
32287
|
accepted_rules: PropTypes.arrayOf(PropTypes.string),
|
|
32210
32288
|
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
32211
32289
|
negative_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
32290
|
+
positive_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
32291
|
+
negative_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
32212
32292
|
user_ids: PropTypes.arrayOf(PropTypes.string),
|
|
32213
32293
|
categories: PropTypes.arrayOf(PropTypes.string),
|
|
32214
32294
|
product_name_query: PropTypes.string,
|
|
@@ -34805,6 +34885,9 @@ export const classificationWrapper = T['io.flow.internal.v0.models.classificatio
|
|
|
34805
34885
|
export const classifiedProduct = T['io.flow.internal.v0.models.classified_product'];
|
|
34806
34886
|
export const classifiedProductDetail = T['io.flow.internal.v0.models.classified_product_detail'];
|
|
34807
34887
|
export const commercialInvoiceComparison = T['io.flow.internal.v0.models.commercial_invoice_comparison'];
|
|
34888
|
+
export const commercialInvoiceInternal = T['io.flow.internal.v0.models.commercial_invoice_internal'];
|
|
34889
|
+
export const commercialInvoiceInternalDeleted = T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'];
|
|
34890
|
+
export const commercialInvoiceInternalUpserted = T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'];
|
|
34808
34891
|
export const companyReference = T['io.flow.internal.v0.models.company_reference'];
|
|
34809
34892
|
export const compliance = T['io.flow.internal.v0.models.compliance'];
|
|
34810
34893
|
export const complianceData = T['io.flow.internal.v0.unions.compliance_data'];
|
|
@@ -35278,6 +35361,7 @@ export const inventoryReservation = T['io.flow.internal.v0.enums.inventory_reser
|
|
|
35278
35361
|
export const invoice = T['io.flow.internal.v0.models.invoice'];
|
|
35279
35362
|
export const invoiceInfoForm = T['io.flow.internal.v0.models.invoice_info_form'];
|
|
35280
35363
|
export const invoiceLine = T['io.flow.internal.v0.models.invoice_line'];
|
|
35364
|
+
export const invoiceLineItem = T['io.flow.internal.v0.models.invoice_line_item'];
|
|
35281
35365
|
export const invoiceTransaction = T['io.flow.internal.v0.models.invoice_transaction'];
|
|
35282
35366
|
export const issuer = T['io.flow.internal.v0.models.issuer'];
|
|
35283
35367
|
export const issuerDeleted = T['io.flow.internal.v0.models.issuer_deleted'];
|