@flowio/api-internal-prop-types 9.24.70 → 9.24.71
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 +92 -40
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +92 -40
- package/src/api-internal.js +209 -153
package/src/api-internal.js
CHANGED
|
@@ -401,6 +401,11 @@ T['io.flow.billing.v0.models.trueup_label_base'] = PropTypes.exact({
|
|
|
401
401
|
|
|
402
402
|
T['io.flow.billing.v0.enums.trueup_source'] = PropTypes.oneOf(['flow', 'channel', 'dhl-parcel', 'dhl']);
|
|
403
403
|
|
|
404
|
+
T['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata_issuer_summary'] = PropTypes.exact({
|
|
405
|
+
iin: PropTypes.string.isRequired,
|
|
406
|
+
country: PropTypes.string.isRequired,
|
|
407
|
+
});
|
|
408
|
+
|
|
404
409
|
T['io.flow.billing.v0.models.payout_reference'] = PropTypes.exact({
|
|
405
410
|
id: PropTypes.string.isRequired,
|
|
406
411
|
});
|
|
@@ -10509,6 +10514,7 @@ T['io.flow.internal.v0.models.organization_deactivation'] = PropTypes.exact({
|
|
|
10509
10514
|
id: PropTypes.string.isRequired,
|
|
10510
10515
|
deactivate_at: PropTypes.string.isRequired,
|
|
10511
10516
|
created_at: PropTypes.string.isRequired,
|
|
10517
|
+
reason: PropTypes.string,
|
|
10512
10518
|
});
|
|
10513
10519
|
|
|
10514
10520
|
T['io.flow.internal.v0.models.organization_deactivation_upserted'] = PropTypes.exact({
|
|
@@ -11939,36 +11945,6 @@ T['io.flow.internal.v0.models.metadata_proposition'] = PropTypes.exact({
|
|
|
11939
11945
|
name: PropTypes.string.isRequired,
|
|
11940
11946
|
});
|
|
11941
11947
|
|
|
11942
|
-
T['io.flow.internal.v0.models.label_surcharge_single_form'] = PropTypes.exact({
|
|
11943
|
-
amount: PropTypes.number.isRequired,
|
|
11944
|
-
percentage: PropTypes.number,
|
|
11945
|
-
fee_per_weight_unit: PropTypes.number,
|
|
11946
|
-
});
|
|
11947
|
-
|
|
11948
|
-
T['io.flow.internal.v0.models.label_surcharge_form'] = PropTypes.exact({
|
|
11949
|
-
fuel: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
11950
|
-
remote_area: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
11951
|
-
oversize: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
11952
|
-
duties_paid: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
11953
|
-
emergency: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
11954
|
-
peak: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
11955
|
-
address_correction: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
11956
|
-
});
|
|
11957
|
-
|
|
11958
|
-
T['io.flow.internal.v0.models.label_invoice_response_file_result'] = PropTypes.exact({
|
|
11959
|
-
processed_at: PropTypes.string.isRequired,
|
|
11960
|
-
number_lines_successful: PropTypes.number.isRequired,
|
|
11961
|
-
number_lines_with_errors: PropTypes.number.isRequired,
|
|
11962
|
-
errors_url: PropTypes.string,
|
|
11963
|
-
});
|
|
11964
|
-
|
|
11965
|
-
T['io.flow.internal.v0.models.label_invoice_response_file'] = PropTypes.exact({
|
|
11966
|
-
id: PropTypes.string.isRequired,
|
|
11967
|
-
url: PropTypes.string.isRequired,
|
|
11968
|
-
created_at: PropTypes.string.isRequired,
|
|
11969
|
-
result: T['io.flow.internal.v0.models.label_invoice_response_file_result'],
|
|
11970
|
-
});
|
|
11971
|
-
|
|
11972
11948
|
T['io.flow.internal.v0.models.metadata_weights'] = PropTypes.exact({
|
|
11973
11949
|
dead: T['io.flow.internal.v0.models.weights_dead'],
|
|
11974
11950
|
dimensional: T['io.flow.internal.v0.models.weights_dimensional'],
|
|
@@ -11995,72 +11971,6 @@ T['io.flow.internal.v0.enums.true_up_surcharge_type'] = PropTypes.oneOf([
|
|
|
11995
11971
|
'address_correction',
|
|
11996
11972
|
]);
|
|
11997
11973
|
|
|
11998
|
-
T['io.flow.units.v0.enums.unit_of_length'] = PropTypes.oneOf(['millimeter', 'centimeter', 'inch', 'foot', 'meter']);
|
|
11999
|
-
T['io.flow.units.v0.enums.unit_of_weight'] = PropTypes.oneOf(['gram', 'kilogram', 'ounce', 'pound']);
|
|
12000
|
-
|
|
12001
|
-
T['io.flow.billing.v0.models.trueup_label_units'] = PropTypes.exact({
|
|
12002
|
-
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
12003
|
-
length: T['io.flow.units.v0.enums.unit_of_length'],
|
|
12004
|
-
});
|
|
12005
|
-
|
|
12006
|
-
T['io.flow.billing.v0.models.transaction_metadata_trueup_data'] = PropTypes.exact({
|
|
12007
|
-
source: T['io.flow.billing.v0.enums.trueup_source'].isRequired,
|
|
12008
|
-
units: T['io.flow.billing.v0.models.trueup_label_units'].isRequired,
|
|
12009
|
-
base: T['io.flow.billing.v0.models.trueup_label_base'].isRequired,
|
|
12010
|
-
surcharges: PropTypes.arrayOf(T['io.flow.billing.v0.models.trueup_label_surcharge']).isRequired,
|
|
12011
|
-
total: PropTypes.number.isRequired,
|
|
12012
|
-
});
|
|
12013
|
-
|
|
12014
|
-
T['io.flow.billing.v0.models.transaction_metadata_trueup'] = PropTypes.exact({
|
|
12015
|
-
discriminator: PropTypes.oneOf(['trueup']).isRequired,
|
|
12016
|
-
estimate: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'].isRequired,
|
|
12017
|
-
actual: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'].isRequired,
|
|
12018
|
-
});
|
|
12019
|
-
|
|
12020
|
-
T['io.flow.billing.true.up.v0.models.label_response_units'] = PropTypes.exact({
|
|
12021
|
-
currency: PropTypes.string.isRequired,
|
|
12022
|
-
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
12023
|
-
length: T['io.flow.units.v0.enums.unit_of_length'],
|
|
12024
|
-
});
|
|
12025
|
-
|
|
12026
|
-
T['io.flow.billing.true.up.v0.models.label_invoice_response_form'] = PropTypes.exact({
|
|
12027
|
-
id: PropTypes.string.isRequired,
|
|
12028
|
-
label_invoice_request_id: PropTypes.string.isRequired,
|
|
12029
|
-
units: T['io.flow.billing.true.up.v0.models.label_response_units'].isRequired,
|
|
12030
|
-
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
12031
|
-
surcharges: T['io.flow.billing.true.up.v0.models.label_surcharge_form'].isRequired,
|
|
12032
|
-
total: PropTypes.number.isRequired,
|
|
12033
|
-
});
|
|
12034
|
-
|
|
12035
|
-
T['io.flow.billing.true.up.v0.models.label_units'] = PropTypes.exact({
|
|
12036
|
-
currency: PropTypes.string.isRequired,
|
|
12037
|
-
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
12038
|
-
length: T['io.flow.units.v0.enums.unit_of_length'].isRequired,
|
|
12039
|
-
});
|
|
12040
|
-
|
|
12041
|
-
T['io.flow.billing.true.up.v0.models.label_invoice_request'] = PropTypes.exact({
|
|
12042
|
-
id: PropTypes.string.isRequired,
|
|
12043
|
-
label: T['io.flow.billing.true.up.v0.models.true_up_label_summary'].isRequired,
|
|
12044
|
-
units: T['io.flow.billing.true.up.v0.models.label_units'].isRequired,
|
|
12045
|
-
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
12046
|
-
surcharges: PropTypes.arrayOf(T['io.flow.billing.true.up.v0.models.label_surcharge']).isRequired,
|
|
12047
|
-
total: PropTypes.number.isRequired,
|
|
12048
|
-
destination: T['io.flow.billing.true.up.v0.models.label_destination'].isRequired,
|
|
12049
|
-
metadata: T['io.flow.billing.true.up.v0.models.label_metadata'].isRequired,
|
|
12050
|
-
});
|
|
12051
|
-
|
|
12052
|
-
T['io.flow.label.v0.models.shipping_label_hop_cost_itemized_estimate'] = PropTypes.exact({
|
|
12053
|
-
units: T['io.flow.billing.true.up.v0.models.label_units'].isRequired,
|
|
12054
|
-
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
12055
|
-
surcharges: PropTypes.arrayOf(T['io.flow.billing.true.up.v0.models.label_surcharge']).isRequired,
|
|
12056
|
-
});
|
|
12057
|
-
|
|
12058
|
-
T['io.flow.internal.v0.models.label_response_units'] = PropTypes.exact({
|
|
12059
|
-
currency: PropTypes.string.isRequired,
|
|
12060
|
-
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
12061
|
-
length: T['io.flow.units.v0.enums.unit_of_length'],
|
|
12062
|
-
});
|
|
12063
|
-
|
|
12064
11974
|
T['io.flow.internal.v0.models.label_metadata'] = PropTypes.exact({
|
|
12065
11975
|
ratecard: T['io.flow.internal.v0.models.metadata_ratecard'].isRequired,
|
|
12066
11976
|
weights: T['io.flow.internal.v0.models.metadata_weights'].isRequired,
|
|
@@ -12076,26 +11986,6 @@ T['io.flow.internal.v0.models.label_surcharge'] = PropTypes.exact({
|
|
|
12076
11986
|
detail: T['io.flow.internal.v0.unions.label_surcharge_detail'].isRequired,
|
|
12077
11987
|
});
|
|
12078
11988
|
|
|
12079
|
-
T['io.flow.internal.v0.models.label_base'] = PropTypes.exact({
|
|
12080
|
-
amount: PropTypes.number.isRequired,
|
|
12081
|
-
weight: PropTypes.number.isRequired,
|
|
12082
|
-
});
|
|
12083
|
-
|
|
12084
|
-
T['io.flow.internal.v0.models.label_invoice_response_form'] = PropTypes.exact({
|
|
12085
|
-
id: PropTypes.string.isRequired,
|
|
12086
|
-
label_invoice_request_id: PropTypes.string.isRequired,
|
|
12087
|
-
units: T['io.flow.internal.v0.models.label_response_units'].isRequired,
|
|
12088
|
-
base: T['io.flow.internal.v0.models.label_base'].isRequired,
|
|
12089
|
-
surcharges: T['io.flow.internal.v0.models.label_surcharge_form'].isRequired,
|
|
12090
|
-
total: PropTypes.number.isRequired,
|
|
12091
|
-
});
|
|
12092
|
-
|
|
12093
|
-
T['io.flow.internal.v0.models.label_units'] = PropTypes.exact({
|
|
12094
|
-
currency: PropTypes.string.isRequired,
|
|
12095
|
-
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
12096
|
-
length: T['io.flow.units.v0.enums.unit_of_length'].isRequired,
|
|
12097
|
-
});
|
|
12098
|
-
|
|
12099
11989
|
T['io.flow.internal.v0.models.true_up_label_summary'] = PropTypes.exact({
|
|
12100
11990
|
id: PropTypes.string.isRequired,
|
|
12101
11991
|
carrier_service_id: PropTypes.string.isRequired,
|
|
@@ -12104,25 +11994,6 @@ T['io.flow.internal.v0.models.true_up_label_summary'] = PropTypes.exact({
|
|
|
12104
11994
|
created_at: PropTypes.string.isRequired,
|
|
12105
11995
|
});
|
|
12106
11996
|
|
|
12107
|
-
T['io.flow.internal.v0.models.label_invoice_request'] = PropTypes.exact({
|
|
12108
|
-
id: PropTypes.string.isRequired,
|
|
12109
|
-
label: T['io.flow.internal.v0.models.true_up_label_summary'].isRequired,
|
|
12110
|
-
units: T['io.flow.internal.v0.models.label_units'].isRequired,
|
|
12111
|
-
base: T['io.flow.internal.v0.models.label_base'].isRequired,
|
|
12112
|
-
surcharges: PropTypes.arrayOf(T['io.flow.internal.v0.models.label_surcharge']).isRequired,
|
|
12113
|
-
total: PropTypes.number.isRequired,
|
|
12114
|
-
destination: T['io.flow.internal.v0.models.label_destination'].isRequired,
|
|
12115
|
-
metadata: T['io.flow.internal.v0.models.label_metadata'].isRequired,
|
|
12116
|
-
});
|
|
12117
|
-
|
|
12118
|
-
T['io.flow.internal.v0.models.label_invoice_request_upserted'] = PropTypes.exact({
|
|
12119
|
-
discriminator: PropTypes.oneOf(['label_invoice_request_upserted']).isRequired,
|
|
12120
|
-
event_id: PropTypes.string.isRequired,
|
|
12121
|
-
timestamp: PropTypes.string.isRequired,
|
|
12122
|
-
organization: PropTypes.string.isRequired,
|
|
12123
|
-
label_invoice_request: T['io.flow.internal.v0.models.label_invoice_request'].isRequired,
|
|
12124
|
-
});
|
|
12125
|
-
|
|
12126
11997
|
T['io.flow.internal.v0.models.label_generation_settings'] = PropTypes.exact({
|
|
12127
11998
|
id: PropTypes.string.isRequired,
|
|
12128
11999
|
item_identifier: PropTypes.string,
|
|
@@ -12319,6 +12190,17 @@ T['io.flow.payment.v0.enums.card_type'] = PropTypes.oneOf([
|
|
|
12319
12190
|
'visa',
|
|
12320
12191
|
]);
|
|
12321
12192
|
|
|
12193
|
+
T['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'] = PropTypes.exact({
|
|
12194
|
+
type: T['io.flow.payment.v0.enums.card_type'].isRequired,
|
|
12195
|
+
issuer: T['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata_issuer_summary'].isRequired,
|
|
12196
|
+
});
|
|
12197
|
+
|
|
12198
|
+
T['io.flow.billing.v0.models.transaction_metadata_channel'] = PropTypes.exact({
|
|
12199
|
+
discriminator: PropTypes.oneOf(['channel']).isRequired,
|
|
12200
|
+
method: PropTypes.string.isRequired,
|
|
12201
|
+
card: T['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'],
|
|
12202
|
+
});
|
|
12203
|
+
|
|
12322
12204
|
T['io.flow.payment.v0.models.card_confirmation_summary'] = PropTypes.exact({
|
|
12323
12205
|
discriminator: PropTypes.oneOf(['card_confirmation_summary']).isRequired,
|
|
12324
12206
|
type: T['io.flow.payment.v0.enums.card_type'],
|
|
@@ -12896,19 +12778,35 @@ T['io.flow.order.management.v0.models.fulfillment_cancellation_form'] = PropType
|
|
|
12896
12778
|
T['io.flow.internal.v0.models.fulfillment_proof_external_fulfillment_proof_reference'] = PropTypes.exact({
|
|
12897
12779
|
discriminator: PropTypes.oneOf(['external_fulfillment']).isRequired,
|
|
12898
12780
|
id: PropTypes.string.isRequired,
|
|
12781
|
+
carrier_id: PropTypes.string,
|
|
12782
|
+
carrier_service_id: PropTypes.string,
|
|
12783
|
+
carrier_tracking_number: PropTypes.string,
|
|
12784
|
+
label_id: PropTypes.string,
|
|
12899
12785
|
});
|
|
12900
12786
|
|
|
12901
12787
|
T['io.flow.internal.v0.models.fulfillment_proof_shipping_notification_reference'] = PropTypes.exact({
|
|
12902
12788
|
discriminator: PropTypes.oneOf(['shipping_notification']).isRequired,
|
|
12903
12789
|
id: PropTypes.string.isRequired,
|
|
12790
|
+
carrier_id: PropTypes.string,
|
|
12791
|
+
carrier_service_id: PropTypes.string,
|
|
12792
|
+
carrier_tracking_number: PropTypes.string,
|
|
12793
|
+
label_id: PropTypes.string,
|
|
12904
12794
|
});
|
|
12905
12795
|
|
|
12906
12796
|
T['io.flow.internal.v0.models.fulfillment_proof_label_tracking_reference'] = PropTypes.exact({
|
|
12907
12797
|
discriminator: PropTypes.oneOf(['label_tracking']).isRequired,
|
|
12908
12798
|
id: PropTypes.string.isRequired,
|
|
12799
|
+
carrier_id: PropTypes.string,
|
|
12800
|
+
carrier_service_id: PropTypes.string,
|
|
12801
|
+
carrier_tracking_number: PropTypes.string,
|
|
12802
|
+
label_id: PropTypes.string,
|
|
12909
12803
|
});
|
|
12910
12804
|
|
|
12911
12805
|
T['io.flow.internal.v0.models.merchant_charges'] = PropTypes.exact({
|
|
12806
|
+
adjustment: PropTypes.number.isRequired,
|
|
12807
|
+
reversal: PropTypes.number.isRequired,
|
|
12808
|
+
tax: PropTypes.number.isRequired,
|
|
12809
|
+
duty: PropTypes.number.isRequired,
|
|
12912
12810
|
labels: PropTypes.number.isRequired,
|
|
12913
12811
|
total: PropTypes.number.isRequired,
|
|
12914
12812
|
});
|
|
@@ -14335,11 +14233,6 @@ T['io.flow.billing.v0.models.billing_channel_order_summary'] = PropTypes.exact({
|
|
|
14335
14233
|
identifiers: PropTypes.objectOf(PropTypes.string),
|
|
14336
14234
|
});
|
|
14337
14235
|
|
|
14338
|
-
T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
14339
|
-
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
14340
|
-
T['io.flow.billing.v0.models.transaction_metadata_trueup'],
|
|
14341
|
-
]);
|
|
14342
|
-
|
|
14343
14236
|
T['io.flow.billing.v0.models.billing_channel_statement_reference'] = PropTypes.exact({
|
|
14344
14237
|
id: PropTypes.string.isRequired,
|
|
14345
14238
|
});
|
|
@@ -19421,6 +19314,166 @@ T['io.flow.internal.v0.models.catalog_import_request'] = PropTypes.exact({
|
|
|
19421
19314
|
filename: PropTypes.string,
|
|
19422
19315
|
});
|
|
19423
19316
|
|
|
19317
|
+
T['io.flow.internal.v0.models.label_surcharge_single_form'] = PropTypes.exact({
|
|
19318
|
+
amount: PropTypes.number.isRequired,
|
|
19319
|
+
percentage: PropTypes.number,
|
|
19320
|
+
fee_per_weight_unit: PropTypes.number,
|
|
19321
|
+
});
|
|
19322
|
+
|
|
19323
|
+
T['io.flow.units.v0.enums.unit_of_length'] = PropTypes.oneOf(['millimeter', 'centimeter', 'inch', 'foot', 'meter']);
|
|
19324
|
+
T['io.flow.units.v0.enums.unit_of_weight'] = PropTypes.oneOf(['gram', 'kilogram', 'ounce', 'pound']);
|
|
19325
|
+
|
|
19326
|
+
T['io.flow.billing.v0.models.trueup_label_units'] = PropTypes.exact({
|
|
19327
|
+
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
19328
|
+
length: T['io.flow.units.v0.enums.unit_of_length'],
|
|
19329
|
+
});
|
|
19330
|
+
|
|
19331
|
+
T['io.flow.billing.v0.models.transaction_metadata_trueup_data'] = PropTypes.exact({
|
|
19332
|
+
source: T['io.flow.billing.v0.enums.trueup_source'].isRequired,
|
|
19333
|
+
units: T['io.flow.billing.v0.models.trueup_label_units'].isRequired,
|
|
19334
|
+
base: T['io.flow.billing.v0.models.trueup_label_base'].isRequired,
|
|
19335
|
+
surcharges: PropTypes.arrayOf(T['io.flow.billing.v0.models.trueup_label_surcharge']).isRequired,
|
|
19336
|
+
total: PropTypes.number.isRequired,
|
|
19337
|
+
});
|
|
19338
|
+
|
|
19339
|
+
T['io.flow.billing.v0.models.transaction_metadata_trueup'] = PropTypes.exact({
|
|
19340
|
+
discriminator: PropTypes.oneOf(['trueup']).isRequired,
|
|
19341
|
+
estimate: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'].isRequired,
|
|
19342
|
+
actual: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'].isRequired,
|
|
19343
|
+
});
|
|
19344
|
+
|
|
19345
|
+
T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
19346
|
+
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
19347
|
+
T['io.flow.billing.v0.models.transaction_metadata_channel'],
|
|
19348
|
+
T['io.flow.billing.v0.models.transaction_metadata_trueup'],
|
|
19349
|
+
]);
|
|
19350
|
+
|
|
19351
|
+
T['io.flow.billing.true.up.v0.models.label_response_units'] = PropTypes.exact({
|
|
19352
|
+
currency: PropTypes.string.isRequired,
|
|
19353
|
+
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
19354
|
+
length: T['io.flow.units.v0.enums.unit_of_length'],
|
|
19355
|
+
});
|
|
19356
|
+
|
|
19357
|
+
T['io.flow.billing.true.up.v0.models.label_invoice_response_form'] = PropTypes.exact({
|
|
19358
|
+
id: PropTypes.string.isRequired,
|
|
19359
|
+
label_invoice_request_id: PropTypes.string.isRequired,
|
|
19360
|
+
units: T['io.flow.billing.true.up.v0.models.label_response_units'].isRequired,
|
|
19361
|
+
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
19362
|
+
surcharges: T['io.flow.billing.true.up.v0.models.label_surcharge_form'].isRequired,
|
|
19363
|
+
total: PropTypes.number.isRequired,
|
|
19364
|
+
});
|
|
19365
|
+
|
|
19366
|
+
T['io.flow.billing.true.up.v0.models.label_units'] = PropTypes.exact({
|
|
19367
|
+
currency: PropTypes.string.isRequired,
|
|
19368
|
+
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
19369
|
+
length: T['io.flow.units.v0.enums.unit_of_length'].isRequired,
|
|
19370
|
+
});
|
|
19371
|
+
|
|
19372
|
+
T['io.flow.billing.true.up.v0.models.label_invoice_request'] = PropTypes.exact({
|
|
19373
|
+
id: PropTypes.string.isRequired,
|
|
19374
|
+
label: T['io.flow.billing.true.up.v0.models.true_up_label_summary'].isRequired,
|
|
19375
|
+
units: T['io.flow.billing.true.up.v0.models.label_units'].isRequired,
|
|
19376
|
+
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
19377
|
+
surcharges: PropTypes.arrayOf(T['io.flow.billing.true.up.v0.models.label_surcharge']).isRequired,
|
|
19378
|
+
total: PropTypes.number.isRequired,
|
|
19379
|
+
destination: T['io.flow.billing.true.up.v0.models.label_destination'].isRequired,
|
|
19380
|
+
metadata: T['io.flow.billing.true.up.v0.models.label_metadata'].isRequired,
|
|
19381
|
+
});
|
|
19382
|
+
|
|
19383
|
+
T['io.flow.label.v0.models.shipping_label_hop_cost_itemized_estimate'] = PropTypes.exact({
|
|
19384
|
+
units: T['io.flow.billing.true.up.v0.models.label_units'].isRequired,
|
|
19385
|
+
base: T['io.flow.billing.true.up.v0.models.label_base'].isRequired,
|
|
19386
|
+
surcharges: PropTypes.arrayOf(T['io.flow.billing.true.up.v0.models.label_surcharge']).isRequired,
|
|
19387
|
+
});
|
|
19388
|
+
|
|
19389
|
+
T['io.flow.internal.v0.models.label_units'] = PropTypes.exact({
|
|
19390
|
+
currency: PropTypes.string.isRequired,
|
|
19391
|
+
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
19392
|
+
length: T['io.flow.units.v0.enums.unit_of_length'].isRequired,
|
|
19393
|
+
});
|
|
19394
|
+
|
|
19395
|
+
T['io.flow.internal.v0.models.label_surcharge_form'] = PropTypes.exact({
|
|
19396
|
+
fuel: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
19397
|
+
remote_area: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
19398
|
+
oversize: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
19399
|
+
duties_paid: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
19400
|
+
emergency: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
19401
|
+
peak: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
19402
|
+
address_correction: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
19403
|
+
});
|
|
19404
|
+
|
|
19405
|
+
T['io.flow.internal.v0.models.label_base'] = PropTypes.exact({
|
|
19406
|
+
amount: PropTypes.number.isRequired,
|
|
19407
|
+
weight: PropTypes.number.isRequired,
|
|
19408
|
+
});
|
|
19409
|
+
|
|
19410
|
+
T['io.flow.internal.v0.models.label_invoice_request'] = PropTypes.exact({
|
|
19411
|
+
id: PropTypes.string.isRequired,
|
|
19412
|
+
label: T['io.flow.internal.v0.models.true_up_label_summary'].isRequired,
|
|
19413
|
+
units: T['io.flow.internal.v0.models.label_units'].isRequired,
|
|
19414
|
+
base: T['io.flow.internal.v0.models.label_base'].isRequired,
|
|
19415
|
+
surcharges: PropTypes.arrayOf(T['io.flow.internal.v0.models.label_surcharge']).isRequired,
|
|
19416
|
+
total: PropTypes.number.isRequired,
|
|
19417
|
+
destination: T['io.flow.internal.v0.models.label_destination'].isRequired,
|
|
19418
|
+
metadata: T['io.flow.internal.v0.models.label_metadata'].isRequired,
|
|
19419
|
+
});
|
|
19420
|
+
|
|
19421
|
+
T['io.flow.internal.v0.models.label_invoice_request_upserted'] = PropTypes.exact({
|
|
19422
|
+
discriminator: PropTypes.oneOf(['label_invoice_request_upserted']).isRequired,
|
|
19423
|
+
event_id: PropTypes.string.isRequired,
|
|
19424
|
+
timestamp: PropTypes.string.isRequired,
|
|
19425
|
+
organization: PropTypes.string.isRequired,
|
|
19426
|
+
label_invoice_request: T['io.flow.internal.v0.models.label_invoice_request'].isRequired,
|
|
19427
|
+
});
|
|
19428
|
+
|
|
19429
|
+
T['io.flow.internal.v0.models.carrier_charge_units'] = PropTypes.exact({
|
|
19430
|
+
currency: PropTypes.string.isRequired,
|
|
19431
|
+
weight: T['io.flow.units.v0.enums.unit_of_weight'].isRequired,
|
|
19432
|
+
length: T['io.flow.units.v0.enums.unit_of_length'],
|
|
19433
|
+
});
|
|
19434
|
+
|
|
19435
|
+
T['io.flow.internal.v0.models.carrier_charge_form_return_to_origin'] = PropTypes.exact({
|
|
19436
|
+
discriminator: PropTypes.oneOf(['return_to_origin']).isRequired,
|
|
19437
|
+
id: PropTypes.string.isRequired,
|
|
19438
|
+
carrier_id: PropTypes.string.isRequired,
|
|
19439
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
19440
|
+
units: T['io.flow.internal.v0.models.carrier_charge_units'].isRequired,
|
|
19441
|
+
base: T['io.flow.internal.v0.models.label_base'].isRequired,
|
|
19442
|
+
surcharges: T['io.flow.internal.v0.models.label_surcharge_form'].isRequired,
|
|
19443
|
+
total: PropTypes.number.isRequired,
|
|
19444
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
19445
|
+
});
|
|
19446
|
+
|
|
19447
|
+
T['io.flow.internal.v0.models.carrier_charge_form_label'] = PropTypes.exact({
|
|
19448
|
+
discriminator: PropTypes.oneOf(['label']).isRequired,
|
|
19449
|
+
id: PropTypes.string.isRequired,
|
|
19450
|
+
label_invoice_request_id: PropTypes.string.isRequired,
|
|
19451
|
+
units: T['io.flow.internal.v0.models.carrier_charge_units'].isRequired,
|
|
19452
|
+
base: T['io.flow.internal.v0.models.label_base'].isRequired,
|
|
19453
|
+
surcharges: T['io.flow.internal.v0.models.label_surcharge_form'].isRequired,
|
|
19454
|
+
total: PropTypes.number.isRequired,
|
|
19455
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
19456
|
+
});
|
|
19457
|
+
|
|
19458
|
+
T['io.flow.internal.v0.unions.carrier_charge_form'] = PropTypes.oneOfType([
|
|
19459
|
+
T['io.flow.internal.v0.models.carrier_charge_form_label'],
|
|
19460
|
+
T['io.flow.internal.v0.models.carrier_charge_form_return_to_origin'],
|
|
19461
|
+
]);
|
|
19462
|
+
|
|
19463
|
+
T['io.flow.internal.v0.models.carrier_charge_file_result'] = PropTypes.exact({
|
|
19464
|
+
processed_at: PropTypes.string.isRequired,
|
|
19465
|
+
number_lines_successful: PropTypes.number.isRequired,
|
|
19466
|
+
number_lines_with_errors: PropTypes.number.isRequired,
|
|
19467
|
+
errors_url: PropTypes.string,
|
|
19468
|
+
});
|
|
19469
|
+
|
|
19470
|
+
T['io.flow.internal.v0.models.carrier_charge_file'] = PropTypes.exact({
|
|
19471
|
+
id: PropTypes.string.isRequired,
|
|
19472
|
+
url: PropTypes.string.isRequired,
|
|
19473
|
+
created_at: PropTypes.string.isRequired,
|
|
19474
|
+
result: T['io.flow.internal.v0.models.carrier_charge_file_result'],
|
|
19475
|
+
});
|
|
19476
|
+
|
|
19424
19477
|
T['io.flow.internal.v0.enums.carrier_validation_status'] = PropTypes.oneOf(['success', 'error']);
|
|
19425
19478
|
|
|
19426
19479
|
T['io.flow.internal.v0.models.carrier_account_validation'] = PropTypes.exact({
|
|
@@ -27993,22 +28046,21 @@ T['io.flow.internal.v0.enums.prompt_action'] = PropTypes.oneOf(['prompt_displaye
|
|
|
27993
28046
|
|
|
27994
28047
|
T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
27995
28048
|
'capture',
|
|
27996
|
-
'capture_deletion',
|
|
27997
28049
|
'channel_transaction',
|
|
27998
28050
|
'consumer_invoice',
|
|
27999
28051
|
'fulfillment_in_transit',
|
|
28000
28052
|
'fulfillment_shipping_notification',
|
|
28001
28053
|
'fulfillment_external',
|
|
28054
|
+
'fulfillment_order_cancellation',
|
|
28002
28055
|
'label_tracking_summary',
|
|
28003
28056
|
'label_invoice_request',
|
|
28004
|
-
'
|
|
28005
|
-
'
|
|
28057
|
+
'carrier_charge',
|
|
28058
|
+
'carrier_charge_file',
|
|
28006
28059
|
'label_origin',
|
|
28007
28060
|
'order',
|
|
28008
28061
|
'order_identifier',
|
|
28009
28062
|
'organization_onboarding_state',
|
|
28010
28063
|
'refund',
|
|
28011
|
-
'refund_deletion',
|
|
28012
28064
|
'refund_over_capture',
|
|
28013
28065
|
'sales_record',
|
|
28014
28066
|
'statement_batch',
|
|
@@ -28187,6 +28239,10 @@ T['io.flow.internal.v0.models.calculator_organization_settings_form'] = PropType
|
|
|
28187
28239
|
default_hs_code: PropTypes.string,
|
|
28188
28240
|
});
|
|
28189
28241
|
|
|
28242
|
+
T['io.flow.internal.v0.models.carrier_charge_file_form'] = PropTypes.exact({
|
|
28243
|
+
url: PropTypes.string.isRequired,
|
|
28244
|
+
});
|
|
28245
|
+
|
|
28190
28246
|
T['io.flow.internal.v0.models.carrier_invoice'] = PropTypes.exact({
|
|
28191
28247
|
number: PropTypes.string.isRequired,
|
|
28192
28248
|
timestamp: PropTypes.string.isRequired,
|
|
@@ -28629,10 +28685,6 @@ T['io.flow.internal.v0.models.label_generation_settings_form'] = PropTypes.exact
|
|
|
28629
28685
|
commercial_invoice_only_query: PropTypes.string,
|
|
28630
28686
|
});
|
|
28631
28687
|
|
|
28632
|
-
T['io.flow.internal.v0.models.label_invoice_response_file_form'] = PropTypes.exact({
|
|
28633
|
-
url: PropTypes.string.isRequired,
|
|
28634
|
-
});
|
|
28635
|
-
|
|
28636
28688
|
T['io.flow.internal.v0.models.landed_cost_item'] = PropTypes.exact({
|
|
28637
28689
|
number: PropTypes.string.isRequired,
|
|
28638
28690
|
origin: PropTypes.string.isRequired,
|
|
@@ -28722,6 +28774,7 @@ T['io.flow.internal.v0.models.order_service_change_csv_form'] = PropTypes.exact(
|
|
|
28722
28774
|
|
|
28723
28775
|
T['io.flow.internal.v0.models.organization_deactivation_form'] = PropTypes.exact({
|
|
28724
28776
|
deactivate_at: PropTypes.string.isRequired,
|
|
28777
|
+
reason: PropTypes.string,
|
|
28725
28778
|
});
|
|
28726
28779
|
|
|
28727
28780
|
T['io.flow.internal.v0.models.organization_invitation_accept_form'] = PropTypes.exact({
|
|
@@ -29603,6 +29656,7 @@ T['io.flow.shopify.markets.v0.enums.shopify_order_fulfillment_order_status'] = P
|
|
|
29603
29656
|
'closed',
|
|
29604
29657
|
]);
|
|
29605
29658
|
|
|
29659
|
+
T['io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names'] = PropTypes.oneOf(['flow_commerce', 'gift_card', 'manual', 'shopify_payments']);
|
|
29606
29660
|
T['io.flow.shopify.markets.v0.enums.shopify_order_status_type'] = PropTypes.oneOf(['open', 'closed', 'cancelled', 'any']);
|
|
29607
29661
|
|
|
29608
29662
|
T['io.flow.shopify.markets.v0.models.shopify_draft_order_count'] = PropTypes.exact({
|
|
@@ -30337,6 +30391,13 @@ export const carrierAccountDeleted = T['io.flow.internal.v0.models.carrier_accou
|
|
|
30337
30391
|
export const carrierAccountForm = T['io.flow.internal.v0.models.carrier_account_form'];
|
|
30338
30392
|
export const carrierAccountUpsertedV2 = T['io.flow.internal.v0.models.carrier_account_upserted_v2'];
|
|
30339
30393
|
export const carrierAccountValidation = T['io.flow.internal.v0.models.carrier_account_validation'];
|
|
30394
|
+
export const carrierChargeFile = T['io.flow.internal.v0.models.carrier_charge_file'];
|
|
30395
|
+
export const carrierChargeFileForm = T['io.flow.internal.v0.models.carrier_charge_file_form'];
|
|
30396
|
+
export const carrierChargeFileResult = T['io.flow.internal.v0.models.carrier_charge_file_result'];
|
|
30397
|
+
export const carrierChargeForm = T['io.flow.internal.v0.unions.carrier_charge_form'];
|
|
30398
|
+
export const carrierChargeFormLabel = T['io.flow.internal.v0.models.carrier_charge_form_label'];
|
|
30399
|
+
export const carrierChargeFormReturnToOrigin = T['io.flow.internal.v0.models.carrier_charge_form_return_to_origin'];
|
|
30400
|
+
export const carrierChargeUnits = T['io.flow.internal.v0.models.carrier_charge_units'];
|
|
30340
30401
|
export const carrierCredentials = T['io.flow.internal.v0.unions.carrier_credentials'];
|
|
30341
30402
|
export const carrierInvoice = T['io.flow.internal.v0.models.carrier_invoice'];
|
|
30342
30403
|
export const carrierLabelGenerationMethod = T['io.flow.internal.v0.enums.carrier_label_generation_method'];
|
|
@@ -31503,16 +31564,11 @@ export const labelGenerationSettingsUpserted = T['io.flow.internal.v0.models.lab
|
|
|
31503
31564
|
export const labelInvoiceRequest = T['io.flow.internal.v0.models.label_invoice_request'];
|
|
31504
31565
|
export const labelInvoiceRequestDeleted = T['io.flow.internal.v0.models.label_invoice_request_deleted'];
|
|
31505
31566
|
export const labelInvoiceRequestUpserted = T['io.flow.internal.v0.models.label_invoice_request_upserted'];
|
|
31506
|
-
export const labelInvoiceResponseFile = T['io.flow.internal.v0.models.label_invoice_response_file'];
|
|
31507
|
-
export const labelInvoiceResponseFileForm = T['io.flow.internal.v0.models.label_invoice_response_file_form'];
|
|
31508
|
-
export const labelInvoiceResponseFileResult = T['io.flow.internal.v0.models.label_invoice_response_file_result'];
|
|
31509
|
-
export const labelInvoiceResponseForm = T['io.flow.internal.v0.models.label_invoice_response_form'];
|
|
31510
31567
|
export const labelMetadata = T['io.flow.internal.v0.models.label_metadata'];
|
|
31511
31568
|
export const labelRequestError = T['io.flow.internal.v0.models.label_request_error'];
|
|
31512
31569
|
export const labelRequestErrorDeleted = T['io.flow.internal.v0.models.label_request_error_deleted'];
|
|
31513
31570
|
export const labelRequestErrorHandlingResponsibility = T['io.flow.internal.v0.enums.label_request_error_handling_responsibility'];
|
|
31514
31571
|
export const labelRequestErrorUpserted = T['io.flow.internal.v0.models.label_request_error_upserted'];
|
|
31515
|
-
export const labelResponseUnits = T['io.flow.internal.v0.models.label_response_units'];
|
|
31516
31572
|
export const labelSummary = T['io.flow.internal.v0.models.label_summary'];
|
|
31517
31573
|
export const labelSurcharge = T['io.flow.internal.v0.models.label_surcharge'];
|
|
31518
31574
|
export const labelSurchargeDetail = T['io.flow.internal.v0.unions.label_surcharge_detail'];
|