@flowio/api-internal-factories 0.0.103 → 0.0.105
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/dist/cjs/api-internal.js +1714 -1303
- package/dist/esm/api-internal.js +1580 -1212
- package/dist/types/api-internal.d.ts +96 -54
- package/package.json +2 -2
- package/src/api-internal.ts +1640 -1267
package/src/api-internal.ts
CHANGED
|
@@ -627,11 +627,13 @@ const factories = {
|
|
|
627
627
|
order: factories['io.flow.billing.accounting.v0.models.order_summary'](),
|
|
628
628
|
shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
|
|
629
629
|
remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
|
|
630
|
+
payment: factories['io.flow.billing.accounting.v0.models.payment_summary'](),
|
|
630
631
|
merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
|
|
631
632
|
sequence_number: factories.long(),
|
|
632
633
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
633
634
|
trigger: factories['io.flow.billing.accounting.v0.unions.fulfillment_trigger'](),
|
|
634
635
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
636
|
+
carrier: factories['io.flow.billing.accounting.v0.models.fulfillment_carrier'](),
|
|
635
637
|
owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
636
638
|
origin: factories['io.flow.billing.accounting.v0.models.fulfillment_origin'](),
|
|
637
639
|
business: factories['io.flow.billing.accounting.v0.models.fulfillment_business'](),
|
|
@@ -642,6 +644,12 @@ const factories = {
|
|
|
642
644
|
vat_registration_number: factories.string(),
|
|
643
645
|
}),
|
|
644
646
|
|
|
647
|
+
'io.flow.billing.accounting.v0.models.fulfillment_carrier': (): io.flow.billing.accounting.v0.models.FulfillmentCarrier => ({
|
|
648
|
+
id: factories.string(),
|
|
649
|
+
service_id: factories.string(),
|
|
650
|
+
tracking_number: factories.string(),
|
|
651
|
+
}),
|
|
652
|
+
|
|
645
653
|
'io.flow.billing.accounting.v0.models.fulfillment_origin': (): io.flow.billing.accounting.v0.models.FulfillmentOrigin => ({
|
|
646
654
|
country: factories.string(),
|
|
647
655
|
province_code: factories.string(),
|
|
@@ -764,11 +772,21 @@ const factories = {
|
|
|
764
772
|
currency: factories.string(),
|
|
765
773
|
}),
|
|
766
774
|
|
|
775
|
+
'io.flow.billing.accounting.v0.models.payment_summary': (): io.flow.billing.accounting.v0.models.PaymentSummary => ({
|
|
776
|
+
psp: factories.decimal(),
|
|
777
|
+
credit: factories.decimal(),
|
|
778
|
+
subsidized: factories.decimal(),
|
|
779
|
+
manual: factories.decimal(),
|
|
780
|
+
cod: factories.decimal(),
|
|
781
|
+
total: factories.decimal(),
|
|
782
|
+
}),
|
|
783
|
+
|
|
767
784
|
'io.flow.billing.accounting.v0.models.pending_order': (): io.flow.billing.accounting.v0.models.PendingOrder => ({
|
|
768
785
|
id: factories.string(),
|
|
769
786
|
order: factories['io.flow.billing.accounting.v0.models.order_summary'](),
|
|
770
787
|
shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
|
|
771
788
|
merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
|
|
789
|
+
payment: factories['io.flow.billing.accounting.v0.models.payment_summary'](),
|
|
772
790
|
remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
|
|
773
791
|
sequence_number: factories.long(),
|
|
774
792
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
@@ -785,6 +803,7 @@ const factories = {
|
|
|
785
803
|
shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
|
|
786
804
|
merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
|
|
787
805
|
remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
|
|
806
|
+
payment: factories['io.flow.billing.accounting.v0.models.payment_summary'](),
|
|
788
807
|
sequence_number: factories.long(),
|
|
789
808
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
790
809
|
trigger: factories['io.flow.billing.accounting.v0.unions.return_trigger'](),
|
|
@@ -837,6 +856,7 @@ const factories = {
|
|
|
837
856
|
product: factories['io.flow.billing.accounting.v0.models.shopper_lines'](),
|
|
838
857
|
fees: factories['io.flow.billing.accounting.v0.models.shopper_fees'](),
|
|
839
858
|
freight: factories['io.flow.billing.accounting.v0.models.shopper_freight'](),
|
|
859
|
+
tips: factories.decimal(),
|
|
840
860
|
order_discount: factories.decimal(),
|
|
841
861
|
total: factories.decimal(),
|
|
842
862
|
}),
|
|
@@ -911,466 +931,7 @@ const factories = {
|
|
|
911
931
|
return f();
|
|
912
932
|
},
|
|
913
933
|
|
|
914
|
-
'io.flow.billing.
|
|
915
|
-
id: factories.string(),
|
|
916
|
-
currency: factories.string(),
|
|
917
|
-
}),
|
|
918
|
-
|
|
919
|
-
'io.flow.billing.csv.v0.models.billing_channel_csv_order': (): io.flow.billing.csv.v0.models.BillingChannelCsvOrder => ({
|
|
920
|
-
number: factories.string(),
|
|
921
|
-
submitted_at: factories.date_time_iso_8601(),
|
|
922
|
-
local: factories['io.flow.billing.csv.v0.models.billing_channel_csv_order_detail'](),
|
|
923
|
-
|
|
924
|
-
deliveries: arrayOf(
|
|
925
|
-
() => factories['io.flow.billing.csv.v0.models.billing_channel_csv_order_delivery'](),
|
|
926
|
-
),
|
|
927
|
-
}),
|
|
928
|
-
|
|
929
|
-
'io.flow.billing.csv.v0.models.billing_channel_csv_order_delivery': (): io.flow.billing.csv.v0.models.BillingChannelCsvOrderDelivery => ({
|
|
930
|
-
carrier: factories['io.flow.billing.csv.v0.models.billing_csv_carrier'](),
|
|
931
|
-
service: factories['io.flow.billing.csv.v0.models.billing_csv_service'](),
|
|
932
|
-
delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
933
|
-
ratecard_owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
934
|
-
tier: factories['io.flow.billing.csv.v0.models.billing_csv_tier'](),
|
|
935
|
-
}),
|
|
936
|
-
|
|
937
|
-
'io.flow.billing.csv.v0.models.billing_channel_csv_order_detail': (): io.flow.billing.csv.v0.models.BillingChannelCsvOrderDetail => ({
|
|
938
|
-
currency: factories.string(),
|
|
939
|
-
freight: factories.decimal(),
|
|
940
|
-
total: factories.decimal(),
|
|
941
|
-
subtotal: factories.decimal(),
|
|
942
|
-
vat: factories.decimal(),
|
|
943
|
-
duty: factories.decimal(),
|
|
944
|
-
discount: factories.decimal(),
|
|
945
|
-
adjustment: factories.decimal(),
|
|
946
|
-
insurance: factories.decimal(),
|
|
947
|
-
shipping: factories.decimal(),
|
|
948
|
-
}),
|
|
949
|
-
|
|
950
|
-
'io.flow.billing.csv.v0.models.billing_csv_carrier': (): io.flow.billing.csv.v0.models.BillingCsvCarrier => ({
|
|
951
|
-
id: factories.string(),
|
|
952
|
-
}),
|
|
953
|
-
|
|
954
|
-
'io.flow.billing.csv.v0.models.billing_csv_center': (): io.flow.billing.csv.v0.models.BillingCsvCenter => ({
|
|
955
|
-
key: factories.string(),
|
|
956
|
-
}),
|
|
957
|
-
|
|
958
|
-
'io.flow.billing.csv.v0.models.billing_csv_channel_billed_transaction': (): io.flow.billing.csv.v0.models.BillingCsvChannelBilledTransaction => ({
|
|
959
|
-
id: factories.string(),
|
|
960
|
-
type: factories.string(),
|
|
961
|
-
net: factories.decimal(),
|
|
962
|
-
description: factories.string(),
|
|
963
|
-
account: factories['io.flow.billing.csv.v0.models.account_summary'](),
|
|
964
|
-
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
965
|
-
order: factories['io.flow.billing.csv.v0.models.billing_csv_order_summary'](),
|
|
966
|
-
}),
|
|
967
|
-
|
|
968
|
-
'io.flow.billing.csv.v0.models.billing_csv_channel_transaction': (): io.flow.billing.csv.v0.models.BillingCsvChannelTransaction => ({
|
|
969
|
-
id: factories.string(),
|
|
970
|
-
account: factories['io.flow.billing.csv.v0.models.account_summary'](),
|
|
971
|
-
type: factories.string(),
|
|
972
|
-
description: factories.string(),
|
|
973
|
-
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
974
|
-
order: factories['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'](),
|
|
975
|
-
processing_transaction: factories['io.flow.billing.csv.v0.models.billing_csv_channel_transaction_processing_transaction'](),
|
|
976
|
-
spot_rate: factories['io.flow.billing.csv.v0.models.billing_csv_exchange_rate'](),
|
|
977
|
-
processing_transaction_base_amount_in_channel_account_currency: factories.decimal(),
|
|
978
|
-
processing_transaction_total_fees_in_channel_account_currency: factories.decimal(),
|
|
979
|
-
processing_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
|
|
980
|
-
fraud_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
|
|
981
|
-
mor_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
|
|
982
|
-
fx_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
|
|
983
|
-
duty_guarantee_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
|
|
984
|
-
rate_lock_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
|
|
985
|
-
transfer_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
|
|
986
|
-
total_fees: factories.decimal(),
|
|
987
|
-
amount: factories.decimal(),
|
|
988
|
-
}),
|
|
989
|
-
|
|
990
|
-
'io.flow.billing.csv.v0.models.billing_csv_channel_transaction_processing_transaction': (): io.flow.billing.csv.v0.models.BillingCsvChannelTransactionProcessingTransaction => ({
|
|
991
|
-
id: factories.string(),
|
|
992
|
-
account: factories['io.flow.billing.csv.v0.models.account_summary'](),
|
|
993
|
-
local_currency: factories.string(),
|
|
994
|
-
base_amount: factories.decimal(),
|
|
995
|
-
total_fees: factories.decimal(),
|
|
996
|
-
payment_method: factories.string(),
|
|
997
|
-
}),
|
|
998
|
-
|
|
999
|
-
'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice': (): io.flow.billing.csv.v0.models.BillingCsvConsumerInvoice => ({
|
|
1000
|
-
invoice: factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary'](),
|
|
1001
|
-
order: factories['io.flow.billing.internal.v0.models.billing_order_summary'](),
|
|
1002
|
-
|
|
1003
|
-
lines: arrayOf(
|
|
1004
|
-
() => factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail'](),
|
|
1005
|
-
),
|
|
1006
|
-
}),
|
|
1007
|
-
|
|
1008
|
-
'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line': (): io.flow.billing.csv.v0.models.BillingCsvConsumerInvoiceLine => ({
|
|
1009
|
-
invoice: factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary'](),
|
|
1010
|
-
order: factories['io.flow.billing.internal.v0.models.billing_order_summary'](),
|
|
1011
|
-
line: factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail'](),
|
|
1012
|
-
}),
|
|
1013
|
-
|
|
1014
|
-
'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail': (): io.flow.billing.csv.v0.models.BillingCsvConsumerInvoiceLineDetail => ({
|
|
1015
|
-
discriminator: factories.string(),
|
|
1016
|
-
item_number: factories.string(),
|
|
1017
|
-
quantity: factories.long(),
|
|
1018
|
-
unit_price: factories['io.flow.common.v0.models.price'](),
|
|
1019
|
-
unit_discount: factories['io.flow.common.v0.models.price'](),
|
|
1020
|
-
unit_tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
|
|
1021
|
-
unit_duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
|
|
1022
|
-
}),
|
|
1023
|
-
|
|
1024
|
-
'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary': (): io.flow.billing.csv.v0.models.BillingCsvConsumerInvoiceSummary => ({
|
|
1025
|
-
id: factories.string(),
|
|
1026
|
-
number: factories.string(),
|
|
1027
|
-
date: factories.date_time_iso_8601(),
|
|
1028
|
-
key: factories.string(),
|
|
1029
|
-
}),
|
|
1030
|
-
|
|
1031
|
-
'io.flow.billing.csv.v0.models.billing_csv_delivery': (): io.flow.billing.csv.v0.models.BillingCsvDelivery => ({
|
|
1032
|
-
delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
|
|
1033
|
-
carrier: factories['io.flow.billing.csv.v0.models.billing_csv_carrier'](),
|
|
1034
|
-
center: factories['io.flow.billing.csv.v0.models.billing_csv_center'](),
|
|
1035
|
-
service: factories['io.flow.billing.csv.v0.models.billing_csv_service'](),
|
|
1036
|
-
tier: factories['io.flow.billing.csv.v0.models.billing_csv_tier'](),
|
|
1037
|
-
cost: factories['io.flow.billing.csv.v0.models.billing_csv_delivery_cost_detail'](),
|
|
1038
|
-
ratecard_owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
1039
|
-
}),
|
|
1040
|
-
|
|
1041
|
-
'io.flow.billing.csv.v0.models.billing_csv_delivery_cost_detail': (): io.flow.billing.csv.v0.models.BillingCsvDeliveryCostDetail => ({
|
|
1042
|
-
ratecard_base_cost: factories.decimal(),
|
|
1043
|
-
ratecard_ddp_fee: factories.decimal(),
|
|
1044
|
-
ratecard_emergency_situation_surcharge: factories.decimal(),
|
|
1045
|
-
ratecard_peak_surcharge: factories.decimal(),
|
|
1046
|
-
ratecard_fuel_surcharge: factories.decimal(),
|
|
1047
|
-
ratecard_oversized_shipment_fee: factories.decimal(),
|
|
1048
|
-
ratecard_rural_shipment_fee: factories.decimal(),
|
|
1049
|
-
center_commercial_invoice_fee: factories.decimal(),
|
|
1050
|
-
center_inbound_carton_fee: factories.decimal(),
|
|
1051
|
-
center_outbound_carton_fee: factories.decimal(),
|
|
1052
|
-
}),
|
|
1053
|
-
|
|
1054
|
-
'io.flow.billing.csv.v0.models.billing_csv_exchange_rate': (): io.flow.billing.csv.v0.models.BillingCsvExchangeRate => ({
|
|
1055
|
-
base_currency: factories.string(),
|
|
1056
|
-
local_currency: factories.string(),
|
|
1057
|
-
rate: factories.decimal(),
|
|
1058
|
-
}),
|
|
1059
|
-
|
|
1060
|
-
'io.flow.billing.csv.v0.models.billing_csv_fee': (): io.flow.billing.csv.v0.models.BillingCsvFee => ({
|
|
1061
|
-
amount: factories.decimal(),
|
|
1062
|
-
description: factories.string(),
|
|
1063
|
-
}),
|
|
1064
|
-
|
|
1065
|
-
'io.flow.billing.csv.v0.models.billing_csv_generic_transaction': (): io.flow.billing.csv.v0.models.BillingCsvGenericTransaction => ({
|
|
1066
|
-
id: factories.string(),
|
|
1067
|
-
posted_at: factories.date_time_iso_8601(),
|
|
1068
|
-
type: factories['io.flow.billing.internal.v0.enums.billing_transaction_type'](),
|
|
1069
|
-
amount: factories.decimal(),
|
|
1070
|
-
description: factories.string(),
|
|
1071
|
-
}),
|
|
1072
|
-
|
|
1073
|
-
'io.flow.billing.csv.v0.models.billing_csv_label_transaction': (): io.flow.billing.csv.v0.models.BillingCsvLabelTransaction => ({
|
|
1074
|
-
id: factories.string(),
|
|
1075
|
-
type: factories.string(),
|
|
1076
|
-
gross: factories.decimal(),
|
|
1077
|
-
net: factories.decimal(),
|
|
1078
|
-
discounts: arrayOf(() => factories['io.flow.billing.internal.v0.models.discount']()),
|
|
1079
|
-
description: factories.string(),
|
|
1080
|
-
account: factories['io.flow.billing.csv.v0.models.account_summary'](),
|
|
1081
|
-
label: factories['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary'](),
|
|
1082
|
-
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
1083
|
-
order: factories['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'](),
|
|
1084
|
-
}),
|
|
1085
|
-
|
|
1086
|
-
'io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary': (): io.flow.billing.csv.v0.models.BillingCsvLabelTransactionBillableLabelSummary => ({
|
|
1087
|
-
id: factories.string(),
|
|
1088
|
-
owner: factories['io.flow.fulfillment.v0.enums.ratecard_owner'](),
|
|
1089
|
-
carrier_id: factories.string(),
|
|
1090
|
-
carrier_tracking_number: factories.string(),
|
|
1091
|
-
cost: factories['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary_cost'](),
|
|
1092
|
-
request_method: factories['io.flow.label.v0.enums.label_request_method'](),
|
|
1093
|
-
trigger_method: factories['io.flow.label.v0.enums.label_trigger_method'](),
|
|
1094
|
-
identifiers: objectOf(() => factories.string()),
|
|
1095
|
-
}),
|
|
1096
|
-
|
|
1097
|
-
'io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary_cost': (): io.flow.billing.csv.v0.models.BillingCsvLabelTransactionBillableLabelSummaryCost => ({
|
|
1098
|
-
amount: factories.decimal(),
|
|
1099
|
-
currency: factories.string(),
|
|
1100
|
-
source: factories['io.flow.label.v0.enums.cost_estimate_source'](),
|
|
1101
|
-
}),
|
|
1102
|
-
|
|
1103
|
-
'io.flow.billing.csv.v0.models.billing_csv_order': (): io.flow.billing.csv.v0.models.BillingCsvOrder => ({
|
|
1104
|
-
number: factories.string(),
|
|
1105
|
-
primary_identifier: factories.string(),
|
|
1106
|
-
submitted_at: factories.date_time_iso_8601(),
|
|
1107
|
-
timezone: factories.string(),
|
|
1108
|
-
local: factories['io.flow.billing.csv.v0.models.billing_csv_order_detail'](),
|
|
1109
|
-
base: factories['io.flow.billing.csv.v0.models.billing_csv_order_detail'](),
|
|
1110
|
-
transaction_amount: factories.decimal(),
|
|
1111
|
-
deliveries: arrayOf(() => factories['io.flow.billing.csv.v0.models.billing_csv_delivery']()),
|
|
1112
|
-
exchange_rate: factories['io.flow.billing.csv.v0.models.billing_csv_exchange_rate'](),
|
|
1113
|
-
}),
|
|
1114
|
-
|
|
1115
|
-
'io.flow.billing.csv.v0.models.billing_csv_order_destination': (): io.flow.billing.csv.v0.models.BillingCsvOrderDestination => ({
|
|
1116
|
-
city: factories.string(),
|
|
1117
|
-
province: factories.string(),
|
|
1118
|
-
postal: factories.string(),
|
|
1119
|
-
country: factories.string(),
|
|
1120
|
-
}),
|
|
1121
|
-
|
|
1122
|
-
'io.flow.billing.csv.v0.models.billing_csv_order_detail': (): io.flow.billing.csv.v0.models.BillingCsvOrderDetail => ({
|
|
1123
|
-
currency: factories.string(),
|
|
1124
|
-
adjustment: factories.decimal(),
|
|
1125
|
-
subtotal: factories.decimal(),
|
|
1126
|
-
vat: factories.decimal(),
|
|
1127
|
-
duty: factories.decimal(),
|
|
1128
|
-
shipping: factories.decimal(),
|
|
1129
|
-
insurance: factories.decimal(),
|
|
1130
|
-
discount: factories.decimal(),
|
|
1131
|
-
total: factories.decimal(),
|
|
1132
|
-
freight: factories.decimal(),
|
|
1133
|
-
}),
|
|
1134
|
-
|
|
1135
|
-
'io.flow.billing.csv.v0.models.billing_csv_order_summary': (): io.flow.billing.csv.v0.models.BillingCsvOrderSummary => ({
|
|
1136
|
-
number: factories.string(),
|
|
1137
|
-
identifiers: objectOf(() => factories.string()),
|
|
1138
|
-
}),
|
|
1139
|
-
|
|
1140
|
-
'io.flow.billing.csv.v0.models.billing_csv_order_transaction': (): io.flow.billing.csv.v0.models.BillingCsvOrderTransaction => ({
|
|
1141
|
-
id: factories.string(),
|
|
1142
|
-
type: factories.string(),
|
|
1143
|
-
amount: factories.decimal(),
|
|
1144
|
-
description: factories.string(),
|
|
1145
|
-
account: factories['io.flow.billing.csv.v0.models.account_summary'](),
|
|
1146
|
-
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
1147
|
-
order: factories['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'](),
|
|
1148
|
-
}),
|
|
1149
|
-
|
|
1150
|
-
'io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary': (): io.flow.billing.csv.v0.models.BillingCsvOrderWithMorSummary => ({
|
|
1151
|
-
number: factories.string(),
|
|
1152
|
-
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
1153
|
-
identifiers: objectOf(() => factories.string()),
|
|
1154
|
-
}),
|
|
1155
|
-
|
|
1156
|
-
'io.flow.billing.csv.v0.models.billing_csv_processing_transaction': (): io.flow.billing.csv.v0.models.BillingCsvProcessingTransaction => ({
|
|
1157
|
-
id: factories.string(),
|
|
1158
|
-
reference: factories.string(),
|
|
1159
|
-
primary_identifier: factories.string(),
|
|
1160
|
-
parent_id: factories.string(),
|
|
1161
|
-
created_at: factories.date_time_iso_8601(),
|
|
1162
|
-
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
1163
|
-
posted_at: factories.date_time_iso_8601(),
|
|
1164
|
-
type: factories['io.flow.billing.internal.v0.enums.billing_transaction_type'](),
|
|
1165
|
-
timezone: factories.string(),
|
|
1166
|
-
order_number: factories.string(),
|
|
1167
|
-
order_primary_identifier: factories.string(),
|
|
1168
|
-
order_identifiers: objectOf(() => factories.string()),
|
|
1169
|
-
order_submitted_at: factories.date_time_iso_8601(),
|
|
1170
|
-
order: factories['io.flow.billing.internal.v0.models.billing_order_summary'](),
|
|
1171
|
-
payment_method: factories.string(),
|
|
1172
|
-
local_amount: factories.decimal(),
|
|
1173
|
-
local_currency: factories.string(),
|
|
1174
|
-
base_amount: factories.decimal(),
|
|
1175
|
-
base_currency: factories.string(),
|
|
1176
|
-
processing_fee: factories.decimal(),
|
|
1177
|
-
processing_fee_description: factories.string(),
|
|
1178
|
-
rate_lock_fee: factories.decimal(),
|
|
1179
|
-
rate_lock_fee_description: factories.string(),
|
|
1180
|
-
vat_withholding: factories.decimal(),
|
|
1181
|
-
duty_withholding: factories.decimal(),
|
|
1182
|
-
freight_withholding: factories.decimal(),
|
|
1183
|
-
insurance_withholding: factories.decimal(),
|
|
1184
|
-
revenue_share: factories.decimal(),
|
|
1185
|
-
revenue_share_currency: factories.string(),
|
|
1186
|
-
amount: factories.decimal(),
|
|
1187
|
-
order_detail: factories['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail'](),
|
|
1188
|
-
mor_fee: factories.decimal(),
|
|
1189
|
-
mor_fee_description: factories.string(),
|
|
1190
|
-
fx_fee: factories.decimal(),
|
|
1191
|
-
fx_fee_description: factories.string(),
|
|
1192
|
-
duty_guarantee_fee: factories.decimal(),
|
|
1193
|
-
duty_guarantee_fee_description: factories.string(),
|
|
1194
|
-
negative_balance_fee: factories.decimal(),
|
|
1195
|
-
negative_balance_fee_description: factories.string(),
|
|
1196
|
-
}),
|
|
1197
|
-
|
|
1198
|
-
'io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery': (): io.flow.billing.csv.v0.models.BillingCsvProcessingTransactionDelivery => ({
|
|
1199
|
-
delivery_option_id: factories.string(),
|
|
1200
|
-
ratecard_owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
|
|
1201
|
-
service: factories['io.flow.billing.csv.v0.models.billing_csv_service'](),
|
|
1202
|
-
center: factories['io.flow.billing.csv.v0.models.billing_csv_center'](),
|
|
1203
|
-
ship_from_country: factories.string(),
|
|
1204
|
-
delivered_duty: factories.string(),
|
|
1205
|
-
}),
|
|
1206
|
-
|
|
1207
|
-
'io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail': (): io.flow.billing.csv.v0.models.BillingCsvProcessingTransactionOrderDetail => ({
|
|
1208
|
-
total: factories.decimal(),
|
|
1209
|
-
subtotal: factories.decimal(),
|
|
1210
|
-
discount: factories.decimal(),
|
|
1211
|
-
vat: factories.decimal(),
|
|
1212
|
-
duty: factories.decimal(),
|
|
1213
|
-
shipping: factories.decimal(),
|
|
1214
|
-
vat_subsidy: factories.decimal(),
|
|
1215
|
-
duty_subsidy: factories.decimal(),
|
|
1216
|
-
estimated_freight: factories.decimal(),
|
|
1217
|
-
|
|
1218
|
-
selected_deliveries: arrayOf(
|
|
1219
|
-
() => factories['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'](),
|
|
1220
|
-
),
|
|
1221
|
-
}),
|
|
1222
|
-
|
|
1223
|
-
'io.flow.billing.csv.v0.models.billing_csv_service': (): io.flow.billing.csv.v0.models.BillingCsvService => ({
|
|
1224
|
-
id: factories.string(),
|
|
1225
|
-
}),
|
|
1226
|
-
|
|
1227
|
-
'io.flow.billing.csv.v0.models.billing_csv_tier': (): io.flow.billing.csv.v0.models.BillingCsvTier => ({
|
|
1228
|
-
name: factories.string(),
|
|
1229
|
-
}),
|
|
1230
|
-
|
|
1231
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction': (): io.flow.billing.csv.v0.models.BillingCsvTransaction => ({
|
|
1232
|
-
id: factories.string(),
|
|
1233
|
-
type: factories['io.flow.billing.internal.v0.enums.billing_transaction_type'](),
|
|
1234
|
-
account: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_account'](),
|
|
1235
|
-
metadata: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata'](),
|
|
1236
|
-
order: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary'](),
|
|
1237
|
-
currency: factories.string(),
|
|
1238
|
-
source: factories['io.flow.billing.v0.enums.transaction_source'](),
|
|
1239
|
-
parent: factories['io.flow.billing.v0.models.parent_transaction_summary'](),
|
|
1240
|
-
gross: factories.decimal(),
|
|
1241
|
-
fees: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_fees'](),
|
|
1242
|
-
withholdings: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_withholdings'](),
|
|
1243
|
-
discount: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_discount'](),
|
|
1244
|
-
net: factories.decimal(),
|
|
1245
|
-
identifiers: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_identifiers'](),
|
|
1246
|
-
created_at: factories.date_time_iso_8601(),
|
|
1247
|
-
updated_at: factories.date_time_iso_8601(),
|
|
1248
|
-
}),
|
|
1249
|
-
|
|
1250
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_account': (): io.flow.billing.csv.v0.models.BillingCsvTransactionAccount => ({
|
|
1251
|
-
id: factories.string(),
|
|
1252
|
-
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
1253
|
-
source: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary'](),
|
|
1254
|
-
}),
|
|
1255
|
-
|
|
1256
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary': (): io.flow.billing.csv.v0.models.BillingCsvTransactionAccountSourceSummary => ({
|
|
1257
|
-
id: factories.string(),
|
|
1258
|
-
type: factories['io.flow.billing.internal.v0.enums.account_type'](),
|
|
1259
|
-
}),
|
|
1260
|
-
|
|
1261
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_discount': (): io.flow.billing.csv.v0.models.BillingCsvTransactionDiscount => ({
|
|
1262
|
-
amount: factories.decimal(),
|
|
1263
|
-
description: factories.string(),
|
|
1264
|
-
}),
|
|
1265
|
-
|
|
1266
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_fees': (): io.flow.billing.csv.v0.models.BillingCsvTransactionFees => ({
|
|
1267
|
-
duty_guarantee: factories.decimal(),
|
|
1268
|
-
mor: factories.decimal(),
|
|
1269
|
-
fraud: factories.decimal(),
|
|
1270
|
-
fx: factories.decimal(),
|
|
1271
|
-
processing: factories.decimal(),
|
|
1272
|
-
rate_lock: factories.decimal(),
|
|
1273
|
-
transfer: factories.decimal(),
|
|
1274
|
-
negative_balance: factories.decimal(),
|
|
1275
|
-
}),
|
|
1276
|
-
|
|
1277
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_identifiers': (): io.flow.billing.csv.v0.models.BillingCsvTransactionIdentifiers => ({
|
|
1278
|
-
reference_id: factories.string(),
|
|
1279
|
-
}),
|
|
1280
|
-
|
|
1281
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadata => ({
|
|
1282
|
-
channel: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_channel'](),
|
|
1283
|
-
shipping_label: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label'](),
|
|
1284
|
-
shipping_label_revenue_share: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share'](),
|
|
1285
|
-
trueup: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'](),
|
|
1286
|
-
carrier_charge: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'](),
|
|
1287
|
-
carrier_fee: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_fee'](),
|
|
1288
|
-
manual: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'](),
|
|
1289
|
-
}),
|
|
1290
|
-
|
|
1291
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataCarrierCharge => ({
|
|
1292
|
-
reason: factories['io.flow.trueup.v0.enums.carrier_charge_reason'](),
|
|
1293
|
-
label_created_at: factories.date_time_iso_8601(),
|
|
1294
|
-
carrier_id: factories.string(),
|
|
1295
|
-
carrier_tracking_number: factories.string(),
|
|
1296
|
-
revenue_share_percentage: factories.decimal(),
|
|
1297
|
-
outbound_transaction_id: factories.string(),
|
|
1298
|
-
}),
|
|
1299
|
-
|
|
1300
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_fee': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataCarrierFee => ({
|
|
1301
|
-
outbound_transaction_id: factories.string(),
|
|
1302
|
-
estimate_fixed_ddp: factories.decimal(),
|
|
1303
|
-
estimate_fixed_currency_conversion: factories.decimal(),
|
|
1304
|
-
actual_fixed_ddp: factories.decimal(),
|
|
1305
|
-
actual_fixed_currency_conversion: factories.decimal(),
|
|
1306
|
-
}),
|
|
1307
|
-
|
|
1308
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_channel': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataChannel => ({
|
|
1309
|
-
method: factories.string(),
|
|
1310
|
-
card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
|
|
1311
|
-
}),
|
|
1312
|
-
|
|
1313
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataManual => ({
|
|
1314
|
-
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
1315
|
-
url: factories.string(),
|
|
1316
|
-
}),
|
|
1317
|
-
|
|
1318
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataShippingLabel => ({
|
|
1319
|
-
request_method: factories['io.flow.label.v0.enums.label_request_method'](),
|
|
1320
|
-
}),
|
|
1321
|
-
|
|
1322
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataShippingLabelRevenueShare => ({
|
|
1323
|
-
label_id: factories.string(),
|
|
1324
|
-
base_amount: factories.decimal(),
|
|
1325
|
-
percentage: factories.decimal(),
|
|
1326
|
-
}),
|
|
1327
|
-
|
|
1328
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup': (): io.flow.billing.csv.v0.models.BillingCsvTransactionMetadataTrueup => ({
|
|
1329
|
-
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
1330
|
-
label_transaction_id: factories.string(),
|
|
1331
|
-
label_invoice_request_id: factories.string(),
|
|
1332
|
-
carrier_charge_id: factories.string(),
|
|
1333
|
-
}),
|
|
1334
|
-
|
|
1335
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary': (): io.flow.billing.csv.v0.models.BillingCsvTransactionOrderSummary => ({
|
|
1336
|
-
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
1337
|
-
number: factories.string(),
|
|
1338
|
-
identifiers: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifiers'](),
|
|
1339
|
-
}),
|
|
1340
|
-
|
|
1341
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifiers': (): io.flow.billing.csv.v0.models.BillingCsvTransactionOrderSummaryIdentifiers => ({
|
|
1342
|
-
shopify_order_id: factories.string(),
|
|
1343
|
-
}),
|
|
1344
|
-
|
|
1345
|
-
'io.flow.billing.csv.v0.models.billing_csv_transaction_withholdings': (): io.flow.billing.csv.v0.models.BillingCsvTransactionWithholdings => ({
|
|
1346
|
-
tax: factories.decimal(),
|
|
1347
|
-
duty: factories.decimal(),
|
|
1348
|
-
freight: factories.decimal(),
|
|
1349
|
-
insurance: factories.decimal(),
|
|
1350
|
-
}),
|
|
1351
|
-
|
|
1352
|
-
'io.flow.billing.csv.v0.models.flow_finance_payment_summary': (): io.flow.billing.csv.v0.models.FlowFinancePaymentSummary => ({
|
|
1353
|
-
id: factories.string(),
|
|
1354
|
-
status: factories['io.flow.billing.internal.v0.enums.bank_payment_status_code'](),
|
|
1355
|
-
amount: factories.decimal(),
|
|
1356
|
-
bank_account_last4: factories.string(),
|
|
1357
|
-
}),
|
|
1358
|
-
|
|
1359
|
-
'io.flow.billing.csv.v0.models.flow_finance_statement_summary': (): io.flow.billing.csv.v0.models.FlowFinanceStatementSummary => ({
|
|
1360
|
-
account_id: factories.string(),
|
|
1361
|
-
payment: factories['io.flow.billing.csv.v0.models.flow_finance_payment_summary'](),
|
|
1362
|
-
statement_id: factories.string(),
|
|
1363
|
-
settlement_currency: factories.string(),
|
|
1364
|
-
starting_balance: factories.decimal(),
|
|
1365
|
-
balance_forward: factories.decimal(),
|
|
1366
|
-
transactions_posted: factories.decimal(),
|
|
1367
|
-
platform_fee: factories.decimal(),
|
|
1368
|
-
account_balance: factories.decimal(),
|
|
1369
|
-
dispute_balance: factories.decimal(),
|
|
1370
|
-
one_time_adjustments: objectOf(() => factories.decimal()),
|
|
1371
|
-
}),
|
|
1372
|
-
|
|
1373
|
-
'io.flow.billing.internal.v0.enums.account_payment_hold_reason': (): io.flow.billing.internal.v0.enums.AccountPaymentHoldReason => faker.helpers.arrayElement(['fraudulent', 'invalid_bank_account']),
|
|
934
|
+
'io.flow.billing.internal.v0.enums.account_payment_hold_reason': (): io.flow.billing.internal.v0.enums.AccountPaymentHoldReason => faker.helpers.arrayElement(['fraudulent', 'frozen', 'invalid_bank_account']),
|
|
1374
935
|
'io.flow.billing.internal.v0.enums.account_setting_liabilities_method': (): io.flow.billing.internal.v0.enums.AccountSettingLiabilitiesMethod => faker.helpers.arrayElement(['withholding', 'transaction']),
|
|
1375
936
|
'io.flow.billing.internal.v0.enums.account_type': (): io.flow.billing.internal.v0.enums.AccountType => faker.helpers.arrayElement(['channel', 'organization']),
|
|
1376
937
|
'io.flow.billing.internal.v0.enums.adjustment_transaction_type': (): io.flow.billing.internal.v0.enums.AdjustmentTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal']),
|
|
@@ -1423,7 +984,6 @@ const factories = {
|
|
|
1423
984
|
'duty',
|
|
1424
985
|
'trueup',
|
|
1425
986
|
'carrier_charge',
|
|
1426
|
-
'carrier_fee',
|
|
1427
987
|
'all',
|
|
1428
988
|
]),
|
|
1429
989
|
|
|
@@ -1452,11 +1012,9 @@ const factories = {
|
|
|
1452
1012
|
'duty',
|
|
1453
1013
|
'trueup',
|
|
1454
1014
|
'carrier_charge',
|
|
1455
|
-
'carrier_fee',
|
|
1456
1015
|
]),
|
|
1457
1016
|
|
|
1458
1017
|
'io.flow.billing.internal.v0.enums.carrier_charge_transaction_type': (): io.flow.billing.internal.v0.enums.CarrierChargeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']),
|
|
1459
|
-
'io.flow.billing.internal.v0.enums.carrier_fee_transaction_type': (): io.flow.billing.internal.v0.enums.CarrierFeeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'fee']),
|
|
1460
1018
|
'io.flow.billing.internal.v0.enums.channel_billed_transaction_type': (): io.flow.billing.internal.v0.enums.ChannelBilledTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'channel_initiated']),
|
|
1461
1019
|
'io.flow.billing.internal.v0.enums.channel_transaction_type': (): io.flow.billing.internal.v0.enums.ChannelTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'processing']),
|
|
1462
1020
|
'io.flow.billing.internal.v0.enums.dispute_transaction_type': (): io.flow.billing.internal.v0.enums.DisputeTransactionType => faker.helpers.arrayElement(['adjustment', 'dispute']),
|
|
@@ -1466,10 +1024,8 @@ const factories = {
|
|
|
1466
1024
|
|
|
1467
1025
|
'io.flow.billing.internal.v0.enums.manual_transaction_category': (): io.flow.billing.internal.v0.enums.ManualTransactionCategory => faker.helpers.arrayElement([
|
|
1468
1026
|
'cancelled_order_refund',
|
|
1469
|
-
'channel_partner_initiated',
|
|
1470
1027
|
'client_accepted_chargeback',
|
|
1471
1028
|
'fee_reimbursement',
|
|
1472
|
-
'partial_refund',
|
|
1473
1029
|
'platform_fee',
|
|
1474
1030
|
'shipping_true_up',
|
|
1475
1031
|
'tax_credit',
|
|
@@ -1592,6 +1148,7 @@ const factories = {
|
|
|
1592
1148
|
liabilities_method: factories['io.flow.billing.internal.v0.enums.account_setting_liabilities_method'](),
|
|
1593
1149
|
enable_fee_reversals: factories.boolean(),
|
|
1594
1150
|
record_reason_for_transactions_pending_payout: factories.boolean(),
|
|
1151
|
+
enable_negative_debits: factories.boolean(),
|
|
1595
1152
|
}),
|
|
1596
1153
|
|
|
1597
1154
|
'io.flow.billing.internal.v0.models.account_source': (): io.flow.billing.internal.v0.models.AccountSource => ({
|
|
@@ -1678,6 +1235,16 @@ const factories = {
|
|
|
1678
1235
|
attributes: objectOf(() => factories.string()),
|
|
1679
1236
|
}),
|
|
1680
1237
|
|
|
1238
|
+
'io.flow.billing.internal.v0.models.bank_payment_order': (): io.flow.billing.internal.v0.models.BankPaymentOrder => ({
|
|
1239
|
+
id: factories.string(),
|
|
1240
|
+
payment: factories['io.flow.billing.internal.v0.models.bank_payment_reference'](),
|
|
1241
|
+
order: factories['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
1242
|
+
}),
|
|
1243
|
+
|
|
1244
|
+
'io.flow.billing.internal.v0.models.bank_payment_reference': (): io.flow.billing.internal.v0.models.BankPaymentReference => ({
|
|
1245
|
+
id: factories.string(),
|
|
1246
|
+
}),
|
|
1247
|
+
|
|
1681
1248
|
'io.flow.billing.internal.v0.models.bank_payment_status_form': (): io.flow.billing.internal.v0.models.BankPaymentStatusForm => ({
|
|
1682
1249
|
code: factories['io.flow.billing.internal.v0.enums.bank_payment_status_code'](),
|
|
1683
1250
|
failure_reason: factories['io.flow.billing.v0.enums.payout_status_failure_code'](),
|
|
@@ -1827,7 +1394,6 @@ const factories = {
|
|
|
1827
1394
|
duty: factories['io.flow.common.v0.models.price'](),
|
|
1828
1395
|
trueup: factories['io.flow.common.v0.models.price'](),
|
|
1829
1396
|
carrier_charge: factories['io.flow.common.v0.models.price'](),
|
|
1830
|
-
carrier_fee: factories['io.flow.common.v0.models.price'](),
|
|
1831
1397
|
ending_balance: factories['io.flow.common.v0.models.price'](),
|
|
1832
1398
|
}),
|
|
1833
1399
|
|
|
@@ -1861,23 +1427,6 @@ const factories = {
|
|
|
1861
1427
|
created_at: factories.date_time_iso_8601(),
|
|
1862
1428
|
}),
|
|
1863
1429
|
|
|
1864
|
-
'io.flow.billing.internal.v0.models.carrier_fee_transaction': (): io.flow.billing.internal.v0.models.CarrierFeeTransaction => ({
|
|
1865
|
-
discriminator: 'carrier_fee_transaction',
|
|
1866
|
-
label_reference: factories['io.flow.billing.internal.v0.models.carrier_fee_transaction_label_reference'](),
|
|
1867
|
-
id: factories.string(),
|
|
1868
|
-
type: factories['io.flow.billing.internal.v0.enums.billing_transaction_type'](),
|
|
1869
|
-
status: factories['io.flow.billing.internal.v0.enums.billing_transaction_status'](),
|
|
1870
|
-
posted_at: factories.date_time_iso_8601(),
|
|
1871
|
-
value: factories['io.flow.common.v0.models.price'](),
|
|
1872
|
-
description: factories.string(),
|
|
1873
|
-
statement: factories['io.flow.billing.internal.v0.models.billing_statement_reference'](),
|
|
1874
|
-
created_at: factories.date_time_iso_8601(),
|
|
1875
|
-
}),
|
|
1876
|
-
|
|
1877
|
-
'io.flow.billing.internal.v0.models.carrier_fee_transaction_label_reference': (): io.flow.billing.internal.v0.models.CarrierFeeTransactionLabelReference => ({
|
|
1878
|
-
id: factories.string(),
|
|
1879
|
-
}),
|
|
1880
|
-
|
|
1881
1430
|
'io.flow.billing.internal.v0.models.channel_account': (): io.flow.billing.internal.v0.models.ChannelAccount => ({
|
|
1882
1431
|
channel: factories['io.flow.common.v0.models.channel_reference'](),
|
|
1883
1432
|
id: factories.string(),
|
|
@@ -1981,6 +1530,17 @@ const factories = {
|
|
|
1981
1530
|
timestamp: factories.date_time_iso_8601(),
|
|
1982
1531
|
}),
|
|
1983
1532
|
|
|
1533
|
+
'io.flow.billing.internal.v0.models.cli_log_entry': (): io.flow.billing.internal.v0.models.CliLogEntry => ({
|
|
1534
|
+
id: factories.string(),
|
|
1535
|
+
user: factories['io.flow.common.v0.models.user_reference'](),
|
|
1536
|
+
task: factories.string(),
|
|
1537
|
+
}),
|
|
1538
|
+
|
|
1539
|
+
'io.flow.billing.internal.v0.models.cli_log_entry_form': (): io.flow.billing.internal.v0.models.CliLogEntryForm => ({
|
|
1540
|
+
user_id: factories.string(),
|
|
1541
|
+
task: factories.string(),
|
|
1542
|
+
}),
|
|
1543
|
+
|
|
1984
1544
|
'io.flow.billing.internal.v0.models.components': (): io.flow.billing.internal.v0.models.Components => ({
|
|
1985
1545
|
vat: factories['io.flow.common.v0.models.price'](),
|
|
1986
1546
|
duty: factories['io.flow.common.v0.models.price'](),
|
|
@@ -2720,7 +2280,6 @@ const factories = {
|
|
|
2720
2280
|
() => factories['io.flow.billing.internal.v0.models.duty_transaction'](),
|
|
2721
2281
|
() => factories['io.flow.billing.internal.v0.models.trueup_transaction'](),
|
|
2722
2282
|
() => factories['io.flow.billing.internal.v0.models.carrier_charge_transaction'](),
|
|
2723
|
-
() => factories['io.flow.billing.internal.v0.models.carrier_fee_transaction'](),
|
|
2724
2283
|
]);
|
|
2725
2284
|
|
|
2726
2285
|
return f();
|
|
@@ -2731,7 +2290,6 @@ const factories = {
|
|
|
2731
2290
|
sequence_number: factories.long(),
|
|
2732
2291
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
2733
2292
|
completes_order: factories.boolean(),
|
|
2734
|
-
payment: factories['io.flow.billing.reporting.v0.models.reporting_payment'](),
|
|
2735
2293
|
value: factories['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'](),
|
|
2736
2294
|
dispatch_country: factories['io.flow.billing.reporting.v0.models.reporting_country'](),
|
|
2737
2295
|
destination: factories['io.flow.billing.reporting.v0.models.reporting_destination'](),
|
|
@@ -2761,14 +2319,20 @@ const factories = {
|
|
|
2761
2319
|
marked_as_final: factories['io.flow.billing.reporting.v0.models.marked_as_final'](),
|
|
2762
2320
|
}),
|
|
2763
2321
|
|
|
2322
|
+
'io.flow.billing.reporting.v0.enums.report_payment_type': (): io.flow.billing.reporting.v0.enums.ReportPaymentType => faker.helpers.arrayElement(['credit', 'debit']),
|
|
2764
2323
|
'io.flow.billing.reporting.v0.enums.report_status': (): io.flow.billing.reporting.v0.enums.ReportStatus => faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']),
|
|
2765
2324
|
|
|
2766
2325
|
'io.flow.billing.reporting.v0.enums.report_type': (): io.flow.billing.reporting.v0.enums.ReportType => faker.helpers.arrayElement([
|
|
2767
2326
|
'sales_record',
|
|
2327
|
+
'refund_record',
|
|
2328
|
+
'other_record',
|
|
2329
|
+
'pending_record',
|
|
2768
2330
|
'trueup_overview',
|
|
2769
2331
|
'non_channel_payment_bank_account',
|
|
2770
2332
|
'scheduled_payment',
|
|
2771
2333
|
'account_quarterly_balances',
|
|
2334
|
+
'invariants',
|
|
2335
|
+
'payments',
|
|
2772
2336
|
]),
|
|
2773
2337
|
|
|
2774
2338
|
'io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual': (): io.flow.billing.reporting.v0.enums.ReportingFulfillmentIsVirtual => faker.helpers.arrayElement(['all', 'mixed', 'none']),
|
|
@@ -2781,6 +2345,7 @@ const factories = {
|
|
|
2781
2345
|
subtotal: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2782
2346
|
tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2783
2347
|
duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2348
|
+
tips: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2784
2349
|
discount: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2785
2350
|
total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2786
2351
|
}),
|
|
@@ -2806,6 +2371,7 @@ const factories = {
|
|
|
2806
2371
|
type: factories['io.flow.billing.reporting.v0.enums.report_type'](),
|
|
2807
2372
|
from: factories.date_time_iso_8601(),
|
|
2808
2373
|
to: factories.date_time_iso_8601(),
|
|
2374
|
+
payment_type: factories['io.flow.billing.reporting.v0.enums.report_payment_type'](),
|
|
2809
2375
|
url: factories.string(),
|
|
2810
2376
|
processed_at: factories.date_time_iso_8601(),
|
|
2811
2377
|
}),
|
|
@@ -2828,9 +2394,23 @@ const factories = {
|
|
|
2828
2394
|
}),
|
|
2829
2395
|
|
|
2830
2396
|
'io.flow.billing.reporting.v0.models.report_form': (): io.flow.billing.reporting.v0.models.ReportForm => ({
|
|
2397
|
+
type: factories['io.flow.billing.reporting.v0.enums.report_type'](),
|
|
2831
2398
|
from: factories.date_time_iso_8601(),
|
|
2832
2399
|
to: factories.date_time_iso_8601(),
|
|
2833
|
-
|
|
2400
|
+
payment_type: factories['io.flow.billing.reporting.v0.enums.report_payment_type'](),
|
|
2401
|
+
|
|
2402
|
+
orders: arrayOf(
|
|
2403
|
+
() => factories['io.flow.billing.reporting.v0.models.report_order_reference'](),
|
|
2404
|
+
),
|
|
2405
|
+
}),
|
|
2406
|
+
|
|
2407
|
+
'io.flow.billing.reporting.v0.models.report_merchant': (): io.flow.billing.reporting.v0.models.ReportMerchant => ({
|
|
2408
|
+
id: factories.string(),
|
|
2409
|
+
}),
|
|
2410
|
+
|
|
2411
|
+
'io.flow.billing.reporting.v0.models.report_order_reference': (): io.flow.billing.reporting.v0.models.ReportOrderReference => ({
|
|
2412
|
+
organization_id: factories.string(),
|
|
2413
|
+
order_number: factories.string(),
|
|
2834
2414
|
}),
|
|
2835
2415
|
|
|
2836
2416
|
'io.flow.billing.reporting.v0.models.report_owner': (): io.flow.billing.reporting.v0.models.ReportOwner => ({
|
|
@@ -2898,11 +2478,11 @@ const factories = {
|
|
|
2898
2478
|
sequence_number: factories.long(),
|
|
2899
2479
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
2900
2480
|
completes_order: factories.boolean(),
|
|
2901
|
-
payment: factories['io.flow.billing.reporting.v0.models.reporting_payment'](),
|
|
2902
2481
|
refund: factories['io.flow.billing.reporting.v0.models.reporting_refund_reference'](),
|
|
2903
2482
|
value: factories['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'](),
|
|
2904
2483
|
dispatch_country: factories['io.flow.billing.reporting.v0.models.reporting_country'](),
|
|
2905
2484
|
destination: factories['io.flow.billing.reporting.v0.models.reporting_destination'](),
|
|
2485
|
+
payment: factories['io.flow.billing.reporting.v0.models.reporting_payment'](),
|
|
2906
2486
|
shipment: factories['io.flow.billing.reporting.v0.models.reporting_shipment'](),
|
|
2907
2487
|
is: factories['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'](),
|
|
2908
2488
|
has: factories['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'](),
|
|
@@ -2921,6 +2501,9 @@ const factories = {
|
|
|
2921
2501
|
wyol: factories.boolean(),
|
|
2922
2502
|
b2b: factories.boolean(),
|
|
2923
2503
|
domestic: factories.boolean(),
|
|
2504
|
+
combined_shipment: factories.boolean(),
|
|
2505
|
+
order_cancelled: factories.boolean(),
|
|
2506
|
+
lvg: factories.boolean(),
|
|
2924
2507
|
}),
|
|
2925
2508
|
|
|
2926
2509
|
'io.flow.billing.reporting.v0.models.reporting_fx': (): io.flow.billing.reporting.v0.models.ReportingFx => ({
|
|
@@ -2929,6 +2512,7 @@ const factories = {
|
|
|
2929
2512
|
product: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
|
|
2930
2513
|
tax: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
|
|
2931
2514
|
duty: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
|
|
2515
|
+
tips: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
|
|
2932
2516
|
total: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
|
|
2933
2517
|
}),
|
|
2934
2518
|
|
|
@@ -2946,6 +2530,7 @@ const factories = {
|
|
|
2946
2530
|
processing: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2947
2531
|
rate_lock: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2948
2532
|
transfer: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2533
|
+
total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2949
2534
|
}),
|
|
2950
2535
|
|
|
2951
2536
|
'io.flow.billing.reporting.v0.models.reporting_merchant_subsidies': (): io.flow.billing.reporting.v0.models.ReportingMerchantSubsidies => ({
|
|
@@ -2953,6 +2538,7 @@ const factories = {
|
|
|
2953
2538
|
tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2954
2539
|
duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2955
2540
|
ccf: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2541
|
+
total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2956
2542
|
}),
|
|
2957
2543
|
|
|
2958
2544
|
'io.flow.billing.reporting.v0.models.reporting_merchant_transactions': (): io.flow.billing.reporting.v0.models.ReportingMerchantTransactions => ({
|
|
@@ -2961,7 +2547,8 @@ const factories = {
|
|
|
2961
2547
|
tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2962
2548
|
duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2963
2549
|
freight: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2964
|
-
|
|
2550
|
+
discount: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2551
|
+
total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2965
2552
|
}),
|
|
2966
2553
|
|
|
2967
2554
|
'io.flow.billing.reporting.v0.models.reporting_monetary_value': (): io.flow.billing.reporting.v0.models.ReportingMonetaryValue => ({
|
|
@@ -2984,25 +2571,14 @@ const factories = {
|
|
|
2984
2571
|
}),
|
|
2985
2572
|
|
|
2986
2573
|
'io.flow.billing.reporting.v0.models.reporting_payment': (): io.flow.billing.reporting.v0.models.ReportingPayment => ({
|
|
2987
|
-
metadata: factories['io.flow.billing.reporting.v0.models.reporting_payment_metadata'](),
|
|
2988
2574
|
psp: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2989
2575
|
credit: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2576
|
+
subsidized: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2577
|
+
manual: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2578
|
+
cod: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2990
2579
|
total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2991
2580
|
}),
|
|
2992
2581
|
|
|
2993
|
-
'io.flow.billing.reporting.v0.models.reporting_payment_metadata': (): io.flow.billing.reporting.v0.models.ReportingPaymentMetadata => ({
|
|
2994
|
-
gateway: factories['io.flow.payment.internal.v0.enums.processor'](),
|
|
2995
|
-
method: factories.string(),
|
|
2996
|
-
psp_reference: factories.string(),
|
|
2997
|
-
authorization: factories['io.flow.billing.reporting.v0.models.reporting_authorization_reference'](),
|
|
2998
|
-
settlement_date: factories.date_time_iso_8601(),
|
|
2999
|
-
additional_authorizations: factories['io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations'](),
|
|
3000
|
-
}),
|
|
3001
|
-
|
|
3002
|
-
'io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations': (): io.flow.billing.reporting.v0.models.ReportingPaymentMetadataAdditionalAuthorizations => ({
|
|
3003
|
-
ids: factories.string(),
|
|
3004
|
-
}),
|
|
3005
|
-
|
|
3006
2582
|
'io.flow.billing.reporting.v0.models.reporting_province': (): io.flow.billing.reporting.v0.models.ReportingProvince => ({
|
|
3007
2583
|
code: factories.string(),
|
|
3008
2584
|
name: factories.string(),
|
|
@@ -3031,6 +2607,7 @@ const factories = {
|
|
|
3031
2607
|
ccf: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
3032
2608
|
emergency: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
3033
2609
|
peak: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
2610
|
+
total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
|
|
3034
2611
|
}),
|
|
3035
2612
|
|
|
3036
2613
|
'io.flow.billing.reporting.v0.models.reporting_usd': (): io.flow.billing.reporting.v0.models.ReportingUsd => ({
|
|
@@ -3072,6 +2649,7 @@ const factories = {
|
|
|
3072
2649
|
payment: factories['io.flow.billing.reporting.v0.models.report_payment'](),
|
|
3073
2650
|
bank_account: factories['io.flow.billing.reporting.v0.models.report_bank_account_cleartext'](),
|
|
3074
2651
|
account: factories['io.flow.billing.reporting.v0.models.report_account'](),
|
|
2652
|
+
merchant: factories['io.flow.billing.reporting.v0.models.report_merchant'](),
|
|
3075
2653
|
owner: factories['io.flow.billing.reporting.v0.models.report_owner'](),
|
|
3076
2654
|
description: factories.string(),
|
|
3077
2655
|
}),
|
|
@@ -3111,9 +2689,10 @@ const factories = {
|
|
|
3111
2689
|
'shipping_label_service',
|
|
3112
2690
|
'shipping_label_revenue_share',
|
|
3113
2691
|
'trueup',
|
|
2692
|
+
'trueup_base',
|
|
2693
|
+
'trueup_surcharge',
|
|
3114
2694
|
'carrier_charge',
|
|
3115
2695
|
'carrier_charge_revenue_share',
|
|
3116
|
-
'carrier_fee',
|
|
3117
2696
|
'platform_fee',
|
|
3118
2697
|
'tax',
|
|
3119
2698
|
'duty',
|
|
@@ -3125,9 +2704,10 @@ const factories = {
|
|
|
3125
2704
|
'order_service',
|
|
3126
2705
|
'virtual_card_capture',
|
|
3127
2706
|
'virtual_card_refund',
|
|
2707
|
+
'failed_payout',
|
|
3128
2708
|
]),
|
|
3129
2709
|
|
|
3130
|
-
'io.flow.billing.v0.enums.trueup_source': (): io.flow.billing.v0.enums.TrueupSource => faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl']),
|
|
2710
|
+
'io.flow.billing.v0.enums.trueup_source': (): io.flow.billing.v0.enums.TrueupSource => faker.helpers.arrayElement(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']),
|
|
3131
2711
|
'io.flow.billing.v0.enums.withholding_deduction_type': (): io.flow.billing.v0.enums.WithholdingDeductionType => faker.helpers.arrayElement(['tax', 'duty', 'freight', 'insurance']),
|
|
3132
2712
|
|
|
3133
2713
|
'io.flow.billing.v0.models.account_id_reference': (): io.flow.billing.v0.models.AccountIdReference => ({
|
|
@@ -3417,21 +2997,11 @@ const factories = {
|
|
|
3417
2997
|
outbound: factories['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'](),
|
|
3418
2998
|
}),
|
|
3419
2999
|
|
|
3420
|
-
'io.flow.billing.v0.models.transaction_metadata_carrier_fee': (): io.flow.billing.v0.models.TransactionMetadataCarrierFee => ({
|
|
3421
|
-
discriminator: 'carrier_fee',
|
|
3422
|
-
outbound: factories['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'](),
|
|
3423
|
-
estimate: factories['io.flow.billing.v0.models.transaction_metadata_carrier_fee_data'](),
|
|
3424
|
-
actual: factories['io.flow.billing.v0.models.transaction_metadata_carrier_fee_data'](),
|
|
3425
|
-
}),
|
|
3426
|
-
|
|
3427
|
-
'io.flow.billing.v0.models.transaction_metadata_carrier_fee_data': (): io.flow.billing.v0.models.TransactionMetadataCarrierFeeData => ({
|
|
3428
|
-
surcharges: arrayOf(() => factories['io.flow.billing.v0.models.trueup_label_surcharge']()),
|
|
3429
|
-
}),
|
|
3430
|
-
|
|
3431
3000
|
'io.flow.billing.v0.models.transaction_metadata_channel': (): io.flow.billing.v0.models.TransactionMetadataChannel => ({
|
|
3432
3001
|
discriminator: 'channel',
|
|
3433
3002
|
method: factories.string(),
|
|
3434
3003
|
card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
|
|
3004
|
+
organization_transaction: factories['io.flow.billing.v0.models.transaction_metadata_channel_organization_transaction'](),
|
|
3435
3005
|
}),
|
|
3436
3006
|
|
|
3437
3007
|
'io.flow.billing.v0.models.transaction_metadata_channel_card_metadata': (): io.flow.billing.v0.models.TransactionMetadataChannelCardMetadata => ({
|
|
@@ -3444,6 +3014,20 @@ const factories = {
|
|
|
3444
3014
|
country: factories.string(),
|
|
3445
3015
|
}),
|
|
3446
3016
|
|
|
3017
|
+
'io.flow.billing.v0.models.transaction_metadata_channel_organization_transaction': (): io.flow.billing.v0.models.TransactionMetadataChannelOrganizationTransaction => ({
|
|
3018
|
+
id: factories.string(),
|
|
3019
|
+
metadata: factories['io.flow.billing.v0.models.transaction_metadata_payment_transaction'](),
|
|
3020
|
+
}),
|
|
3021
|
+
|
|
3022
|
+
'io.flow.billing.v0.models.transaction_metadata_failed_payout': (): io.flow.billing.v0.models.TransactionMetadataFailedPayout => ({
|
|
3023
|
+
discriminator: 'failed_payout',
|
|
3024
|
+
failed_payout: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
|
|
3025
|
+
}),
|
|
3026
|
+
|
|
3027
|
+
'io.flow.billing.v0.models.transaction_metadata_failed_payout_reference': (): io.flow.billing.v0.models.TransactionMetadataFailedPayoutReference => ({
|
|
3028
|
+
id: factories.string(),
|
|
3029
|
+
}),
|
|
3030
|
+
|
|
3447
3031
|
'io.flow.billing.v0.models.transaction_metadata_manual': (): io.flow.billing.v0.models.TransactionMetadataManual => ({
|
|
3448
3032
|
discriminator: 'manual',
|
|
3449
3033
|
description: factories.string(),
|
|
@@ -3461,6 +3045,7 @@ const factories = {
|
|
|
3461
3045
|
|
|
3462
3046
|
'io.flow.billing.v0.models.transaction_metadata_payment_transaction': (): io.flow.billing.v0.models.TransactionMetadataPaymentTransaction => ({
|
|
3463
3047
|
discriminator: 'payment_transaction',
|
|
3048
|
+
id: factories.string(),
|
|
3464
3049
|
key: factories.string(),
|
|
3465
3050
|
}),
|
|
3466
3051
|
|
|
@@ -3483,6 +3068,22 @@ const factories = {
|
|
|
3483
3068
|
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_data'](),
|
|
3484
3069
|
}),
|
|
3485
3070
|
|
|
3071
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_base': (): io.flow.billing.v0.models.TransactionMetadataTrueupBase => ({
|
|
3072
|
+
discriminator: 'trueup_base',
|
|
3073
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
3074
|
+
estimate: factories['io.flow.billing.v0.models.transaction_metadata_trueup_base_data'](),
|
|
3075
|
+
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_base_data'](),
|
|
3076
|
+
}),
|
|
3077
|
+
|
|
3078
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_base_data': (): io.flow.billing.v0.models.TransactionMetadataTrueupBaseData => ({
|
|
3079
|
+
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3080
|
+
weights: factories['io.flow.billing.v0.models.trueup_label_weights'](),
|
|
3081
|
+
units: factories['io.flow.billing.v0.models.trueup_label_units'](),
|
|
3082
|
+
base: factories['io.flow.billing.v0.models.trueup_label_base_v2'](),
|
|
3083
|
+
fuel: factories['io.flow.billing.v0.models.trueup_label_fuel'](),
|
|
3084
|
+
total: factories.decimal(),
|
|
3085
|
+
}),
|
|
3086
|
+
|
|
3486
3087
|
'io.flow.billing.v0.models.transaction_metadata_trueup_data': (): io.flow.billing.v0.models.TransactionMetadataTrueupData => ({
|
|
3487
3088
|
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3488
3089
|
units: factories['io.flow.billing.v0.models.trueup_label_units'](),
|
|
@@ -3493,6 +3094,18 @@ const factories = {
|
|
|
3493
3094
|
dimensional: factories['io.flow.trueup.v0.models.dimensional_weight'](),
|
|
3494
3095
|
}),
|
|
3495
3096
|
|
|
3097
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_surcharge': (): io.flow.billing.v0.models.TransactionMetadataTrueupSurcharge => ({
|
|
3098
|
+
discriminator: 'trueup_surcharge',
|
|
3099
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
3100
|
+
estimate: factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data'](),
|
|
3101
|
+
actual: factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data'](),
|
|
3102
|
+
}),
|
|
3103
|
+
|
|
3104
|
+
'io.flow.billing.v0.models.transaction_metadata_trueup_surcharge_data': (): io.flow.billing.v0.models.TransactionMetadataTrueupSurchargeData => ({
|
|
3105
|
+
source: factories['io.flow.billing.v0.enums.trueup_source'](),
|
|
3106
|
+
surcharge: factories['io.flow.billing.v0.models.trueup_label_surcharge'](),
|
|
3107
|
+
}),
|
|
3108
|
+
|
|
3496
3109
|
'io.flow.billing.v0.models.transaction_reference': (): io.flow.billing.v0.models.TransactionReference => ({
|
|
3497
3110
|
id: factories.string(),
|
|
3498
3111
|
}),
|
|
@@ -3502,6 +3115,20 @@ const factories = {
|
|
|
3502
3115
|
weight: factories.decimal(),
|
|
3503
3116
|
}),
|
|
3504
3117
|
|
|
3118
|
+
'io.flow.billing.v0.models.trueup_label_base_v2': (): io.flow.billing.v0.models.TrueupLabelBaseV2 => ({
|
|
3119
|
+
amount: factories.decimal(),
|
|
3120
|
+
}),
|
|
3121
|
+
|
|
3122
|
+
'io.flow.billing.v0.models.trueup_label_base_weight': (): io.flow.billing.v0.models.TrueupLabelBaseWeight => ({
|
|
3123
|
+
weight: factories.decimal(),
|
|
3124
|
+
}),
|
|
3125
|
+
|
|
3126
|
+
'io.flow.billing.v0.models.trueup_label_fuel': (): io.flow.billing.v0.models.TrueupLabelFuel => ({
|
|
3127
|
+
amount: factories.decimal(),
|
|
3128
|
+
percentage: factories.decimal(),
|
|
3129
|
+
per_weight_unit: factories.decimal(),
|
|
3130
|
+
}),
|
|
3131
|
+
|
|
3505
3132
|
'io.flow.billing.v0.models.trueup_label_surcharge': (): io.flow.billing.v0.models.TrueupLabelSurcharge => ({
|
|
3506
3133
|
amount: factories.decimal(),
|
|
3507
3134
|
type: factories['io.flow.trueup.v0.enums.trueup_surcharge_type'](),
|
|
@@ -3514,6 +3141,12 @@ const factories = {
|
|
|
3514
3141
|
length: factories['io.flow.units.v0.enums.unit_of_length'](),
|
|
3515
3142
|
}),
|
|
3516
3143
|
|
|
3144
|
+
'io.flow.billing.v0.models.trueup_label_weights': (): io.flow.billing.v0.models.TrueupLabelWeights => ({
|
|
3145
|
+
base: factories['io.flow.billing.v0.models.trueup_label_base_weight'](),
|
|
3146
|
+
dead: factories['io.flow.trueup.v0.models.dead_weight'](),
|
|
3147
|
+
dimensional: factories['io.flow.trueup.v0.models.dimensional_weight'](),
|
|
3148
|
+
}),
|
|
3149
|
+
|
|
3517
3150
|
'io.flow.billing.v0.models.withholding_deduction': (): io.flow.billing.v0.models.WithholdingDeduction => ({
|
|
3518
3151
|
type: factories['io.flow.billing.v0.enums.withholding_deduction_type'](),
|
|
3519
3152
|
amount: factories.decimal(),
|
|
@@ -3553,9 +3186,11 @@ const factories = {
|
|
|
3553
3186
|
() => factories['io.flow.billing.v0.models.transaction_metadata_shipping_label'](),
|
|
3554
3187
|
() => factories['io.flow.billing.v0.models.transaction_metadata_channel'](),
|
|
3555
3188
|
() => factories['io.flow.billing.v0.models.transaction_metadata_trueup'](),
|
|
3189
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_trueup_base'](),
|
|
3190
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_trueup_surcharge'](),
|
|
3556
3191
|
() => factories['io.flow.billing.v0.models.transaction_metadata_carrier_charge'](),
|
|
3557
|
-
() => factories['io.flow.billing.v0.models.transaction_metadata_carrier_fee'](),
|
|
3558
3192
|
() => factories['io.flow.billing.v0.models.transaction_metadata_manual'](),
|
|
3193
|
+
() => factories['io.flow.billing.v0.models.transaction_metadata_failed_payout'](),
|
|
3559
3194
|
() => factories['io.flow.billing.v0.models.transaction_metadata_payment_transaction'](),
|
|
3560
3195
|
]);
|
|
3561
3196
|
|
|
@@ -4293,6 +3928,7 @@ const factories = {
|
|
|
4293
3928
|
'unsupported_virtual_goods',
|
|
4294
3929
|
'non_matching_currencies',
|
|
4295
3930
|
'unsupported_order_edit',
|
|
3931
|
+
'order_missing',
|
|
4296
3932
|
]),
|
|
4297
3933
|
|
|
4298
3934
|
'io.flow.channel.internal.v0.enums.channel_order_acceptance_status': (): io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceStatus => faker.helpers.arrayElement(['accepted', 'rejected', 'review', 'edit_review', 'edit_accepted']),
|
|
@@ -5022,261 +4658,6 @@ const factories = {
|
|
|
5022
4658
|
return f();
|
|
5023
4659
|
},
|
|
5024
4660
|
|
|
5025
|
-
'io.flow.consumer.invoice.v0.enums.b2b_invoice_type': (): io.flow.consumer.invoice.v0.enums.B2BInvoiceType => faker.helpers.arrayElement(['self_bill_invoice', 'invoice']),
|
|
5026
|
-
'io.flow.consumer.invoice.v0.enums.consumer_invoice_customer_type': (): io.flow.consumer.invoice.v0.enums.ConsumerInvoiceCustomerType => faker.helpers.arrayElement(['business_eu_verified', 'business_non_verified', 'individual']),
|
|
5027
|
-
'io.flow.consumer.invoice.v0.enums.consumer_invoice_document_type': (): io.flow.consumer.invoice.v0.enums.ConsumerInvoiceDocumentType => faker.helpers.arrayElement(['pdf']),
|
|
5028
|
-
'io.flow.consumer.invoice.v0.enums.consumer_invoice_status': (): io.flow.consumer.invoice.v0.enums.ConsumerInvoiceStatus => faker.helpers.arrayElement(['pending', 'available', 'invalid']),
|
|
5029
|
-
|
|
5030
|
-
'io.flow.consumer.invoice.v0.models.b2b_credit_memo': (): io.flow.consumer.invoice.v0.models.B2BCreditMemo => ({
|
|
5031
|
-
id: factories.string(),
|
|
5032
|
-
number: factories.string(),
|
|
5033
|
-
buyer: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
5034
|
-
seller: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
5035
|
-
status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
|
|
5036
|
-
date: factories.date_time_iso_8601(),
|
|
5037
|
-
key: factories.string(),
|
|
5038
|
-
invoice: factories['io.flow.consumer.invoice.v0.models.b2b_invoice_reference'](),
|
|
5039
|
-
|
|
5040
|
-
lines: arrayOf(
|
|
5041
|
-
() => factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](),
|
|
5042
|
-
),
|
|
5043
|
-
|
|
5044
|
-
documents: arrayOf(
|
|
5045
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](),
|
|
5046
|
-
),
|
|
5047
|
-
|
|
5048
|
-
attributes: objectOf(() => factories.string()),
|
|
5049
|
-
b2b_invoice_type: factories['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'](),
|
|
5050
|
-
}),
|
|
5051
|
-
|
|
5052
|
-
'io.flow.consumer.invoice.v0.models.b2b_invoice': (): io.flow.consumer.invoice.v0.models.B2BInvoice => ({
|
|
5053
|
-
id: factories.string(),
|
|
5054
|
-
number: factories.string(),
|
|
5055
|
-
buyer: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
5056
|
-
seller: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
5057
|
-
status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
|
|
5058
|
-
date: factories.date_time_iso_8601(),
|
|
5059
|
-
key: factories.string(),
|
|
5060
|
-
order: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'](),
|
|
5061
|
-
economic_title_location: factories['io.flow.merchant.of.record.v0.enums.economic_title_location'](),
|
|
5062
|
-
center: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'](),
|
|
5063
|
-
destination: factories['io.flow.experience.v0.models.order_address'](),
|
|
5064
|
-
tax: factories['io.flow.common.v0.models.money'](),
|
|
5065
|
-
|
|
5066
|
-
lines: arrayOf(
|
|
5067
|
-
() => factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](),
|
|
5068
|
-
),
|
|
5069
|
-
|
|
5070
|
-
documents: arrayOf(
|
|
5071
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](),
|
|
5072
|
-
),
|
|
5073
|
-
|
|
5074
|
-
attributes: objectOf(() => factories.string()),
|
|
5075
|
-
estimated_delivery_date: factories.date_time_iso_8601(),
|
|
5076
|
-
b2b_invoice_type: factories['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'](),
|
|
5077
|
-
}),
|
|
5078
|
-
|
|
5079
|
-
'io.flow.consumer.invoice.v0.models.b2b_invoice_reference': (): io.flow.consumer.invoice.v0.models.B2BInvoiceReference => ({
|
|
5080
|
-
id: factories.string(),
|
|
5081
|
-
key: factories.string(),
|
|
5082
|
-
number: factories.string(),
|
|
5083
|
-
}),
|
|
5084
|
-
|
|
5085
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice': (): io.flow.consumer.invoice.v0.models.ConsumerInvoice => ({
|
|
5086
|
-
id: factories.string(),
|
|
5087
|
-
number: factories.string(),
|
|
5088
|
-
status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
|
|
5089
|
-
date: factories.date_time_iso_8601(),
|
|
5090
|
-
key: factories.string(),
|
|
5091
|
-
order: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'](),
|
|
5092
|
-
entity: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
5093
|
-
|
|
5094
|
-
payments: arrayOf(
|
|
5095
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_payment'](),
|
|
5096
|
-
),
|
|
5097
|
-
|
|
5098
|
-
center: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'](),
|
|
5099
|
-
destination: factories['io.flow.experience.v0.models.order_address'](),
|
|
5100
|
-
billing_address: factories['io.flow.common.v0.models.billing_address'](),
|
|
5101
|
-
|
|
5102
|
-
lines: arrayOf(
|
|
5103
|
-
() => factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](),
|
|
5104
|
-
),
|
|
5105
|
-
|
|
5106
|
-
documents: arrayOf(
|
|
5107
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](),
|
|
5108
|
-
),
|
|
5109
|
-
|
|
5110
|
-
attributes: objectOf(() => factories.string()),
|
|
5111
|
-
tax_registration: factories['io.flow.harmonization.v0.models.tax_registration'](),
|
|
5112
|
-
customer_type: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_customer_type'](),
|
|
5113
|
-
estimated_delivery_date: factories.date_time_iso_8601(),
|
|
5114
|
-
}),
|
|
5115
|
-
|
|
5116
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceCenterReference => ({
|
|
5117
|
-
id: factories.string(),
|
|
5118
|
-
key: factories.string(),
|
|
5119
|
-
name: factories.string(),
|
|
5120
|
-
address: factories['io.flow.common.v0.models.address'](),
|
|
5121
|
-
}),
|
|
5122
|
-
|
|
5123
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_document': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceDocument => ({
|
|
5124
|
-
type: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_document_type'](),
|
|
5125
|
-
language: factories.string(),
|
|
5126
|
-
url: factories.string(),
|
|
5127
|
-
}),
|
|
5128
|
-
|
|
5129
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_form': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceForm => ({
|
|
5130
|
-
order_number: factories.string(),
|
|
5131
|
-
attributes: objectOf(() => factories.string()),
|
|
5132
|
-
}),
|
|
5133
|
-
|
|
5134
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_form_by_order': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceFormByOrder => ({
|
|
5135
|
-
attributes: objectOf(() => factories.string()),
|
|
5136
|
-
}),
|
|
5137
|
-
|
|
5138
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_levy': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLevy => ({
|
|
5139
|
-
rate: factories.decimal(),
|
|
5140
|
-
value: factories['io.flow.common.v0.models.price'](),
|
|
5141
|
-
}),
|
|
5142
|
-
|
|
5143
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLevyForm => ({
|
|
5144
|
-
rate: factories.decimal(),
|
|
5145
|
-
amount: factories.decimal(),
|
|
5146
|
-
}),
|
|
5147
|
-
|
|
5148
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineDiscount => ({
|
|
5149
|
-
discriminator: 'discount',
|
|
5150
|
-
price: factories['io.flow.common.v0.models.price'](),
|
|
5151
|
-
}),
|
|
5152
|
-
|
|
5153
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount_form': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineDiscountForm => ({
|
|
5154
|
-
discriminator: 'discount',
|
|
5155
|
-
price: factories.decimal(),
|
|
5156
|
-
}),
|
|
5157
|
-
|
|
5158
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_line_item': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineItem => ({
|
|
5159
|
-
discriminator: 'item',
|
|
5160
|
-
item: factories['io.flow.common.v0.models.item_reference'](),
|
|
5161
|
-
description: factories.string(),
|
|
5162
|
-
quantity: factories.long(),
|
|
5163
|
-
unit_price: factories['io.flow.common.v0.models.price'](),
|
|
5164
|
-
unit_discount: factories['io.flow.common.v0.models.price'](),
|
|
5165
|
-
unit_tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
|
|
5166
|
-
unit_duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
|
|
5167
|
-
}),
|
|
5168
|
-
|
|
5169
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_line_item_form': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineItemForm => ({
|
|
5170
|
-
discriminator: 'item',
|
|
5171
|
-
item_number: factories.string(),
|
|
5172
|
-
quantity: factories.long(),
|
|
5173
|
-
unit_price: factories.decimal(),
|
|
5174
|
-
unit_discount: factories.decimal(),
|
|
5175
|
-
unit_tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
|
|
5176
|
-
unit_duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
|
|
5177
|
-
}),
|
|
5178
|
-
|
|
5179
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineShipping => ({
|
|
5180
|
-
discriminator: 'shipping',
|
|
5181
|
-
price: factories['io.flow.common.v0.models.price'](),
|
|
5182
|
-
discount: factories['io.flow.common.v0.models.price'](),
|
|
5183
|
-
tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
|
|
5184
|
-
duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
|
|
5185
|
-
}),
|
|
5186
|
-
|
|
5187
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping_form': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceLineShippingForm => ({
|
|
5188
|
-
discriminator: 'shipping',
|
|
5189
|
-
price: factories.decimal(),
|
|
5190
|
-
discount: factories.decimal(),
|
|
5191
|
-
tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
|
|
5192
|
-
duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
|
|
5193
|
-
}),
|
|
5194
|
-
|
|
5195
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceOrderSummary => ({
|
|
5196
|
-
id: factories.string(),
|
|
5197
|
-
number: factories.string(),
|
|
5198
|
-
submitted_at: factories.date_time_iso_8601(),
|
|
5199
|
-
}),
|
|
5200
|
-
|
|
5201
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_payment': (): io.flow.consumer.invoice.v0.models.ConsumerInvoicePayment => ({
|
|
5202
|
-
date: factories.date_time_iso_8601(),
|
|
5203
|
-
description: factories.string(),
|
|
5204
|
-
value: factories['io.flow.common.v0.models.price'](),
|
|
5205
|
-
billing_address: factories['io.flow.common.v0.models.billing_address'](),
|
|
5206
|
-
}),
|
|
5207
|
-
|
|
5208
|
-
'io.flow.consumer.invoice.v0.models.consumer_invoice_reference': (): io.flow.consumer.invoice.v0.models.ConsumerInvoiceReference => ({
|
|
5209
|
-
id: factories.string(),
|
|
5210
|
-
key: factories.string(),
|
|
5211
|
-
number: factories.string(),
|
|
5212
|
-
}),
|
|
5213
|
-
|
|
5214
|
-
'io.flow.consumer.invoice.v0.models.credit_memo': (): io.flow.consumer.invoice.v0.models.CreditMemo => ({
|
|
5215
|
-
id: factories.string(),
|
|
5216
|
-
number: factories.string(),
|
|
5217
|
-
status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
|
|
5218
|
-
date: factories.date_time_iso_8601(),
|
|
5219
|
-
key: factories.string(),
|
|
5220
|
-
invoice: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_reference'](),
|
|
5221
|
-
entity: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
|
|
5222
|
-
|
|
5223
|
-
payments: arrayOf(
|
|
5224
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_payment'](),
|
|
5225
|
-
),
|
|
5226
|
-
|
|
5227
|
-
lines: arrayOf(
|
|
5228
|
-
() => factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](),
|
|
5229
|
-
),
|
|
5230
|
-
|
|
5231
|
-
documents: arrayOf(
|
|
5232
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](),
|
|
5233
|
-
),
|
|
5234
|
-
|
|
5235
|
-
attributes: objectOf(() => factories.string()),
|
|
5236
|
-
tax_registration: factories['io.flow.harmonization.v0.models.tax_registration'](),
|
|
5237
|
-
}),
|
|
5238
|
-
|
|
5239
|
-
'io.flow.consumer.invoice.v0.models.credit_memo_form': (): io.flow.consumer.invoice.v0.models.CreditMemoForm => ({
|
|
5240
|
-
refund_id: factories.string(),
|
|
5241
|
-
refund_key: factories.string(),
|
|
5242
|
-
refund_identifier: factories.string(),
|
|
5243
|
-
|
|
5244
|
-
lines: arrayOf(
|
|
5245
|
-
() => factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line_form'](),
|
|
5246
|
-
),
|
|
5247
|
-
|
|
5248
|
-
attributes: objectOf(() => factories.string()),
|
|
5249
|
-
}),
|
|
5250
|
-
|
|
5251
|
-
'io.flow.consumer.invoice.v0.models.invoice_export': (): io.flow.consumer.invoice.v0.models.InvoiceExport => ({
|
|
5252
|
-
id: factories.string(),
|
|
5253
|
-
}),
|
|
5254
|
-
|
|
5255
|
-
'io.flow.consumer.invoice.v0.models.invoice_export_form': (): io.flow.consumer.invoice.v0.models.InvoiceExportForm => ({
|
|
5256
|
-
date_from: factories.date_iso_8601(),
|
|
5257
|
-
date_to: factories.date_iso_8601(),
|
|
5258
|
-
}),
|
|
5259
|
-
|
|
5260
|
-
'io.flow.consumer.invoice.v0.unions.consumer_invoice_line': (): io.flow.consumer.invoice.v0.unions.ConsumerInvoiceLine => {
|
|
5261
|
-
const f = faker.helpers.arrayElement([
|
|
5262
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item'](),
|
|
5263
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount'](),
|
|
5264
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping'](),
|
|
5265
|
-
]);
|
|
5266
|
-
|
|
5267
|
-
return f();
|
|
5268
|
-
},
|
|
5269
|
-
|
|
5270
|
-
'io.flow.consumer.invoice.v0.unions.consumer_invoice_line_form': (): io.flow.consumer.invoice.v0.unions.ConsumerInvoiceLineForm => {
|
|
5271
|
-
const f = faker.helpers.arrayElement([
|
|
5272
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item_form'](),
|
|
5273
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount_form'](),
|
|
5274
|
-
() => factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping_form'](),
|
|
5275
|
-
]);
|
|
5276
|
-
|
|
5277
|
-
return f();
|
|
5278
|
-
},
|
|
5279
|
-
|
|
5280
4661
|
'io.flow.crypto.v0.enums.error_type': (): io.flow.crypto.v0.enums.ErrorType => faker.helpers.arrayElement(['authentication_error', 'invalid_request_error', 'rate_limit_error']),
|
|
5281
4662
|
'io.flow.crypto.v0.enums.payment_status': (): io.flow.crypto.v0.enums.PaymentStatus => faker.helpers.arrayElement(['pending', 'succeeded', 'cancelled']),
|
|
5282
4663
|
'io.flow.crypto.v0.enums.reason_type': (): io.flow.crypto.v0.enums.ReasonType => faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']),
|
|
@@ -6762,6 +6143,228 @@ const factories = {
|
|
|
6762
6143
|
return f();
|
|
6763
6144
|
},
|
|
6764
6145
|
|
|
6146
|
+
'io.flow.experiment.internal.v0.enums.experiment_discriminator_key': (): io.flow.experiment.internal.v0.enums.ExperimentDiscriminatorKey => faker.helpers.arrayElement(['experience', 'feature']),
|
|
6147
|
+
'io.flow.experiment.internal.v0.enums.scope': (): io.flow.experiment.internal.v0.enums.Scope => faker.helpers.arrayElement(['organization', 'global']),
|
|
6148
|
+
'io.flow.experiment.internal.v0.enums.significance_action': (): io.flow.experiment.internal.v0.enums.SignificanceAction => faker.helpers.arrayElement(['end_and_implement_winner', 'end_and_revert', 'do_nothing']),
|
|
6149
|
+
'io.flow.experiment.internal.v0.enums.status': (): io.flow.experiment.internal.v0.enums.Status => faker.helpers.arrayElement(['draft', 'scheduled', 'live', 'ended', 'archived']),
|
|
6150
|
+
'io.flow.experiment.internal.v0.enums.timeseries_type': (): io.flow.experiment.internal.v0.enums.TimeseriesType => faker.helpers.arrayElement(['daily', 'weekly', 'monthly', 'yearly']),
|
|
6151
|
+
|
|
6152
|
+
'io.flow.experiment.internal.v0.models.daily_experiment_results': (): io.flow.experiment.internal.v0.models.DailyExperimentResults => ({
|
|
6153
|
+
id: factories.string(),
|
|
6154
|
+
day: factories.date_iso_8601(),
|
|
6155
|
+
experiment_key: factories.string(),
|
|
6156
|
+
experiment_variant_key: factories.string(),
|
|
6157
|
+
visitor_count: factories.long(),
|
|
6158
|
+
visitors_with_transactions_count: factories.long(),
|
|
6159
|
+
conversion_rate: factories.decimal(),
|
|
6160
|
+
lower_bound: factories.decimal(),
|
|
6161
|
+
upper_bound: factories.decimal(),
|
|
6162
|
+
probability_of_being_best: factories.decimal(),
|
|
6163
|
+
currency: factories.string(),
|
|
6164
|
+
average_order_value: factories.double(),
|
|
6165
|
+
revenue_generated: factories.double(),
|
|
6166
|
+
total_order_count: factories.long(),
|
|
6167
|
+
conversion_rate_uplift: factories.decimal(),
|
|
6168
|
+
average_order_value_uplift: factories.decimal(),
|
|
6169
|
+
revenue_generated_uplift: factories.decimal(),
|
|
6170
|
+
}),
|
|
6171
|
+
|
|
6172
|
+
'io.flow.experiment.internal.v0.models.experience_experiment': (): io.flow.experiment.internal.v0.models.ExperienceExperiment => ({
|
|
6173
|
+
discriminator: 'experience',
|
|
6174
|
+
id: factories.string(),
|
|
6175
|
+
key: factories.string(),
|
|
6176
|
+
name: factories.string(),
|
|
6177
|
+
description: factories.string(),
|
|
6178
|
+
status: factories['io.flow.experiment.internal.v0.enums.status'](),
|
|
6179
|
+
emails: arrayOf(() => factories.string()),
|
|
6180
|
+
started_at: factories.date_time_iso_8601(),
|
|
6181
|
+
ended_at: factories.date_time_iso_8601(),
|
|
6182
|
+
|
|
6183
|
+
variants: arrayOf(
|
|
6184
|
+
() => factories['io.flow.experiment.internal.v0.models.experience_variant'](),
|
|
6185
|
+
),
|
|
6186
|
+
|
|
6187
|
+
transitions: arrayOf(() => factories['io.flow.experiment.internal.v0.enums.status']()),
|
|
6188
|
+
significance_action: factories['io.flow.experiment.internal.v0.enums.significance_action'](),
|
|
6189
|
+
}),
|
|
6190
|
+
|
|
6191
|
+
'io.flow.experiment.internal.v0.models.experience_variant': (): io.flow.experiment.internal.v0.models.ExperienceVariant => ({
|
|
6192
|
+
discriminator: 'experience_variant',
|
|
6193
|
+
experience: factories['io.flow.experiment.internal.v0.models.experience_variant_summary'](),
|
|
6194
|
+
traffic_percentage: factories.integer(),
|
|
6195
|
+
experiment_results: factories['io.flow.experiment.internal.v0.models.experiment_results'](),
|
|
6196
|
+
}),
|
|
6197
|
+
|
|
6198
|
+
'io.flow.experiment.internal.v0.models.experience_variant_form': (): io.flow.experiment.internal.v0.models.ExperienceVariantForm => ({
|
|
6199
|
+
discriminator: 'experience',
|
|
6200
|
+
key: factories.string(),
|
|
6201
|
+
traffic_percentage: factories.integer(),
|
|
6202
|
+
}),
|
|
6203
|
+
|
|
6204
|
+
'io.flow.experiment.internal.v0.models.experience_variant_summary': (): io.flow.experiment.internal.v0.models.ExperienceVariantSummary => ({
|
|
6205
|
+
key: factories.string(),
|
|
6206
|
+
name: factories.string(),
|
|
6207
|
+
}),
|
|
6208
|
+
|
|
6209
|
+
'io.flow.experiment.internal.v0.models.experiment_form': (): io.flow.experiment.internal.v0.models.ExperimentForm => ({
|
|
6210
|
+
name: factories.string(),
|
|
6211
|
+
description: factories.string(),
|
|
6212
|
+
emails: arrayOf(() => factories.string()),
|
|
6213
|
+
variants: arrayOf(() => factories['io.flow.experiment.internal.v0.unions.variant_form']()),
|
|
6214
|
+
significance_action: factories['io.flow.experiment.internal.v0.enums.significance_action'](),
|
|
6215
|
+
session_query: factories.string(),
|
|
6216
|
+
}),
|
|
6217
|
+
|
|
6218
|
+
'io.flow.experiment.internal.v0.models.experiment_form_default': (): io.flow.experiment.internal.v0.models.ExperimentFormDefault => ({
|
|
6219
|
+
discriminator: factories['io.flow.experiment.internal.v0.models.experiment_form_default_discriminator'](),
|
|
6220
|
+
|
|
6221
|
+
variants: arrayOf(
|
|
6222
|
+
() => factories['io.flow.experiment.internal.v0.models.experiment_form_default_variant'](),
|
|
6223
|
+
),
|
|
6224
|
+
}),
|
|
6225
|
+
|
|
6226
|
+
'io.flow.experiment.internal.v0.models.experiment_form_default_discriminator': (): io.flow.experiment.internal.v0.models.ExperimentFormDefaultDiscriminator => ({
|
|
6227
|
+
key: factories['io.flow.experiment.internal.v0.enums.experiment_discriminator_key'](),
|
|
6228
|
+
|
|
6229
|
+
values: arrayOf(
|
|
6230
|
+
() => factories['io.flow.experiment.internal.v0.models.experiment_form_default_discriminator_value'](),
|
|
6231
|
+
),
|
|
6232
|
+
}),
|
|
6233
|
+
|
|
6234
|
+
'io.flow.experiment.internal.v0.models.experiment_form_default_discriminator_value': (): io.flow.experiment.internal.v0.models.ExperimentFormDefaultDiscriminatorValue => ({
|
|
6235
|
+
key: factories.string(),
|
|
6236
|
+
name: factories.string(),
|
|
6237
|
+
scope: factories['io.flow.experiment.internal.v0.enums.scope'](),
|
|
6238
|
+
}),
|
|
6239
|
+
|
|
6240
|
+
'io.flow.experiment.internal.v0.models.experiment_form_default_variant': (): io.flow.experiment.internal.v0.models.ExperimentFormDefaultVariant => ({
|
|
6241
|
+
key: factories.string(),
|
|
6242
|
+
name: factories.string(),
|
|
6243
|
+
traffic_percentage: factories.integer(),
|
|
6244
|
+
}),
|
|
6245
|
+
|
|
6246
|
+
'io.flow.experiment.internal.v0.models.experiment_milestone': (): io.flow.experiment.internal.v0.models.ExperimentMilestone => ({
|
|
6247
|
+
id: factories.string(),
|
|
6248
|
+
experiment: factories['io.flow.experiment.internal.v0.models.experiment_reference'](),
|
|
6249
|
+
timestamp: factories.date_time_iso_8601(),
|
|
6250
|
+
description: factories.string(),
|
|
6251
|
+
}),
|
|
6252
|
+
|
|
6253
|
+
'io.flow.experiment.internal.v0.models.experiment_milestone_form': (): io.flow.experiment.internal.v0.models.ExperimentMilestoneForm => ({
|
|
6254
|
+
timestamp: factories.date_time_iso_8601(),
|
|
6255
|
+
description: factories.string(),
|
|
6256
|
+
}),
|
|
6257
|
+
|
|
6258
|
+
'io.flow.experiment.internal.v0.models.experiment_reference': (): io.flow.experiment.internal.v0.models.ExperimentReference => ({
|
|
6259
|
+
key: factories.string(),
|
|
6260
|
+
}),
|
|
6261
|
+
|
|
6262
|
+
'io.flow.experiment.internal.v0.models.experiment_results': (): io.flow.experiment.internal.v0.models.ExperimentResults => ({
|
|
6263
|
+
id: factories.string(),
|
|
6264
|
+
experiment_key: factories.string(),
|
|
6265
|
+
experiment_variant_key: factories.string(),
|
|
6266
|
+
visitor_count: factories.long(),
|
|
6267
|
+
visitors_with_transactions_count: factories.long(),
|
|
6268
|
+
conversion_rate: factories.decimal(),
|
|
6269
|
+
lower_bound: factories.decimal(),
|
|
6270
|
+
upper_bound: factories.decimal(),
|
|
6271
|
+
probability_of_being_best: factories.decimal(),
|
|
6272
|
+
currency: factories.string(),
|
|
6273
|
+
average_order_value: factories.double(),
|
|
6274
|
+
revenue_generated: factories.double(),
|
|
6275
|
+
total_order_count: factories.long(),
|
|
6276
|
+
conversion_rate_uplift: factories.decimal(),
|
|
6277
|
+
average_order_value_uplift: factories.decimal(),
|
|
6278
|
+
revenue_generated_uplift: factories.decimal(),
|
|
6279
|
+
}),
|
|
6280
|
+
|
|
6281
|
+
'io.flow.experiment.internal.v0.models.experiment_results_with_timestamp': (): io.flow.experiment.internal.v0.models.ExperimentResultsWithTimestamp => ({
|
|
6282
|
+
timestamp: factories.date_time_iso_8601(),
|
|
6283
|
+
|
|
6284
|
+
results: arrayOf(
|
|
6285
|
+
() => factories['io.flow.experiment.internal.v0.models.experiment_results'](),
|
|
6286
|
+
),
|
|
6287
|
+
}),
|
|
6288
|
+
|
|
6289
|
+
'io.flow.experiment.internal.v0.models.experiment_session_query_form': (): io.flow.experiment.internal.v0.models.ExperimentSessionQueryForm => ({
|
|
6290
|
+
session_query: factories.string(),
|
|
6291
|
+
}),
|
|
6292
|
+
|
|
6293
|
+
'io.flow.experiment.internal.v0.models.experiment_version': (): io.flow.experiment.internal.v0.models.ExperimentVersion => ({
|
|
6294
|
+
id: factories.string(),
|
|
6295
|
+
timestamp: factories.date_time_iso_8601(),
|
|
6296
|
+
type: factories['io.flow.common.v0.enums.change_type'](),
|
|
6297
|
+
experiment: factories['io.flow.experiment.internal.v0.unions.experiment'](),
|
|
6298
|
+
}),
|
|
6299
|
+
|
|
6300
|
+
'io.flow.experiment.internal.v0.models.feature_experiment': (): io.flow.experiment.internal.v0.models.FeatureExperiment => ({
|
|
6301
|
+
discriminator: 'feature',
|
|
6302
|
+
id: factories.string(),
|
|
6303
|
+
key: factories.string(),
|
|
6304
|
+
name: factories.string(),
|
|
6305
|
+
description: factories.string(),
|
|
6306
|
+
status: factories['io.flow.experiment.internal.v0.enums.status'](),
|
|
6307
|
+
emails: arrayOf(() => factories.string()),
|
|
6308
|
+
scope: factories['io.flow.experiment.internal.v0.enums.scope'](),
|
|
6309
|
+
started_at: factories.date_time_iso_8601(),
|
|
6310
|
+
ended_at: factories.date_time_iso_8601(),
|
|
6311
|
+
variants: arrayOf(() => factories['io.flow.experiment.internal.v0.models.feature_variant']()),
|
|
6312
|
+
transitions: arrayOf(() => factories['io.flow.experiment.internal.v0.enums.status']()),
|
|
6313
|
+
significance_action: factories['io.flow.experiment.internal.v0.enums.significance_action'](),
|
|
6314
|
+
session_query: factories.string(),
|
|
6315
|
+
}),
|
|
6316
|
+
|
|
6317
|
+
'io.flow.experiment.internal.v0.models.feature_value_reference': (): io.flow.experiment.internal.v0.models.FeatureValueReference => ({
|
|
6318
|
+
feature_key: factories.string(),
|
|
6319
|
+
value: factories.string(),
|
|
6320
|
+
}),
|
|
6321
|
+
|
|
6322
|
+
'io.flow.experiment.internal.v0.models.feature_variant': (): io.flow.experiment.internal.v0.models.FeatureVariant => ({
|
|
6323
|
+
discriminator: 'feature_variant',
|
|
6324
|
+
value: factories['io.flow.experiment.internal.v0.models.feature_variant_summary'](),
|
|
6325
|
+
traffic_percentage: factories.integer(),
|
|
6326
|
+
experiment_results: factories['io.flow.experiment.internal.v0.models.experiment_results'](),
|
|
6327
|
+
}),
|
|
6328
|
+
|
|
6329
|
+
'io.flow.experiment.internal.v0.models.feature_variant_form': (): io.flow.experiment.internal.v0.models.FeatureVariantForm => ({
|
|
6330
|
+
discriminator: 'feature',
|
|
6331
|
+
key: factories.string(),
|
|
6332
|
+
traffic_percentage: factories.integer(),
|
|
6333
|
+
}),
|
|
6334
|
+
|
|
6335
|
+
'io.flow.experiment.internal.v0.models.feature_variant_summary': (): io.flow.experiment.internal.v0.models.FeatureVariantSummary => ({
|
|
6336
|
+
key: factories.string(),
|
|
6337
|
+
feature_value: factories['io.flow.experiment.internal.v0.models.feature_value_reference'](),
|
|
6338
|
+
name: factories.string(),
|
|
6339
|
+
}),
|
|
6340
|
+
|
|
6341
|
+
'io.flow.experiment.internal.v0.unions.experiment': (): io.flow.experiment.internal.v0.unions.Experiment => {
|
|
6342
|
+
const f = faker.helpers.arrayElement([
|
|
6343
|
+
() => factories['io.flow.experiment.internal.v0.models.experience_experiment'](),
|
|
6344
|
+
() => factories['io.flow.experiment.internal.v0.models.feature_experiment'](),
|
|
6345
|
+
]);
|
|
6346
|
+
|
|
6347
|
+
return f();
|
|
6348
|
+
},
|
|
6349
|
+
|
|
6350
|
+
'io.flow.experiment.internal.v0.unions.variant': (): io.flow.experiment.internal.v0.unions.Variant => {
|
|
6351
|
+
const f = faker.helpers.arrayElement([
|
|
6352
|
+
() => factories['io.flow.experiment.internal.v0.models.experience_variant'](),
|
|
6353
|
+
() => factories['io.flow.experiment.internal.v0.models.feature_variant'](),
|
|
6354
|
+
]);
|
|
6355
|
+
|
|
6356
|
+
return f();
|
|
6357
|
+
},
|
|
6358
|
+
|
|
6359
|
+
'io.flow.experiment.internal.v0.unions.variant_form': (): io.flow.experiment.internal.v0.unions.VariantForm => {
|
|
6360
|
+
const f = faker.helpers.arrayElement([
|
|
6361
|
+
() => factories['io.flow.experiment.internal.v0.models.experience_variant_form'](),
|
|
6362
|
+
() => factories['io.flow.experiment.internal.v0.models.feature_variant_form'](),
|
|
6363
|
+
]);
|
|
6364
|
+
|
|
6365
|
+
return f();
|
|
6366
|
+
},
|
|
6367
|
+
|
|
6765
6368
|
'io.flow.export.v0.enums.export_status': (): io.flow.RESERVED_WORD_export.v0.enums.ExportStatus => faker.helpers.arrayElement(['created', 'processing', 'completed', 'failed']),
|
|
6766
6369
|
'io.flow.export.v0.enums.item_identifier': (): io.flow.RESERVED_WORD_export.v0.enums.ItemIdentifier => faker.helpers.arrayElement(['item_number', 'sku']),
|
|
6767
6370
|
|
|
@@ -9350,7 +8953,7 @@ const factories = {
|
|
|
9350
8953
|
company_name: factories.string(),
|
|
9351
8954
|
}),
|
|
9352
8955
|
|
|
9353
|
-
'io.flow.internal.v0.enums.account_payment_hold_reason': (): io.flow.internal.v0.enums.AccountPaymentHoldReason => faker.helpers.arrayElement(['fraudulent', 'invalid_bank_account']),
|
|
8956
|
+
'io.flow.internal.v0.enums.account_payment_hold_reason': (): io.flow.internal.v0.enums.AccountPaymentHoldReason => faker.helpers.arrayElement(['fraudulent', 'frozen', 'invalid_bank_account']),
|
|
9354
8957
|
'io.flow.internal.v0.enums.account_setting_liabilities_method': (): io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod => faker.helpers.arrayElement(['withholding', 'transaction']),
|
|
9355
8958
|
'io.flow.internal.v0.enums.account_type': (): io.flow.internal.v0.enums.AccountType => faker.helpers.arrayElement(['channel', 'organization']),
|
|
9356
8959
|
'io.flow.internal.v0.enums.address_configuration_setting_province_code': (): io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode => faker.helpers.arrayElement(['iso_3166_2', 'name']),
|
|
@@ -9403,16 +9006,19 @@ const factories = {
|
|
|
9403
9006
|
'adjustment_transactions_count',
|
|
9404
9007
|
'adjustment_transactions_total',
|
|
9405
9008
|
'capture_transactions_count',
|
|
9009
|
+
'capture_transactions_reconcile_payments_count',
|
|
9406
9010
|
'capture_transactions_ignored_fraud_count',
|
|
9407
9011
|
'capture_transactions_ignored_fully_refunded_count',
|
|
9408
9012
|
'capture_transactions_ignored_other_count',
|
|
9409
9013
|
'capture_transactions_ignored_previously_processed_count',
|
|
9014
|
+
'capture_transactions_succeeded_then_failed_count',
|
|
9015
|
+
'capture_transactions_succeeded_then_failed_total',
|
|
9016
|
+
'capture_transactions_succeeded_then_failed_same_day_count',
|
|
9017
|
+
'capture_transactions_succeeded_then_failed_same_day_total',
|
|
9410
9018
|
'capture_queued_count',
|
|
9411
9019
|
'capture_transactions_total',
|
|
9412
9020
|
'carrier_charge_transactions_count',
|
|
9413
9021
|
'carrier_charge_transactions_total',
|
|
9414
|
-
'carrier_fee_transactions_count',
|
|
9415
|
-
'carrier_fee_transactions_total',
|
|
9416
9022
|
'channel_transactions_processing_count',
|
|
9417
9023
|
'channel_transactions_processing_total',
|
|
9418
9024
|
'channel_transactions_adjustment_count',
|
|
@@ -9423,6 +9029,7 @@ const factories = {
|
|
|
9423
9029
|
'channel_billed_transactions_total',
|
|
9424
9030
|
'credit_payment_transactions_count',
|
|
9425
9031
|
'credit_payment_transactions_total',
|
|
9032
|
+
'duty_to_labels_ratio',
|
|
9426
9033
|
'duty_transactions_count',
|
|
9427
9034
|
'duty_transactions_total',
|
|
9428
9035
|
'fully_subsidized_order_transactions_count',
|
|
@@ -9440,6 +9047,7 @@ const factories = {
|
|
|
9440
9047
|
'order_transactions_count',
|
|
9441
9048
|
'order_transactions_total',
|
|
9442
9049
|
'refund_transactions_count',
|
|
9050
|
+
'refund_transactions_reconcile_payments_count',
|
|
9443
9051
|
'refund_transactions_ignored_fraud_count',
|
|
9444
9052
|
'refund_transactions_ignored_fully_refunded_count',
|
|
9445
9053
|
'refund_transactions_ignored_other_count',
|
|
@@ -9448,6 +9056,8 @@ const factories = {
|
|
|
9448
9056
|
'refund_transactions_total',
|
|
9449
9057
|
'refund_transactions_succeeded_then_failed_count',
|
|
9450
9058
|
'refund_transactions_succeeded_then_failed_total',
|
|
9059
|
+
'refund_transactions_succeeded_then_failed_same_day_count',
|
|
9060
|
+
'refund_transactions_succeeded_then_failed_same_day_total',
|
|
9451
9061
|
'reversal_order_cancellations_transactions_count',
|
|
9452
9062
|
'reversal_order_cancellations_transactions_total',
|
|
9453
9063
|
'reversal_external_fulfillment_transactions_count',
|
|
@@ -9456,6 +9066,7 @@ const factories = {
|
|
|
9456
9066
|
'reversal_other_transactions_total',
|
|
9457
9067
|
'reversal_all_transactions_count',
|
|
9458
9068
|
'reversal_all_transactions_total',
|
|
9069
|
+
'tax_to_labels_ratio',
|
|
9459
9070
|
'tax_transactions_count',
|
|
9460
9071
|
'tax_transactions_total',
|
|
9461
9072
|
'transfer_transactions_count',
|
|
@@ -9507,9 +9118,8 @@ const factories = {
|
|
|
9507
9118
|
'accounts_with_final_statements_count',
|
|
9508
9119
|
'accounts_with_final_statements_pending_transaction_count',
|
|
9509
9120
|
'accounts_with_final_statements_pending_transaction_total',
|
|
9510
|
-
'
|
|
9511
|
-
'
|
|
9512
|
-
'orders_wyol_then_label_duty_subsidized_total',
|
|
9121
|
+
'edited_order_tax_amount_exceeding_transaction',
|
|
9122
|
+
'edited_order_duty_amount_exceeding_transaction',
|
|
9513
9123
|
]),
|
|
9514
9124
|
|
|
9515
9125
|
'io.flow.internal.v0.enums.billing_statement_attachment_key': (): io.flow.internal.v0.enums.BillingStatementAttachmentKey => faker.helpers.arrayElement([
|
|
@@ -9529,7 +9139,6 @@ const factories = {
|
|
|
9529
9139
|
'duty',
|
|
9530
9140
|
'trueup',
|
|
9531
9141
|
'carrier_charge',
|
|
9532
|
-
'carrier_fee',
|
|
9533
9142
|
'all',
|
|
9534
9143
|
]),
|
|
9535
9144
|
|
|
@@ -9558,7 +9167,6 @@ const factories = {
|
|
|
9558
9167
|
'duty',
|
|
9559
9168
|
'trueup',
|
|
9560
9169
|
'carrier_charge',
|
|
9561
|
-
'carrier_fee',
|
|
9562
9170
|
]),
|
|
9563
9171
|
|
|
9564
9172
|
'io.flow.internal.v0.enums.browser_bundle_error_code': (): io.flow.internal.v0.enums.BrowserBundleErrorCode => faker.helpers.arrayElement(['generic_error', 'country_invalid']),
|
|
@@ -9573,9 +9181,8 @@ const factories = {
|
|
|
9573
9181
|
]),
|
|
9574
9182
|
|
|
9575
9183
|
'io.flow.internal.v0.enums.carrier_charge_transaction_type': (): io.flow.internal.v0.enums.CarrierChargeTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'charge', 'revenue_share']),
|
|
9576
|
-
'io.flow.internal.v0.enums.carrier_charge_type': (): io.flow.internal.v0.enums.CarrierChargeType => faker.helpers.arrayElement(['label', 'other']),
|
|
9577
|
-
'io.flow.internal.v0.enums.
|
|
9578
|
-
'io.flow.internal.v0.enums.carrier_file_type': (): io.flow.internal.v0.enums.CarrierFileType => faker.helpers.arrayElement(['charge', 'fee']),
|
|
9184
|
+
'io.flow.internal.v0.enums.carrier_charge_type': (): io.flow.internal.v0.enums.CarrierChargeType => faker.helpers.arrayElement(['label', 'tax', 'other']),
|
|
9185
|
+
'io.flow.internal.v0.enums.carrier_file_type': (): io.flow.internal.v0.enums.CarrierFileType => faker.helpers.arrayElement(['freight', 'tax']),
|
|
9579
9186
|
'io.flow.internal.v0.enums.carrier_label_generation_method': (): io.flow.internal.v0.enums.CarrierLabelGenerationMethod => faker.helpers.arrayElement(['direct', 'easypost']),
|
|
9580
9187
|
'io.flow.internal.v0.enums.carrier_validation_status': (): io.flow.internal.v0.enums.CarrierValidationStatus => faker.helpers.arrayElement(['success', 'error']),
|
|
9581
9188
|
|
|
@@ -9617,6 +9224,7 @@ const factories = {
|
|
|
9617
9224
|
'unsupported_virtual_goods',
|
|
9618
9225
|
'non_matching_currencies',
|
|
9619
9226
|
'unsupported_order_edit',
|
|
9227
|
+
'order_missing',
|
|
9620
9228
|
]),
|
|
9621
9229
|
|
|
9622
9230
|
'io.flow.internal.v0.enums.channel_order_acceptance_status': (): io.flow.internal.v0.enums.ChannelOrderAcceptanceStatus => faker.helpers.arrayElement(['accepted', 'rejected', 'review', 'edit_review', 'edit_accepted']),
|
|
@@ -9640,6 +9248,8 @@ const factories = {
|
|
|
9640
9248
|
'security_surcharge',
|
|
9641
9249
|
'duties_fx_surcharge',
|
|
9642
9250
|
'electronic_export_information_surcharge',
|
|
9251
|
+
'additional_handling',
|
|
9252
|
+
'large_package_surcharge',
|
|
9643
9253
|
]),
|
|
9644
9254
|
|
|
9645
9255
|
'io.flow.internal.v0.enums.chargeback_payment_status': (): io.flow.internal.v0.enums.ChargebackPaymentStatus => faker.helpers.arrayElement(['captured', 'refunded']),
|
|
@@ -9664,8 +9274,13 @@ const factories = {
|
|
|
9664
9274
|
'io.flow.internal.v0.enums.checkout_redirect_method': (): io.flow.internal.v0.enums.CheckoutRedirectMethod => faker.helpers.arrayElement(['get', 'post']),
|
|
9665
9275
|
'io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior': (): io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior => faker.helpers.arrayElement(['always', 'multiple']),
|
|
9666
9276
|
'io.flow.internal.v0.enums.checkout_url_type': (): io.flow.internal.v0.enums.CheckoutUrlType => faker.helpers.arrayElement(['continue_shopping', 'confirmation', 'invalid_checkout']),
|
|
9277
|
+
'io.flow.internal.v0.enums.classification_decision': (): io.flow.internal.v0.enums.ClassificationDecision => faker.helpers.arrayElement(['Accept', 'Reject']),
|
|
9667
9278
|
'io.flow.internal.v0.enums.classification_error_code': (): io.flow.internal.v0.enums.ClassificationErrorCode => faker.helpers.arrayElement(['generic_error']),
|
|
9279
|
+
'io.flow.internal.v0.enums.classification_platform': (): io.flow.internal.v0.enums.ClassificationPlatform => faker.helpers.arrayElement(['GlobalE', 'Flow', 'Borderfree']),
|
|
9280
|
+
'io.flow.internal.v0.enums.classification_type': (): io.flow.internal.v0.enums.ClassificationType => faker.helpers.arrayElement(['None', 'Manual', 'ML']),
|
|
9281
|
+
'io.flow.internal.v0.enums.clothing_age_classification': (): io.flow.internal.v0.enums.ClothingAgeClassification => faker.helpers.arrayElement(['None', 'AgeKidsGeneral', 'Age0_10', 'Age10_13', 'Age13_14']),
|
|
9668
9282
|
'io.flow.internal.v0.enums.colm_item_type': (): io.flow.internal.v0.enums.ColmItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
9283
|
+
'io.flow.internal.v0.enums.company': (): io.flow.internal.v0.enums.Company => faker.helpers.arrayElement(['globale', 'flow']),
|
|
9669
9284
|
'io.flow.internal.v0.enums.compliance_type': (): io.flow.internal.v0.enums.ComplianceType => faker.helpers.arrayElement(['weee']),
|
|
9670
9285
|
'io.flow.internal.v0.enums.content_element_type': (): io.flow.internal.v0.enums.ContentElementType => faker.helpers.arrayElement(['markdown', 'html', 'plain_text', 'href']),
|
|
9671
9286
|
'io.flow.internal.v0.enums.content_status': (): io.flow.internal.v0.enums.ContentStatus => faker.helpers.arrayElement(['draft', 'live', 'archived']),
|
|
@@ -9774,6 +9389,8 @@ const factories = {
|
|
|
9774
9389
|
'sales_record_deleted',
|
|
9775
9390
|
'revenue_record_upserted',
|
|
9776
9391
|
'revenue_record_deleted',
|
|
9392
|
+
'other_record_upserted',
|
|
9393
|
+
'other_record_deleted',
|
|
9777
9394
|
'calculator_organization_settings_upserted',
|
|
9778
9395
|
'calculator_organization_settings_deleted',
|
|
9779
9396
|
'carrier_account_upserted_v2',
|
|
@@ -9836,14 +9453,6 @@ const factories = {
|
|
|
9836
9453
|
'experience_import_request',
|
|
9837
9454
|
'submitted_order_upserted',
|
|
9838
9455
|
'levy_rate_summary_upserted',
|
|
9839
|
-
'experiment_upserted',
|
|
9840
|
-
'experiment_deleted',
|
|
9841
|
-
'experiment_results_upserted',
|
|
9842
|
-
'experiment_results_deleted',
|
|
9843
|
-
'daily_experiment_results_upserted',
|
|
9844
|
-
'daily_experiment_results_deleted',
|
|
9845
|
-
'experiment_milestone_upserted',
|
|
9846
|
-
'experiment_milestone_deleted',
|
|
9847
9456
|
'export_completed',
|
|
9848
9457
|
'export_failed',
|
|
9849
9458
|
'feature_upserted',
|
|
@@ -9870,14 +9479,20 @@ const factories = {
|
|
|
9870
9479
|
'label_invoice_request_deleted',
|
|
9871
9480
|
'carrier_charge_upserted',
|
|
9872
9481
|
'carrier_charge_deleted',
|
|
9873
|
-
'
|
|
9874
|
-
'
|
|
9482
|
+
'bank_payment_order_upserted',
|
|
9483
|
+
'bank_payment_order_deleted',
|
|
9875
9484
|
'fraud_review_upserted',
|
|
9876
9485
|
'fraud_review_deleted',
|
|
9877
9486
|
'fraud_pending_review_upserted',
|
|
9878
9487
|
'fraud_pending_review_deleted',
|
|
9879
9488
|
'fraud_review_decision_upserted',
|
|
9880
9489
|
'fraud_review_decision_deleted',
|
|
9490
|
+
'fraud_review_authorization_upserted',
|
|
9491
|
+
'fraud_review_authorization_deleted',
|
|
9492
|
+
'fraud_pending_review_authorization_upserted',
|
|
9493
|
+
'fraud_pending_review_authorization_deleted',
|
|
9494
|
+
'fraud_review_authorization_decision_upserted',
|
|
9495
|
+
'fraud_review_authorization_decision_deleted',
|
|
9881
9496
|
'fraud_provider_configuration_upserted',
|
|
9882
9497
|
'fraud_provider_configuration_deleted',
|
|
9883
9498
|
'manual_review_rule_upserted',
|
|
@@ -9955,6 +9570,8 @@ const factories = {
|
|
|
9955
9570
|
'organization_deactivation_deleted',
|
|
9956
9571
|
'merchant_guid_assignment_upserted',
|
|
9957
9572
|
'merchant_guid_assignment_deleted',
|
|
9573
|
+
'organization_metadata_upserted',
|
|
9574
|
+
'organization_metadata_deleted',
|
|
9958
9575
|
'partner_organization_settings_upserted',
|
|
9959
9576
|
'partner_organization_settings_deleted',
|
|
9960
9577
|
'unassigned_merchant_guid_upserted',
|
|
@@ -10028,6 +9645,10 @@ const factories = {
|
|
|
10028
9645
|
'shopify_markets_metrics_deleted',
|
|
10029
9646
|
'channel_order_summary_upserted',
|
|
10030
9647
|
'channel_order_summary_deleted',
|
|
9648
|
+
'channel_organization_identifier_upserted',
|
|
9649
|
+
'channel_organization_identifier_deleted',
|
|
9650
|
+
'order_tax_and_duty_inclusivity_setting_upserted',
|
|
9651
|
+
'order_tax_and_duty_inclusivity_setting_deleted',
|
|
10031
9652
|
'shopify_monitoring_order_monitor_event_upserted',
|
|
10032
9653
|
'shopify_monitoring_order_monitor_event_deleted',
|
|
10033
9654
|
'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -10046,8 +9667,16 @@ const factories = {
|
|
|
10046
9667
|
'svitlana_item_deleted',
|
|
10047
9668
|
'colm_item_upserted',
|
|
10048
9669
|
'colm_item_deleted',
|
|
9670
|
+
'harinath_item_upserted',
|
|
9671
|
+
'harinath_item_deleted',
|
|
9672
|
+
'konstantin_item_upserted',
|
|
9673
|
+
'konstantin_item_deleted',
|
|
10049
9674
|
'matias_item_upserted',
|
|
10050
9675
|
'matias_item_deleted',
|
|
9676
|
+
'michaelyan_item_upserted',
|
|
9677
|
+
'michaelyan_item_deleted',
|
|
9678
|
+
'miljenko_item_upserted',
|
|
9679
|
+
'miljenko_item_deleted',
|
|
10051
9680
|
'shruti_demo_item_upserted',
|
|
10052
9681
|
'shruti_demo_item_deleted',
|
|
10053
9682
|
'tam_item_upserted',
|
|
@@ -10060,6 +9689,8 @@ const factories = {
|
|
|
10060
9689
|
'tracking_label_deleted',
|
|
10061
9690
|
'tracking_upserted',
|
|
10062
9691
|
'tracking_deleted',
|
|
9692
|
+
'tracking_assurance_analysis_upserted',
|
|
9693
|
+
'tracking_assurance_analysis_deleted',
|
|
10063
9694
|
'tracking_request_upserted',
|
|
10064
9695
|
'tracking_response_upserted',
|
|
10065
9696
|
'user_upserted_v2',
|
|
@@ -10069,7 +9700,6 @@ const factories = {
|
|
|
10069
9700
|
'io.flow.internal.v0.enums.experience_import_type': (): io.flow.internal.v0.enums.ExperienceImportType => faker.helpers.arrayElement(['experience_with_settings']),
|
|
10070
9701
|
'io.flow.internal.v0.enums.experience_order_action': (): io.flow.internal.v0.enums.ExperienceOrderAction => faker.helpers.arrayElement(['submit', 'refund_gift_cards']),
|
|
10071
9702
|
'io.flow.internal.v0.enums.experience_order_action_trigger': (): io.flow.internal.v0.enums.ExperienceOrderActionTrigger => faker.helpers.arrayElement(['zero_balance', 'unsubmitted_order']),
|
|
10072
|
-
'io.flow.internal.v0.enums.experiment_discriminator_key': (): io.flow.internal.v0.enums.ExperimentDiscriminatorKey => faker.helpers.arrayElement(['experience', 'feature']),
|
|
10073
9703
|
'io.flow.internal.v0.enums.export_content_type': (): io.flow.internal.v0.enums.ExportContentType => faker.helpers.arrayElement(['item', 'price_book_item']),
|
|
10074
9704
|
'io.flow.internal.v0.enums.feature_scope': (): io.flow.internal.v0.enums.FeatureScope => faker.helpers.arrayElement(['global', 'organization']),
|
|
10075
9705
|
'io.flow.internal.v0.enums.feature_status': (): io.flow.internal.v0.enums.FeatureStatus => faker.helpers.arrayElement(['draft', 'active', 'archived']),
|
|
@@ -10092,6 +9722,8 @@ const factories = {
|
|
|
10092
9722
|
|
|
10093
9723
|
'io.flow.internal.v0.enums.ftp_protocol': (): io.flow.internal.v0.enums.FtpProtocol => faker.helpers.arrayElement(['sftp', 'ftp']),
|
|
10094
9724
|
'io.flow.internal.v0.enums.google_analytics_plugin': (): io.flow.internal.v0.enums.GoogleAnalyticsPlugin => faker.helpers.arrayElement(['ec']),
|
|
9725
|
+
'io.flow.internal.v0.enums.harinath_item_type': (): io.flow.internal.v0.enums.HarinathItemType => faker.helpers.arrayElement(['digital', 'physical']),
|
|
9726
|
+
'io.flow.internal.v0.enums.harmonization_decision_source': (): io.flow.internal.v0.enums.HarmonizationDecisionSource => faker.helpers.arrayElement(['human', 'legacy_model', 'enterprise_model']),
|
|
10095
9727
|
'io.flow.internal.v0.enums.http_method': (): io.flow.internal.v0.enums.HttpMethod => faker.helpers.arrayElement(['get', 'post']),
|
|
10096
9728
|
'io.flow.internal.v0.enums.inventory_check_service': (): io.flow.internal.v0.enums.InventoryCheckService => faker.helpers.arrayElement(['sfcc', 'gymboree']),
|
|
10097
9729
|
'io.flow.internal.v0.enums.inventory_reservation': (): io.flow.internal.v0.enums.InventoryReservation => faker.helpers.arrayElement(['synchronous-on-submit']),
|
|
@@ -10116,6 +9748,7 @@ const factories = {
|
|
|
10116
9748
|
'io.flow.internal.v0.enums.item_quantity_action': (): io.flow.internal.v0.enums.ItemQuantityAction => faker.helpers.arrayElement(['fulfillment_ship', 'fulfillment_cancel', 'fulfillment_generate_label']),
|
|
10117
9749
|
'io.flow.internal.v0.enums.item_type': (): io.flow.internal.v0.enums.ItemType => faker.helpers.arrayElement(['standard', 'multi_product']),
|
|
10118
9750
|
'io.flow.internal.v0.enums.keyword_type': (): io.flow.internal.v0.enums.KeywordType => faker.helpers.arrayElement(['positive', 'negative']),
|
|
9751
|
+
'io.flow.internal.v0.enums.konstantin_item_type': (): io.flow.internal.v0.enums.KonstantinItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
10119
9752
|
'io.flow.internal.v0.enums.label_billing_strategy': (): io.flow.internal.v0.enums.LabelBillingStrategy => faker.helpers.arrayElement(['quote', 'carrier']),
|
|
10120
9753
|
'io.flow.internal.v0.enums.label_cancellation_error_code': (): io.flow.internal.v0.enums.LabelCancellationErrorCode => faker.helpers.arrayElement(['already_used', 'carrier_unsupported']),
|
|
10121
9754
|
'io.flow.internal.v0.enums.label_creation_status': (): io.flow.internal.v0.enums.LabelCreationStatus => faker.helpers.arrayElement(['success', 'error', 'pending', 'cancelled']),
|
|
@@ -10125,6 +9758,7 @@ const factories = {
|
|
|
10125
9758
|
'merchant_integration',
|
|
10126
9759
|
'shopify_integration',
|
|
10127
9760
|
'globale_cx',
|
|
9761
|
+
'merchant_operations',
|
|
10128
9762
|
'globale_system',
|
|
10129
9763
|
]),
|
|
10130
9764
|
|
|
@@ -10135,14 +9769,19 @@ const factories = {
|
|
|
10135
9769
|
),
|
|
10136
9770
|
|
|
10137
9771
|
'io.flow.internal.v0.enums.logistics_capability': (): io.flow.internal.v0.enums.LogisticsCapability => faker.helpers.arrayElement(['logistics_address_correction']),
|
|
9772
|
+
|
|
9773
|
+
'io.flow.internal.v0.enums.logistics_payout_resolution_method': (): io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod => faker.helpers.arrayElement([
|
|
9774
|
+
'order_combined_shipment',
|
|
9775
|
+
'intransit_label_event',
|
|
9776
|
+
'shipping_notification',
|
|
9777
|
+
]),
|
|
9778
|
+
|
|
10138
9779
|
'io.flow.internal.v0.enums.manual_review_rule_status': (): io.flow.internal.v0.enums.ManualReviewRuleStatus => faker.helpers.arrayElement(['active', 'archived']),
|
|
10139
9780
|
|
|
10140
9781
|
'io.flow.internal.v0.enums.manual_transaction_category': (): io.flow.internal.v0.enums.ManualTransactionCategory => faker.helpers.arrayElement([
|
|
10141
9782
|
'cancelled_order_refund',
|
|
10142
|
-
'channel_partner_initiated',
|
|
10143
9783
|
'client_accepted_chargeback',
|
|
10144
9784
|
'fee_reimbursement',
|
|
10145
|
-
'partial_refund',
|
|
10146
9785
|
'platform_fee',
|
|
10147
9786
|
'shipping_true_up',
|
|
10148
9787
|
'tax_credit',
|
|
@@ -10204,6 +9843,8 @@ const factories = {
|
|
|
10204
9843
|
),
|
|
10205
9844
|
|
|
10206
9845
|
'io.flow.internal.v0.enums.matias_item_type': (): io.flow.internal.v0.enums.MatiasItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
9846
|
+
'io.flow.internal.v0.enums.michaelyan_item_type': (): io.flow.internal.v0.enums.MichaelyanItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
9847
|
+
'io.flow.internal.v0.enums.miljenko_item_type': (): io.flow.internal.v0.enums.MiljenkoItemType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
10207
9848
|
'io.flow.internal.v0.enums.mixed_bag_weight': (): io.flow.internal.v0.enums.MixedBagWeight => faker.helpers.arrayElement(['0', '1', '2']),
|
|
10208
9849
|
|
|
10209
9850
|
'io.flow.internal.v0.enums.nature_of_sale': (): io.flow.internal.v0.enums.NatureOfSale => faker.helpers.arrayElement([
|
|
@@ -10256,6 +9897,7 @@ const factories = {
|
|
|
10256
9897
|
'unit_test',
|
|
10257
9898
|
'api',
|
|
10258
9899
|
'api_activation',
|
|
9900
|
+
'api_reject',
|
|
10259
9901
|
'audit_auto_activation',
|
|
10260
9902
|
'api_deactivation',
|
|
10261
9903
|
'api_sandbox_setup',
|
|
@@ -10362,14 +10004,20 @@ const factories = {
|
|
|
10362
10004
|
]),
|
|
10363
10005
|
|
|
10364
10006
|
'io.flow.internal.v0.enums.report_interval': (): io.flow.internal.v0.enums.ReportInterval => faker.helpers.arrayElement(['hourly', 'daily', 'weekly', 'monthly']),
|
|
10007
|
+
'io.flow.internal.v0.enums.report_payment_type': (): io.flow.internal.v0.enums.ReportPaymentType => faker.helpers.arrayElement(['credit', 'debit']),
|
|
10365
10008
|
'io.flow.internal.v0.enums.report_status': (): io.flow.internal.v0.enums.ReportStatus => faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']),
|
|
10366
10009
|
|
|
10367
10010
|
'io.flow.internal.v0.enums.report_type': (): io.flow.internal.v0.enums.ReportType => faker.helpers.arrayElement([
|
|
10368
10011
|
'sales_record',
|
|
10012
|
+
'refund_record',
|
|
10013
|
+
'other_record',
|
|
10014
|
+
'pending_record',
|
|
10369
10015
|
'trueup_overview',
|
|
10370
10016
|
'non_channel_payment_bank_account',
|
|
10371
10017
|
'scheduled_payment',
|
|
10372
10018
|
'account_quarterly_balances',
|
|
10019
|
+
'invariants',
|
|
10020
|
+
'payments',
|
|
10373
10021
|
]),
|
|
10374
10022
|
|
|
10375
10023
|
'io.flow.internal.v0.enums.reporting_fulfillment_is_virtual': (): io.flow.internal.v0.enums.ReportingFulfillmentIsVirtual => faker.helpers.arrayElement(['all', 'mixed', 'none']),
|
|
@@ -10388,7 +10036,6 @@ const factories = {
|
|
|
10388
10036
|
'io.flow.internal.v0.enums.revenue_record_type': (): io.flow.internal.v0.enums.RevenueRecordType => faker.helpers.arrayElement(['pending', 'sales', 'refund']),
|
|
10389
10037
|
'io.flow.internal.v0.enums.risk_check': (): io.flow.internal.v0.enums.RiskCheck => faker.helpers.arrayElement(['three_d_secure']),
|
|
10390
10038
|
'io.flow.internal.v0.enums.risk_evaluation': (): io.flow.internal.v0.enums.RiskEvaluation => faker.helpers.arrayElement(['Pending', 'High-Risk', 'Low-Risk', 'Restricted-Party', 'none']),
|
|
10391
|
-
'io.flow.internal.v0.enums.scope': (): io.flow.internal.v0.enums.Scope => faker.helpers.arrayElement(['organization', 'global']),
|
|
10392
10039
|
'io.flow.internal.v0.enums.serial_reservation_error': (): io.flow.internal.v0.enums.SerialReservationError => faker.helpers.arrayElement(['duration_too_long', 'items_not_found', 'reservation_expired']),
|
|
10393
10040
|
'io.flow.internal.v0.enums.service_name': (): io.flow.internal.v0.enums.ServiceName => faker.helpers.arrayElement(['catalog', 'demandware', 'metric']),
|
|
10394
10041
|
'io.flow.internal.v0.enums.session_country_status': (): io.flow.internal.v0.enums.SessionCountryStatus => faker.helpers.arrayElement(['enabled', 'disabled']),
|
|
@@ -10433,6 +10080,7 @@ const factories = {
|
|
|
10433
10080
|
'product_restriction_result',
|
|
10434
10081
|
'product_sync',
|
|
10435
10082
|
'webhook_registrations',
|
|
10083
|
+
'channel_organization_identifier',
|
|
10436
10084
|
]),
|
|
10437
10085
|
|
|
10438
10086
|
'io.flow.internal.v0.enums.shopify_markets_trade_sector': (): io.flow.internal.v0.enums.ShopifyMarketsTradeSector => faker.helpers.arrayElement([
|
|
@@ -10455,7 +10103,6 @@ const factories = {
|
|
|
10455
10103
|
'io.flow.internal.v0.enums.shopify_promotion_status': (): io.flow.internal.v0.enums.ShopifyPromotionStatus => faker.helpers.arrayElement(['active', 'inactive']),
|
|
10456
10104
|
'io.flow.internal.v0.enums.shopify_service': (): io.flow.internal.v0.enums.ShopifyService => faker.helpers.arrayElement(['payment', 'duty_tax_calculator']),
|
|
10457
10105
|
'io.flow.internal.v0.enums.shruti_demo_type': (): io.flow.internal.v0.enums.ShrutiDemoType => faker.helpers.arrayElement(['digital', 'physical']),
|
|
10458
|
-
'io.flow.internal.v0.enums.significance_action': (): io.flow.internal.v0.enums.SignificanceAction => faker.helpers.arrayElement(['end_and_implement_winner', 'end_and_revert', 'do_nothing']),
|
|
10459
10106
|
'io.flow.internal.v0.enums.simple_rounding_strategy': (): io.flow.internal.v0.enums.SimpleRoundingStrategy => faker.helpers.arrayElement(['no_rounding', 'currency_precision']),
|
|
10460
10107
|
'io.flow.internal.v0.enums.snooze_next_action_with': (): io.flow.internal.v0.enums.SnoozeNextActionWith => faker.helpers.arrayElement(['customer_service', 'engineering']),
|
|
10461
10108
|
'io.flow.internal.v0.enums.snooze_source_type': (): io.flow.internal.v0.enums.SnoozeSourceType => faker.helpers.arrayElement(['task', 'invariant']),
|
|
@@ -10478,7 +10125,6 @@ const factories = {
|
|
|
10478
10125
|
'rate-freshness',
|
|
10479
10126
|
]),
|
|
10480
10127
|
|
|
10481
|
-
'io.flow.internal.v0.enums.status': (): io.flow.internal.v0.enums.Status => faker.helpers.arrayElement(['draft', 'scheduled', 'live', 'ended', 'archived']),
|
|
10482
10128
|
'io.flow.internal.v0.enums.subscription_frequency': (): io.flow.internal.v0.enums.SubscriptionFrequency => faker.helpers.arrayElement(['yearly', 'monthly']),
|
|
10483
10129
|
'io.flow.internal.v0.enums.suggestion_action': (): io.flow.internal.v0.enums.SuggestionAction => faker.helpers.arrayElement(['accept', 'validate', 'review']),
|
|
10484
10130
|
'io.flow.internal.v0.enums.svitlana_type': (): io.flow.internal.v0.enums.SvitlanaType => faker.helpers.arrayElement(['physical', 'digital']),
|
|
@@ -10495,10 +10141,17 @@ const factories = {
|
|
|
10495
10141
|
'center_defaults',
|
|
10496
10142
|
]),
|
|
10497
10143
|
|
|
10144
|
+
'io.flow.internal.v0.enums.tax_and_duty_inclusivity_setting': (): io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting => faker.helpers.arrayElement([
|
|
10145
|
+
'duty_exclusive_tax_exclusive',
|
|
10146
|
+
'duty_inclusive_tax_exclusive',
|
|
10147
|
+
'duty_exclusive_tax_inclusive',
|
|
10148
|
+
'duty_inclusive_tax_inclusive',
|
|
10149
|
+
]),
|
|
10150
|
+
|
|
10498
10151
|
'io.flow.internal.v0.enums.tax_calculation_error_code': (): io.flow.internal.v0.enums.TaxCalculationErrorCode => faker.helpers.arrayElement(['generic_error', 'outside_of_jurisdiction']),
|
|
10499
10152
|
'io.flow.internal.v0.enums.tax_party': (): io.flow.internal.v0.enums.TaxParty => faker.helpers.arrayElement(['consumer', 'organization', 'flow', 'carrier']),
|
|
10500
10153
|
'io.flow.internal.v0.enums.tax_transaction_type': (): io.flow.internal.v0.enums.TaxTransactionType => faker.helpers.arrayElement(['adjustment', 'reversal', 'tax']),
|
|
10501
|
-
'io.flow.internal.v0.enums.
|
|
10154
|
+
'io.flow.internal.v0.enums.thiago_item_type': (): io.flow.internal.v0.enums.ThiagoItemType => faker.helpers.arrayElement(['digital', 'physical']),
|
|
10502
10155
|
'io.flow.internal.v0.enums.tracking_integration_type': (): io.flow.internal.v0.enums.TrackingIntegrationType => faker.helpers.arrayElement(['api', 'bulk', 'aftership']),
|
|
10503
10156
|
|
|
10504
10157
|
'io.flow.internal.v0.enums.tracking_processing_failure_classification': (): io.flow.internal.v0.enums.TrackingProcessingFailureClassification => faker.helpers.arrayElement([
|
|
@@ -10679,6 +10332,7 @@ const factories = {
|
|
|
10679
10332
|
liabilities_method: factories['io.flow.internal.v0.enums.account_setting_liabilities_method'](),
|
|
10680
10333
|
enable_fee_reversals: factories.boolean(),
|
|
10681
10334
|
record_reason_for_transactions_pending_payout: factories.boolean(),
|
|
10335
|
+
enable_negative_debits: factories.boolean(),
|
|
10682
10336
|
}),
|
|
10683
10337
|
|
|
10684
10338
|
'io.flow.internal.v0.models.account_settings_deleted': (): io.flow.internal.v0.models.AccountSettingsDeleted => ({
|
|
@@ -10750,13 +10404,6 @@ const factories = {
|
|
|
10750
10404
|
account: factories['io.flow.internal.v0.models.flow_account'](),
|
|
10751
10405
|
}),
|
|
10752
10406
|
|
|
10753
|
-
'io.flow.internal.v0.models.accounting_fulfillment_metadata': (): io.flow.internal.v0.models.AccountingFulfillmentMetadata => ({
|
|
10754
|
-
discriminator: 'accounting_fulfillment_metadata',
|
|
10755
|
-
order: factories['io.flow.internal.v0.models.order_reference'](),
|
|
10756
|
-
proof: factories['io.flow.internal.v0.unions.fulfillment_proof'](),
|
|
10757
|
-
posting_cutoff: factories.date_time_iso_8601(),
|
|
10758
|
-
}),
|
|
10759
|
-
|
|
10760
10407
|
'io.flow.internal.v0.models.accounting_pending_order_metadata': (): io.flow.internal.v0.models.AccountingPendingOrderMetadata => ({
|
|
10761
10408
|
discriminator: 'accounting_pending_order_metadata',
|
|
10762
10409
|
order: factories['io.flow.internal.v0.models.order_reference'](),
|
|
@@ -11332,17 +10979,6 @@ const factories = {
|
|
|
11332
10979
|
action: factories['io.flow.internal.v0.enums.restriction_status'](),
|
|
11333
10980
|
}),
|
|
11334
10981
|
|
|
11335
|
-
'io.flow.internal.v0.models.backfill': (): io.flow.internal.v0.models.Backfill => ({
|
|
11336
|
-
days_to_backfill: arrayOf(() => factories.date_time_iso_8601()),
|
|
11337
|
-
}),
|
|
11338
|
-
|
|
11339
|
-
'io.flow.internal.v0.models.backfill_form': (): io.flow.internal.v0.models.BackfillForm => ({
|
|
11340
|
-
start_date: factories.date_time_iso_8601(),
|
|
11341
|
-
end_date: factories.date_time_iso_8601(),
|
|
11342
|
-
organization_id: factories.string(),
|
|
11343
|
-
experiment_key: factories.string(),
|
|
11344
|
-
}),
|
|
11345
|
-
|
|
11346
10982
|
'io.flow.internal.v0.models.bank_account_reference': (): io.flow.internal.v0.models.BankAccountReference => ({
|
|
11347
10983
|
id: factories.string(),
|
|
11348
10984
|
}),
|
|
@@ -11383,6 +11019,20 @@ const factories = {
|
|
|
11383
11019
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
11384
11020
|
}),
|
|
11385
11021
|
|
|
11022
|
+
'io.flow.internal.v0.models.bank_payment_order_deleted': (): io.flow.internal.v0.models.BankPaymentOrderDeleted => ({
|
|
11023
|
+
discriminator: 'bank_payment_order_deleted',
|
|
11024
|
+
event_id: factories.string(),
|
|
11025
|
+
timestamp: factories.date_time_iso_8601(),
|
|
11026
|
+
id: factories.string(),
|
|
11027
|
+
}),
|
|
11028
|
+
|
|
11029
|
+
'io.flow.internal.v0.models.bank_payment_order_upserted': (): io.flow.internal.v0.models.BankPaymentOrderUpserted => ({
|
|
11030
|
+
discriminator: 'bank_payment_order_upserted',
|
|
11031
|
+
event_id: factories.string(),
|
|
11032
|
+
timestamp: factories.date_time_iso_8601(),
|
|
11033
|
+
bank_payment_order: factories['io.flow.internal.v0.models.bank_payment_order'](),
|
|
11034
|
+
}),
|
|
11035
|
+
|
|
11386
11036
|
'io.flow.internal.v0.models.bank_payment_reference': (): io.flow.internal.v0.models.BankPaymentReference => ({
|
|
11387
11037
|
id: factories.string(),
|
|
11388
11038
|
}),
|
|
@@ -11451,7 +11101,7 @@ const factories = {
|
|
|
11451
11101
|
discriminator: 'billing_csv_transaction_upserted',
|
|
11452
11102
|
event_id: factories.string(),
|
|
11453
11103
|
timestamp: factories.date_time_iso_8601(),
|
|
11454
|
-
transaction: factories['io.flow.
|
|
11104
|
+
transaction: factories['io.flow.internal.v0.models.csv_transaction'](),
|
|
11455
11105
|
}),
|
|
11456
11106
|
|
|
11457
11107
|
'io.flow.internal.v0.models.billing_invoice_summary': (): io.flow.internal.v0.models.BillingInvoiceSummary => ({
|
|
@@ -11604,7 +11254,6 @@ const factories = {
|
|
|
11604
11254
|
duty: factories['io.flow.common.v0.models.price'](),
|
|
11605
11255
|
trueup: factories['io.flow.common.v0.models.price'](),
|
|
11606
11256
|
carrier_charge: factories['io.flow.common.v0.models.price'](),
|
|
11607
|
-
carrier_fee: factories['io.flow.common.v0.models.price'](),
|
|
11608
11257
|
ending_balance: factories['io.flow.common.v0.models.price'](),
|
|
11609
11258
|
}),
|
|
11610
11259
|
|
|
@@ -12015,61 +11664,6 @@ const factories = {
|
|
|
12015
11664
|
carrier_charge: factories['io.flow.internal.v0.models.carrier_charge'](),
|
|
12016
11665
|
}),
|
|
12017
11666
|
|
|
12018
|
-
'io.flow.internal.v0.models.carrier_fee': (): io.flow.internal.v0.models.CarrierFee => ({
|
|
12019
|
-
id: factories.string(),
|
|
12020
|
-
label_invoice_request_id: factories.string(),
|
|
12021
|
-
units: factories['io.flow.internal.v0.models.carrier_fee_units'](),
|
|
12022
|
-
surcharges: factories['io.flow.internal.v0.models.label_surcharge_form'](),
|
|
12023
|
-
total: factories.decimal(),
|
|
12024
|
-
attributes: objectOf(() => factories.string()),
|
|
12025
|
-
}),
|
|
12026
|
-
|
|
12027
|
-
'io.flow.internal.v0.models.carrier_fee_deleted': (): io.flow.internal.v0.models.CarrierFeeDeleted => ({
|
|
12028
|
-
discriminator: 'carrier_fee_deleted',
|
|
12029
|
-
event_id: factories.string(),
|
|
12030
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12031
|
-
organization: factories.string(),
|
|
12032
|
-
id: factories.string(),
|
|
12033
|
-
}),
|
|
12034
|
-
|
|
12035
|
-
'io.flow.internal.v0.models.carrier_fee_form': (): io.flow.internal.v0.models.CarrierFeeForm => ({
|
|
12036
|
-
id: factories.string(),
|
|
12037
|
-
label_invoice_request_id: factories.string(),
|
|
12038
|
-
units: factories['io.flow.internal.v0.models.carrier_fee_units'](),
|
|
12039
|
-
surcharges: factories['io.flow.internal.v0.models.label_surcharge_form'](),
|
|
12040
|
-
total: factories.decimal(),
|
|
12041
|
-
attributes: objectOf(() => factories.string()),
|
|
12042
|
-
}),
|
|
12043
|
-
|
|
12044
|
-
'io.flow.internal.v0.models.carrier_fee_transaction': (): io.flow.internal.v0.models.CarrierFeeTransaction => ({
|
|
12045
|
-
discriminator: 'carrier_fee_transaction',
|
|
12046
|
-
label_reference: factories['io.flow.internal.v0.models.carrier_fee_transaction_label_reference'](),
|
|
12047
|
-
id: factories.string(),
|
|
12048
|
-
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
12049
|
-
status: factories['io.flow.internal.v0.enums.billing_transaction_status'](),
|
|
12050
|
-
posted_at: factories.date_time_iso_8601(),
|
|
12051
|
-
value: factories['io.flow.common.v0.models.price'](),
|
|
12052
|
-
description: factories.string(),
|
|
12053
|
-
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
12054
|
-
created_at: factories.date_time_iso_8601(),
|
|
12055
|
-
}),
|
|
12056
|
-
|
|
12057
|
-
'io.flow.internal.v0.models.carrier_fee_transaction_label_reference': (): io.flow.internal.v0.models.CarrierFeeTransactionLabelReference => ({
|
|
12058
|
-
id: factories.string(),
|
|
12059
|
-
}),
|
|
12060
|
-
|
|
12061
|
-
'io.flow.internal.v0.models.carrier_fee_units': (): io.flow.internal.v0.models.CarrierFeeUnits => ({
|
|
12062
|
-
currency: factories.string(),
|
|
12063
|
-
}),
|
|
12064
|
-
|
|
12065
|
-
'io.flow.internal.v0.models.carrier_fee_upserted': (): io.flow.internal.v0.models.CarrierFeeUpserted => ({
|
|
12066
|
-
discriminator: 'carrier_fee_upserted',
|
|
12067
|
-
event_id: factories.string(),
|
|
12068
|
-
timestamp: factories.date_time_iso_8601(),
|
|
12069
|
-
organization: factories.string(),
|
|
12070
|
-
carrier_fee: factories['io.flow.internal.v0.models.carrier_fee'](),
|
|
12071
|
-
}),
|
|
12072
|
-
|
|
12073
11667
|
'io.flow.internal.v0.models.carrier_file': (): io.flow.internal.v0.models.CarrierFile => ({
|
|
12074
11668
|
id: factories.string(),
|
|
12075
11669
|
type: factories['io.flow.internal.v0.enums.carrier_file_type'](),
|
|
@@ -12097,6 +11691,19 @@ const factories = {
|
|
|
12097
11691
|
timestamp: factories.date_time_iso_8601(),
|
|
12098
11692
|
}),
|
|
12099
11693
|
|
|
11694
|
+
'io.flow.internal.v0.models.carrier_tax_form': (): io.flow.internal.v0.models.CarrierTaxForm => ({
|
|
11695
|
+
id: factories.string(),
|
|
11696
|
+
label_invoice_request_id: factories.string(),
|
|
11697
|
+
units: factories['io.flow.internal.v0.models.carrier_tax_units'](),
|
|
11698
|
+
surcharges: factories['io.flow.internal.v0.models.label_surcharge_form'](),
|
|
11699
|
+
total: factories.decimal(),
|
|
11700
|
+
attributes: objectOf(() => factories.string()),
|
|
11701
|
+
}),
|
|
11702
|
+
|
|
11703
|
+
'io.flow.internal.v0.models.carrier_tax_units': (): io.flow.internal.v0.models.CarrierTaxUnits => ({
|
|
11704
|
+
currency: factories.string(),
|
|
11705
|
+
}),
|
|
11706
|
+
|
|
12100
11707
|
'io.flow.internal.v0.models.catalog_import_request': (): io.flow.internal.v0.models.CatalogImportRequest => ({
|
|
12101
11708
|
discriminator: 'catalog_import_request',
|
|
12102
11709
|
event_id: factories.string(),
|
|
@@ -12475,6 +12082,28 @@ const factories = {
|
|
|
12475
12082
|
channel_order_summary: factories['io.flow.internal.v0.models.channel_order_summary'](),
|
|
12476
12083
|
}),
|
|
12477
12084
|
|
|
12085
|
+
'io.flow.internal.v0.models.channel_organization_identifier': (): io.flow.internal.v0.models.ChannelOrganizationIdentifier => ({
|
|
12086
|
+
id: factories.string(),
|
|
12087
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
12088
|
+
identifier: factories.string(),
|
|
12089
|
+
}),
|
|
12090
|
+
|
|
12091
|
+
'io.flow.internal.v0.models.channel_organization_identifier_deleted': (): io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted => ({
|
|
12092
|
+
discriminator: 'channel_organization_identifier_deleted',
|
|
12093
|
+
event_id: factories.string(),
|
|
12094
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12095
|
+
channel_id: factories.string(),
|
|
12096
|
+
id: factories.string(),
|
|
12097
|
+
}),
|
|
12098
|
+
|
|
12099
|
+
'io.flow.internal.v0.models.channel_organization_identifier_upserted': (): io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted => ({
|
|
12100
|
+
discriminator: 'channel_organization_identifier_upserted',
|
|
12101
|
+
event_id: factories.string(),
|
|
12102
|
+
timestamp: factories.date_time_iso_8601(),
|
|
12103
|
+
channel_id: factories.string(),
|
|
12104
|
+
channel_organization_identifier: factories['io.flow.internal.v0.models.channel_organization_identifier'](),
|
|
12105
|
+
}),
|
|
12106
|
+
|
|
12478
12107
|
'io.flow.internal.v0.models.channel_organization_shopify': (): io.flow.internal.v0.models.ChannelOrganizationShopify => ({
|
|
12479
12108
|
organization: factories['io.flow.channel.v0.models.channel_organization'](),
|
|
12480
12109
|
|
|
@@ -12947,6 +12576,41 @@ const factories = {
|
|
|
12947
12576
|
product_id: factories.string(),
|
|
12948
12577
|
}),
|
|
12949
12578
|
|
|
12579
|
+
'io.flow.internal.v0.models.classification_product_request': (): io.flow.internal.v0.models.ClassificationProductRequest => ({
|
|
12580
|
+
MerchantId: factories.string(),
|
|
12581
|
+
ProductName: factories.string(),
|
|
12582
|
+
ProductDescription: factories.string(),
|
|
12583
|
+
ProductIdInternal: factories.string(),
|
|
12584
|
+
ProductIdExternal: factories.string(),
|
|
12585
|
+
ProductGroupCode: factories.string(),
|
|
12586
|
+
ProductUrl: factories.string(),
|
|
12587
|
+
ProductImage: factories.string(),
|
|
12588
|
+
ProductAttributes: objectOf(() => factories.string()),
|
|
12589
|
+
Categories: arrayOf(() => factories.string()),
|
|
12590
|
+
PlatformId: factories['io.flow.internal.v0.enums.classification_platform'](),
|
|
12591
|
+
}),
|
|
12592
|
+
|
|
12593
|
+
'io.flow.internal.v0.models.classification_product_request_envelope': (): io.flow.internal.v0.models.ClassificationProductRequestEnvelope => ({
|
|
12594
|
+
messageType: arrayOf(() => factories.string()),
|
|
12595
|
+
message: factories['io.flow.internal.v0.models.classification_product_request'](),
|
|
12596
|
+
}),
|
|
12597
|
+
|
|
12598
|
+
'io.flow.internal.v0.models.classification_product_result': (): io.flow.internal.v0.models.ClassificationProductResult => ({
|
|
12599
|
+
productId: factories.string(),
|
|
12600
|
+
merchantId: factories.string(),
|
|
12601
|
+
platformId: factories['io.flow.internal.v0.enums.classification_platform'](),
|
|
12602
|
+
hsCode: factories.string(),
|
|
12603
|
+
probability: factories.integer(),
|
|
12604
|
+
classificationDecision: factories['io.flow.internal.v0.enums.classification_decision'](),
|
|
12605
|
+
classificationType: factories['io.flow.internal.v0.enums.classification_type'](),
|
|
12606
|
+
clothingAgeClassification: factories['io.flow.internal.v0.enums.clothing_age_classification'](),
|
|
12607
|
+
}),
|
|
12608
|
+
|
|
12609
|
+
'io.flow.internal.v0.models.classification_product_result_envelope': (): io.flow.internal.v0.models.ClassificationProductResultEnvelope => ({
|
|
12610
|
+
messageType: arrayOf(() => factories.string()),
|
|
12611
|
+
message: factories['io.flow.internal.v0.models.classification_product_result'](),
|
|
12612
|
+
}),
|
|
12613
|
+
|
|
12950
12614
|
'io.flow.internal.v0.models.classification_product_summary': (): io.flow.internal.v0.models.ClassificationProductSummary => ({
|
|
12951
12615
|
product_id: factories.string(),
|
|
12952
12616
|
organization_id: factories.string(),
|
|
@@ -13003,6 +12667,17 @@ const factories = {
|
|
|
13003
12667
|
classified_by: factories.string(),
|
|
13004
12668
|
}),
|
|
13005
12669
|
|
|
12670
|
+
'io.flow.internal.v0.models.cli_log_entry': (): io.flow.internal.v0.models.CliLogEntry => ({
|
|
12671
|
+
id: factories.string(),
|
|
12672
|
+
user: factories['io.flow.common.v0.models.user_reference'](),
|
|
12673
|
+
task: factories.string(),
|
|
12674
|
+
}),
|
|
12675
|
+
|
|
12676
|
+
'io.flow.internal.v0.models.cli_log_entry_form': (): io.flow.internal.v0.models.CliLogEntryForm => ({
|
|
12677
|
+
user_id: factories.string(),
|
|
12678
|
+
task: factories.string(),
|
|
12679
|
+
}),
|
|
12680
|
+
|
|
13006
12681
|
'io.flow.internal.v0.models.colm_item': (): io.flow.internal.v0.models.ColmItem => ({
|
|
13007
12682
|
id: factories.string(),
|
|
13008
12683
|
number: factories.string(),
|
|
@@ -13276,6 +12951,25 @@ const factories = {
|
|
|
13276
12951
|
signature_secret: factories.string(),
|
|
13277
12952
|
}),
|
|
13278
12953
|
|
|
12954
|
+
'io.flow.internal.v0.models.csv_transaction': (): io.flow.internal.v0.models.CsvTransaction => ({
|
|
12955
|
+
id: factories.string(),
|
|
12956
|
+
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
12957
|
+
account: factories['io.flow.internal.v0.models.other_record_account'](),
|
|
12958
|
+
metadata: factories['io.flow.internal.v0.models.other_record_metadata'](),
|
|
12959
|
+
order: factories['io.flow.internal.v0.models.other_record_order_summary'](),
|
|
12960
|
+
currency: factories.string(),
|
|
12961
|
+
source: factories['io.flow.billing.v0.enums.transaction_source'](),
|
|
12962
|
+
parent: factories['io.flow.billing.v0.models.parent_transaction_summary'](),
|
|
12963
|
+
gross: factories.decimal(),
|
|
12964
|
+
fees: factories['io.flow.internal.v0.models.other_record_fees'](),
|
|
12965
|
+
withholdings: factories['io.flow.internal.v0.models.other_record_withholdings'](),
|
|
12966
|
+
discount: factories['io.flow.internal.v0.models.other_record_discount'](),
|
|
12967
|
+
net: factories.decimal(),
|
|
12968
|
+
identifiers: factories['io.flow.internal.v0.models.other_record_identifiers'](),
|
|
12969
|
+
created_at: factories.date_time_iso_8601(),
|
|
12970
|
+
updated_at: factories.date_time_iso_8601(),
|
|
12971
|
+
}),
|
|
12972
|
+
|
|
13279
12973
|
'io.flow.internal.v0.models.currency_internal_rate': (): io.flow.internal.v0.models.CurrencyInternalRate => ({
|
|
13280
12974
|
id: factories.string(),
|
|
13281
12975
|
organization_id: factories.string(),
|
|
@@ -13381,53 +13075,6 @@ const factories = {
|
|
|
13381
13075
|
construction: factories['io.flow.internal.v0.models.customs_product_attribute_label'](),
|
|
13382
13076
|
}),
|
|
13383
13077
|
|
|
13384
|
-
'io.flow.internal.v0.models.daily_experiment_engine_results': (): io.flow.internal.v0.models.DailyExperimentEngineResults => ({
|
|
13385
|
-
day: factories.date_time_iso_8601(),
|
|
13386
|
-
organization_id: factories.string(),
|
|
13387
|
-
experiment_key: factories.string(),
|
|
13388
|
-
experiment_variant_key: factories.string(),
|
|
13389
|
-
distinct_visitors_count: factories.long(),
|
|
13390
|
-
visitors_with_transactions_count: factories.long(),
|
|
13391
|
-
total_visitors_count: factories.long(),
|
|
13392
|
-
total_revenue: factories.decimal(),
|
|
13393
|
-
}),
|
|
13394
|
-
|
|
13395
|
-
'io.flow.internal.v0.models.daily_experiment_results': (): io.flow.internal.v0.models.DailyExperimentResults => ({
|
|
13396
|
-
id: factories.string(),
|
|
13397
|
-
day: factories.date_iso_8601(),
|
|
13398
|
-
experiment_key: factories.string(),
|
|
13399
|
-
experiment_variant_key: factories.string(),
|
|
13400
|
-
visitor_count: factories.long(),
|
|
13401
|
-
visitors_with_transactions_count: factories.long(),
|
|
13402
|
-
conversion_rate: factories.decimal(),
|
|
13403
|
-
lower_bound: factories.decimal(),
|
|
13404
|
-
upper_bound: factories.decimal(),
|
|
13405
|
-
probability_of_being_best: factories.decimal(),
|
|
13406
|
-
currency: factories.string(),
|
|
13407
|
-
average_order_value: factories.double(),
|
|
13408
|
-
revenue_generated: factories.double(),
|
|
13409
|
-
total_order_count: factories.long(),
|
|
13410
|
-
conversion_rate_uplift: factories.decimal(),
|
|
13411
|
-
average_order_value_uplift: factories.decimal(),
|
|
13412
|
-
revenue_generated_uplift: factories.decimal(),
|
|
13413
|
-
}),
|
|
13414
|
-
|
|
13415
|
-
'io.flow.internal.v0.models.daily_experiment_results_deleted': (): io.flow.internal.v0.models.DailyExperimentResultsDeleted => ({
|
|
13416
|
-
discriminator: 'daily_experiment_results_deleted',
|
|
13417
|
-
event_id: factories.string(),
|
|
13418
|
-
timestamp: factories.date_time_iso_8601(),
|
|
13419
|
-
organization_id: factories.string(),
|
|
13420
|
-
daily_experiment_results: factories['io.flow.internal.v0.models.daily_experiment_results'](),
|
|
13421
|
-
}),
|
|
13422
|
-
|
|
13423
|
-
'io.flow.internal.v0.models.daily_experiment_results_upserted': (): io.flow.internal.v0.models.DailyExperimentResultsUpserted => ({
|
|
13424
|
-
discriminator: 'daily_experiment_results_upserted',
|
|
13425
|
-
event_id: factories.string(),
|
|
13426
|
-
timestamp: factories.date_time_iso_8601(),
|
|
13427
|
-
organization_id: factories.string(),
|
|
13428
|
-
daily_experiment_results: factories['io.flow.internal.v0.models.daily_experiment_results'](),
|
|
13429
|
-
}),
|
|
13430
|
-
|
|
13431
13078
|
'io.flow.internal.v0.models.daily_value': (): io.flow.internal.v0.models.DailyValue => ({
|
|
13432
13079
|
id: factories.string(),
|
|
13433
13080
|
key: factories['io.flow.internal.v0.enums.billing_metric_key'](),
|
|
@@ -13465,6 +13112,8 @@ const factories = {
|
|
|
13465
13112
|
refunds: arrayOf(
|
|
13466
13113
|
() => factories['io.flow.internal.v0.models.debug_payment_transaction_summary'](),
|
|
13467
13114
|
),
|
|
13115
|
+
|
|
13116
|
+
allocation: factories['io.flow.experience.v0.models.allocation_v2'](),
|
|
13468
13117
|
}),
|
|
13469
13118
|
|
|
13470
13119
|
'io.flow.internal.v0.models.debug_fulfillment_delta': (): io.flow.internal.v0.models.DebugFulfillmentDelta => ({
|
|
@@ -13493,6 +13142,8 @@ const factories = {
|
|
|
13493
13142
|
'io.flow.internal.v0.models.debug_order': (): io.flow.internal.v0.models.DebugOrder => ({
|
|
13494
13143
|
organization_id: factories.string(),
|
|
13495
13144
|
number: factories.string(),
|
|
13145
|
+
prices: arrayOf(() => factories['io.flow.order.price.v0.models.order_price_detail']()),
|
|
13146
|
+
total: factories['io.flow.common.v0.models.money_with_base'](),
|
|
13496
13147
|
identifiers: objectOf(() => factories.string()),
|
|
13497
13148
|
submitted_at: factories.date_time_iso_8601(),
|
|
13498
13149
|
}),
|
|
@@ -13678,14 +13329,14 @@ const factories = {
|
|
|
13678
13329
|
|
|
13679
13330
|
'io.flow.internal.v0.models.dimension_estimate_ops_input': (): io.flow.internal.v0.models.DimensionEstimateOpsInput => ({
|
|
13680
13331
|
organization_id: factories.string(),
|
|
13681
|
-
|
|
13682
|
-
|
|
13683
|
-
|
|
13684
|
-
|
|
13685
|
-
|
|
13686
|
-
|
|
13687
|
-
|
|
13688
|
-
|
|
13332
|
+
length_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13333
|
+
length_value: factories.string(),
|
|
13334
|
+
width_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13335
|
+
width_value: factories.string(),
|
|
13336
|
+
depth_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13337
|
+
depth_value: factories.string(),
|
|
13338
|
+
weight_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
13339
|
+
weight_value: factories.string(),
|
|
13689
13340
|
}),
|
|
13690
13341
|
|
|
13691
13342
|
'io.flow.internal.v0.models.discount': (): io.flow.internal.v0.models.Discount => ({
|
|
@@ -14148,6 +13799,7 @@ const factories = {
|
|
|
14148
13799
|
}),
|
|
14149
13800
|
|
|
14150
13801
|
'io.flow.internal.v0.models.erp_priority_vendor_form': (): io.flow.internal.v0.models.ErpPriorityVendorForm => ({
|
|
13802
|
+
company: factories['io.flow.internal.v0.enums.company'](),
|
|
14151
13803
|
acc_des: factories.string(),
|
|
14152
13804
|
tax_code: factories.string(),
|
|
14153
13805
|
tax_code_2: factories.string(),
|
|
@@ -14247,21 +13899,6 @@ const factories = {
|
|
|
14247
13899
|
total: factories['io.flow.common.v0.models.money'](),
|
|
14248
13900
|
}),
|
|
14249
13901
|
|
|
14250
|
-
'io.flow.internal.v0.models.experience_experiment': (): io.flow.internal.v0.models.ExperienceExperiment => ({
|
|
14251
|
-
discriminator: 'experience',
|
|
14252
|
-
id: factories.string(),
|
|
14253
|
-
key: factories.string(),
|
|
14254
|
-
name: factories.string(),
|
|
14255
|
-
description: factories.string(),
|
|
14256
|
-
status: factories['io.flow.internal.v0.enums.status'](),
|
|
14257
|
-
emails: arrayOf(() => factories.string()),
|
|
14258
|
-
started_at: factories.date_time_iso_8601(),
|
|
14259
|
-
ended_at: factories.date_time_iso_8601(),
|
|
14260
|
-
variants: arrayOf(() => factories['io.flow.internal.v0.models.experience_variant']()),
|
|
14261
|
-
transitions: arrayOf(() => factories['io.flow.internal.v0.enums.status']()),
|
|
14262
|
-
significance_action: factories['io.flow.internal.v0.enums.significance_action'](),
|
|
14263
|
-
}),
|
|
14264
|
-
|
|
14265
13902
|
'io.flow.internal.v0.models.experience_export_request': (): io.flow.internal.v0.models.ExperienceExportRequest => ({
|
|
14266
13903
|
discriminator: 'experience_export_request',
|
|
14267
13904
|
event_id: factories.string(),
|
|
@@ -14292,171 +13929,6 @@ const factories = {
|
|
|
14292
13929
|
id: factories.string(),
|
|
14293
13930
|
}),
|
|
14294
13931
|
|
|
14295
|
-
'io.flow.internal.v0.models.experience_variant': (): io.flow.internal.v0.models.ExperienceVariant => ({
|
|
14296
|
-
discriminator: 'experience_variant',
|
|
14297
|
-
experience: factories['io.flow.internal.v0.models.experience_variant_summary'](),
|
|
14298
|
-
traffic_percentage: factories.integer(),
|
|
14299
|
-
experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
|
|
14300
|
-
}),
|
|
14301
|
-
|
|
14302
|
-
'io.flow.internal.v0.models.experience_variant_form': (): io.flow.internal.v0.models.ExperienceVariantForm => ({
|
|
14303
|
-
discriminator: 'experience',
|
|
14304
|
-
key: factories.string(),
|
|
14305
|
-
traffic_percentage: factories.integer(),
|
|
14306
|
-
}),
|
|
14307
|
-
|
|
14308
|
-
'io.flow.internal.v0.models.experience_variant_summary': (): io.flow.internal.v0.models.ExperienceVariantSummary => ({
|
|
14309
|
-
key: factories.string(),
|
|
14310
|
-
name: factories.string(),
|
|
14311
|
-
}),
|
|
14312
|
-
|
|
14313
|
-
'io.flow.internal.v0.models.experiment_deleted': (): io.flow.internal.v0.models.ExperimentDeleted => ({
|
|
14314
|
-
discriminator: 'experiment_deleted',
|
|
14315
|
-
event_id: factories.string(),
|
|
14316
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14317
|
-
organization_id: factories.string(),
|
|
14318
|
-
id: factories.string(),
|
|
14319
|
-
}),
|
|
14320
|
-
|
|
14321
|
-
'io.flow.internal.v0.models.experiment_engine_results': (): io.flow.internal.v0.models.ExperimentEngineResults => ({
|
|
14322
|
-
organization_id: factories.string(),
|
|
14323
|
-
experiment_key: factories.string(),
|
|
14324
|
-
experiment_variant_key: factories.string(),
|
|
14325
|
-
distinct_visitors_count: factories.long(),
|
|
14326
|
-
visitors_with_transactions_count: factories.long(),
|
|
14327
|
-
total_visitors_count: factories.long(),
|
|
14328
|
-
total_revenue: factories.decimal(),
|
|
14329
|
-
day: factories.date_time_iso_8601(),
|
|
14330
|
-
}),
|
|
14331
|
-
|
|
14332
|
-
'io.flow.internal.v0.models.experiment_form': (): io.flow.internal.v0.models.ExperimentForm => ({
|
|
14333
|
-
name: factories.string(),
|
|
14334
|
-
description: factories.string(),
|
|
14335
|
-
emails: arrayOf(() => factories.string()),
|
|
14336
|
-
variants: arrayOf(() => factories['io.flow.internal.v0.unions.variant_form']()),
|
|
14337
|
-
significance_action: factories['io.flow.internal.v0.enums.significance_action'](),
|
|
14338
|
-
session_query: factories.string(),
|
|
14339
|
-
}),
|
|
14340
|
-
|
|
14341
|
-
'io.flow.internal.v0.models.experiment_form_default': (): io.flow.internal.v0.models.ExperimentFormDefault => ({
|
|
14342
|
-
discriminator: factories['io.flow.internal.v0.models.experiment_form_default_discriminator'](),
|
|
14343
|
-
|
|
14344
|
-
variants: arrayOf(
|
|
14345
|
-
() => factories['io.flow.internal.v0.models.experiment_form_default_variant'](),
|
|
14346
|
-
),
|
|
14347
|
-
}),
|
|
14348
|
-
|
|
14349
|
-
'io.flow.internal.v0.models.experiment_form_default_discriminator': (): io.flow.internal.v0.models.ExperimentFormDefaultDiscriminator => ({
|
|
14350
|
-
key: factories['io.flow.internal.v0.enums.experiment_discriminator_key'](),
|
|
14351
|
-
|
|
14352
|
-
values: arrayOf(
|
|
14353
|
-
() => factories['io.flow.internal.v0.models.experiment_form_default_discriminator_value'](),
|
|
14354
|
-
),
|
|
14355
|
-
}),
|
|
14356
|
-
|
|
14357
|
-
'io.flow.internal.v0.models.experiment_form_default_discriminator_value': (): io.flow.internal.v0.models.ExperimentFormDefaultDiscriminatorValue => ({
|
|
14358
|
-
key: factories.string(),
|
|
14359
|
-
name: factories.string(),
|
|
14360
|
-
scope: factories['io.flow.internal.v0.enums.scope'](),
|
|
14361
|
-
}),
|
|
14362
|
-
|
|
14363
|
-
'io.flow.internal.v0.models.experiment_form_default_variant': (): io.flow.internal.v0.models.ExperimentFormDefaultVariant => ({
|
|
14364
|
-
key: factories.string(),
|
|
14365
|
-
name: factories.string(),
|
|
14366
|
-
traffic_percentage: factories.integer(),
|
|
14367
|
-
}),
|
|
14368
|
-
|
|
14369
|
-
'io.flow.internal.v0.models.experiment_milestone': (): io.flow.internal.v0.models.ExperimentMilestone => ({
|
|
14370
|
-
id: factories.string(),
|
|
14371
|
-
experiment: factories['io.flow.internal.v0.models.experiment_reference'](),
|
|
14372
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14373
|
-
description: factories.string(),
|
|
14374
|
-
}),
|
|
14375
|
-
|
|
14376
|
-
'io.flow.internal.v0.models.experiment_milestone_deleted': (): io.flow.internal.v0.models.ExperimentMilestoneDeleted => ({
|
|
14377
|
-
discriminator: 'experiment_milestone_deleted',
|
|
14378
|
-
event_id: factories.string(),
|
|
14379
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14380
|
-
organization: factories.string(),
|
|
14381
|
-
id: factories.string(),
|
|
14382
|
-
}),
|
|
14383
|
-
|
|
14384
|
-
'io.flow.internal.v0.models.experiment_milestone_form': (): io.flow.internal.v0.models.ExperimentMilestoneForm => ({
|
|
14385
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14386
|
-
description: factories.string(),
|
|
14387
|
-
}),
|
|
14388
|
-
|
|
14389
|
-
'io.flow.internal.v0.models.experiment_milestone_upserted': (): io.flow.internal.v0.models.ExperimentMilestoneUpserted => ({
|
|
14390
|
-
discriminator: 'experiment_milestone_upserted',
|
|
14391
|
-
event_id: factories.string(),
|
|
14392
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14393
|
-
organization: factories.string(),
|
|
14394
|
-
experiment_milestone: factories['io.flow.internal.v0.models.experiment_milestone'](),
|
|
14395
|
-
}),
|
|
14396
|
-
|
|
14397
|
-
'io.flow.internal.v0.models.experiment_reference': (): io.flow.internal.v0.models.ExperimentReference => ({
|
|
14398
|
-
key: factories.string(),
|
|
14399
|
-
}),
|
|
14400
|
-
|
|
14401
|
-
'io.flow.internal.v0.models.experiment_results': (): io.flow.internal.v0.models.ExperimentResults => ({
|
|
14402
|
-
id: factories.string(),
|
|
14403
|
-
experiment_key: factories.string(),
|
|
14404
|
-
experiment_variant_key: factories.string(),
|
|
14405
|
-
visitor_count: factories.long(),
|
|
14406
|
-
visitors_with_transactions_count: factories.long(),
|
|
14407
|
-
conversion_rate: factories.decimal(),
|
|
14408
|
-
lower_bound: factories.decimal(),
|
|
14409
|
-
upper_bound: factories.decimal(),
|
|
14410
|
-
probability_of_being_best: factories.decimal(),
|
|
14411
|
-
currency: factories.string(),
|
|
14412
|
-
average_order_value: factories.double(),
|
|
14413
|
-
revenue_generated: factories.double(),
|
|
14414
|
-
total_order_count: factories.long(),
|
|
14415
|
-
conversion_rate_uplift: factories.decimal(),
|
|
14416
|
-
average_order_value_uplift: factories.decimal(),
|
|
14417
|
-
revenue_generated_uplift: factories.decimal(),
|
|
14418
|
-
}),
|
|
14419
|
-
|
|
14420
|
-
'io.flow.internal.v0.models.experiment_results_deleted': (): io.flow.internal.v0.models.ExperimentResultsDeleted => ({
|
|
14421
|
-
discriminator: 'experiment_results_deleted',
|
|
14422
|
-
event_id: factories.string(),
|
|
14423
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14424
|
-
organization_id: factories.string(),
|
|
14425
|
-
experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
|
|
14426
|
-
}),
|
|
14427
|
-
|
|
14428
|
-
'io.flow.internal.v0.models.experiment_results_upserted': (): io.flow.internal.v0.models.ExperimentResultsUpserted => ({
|
|
14429
|
-
discriminator: 'experiment_results_upserted',
|
|
14430
|
-
event_id: factories.string(),
|
|
14431
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14432
|
-
organization_id: factories.string(),
|
|
14433
|
-
experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
|
|
14434
|
-
}),
|
|
14435
|
-
|
|
14436
|
-
'io.flow.internal.v0.models.experiment_results_with_timestamp': (): io.flow.internal.v0.models.ExperimentResultsWithTimestamp => ({
|
|
14437
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14438
|
-
results: arrayOf(() => factories['io.flow.internal.v0.models.experiment_results']()),
|
|
14439
|
-
}),
|
|
14440
|
-
|
|
14441
|
-
'io.flow.internal.v0.models.experiment_session_query_form': (): io.flow.internal.v0.models.ExperimentSessionQueryForm => ({
|
|
14442
|
-
session_query: factories.string(),
|
|
14443
|
-
}),
|
|
14444
|
-
|
|
14445
|
-
'io.flow.internal.v0.models.experiment_upserted': (): io.flow.internal.v0.models.ExperimentUpserted => ({
|
|
14446
|
-
discriminator: 'experiment_upserted',
|
|
14447
|
-
event_id: factories.string(),
|
|
14448
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14449
|
-
organization_id: factories.string(),
|
|
14450
|
-
experiment: factories['io.flow.internal.v0.unions.experiment'](),
|
|
14451
|
-
}),
|
|
14452
|
-
|
|
14453
|
-
'io.flow.internal.v0.models.experiment_version': (): io.flow.internal.v0.models.ExperimentVersion => ({
|
|
14454
|
-
id: factories.string(),
|
|
14455
|
-
timestamp: factories.date_time_iso_8601(),
|
|
14456
|
-
type: factories['io.flow.common.v0.enums.change_type'](),
|
|
14457
|
-
experiment: factories['io.flow.internal.v0.unions.experiment'](),
|
|
14458
|
-
}),
|
|
14459
|
-
|
|
14460
13932
|
'io.flow.internal.v0.models.explicit_statement': (): io.flow.internal.v0.models.ExplicitStatement => ({
|
|
14461
13933
|
id: factories.string(),
|
|
14462
13934
|
statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
|
|
@@ -14525,6 +13997,7 @@ const factories = {
|
|
|
14525
13997
|
delivery_estimate: factories.date_time_iso_8601(),
|
|
14526
13998
|
description: factories.string(),
|
|
14527
13999
|
order_number: factories.string(),
|
|
14000
|
+
raw_carrier_event_code: factories.string(),
|
|
14528
14001
|
}),
|
|
14529
14002
|
|
|
14530
14003
|
'io.flow.internal.v0.models.external_fulfillment_proof': (): io.flow.internal.v0.models.ExternalFulfillmentProof => ({
|
|
@@ -14565,6 +14038,19 @@ const factories = {
|
|
|
14565
14038
|
tracker_id: factories.string(),
|
|
14566
14039
|
}),
|
|
14567
14040
|
|
|
14041
|
+
'io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason': (): io.flow.internal.v0.models.FailedDimensionEstimateOpsInputWithReason => ({
|
|
14042
|
+
organization_id: factories.string(),
|
|
14043
|
+
length_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14044
|
+
length_value: factories.string(),
|
|
14045
|
+
width_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14046
|
+
width_value: factories.string(),
|
|
14047
|
+
depth_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14048
|
+
depth_value: factories.string(),
|
|
14049
|
+
weight_units: factories['io.flow.common.v0.enums.unit_of_measurement'](),
|
|
14050
|
+
weight_value: factories.string(),
|
|
14051
|
+
reason: factories.string(),
|
|
14052
|
+
}),
|
|
14053
|
+
|
|
14568
14054
|
'io.flow.internal.v0.models.feature': (): io.flow.internal.v0.models.Feature => ({
|
|
14569
14055
|
id: factories.string(),
|
|
14570
14056
|
key: factories.string(),
|
|
@@ -14591,23 +14077,6 @@ const factories = {
|
|
|
14591
14077
|
feature: factories['io.flow.internal.v0.models.feature'](),
|
|
14592
14078
|
}),
|
|
14593
14079
|
|
|
14594
|
-
'io.flow.internal.v0.models.feature_experiment': (): io.flow.internal.v0.models.FeatureExperiment => ({
|
|
14595
|
-
discriminator: 'feature',
|
|
14596
|
-
id: factories.string(),
|
|
14597
|
-
key: factories.string(),
|
|
14598
|
-
name: factories.string(),
|
|
14599
|
-
description: factories.string(),
|
|
14600
|
-
status: factories['io.flow.internal.v0.enums.status'](),
|
|
14601
|
-
emails: arrayOf(() => factories.string()),
|
|
14602
|
-
scope: factories['io.flow.internal.v0.enums.scope'](),
|
|
14603
|
-
started_at: factories.date_time_iso_8601(),
|
|
14604
|
-
ended_at: factories.date_time_iso_8601(),
|
|
14605
|
-
variants: arrayOf(() => factories['io.flow.internal.v0.models.feature_variant']()),
|
|
14606
|
-
transitions: arrayOf(() => factories['io.flow.internal.v0.enums.status']()),
|
|
14607
|
-
significance_action: factories['io.flow.internal.v0.enums.significance_action'](),
|
|
14608
|
-
session_query: factories.string(),
|
|
14609
|
-
}),
|
|
14610
|
-
|
|
14611
14080
|
'io.flow.internal.v0.models.feature_form': (): io.flow.internal.v0.models.FeatureForm => ({
|
|
14612
14081
|
name: factories.string(),
|
|
14613
14082
|
description: factories.string(),
|
|
@@ -14665,34 +14134,10 @@ const factories = {
|
|
|
14665
14134
|
context: factories['io.flow.internal.v0.models.feature_context_form'](),
|
|
14666
14135
|
}),
|
|
14667
14136
|
|
|
14668
|
-
'io.flow.internal.v0.models.feature_value_reference': (): io.flow.internal.v0.models.FeatureValueReference => ({
|
|
14669
|
-
feature_key: factories.string(),
|
|
14670
|
-
value: factories.string(),
|
|
14671
|
-
}),
|
|
14672
|
-
|
|
14673
14137
|
'io.flow.internal.v0.models.feature_value_result': (): io.flow.internal.v0.models.FeatureValueResult => ({
|
|
14674
14138
|
values: arrayOf(() => factories['io.flow.internal.v0.unions.feature_value']()),
|
|
14675
14139
|
}),
|
|
14676
14140
|
|
|
14677
|
-
'io.flow.internal.v0.models.feature_variant': (): io.flow.internal.v0.models.FeatureVariant => ({
|
|
14678
|
-
discriminator: 'feature_variant',
|
|
14679
|
-
value: factories['io.flow.internal.v0.models.feature_variant_summary'](),
|
|
14680
|
-
traffic_percentage: factories.integer(),
|
|
14681
|
-
experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
|
|
14682
|
-
}),
|
|
14683
|
-
|
|
14684
|
-
'io.flow.internal.v0.models.feature_variant_form': (): io.flow.internal.v0.models.FeatureVariantForm => ({
|
|
14685
|
-
discriminator: 'feature',
|
|
14686
|
-
key: factories.string(),
|
|
14687
|
-
traffic_percentage: factories.integer(),
|
|
14688
|
-
}),
|
|
14689
|
-
|
|
14690
|
-
'io.flow.internal.v0.models.feature_variant_summary': (): io.flow.internal.v0.models.FeatureVariantSummary => ({
|
|
14691
|
-
key: factories.string(),
|
|
14692
|
-
feature_value: factories['io.flow.internal.v0.models.feature_value_reference'](),
|
|
14693
|
-
name: factories.string(),
|
|
14694
|
-
}),
|
|
14695
|
-
|
|
14696
14141
|
'io.flow.internal.v0.models.fedex': (): io.flow.internal.v0.models.Fedex => ({
|
|
14697
14142
|
discriminator: 'fedex',
|
|
14698
14143
|
key: factories.string(),
|
|
@@ -14948,6 +14393,12 @@ const factories = {
|
|
|
14948
14393
|
next_action_from: factories['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'](),
|
|
14949
14394
|
}),
|
|
14950
14395
|
|
|
14396
|
+
'io.flow.internal.v0.models.fraud_authorization_summary': (): io.flow.internal.v0.models.FraudAuthorizationSummary => ({
|
|
14397
|
+
fraud_review_authorization: factories['io.flow.internal.v0.models.fraud_review_authorization'](),
|
|
14398
|
+
fraud_pending_review_authorization: factories['io.flow.internal.v0.models.fraud_pending_review_authorization'](),
|
|
14399
|
+
fraud_review_authorization_decision: factories['io.flow.internal.v0.models.fraud_review_authorization_decision'](),
|
|
14400
|
+
}),
|
|
14401
|
+
|
|
14951
14402
|
'io.flow.internal.v0.models.fraud_pending_review': (): io.flow.internal.v0.models.FraudPendingReview => ({
|
|
14952
14403
|
id: factories.string(),
|
|
14953
14404
|
fraud_review_id: factories.string(),
|
|
@@ -14958,6 +14409,32 @@ const factories = {
|
|
|
14958
14409
|
liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
|
|
14959
14410
|
}),
|
|
14960
14411
|
|
|
14412
|
+
'io.flow.internal.v0.models.fraud_pending_review_authorization': (): io.flow.internal.v0.models.FraudPendingReviewAuthorization => ({
|
|
14413
|
+
id: factories.string(),
|
|
14414
|
+
fraud_review_authorization_id: factories.string(),
|
|
14415
|
+
order: factories['io.flow.experience.v0.models.order_reference'](),
|
|
14416
|
+
fraud_order_reference: factories['io.flow.fraud.v0.unions.fraud_order_reference'](),
|
|
14417
|
+
recommended_status: factories['io.flow.fraud.v0.enums.fraud_status'](),
|
|
14418
|
+
apply_at: factories.date_time_iso_8601(),
|
|
14419
|
+
liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
|
|
14420
|
+
}),
|
|
14421
|
+
|
|
14422
|
+
'io.flow.internal.v0.models.fraud_pending_review_authorization_deleted': (): io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted => ({
|
|
14423
|
+
discriminator: 'fraud_pending_review_authorization_deleted',
|
|
14424
|
+
event_id: factories.string(),
|
|
14425
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14426
|
+
organization: factories.string(),
|
|
14427
|
+
id: factories.string(),
|
|
14428
|
+
}),
|
|
14429
|
+
|
|
14430
|
+
'io.flow.internal.v0.models.fraud_pending_review_authorization_upserted': (): io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted => ({
|
|
14431
|
+
discriminator: 'fraud_pending_review_authorization_upserted',
|
|
14432
|
+
event_id: factories.string(),
|
|
14433
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14434
|
+
organization: factories.string(),
|
|
14435
|
+
fraud_pending_review_authorization: factories['io.flow.internal.v0.models.fraud_pending_review_authorization'](),
|
|
14436
|
+
}),
|
|
14437
|
+
|
|
14961
14438
|
'io.flow.internal.v0.models.fraud_pending_review_deleted': (): io.flow.internal.v0.models.FraudPendingReviewDeleted => ({
|
|
14962
14439
|
discriminator: 'fraud_pending_review_deleted',
|
|
14963
14440
|
event_id: factories.string(),
|
|
@@ -15038,6 +14515,67 @@ const factories = {
|
|
|
15038
14515
|
created_at: factories.date_time_iso_8601(),
|
|
15039
14516
|
}),
|
|
15040
14517
|
|
|
14518
|
+
'io.flow.internal.v0.models.fraud_review_authorization': (): io.flow.internal.v0.models.FraudReviewAuthorization => ({
|
|
14519
|
+
id: factories.string(),
|
|
14520
|
+
organization_id: factories.string(),
|
|
14521
|
+
order: factories['io.flow.experience.v0.models.order_reference'](),
|
|
14522
|
+
fraud_order_reference: factories['io.flow.fraud.v0.unions.fraud_order_reference'](),
|
|
14523
|
+
status: factories['io.flow.fraud.v0.enums.fraud_status'](),
|
|
14524
|
+
responsible_party: factories['io.flow.internal.v0.enums.fraud_review_responsible_party'](),
|
|
14525
|
+
description: factories.string(),
|
|
14526
|
+
risk_evaluation: factories['io.flow.internal.v0.enums.risk_evaluation'](),
|
|
14527
|
+
liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
|
|
14528
|
+
status_updated_at: factories.date_time_iso_8601(),
|
|
14529
|
+
attributes: objectOf(() => factories.string()),
|
|
14530
|
+
provider: factories['io.flow.internal.v0.enums.fraud_provider'](),
|
|
14531
|
+
payment_authorization_id: factories.string(),
|
|
14532
|
+
decline_reason: factories['io.flow.internal.v0.unions.decline_reason'](),
|
|
14533
|
+
created_at: factories.date_time_iso_8601(),
|
|
14534
|
+
}),
|
|
14535
|
+
|
|
14536
|
+
'io.flow.internal.v0.models.fraud_review_authorization_decision': (): io.flow.internal.v0.models.FraudReviewAuthorizationDecision => ({
|
|
14537
|
+
id: factories.string(),
|
|
14538
|
+
fraud_review_authorization_id: factories.string(),
|
|
14539
|
+
order: factories['io.flow.experience.v0.models.order_reference'](),
|
|
14540
|
+
fraud_order_reference: factories['io.flow.fraud.v0.unions.fraud_order_reference'](),
|
|
14541
|
+
status: factories['io.flow.fraud.v0.enums.fraud_status'](),
|
|
14542
|
+
created_at: factories.date_time_iso_8601(),
|
|
14543
|
+
liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
|
|
14544
|
+
updated_by_user: factories['io.flow.common.v0.models.user_reference'](),
|
|
14545
|
+
}),
|
|
14546
|
+
|
|
14547
|
+
'io.flow.internal.v0.models.fraud_review_authorization_decision_deleted': (): io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted => ({
|
|
14548
|
+
discriminator: 'fraud_review_authorization_decision_deleted',
|
|
14549
|
+
event_id: factories.string(),
|
|
14550
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14551
|
+
organization: factories.string(),
|
|
14552
|
+
id: factories.string(),
|
|
14553
|
+
}),
|
|
14554
|
+
|
|
14555
|
+
'io.flow.internal.v0.models.fraud_review_authorization_decision_upserted': (): io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted => ({
|
|
14556
|
+
discriminator: 'fraud_review_authorization_decision_upserted',
|
|
14557
|
+
event_id: factories.string(),
|
|
14558
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14559
|
+
organization: factories.string(),
|
|
14560
|
+
fraud_review_authorization_decision: factories['io.flow.internal.v0.models.fraud_review_authorization_decision'](),
|
|
14561
|
+
}),
|
|
14562
|
+
|
|
14563
|
+
'io.flow.internal.v0.models.fraud_review_authorization_deleted': (): io.flow.internal.v0.models.FraudReviewAuthorizationDeleted => ({
|
|
14564
|
+
discriminator: 'fraud_review_authorization_deleted',
|
|
14565
|
+
event_id: factories.string(),
|
|
14566
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14567
|
+
organization: factories.string(),
|
|
14568
|
+
id: factories.string(),
|
|
14569
|
+
}),
|
|
14570
|
+
|
|
14571
|
+
'io.flow.internal.v0.models.fraud_review_authorization_upserted': (): io.flow.internal.v0.models.FraudReviewAuthorizationUpserted => ({
|
|
14572
|
+
discriminator: 'fraud_review_authorization_upserted',
|
|
14573
|
+
event_id: factories.string(),
|
|
14574
|
+
timestamp: factories.date_time_iso_8601(),
|
|
14575
|
+
organization: factories.string(),
|
|
14576
|
+
fraud_review_authorization: factories['io.flow.internal.v0.models.fraud_review_authorization'](),
|
|
14577
|
+
}),
|
|
14578
|
+
|
|
15041
14579
|
'io.flow.internal.v0.models.fraud_review_decision': (): io.flow.internal.v0.models.FraudReviewDecision => ({
|
|
15042
14580
|
id: factories.string(),
|
|
15043
14581
|
fraud_review_id: factories.string(),
|
|
@@ -15096,6 +14634,10 @@ const factories = {
|
|
|
15096
14634
|
fraud_review: factories['io.flow.internal.v0.models.fraud_review'](),
|
|
15097
14635
|
fraud_pending_review: factories['io.flow.internal.v0.models.fraud_pending_review'](),
|
|
15098
14636
|
fraud_review_decision: factories['io.flow.internal.v0.models.fraud_review_decision'](),
|
|
14637
|
+
|
|
14638
|
+
fraud_review_authorizations: arrayOf(
|
|
14639
|
+
() => factories['io.flow.internal.v0.models.fraud_authorization_summary'](),
|
|
14640
|
+
),
|
|
15099
14641
|
}),
|
|
15100
14642
|
|
|
15101
14643
|
'io.flow.internal.v0.models.ftp_file_deleted': (): io.flow.internal.v0.models.FtpFileDeleted => ({
|
|
@@ -15170,11 +14712,13 @@ const factories = {
|
|
|
15170
14712
|
order: factories['io.flow.internal.v0.models.order_summary'](),
|
|
15171
14713
|
shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
|
|
15172
14714
|
remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
|
|
14715
|
+
payment: factories['io.flow.internal.v0.models.payment_summary'](),
|
|
15173
14716
|
merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
|
|
15174
14717
|
sequence_number: factories.long(),
|
|
15175
14718
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
15176
14719
|
trigger: factories['io.flow.internal.v0.unions.fulfillment_trigger'](),
|
|
15177
14720
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
14721
|
+
carrier: factories['io.flow.internal.v0.models.fulfillment_carrier'](),
|
|
15178
14722
|
owner: factories['io.flow.internal.v0.enums.responsible_party'](),
|
|
15179
14723
|
origin: factories['io.flow.internal.v0.models.fulfillment_origin'](),
|
|
15180
14724
|
business: factories['io.flow.internal.v0.models.fulfillment_business'](),
|
|
@@ -15207,6 +14751,12 @@ const factories = {
|
|
|
15207
14751
|
),
|
|
15208
14752
|
}),
|
|
15209
14753
|
|
|
14754
|
+
'io.flow.internal.v0.models.fulfillment_carrier': (): io.flow.internal.v0.models.FulfillmentCarrier => ({
|
|
14755
|
+
id: factories.string(),
|
|
14756
|
+
service_id: factories.string(),
|
|
14757
|
+
tracking_number: factories.string(),
|
|
14758
|
+
}),
|
|
14759
|
+
|
|
15210
14760
|
'io.flow.internal.v0.models.fulfillment_deleted': (): io.flow.internal.v0.models.FulfillmentDeleted => ({
|
|
15211
14761
|
discriminator: 'fulfillment_deleted',
|
|
15212
14762
|
event_id: factories.string(),
|
|
@@ -15284,6 +14834,7 @@ const factories = {
|
|
|
15284
14834
|
subtotal: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15285
14835
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15286
14836
|
duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
14837
|
+
tips: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15287
14838
|
discount: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15288
14839
|
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
15289
14840
|
}),
|
|
@@ -15448,6 +14999,37 @@ const factories = {
|
|
|
15448
14999
|
tracker_id: factories.string(),
|
|
15449
15000
|
}),
|
|
15450
15001
|
|
|
15002
|
+
'io.flow.internal.v0.models.harinath_item': (): io.flow.internal.v0.models.HarinathItem => ({
|
|
15003
|
+
id: factories.string(),
|
|
15004
|
+
number: factories.string(),
|
|
15005
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
15006
|
+
description: factories.string(),
|
|
15007
|
+
type: factories['io.flow.internal.v0.enums.harinath_item_type'](),
|
|
15008
|
+
added_on: factories.date_time_iso_8601(),
|
|
15009
|
+
}),
|
|
15010
|
+
|
|
15011
|
+
'io.flow.internal.v0.models.harinath_item_deleted': (): io.flow.internal.v0.models.HarinathItemDeleted => ({
|
|
15012
|
+
discriminator: 'harinath_item_deleted',
|
|
15013
|
+
event_id: factories.string(),
|
|
15014
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15015
|
+
id: factories.string(),
|
|
15016
|
+
}),
|
|
15017
|
+
|
|
15018
|
+
'io.flow.internal.v0.models.harinath_item_form': (): io.flow.internal.v0.models.HarinathItemForm => ({
|
|
15019
|
+
number: factories.string(),
|
|
15020
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
15021
|
+
description: factories.string(),
|
|
15022
|
+
type: factories['io.flow.internal.v0.enums.harinath_item_type'](),
|
|
15023
|
+
added_on: factories.date_time_iso_8601(),
|
|
15024
|
+
}),
|
|
15025
|
+
|
|
15026
|
+
'io.flow.internal.v0.models.harinath_item_upserted': (): io.flow.internal.v0.models.HarinathItemUpserted => ({
|
|
15027
|
+
discriminator: 'harinath_item_upserted',
|
|
15028
|
+
event_id: factories.string(),
|
|
15029
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15030
|
+
item: factories['io.flow.internal.v0.models.harinath_item'](),
|
|
15031
|
+
}),
|
|
15032
|
+
|
|
15451
15033
|
'io.flow.internal.v0.models.harmonization_classification_statistics_data': (): io.flow.internal.v0.models.HarmonizationClassificationStatisticsData => ({
|
|
15452
15034
|
statistics: factories['io.flow.internal.v0.models.classification_statistics'](),
|
|
15453
15035
|
}),
|
|
@@ -15755,6 +15337,13 @@ const factories = {
|
|
|
15755
15337
|
order: factories['io.flow.experience.v0.models.order_put_form'](),
|
|
15756
15338
|
}),
|
|
15757
15339
|
|
|
15340
|
+
'io.flow.internal.v0.models.invariant': (): io.flow.internal.v0.models.Invariant => ({
|
|
15341
|
+
name: factories.string(),
|
|
15342
|
+
count: factories.long(),
|
|
15343
|
+
fired_at: factories.date_time_iso_8601(),
|
|
15344
|
+
sql: factories.string(),
|
|
15345
|
+
}),
|
|
15346
|
+
|
|
15758
15347
|
'io.flow.internal.v0.models.inventory_organization_settings': (): io.flow.internal.v0.models.InventoryOrganizationSettings => ({
|
|
15759
15348
|
id: factories.string(),
|
|
15760
15349
|
inventory_reservation: factories['io.flow.internal.v0.enums.inventory_reservation'](),
|
|
@@ -15895,6 +15484,9 @@ const factories = {
|
|
|
15895
15484
|
|
|
15896
15485
|
'io.flow.internal.v0.models.item_customs_details': (): io.flow.internal.v0.models.ItemCustomsDetails => ({
|
|
15897
15486
|
item_number: factories.string(),
|
|
15487
|
+
product_title: factories.string(),
|
|
15488
|
+
sanitized_product_title: factories.string(),
|
|
15489
|
+
sanitized_rule_ids: arrayOf(() => factories.string()),
|
|
15898
15490
|
sub_item_number: factories.string(),
|
|
15899
15491
|
customs_description: factories.string(),
|
|
15900
15492
|
origin: factories.string(),
|
|
@@ -15974,6 +15566,7 @@ const factories = {
|
|
|
15974
15566
|
price_amount: factories.decimal(),
|
|
15975
15567
|
status: factories['io.flow.internal.v0.enums.item_harmonization_status'](),
|
|
15976
15568
|
tariffs: objectOf(() => factories['io.flow.internal.v0.models.tariff_code_duty']()),
|
|
15569
|
+
decision_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
|
|
15977
15570
|
created_at: factories.date_time_iso_8601(),
|
|
15978
15571
|
updated_at: factories.date_time_iso_8601(),
|
|
15979
15572
|
updated_by_user_id: factories.string(),
|
|
@@ -16133,6 +15726,37 @@ const factories = {
|
|
|
16133
15726
|
descriptive_asset_urls: factories.string(),
|
|
16134
15727
|
}),
|
|
16135
15728
|
|
|
15729
|
+
'io.flow.internal.v0.models.konstantin_item': (): io.flow.internal.v0.models.KonstantinItem => ({
|
|
15730
|
+
id: factories.string(),
|
|
15731
|
+
number: factories.string(),
|
|
15732
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
15733
|
+
description: factories.string(),
|
|
15734
|
+
type: factories['io.flow.internal.v0.enums.konstantin_item_type'](),
|
|
15735
|
+
added_on: factories.date_time_iso_8601(),
|
|
15736
|
+
}),
|
|
15737
|
+
|
|
15738
|
+
'io.flow.internal.v0.models.konstantin_item_deleted': (): io.flow.internal.v0.models.KonstantinItemDeleted => ({
|
|
15739
|
+
discriminator: 'konstantin_item_deleted',
|
|
15740
|
+
event_id: factories.string(),
|
|
15741
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15742
|
+
id: factories.string(),
|
|
15743
|
+
}),
|
|
15744
|
+
|
|
15745
|
+
'io.flow.internal.v0.models.konstantin_item_form': (): io.flow.internal.v0.models.KonstantinItemForm => ({
|
|
15746
|
+
number: factories.string(),
|
|
15747
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
15748
|
+
description: factories.string(),
|
|
15749
|
+
type: factories['io.flow.internal.v0.enums.konstantin_item_type'](),
|
|
15750
|
+
added_on: factories.date_time_iso_8601(),
|
|
15751
|
+
}),
|
|
15752
|
+
|
|
15753
|
+
'io.flow.internal.v0.models.konstantin_item_upserted': (): io.flow.internal.v0.models.KonstantinItemUpserted => ({
|
|
15754
|
+
discriminator: 'konstantin_item_upserted',
|
|
15755
|
+
event_id: factories.string(),
|
|
15756
|
+
timestamp: factories.date_time_iso_8601(),
|
|
15757
|
+
item: factories['io.flow.internal.v0.models.konstantin_item'](),
|
|
15758
|
+
}),
|
|
15759
|
+
|
|
16136
15760
|
'io.flow.internal.v0.models.lab_project_settings': (): io.flow.internal.v0.models.LabProjectSettings => ({
|
|
16137
15761
|
id: factories.string(),
|
|
16138
15762
|
flow_lab_project_key: factories.string(),
|
|
@@ -16302,6 +15926,8 @@ const factories = {
|
|
|
16302
15926
|
}),
|
|
16303
15927
|
|
|
16304
15928
|
'io.flow.internal.v0.models.label_surcharge_form': (): io.flow.internal.v0.models.LabelSurchargeForm => ({
|
|
15929
|
+
all: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
15930
|
+
base_and_fuel: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16305
15931
|
fuel: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16306
15932
|
remote_area: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16307
15933
|
oversize: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
@@ -16313,6 +15939,12 @@ const factories = {
|
|
|
16313
15939
|
eei_filing: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16314
15940
|
fixed_ddp: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16315
15941
|
fixed_currency_conversion: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
15942
|
+
prohibited_item: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
15943
|
+
undeliverable_shipment: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
15944
|
+
signature_required: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
15945
|
+
direct_delivery: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
15946
|
+
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
15947
|
+
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
16316
15948
|
}),
|
|
16317
15949
|
|
|
16318
15950
|
'io.flow.internal.v0.models.label_surcharge_single_form': (): io.flow.internal.v0.models.LabelSurchargeSingleForm => ({
|
|
@@ -16677,6 +16309,26 @@ const factories = {
|
|
|
16677
16309
|
capabilities: arrayOf(() => factories['io.flow.internal.v0.enums.logistics_capability']()),
|
|
16678
16310
|
}),
|
|
16679
16311
|
|
|
16312
|
+
'io.flow.internal.v0.models.logistics_payout_request': (): io.flow.internal.v0.models.LogisticsPayoutRequest => ({
|
|
16313
|
+
organization_id: factories.string(),
|
|
16314
|
+
order_number: factories.string(),
|
|
16315
|
+
carrier: factories.string(),
|
|
16316
|
+
carrier_tracking_number: factories.string(),
|
|
16317
|
+
dry_run: factories.boolean(),
|
|
16318
|
+
payout_resolution_method: factories['io.flow.internal.v0.enums.logistics_payout_resolution_method'](),
|
|
16319
|
+
label_id: factories.string(),
|
|
16320
|
+
combined_shipment_order_number: factories.string(),
|
|
16321
|
+
}),
|
|
16322
|
+
|
|
16323
|
+
'io.flow.internal.v0.models.logistics_payout_request_form': (): io.flow.internal.v0.models.LogisticsPayoutRequestForm => ({
|
|
16324
|
+
organization_id: factories.string(),
|
|
16325
|
+
order_identifier: factories.string(),
|
|
16326
|
+
carrier_id: factories.string(),
|
|
16327
|
+
carrier_name: factories.string(),
|
|
16328
|
+
carrier_tracking_number: factories.string(),
|
|
16329
|
+
external_reference_number: factories.string(),
|
|
16330
|
+
}),
|
|
16331
|
+
|
|
16680
16332
|
'io.flow.internal.v0.models.logo': (): io.flow.internal.v0.models.Logo => ({
|
|
16681
16333
|
url: factories.string(),
|
|
16682
16334
|
}),
|
|
@@ -17268,6 +16920,68 @@ const factories = {
|
|
|
17268
16920
|
proposition: factories['io.flow.internal.v0.models.metadata_proposition'](),
|
|
17269
16921
|
}),
|
|
17270
16922
|
|
|
16923
|
+
'io.flow.internal.v0.models.michaelyan_item': (): io.flow.internal.v0.models.MichaelyanItem => ({
|
|
16924
|
+
id: factories.string(),
|
|
16925
|
+
number: factories.string(),
|
|
16926
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
16927
|
+
description: factories.string(),
|
|
16928
|
+
type: factories['io.flow.internal.v0.enums.michaelyan_item_type'](),
|
|
16929
|
+
added_on: factories.date_time_iso_8601(),
|
|
16930
|
+
}),
|
|
16931
|
+
|
|
16932
|
+
'io.flow.internal.v0.models.michaelyan_item_deleted': (): io.flow.internal.v0.models.MichaelyanItemDeleted => ({
|
|
16933
|
+
discriminator: 'michaelyan_item_deleted',
|
|
16934
|
+
event_id: factories.string(),
|
|
16935
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16936
|
+
id: factories.string(),
|
|
16937
|
+
}),
|
|
16938
|
+
|
|
16939
|
+
'io.flow.internal.v0.models.michaelyan_item_form': (): io.flow.internal.v0.models.MichaelyanItemForm => ({
|
|
16940
|
+
number: factories.string(),
|
|
16941
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
16942
|
+
description: factories.string(),
|
|
16943
|
+
type: factories['io.flow.internal.v0.enums.michaelyan_item_type'](),
|
|
16944
|
+
added_on: factories.date_time_iso_8601(),
|
|
16945
|
+
}),
|
|
16946
|
+
|
|
16947
|
+
'io.flow.internal.v0.models.michaelyan_item_upserted': (): io.flow.internal.v0.models.MichaelyanItemUpserted => ({
|
|
16948
|
+
discriminator: 'michaelyan_item_upserted',
|
|
16949
|
+
event_id: factories.string(),
|
|
16950
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16951
|
+
item: factories['io.flow.internal.v0.models.michaelyan_item'](),
|
|
16952
|
+
}),
|
|
16953
|
+
|
|
16954
|
+
'io.flow.internal.v0.models.miljenko_item': (): io.flow.internal.v0.models.MiljenkoItem => ({
|
|
16955
|
+
id: factories.string(),
|
|
16956
|
+
number: factories.string(),
|
|
16957
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
16958
|
+
description: factories.string(),
|
|
16959
|
+
type: factories['io.flow.internal.v0.enums.miljenko_item_type'](),
|
|
16960
|
+
added_on: factories.date_time_iso_8601(),
|
|
16961
|
+
}),
|
|
16962
|
+
|
|
16963
|
+
'io.flow.internal.v0.models.miljenko_item_deleted': (): io.flow.internal.v0.models.MiljenkoItemDeleted => ({
|
|
16964
|
+
discriminator: 'miljenko_item_deleted',
|
|
16965
|
+
event_id: factories.string(),
|
|
16966
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16967
|
+
id: factories.string(),
|
|
16968
|
+
}),
|
|
16969
|
+
|
|
16970
|
+
'io.flow.internal.v0.models.miljenko_item_form': (): io.flow.internal.v0.models.MiljenkoItemForm => ({
|
|
16971
|
+
number: factories.string(),
|
|
16972
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
16973
|
+
description: factories.string(),
|
|
16974
|
+
type: factories['io.flow.internal.v0.enums.miljenko_item_type'](),
|
|
16975
|
+
added_on: factories.date_time_iso_8601(),
|
|
16976
|
+
}),
|
|
16977
|
+
|
|
16978
|
+
'io.flow.internal.v0.models.miljenko_item_upserted': (): io.flow.internal.v0.models.MiljenkoItemUpserted => ({
|
|
16979
|
+
discriminator: 'miljenko_item_upserted',
|
|
16980
|
+
event_id: factories.string(),
|
|
16981
|
+
timestamp: factories.date_time_iso_8601(),
|
|
16982
|
+
item: factories['io.flow.internal.v0.models.miljenko_item'](),
|
|
16983
|
+
}),
|
|
16984
|
+
|
|
17271
16985
|
'io.flow.internal.v0.models.next_billing_statement': (): io.flow.internal.v0.models.NextBillingStatement => ({
|
|
17272
16986
|
date: factories.date_time_iso_8601(),
|
|
17273
16987
|
amount: factories['io.flow.common.v0.models.price'](),
|
|
@@ -17695,6 +17409,29 @@ const factories = {
|
|
|
17695
17409
|
currency: factories.string(),
|
|
17696
17410
|
}),
|
|
17697
17411
|
|
|
17412
|
+
'io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting': (): io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySetting => ({
|
|
17413
|
+
id: factories.string(),
|
|
17414
|
+
organization_id: factories.string(),
|
|
17415
|
+
shopify_order_id: factories.string(),
|
|
17416
|
+
order_number: factories.string(),
|
|
17417
|
+
tax_and_duty_inclusivity_setting: factories['io.flow.internal.v0.enums.tax_and_duty_inclusivity_setting'](),
|
|
17418
|
+
}),
|
|
17419
|
+
|
|
17420
|
+
'io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_deleted': (): io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted => ({
|
|
17421
|
+
discriminator: 'order_tax_and_duty_inclusivity_setting_deleted',
|
|
17422
|
+
event_id: factories.string(),
|
|
17423
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17424
|
+
organization: factories.string(),
|
|
17425
|
+
id: factories.string(),
|
|
17426
|
+
}),
|
|
17427
|
+
|
|
17428
|
+
'io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted': (): io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted => ({
|
|
17429
|
+
discriminator: 'order_tax_and_duty_inclusivity_setting_upserted',
|
|
17430
|
+
event_id: factories.string(),
|
|
17431
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17432
|
+
order_tax_and_duty_inclusivity_setting: factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting'](),
|
|
17433
|
+
}),
|
|
17434
|
+
|
|
17698
17435
|
'io.flow.internal.v0.models.order_transaction': (): io.flow.internal.v0.models.OrderTransaction => ({
|
|
17699
17436
|
discriminator: 'order_transaction',
|
|
17700
17437
|
order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
|
|
@@ -17988,6 +17725,34 @@ const factories = {
|
|
|
17988
17725
|
to: factories.string(),
|
|
17989
17726
|
}),
|
|
17990
17727
|
|
|
17728
|
+
'io.flow.internal.v0.models.organization_metadata': (): io.flow.internal.v0.models.OrganizationMetadata => ({
|
|
17729
|
+
id: factories.string(),
|
|
17730
|
+
organization_id: factories.string(),
|
|
17731
|
+
pending_restriction_count: factories.long(),
|
|
17732
|
+
pending_verification_count: factories.long(),
|
|
17733
|
+
oldest_pending_restriction_date: factories.date_time_iso_8601(),
|
|
17734
|
+
oldest_pending_verification_date: factories.date_time_iso_8601(),
|
|
17735
|
+
product_count: factories.long(),
|
|
17736
|
+
restricted_product_count: factories.long(),
|
|
17737
|
+
last_order_submitted_at: factories.date_time_iso_8601(),
|
|
17738
|
+
}),
|
|
17739
|
+
|
|
17740
|
+
'io.flow.internal.v0.models.organization_metadata_deleted': (): io.flow.internal.v0.models.OrganizationMetadataDeleted => ({
|
|
17741
|
+
discriminator: 'organization_metadata_deleted',
|
|
17742
|
+
event_id: factories.string(),
|
|
17743
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17744
|
+
organization: factories.string(),
|
|
17745
|
+
id: factories.string(),
|
|
17746
|
+
}),
|
|
17747
|
+
|
|
17748
|
+
'io.flow.internal.v0.models.organization_metadata_upserted': (): io.flow.internal.v0.models.OrganizationMetadataUpserted => ({
|
|
17749
|
+
discriminator: 'organization_metadata_upserted',
|
|
17750
|
+
event_id: factories.string(),
|
|
17751
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17752
|
+
organization: factories.string(),
|
|
17753
|
+
organization_metadata: factories['io.flow.internal.v0.models.organization_metadata'](),
|
|
17754
|
+
}),
|
|
17755
|
+
|
|
17991
17756
|
'io.flow.internal.v0.models.organization_onboarding_state_adjustment_result': (): io.flow.internal.v0.models.OrganizationOnboardingStateAdjustmentResult => ({
|
|
17992
17757
|
organization_onboarding_state: factories['io.flow.organization.onboarding.state.v0.models.organization_onboarding_state'](),
|
|
17993
17758
|
}),
|
|
@@ -18187,6 +17952,144 @@ const factories = {
|
|
|
18187
17952
|
audit_result: factories['io.flow.internal.v0.enums.onboarding_audit_result'](),
|
|
18188
17953
|
}),
|
|
18189
17954
|
|
|
17955
|
+
'io.flow.internal.v0.models.other_record': (): io.flow.internal.v0.models.OtherRecord => ({
|
|
17956
|
+
id: factories.string(),
|
|
17957
|
+
type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
|
|
17958
|
+
account: factories['io.flow.internal.v0.models.other_record_account'](),
|
|
17959
|
+
metadata: factories['io.flow.internal.v0.models.other_record_metadata'](),
|
|
17960
|
+
order: factories['io.flow.internal.v0.models.other_record_order_summary'](),
|
|
17961
|
+
currency: factories.string(),
|
|
17962
|
+
source: factories['io.flow.billing.v0.enums.transaction_source'](),
|
|
17963
|
+
parent: factories['io.flow.billing.v0.models.parent_transaction_summary'](),
|
|
17964
|
+
gross: factories.decimal(),
|
|
17965
|
+
fees: factories['io.flow.internal.v0.models.other_record_fees'](),
|
|
17966
|
+
withholdings: factories['io.flow.internal.v0.models.other_record_withholdings'](),
|
|
17967
|
+
discount: factories['io.flow.internal.v0.models.other_record_discount'](),
|
|
17968
|
+
net: factories.decimal(),
|
|
17969
|
+
identifiers: factories['io.flow.internal.v0.models.other_record_identifiers'](),
|
|
17970
|
+
created_at: factories.date_time_iso_8601(),
|
|
17971
|
+
updated_at: factories.date_time_iso_8601(),
|
|
17972
|
+
}),
|
|
17973
|
+
|
|
17974
|
+
'io.flow.internal.v0.models.other_record_account': (): io.flow.internal.v0.models.OtherRecordAccount => ({
|
|
17975
|
+
id: factories.string(),
|
|
17976
|
+
merchant: factories['io.flow.internal.v0.models.other_record_merchant_reference'](),
|
|
17977
|
+
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
17978
|
+
source: factories['io.flow.internal.v0.models.other_record_account_source_summary'](),
|
|
17979
|
+
}),
|
|
17980
|
+
|
|
17981
|
+
'io.flow.internal.v0.models.other_record_account_source_summary': (): io.flow.internal.v0.models.OtherRecordAccountSourceSummary => ({
|
|
17982
|
+
id: factories.string(),
|
|
17983
|
+
type: factories['io.flow.internal.v0.enums.account_type'](),
|
|
17984
|
+
}),
|
|
17985
|
+
|
|
17986
|
+
'io.flow.internal.v0.models.other_record_deleted': (): io.flow.internal.v0.models.OtherRecordDeleted => ({
|
|
17987
|
+
discriminator: 'other_record_deleted',
|
|
17988
|
+
event_id: factories.string(),
|
|
17989
|
+
timestamp: factories.date_time_iso_8601(),
|
|
17990
|
+
id: factories.string(),
|
|
17991
|
+
}),
|
|
17992
|
+
|
|
17993
|
+
'io.flow.internal.v0.models.other_record_discount': (): io.flow.internal.v0.models.OtherRecordDiscount => ({
|
|
17994
|
+
amount: factories.decimal(),
|
|
17995
|
+
description: factories.string(),
|
|
17996
|
+
}),
|
|
17997
|
+
|
|
17998
|
+
'io.flow.internal.v0.models.other_record_fees': (): io.flow.internal.v0.models.OtherRecordFees => ({
|
|
17999
|
+
duty_guarantee: factories.decimal(),
|
|
18000
|
+
mor: factories.decimal(),
|
|
18001
|
+
fraud: factories.decimal(),
|
|
18002
|
+
fx: factories.decimal(),
|
|
18003
|
+
processing: factories.decimal(),
|
|
18004
|
+
rate_lock: factories.decimal(),
|
|
18005
|
+
transfer: factories.decimal(),
|
|
18006
|
+
negative_balance: factories.decimal(),
|
|
18007
|
+
}),
|
|
18008
|
+
|
|
18009
|
+
'io.flow.internal.v0.models.other_record_identifiers': (): io.flow.internal.v0.models.OtherRecordIdentifiers => ({
|
|
18010
|
+
reference_id: factories.string(),
|
|
18011
|
+
}),
|
|
18012
|
+
|
|
18013
|
+
'io.flow.internal.v0.models.other_record_merchant_reference': (): io.flow.internal.v0.models.OtherRecordMerchantReference => ({
|
|
18014
|
+
id: factories.string(),
|
|
18015
|
+
}),
|
|
18016
|
+
|
|
18017
|
+
'io.flow.internal.v0.models.other_record_metadata': (): io.flow.internal.v0.models.OtherRecordMetadata => ({
|
|
18018
|
+
channel: factories['io.flow.internal.v0.models.other_record_metadata_channel'](),
|
|
18019
|
+
shipping_label: factories['io.flow.internal.v0.models.other_record_metadata_shipping_label'](),
|
|
18020
|
+
shipping_label_revenue_share: factories['io.flow.internal.v0.models.other_record_metadata_shipping_label_revenue_share'](),
|
|
18021
|
+
trueup: factories['io.flow.internal.v0.models.other_record_metadata_trueup'](),
|
|
18022
|
+
carrier_charge: factories['io.flow.internal.v0.models.other_record_metadata_carrier_charge'](),
|
|
18023
|
+
manual: factories['io.flow.internal.v0.models.other_record_metadata_manual'](),
|
|
18024
|
+
failed_payout: factories['io.flow.internal.v0.models.other_record_metadata_failed_payout'](),
|
|
18025
|
+
}),
|
|
18026
|
+
|
|
18027
|
+
'io.flow.internal.v0.models.other_record_metadata_carrier_charge': (): io.flow.internal.v0.models.OtherRecordMetadataCarrierCharge => ({
|
|
18028
|
+
reason: factories['io.flow.trueup.v0.enums.carrier_charge_reason'](),
|
|
18029
|
+
label_created_at: factories.date_time_iso_8601(),
|
|
18030
|
+
carrier_id: factories.string(),
|
|
18031
|
+
carrier_tracking_number: factories.string(),
|
|
18032
|
+
revenue_share_percentage: factories.decimal(),
|
|
18033
|
+
outbound_transaction_id: factories.string(),
|
|
18034
|
+
}),
|
|
18035
|
+
|
|
18036
|
+
'io.flow.internal.v0.models.other_record_metadata_channel': (): io.flow.internal.v0.models.OtherRecordMetadataChannel => ({
|
|
18037
|
+
method: factories.string(),
|
|
18038
|
+
card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
|
|
18039
|
+
}),
|
|
18040
|
+
|
|
18041
|
+
'io.flow.internal.v0.models.other_record_metadata_failed_payout': (): io.flow.internal.v0.models.OtherRecordMetadataFailedPayout => ({
|
|
18042
|
+
failed_payment: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
|
|
18043
|
+
}),
|
|
18044
|
+
|
|
18045
|
+
'io.flow.internal.v0.models.other_record_metadata_manual': (): io.flow.internal.v0.models.OtherRecordMetadataManual => ({
|
|
18046
|
+
description: factories.string(),
|
|
18047
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
18048
|
+
category: factories['io.flow.internal.v0.enums.manual_transaction_category'](),
|
|
18049
|
+
url: factories.string(),
|
|
18050
|
+
}),
|
|
18051
|
+
|
|
18052
|
+
'io.flow.internal.v0.models.other_record_metadata_shipping_label': (): io.flow.internal.v0.models.OtherRecordMetadataShippingLabel => ({
|
|
18053
|
+
request_method: factories['io.flow.label.v0.enums.label_request_method'](),
|
|
18054
|
+
}),
|
|
18055
|
+
|
|
18056
|
+
'io.flow.internal.v0.models.other_record_metadata_shipping_label_revenue_share': (): io.flow.internal.v0.models.OtherRecordMetadataShippingLabelRevenueShare => ({
|
|
18057
|
+
label_id: factories.string(),
|
|
18058
|
+
base_amount: factories.decimal(),
|
|
18059
|
+
percentage: factories.decimal(),
|
|
18060
|
+
}),
|
|
18061
|
+
|
|
18062
|
+
'io.flow.internal.v0.models.other_record_metadata_trueup': (): io.flow.internal.v0.models.OtherRecordMetadataTrueup => ({
|
|
18063
|
+
original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
|
|
18064
|
+
label_transaction_id: factories.string(),
|
|
18065
|
+
label_invoice_request_id: factories.string(),
|
|
18066
|
+
carrier_charge_id: factories.string(),
|
|
18067
|
+
}),
|
|
18068
|
+
|
|
18069
|
+
'io.flow.internal.v0.models.other_record_order_summary': (): io.flow.internal.v0.models.OtherRecordOrderSummary => ({
|
|
18070
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
18071
|
+
number: factories.string(),
|
|
18072
|
+
identifiers: factories['io.flow.internal.v0.models.other_record_order_summary_identifiers'](),
|
|
18073
|
+
}),
|
|
18074
|
+
|
|
18075
|
+
'io.flow.internal.v0.models.other_record_order_summary_identifiers': (): io.flow.internal.v0.models.OtherRecordOrderSummaryIdentifiers => ({
|
|
18076
|
+
shopify_order_id: factories.string(),
|
|
18077
|
+
}),
|
|
18078
|
+
|
|
18079
|
+
'io.flow.internal.v0.models.other_record_upserted': (): io.flow.internal.v0.models.OtherRecordUpserted => ({
|
|
18080
|
+
discriminator: 'other_record_upserted',
|
|
18081
|
+
event_id: factories.string(),
|
|
18082
|
+
timestamp: factories.date_time_iso_8601(),
|
|
18083
|
+
other_record: factories['io.flow.internal.v0.models.other_record'](),
|
|
18084
|
+
}),
|
|
18085
|
+
|
|
18086
|
+
'io.flow.internal.v0.models.other_record_withholdings': (): io.flow.internal.v0.models.OtherRecordWithholdings => ({
|
|
18087
|
+
tax: factories.decimal(),
|
|
18088
|
+
duty: factories.decimal(),
|
|
18089
|
+
freight: factories.decimal(),
|
|
18090
|
+
insurance: factories.decimal(),
|
|
18091
|
+
}),
|
|
18092
|
+
|
|
18190
18093
|
'io.flow.internal.v0.models.partner': (): io.flow.internal.v0.models.Partner => ({
|
|
18191
18094
|
id: factories.string(),
|
|
18192
18095
|
name: factories.string(),
|
|
@@ -18358,6 +18261,15 @@ const factories = {
|
|
|
18358
18261
|
merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
|
|
18359
18262
|
}),
|
|
18360
18263
|
|
|
18264
|
+
'io.flow.internal.v0.models.payment_summary': (): io.flow.internal.v0.models.PaymentSummary => ({
|
|
18265
|
+
psp: factories.decimal(),
|
|
18266
|
+
credit: factories.decimal(),
|
|
18267
|
+
subsidized: factories.decimal(),
|
|
18268
|
+
manual: factories.decimal(),
|
|
18269
|
+
cod: factories.decimal(),
|
|
18270
|
+
total: factories.decimal(),
|
|
18271
|
+
}),
|
|
18272
|
+
|
|
18361
18273
|
'io.flow.internal.v0.models.payment_summary_v2': (): io.flow.internal.v0.models.PaymentSummaryV2 => ({
|
|
18362
18274
|
discriminator: 'payment_summary_v2',
|
|
18363
18275
|
id: factories.string(),
|
|
@@ -18578,6 +18490,7 @@ const factories = {
|
|
|
18578
18490
|
order: factories['io.flow.internal.v0.models.order_summary'](),
|
|
18579
18491
|
shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
|
|
18580
18492
|
merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
|
|
18493
|
+
payment: factories['io.flow.internal.v0.models.payment_summary'](),
|
|
18581
18494
|
remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
|
|
18582
18495
|
sequence_number: factories.long(),
|
|
18583
18496
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
@@ -18872,6 +18785,7 @@ const factories = {
|
|
|
18872
18785
|
auto_review_status: factories['io.flow.internal.v0.enums.restriction_status'](),
|
|
18873
18786
|
manually_reviewed_at: factories.date_time_iso_8601(),
|
|
18874
18787
|
manually_reviewed_by: factories.string(),
|
|
18788
|
+
cause_rule_id: factories.string(),
|
|
18875
18789
|
}),
|
|
18876
18790
|
|
|
18877
18791
|
'io.flow.internal.v0.models.product_restriction_rule_decision_deleted': (): io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted => ({
|
|
@@ -19423,6 +19337,7 @@ const factories = {
|
|
|
19423
19337
|
type: factories['io.flow.internal.v0.enums.report_type'](),
|
|
19424
19338
|
from: factories.date_time_iso_8601(),
|
|
19425
19339
|
to: factories.date_time_iso_8601(),
|
|
19340
|
+
payment_type: factories['io.flow.internal.v0.enums.report_payment_type'](),
|
|
19426
19341
|
url: factories.string(),
|
|
19427
19342
|
processed_at: factories.date_time_iso_8601(),
|
|
19428
19343
|
}),
|
|
@@ -19445,9 +19360,20 @@ const factories = {
|
|
|
19445
19360
|
}),
|
|
19446
19361
|
|
|
19447
19362
|
'io.flow.internal.v0.models.report_form': (): io.flow.internal.v0.models.ReportForm => ({
|
|
19363
|
+
type: factories['io.flow.internal.v0.enums.report_type'](),
|
|
19448
19364
|
from: factories.date_time_iso_8601(),
|
|
19449
19365
|
to: factories.date_time_iso_8601(),
|
|
19450
|
-
|
|
19366
|
+
payment_type: factories['io.flow.internal.v0.enums.report_payment_type'](),
|
|
19367
|
+
orders: arrayOf(() => factories['io.flow.internal.v0.models.report_order_reference']()),
|
|
19368
|
+
}),
|
|
19369
|
+
|
|
19370
|
+
'io.flow.internal.v0.models.report_merchant': (): io.flow.internal.v0.models.ReportMerchant => ({
|
|
19371
|
+
id: factories.string(),
|
|
19372
|
+
}),
|
|
19373
|
+
|
|
19374
|
+
'io.flow.internal.v0.models.report_order_reference': (): io.flow.internal.v0.models.ReportOrderReference => ({
|
|
19375
|
+
organization_id: factories.string(),
|
|
19376
|
+
order_number: factories.string(),
|
|
19451
19377
|
}),
|
|
19452
19378
|
|
|
19453
19379
|
'io.flow.internal.v0.models.report_owner': (): io.flow.internal.v0.models.ReportOwner => ({
|
|
@@ -19534,11 +19460,11 @@ const factories = {
|
|
|
19534
19460
|
sequence_number: factories.long(),
|
|
19535
19461
|
fulfilled_at: factories.date_time_iso_8601(),
|
|
19536
19462
|
completes_order: factories.boolean(),
|
|
19537
|
-
payment: factories['io.flow.internal.v0.models.reporting_payment'](),
|
|
19538
19463
|
refund: factories['io.flow.internal.v0.models.reporting_refund_reference'](),
|
|
19539
19464
|
value: factories['io.flow.internal.v0.models.fulfillment_shopper_breakdown'](),
|
|
19540
19465
|
dispatch_country: factories['io.flow.internal.v0.models.reporting_country'](),
|
|
19541
19466
|
destination: factories['io.flow.internal.v0.models.reporting_destination'](),
|
|
19467
|
+
payment: factories['io.flow.internal.v0.models.reporting_payment'](),
|
|
19542
19468
|
shipment: factories['io.flow.internal.v0.models.reporting_shipment'](),
|
|
19543
19469
|
is: factories['io.flow.internal.v0.models.reporting_fulfillment_is'](),
|
|
19544
19470
|
has: factories['io.flow.internal.v0.models.reporting_fulfillment_has'](),
|
|
@@ -19557,6 +19483,11 @@ const factories = {
|
|
|
19557
19483
|
wyol: factories.boolean(),
|
|
19558
19484
|
b2b: factories.boolean(),
|
|
19559
19485
|
domestic: factories.boolean(),
|
|
19486
|
+
combined_shipment: factories.boolean(),
|
|
19487
|
+
order_cancelled: factories.boolean(),
|
|
19488
|
+
lvg: factories.boolean(),
|
|
19489
|
+
tax_inclusive: factories.boolean(),
|
|
19490
|
+
duty_inclusive: factories.boolean(),
|
|
19560
19491
|
}),
|
|
19561
19492
|
|
|
19562
19493
|
'io.flow.internal.v0.models.reporting_fx': (): io.flow.internal.v0.models.ReportingFx => ({
|
|
@@ -19565,6 +19496,7 @@ const factories = {
|
|
|
19565
19496
|
product: factories['io.flow.internal.v0.models.reporting_usd'](),
|
|
19566
19497
|
tax: factories['io.flow.internal.v0.models.reporting_usd'](),
|
|
19567
19498
|
duty: factories['io.flow.internal.v0.models.reporting_usd'](),
|
|
19499
|
+
tips: factories['io.flow.internal.v0.models.reporting_usd'](),
|
|
19568
19500
|
total: factories['io.flow.internal.v0.models.reporting_usd'](),
|
|
19569
19501
|
}),
|
|
19570
19502
|
|
|
@@ -19582,6 +19514,7 @@ const factories = {
|
|
|
19582
19514
|
processing: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19583
19515
|
rate_lock: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19584
19516
|
transfer: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19517
|
+
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19585
19518
|
}),
|
|
19586
19519
|
|
|
19587
19520
|
'io.flow.internal.v0.models.reporting_merchant_subsidies': (): io.flow.internal.v0.models.ReportingMerchantSubsidies => ({
|
|
@@ -19589,6 +19522,7 @@ const factories = {
|
|
|
19589
19522
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19590
19523
|
duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19591
19524
|
ccf: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19525
|
+
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19592
19526
|
}),
|
|
19593
19527
|
|
|
19594
19528
|
'io.flow.internal.v0.models.reporting_merchant_transactions': (): io.flow.internal.v0.models.ReportingMerchantTransactions => ({
|
|
@@ -19597,7 +19531,8 @@ const factories = {
|
|
|
19597
19531
|
tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19598
19532
|
duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19599
19533
|
freight: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19600
|
-
|
|
19534
|
+
discount: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19535
|
+
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19601
19536
|
}),
|
|
19602
19537
|
|
|
19603
19538
|
'io.flow.internal.v0.models.reporting_monetary_value': (): io.flow.internal.v0.models.ReportingMonetaryValue => ({
|
|
@@ -19620,25 +19555,14 @@ const factories = {
|
|
|
19620
19555
|
}),
|
|
19621
19556
|
|
|
19622
19557
|
'io.flow.internal.v0.models.reporting_payment': (): io.flow.internal.v0.models.ReportingPayment => ({
|
|
19623
|
-
metadata: factories['io.flow.internal.v0.models.reporting_payment_metadata'](),
|
|
19624
19558
|
psp: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19625
19559
|
credit: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19560
|
+
subsidized: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19561
|
+
manual: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19562
|
+
cod: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19626
19563
|
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19627
19564
|
}),
|
|
19628
19565
|
|
|
19629
|
-
'io.flow.internal.v0.models.reporting_payment_metadata': (): io.flow.internal.v0.models.ReportingPaymentMetadata => ({
|
|
19630
|
-
gateway: factories['io.flow.internal.v0.enums.processor'](),
|
|
19631
|
-
method: factories.string(),
|
|
19632
|
-
psp_reference: factories.string(),
|
|
19633
|
-
authorization: factories['io.flow.internal.v0.models.reporting_authorization_reference'](),
|
|
19634
|
-
settlement_date: factories.date_time_iso_8601(),
|
|
19635
|
-
additional_authorizations: factories['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'](),
|
|
19636
|
-
}),
|
|
19637
|
-
|
|
19638
|
-
'io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations': (): io.flow.internal.v0.models.ReportingPaymentMetadataAdditionalAuthorizations => ({
|
|
19639
|
-
ids: factories.string(),
|
|
19640
|
-
}),
|
|
19641
|
-
|
|
19642
19566
|
'io.flow.internal.v0.models.reporting_province': (): io.flow.internal.v0.models.ReportingProvince => ({
|
|
19643
19567
|
code: factories.string(),
|
|
19644
19568
|
name: factories.string(),
|
|
@@ -19667,6 +19591,7 @@ const factories = {
|
|
|
19667
19591
|
ccf: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19668
19592
|
emergency: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19669
19593
|
peak: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19594
|
+
total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
|
|
19670
19595
|
}),
|
|
19671
19596
|
|
|
19672
19597
|
'io.flow.internal.v0.models.reporting_usd': (): io.flow.internal.v0.models.ReportingUsd => ({
|
|
@@ -19694,6 +19619,10 @@ const factories = {
|
|
|
19694
19619
|
select_mismatching_item_types: factories.boolean(),
|
|
19695
19620
|
}),
|
|
19696
19621
|
|
|
19622
|
+
'io.flow.internal.v0.models.rescreen_restrictions_products': (): io.flow.internal.v0.models.RescreenRestrictionsProducts => ({
|
|
19623
|
+
placeholder: factories.boolean(),
|
|
19624
|
+
}),
|
|
19625
|
+
|
|
19697
19626
|
'io.flow.internal.v0.models.restriction_category': (): io.flow.internal.v0.models.RestrictionCategory => ({
|
|
19698
19627
|
category: factories.string(),
|
|
19699
19628
|
}),
|
|
@@ -19985,6 +19914,7 @@ const factories = {
|
|
|
19985
19914
|
shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
|
|
19986
19915
|
merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
|
|
19987
19916
|
remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
|
|
19917
|
+
payment: factories['io.flow.internal.v0.models.payment_summary'](),
|
|
19988
19918
|
sequence_number: factories.long(),
|
|
19989
19919
|
posting_cutoff: factories.date_time_iso_8601(),
|
|
19990
19920
|
trigger: factories['io.flow.internal.v0.unions.return_trigger'](),
|
|
@@ -20116,6 +20046,7 @@ const factories = {
|
|
|
20116
20046
|
payment: factories['io.flow.internal.v0.models.report_payment'](),
|
|
20117
20047
|
bank_account: factories['io.flow.internal.v0.models.report_bank_account_cleartext'](),
|
|
20118
20048
|
account: factories['io.flow.internal.v0.models.report_account'](),
|
|
20049
|
+
merchant: factories['io.flow.internal.v0.models.report_merchant'](),
|
|
20119
20050
|
owner: factories['io.flow.internal.v0.models.report_owner'](),
|
|
20120
20051
|
description: factories.string(),
|
|
20121
20052
|
}),
|
|
@@ -20184,7 +20115,7 @@ const factories = {
|
|
|
20184
20115
|
discriminator: 'search_experiment_summary',
|
|
20185
20116
|
key: factories.string(),
|
|
20186
20117
|
name: factories.string(),
|
|
20187
|
-
status: factories['io.flow.internal.v0.enums.status'](),
|
|
20118
|
+
status: factories['io.flow.experiment.internal.v0.enums.status'](),
|
|
20188
20119
|
}),
|
|
20189
20120
|
|
|
20190
20121
|
'io.flow.internal.v0.models.search_item_summary': (): io.flow.internal.v0.models.SearchItemSummary => ({
|
|
@@ -20860,7 +20791,10 @@ const factories = {
|
|
|
20860
20791
|
id: factories.string(),
|
|
20861
20792
|
initial_catalog_synced_at: factories.date_time_iso_8601(),
|
|
20862
20793
|
catalog_sync_duration: factories.long(),
|
|
20794
|
+
restrictions_sync_duration: factories.long(),
|
|
20795
|
+
classifications_sync_duration: factories.long(),
|
|
20863
20796
|
catalog_products_count: factories.long(),
|
|
20797
|
+
initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
|
|
20864
20798
|
}),
|
|
20865
20799
|
|
|
20866
20800
|
'io.flow.internal.v0.models.shopify_shop_upserted': (): io.flow.internal.v0.models.ShopifyShopUpserted => ({
|
|
@@ -20870,9 +20804,9 @@ const factories = {
|
|
|
20870
20804
|
shop: factories['io.flow.internal.v0.models.shop'](),
|
|
20871
20805
|
}),
|
|
20872
20806
|
|
|
20873
|
-
'io.flow.internal.v0.models.
|
|
20874
|
-
|
|
20875
|
-
|
|
20807
|
+
'io.flow.internal.v0.models.shopify_store_detail': (): io.flow.internal.v0.models.ShopifyStoreDetail => ({
|
|
20808
|
+
shopify_domain: factories.string(),
|
|
20809
|
+
shop_id: factories.string(),
|
|
20876
20810
|
}),
|
|
20877
20811
|
|
|
20878
20812
|
'io.flow.internal.v0.models.shopify_webhook': (): io.flow.internal.v0.models.ShopifyWebhook => ({
|
|
@@ -20932,6 +20866,7 @@ const factories = {
|
|
|
20932
20866
|
product: factories['io.flow.internal.v0.models.shopper_lines'](),
|
|
20933
20867
|
fees: factories['io.flow.internal.v0.models.shopper_fees'](),
|
|
20934
20868
|
freight: factories['io.flow.internal.v0.models.shopper_freight'](),
|
|
20869
|
+
tips: factories.decimal(),
|
|
20935
20870
|
order_discount: factories.decimal(),
|
|
20936
20871
|
total: factories.decimal(),
|
|
20937
20872
|
}),
|
|
@@ -21482,7 +21417,7 @@ const factories = {
|
|
|
21482
21417
|
type_id: factories.string(),
|
|
21483
21418
|
source_type: factories.string(),
|
|
21484
21419
|
source_id: factories.string(),
|
|
21485
|
-
environment: factories.
|
|
21420
|
+
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
21486
21421
|
created_at: factories.date_time_iso_8601(),
|
|
21487
21422
|
num_attempts: factories.integer(),
|
|
21488
21423
|
next_attempt_at: factories.date_time_iso_8601(),
|
|
@@ -21655,6 +21590,23 @@ const factories = {
|
|
|
21655
21590
|
name: factories.string(),
|
|
21656
21591
|
}),
|
|
21657
21592
|
|
|
21593
|
+
'io.flow.internal.v0.models.thiago_item': (): io.flow.internal.v0.models.ThiagoItem => ({
|
|
21594
|
+
id: factories.string(),
|
|
21595
|
+
number: factories.string(),
|
|
21596
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
21597
|
+
description: factories.string(),
|
|
21598
|
+
type: factories['io.flow.internal.v0.enums.thiago_item_type'](),
|
|
21599
|
+
added_on: factories.date_time_iso_8601(),
|
|
21600
|
+
}),
|
|
21601
|
+
|
|
21602
|
+
'io.flow.internal.v0.models.thiago_item_form': (): io.flow.internal.v0.models.ThiagoItemForm => ({
|
|
21603
|
+
number: factories.string(),
|
|
21604
|
+
amount: factories['io.flow.common.v0.models.price'](),
|
|
21605
|
+
description: factories.string(),
|
|
21606
|
+
type: factories['io.flow.internal.v0.enums.thiago_item_type'](),
|
|
21607
|
+
added_on: factories.date_time_iso_8601(),
|
|
21608
|
+
}),
|
|
21609
|
+
|
|
21658
21610
|
'io.flow.internal.v0.models.third_party_logistics_partner': (): io.flow.internal.v0.models.ThirdPartyLogisticsPartner => ({
|
|
21659
21611
|
warehouse_address: factories['io.flow.common.v0.models.billing_address'](),
|
|
21660
21612
|
warehouse_url: factories.string(),
|
|
@@ -21733,6 +21685,47 @@ const factories = {
|
|
|
21733
21685
|
timezone: factories.string(),
|
|
21734
21686
|
}),
|
|
21735
21687
|
|
|
21688
|
+
'io.flow.internal.v0.models.tracking_assurance_analysis': (): io.flow.internal.v0.models.TrackingAssuranceAnalysis => ({
|
|
21689
|
+
id: factories.string(),
|
|
21690
|
+
job_id: factories.string(),
|
|
21691
|
+
label_id: factories.string(),
|
|
21692
|
+
order_number: factories.string(),
|
|
21693
|
+
carrier_tracking_number: factories.string(),
|
|
21694
|
+
flow_tracking_number: factories.string(),
|
|
21695
|
+
carrier_status: factories.string(),
|
|
21696
|
+
aftership_status: factories.string(),
|
|
21697
|
+
flow_status: factories.string(),
|
|
21698
|
+
latest_carrier_event_date: factories.date_time_iso_8601(),
|
|
21699
|
+
latest_aftership_event_date: factories.date_time_iso_8601(),
|
|
21700
|
+
latest_flow_event_date: factories.date_time_iso_8601(),
|
|
21701
|
+
label_created_at: factories.date_time_iso_8601(),
|
|
21702
|
+
carrier_id: factories.string(),
|
|
21703
|
+
carrier_origin_country: factories.string(),
|
|
21704
|
+
label_origin_country: factories.string(),
|
|
21705
|
+
label_destination_country: factories.string(),
|
|
21706
|
+
carrier_destination_country: factories.string(),
|
|
21707
|
+
}),
|
|
21708
|
+
|
|
21709
|
+
'io.flow.internal.v0.models.tracking_assurance_analysis_deleted': (): io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted => ({
|
|
21710
|
+
discriminator: 'tracking_assurance_analysis_deleted',
|
|
21711
|
+
event_id: factories.string(),
|
|
21712
|
+
timestamp: factories.date_time_iso_8601(),
|
|
21713
|
+
organization: factories.string(),
|
|
21714
|
+
id: factories.string(),
|
|
21715
|
+
}),
|
|
21716
|
+
|
|
21717
|
+
'io.flow.internal.v0.models.tracking_assurance_analysis_upserted': (): io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted => ({
|
|
21718
|
+
discriminator: 'tracking_assurance_analysis_upserted',
|
|
21719
|
+
event_id: factories.string(),
|
|
21720
|
+
timestamp: factories.date_time_iso_8601(),
|
|
21721
|
+
organization: factories.string(),
|
|
21722
|
+
analysis: factories['io.flow.internal.v0.models.tracking_assurance_analysis'](),
|
|
21723
|
+
}),
|
|
21724
|
+
|
|
21725
|
+
'io.flow.internal.v0.models.tracking_debug_force_transit_form': (): io.flow.internal.v0.models.TrackingDebugForceTransitForm => ({
|
|
21726
|
+
description: factories.string(),
|
|
21727
|
+
}),
|
|
21728
|
+
|
|
21736
21729
|
'io.flow.internal.v0.models.tracking_debug_label': (): io.flow.internal.v0.models.TrackingDebugLabel => ({
|
|
21737
21730
|
in_transit_location: factories['io.flow.internal.v0.models.tracking_debug_label_location'](),
|
|
21738
21731
|
delivery_location: factories['io.flow.internal.v0.models.tracking_debug_label_location'](),
|
|
@@ -22459,6 +22452,8 @@ const factories = {
|
|
|
22459
22452
|
() => factories['io.flow.internal.v0.models.sales_record_deleted'](),
|
|
22460
22453
|
() => factories['io.flow.internal.v0.models.revenue_record_upserted'](),
|
|
22461
22454
|
() => factories['io.flow.internal.v0.models.revenue_record_deleted'](),
|
|
22455
|
+
() => factories['io.flow.internal.v0.models.other_record_upserted'](),
|
|
22456
|
+
() => factories['io.flow.internal.v0.models.other_record_deleted'](),
|
|
22462
22457
|
() => factories['io.flow.internal.v0.models.calculator_organization_settings_upserted'](),
|
|
22463
22458
|
() => factories['io.flow.internal.v0.models.calculator_organization_settings_deleted'](),
|
|
22464
22459
|
() => factories['io.flow.internal.v0.models.carrier_account_upserted_v2'](),
|
|
@@ -22521,14 +22516,6 @@ const factories = {
|
|
|
22521
22516
|
() => factories['io.flow.internal.v0.models.experience_import_request'](),
|
|
22522
22517
|
() => factories['io.flow.internal.v0.models.submitted_order_upserted'](),
|
|
22523
22518
|
() => factories['io.flow.internal.v0.models.levy_rate_summary_upserted'](),
|
|
22524
|
-
() => factories['io.flow.internal.v0.models.experiment_upserted'](),
|
|
22525
|
-
() => factories['io.flow.internal.v0.models.experiment_deleted'](),
|
|
22526
|
-
() => factories['io.flow.internal.v0.models.experiment_results_upserted'](),
|
|
22527
|
-
() => factories['io.flow.internal.v0.models.experiment_results_deleted'](),
|
|
22528
|
-
() => factories['io.flow.internal.v0.models.daily_experiment_results_upserted'](),
|
|
22529
|
-
() => factories['io.flow.internal.v0.models.daily_experiment_results_deleted'](),
|
|
22530
|
-
() => factories['io.flow.internal.v0.models.experiment_milestone_upserted'](),
|
|
22531
|
-
() => factories['io.flow.internal.v0.models.experiment_milestone_deleted'](),
|
|
22532
22519
|
() => factories['io.flow.internal.v0.models.export_completed'](),
|
|
22533
22520
|
() => factories['io.flow.internal.v0.models.export_failed'](),
|
|
22534
22521
|
() => factories['io.flow.internal.v0.models.feature_upserted'](),
|
|
@@ -22555,14 +22542,20 @@ const factories = {
|
|
|
22555
22542
|
() => factories['io.flow.internal.v0.models.label_invoice_request_deleted'](),
|
|
22556
22543
|
() => factories['io.flow.internal.v0.models.carrier_charge_upserted'](),
|
|
22557
22544
|
() => factories['io.flow.internal.v0.models.carrier_charge_deleted'](),
|
|
22558
|
-
() => factories['io.flow.internal.v0.models.
|
|
22559
|
-
() => factories['io.flow.internal.v0.models.
|
|
22545
|
+
() => factories['io.flow.internal.v0.models.bank_payment_order_upserted'](),
|
|
22546
|
+
() => factories['io.flow.internal.v0.models.bank_payment_order_deleted'](),
|
|
22560
22547
|
() => factories['io.flow.internal.v0.models.fraud_review_upserted'](),
|
|
22561
22548
|
() => factories['io.flow.internal.v0.models.fraud_review_deleted'](),
|
|
22562
22549
|
() => factories['io.flow.internal.v0.models.fraud_pending_review_upserted'](),
|
|
22563
22550
|
() => factories['io.flow.internal.v0.models.fraud_pending_review_deleted'](),
|
|
22564
22551
|
() => factories['io.flow.internal.v0.models.fraud_review_decision_upserted'](),
|
|
22565
22552
|
() => factories['io.flow.internal.v0.models.fraud_review_decision_deleted'](),
|
|
22553
|
+
() => factories['io.flow.internal.v0.models.fraud_review_authorization_upserted'](),
|
|
22554
|
+
() => factories['io.flow.internal.v0.models.fraud_review_authorization_deleted'](),
|
|
22555
|
+
() => factories['io.flow.internal.v0.models.fraud_pending_review_authorization_upserted'](),
|
|
22556
|
+
() => factories['io.flow.internal.v0.models.fraud_pending_review_authorization_deleted'](),
|
|
22557
|
+
() => factories['io.flow.internal.v0.models.fraud_review_authorization_decision_upserted'](),
|
|
22558
|
+
() => factories['io.flow.internal.v0.models.fraud_review_authorization_decision_deleted'](),
|
|
22566
22559
|
() => factories['io.flow.internal.v0.models.fraud_provider_configuration_upserted'](),
|
|
22567
22560
|
() => factories['io.flow.internal.v0.models.fraud_provider_configuration_deleted'](),
|
|
22568
22561
|
() => factories['io.flow.internal.v0.models.manual_review_rule_upserted'](),
|
|
@@ -22640,6 +22633,8 @@ const factories = {
|
|
|
22640
22633
|
() => factories['io.flow.internal.v0.models.organization_deactivation_deleted'](),
|
|
22641
22634
|
() => factories['io.flow.internal.v0.models.merchant_guid_assignment_upserted'](),
|
|
22642
22635
|
() => factories['io.flow.internal.v0.models.merchant_guid_assignment_deleted'](),
|
|
22636
|
+
() => factories['io.flow.internal.v0.models.organization_metadata_upserted'](),
|
|
22637
|
+
() => factories['io.flow.internal.v0.models.organization_metadata_deleted'](),
|
|
22643
22638
|
() => factories['io.flow.internal.v0.models.partner_organization_settings_upserted'](),
|
|
22644
22639
|
() => factories['io.flow.internal.v0.models.partner_organization_settings_deleted'](),
|
|
22645
22640
|
() => factories['io.flow.internal.v0.models.unassigned_merchant_guid_upserted'](),
|
|
@@ -22713,6 +22708,10 @@ const factories = {
|
|
|
22713
22708
|
() => factories['io.flow.internal.v0.models.shopify_markets_metrics_deleted'](),
|
|
22714
22709
|
() => factories['io.flow.internal.v0.models.channel_order_summary_upserted'](),
|
|
22715
22710
|
() => factories['io.flow.internal.v0.models.channel_order_summary_deleted'](),
|
|
22711
|
+
() => factories['io.flow.internal.v0.models.channel_organization_identifier_upserted'](),
|
|
22712
|
+
() => factories['io.flow.internal.v0.models.channel_organization_identifier_deleted'](),
|
|
22713
|
+
() => factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted'](),
|
|
22714
|
+
() => factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_deleted'](),
|
|
22716
22715
|
() => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](),
|
|
22717
22716
|
() => factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](),
|
|
22718
22717
|
() => factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'](),
|
|
@@ -22731,8 +22730,16 @@ const factories = {
|
|
|
22731
22730
|
() => factories['io.flow.internal.v0.models.svitlana_item_deleted'](),
|
|
22732
22731
|
() => factories['io.flow.internal.v0.models.colm_item_upserted'](),
|
|
22733
22732
|
() => factories['io.flow.internal.v0.models.colm_item_deleted'](),
|
|
22733
|
+
() => factories['io.flow.internal.v0.models.harinath_item_upserted'](),
|
|
22734
|
+
() => factories['io.flow.internal.v0.models.harinath_item_deleted'](),
|
|
22735
|
+
() => factories['io.flow.internal.v0.models.konstantin_item_upserted'](),
|
|
22736
|
+
() => factories['io.flow.internal.v0.models.konstantin_item_deleted'](),
|
|
22734
22737
|
() => factories['io.flow.internal.v0.models.matias_item_upserted'](),
|
|
22735
22738
|
() => factories['io.flow.internal.v0.models.matias_item_deleted'](),
|
|
22739
|
+
() => factories['io.flow.internal.v0.models.michaelyan_item_upserted'](),
|
|
22740
|
+
() => factories['io.flow.internal.v0.models.michaelyan_item_deleted'](),
|
|
22741
|
+
() => factories['io.flow.internal.v0.models.miljenko_item_upserted'](),
|
|
22742
|
+
() => factories['io.flow.internal.v0.models.miljenko_item_deleted'](),
|
|
22736
22743
|
() => factories['io.flow.internal.v0.models.shruti_demo_item_upserted'](),
|
|
22737
22744
|
() => factories['io.flow.internal.v0.models.shruti_demo_item_deleted'](),
|
|
22738
22745
|
() => factories['io.flow.internal.v0.models.tam_item_upserted'](),
|
|
@@ -22745,6 +22752,8 @@ const factories = {
|
|
|
22745
22752
|
() => factories['io.flow.internal.v0.models.tracking_label_deleted'](),
|
|
22746
22753
|
() => factories['io.flow.internal.v0.models.tracking_upserted'](),
|
|
22747
22754
|
() => factories['io.flow.internal.v0.models.tracking_deleted'](),
|
|
22755
|
+
() => factories['io.flow.internal.v0.models.tracking_assurance_analysis_upserted'](),
|
|
22756
|
+
() => factories['io.flow.internal.v0.models.tracking_assurance_analysis_deleted'](),
|
|
22748
22757
|
() => factories['io.flow.internal.v0.models.tracking_request_upserted'](),
|
|
22749
22758
|
() => factories['io.flow.internal.v0.models.tracking_response_upserted'](),
|
|
22750
22759
|
() => factories['io.flow.internal.v0.models.user_upserted_v2'](),
|
|
@@ -22754,15 +22763,6 @@ const factories = {
|
|
|
22754
22763
|
return f();
|
|
22755
22764
|
},
|
|
22756
22765
|
|
|
22757
|
-
'io.flow.internal.v0.unions.experiment': (): io.flow.internal.v0.unions.Experiment => {
|
|
22758
|
-
const f = faker.helpers.arrayElement([
|
|
22759
|
-
() => factories['io.flow.internal.v0.models.experience_experiment'](),
|
|
22760
|
-
() => factories['io.flow.internal.v0.models.feature_experiment'](),
|
|
22761
|
-
]);
|
|
22762
|
-
|
|
22763
|
-
return f();
|
|
22764
|
-
},
|
|
22765
|
-
|
|
22766
22766
|
'io.flow.internal.v0.unions.explicit_statement_form': (): io.flow.internal.v0.unions.ExplicitStatementForm => {
|
|
22767
22767
|
const f = faker.helpers.arrayElement([
|
|
22768
22768
|
() => factories['io.flow.internal.v0.models.explicit_statement_form_transaction_ids'](),
|
|
@@ -23257,7 +23257,6 @@ const factories = {
|
|
|
23257
23257
|
'io.flow.internal.v0.unions.task_metadata': (): io.flow.internal.v0.unions.TaskMetadata => {
|
|
23258
23258
|
const f = faker.helpers.arrayElement([
|
|
23259
23259
|
() => factories['io.flow.internal.v0.models.statement_creation_metadata'](),
|
|
23260
|
-
() => factories['io.flow.internal.v0.models.accounting_fulfillment_metadata'](),
|
|
23261
23260
|
() => factories['io.flow.internal.v0.models.accounting_pending_order_metadata'](),
|
|
23262
23261
|
]);
|
|
23263
23262
|
|
|
@@ -23303,7 +23302,6 @@ const factories = {
|
|
|
23303
23302
|
() => factories['io.flow.internal.v0.models.duty_transaction'](),
|
|
23304
23303
|
() => factories['io.flow.internal.v0.models.trueup_transaction'](),
|
|
23305
23304
|
() => factories['io.flow.internal.v0.models.carrier_charge_transaction'](),
|
|
23306
|
-
() => factories['io.flow.internal.v0.models.carrier_fee_transaction'](),
|
|
23307
23305
|
]);
|
|
23308
23306
|
|
|
23309
23307
|
return f();
|
|
@@ -23326,24 +23324,6 @@ const factories = {
|
|
|
23326
23324
|
return f();
|
|
23327
23325
|
},
|
|
23328
23326
|
|
|
23329
|
-
'io.flow.internal.v0.unions.variant': (): io.flow.internal.v0.unions.Variant => {
|
|
23330
|
-
const f = faker.helpers.arrayElement([
|
|
23331
|
-
() => factories['io.flow.internal.v0.models.experience_variant'](),
|
|
23332
|
-
() => factories['io.flow.internal.v0.models.feature_variant'](),
|
|
23333
|
-
]);
|
|
23334
|
-
|
|
23335
|
-
return f();
|
|
23336
|
-
},
|
|
23337
|
-
|
|
23338
|
-
'io.flow.internal.v0.unions.variant_form': (): io.flow.internal.v0.unions.VariantForm => {
|
|
23339
|
-
const f = faker.helpers.arrayElement([
|
|
23340
|
-
() => factories['io.flow.internal.v0.models.experience_variant_form'](),
|
|
23341
|
-
() => factories['io.flow.internal.v0.models.feature_variant_form'](),
|
|
23342
|
-
]);
|
|
23343
|
-
|
|
23344
|
-
return f();
|
|
23345
|
-
},
|
|
23346
|
-
|
|
23347
23327
|
'io.flow.inventory.v0.enums.aggregate': (): io.flow.inventory.v0.enums.Aggregate => faker.helpers.arrayElement(['maximum', 'minimum']),
|
|
23348
23328
|
'io.flow.inventory.v0.enums.inventory_status': (): io.flow.inventory.v0.enums.InventoryStatus => faker.helpers.arrayElement(['has_inventory', 'no_inventory']),
|
|
23349
23329
|
'io.flow.inventory.v0.enums.update_type': (): io.flow.inventory.v0.enums.UpdateType => faker.helpers.arrayElement(['change', 'set']),
|
|
@@ -23690,6 +23670,13 @@ const factories = {
|
|
|
23690
23670
|
number: factories.string(),
|
|
23691
23671
|
}),
|
|
23692
23672
|
|
|
23673
|
+
'io.flow.label.v0.models.label_processing_modification': (): io.flow.label.v0.models.LabelProcessingModification => ({
|
|
23674
|
+
id: factories.string(),
|
|
23675
|
+
modifications: arrayOf(() => factories.string()),
|
|
23676
|
+
destination: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
23677
|
+
destination_provided_to_carrier: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
23678
|
+
}),
|
|
23679
|
+
|
|
23693
23680
|
'io.flow.label.v0.models.label_reference': (): io.flow.label.v0.models.LabelReference => ({
|
|
23694
23681
|
id: factories.string(),
|
|
23695
23682
|
}),
|
|
@@ -24323,6 +24310,7 @@ const factories = {
|
|
|
24323
24310
|
'business_street_address_is_po_box',
|
|
24324
24311
|
'exception_merchant',
|
|
24325
24312
|
'application_missing',
|
|
24313
|
+
'missing_logistics_contact_info',
|
|
24326
24314
|
]),
|
|
24327
24315
|
|
|
24328
24316
|
'io.flow.organization.onboarding.state.v0.models.activation_put_form': (): io.flow.organization.onboarding.state.v0.models.ActivationPutForm => ({
|
|
@@ -24385,6 +24373,11 @@ const factories = {
|
|
|
24385
24373
|
onboarding_started_at: factories.date_time_iso_8601(),
|
|
24386
24374
|
}),
|
|
24387
24375
|
|
|
24376
|
+
'io.flow.organization.onboarding.state.v0.models.rejection_put_form': (): io.flow.organization.onboarding.state.v0.models.RejectionPutForm => ({
|
|
24377
|
+
reason: factories['io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason'](),
|
|
24378
|
+
description: factories.string(),
|
|
24379
|
+
}),
|
|
24380
|
+
|
|
24388
24381
|
'io.flow.organization.onboarding.state.v0.models.setup_blocked': (): io.flow.organization.onboarding.state.v0.models.SetupBlocked => ({
|
|
24389
24382
|
discriminator: 'setup_blocked',
|
|
24390
24383
|
|
|
@@ -24760,6 +24753,7 @@ const factories = {
|
|
|
24760
24753
|
'order_missing_information',
|
|
24761
24754
|
'order_domestic',
|
|
24762
24755
|
'order_mismatched_currencies',
|
|
24756
|
+
'order_missing',
|
|
24763
24757
|
]),
|
|
24764
24758
|
|
|
24765
24759
|
'io.flow.payment.gateway.v0.enums.payment_request_review_status': (): io.flow.payment.gateway.v0.enums.PaymentRequestReviewStatus => faker.helpers.arrayElement(['pending', 'approved', 'rejected']),
|
|
@@ -25359,6 +25353,11 @@ const factories = {
|
|
|
25359
25353
|
review: factories['io.flow.payment.gateway.v0.models.payment_request_review'](),
|
|
25360
25354
|
}),
|
|
25361
25355
|
|
|
25356
|
+
'io.flow.payment.gateway.v0.models.payment_request_cancellation_reason_order_missing': (): io.flow.payment.gateway.v0.models.PaymentRequestCancellationReasonOrderMissing => ({
|
|
25357
|
+
type: 'order_missing',
|
|
25358
|
+
description: factories.string(),
|
|
25359
|
+
}),
|
|
25360
|
+
|
|
25362
25361
|
'io.flow.payment.gateway.v0.models.payment_request_form': (): io.flow.payment.gateway.v0.models.PaymentRequestForm => ({
|
|
25363
25362
|
amount: factories.decimal(),
|
|
25364
25363
|
currency: factories.string(),
|
|
@@ -25574,6 +25573,14 @@ const factories = {
|
|
|
25574
25573
|
return f();
|
|
25575
25574
|
},
|
|
25576
25575
|
|
|
25576
|
+
'io.flow.payment.gateway.v0.unions.payment_request_cancellation_reason': (): io.flow.payment.gateway.v0.unions.PaymentRequestCancellationReason => {
|
|
25577
|
+
const f = faker.helpers.arrayElement([
|
|
25578
|
+
() => factories['io.flow.payment.gateway.v0.models.payment_request_cancellation_reason_order_missing'](),
|
|
25579
|
+
]);
|
|
25580
|
+
|
|
25581
|
+
return f();
|
|
25582
|
+
},
|
|
25583
|
+
|
|
25577
25584
|
'io.flow.payment.gateway.v0.unions.sdk_adyen_v3_authentication_token': (): io.flow.payment.gateway.v0.unions.SdkAdyenV3AuthenticationToken => {
|
|
25578
25585
|
const f = faker.helpers.arrayElement([
|
|
25579
25586
|
() => factories['io.flow.payment.gateway.v0.models.adyen_v3_fingerprint_token'](),
|
|
@@ -27310,6 +27317,15 @@ const factories = {
|
|
|
27310
27317
|
processor: factories.string(),
|
|
27311
27318
|
}),
|
|
27312
27319
|
|
|
27320
|
+
'io.flow.payment.v0.models.payment_processor_transaction_details_apm': (): io.flow.payment.v0.models.PaymentProcessorTransactionDetailsApm => ({
|
|
27321
|
+
discriminator: 'apm',
|
|
27322
|
+
transaction_identifier: factories.string(),
|
|
27323
|
+
capture_identifier: factories.string(),
|
|
27324
|
+
method_type: factories.string(),
|
|
27325
|
+
result_status: factories.string(),
|
|
27326
|
+
reason_code: factories.string(),
|
|
27327
|
+
}),
|
|
27328
|
+
|
|
27313
27329
|
'io.flow.payment.v0.models.payment_processor_transaction_details_card': (): io.flow.payment.v0.models.PaymentProcessorTransactionDetailsCard => ({
|
|
27314
27330
|
discriminator: 'card',
|
|
27315
27331
|
transaction_identifier: factories.string(),
|
|
@@ -27339,6 +27355,7 @@ const factories = {
|
|
|
27339
27355
|
'io.flow.payment.v0.models.paypal_authorization_details': (): io.flow.payment.v0.models.PaypalAuthorizationDetails => ({
|
|
27340
27356
|
discriminator: 'paypal_authorization_details',
|
|
27341
27357
|
payment_id: factories.string(),
|
|
27358
|
+
internal_payment_id: factories.string(),
|
|
27342
27359
|
payment_method: factories.string(),
|
|
27343
27360
|
payment_state: factories.string(),
|
|
27344
27361
|
payer_id: factories.string(),
|
|
@@ -27806,6 +27823,7 @@ const factories = {
|
|
|
27806
27823
|
'io.flow.payment.v0.unions.payment_processor_transaction_details': (): io.flow.payment.v0.unions.PaymentProcessorTransactionDetails => {
|
|
27807
27824
|
const f = faker.helpers.arrayElement([
|
|
27808
27825
|
() => factories['io.flow.payment.v0.models.payment_processor_transaction_details_card'](),
|
|
27826
|
+
() => factories['io.flow.payment.v0.models.payment_processor_transaction_details_apm'](),
|
|
27809
27827
|
]);
|
|
27810
27828
|
|
|
27811
27829
|
return f();
|
|
@@ -29434,6 +29452,7 @@ const factories = {
|
|
|
29434
29452
|
published_at: factories.date_time_iso_8601(),
|
|
29435
29453
|
created_at: factories.date_time_iso_8601(),
|
|
29436
29454
|
updated_at: factories.date_time_iso_8601(),
|
|
29455
|
+
has_variants_that_requires_components: factories.boolean(),
|
|
29437
29456
|
}),
|
|
29438
29457
|
|
|
29439
29458
|
'io.flow.shopify.external.v0.models.product_delete': (): io.flow.shopify.external.v0.models.ProductDelete => ({
|
|
@@ -30258,6 +30277,37 @@ const factories = {
|
|
|
30258
30277
|
channel_order_summary: factories['io.flow.shopify.markets.internal.v0.models.channel_order_summary'](),
|
|
30259
30278
|
}),
|
|
30260
30279
|
|
|
30280
|
+
'io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierDeleted => ({
|
|
30281
|
+
discriminator: 'channel_organization_identifier_deleted',
|
|
30282
|
+
event_id: factories.string(),
|
|
30283
|
+
timestamp: factories.date_time_iso_8601(),
|
|
30284
|
+
channel_id: factories.string(),
|
|
30285
|
+
id: factories.string(),
|
|
30286
|
+
}),
|
|
30287
|
+
|
|
30288
|
+
'io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_upserted': (): io.flow.shopify.markets.internal.event.v0.models.ChannelOrganizationIdentifierUpserted => ({
|
|
30289
|
+
discriminator: 'channel_organization_identifier_upserted',
|
|
30290
|
+
event_id: factories.string(),
|
|
30291
|
+
timestamp: factories.date_time_iso_8601(),
|
|
30292
|
+
channel_id: factories.string(),
|
|
30293
|
+
channel_organization_identifier: factories['io.flow.shopify.markets.internal.v0.models.channel_organization_identifier'](),
|
|
30294
|
+
}),
|
|
30295
|
+
|
|
30296
|
+
'io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_deleted': (): io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingDeleted => ({
|
|
30297
|
+
discriminator: 'order_tax_and_duty_inclusivity_setting_deleted',
|
|
30298
|
+
event_id: factories.string(),
|
|
30299
|
+
timestamp: factories.date_time_iso_8601(),
|
|
30300
|
+
organization: factories.string(),
|
|
30301
|
+
id: factories.string(),
|
|
30302
|
+
}),
|
|
30303
|
+
|
|
30304
|
+
'io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_upserted': (): io.flow.shopify.markets.internal.event.v0.models.OrderTaxAndDutyInclusivitySettingUpserted => ({
|
|
30305
|
+
discriminator: 'order_tax_and_duty_inclusivity_setting_upserted',
|
|
30306
|
+
event_id: factories.string(),
|
|
30307
|
+
timestamp: factories.date_time_iso_8601(),
|
|
30308
|
+
order_tax_and_duty_inclusivity_setting: factories['io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting'](),
|
|
30309
|
+
}),
|
|
30310
|
+
|
|
30261
30311
|
'io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted': (): io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsMetricsDeleted => ({
|
|
30262
30312
|
discriminator: 'shopify_markets_metrics_deleted',
|
|
30263
30313
|
event_id: factories.string(),
|
|
@@ -30355,6 +30405,10 @@ const factories = {
|
|
|
30355
30405
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted'](),
|
|
30356
30406
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_upserted'](),
|
|
30357
30407
|
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_deleted'](),
|
|
30408
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_upserted'](),
|
|
30409
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_deleted'](),
|
|
30410
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_upserted'](),
|
|
30411
|
+
() => factories['io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_deleted'](),
|
|
30358
30412
|
]);
|
|
30359
30413
|
|
|
30360
30414
|
return f();
|
|
@@ -30405,6 +30459,13 @@ const factories = {
|
|
|
30405
30459
|
'other',
|
|
30406
30460
|
]),
|
|
30407
30461
|
|
|
30462
|
+
'io.flow.shopify.markets.internal.v0.enums.tax_and_duty_inclusivity_setting': (): io.flow.shopify.markets.internal.v0.enums.TaxAndDutyInclusivitySetting => faker.helpers.arrayElement([
|
|
30463
|
+
'duty_exclusive_tax_exclusive',
|
|
30464
|
+
'duty_inclusive_tax_exclusive',
|
|
30465
|
+
'duty_exclusive_tax_inclusive',
|
|
30466
|
+
'duty_inclusive_tax_inclusive',
|
|
30467
|
+
]),
|
|
30468
|
+
|
|
30408
30469
|
'io.flow.shopify.markets.internal.v0.models.catalog_publication_sync_validation_error': (): io.flow.shopify.markets.internal.v0.models.CatalogPublicationSyncValidationError => ({
|
|
30409
30470
|
message: factories.string(),
|
|
30410
30471
|
reason: factories.string(),
|
|
@@ -30424,6 +30485,12 @@ const factories = {
|
|
|
30424
30485
|
timestamp: factories.date_time_iso_8601(),
|
|
30425
30486
|
}),
|
|
30426
30487
|
|
|
30488
|
+
'io.flow.shopify.markets.internal.v0.models.channel_organization_identifier': (): io.flow.shopify.markets.internal.v0.models.ChannelOrganizationIdentifier => ({
|
|
30489
|
+
id: factories.string(),
|
|
30490
|
+
organization: factories['io.flow.common.v0.models.organization_reference'](),
|
|
30491
|
+
identifier: factories.string(),
|
|
30492
|
+
}),
|
|
30493
|
+
|
|
30427
30494
|
'io.flow.shopify.markets.internal.v0.models.flow_shop_validation_error': (): io.flow.shopify.markets.internal.v0.models.FlowShopValidationError => ({
|
|
30428
30495
|
message: factories.string(),
|
|
30429
30496
|
reason: factories.string(),
|
|
@@ -30445,6 +30512,14 @@ const factories = {
|
|
|
30445
30512
|
id: factories.string(),
|
|
30446
30513
|
}),
|
|
30447
30514
|
|
|
30515
|
+
'io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting': (): io.flow.shopify.markets.internal.v0.models.OrderTaxAndDutyInclusivitySetting => ({
|
|
30516
|
+
id: factories.string(),
|
|
30517
|
+
organization_id: factories.string(),
|
|
30518
|
+
shopify_order_id: factories.string(),
|
|
30519
|
+
order_number: factories.string(),
|
|
30520
|
+
tax_and_duty_inclusivity_setting: factories['io.flow.shopify.markets.internal.v0.enums.tax_and_duty_inclusivity_setting'](),
|
|
30521
|
+
}),
|
|
30522
|
+
|
|
30448
30523
|
'io.flow.shopify.markets.internal.v0.models.order_validation_error': (): io.flow.shopify.markets.internal.v0.models.OrderValidationError => ({
|
|
30449
30524
|
message: factories.string(),
|
|
30450
30525
|
reason: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'](),
|
|
@@ -30576,7 +30651,10 @@ const factories = {
|
|
|
30576
30651
|
id: factories.string(),
|
|
30577
30652
|
initial_catalog_synced_at: factories.date_time_iso_8601(),
|
|
30578
30653
|
catalog_sync_duration: factories.long(),
|
|
30654
|
+
restrictions_sync_duration: factories.long(),
|
|
30655
|
+
classifications_sync_duration: factories.long(),
|
|
30579
30656
|
catalog_products_count: factories.long(),
|
|
30657
|
+
initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
|
|
30580
30658
|
}),
|
|
30581
30659
|
|
|
30582
30660
|
'io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner': (): io.flow.shopify.markets.internal.v0.models.ThirdPartyLogisticsPartner => ({
|
|
@@ -30680,7 +30758,16 @@ const factories = {
|
|
|
30680
30758
|
'io.flow.shopify.markets.v0.enums.shopify_order_fulfillment_status_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderFulfillmentStatusType => faker.helpers.arrayElement(['fulfilled', 'null', 'partial']),
|
|
30681
30759
|
'io.flow.shopify.markets.v0.enums.shopify_order_inventory_behaviour': (): io.flow.shopify.markets.v0.enums.ShopifyOrderInventoryBehaviour => faker.helpers.arrayElement(['bypass', 'decrement_ignoring_policy', 'decrement_obeying_policy']),
|
|
30682
30760
|
'io.flow.shopify.markets.v0.enums.shopify_order_kind_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderKindType => faker.helpers.arrayElement(['authorization', 'capture', 'sale', 'void', 'refund']),
|
|
30683
|
-
|
|
30761
|
+
|
|
30762
|
+
'io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names': (): io.flow.shopify.markets.v0.enums.ShopifyOrderPaymentGatewayNames => faker.helpers.arrayElement([
|
|
30763
|
+
'flow_commerce',
|
|
30764
|
+
'gift_card',
|
|
30765
|
+
'manual',
|
|
30766
|
+
'shopify_payments',
|
|
30767
|
+
'shop_cash',
|
|
30768
|
+
'shopify_store_credit',
|
|
30769
|
+
]),
|
|
30770
|
+
|
|
30684
30771
|
'io.flow.shopify.markets.v0.enums.shopify_order_processing_method_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderProcessingMethodType => faker.helpers.arrayElement(['checkout', 'direct', 'manual', 'offsite', 'express', 'deferred_payment']),
|
|
30685
30772
|
'io.flow.shopify.markets.v0.enums.shopify_order_restock_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderRestockType => faker.helpers.arrayElement(['no_restock', 'cancel', 'return']),
|
|
30686
30773
|
'io.flow.shopify.markets.v0.enums.shopify_order_status_type': (): io.flow.shopify.markets.v0.enums.ShopifyOrderStatusType => faker.helpers.arrayElement(['open', 'closed', 'cancelled', 'any']),
|
|
@@ -31955,6 +32042,45 @@ const factories = {
|
|
|
31955
32042
|
'io.flow.stripe.v0.enums.account_type': (): io.flow.stripe.v0.enums.AccountType => faker.helpers.arrayElement(['platform', 'custom', 'standard', 'express']),
|
|
31956
32043
|
'io.flow.stripe.v0.enums.apple_pay_type': (): io.flow.stripe.v0.enums.ApplePayType => faker.helpers.arrayElement(['apple_pay', 'apple_pay_later']),
|
|
31957
32044
|
|
|
32045
|
+
'io.flow.stripe.v0.enums.bank_ideal': (): io.flow.stripe.v0.enums.BankIdeal => faker.helpers.arrayElement([
|
|
32046
|
+
'abn_amro',
|
|
32047
|
+
'asn_bank',
|
|
32048
|
+
'bunq',
|
|
32049
|
+
'handelsbanken',
|
|
32050
|
+
'ing',
|
|
32051
|
+
'knab',
|
|
32052
|
+
'moneyou',
|
|
32053
|
+
'n26',
|
|
32054
|
+
'nn',
|
|
32055
|
+
'rabobank',
|
|
32056
|
+
'regiobank',
|
|
32057
|
+
'revolut',
|
|
32058
|
+
'sns_bank',
|
|
32059
|
+
'triodos_bank',
|
|
32060
|
+
'van_lanschot',
|
|
32061
|
+
'yoursafe',
|
|
32062
|
+
]),
|
|
32063
|
+
|
|
32064
|
+
'io.flow.stripe.v0.enums.bic_ideal': (): io.flow.stripe.v0.enums.BicIdeal => faker.helpers.arrayElement([
|
|
32065
|
+
'ABNANL2A',
|
|
32066
|
+
'ASNBNL21',
|
|
32067
|
+
'BITSNL2A',
|
|
32068
|
+
'BUNQNL2A',
|
|
32069
|
+
'FVLBNL22',
|
|
32070
|
+
'HANDNL2A',
|
|
32071
|
+
'INGBNL2A',
|
|
32072
|
+
'KNABNL2H',
|
|
32073
|
+
'MOYONL21',
|
|
32074
|
+
'NNBANL2G',
|
|
32075
|
+
'NTSBDEB1',
|
|
32076
|
+
'RABONL2U',
|
|
32077
|
+
'RBRBNL21',
|
|
32078
|
+
'REVOIE23',
|
|
32079
|
+
'REVOLT21',
|
|
32080
|
+
'SNSBNL2A',
|
|
32081
|
+
'TRIONL2U',
|
|
32082
|
+
]),
|
|
32083
|
+
|
|
31958
32084
|
'io.flow.stripe.v0.enums.cancellation_reason': (): io.flow.stripe.v0.enums.CancellationReason => faker.helpers.arrayElement([
|
|
31959
32085
|
'abandoned',
|
|
31960
32086
|
'automatic',
|
|
@@ -32045,6 +32171,44 @@ const factories = {
|
|
|
32045
32171
|
'requested_block_on_incorrect_cvc',
|
|
32046
32172
|
]),
|
|
32047
32173
|
|
|
32174
|
+
'io.flow.stripe.v0.enums.dispute_event_type': (): io.flow.stripe.v0.enums.DisputeEventType => faker.helpers.arrayElement([
|
|
32175
|
+
'charge.dispute.closed',
|
|
32176
|
+
'charge.dispute.created',
|
|
32177
|
+
'charge.dispute.funds_reinstated',
|
|
32178
|
+
'charge.dispute.funds_withdrawn',
|
|
32179
|
+
'charge.dispute.updated',
|
|
32180
|
+
]),
|
|
32181
|
+
|
|
32182
|
+
'io.flow.stripe.v0.enums.dispute_payment_method_details_card_case_type': (): io.flow.stripe.v0.enums.DisputePaymentMethodDetailsCardCaseType => faker.helpers.arrayElement(['chargeback', 'inquiry']),
|
|
32183
|
+
'io.flow.stripe.v0.enums.dispute_payment_method_details_type': (): io.flow.stripe.v0.enums.DisputePaymentMethodDetailsType => faker.helpers.arrayElement(['card', 'klarna', 'paypal']),
|
|
32184
|
+
|
|
32185
|
+
'io.flow.stripe.v0.enums.dispute_reason': (): io.flow.stripe.v0.enums.DisputeReason => faker.helpers.arrayElement([
|
|
32186
|
+
'bank_cannot_process',
|
|
32187
|
+
'check_returned',
|
|
32188
|
+
'credit_not_processed',
|
|
32189
|
+
'customer_initiated',
|
|
32190
|
+
'debit_not_authorized',
|
|
32191
|
+
'duplicate',
|
|
32192
|
+
'fraudulent',
|
|
32193
|
+
'general',
|
|
32194
|
+
'incorrect_account_details',
|
|
32195
|
+
'insufficient_funds',
|
|
32196
|
+
'product_not_received',
|
|
32197
|
+
'product_unacceptable',
|
|
32198
|
+
'subscription_canceled',
|
|
32199
|
+
'unrecognized',
|
|
32200
|
+
]),
|
|
32201
|
+
|
|
32202
|
+
'io.flow.stripe.v0.enums.dispute_status': (): io.flow.stripe.v0.enums.DisputeStatus => faker.helpers.arrayElement([
|
|
32203
|
+
'warning_needs_response',
|
|
32204
|
+
'warning_under_review',
|
|
32205
|
+
'warning_closed',
|
|
32206
|
+
'needs_response',
|
|
32207
|
+
'under_review',
|
|
32208
|
+
'won',
|
|
32209
|
+
'lost',
|
|
32210
|
+
]),
|
|
32211
|
+
|
|
32048
32212
|
'io.flow.stripe.v0.enums.error_code': (): io.flow.stripe.v0.enums.ErrorCode => faker.helpers.arrayElement([
|
|
32049
32213
|
'invalid_number',
|
|
32050
32214
|
'invalid_expiry_month',
|
|
@@ -32139,6 +32303,11 @@ const factories = {
|
|
|
32139
32303
|
'charge.succeeded',
|
|
32140
32304
|
'charge.updated',
|
|
32141
32305
|
'charge.refund.updated',
|
|
32306
|
+
'charge.dispute.closed',
|
|
32307
|
+
'charge.dispute.created',
|
|
32308
|
+
'charge.dispute.funds_reinstated',
|
|
32309
|
+
'charge.dispute.funds_withdrawn',
|
|
32310
|
+
'charge.dispute.updated',
|
|
32142
32311
|
'payment_intent.created',
|
|
32143
32312
|
'payment_intent.amount_capturable_updated',
|
|
32144
32313
|
'payment_intent.payment_failed',
|
|
@@ -32185,9 +32354,10 @@ const factories = {
|
|
|
32185
32354
|
]),
|
|
32186
32355
|
|
|
32187
32356
|
'io.flow.stripe.v0.enums.payment_method_category_klarna': (): io.flow.stripe.v0.enums.PaymentMethodCategoryKlarna => faker.helpers.arrayElement(['pay_later', 'pay_now', 'pay_with_financing', 'pay_in_installments']),
|
|
32188
|
-
'io.flow.stripe.v0.enums.payment_method_type': (): io.flow.stripe.v0.enums.PaymentMethodType => faker.helpers.arrayElement(['card', 'card_present', 'klarna']),
|
|
32357
|
+
'io.flow.stripe.v0.enums.payment_method_type': (): io.flow.stripe.v0.enums.PaymentMethodType => faker.helpers.arrayElement(['card', 'card_present', 'ideal', 'klarna', 'bancontact']),
|
|
32189
32358
|
'io.flow.stripe.v0.enums.payment_outcome_type': (): io.flow.stripe.v0.enums.PaymentOutcomeType => faker.helpers.arrayElement(['authorized', 'manual_review', 'issuer_declined', 'blocked', 'invalid']),
|
|
32190
32359
|
'io.flow.stripe.v0.enums.payment_status': (): io.flow.stripe.v0.enums.PaymentStatus => faker.helpers.arrayElement(['succeeded', 'pending', 'failed']),
|
|
32360
|
+
'io.flow.stripe.v0.enums.preferred_language_bancontact': (): io.flow.stripe.v0.enums.PreferredLanguageBancontact => faker.helpers.arrayElement(['de', 'en', 'fr', 'nl']),
|
|
32191
32361
|
|
|
32192
32362
|
'io.flow.stripe.v0.enums.preferred_locale_klarna': (): io.flow.stripe.v0.enums.PreferredLocaleKlarna => faker.helpers.arrayElement([
|
|
32193
32363
|
'de-AT',
|
|
@@ -32512,6 +32682,54 @@ const factories = {
|
|
|
32512
32682
|
description: factories.string(),
|
|
32513
32683
|
}),
|
|
32514
32684
|
|
|
32685
|
+
'io.flow.stripe.v0.models.dispute': (): io.flow.stripe.v0.models.Dispute => ({
|
|
32686
|
+
id: factories.string(),
|
|
32687
|
+
amount: factories.integer(),
|
|
32688
|
+
charge: factories.string(),
|
|
32689
|
+
currency: factories.string(),
|
|
32690
|
+
evidence: factories.object(),
|
|
32691
|
+
metadata: objectOf(() => factories.string()),
|
|
32692
|
+
payment_intent: factories.string(),
|
|
32693
|
+
reason: factories['io.flow.stripe.v0.enums.dispute_reason'](),
|
|
32694
|
+
status: factories['io.flow.stripe.v0.enums.dispute_status'](),
|
|
32695
|
+
object: factories.string(),
|
|
32696
|
+
balance_transactions: arrayOf(() => factories.object()),
|
|
32697
|
+
created: factories.long(),
|
|
32698
|
+
evidence_details: factories['io.flow.stripe.v0.models.dispute_evidence_details'](),
|
|
32699
|
+
is_charge_refundable: factories.boolean(),
|
|
32700
|
+
livemode: factories.boolean(),
|
|
32701
|
+
payment_method_details: factories['io.flow.stripe.v0.models.dispute_payment_method_details'](),
|
|
32702
|
+
}),
|
|
32703
|
+
|
|
32704
|
+
'io.flow.stripe.v0.models.dispute_evidence_details': (): io.flow.stripe.v0.models.DisputeEvidenceDetails => ({
|
|
32705
|
+
due_by: factories.long(),
|
|
32706
|
+
has_evidence: factories.boolean(),
|
|
32707
|
+
past_due: factories.boolean(),
|
|
32708
|
+
submission_count: factories.integer(),
|
|
32709
|
+
}),
|
|
32710
|
+
|
|
32711
|
+
'io.flow.stripe.v0.models.dispute_payment_method_details': (): io.flow.stripe.v0.models.DisputePaymentMethodDetails => ({
|
|
32712
|
+
card: factories['io.flow.stripe.v0.models.dispute_payment_method_details_card'](),
|
|
32713
|
+
klarna: factories['io.flow.stripe.v0.models.dispute_payment_method_details_klarna'](),
|
|
32714
|
+
paypal: factories['io.flow.stripe.v0.models.dispute_payment_method_details_paypal'](),
|
|
32715
|
+
type: factories['io.flow.stripe.v0.enums.dispute_payment_method_details_type'](),
|
|
32716
|
+
}),
|
|
32717
|
+
|
|
32718
|
+
'io.flow.stripe.v0.models.dispute_payment_method_details_card': (): io.flow.stripe.v0.models.DisputePaymentMethodDetailsCard => ({
|
|
32719
|
+
brand: factories.string(),
|
|
32720
|
+
case_type: factories['io.flow.stripe.v0.enums.dispute_payment_method_details_card_case_type'](),
|
|
32721
|
+
network_reason_code: factories.string(),
|
|
32722
|
+
}),
|
|
32723
|
+
|
|
32724
|
+
'io.flow.stripe.v0.models.dispute_payment_method_details_klarna': (): io.flow.stripe.v0.models.DisputePaymentMethodDetailsKlarna => ({
|
|
32725
|
+
reason_code: factories.string(),
|
|
32726
|
+
}),
|
|
32727
|
+
|
|
32728
|
+
'io.flow.stripe.v0.models.dispute_payment_method_details_paypal': (): io.flow.stripe.v0.models.DisputePaymentMethodDetailsPaypal => ({
|
|
32729
|
+
case_id: factories.string(),
|
|
32730
|
+
reason_code: factories.string(),
|
|
32731
|
+
}),
|
|
32732
|
+
|
|
32515
32733
|
'io.flow.stripe.v0.models.error': (): io.flow.stripe.v0.models.Error => ({
|
|
32516
32734
|
error: factories['io.flow.stripe.v0.models.stripe_error'](),
|
|
32517
32735
|
}),
|
|
@@ -32770,8 +32988,10 @@ const factories = {
|
|
|
32770
32988
|
id: factories.string(),
|
|
32771
32989
|
object: factories.string(),
|
|
32772
32990
|
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
32991
|
+
bancontact: factories.object(),
|
|
32773
32992
|
card: factories['io.flow.stripe.v0.models.payment_method_card_details'](),
|
|
32774
32993
|
card_present: factories.object(),
|
|
32994
|
+
ideal: factories.object(),
|
|
32775
32995
|
klarna: factories.object(),
|
|
32776
32996
|
created: factories.long(),
|
|
32777
32997
|
customer: factories.string(),
|
|
@@ -32806,6 +33026,12 @@ const factories = {
|
|
|
32806
33026
|
cvc: factories.string(),
|
|
32807
33027
|
}),
|
|
32808
33028
|
|
|
33029
|
+
'io.flow.stripe.v0.models.payment_method_data_bancontact': (): io.flow.stripe.v0.models.PaymentMethodDataBancontact => ({
|
|
33030
|
+
type: 'bancontact',
|
|
33031
|
+
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
33032
|
+
metadata: factories.object(),
|
|
33033
|
+
}),
|
|
33034
|
+
|
|
32809
33035
|
'io.flow.stripe.v0.models.payment_method_data_card': (): io.flow.stripe.v0.models.PaymentMethodDataCard => ({
|
|
32810
33036
|
type: 'card',
|
|
32811
33037
|
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
@@ -32813,6 +33039,13 @@ const factories = {
|
|
|
32813
33039
|
card: factories['io.flow.stripe.v0.models.payment_method_card_form'](),
|
|
32814
33040
|
}),
|
|
32815
33041
|
|
|
33042
|
+
'io.flow.stripe.v0.models.payment_method_data_ideal': (): io.flow.stripe.v0.models.PaymentMethodDataIdeal => ({
|
|
33043
|
+
type: 'ideal',
|
|
33044
|
+
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
33045
|
+
metadata: factories.object(),
|
|
33046
|
+
ideal: factories['io.flow.stripe.v0.models.payment_method_ideal_form'](),
|
|
33047
|
+
}),
|
|
33048
|
+
|
|
32816
33049
|
'io.flow.stripe.v0.models.payment_method_data_klarna': (): io.flow.stripe.v0.models.PaymentMethodDataKlarna => ({
|
|
32817
33050
|
type: 'klarna',
|
|
32818
33051
|
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
@@ -32820,6 +33053,22 @@ const factories = {
|
|
|
32820
33053
|
klarna: factories['io.flow.stripe.v0.models.payment_method_klarna_form'](),
|
|
32821
33054
|
}),
|
|
32822
33055
|
|
|
33056
|
+
'io.flow.stripe.v0.models.payment_method_details_bancontact': (): io.flow.stripe.v0.models.PaymentMethodDetailsBancontact => ({
|
|
33057
|
+
type: 'bancontact',
|
|
33058
|
+
bancontact: factories['io.flow.stripe.v0.models.payment_method_details_bancontact_information'](),
|
|
33059
|
+
}),
|
|
33060
|
+
|
|
33061
|
+
'io.flow.stripe.v0.models.payment_method_details_bancontact_information': (): io.flow.stripe.v0.models.PaymentMethodDetailsBancontactInformation => ({
|
|
33062
|
+
bank_code: factories.string(),
|
|
33063
|
+
bank_name: factories.string(),
|
|
33064
|
+
bic: factories.string(),
|
|
33065
|
+
generated_sepa_debit: factories.string(),
|
|
33066
|
+
generated_sepa_debit_mandate: factories.string(),
|
|
33067
|
+
iban_last4: factories.string(),
|
|
33068
|
+
preferred_language: factories['io.flow.stripe.v0.enums.preferred_language_bancontact'](),
|
|
33069
|
+
verified_name: factories.string(),
|
|
33070
|
+
}),
|
|
33071
|
+
|
|
32823
33072
|
'io.flow.stripe.v0.models.payment_method_details_card': (): io.flow.stripe.v0.models.PaymentMethodDetailsCard => ({
|
|
32824
33073
|
type: 'card',
|
|
32825
33074
|
card: factories['io.flow.stripe.v0.models.payment_method_details_card_information'](),
|
|
@@ -32851,6 +33100,20 @@ const factories = {
|
|
|
32851
33100
|
overcapture: factories['io.flow.stripe.v0.models.overcapture'](),
|
|
32852
33101
|
}),
|
|
32853
33102
|
|
|
33103
|
+
'io.flow.stripe.v0.models.payment_method_details_ideal': (): io.flow.stripe.v0.models.PaymentMethodDetailsIdeal => ({
|
|
33104
|
+
type: 'ideal',
|
|
33105
|
+
ideal: factories['io.flow.stripe.v0.models.payment_method_details_ideal_information'](),
|
|
33106
|
+
}),
|
|
33107
|
+
|
|
33108
|
+
'io.flow.stripe.v0.models.payment_method_details_ideal_information': (): io.flow.stripe.v0.models.PaymentMethodDetailsIdealInformation => ({
|
|
33109
|
+
bank: factories['io.flow.stripe.v0.enums.bank_ideal'](),
|
|
33110
|
+
bic: factories['io.flow.stripe.v0.enums.bic_ideal'](),
|
|
33111
|
+
generated_sepa_debit: factories.string(),
|
|
33112
|
+
generated_sepa_debit_mandate: factories.string(),
|
|
33113
|
+
iban_last4: factories.string(),
|
|
33114
|
+
verified_name: factories.string(),
|
|
33115
|
+
}),
|
|
33116
|
+
|
|
32854
33117
|
'io.flow.stripe.v0.models.payment_method_details_klarna': (): io.flow.stripe.v0.models.PaymentMethodDetailsKlarna => ({
|
|
32855
33118
|
type: 'klarna',
|
|
32856
33119
|
klarna: factories['io.flow.stripe.v0.models.payment_method_details_klarna_information'](),
|
|
@@ -32861,6 +33124,13 @@ const factories = {
|
|
|
32861
33124
|
preferred_locale: factories['io.flow.stripe.v0.enums.preferred_locale_klarna'](),
|
|
32862
33125
|
}),
|
|
32863
33126
|
|
|
33127
|
+
'io.flow.stripe.v0.models.payment_method_form_bancontact': (): io.flow.stripe.v0.models.PaymentMethodFormBancontact => ({
|
|
33128
|
+
type: 'bancontact',
|
|
33129
|
+
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
33130
|
+
metadata: factories.object(),
|
|
33131
|
+
bancontact: factories.object(),
|
|
33132
|
+
}),
|
|
33133
|
+
|
|
32864
33134
|
'io.flow.stripe.v0.models.payment_method_form_card': (): io.flow.stripe.v0.models.PaymentMethodFormCard => ({
|
|
32865
33135
|
type: 'card',
|
|
32866
33136
|
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
@@ -32868,6 +33138,13 @@ const factories = {
|
|
|
32868
33138
|
card: factories['io.flow.stripe.v0.models.payment_method_card_form'](),
|
|
32869
33139
|
}),
|
|
32870
33140
|
|
|
33141
|
+
'io.flow.stripe.v0.models.payment_method_form_ideal': (): io.flow.stripe.v0.models.PaymentMethodFormIdeal => ({
|
|
33142
|
+
type: 'ideal',
|
|
33143
|
+
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
33144
|
+
metadata: factories.object(),
|
|
33145
|
+
ideal: factories['io.flow.stripe.v0.models.payment_method_ideal_form'](),
|
|
33146
|
+
}),
|
|
33147
|
+
|
|
32871
33148
|
'io.flow.stripe.v0.models.payment_method_form_klarna': (): io.flow.stripe.v0.models.PaymentMethodFormKlarna => ({
|
|
32872
33149
|
type: 'klarna',
|
|
32873
33150
|
billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
|
|
@@ -32875,13 +33152,27 @@ const factories = {
|
|
|
32875
33152
|
klarna: factories['io.flow.stripe.v0.models.payment_method_klarna_form'](),
|
|
32876
33153
|
}),
|
|
32877
33154
|
|
|
33155
|
+
'io.flow.stripe.v0.models.payment_method_ideal_form': (): io.flow.stripe.v0.models.PaymentMethodIdealForm => ({
|
|
33156
|
+
bank: factories.string(),
|
|
33157
|
+
}),
|
|
33158
|
+
|
|
32878
33159
|
'io.flow.stripe.v0.models.payment_method_klarna_form': (): io.flow.stripe.v0.models.PaymentMethodKlarnaForm => ({
|
|
32879
33160
|
dob: factories['io.flow.stripe.v0.models.klarna_dob_form'](),
|
|
32880
33161
|
}),
|
|
32881
33162
|
|
|
32882
33163
|
'io.flow.stripe.v0.models.payment_method_options': (): io.flow.stripe.v0.models.PaymentMethodOptions => ({
|
|
32883
33164
|
card: factories['io.flow.stripe.v0.models.payment_method_options_card'](),
|
|
33165
|
+
ideal: factories['io.flow.stripe.v0.models.payment_method_options_ideal'](),
|
|
32884
33166
|
klarna: factories['io.flow.stripe.v0.models.payment_method_options_klarna'](),
|
|
33167
|
+
bancontact: factories['io.flow.stripe.v0.models.payment_method_options_bancontact'](),
|
|
33168
|
+
}),
|
|
33169
|
+
|
|
33170
|
+
'io.flow.stripe.v0.models.payment_method_options_bancontact': (): io.flow.stripe.v0.models.PaymentMethodOptionsBancontact => ({
|
|
33171
|
+
preferred_language: factories['io.flow.stripe.v0.enums.preferred_language_bancontact'](),
|
|
33172
|
+
}),
|
|
33173
|
+
|
|
33174
|
+
'io.flow.stripe.v0.models.payment_method_options_bancontact_form': (): io.flow.stripe.v0.models.PaymentMethodOptionsBancontactForm => ({
|
|
33175
|
+
preferred_language: factories['io.flow.stripe.v0.enums.preferred_language_bancontact'](),
|
|
32885
33176
|
}),
|
|
32886
33177
|
|
|
32887
33178
|
'io.flow.stripe.v0.models.payment_method_options_card': (): io.flow.stripe.v0.models.PaymentMethodOptionsCard => ({
|
|
@@ -32901,7 +33192,17 @@ const factories = {
|
|
|
32901
33192
|
|
|
32902
33193
|
'io.flow.stripe.v0.models.payment_method_options_form': (): io.flow.stripe.v0.models.PaymentMethodOptionsForm => ({
|
|
32903
33194
|
card: factories['io.flow.stripe.v0.models.payment_method_options_card_form'](),
|
|
33195
|
+
ideal: factories['io.flow.stripe.v0.models.payment_method_options_ideal_form'](),
|
|
32904
33196
|
klarna: factories['io.flow.stripe.v0.models.payment_method_options_klarna_form'](),
|
|
33197
|
+
bancontact: factories['io.flow.stripe.v0.models.payment_method_options_bancontact_form'](),
|
|
33198
|
+
}),
|
|
33199
|
+
|
|
33200
|
+
'io.flow.stripe.v0.models.payment_method_options_ideal': (): io.flow.stripe.v0.models.PaymentMethodOptionsIdeal => ({
|
|
33201
|
+
setup_future_usage: factories['io.flow.stripe.v0.enums.setup_future_usage'](),
|
|
33202
|
+
}),
|
|
33203
|
+
|
|
33204
|
+
'io.flow.stripe.v0.models.payment_method_options_ideal_form': (): io.flow.stripe.v0.models.PaymentMethodOptionsIdealForm => ({
|
|
33205
|
+
setup_future_usage: factories['io.flow.stripe.v0.enums.setup_future_usage'](),
|
|
32905
33206
|
}),
|
|
32906
33207
|
|
|
32907
33208
|
'io.flow.stripe.v0.models.payment_method_options_klarna': (): io.flow.stripe.v0.models.PaymentMethodOptionsKlarna => ({
|
|
@@ -33116,6 +33417,24 @@ const factories = {
|
|
|
33116
33417
|
directory_server_encryption: factories.object(),
|
|
33117
33418
|
}),
|
|
33118
33419
|
|
|
33420
|
+
'io.flow.stripe.v0.models.stripe_dispute_event': (): io.flow.stripe.v0.models.StripeDisputeEvent => ({
|
|
33421
|
+
id: factories.string(),
|
|
33422
|
+
api_version: factories.string(),
|
|
33423
|
+
data: factories['io.flow.stripe.v0.models.stripe_dispute_event_data'](),
|
|
33424
|
+
request: factories.object(),
|
|
33425
|
+
type: factories['io.flow.stripe.v0.enums.dispute_event_type'](),
|
|
33426
|
+
object: factories.string(),
|
|
33427
|
+
account: factories.string(),
|
|
33428
|
+
created: factories.long(),
|
|
33429
|
+
livemode: factories.boolean(),
|
|
33430
|
+
pending_webhooks: factories.integer(),
|
|
33431
|
+
}),
|
|
33432
|
+
|
|
33433
|
+
'io.flow.stripe.v0.models.stripe_dispute_event_data': (): io.flow.stripe.v0.models.StripeDisputeEventData => ({
|
|
33434
|
+
object: factories['io.flow.stripe.v0.models.dispute'](),
|
|
33435
|
+
previous_attributes: factories.object(),
|
|
33436
|
+
}),
|
|
33437
|
+
|
|
33119
33438
|
'io.flow.stripe.v0.models.stripe_error': (): io.flow.stripe.v0.models.StripeError => ({
|
|
33120
33439
|
type: factories['io.flow.stripe.v0.enums.error_type'](),
|
|
33121
33440
|
charge: factories.string(),
|
|
@@ -33223,7 +33542,9 @@ const factories = {
|
|
|
33223
33542
|
'io.flow.stripe.v0.unions.payment_method_data': (): io.flow.stripe.v0.unions.PaymentMethodData => {
|
|
33224
33543
|
const f = faker.helpers.arrayElement([
|
|
33225
33544
|
() => factories['io.flow.stripe.v0.models.payment_method_data_card'](),
|
|
33545
|
+
() => factories['io.flow.stripe.v0.models.payment_method_data_ideal'](),
|
|
33226
33546
|
() => factories['io.flow.stripe.v0.models.payment_method_data_klarna'](),
|
|
33547
|
+
() => factories['io.flow.stripe.v0.models.payment_method_data_bancontact'](),
|
|
33227
33548
|
]);
|
|
33228
33549
|
|
|
33229
33550
|
return f();
|
|
@@ -33232,7 +33553,9 @@ const factories = {
|
|
|
33232
33553
|
'io.flow.stripe.v0.unions.payment_method_details': (): io.flow.stripe.v0.unions.PaymentMethodDetails => {
|
|
33233
33554
|
const f = faker.helpers.arrayElement([
|
|
33234
33555
|
() => factories['io.flow.stripe.v0.models.payment_method_details_card'](),
|
|
33556
|
+
() => factories['io.flow.stripe.v0.models.payment_method_details_ideal'](),
|
|
33235
33557
|
() => factories['io.flow.stripe.v0.models.payment_method_details_klarna'](),
|
|
33558
|
+
() => factories['io.flow.stripe.v0.models.payment_method_details_bancontact'](),
|
|
33236
33559
|
]);
|
|
33237
33560
|
|
|
33238
33561
|
return f();
|
|
@@ -33241,7 +33564,9 @@ const factories = {
|
|
|
33241
33564
|
'io.flow.stripe.v0.unions.payment_method_form': (): io.flow.stripe.v0.unions.PaymentMethodForm => {
|
|
33242
33565
|
const f = faker.helpers.arrayElement([
|
|
33243
33566
|
() => factories['io.flow.stripe.v0.models.payment_method_form_card'](),
|
|
33567
|
+
() => factories['io.flow.stripe.v0.models.payment_method_form_ideal'](),
|
|
33244
33568
|
() => factories['io.flow.stripe.v0.models.payment_method_form_klarna'](),
|
|
33569
|
+
() => factories['io.flow.stripe.v0.models.payment_method_form_bancontact'](),
|
|
33245
33570
|
]);
|
|
33246
33571
|
|
|
33247
33572
|
return f();
|
|
@@ -33536,6 +33861,12 @@ const factories = {
|
|
|
33536
33861
|
'eei_filing',
|
|
33537
33862
|
'fixed_ddp',
|
|
33538
33863
|
'fixed_currency_conversion',
|
|
33864
|
+
'prohibited_item',
|
|
33865
|
+
'undeliverable_shipment',
|
|
33866
|
+
'signature_required',
|
|
33867
|
+
'direct_delivery',
|
|
33868
|
+
'saturday_stop',
|
|
33869
|
+
'residential_extended_area_pickup',
|
|
33539
33870
|
]),
|
|
33540
33871
|
|
|
33541
33872
|
'io.flow.trueup.v0.models.dead_weight': (): io.flow.trueup.v0.models.DeadWeight => ({
|
|
@@ -33627,7 +33958,6 @@ export const makeAccountTransactionsExportRequest = () => factories['io.flow.int
|
|
|
33627
33958
|
export const makeAccountType = () => factories['io.flow.internal.v0.enums.account_type']();
|
|
33628
33959
|
export const makeAccountUpserted = () => factories['io.flow.internal.v0.models.account_upserted']();
|
|
33629
33960
|
export const makeAccountUpsertedV2 = () => factories['io.flow.internal.v0.models.account_upserted_v2']();
|
|
33630
|
-
export const makeAccountingFulfillmentMetadata = () => factories['io.flow.internal.v0.models.accounting_fulfillment_metadata']();
|
|
33631
33961
|
export const makeAccountingPendingOrderMetadata = () => factories['io.flow.internal.v0.models.accounting_pending_order_metadata']();
|
|
33632
33962
|
export const makeActionQuantity = () => factories['io.flow.internal.v0.models.action_quantity']();
|
|
33633
33963
|
export const makeAdditionalImportTax = () => factories['io.flow.internal.v0.models.additional_import_tax']();
|
|
@@ -33717,13 +34047,13 @@ export const makeAuthorizedOrderCharge = () => factories['io.flow.internal.v0.un
|
|
|
33717
34047
|
export const makeAuthorizedShippingCharge = () => factories['io.flow.internal.v0.models.authorized_shipping_charge']();
|
|
33718
34048
|
export const makeAutoRestrictRule = () => factories['io.flow.internal.v0.enums.auto_restrict_rule']();
|
|
33719
34049
|
export const makeAutoReviewCriteria = () => factories['io.flow.internal.v0.models.auto_review_criteria']();
|
|
33720
|
-
export const makeBackfill = () => factories['io.flow.internal.v0.models.backfill']();
|
|
33721
|
-
export const makeBackfillForm = () => factories['io.flow.internal.v0.models.backfill_form']();
|
|
33722
34050
|
export const makeBankAccountReference = () => factories['io.flow.internal.v0.models.bank_account_reference']();
|
|
33723
34051
|
export const makeBankPayment = () => factories['io.flow.internal.v0.models.bank_payment']();
|
|
33724
34052
|
export const makeBankPaymentDeletedV2 = () => factories['io.flow.internal.v0.models.bank_payment_deleted_v2']();
|
|
33725
34053
|
export const makeBankPaymentForm = () => factories['io.flow.internal.v0.models.bank_payment_form']();
|
|
33726
34054
|
export const makeBankPaymentOrder = () => factories['io.flow.internal.v0.models.bank_payment_order']();
|
|
34055
|
+
export const makeBankPaymentOrderDeleted = () => factories['io.flow.internal.v0.models.bank_payment_order_deleted']();
|
|
34056
|
+
export const makeBankPaymentOrderUpserted = () => factories['io.flow.internal.v0.models.bank_payment_order_upserted']();
|
|
33727
34057
|
export const makeBankPaymentPromiseCompletedMethod = () => factories['io.flow.internal.v0.enums.bank_payment_promise_completed_method']();
|
|
33728
34058
|
export const makeBankPaymentReference = () => factories['io.flow.internal.v0.models.bank_payment_reference']();
|
|
33729
34059
|
export const makeBankPaymentStatusCode = () => factories['io.flow.internal.v0.enums.bank_payment_status_code']();
|
|
@@ -33817,20 +34147,14 @@ export const makeCarrierChargeType = () => factories['io.flow.internal.v0.enums.
|
|
|
33817
34147
|
export const makeCarrierChargeUnits = () => factories['io.flow.internal.v0.models.carrier_charge_units']();
|
|
33818
34148
|
export const makeCarrierChargeUpserted = () => factories['io.flow.internal.v0.models.carrier_charge_upserted']();
|
|
33819
34149
|
export const makeCarrierCredentials = () => factories['io.flow.internal.v0.unions.carrier_credentials']();
|
|
33820
|
-
export const makeCarrierFee = () => factories['io.flow.internal.v0.models.carrier_fee']();
|
|
33821
|
-
export const makeCarrierFeeDeleted = () => factories['io.flow.internal.v0.models.carrier_fee_deleted']();
|
|
33822
|
-
export const makeCarrierFeeForm = () => factories['io.flow.internal.v0.models.carrier_fee_form']();
|
|
33823
|
-
export const makeCarrierFeeTransaction = () => factories['io.flow.internal.v0.models.carrier_fee_transaction']();
|
|
33824
|
-
export const makeCarrierFeeTransactionLabelReference = () => factories['io.flow.internal.v0.models.carrier_fee_transaction_label_reference']();
|
|
33825
|
-
export const makeCarrierFeeTransactionType = () => factories['io.flow.internal.v0.enums.carrier_fee_transaction_type']();
|
|
33826
|
-
export const makeCarrierFeeUnits = () => factories['io.flow.internal.v0.models.carrier_fee_units']();
|
|
33827
|
-
export const makeCarrierFeeUpserted = () => factories['io.flow.internal.v0.models.carrier_fee_upserted']();
|
|
33828
34150
|
export const makeCarrierFile = () => factories['io.flow.internal.v0.models.carrier_file']();
|
|
33829
34151
|
export const makeCarrierFileForm = () => factories['io.flow.internal.v0.models.carrier_file_form']();
|
|
33830
34152
|
export const makeCarrierFileResult = () => factories['io.flow.internal.v0.models.carrier_file_result']();
|
|
33831
34153
|
export const makeCarrierFileType = () => factories['io.flow.internal.v0.enums.carrier_file_type']();
|
|
33832
34154
|
export const makeCarrierInvoice = () => factories['io.flow.internal.v0.models.carrier_invoice']();
|
|
33833
34155
|
export const makeCarrierLabelGenerationMethod = () => factories['io.flow.internal.v0.enums.carrier_label_generation_method']();
|
|
34156
|
+
export const makeCarrierTaxForm = () => factories['io.flow.internal.v0.models.carrier_tax_form']();
|
|
34157
|
+
export const makeCarrierTaxUnits = () => factories['io.flow.internal.v0.models.carrier_tax_units']();
|
|
33834
34158
|
export const makeCarrierValidationStatus = () => factories['io.flow.internal.v0.enums.carrier_validation_status']();
|
|
33835
34159
|
export const makeCatalogImportRequest = () => factories['io.flow.internal.v0.models.catalog_import_request']();
|
|
33836
34160
|
export const makeCatalogImportType = () => factories['io.flow.internal.v0.enums.catalog_import_type']();
|
|
@@ -33889,6 +34213,9 @@ export const makeChannelOrderSummary = () => factories['io.flow.internal.v0.mode
|
|
|
33889
34213
|
export const makeChannelOrderSummaryDeleted = () => factories['io.flow.internal.v0.models.channel_order_summary_deleted']();
|
|
33890
34214
|
export const makeChannelOrderSummaryFulfillmentDetails = () => factories['io.flow.internal.v0.models.channel_order_summary_fulfillment_details']();
|
|
33891
34215
|
export const makeChannelOrderSummaryUpserted = () => factories['io.flow.internal.v0.models.channel_order_summary_upserted']();
|
|
34216
|
+
export const makeChannelOrganizationIdentifier = () => factories['io.flow.internal.v0.models.channel_organization_identifier']();
|
|
34217
|
+
export const makeChannelOrganizationIdentifierDeleted = () => factories['io.flow.internal.v0.models.channel_organization_identifier_deleted']();
|
|
34218
|
+
export const makeChannelOrganizationIdentifierUpserted = () => factories['io.flow.internal.v0.models.channel_organization_identifier_upserted']();
|
|
33892
34219
|
export const makeChannelOrganizationShopify = () => factories['io.flow.internal.v0.models.channel_organization_shopify']();
|
|
33893
34220
|
export const makeChannelOrganizationShopifyForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_form']();
|
|
33894
34221
|
export const makeChannelOrganizationShopifyPostForm = () => factories['io.flow.internal.v0.models.channel_organization_shopify_post_form']();
|
|
@@ -33961,6 +34288,7 @@ export const makeClassification = () => factories['io.flow.internal.v0.models.cl
|
|
|
33961
34288
|
export const makeClassificationAction = () => factories['io.flow.internal.v0.unions.classification_action']();
|
|
33962
34289
|
export const makeClassificationActionForm = () => factories['io.flow.internal.v0.unions.classification_action_form']();
|
|
33963
34290
|
export const makeClassificationActionFormUndo = () => factories['io.flow.internal.v0.models.classification_action_form_undo']();
|
|
34291
|
+
export const makeClassificationDecision = () => factories['io.flow.internal.v0.enums.classification_decision']();
|
|
33964
34292
|
export const makeClassificationDetails = () => factories['io.flow.internal.v0.models.classification_details']();
|
|
33965
34293
|
export const makeClassificationError = () => factories['io.flow.internal.v0.models.classification_error']();
|
|
33966
34294
|
export const makeClassificationErrorCode = () => factories['io.flow.internal.v0.enums.classification_error_code']();
|
|
@@ -33969,9 +34297,14 @@ export const makeClassificationFormWrapper = () => factories['io.flow.internal.v
|
|
|
33969
34297
|
export const makeClassificationItem = () => factories['io.flow.internal.v0.models.classification_item']();
|
|
33970
34298
|
export const makeClassificationJudgementForm = () => factories['io.flow.internal.v0.unions.classification_judgement_form']();
|
|
33971
34299
|
export const makeClassificationLabelAttribute = () => factories['io.flow.internal.v0.unions.classification_label_attribute']();
|
|
34300
|
+
export const makeClassificationPlatform = () => factories['io.flow.internal.v0.enums.classification_platform']();
|
|
33972
34301
|
export const makeClassificationProduct = () => factories['io.flow.internal.v0.models.classification_product']();
|
|
33973
34302
|
export const makeClassificationProductHarmonization = () => factories['io.flow.internal.v0.models.classification_product_harmonization']();
|
|
33974
34303
|
export const makeClassificationProductId = () => factories['io.flow.internal.v0.models.classification_product_id']();
|
|
34304
|
+
export const makeClassificationProductRequest = () => factories['io.flow.internal.v0.models.classification_product_request']();
|
|
34305
|
+
export const makeClassificationProductRequestEnvelope = () => factories['io.flow.internal.v0.models.classification_product_request_envelope']();
|
|
34306
|
+
export const makeClassificationProductResult = () => factories['io.flow.internal.v0.models.classification_product_result']();
|
|
34307
|
+
export const makeClassificationProductResultEnvelope = () => factories['io.flow.internal.v0.models.classification_product_result_envelope']();
|
|
33975
34308
|
export const makeClassificationProductSummary = () => factories['io.flow.internal.v0.models.classification_product_summary']();
|
|
33976
34309
|
export const makeClassificationProductSummaryPage = () => factories['io.flow.internal.v0.models.classification_product_summary_page']();
|
|
33977
34310
|
export const makeClassificationRequeueRequest = () => factories['io.flow.internal.v0.models.classification_requeue_request']();
|
|
@@ -33979,9 +34312,13 @@ export const makeClassificationResponse = () => factories['io.flow.internal.v0.u
|
|
|
33979
34312
|
export const makeClassificationStatistics = () => factories['io.flow.internal.v0.models.classification_statistics']();
|
|
33980
34313
|
export const makeClassificationSummaryReportPayload = () => factories['io.flow.internal.v0.models.classification_summary_report_payload']();
|
|
33981
34314
|
export const makeClassificationTaxonomy = () => factories['io.flow.internal.v0.unions.classification_taxonomy']();
|
|
34315
|
+
export const makeClassificationType = () => factories['io.flow.internal.v0.enums.classification_type']();
|
|
33982
34316
|
export const makeClassificationWrapper = () => factories['io.flow.internal.v0.models.classification_wrapper']();
|
|
33983
34317
|
export const makeClassifiedProduct = () => factories['io.flow.internal.v0.models.classified_product']();
|
|
33984
34318
|
export const makeClassifiedProductDetail = () => factories['io.flow.internal.v0.models.classified_product_detail']();
|
|
34319
|
+
export const makeCliLogEntry = () => factories['io.flow.internal.v0.models.cli_log_entry']();
|
|
34320
|
+
export const makeCliLogEntryForm = () => factories['io.flow.internal.v0.models.cli_log_entry_form']();
|
|
34321
|
+
export const makeClothingAgeClassification = () => factories['io.flow.internal.v0.enums.clothing_age_classification']();
|
|
33985
34322
|
export const makeColmItem = () => factories['io.flow.internal.v0.models.colm_item']();
|
|
33986
34323
|
export const makeColmItemDeleted = () => factories['io.flow.internal.v0.models.colm_item_deleted']();
|
|
33987
34324
|
export const makeColmItemForm = () => factories['io.flow.internal.v0.models.colm_item_form']();
|
|
@@ -33992,6 +34329,7 @@ export const makeCommercialInvoiceInternal = () => factories['io.flow.internal.v
|
|
|
33992
34329
|
export const makeCommercialInvoiceInternalDeleted = () => factories['io.flow.internal.v0.models.commercial_invoice_internal_deleted']();
|
|
33993
34330
|
export const makeCommercialInvoiceInternalUpserted = () => factories['io.flow.internal.v0.models.commercial_invoice_internal_upserted']();
|
|
33994
34331
|
export const makeCommercialInvoiceSummary = () => factories['io.flow.internal.v0.models.commercial_invoice_summary']();
|
|
34332
|
+
export const makeCompany = () => factories['io.flow.internal.v0.enums.company']();
|
|
33995
34333
|
export const makeCompanyReference = () => factories['io.flow.internal.v0.models.company_reference']();
|
|
33996
34334
|
export const makeCompliance = () => factories['io.flow.internal.v0.models.compliance']();
|
|
33997
34335
|
export const makeComplianceData = () => factories['io.flow.internal.v0.unions.compliance_data']();
|
|
@@ -34026,6 +34364,7 @@ export const makeCryptoAccountModificationForm = () => factories['io.flow.intern
|
|
|
34026
34364
|
export const makeCryptoAccountPutForm = () => factories['io.flow.internal.v0.models.crypto_account_put_form']();
|
|
34027
34365
|
export const makeCryptoAuthentication = () => factories['io.flow.internal.v0.models.crypto_authentication']();
|
|
34028
34366
|
export const makeCryptoAuthenticationForm = () => factories['io.flow.internal.v0.models.crypto_authentication_form']();
|
|
34367
|
+
export const makeCsvTransaction = () => factories['io.flow.internal.v0.models.csv_transaction']();
|
|
34029
34368
|
export const makeCurrencyInternalRate = () => factories['io.flow.internal.v0.models.currency_internal_rate']();
|
|
34030
34369
|
export const makeCustomerPurgeUpserted = () => factories['io.flow.internal.v0.models.customer_purge_upserted']();
|
|
34031
34370
|
export const makeCustomerSecret = () => factories['io.flow.internal.v0.models.customer_secret']();
|
|
@@ -34039,10 +34378,6 @@ export const makeCustomsDetails = () => factories['io.flow.internal.v0.models.cu
|
|
|
34039
34378
|
export const makeCustomsDetailsForm = () => factories['io.flow.internal.v0.models.customs_details_form']();
|
|
34040
34379
|
export const makeCustomsProductAttributeLabel = () => factories['io.flow.internal.v0.models.customs_product_attribute_label']();
|
|
34041
34380
|
export const makeCustomsProductLabels = () => factories['io.flow.internal.v0.models.customs_product_labels']();
|
|
34042
|
-
export const makeDailyExperimentEngineResults = () => factories['io.flow.internal.v0.models.daily_experiment_engine_results']();
|
|
34043
|
-
export const makeDailyExperimentResults = () => factories['io.flow.internal.v0.models.daily_experiment_results']();
|
|
34044
|
-
export const makeDailyExperimentResultsDeleted = () => factories['io.flow.internal.v0.models.daily_experiment_results_deleted']();
|
|
34045
|
-
export const makeDailyExperimentResultsUpserted = () => factories['io.flow.internal.v0.models.daily_experiment_results_upserted']();
|
|
34046
34381
|
export const makeDailyValue = () => factories['io.flow.internal.v0.models.daily_value']();
|
|
34047
34382
|
export const makeDailyValueDeleted = () => factories['io.flow.internal.v0.models.daily_value_deleted']();
|
|
34048
34383
|
export const makeDailyValueUpserted = () => factories['io.flow.internal.v0.models.daily_value_upserted']();
|
|
@@ -34172,7 +34507,6 @@ export const makeExclusionRuleDeleted = () => factories['io.flow.internal.v0.mod
|
|
|
34172
34507
|
export const makeExclusionRuleExportRequest = () => factories['io.flow.internal.v0.models.exclusion_rule_export_request']();
|
|
34173
34508
|
export const makeExclusionRuleUpserted = () => factories['io.flow.internal.v0.models.exclusion_rule_upserted']();
|
|
34174
34509
|
export const makeExpectedOrderSummary = () => factories['io.flow.internal.v0.models.expected_order_summary']();
|
|
34175
|
-
export const makeExperienceExperiment = () => factories['io.flow.internal.v0.models.experience_experiment']();
|
|
34176
34510
|
export const makeExperienceExportRequest = () => factories['io.flow.internal.v0.models.experience_export_request']();
|
|
34177
34511
|
export const makeExperienceImportRequest = () => factories['io.flow.internal.v0.models.experience_import_request']();
|
|
34178
34512
|
export const makeExperienceImportType = () => factories['io.flow.internal.v0.enums.experience_import_type']();
|
|
@@ -34180,30 +34514,6 @@ export const makeExperienceOrderAction = () => factories['io.flow.internal.v0.en
|
|
|
34180
34514
|
export const makeExperienceOrderActionRule = () => factories['io.flow.internal.v0.models.experience_order_action_rule']();
|
|
34181
34515
|
export const makeExperienceOrderActionTrigger = () => factories['io.flow.internal.v0.enums.experience_order_action_trigger']();
|
|
34182
34516
|
export const makeExperienceSessionReference = () => factories['io.flow.internal.v0.models.experience_session_reference']();
|
|
34183
|
-
export const makeExperienceVariant = () => factories['io.flow.internal.v0.models.experience_variant']();
|
|
34184
|
-
export const makeExperienceVariantForm = () => factories['io.flow.internal.v0.models.experience_variant_form']();
|
|
34185
|
-
export const makeExperienceVariantSummary = () => factories['io.flow.internal.v0.models.experience_variant_summary']();
|
|
34186
|
-
export const makeExperiment = () => factories['io.flow.internal.v0.unions.experiment']();
|
|
34187
|
-
export const makeExperimentDeleted = () => factories['io.flow.internal.v0.models.experiment_deleted']();
|
|
34188
|
-
export const makeExperimentDiscriminatorKey = () => factories['io.flow.internal.v0.enums.experiment_discriminator_key']();
|
|
34189
|
-
export const makeExperimentEngineResults = () => factories['io.flow.internal.v0.models.experiment_engine_results']();
|
|
34190
|
-
export const makeExperimentForm = () => factories['io.flow.internal.v0.models.experiment_form']();
|
|
34191
|
-
export const makeExperimentFormDefault = () => factories['io.flow.internal.v0.models.experiment_form_default']();
|
|
34192
|
-
export const makeExperimentFormDefaultDiscriminator = () => factories['io.flow.internal.v0.models.experiment_form_default_discriminator']();
|
|
34193
|
-
export const makeExperimentFormDefaultDiscriminatorValue = () => factories['io.flow.internal.v0.models.experiment_form_default_discriminator_value']();
|
|
34194
|
-
export const makeExperimentFormDefaultVariant = () => factories['io.flow.internal.v0.models.experiment_form_default_variant']();
|
|
34195
|
-
export const makeExperimentMilestone = () => factories['io.flow.internal.v0.models.experiment_milestone']();
|
|
34196
|
-
export const makeExperimentMilestoneDeleted = () => factories['io.flow.internal.v0.models.experiment_milestone_deleted']();
|
|
34197
|
-
export const makeExperimentMilestoneForm = () => factories['io.flow.internal.v0.models.experiment_milestone_form']();
|
|
34198
|
-
export const makeExperimentMilestoneUpserted = () => factories['io.flow.internal.v0.models.experiment_milestone_upserted']();
|
|
34199
|
-
export const makeExperimentReference = () => factories['io.flow.internal.v0.models.experiment_reference']();
|
|
34200
|
-
export const makeExperimentResults = () => factories['io.flow.internal.v0.models.experiment_results']();
|
|
34201
|
-
export const makeExperimentResultsDeleted = () => factories['io.flow.internal.v0.models.experiment_results_deleted']();
|
|
34202
|
-
export const makeExperimentResultsUpserted = () => factories['io.flow.internal.v0.models.experiment_results_upserted']();
|
|
34203
|
-
export const makeExperimentResultsWithTimestamp = () => factories['io.flow.internal.v0.models.experiment_results_with_timestamp']();
|
|
34204
|
-
export const makeExperimentSessionQueryForm = () => factories['io.flow.internal.v0.models.experiment_session_query_form']();
|
|
34205
|
-
export const makeExperimentUpserted = () => factories['io.flow.internal.v0.models.experiment_upserted']();
|
|
34206
|
-
export const makeExperimentVersion = () => factories['io.flow.internal.v0.models.experiment_version']();
|
|
34207
34517
|
export const makeExplicitStatement = () => factories['io.flow.internal.v0.models.explicit_statement']();
|
|
34208
34518
|
export const makeExplicitStatementForm = () => factories['io.flow.internal.v0.unions.explicit_statement_form']();
|
|
34209
34519
|
export const makeExplicitStatementFormAllPendingPostedTransactions = () => factories['io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions']();
|
|
@@ -34221,11 +34531,11 @@ export const makeExternalFulfillmentProofForm = () => factories['io.flow.interna
|
|
|
34221
34531
|
export const makeExternalFulfillmentProofTracking = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking']();
|
|
34222
34532
|
export const makeExternalFulfillmentProofTrackingForm = () => factories['io.flow.internal.v0.models.external_fulfillment_proof_tracking_form']();
|
|
34223
34533
|
export const makeFacebookPixel = () => factories['io.flow.internal.v0.models.facebook_pixel']();
|
|
34534
|
+
export const makeFailedDimensionEstimateOpsInputWithReason = () => factories['io.flow.internal.v0.models.failed_dimension_estimate_ops_input_with_reason']();
|
|
34224
34535
|
export const makeFeature = () => factories['io.flow.internal.v0.models.feature']();
|
|
34225
34536
|
export const makeFeatureContextForm = () => factories['io.flow.internal.v0.models.feature_context_form']();
|
|
34226
34537
|
export const makeFeatureDefaultValue = () => factories['io.flow.internal.v0.unions.feature_default_value']();
|
|
34227
34538
|
export const makeFeatureDeleted = () => factories['io.flow.internal.v0.models.feature_deleted']();
|
|
34228
|
-
export const makeFeatureExperiment = () => factories['io.flow.internal.v0.models.feature_experiment']();
|
|
34229
34539
|
export const makeFeatureForm = () => factories['io.flow.internal.v0.models.feature_form']();
|
|
34230
34540
|
export const makeFeatureGeoForm = () => factories['io.flow.internal.v0.models.feature_geo_form']();
|
|
34231
34541
|
export const makeFeatureIdReference = () => factories['io.flow.internal.v0.models.feature_id_reference']();
|
|
@@ -34243,11 +34553,7 @@ export const makeFeatureType = () => factories['io.flow.internal.v0.enums.featur
|
|
|
34243
34553
|
export const makeFeatureUpserted = () => factories['io.flow.internal.v0.models.feature_upserted']();
|
|
34244
34554
|
export const makeFeatureValue = () => factories['io.flow.internal.v0.unions.feature_value']();
|
|
34245
34555
|
export const makeFeatureValueForm = () => factories['io.flow.internal.v0.models.feature_value_form']();
|
|
34246
|
-
export const makeFeatureValueReference = () => factories['io.flow.internal.v0.models.feature_value_reference']();
|
|
34247
34556
|
export const makeFeatureValueResult = () => factories['io.flow.internal.v0.models.feature_value_result']();
|
|
34248
|
-
export const makeFeatureVariant = () => factories['io.flow.internal.v0.models.feature_variant']();
|
|
34249
|
-
export const makeFeatureVariantForm = () => factories['io.flow.internal.v0.models.feature_variant_form']();
|
|
34250
|
-
export const makeFeatureVariantSummary = () => factories['io.flow.internal.v0.models.feature_variant_summary']();
|
|
34251
34557
|
export const makeFedex = () => factories['io.flow.internal.v0.models.fedex']();
|
|
34252
34558
|
export const makeFedexCrossborder = () => factories['io.flow.internal.v0.models.fedex_crossborder']();
|
|
34253
34559
|
export const makeFee = () => factories['io.flow.internal.v0.models.fee']();
|
|
@@ -34283,7 +34589,11 @@ export const makeFlowLabelSetting = () => factories['io.flow.internal.v0.models.
|
|
|
34283
34589
|
export const makeFlowLabelSettingForm = () => factories['io.flow.internal.v0.models.flow_label_setting_form']();
|
|
34284
34590
|
export const makeFlowShopValidationError = () => factories['io.flow.internal.v0.models.flow_shop_validation_error']();
|
|
34285
34591
|
export const makeFormat = () => factories['io.flow.internal.v0.enums.format']();
|
|
34592
|
+
export const makeFraudAuthorizationSummary = () => factories['io.flow.internal.v0.models.fraud_authorization_summary']();
|
|
34286
34593
|
export const makeFraudPendingReview = () => factories['io.flow.internal.v0.models.fraud_pending_review']();
|
|
34594
|
+
export const makeFraudPendingReviewAuthorization = () => factories['io.flow.internal.v0.models.fraud_pending_review_authorization']();
|
|
34595
|
+
export const makeFraudPendingReviewAuthorizationDeleted = () => factories['io.flow.internal.v0.models.fraud_pending_review_authorization_deleted']();
|
|
34596
|
+
export const makeFraudPendingReviewAuthorizationUpserted = () => factories['io.flow.internal.v0.models.fraud_pending_review_authorization_upserted']();
|
|
34287
34597
|
export const makeFraudPendingReviewDeleted = () => factories['io.flow.internal.v0.models.fraud_pending_review_deleted']();
|
|
34288
34598
|
export const makeFraudPendingReviewDetail = () => factories['io.flow.internal.v0.models.fraud_pending_review_detail']();
|
|
34289
34599
|
export const makeFraudPendingReviewUpserted = () => factories['io.flow.internal.v0.models.fraud_pending_review_upserted']();
|
|
@@ -34296,6 +34606,12 @@ export const makeFraudProviderConfigurationRiskified = () => factories['io.flow.
|
|
|
34296
34606
|
export const makeFraudProviderConfigurationUpserted = () => factories['io.flow.internal.v0.models.fraud_provider_configuration_upserted']();
|
|
34297
34607
|
export const makeFraudProviderStatus = () => factories['io.flow.internal.v0.enums.fraud_provider_status']();
|
|
34298
34608
|
export const makeFraudReview = () => factories['io.flow.internal.v0.models.fraud_review']();
|
|
34609
|
+
export const makeFraudReviewAuthorization = () => factories['io.flow.internal.v0.models.fraud_review_authorization']();
|
|
34610
|
+
export const makeFraudReviewAuthorizationDecision = () => factories['io.flow.internal.v0.models.fraud_review_authorization_decision']();
|
|
34611
|
+
export const makeFraudReviewAuthorizationDecisionDeleted = () => factories['io.flow.internal.v0.models.fraud_review_authorization_decision_deleted']();
|
|
34612
|
+
export const makeFraudReviewAuthorizationDecisionUpserted = () => factories['io.flow.internal.v0.models.fraud_review_authorization_decision_upserted']();
|
|
34613
|
+
export const makeFraudReviewAuthorizationDeleted = () => factories['io.flow.internal.v0.models.fraud_review_authorization_deleted']();
|
|
34614
|
+
export const makeFraudReviewAuthorizationUpserted = () => factories['io.flow.internal.v0.models.fraud_review_authorization_upserted']();
|
|
34299
34615
|
export const makeFraudReviewDecision = () => factories['io.flow.internal.v0.models.fraud_review_decision']();
|
|
34300
34616
|
export const makeFraudReviewDecisionDeleted = () => factories['io.flow.internal.v0.models.fraud_review_decision_deleted']();
|
|
34301
34617
|
export const makeFraudReviewDecisionForm = () => factories['io.flow.internal.v0.models.fraud_review_decision_form']();
|
|
@@ -34321,6 +34637,7 @@ export const makeFulfillment = () => factories['io.flow.internal.v0.models.fulfi
|
|
|
34321
34637
|
export const makeFulfillmentActionForm = () => factories['io.flow.internal.v0.models.fulfillment_action_form']();
|
|
34322
34638
|
export const makeFulfillmentBusiness = () => factories['io.flow.internal.v0.models.fulfillment_business']();
|
|
34323
34639
|
export const makeFulfillmentCancel = () => factories['io.flow.internal.v0.models.fulfillment_cancel']();
|
|
34640
|
+
export const makeFulfillmentCarrier = () => factories['io.flow.internal.v0.models.fulfillment_carrier']();
|
|
34324
34641
|
export const makeFulfillmentDeleted = () => factories['io.flow.internal.v0.models.fulfillment_deleted']();
|
|
34325
34642
|
export const makeFulfillmentInternalExperienceReference = () => factories['io.flow.internal.v0.models.fulfillment_internal_experience_reference']();
|
|
34326
34643
|
export const makeFulfillmentOrigin = () => factories['io.flow.internal.v0.models.fulfillment_origin']();
|
|
@@ -34362,10 +34679,16 @@ export const makeGoogleLinker = () => factories['io.flow.internal.v0.models.goog
|
|
|
34362
34679
|
export const makeGoogleShoppingAccountParameters = () => factories['io.flow.internal.v0.models.google_shopping_account_parameters']();
|
|
34363
34680
|
export const makeGoogleShoppingSetting = () => factories['io.flow.internal.v0.models.google_shopping_setting']();
|
|
34364
34681
|
export const makeGoogleTagManager = () => factories['io.flow.internal.v0.models.google_tag_manager']();
|
|
34682
|
+
export const makeHarinathItem = () => factories['io.flow.internal.v0.models.harinath_item']();
|
|
34683
|
+
export const makeHarinathItemDeleted = () => factories['io.flow.internal.v0.models.harinath_item_deleted']();
|
|
34684
|
+
export const makeHarinathItemForm = () => factories['io.flow.internal.v0.models.harinath_item_form']();
|
|
34685
|
+
export const makeHarinathItemType = () => factories['io.flow.internal.v0.enums.harinath_item_type']();
|
|
34686
|
+
export const makeHarinathItemUpserted = () => factories['io.flow.internal.v0.models.harinath_item_upserted']();
|
|
34365
34687
|
export const makeHarmonizationClassificationStatisticsData = () => factories['io.flow.internal.v0.models.harmonization_classification_statistics_data']();
|
|
34366
34688
|
export const makeHarmonizationClassificationStatisticsPublished = () => factories['io.flow.internal.v0.models.harmonization_classification_statistics_published']();
|
|
34367
34689
|
export const makeHarmonizationCodesImport = () => factories['io.flow.internal.v0.models.harmonization_codes_import']();
|
|
34368
34690
|
export const makeHarmonizationColumnSetting = () => factories['io.flow.internal.v0.models.harmonization_column_setting']();
|
|
34691
|
+
export const makeHarmonizationDecisionSource = () => factories['io.flow.internal.v0.enums.harmonization_decision_source']();
|
|
34369
34692
|
export const makeHarmonizationItemClassification = () => factories['io.flow.internal.v0.models.harmonization_item_classification']();
|
|
34370
34693
|
export const makeHarmonizationItemClassificationDeleted = () => factories['io.flow.internal.v0.models.harmonization_item_classification_deleted']();
|
|
34371
34694
|
export const makeHarmonizationItemClassificationUpserted = () => factories['io.flow.internal.v0.models.harmonization_item_classification_upserted']();
|
|
@@ -34414,6 +34737,7 @@ export const makeInternalStripeAuthorizationDetails = () => factories['io.flow.i
|
|
|
34414
34737
|
export const makeInternalTransactionDetails = () => factories['io.flow.internal.v0.unions.internal_transaction_details']();
|
|
34415
34738
|
export const makeInternalTransactionDetailsCard = () => factories['io.flow.internal.v0.models.internal_transaction_details_card']();
|
|
34416
34739
|
export const makeInvalidCheckoutData = () => factories['io.flow.internal.v0.models.invalid_checkout_data']();
|
|
34740
|
+
export const makeInvariant = () => factories['io.flow.internal.v0.models.invariant']();
|
|
34417
34741
|
export const makeInventoryCheckService = () => factories['io.flow.internal.v0.enums.inventory_check_service']();
|
|
34418
34742
|
export const makeInventoryOrganizationSettings = () => factories['io.flow.internal.v0.models.inventory_organization_settings']();
|
|
34419
34743
|
export const makeInventoryOrganizationSettingsForm = () => factories['io.flow.internal.v0.models.inventory_organization_settings_form']();
|
|
@@ -34468,6 +34792,11 @@ export const makeKeyReference = () => factories['io.flow.internal.v0.models.key_
|
|
|
34468
34792
|
export const makeKeywordType = () => factories['io.flow.internal.v0.enums.keyword_type']();
|
|
34469
34793
|
export const makeKlarnaAuthorizationParameters = () => factories['io.flow.internal.v0.models.klarna_authorization_parameters']();
|
|
34470
34794
|
export const makeKlarnaPaymentMethodCategory = () => factories['io.flow.internal.v0.models.klarna_payment_method_category']();
|
|
34795
|
+
export const makeKonstantinItem = () => factories['io.flow.internal.v0.models.konstantin_item']();
|
|
34796
|
+
export const makeKonstantinItemDeleted = () => factories['io.flow.internal.v0.models.konstantin_item_deleted']();
|
|
34797
|
+
export const makeKonstantinItemForm = () => factories['io.flow.internal.v0.models.konstantin_item_form']();
|
|
34798
|
+
export const makeKonstantinItemType = () => factories['io.flow.internal.v0.enums.konstantin_item_type']();
|
|
34799
|
+
export const makeKonstantinItemUpserted = () => factories['io.flow.internal.v0.models.konstantin_item_upserted']();
|
|
34471
34800
|
export const makeLabProjectSettings = () => factories['io.flow.internal.v0.models.lab_project_settings']();
|
|
34472
34801
|
export const makeLabProjectSettingsForm = () => factories['io.flow.internal.v0.models.lab_project_settings_form']();
|
|
34473
34802
|
export const makeLabProjectSettingsFormAcceptance = () => factories['io.flow.internal.v0.models.lab_project_settings_form_acceptance']();
|
|
@@ -34544,6 +34873,9 @@ export const makeLocation = () => factories['io.flow.internal.v0.models.location
|
|
|
34544
34873
|
export const makeLogisticsCapabilities = () => factories['io.flow.internal.v0.models.logistics_capabilities']();
|
|
34545
34874
|
export const makeLogisticsCapabilitiesForm = () => factories['io.flow.internal.v0.models.logistics_capabilities_form']();
|
|
34546
34875
|
export const makeLogisticsCapability = () => factories['io.flow.internal.v0.enums.logistics_capability']();
|
|
34876
|
+
export const makeLogisticsPayoutRequest = () => factories['io.flow.internal.v0.models.logistics_payout_request']();
|
|
34877
|
+
export const makeLogisticsPayoutRequestForm = () => factories['io.flow.internal.v0.models.logistics_payout_request_form']();
|
|
34878
|
+
export const makeLogisticsPayoutResolutionMethod = () => factories['io.flow.internal.v0.enums.logistics_payout_resolution_method']();
|
|
34547
34879
|
export const makeLogo = () => factories['io.flow.internal.v0.models.logo']();
|
|
34548
34880
|
export const makeLostChargeback = () => factories['io.flow.internal.v0.models.lost_chargeback']();
|
|
34549
34881
|
export const makeLoyaltyProgram = () => factories['io.flow.internal.v0.models.loyalty_program']();
|
|
@@ -34643,6 +34975,16 @@ export const makeMerchantUpserted = () => factories['io.flow.internal.v0.models.
|
|
|
34643
34975
|
export const makeMessageStamp = () => factories['io.flow.internal.v0.models.message_stamp']();
|
|
34644
34976
|
export const makeMetadataProposition = () => factories['io.flow.internal.v0.models.metadata_proposition']();
|
|
34645
34977
|
export const makeMetadataRatecard = () => factories['io.flow.internal.v0.models.metadata_ratecard']();
|
|
34978
|
+
export const makeMichaelyanItem = () => factories['io.flow.internal.v0.models.michaelyan_item']();
|
|
34979
|
+
export const makeMichaelyanItemDeleted = () => factories['io.flow.internal.v0.models.michaelyan_item_deleted']();
|
|
34980
|
+
export const makeMichaelyanItemForm = () => factories['io.flow.internal.v0.models.michaelyan_item_form']();
|
|
34981
|
+
export const makeMichaelyanItemType = () => factories['io.flow.internal.v0.enums.michaelyan_item_type']();
|
|
34982
|
+
export const makeMichaelyanItemUpserted = () => factories['io.flow.internal.v0.models.michaelyan_item_upserted']();
|
|
34983
|
+
export const makeMiljenkoItem = () => factories['io.flow.internal.v0.models.miljenko_item']();
|
|
34984
|
+
export const makeMiljenkoItemDeleted = () => factories['io.flow.internal.v0.models.miljenko_item_deleted']();
|
|
34985
|
+
export const makeMiljenkoItemForm = () => factories['io.flow.internal.v0.models.miljenko_item_form']();
|
|
34986
|
+
export const makeMiljenkoItemType = () => factories['io.flow.internal.v0.enums.miljenko_item_type']();
|
|
34987
|
+
export const makeMiljenkoItemUpserted = () => factories['io.flow.internal.v0.models.miljenko_item_upserted']();
|
|
34646
34988
|
export const makeMixedBagWeight = () => factories['io.flow.internal.v0.enums.mixed_bag_weight']();
|
|
34647
34989
|
export const makeNatureOfSale = () => factories['io.flow.internal.v0.enums.nature_of_sale']();
|
|
34648
34990
|
export const makeNextBillingStatement = () => factories['io.flow.internal.v0.models.next_billing_statement']();
|
|
@@ -34717,6 +35059,9 @@ export const makeOrderServiceChangeCsvForm = () => factories['io.flow.internal.v
|
|
|
34717
35059
|
export const makeOrderShipped = () => factories['io.flow.internal.v0.models.order_shipped']();
|
|
34718
35060
|
export const makeOrderSubmissionForm = () => factories['io.flow.internal.v0.models.order_submission_form']();
|
|
34719
35061
|
export const makeOrderSummary = () => factories['io.flow.internal.v0.models.order_summary']();
|
|
35062
|
+
export const makeOrderTaxAndDutyInclusivitySetting = () => factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting']();
|
|
35063
|
+
export const makeOrderTaxAndDutyInclusivitySettingDeleted = () => factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_deleted']();
|
|
35064
|
+
export const makeOrderTaxAndDutyInclusivitySettingUpserted = () => factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted']();
|
|
34720
35065
|
export const makeOrderTransaction = () => factories['io.flow.internal.v0.models.order_transaction']();
|
|
34721
35066
|
export const makeOrderTransactionDeleted = () => factories['io.flow.internal.v0.models.order_transaction_deleted']();
|
|
34722
35067
|
export const makeOrderTransactionType = () => factories['io.flow.internal.v0.enums.order_transaction_type']();
|
|
@@ -34756,6 +35101,9 @@ export const makeOrganizationDebugTransaction = () => factories['io.flow.interna
|
|
|
34756
35101
|
export const makeOrganizationInvitationAcceptForm = () => factories['io.flow.internal.v0.models.organization_invitation_accept_form']();
|
|
34757
35102
|
export const makeOrganizationMembershipCopy = () => factories['io.flow.internal.v0.models.organization_membership_copy']();
|
|
34758
35103
|
export const makeOrganizationMembershipCopyForm = () => factories['io.flow.internal.v0.models.organization_membership_copy_form']();
|
|
35104
|
+
export const makeOrganizationMetadata = () => factories['io.flow.internal.v0.models.organization_metadata']();
|
|
35105
|
+
export const makeOrganizationMetadataDeleted = () => factories['io.flow.internal.v0.models.organization_metadata_deleted']();
|
|
35106
|
+
export const makeOrganizationMetadataUpserted = () => factories['io.flow.internal.v0.models.organization_metadata_upserted']();
|
|
34759
35107
|
export const makeOrganizationMetricType = () => factories['io.flow.internal.v0.enums.organization_metric_type']();
|
|
34760
35108
|
export const makeOrganizationOnboardingStateAdjustmentResult = () => factories['io.flow.internal.v0.models.organization_onboarding_state_adjustment_result']();
|
|
34761
35109
|
export const makeOrganizationOnboardingStateAuditResult = () => factories['io.flow.internal.v0.models.organization_onboarding_state_audit_result']();
|
|
@@ -34785,6 +35133,26 @@ export const makeOrganizationStatusChange = () => factories['io.flow.internal.v0
|
|
|
34785
35133
|
export const makeOrganizationStatusChangeDeleted = () => factories['io.flow.internal.v0.models.organization_status_change_deleted']();
|
|
34786
35134
|
export const makeOrganizationStatusChangeUpserted = () => factories['io.flow.internal.v0.models.organization_status_change_upserted']();
|
|
34787
35135
|
export const makeOrganizationsAuditCheckReport = () => factories['io.flow.internal.v0.models.organizations_audit_check_report']();
|
|
35136
|
+
export const makeOtherRecord = () => factories['io.flow.internal.v0.models.other_record']();
|
|
35137
|
+
export const makeOtherRecordAccount = () => factories['io.flow.internal.v0.models.other_record_account']();
|
|
35138
|
+
export const makeOtherRecordAccountSourceSummary = () => factories['io.flow.internal.v0.models.other_record_account_source_summary']();
|
|
35139
|
+
export const makeOtherRecordDeleted = () => factories['io.flow.internal.v0.models.other_record_deleted']();
|
|
35140
|
+
export const makeOtherRecordDiscount = () => factories['io.flow.internal.v0.models.other_record_discount']();
|
|
35141
|
+
export const makeOtherRecordFees = () => factories['io.flow.internal.v0.models.other_record_fees']();
|
|
35142
|
+
export const makeOtherRecordIdentifiers = () => factories['io.flow.internal.v0.models.other_record_identifiers']();
|
|
35143
|
+
export const makeOtherRecordMerchantReference = () => factories['io.flow.internal.v0.models.other_record_merchant_reference']();
|
|
35144
|
+
export const makeOtherRecordMetadata = () => factories['io.flow.internal.v0.models.other_record_metadata']();
|
|
35145
|
+
export const makeOtherRecordMetadataCarrierCharge = () => factories['io.flow.internal.v0.models.other_record_metadata_carrier_charge']();
|
|
35146
|
+
export const makeOtherRecordMetadataChannel = () => factories['io.flow.internal.v0.models.other_record_metadata_channel']();
|
|
35147
|
+
export const makeOtherRecordMetadataFailedPayout = () => factories['io.flow.internal.v0.models.other_record_metadata_failed_payout']();
|
|
35148
|
+
export const makeOtherRecordMetadataManual = () => factories['io.flow.internal.v0.models.other_record_metadata_manual']();
|
|
35149
|
+
export const makeOtherRecordMetadataShippingLabel = () => factories['io.flow.internal.v0.models.other_record_metadata_shipping_label']();
|
|
35150
|
+
export const makeOtherRecordMetadataShippingLabelRevenueShare = () => factories['io.flow.internal.v0.models.other_record_metadata_shipping_label_revenue_share']();
|
|
35151
|
+
export const makeOtherRecordMetadataTrueup = () => factories['io.flow.internal.v0.models.other_record_metadata_trueup']();
|
|
35152
|
+
export const makeOtherRecordOrderSummary = () => factories['io.flow.internal.v0.models.other_record_order_summary']();
|
|
35153
|
+
export const makeOtherRecordOrderSummaryIdentifiers = () => factories['io.flow.internal.v0.models.other_record_order_summary_identifiers']();
|
|
35154
|
+
export const makeOtherRecordUpserted = () => factories['io.flow.internal.v0.models.other_record_upserted']();
|
|
35155
|
+
export const makeOtherRecordWithholdings = () => factories['io.flow.internal.v0.models.other_record_withholdings']();
|
|
34788
35156
|
export const makeOutputStyle = () => factories['io.flow.internal.v0.enums.output_style']();
|
|
34789
35157
|
export const makeOwner = () => factories['io.flow.internal.v0.enums.owner']();
|
|
34790
35158
|
export const makePartner = () => factories['io.flow.internal.v0.models.partner']();
|
|
@@ -34814,6 +35182,7 @@ export const makePaymentProcessorAccountUpserted = () => factories['io.flow.inte
|
|
|
34814
35182
|
export const makePaymentProcessorMerchantDeleted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_deleted']();
|
|
34815
35183
|
export const makePaymentProcessorMerchantUpserted = () => factories['io.flow.internal.v0.models.payment_processor_merchant_upserted']();
|
|
34816
35184
|
export const makePaymentRedirect = () => factories['io.flow.internal.v0.unions.payment_redirect']();
|
|
35185
|
+
export const makePaymentSummary = () => factories['io.flow.internal.v0.models.payment_summary']();
|
|
34817
35186
|
export const makePaymentSummaryDetails = () => factories['io.flow.internal.v0.unions.payment_summary_details']();
|
|
34818
35187
|
export const makePaymentSummaryStatus = () => factories['io.flow.internal.v0.enums.payment_summary_status']();
|
|
34819
35188
|
export const makePaymentSummaryType = () => factories['io.flow.internal.v0.enums.payment_summary_type']();
|
|
@@ -34983,8 +35352,11 @@ export const makeReportBankAccount = () => factories['io.flow.internal.v0.models
|
|
|
34983
35352
|
export const makeReportBankAccountCleartext = () => factories['io.flow.internal.v0.models.report_bank_account_cleartext']();
|
|
34984
35353
|
export const makeReportForm = () => factories['io.flow.internal.v0.models.report_form']();
|
|
34985
35354
|
export const makeReportInterval = () => factories['io.flow.internal.v0.enums.report_interval']();
|
|
35355
|
+
export const makeReportMerchant = () => factories['io.flow.internal.v0.models.report_merchant']();
|
|
35356
|
+
export const makeReportOrderReference = () => factories['io.flow.internal.v0.models.report_order_reference']();
|
|
34986
35357
|
export const makeReportOwner = () => factories['io.flow.internal.v0.models.report_owner']();
|
|
34987
35358
|
export const makeReportPayment = () => factories['io.flow.internal.v0.models.report_payment']();
|
|
35359
|
+
export const makeReportPaymentType = () => factories['io.flow.internal.v0.enums.report_payment_type']();
|
|
34988
35360
|
export const makeReportRuleDecision = () => factories['io.flow.internal.v0.models.report_rule_decision']();
|
|
34989
35361
|
export const makeReportStatus = () => factories['io.flow.internal.v0.enums.report_status']();
|
|
34990
35362
|
export const makeReportSummary = () => factories['io.flow.internal.v0.models.report_summary']();
|
|
@@ -35012,8 +35384,6 @@ export const makeReportingMonetaryValue = () => factories['io.flow.internal.v0.m
|
|
|
35012
35384
|
export const makeReportingOrderSummary = () => factories['io.flow.internal.v0.models.reporting_order_summary']();
|
|
35013
35385
|
export const makeReportingOrganizationSummary = () => factories['io.flow.internal.v0.models.reporting_organization_summary']();
|
|
35014
35386
|
export const makeReportingPayment = () => factories['io.flow.internal.v0.models.reporting_payment']();
|
|
35015
|
-
export const makeReportingPaymentMetadata = () => factories['io.flow.internal.v0.models.reporting_payment_metadata']();
|
|
35016
|
-
export const makeReportingPaymentMetadataAdditionalAuthorizations = () => factories['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations']();
|
|
35017
35387
|
export const makeReportingProvince = () => factories['io.flow.internal.v0.models.reporting_province']();
|
|
35018
35388
|
export const makeReportingReconciliation = () => factories['io.flow.internal.v0.models.reporting_reconciliation']();
|
|
35019
35389
|
export const makeReportingRefundReference = () => factories['io.flow.internal.v0.models.reporting_refund_reference']();
|
|
@@ -35025,6 +35395,7 @@ export const makeReportingVatRemittance = () => factories['io.flow.internal.v0.m
|
|
|
35025
35395
|
export const makeReportingVatRemittanceRate = () => factories['io.flow.internal.v0.models.reporting_vat_remittance_rate']();
|
|
35026
35396
|
export const makeReportingVendor = () => factories['io.flow.internal.v0.models.reporting_vendor']();
|
|
35027
35397
|
export const makeRequeueRequestForm = () => factories['io.flow.internal.v0.models.requeue_request_form']();
|
|
35398
|
+
export const makeRescreenRestrictionsProducts = () => factories['io.flow.internal.v0.models.rescreen_restrictions_products']();
|
|
35028
35399
|
export const makeResponsibleParty = () => factories['io.flow.internal.v0.enums.responsible_party']();
|
|
35029
35400
|
export const makeRestrictionAction = () => factories['io.flow.internal.v0.enums.restriction_action']();
|
|
35030
35401
|
export const makeRestrictionCategory = () => factories['io.flow.internal.v0.models.restriction_category']();
|
|
@@ -35085,7 +35456,6 @@ export const makeSalesRecordUpserted = () => factories['io.flow.internal.v0.mode
|
|
|
35085
35456
|
export const makeSandboxSetup = () => factories['io.flow.internal.v0.models.sandbox_setup']();
|
|
35086
35457
|
export const makeSandboxSetupForm = () => factories['io.flow.internal.v0.models.sandbox_setup_form']();
|
|
35087
35458
|
export const makeScheduledPayment = () => factories['io.flow.internal.v0.models.scheduled_payment']();
|
|
35088
|
-
export const makeScope = () => factories['io.flow.internal.v0.enums.scope']();
|
|
35089
35459
|
export const makeScreen = () => factories['io.flow.internal.v0.models.screen']();
|
|
35090
35460
|
export const makeScreenForm = () => factories['io.flow.internal.v0.models.screen_form']();
|
|
35091
35461
|
export const makeScreeningStatusChange = () => factories['io.flow.internal.v0.models.screening_status_change']();
|
|
@@ -35217,7 +35587,7 @@ export const makeShopifyService = () => factories['io.flow.internal.v0.enums.sho
|
|
|
35217
35587
|
export const makeShopifyShopDeleted = () => factories['io.flow.internal.v0.models.shopify_shop_deleted']();
|
|
35218
35588
|
export const makeShopifyShopStatistics = () => factories['io.flow.internal.v0.models.shopify_shop_statistics']();
|
|
35219
35589
|
export const makeShopifyShopUpserted = () => factories['io.flow.internal.v0.models.shopify_shop_upserted']();
|
|
35220
|
-
export const
|
|
35590
|
+
export const makeShopifyStoreDetail = () => factories['io.flow.internal.v0.models.shopify_store_detail']();
|
|
35221
35591
|
export const makeShopifyWebhook = () => factories['io.flow.internal.v0.models.shopify_webhook']();
|
|
35222
35592
|
export const makeShopifyWebhookEvent = () => factories['io.flow.internal.v0.models.shopify_webhook_event']();
|
|
35223
35593
|
export const makeShopifyWebhookForm = () => factories['io.flow.internal.v0.models.shopify_webhook_form']();
|
|
@@ -35231,7 +35601,6 @@ export const makeShrutiDemoItemDeleted = () => factories['io.flow.internal.v0.mo
|
|
|
35231
35601
|
export const makeShrutiDemoItemForm = () => factories['io.flow.internal.v0.models.shruti_demo_item_form']();
|
|
35232
35602
|
export const makeShrutiDemoItemUpserted = () => factories['io.flow.internal.v0.models.shruti_demo_item_upserted']();
|
|
35233
35603
|
export const makeShrutiDemoType = () => factories['io.flow.internal.v0.enums.shruti_demo_type']();
|
|
35234
|
-
export const makeSignificanceAction = () => factories['io.flow.internal.v0.enums.significance_action']();
|
|
35235
35604
|
export const makeSimpleAccountReference = () => factories['io.flow.internal.v0.models.simple_account_reference']();
|
|
35236
35605
|
export const makeSimpleRoundingStrategy = () => factories['io.flow.internal.v0.enums.simple_rounding_strategy']();
|
|
35237
35606
|
export const makeSimplifiedClassificationTaxonomy = () => factories['io.flow.internal.v0.unions.simplified_classification_taxonomy']();
|
|
@@ -35261,7 +35630,6 @@ export const makeStatementCreationMetadata = () => factories['io.flow.internal.v
|
|
|
35261
35630
|
export const makeStatementStatus = () => factories['io.flow.internal.v0.enums.statement_status']();
|
|
35262
35631
|
export const makeStatementTransferTransactionLocation = () => factories['io.flow.internal.v0.enums.statement_transfer_transaction_location']();
|
|
35263
35632
|
export const makeStatisticType = () => factories['io.flow.internal.v0.enums.statistic_type']();
|
|
35264
|
-
export const makeStatus = () => factories['io.flow.internal.v0.enums.status']();
|
|
35265
35633
|
export const makeStoreConnection = () => factories['io.flow.internal.v0.models.store_connection']();
|
|
35266
35634
|
export const makeStoreConnectionForm = () => factories['io.flow.internal.v0.models.store_connection_form']();
|
|
35267
35635
|
export const makeStringFeatureDefaultValue = () => factories['io.flow.internal.v0.models.string_feature_default_value']();
|
|
@@ -35324,6 +35692,7 @@ export const makeTaskProcessQueuedEvent = () => factories['io.flow.internal.v0.m
|
|
|
35324
35692
|
export const makeTaskProcessorKey = () => factories['io.flow.internal.v0.enums.task_processor_key']();
|
|
35325
35693
|
export const makeTaskSummarizeCode = () => factories['io.flow.internal.v0.models.task_summarize_code']();
|
|
35326
35694
|
export const makeTaxAmount = () => factories['io.flow.internal.v0.unions.tax_amount']();
|
|
35695
|
+
export const makeTaxAndDutyInclusivitySetting = () => factories['io.flow.internal.v0.enums.tax_and_duty_inclusivity_setting']();
|
|
35327
35696
|
export const makeTaxCalculation = () => factories['io.flow.internal.v0.models.tax_calculation']();
|
|
35328
35697
|
export const makeTaxCalculationError = () => factories['io.flow.internal.v0.models.tax_calculation_error']();
|
|
35329
35698
|
export const makeTaxCalculationErrorCode = () => factories['io.flow.internal.v0.enums.tax_calculation_error_code']();
|
|
@@ -35343,6 +35712,9 @@ export const makeTaxonomyNode = () => factories['io.flow.internal.v0.models.taxo
|
|
|
35343
35712
|
export const makeTechOnboardingDescription = () => factories['io.flow.internal.v0.models.tech_onboarding_description']();
|
|
35344
35713
|
export const makeTest = () => factories['io.flow.internal.v0.models.test']();
|
|
35345
35714
|
export const makeTestForm = () => factories['io.flow.internal.v0.models.test_form']();
|
|
35715
|
+
export const makeThiagoItem = () => factories['io.flow.internal.v0.models.thiago_item']();
|
|
35716
|
+
export const makeThiagoItemForm = () => factories['io.flow.internal.v0.models.thiago_item_form']();
|
|
35717
|
+
export const makeThiagoItemType = () => factories['io.flow.internal.v0.enums.thiago_item_type']();
|
|
35346
35718
|
export const makeThirdPartyLogisticsPartner = () => factories['io.flow.internal.v0.models.third_party_logistics_partner']();
|
|
35347
35719
|
export const makeThirdPartyLogisticsPickUpTimeWindow = () => factories['io.flow.internal.v0.models.third_party_logistics_pick_up_time_window']();
|
|
35348
35720
|
export const makeTieredFee = () => factories['io.flow.internal.v0.models.tiered_fee']();
|
|
@@ -35354,8 +35726,11 @@ export const makeTimeToClassifyAggregatedUpserted = () => factories['io.flow.int
|
|
|
35354
35726
|
export const makeTimeToClassifyDeleted = () => factories['io.flow.internal.v0.models.time_to_classify_deleted']();
|
|
35355
35727
|
export const makeTimeToClassifyUpserted = () => factories['io.flow.internal.v0.models.time_to_classify_upserted']();
|
|
35356
35728
|
export const makeTimeWithTimezone = () => factories['io.flow.internal.v0.models.time_with_timezone']();
|
|
35357
|
-
export const makeTimeseriesType = () => factories['io.flow.internal.v0.enums.timeseries_type']();
|
|
35358
35729
|
export const makeTracker = () => factories['io.flow.internal.v0.unions.tracker']();
|
|
35730
|
+
export const makeTrackingAssuranceAnalysis = () => factories['io.flow.internal.v0.models.tracking_assurance_analysis']();
|
|
35731
|
+
export const makeTrackingAssuranceAnalysisDeleted = () => factories['io.flow.internal.v0.models.tracking_assurance_analysis_deleted']();
|
|
35732
|
+
export const makeTrackingAssuranceAnalysisUpserted = () => factories['io.flow.internal.v0.models.tracking_assurance_analysis_upserted']();
|
|
35733
|
+
export const makeTrackingDebugForceTransitForm = () => factories['io.flow.internal.v0.models.tracking_debug_force_transit_form']();
|
|
35359
35734
|
export const makeTrackingDebugLabel = () => factories['io.flow.internal.v0.models.tracking_debug_label']();
|
|
35360
35735
|
export const makeTrackingDebugLabelEvent = () => factories['io.flow.internal.v0.models.tracking_debug_label_event']();
|
|
35361
35736
|
export const makeTrackingDebugLabelLocation = () => factories['io.flow.internal.v0.models.tracking_debug_label_location']();
|
|
@@ -35418,8 +35793,6 @@ export const makeUserUpsertedV2 = () => factories['io.flow.internal.v0.models.us
|
|
|
35418
35793
|
export const makeV1Checkout = () => factories['io.flow.internal.v0.models.v1_checkout']();
|
|
35419
35794
|
export const makeValidationCharacterLength = () => factories['io.flow.internal.v0.models.validation_character_length']();
|
|
35420
35795
|
export const makeValidationRule = () => factories['io.flow.internal.v0.unions.validation_rule']();
|
|
35421
|
-
export const makeVariant = () => factories['io.flow.internal.v0.unions.variant']();
|
|
35422
|
-
export const makeVariantForm = () => factories['io.flow.internal.v0.unions.variant_form']();
|
|
35423
35796
|
export const makeViesResult = () => factories['io.flow.internal.v0.models.vies_result']();
|
|
35424
35797
|
export const makeVirtualCardTransaction = () => factories['io.flow.internal.v0.models.virtual_card_transaction']();
|
|
35425
35798
|
export const makeWasteElectricalAndElectronicEquipmentComplianceData = () => factories['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data']();
|