@flowio/api-internal-factories 0.0.104 → 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.
@@ -549,6 +549,7 @@ var factories = {
549
549
  order: factories['io.flow.billing.accounting.v0.models.order_summary'](),
550
550
  shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
551
551
  remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
552
+ payment: factories['io.flow.billing.accounting.v0.models.payment_summary'](),
552
553
  merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
553
554
  sequence_number: factories.long(),
554
555
  posting_cutoff: factories.date_time_iso_8601(),
@@ -674,11 +675,20 @@ var factories = {
674
675
  delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
675
676
  currency: factories.string(),
676
677
  }); },
678
+ 'io.flow.billing.accounting.v0.models.payment_summary': function () { return ({
679
+ psp: factories.decimal(),
680
+ credit: factories.decimal(),
681
+ subsidized: factories.decimal(),
682
+ manual: factories.decimal(),
683
+ cod: factories.decimal(),
684
+ total: factories.decimal(),
685
+ }); },
677
686
  'io.flow.billing.accounting.v0.models.pending_order': function () { return ({
678
687
  id: factories.string(),
679
688
  order: factories['io.flow.billing.accounting.v0.models.order_summary'](),
680
689
  shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
681
690
  merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
691
+ payment: factories['io.flow.billing.accounting.v0.models.payment_summary'](),
682
692
  remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
683
693
  sequence_number: factories.long(),
684
694
  posting_cutoff: factories.date_time_iso_8601(),
@@ -693,6 +703,7 @@ var factories = {
693
703
  shopper: factories['io.flow.billing.accounting.v0.models.shopper_summary'](),
694
704
  merchant: factories['io.flow.billing.accounting.v0.models.merchant_summary'](),
695
705
  remittance: factories['io.flow.billing.accounting.v0.models.remittance_responsibility'](),
706
+ payment: factories['io.flow.billing.accounting.v0.models.payment_summary'](),
696
707
  sequence_number: factories.long(),
697
708
  posting_cutoff: factories.date_time_iso_8601(),
698
709
  trigger: factories['io.flow.billing.accounting.v0.unions.return_trigger'](),
@@ -739,6 +750,7 @@ var factories = {
739
750
  product: factories['io.flow.billing.accounting.v0.models.shopper_lines'](),
740
751
  fees: factories['io.flow.billing.accounting.v0.models.shopper_fees'](),
741
752
  freight: factories['io.flow.billing.accounting.v0.models.shopper_freight'](),
753
+ tips: factories.decimal(),
742
754
  order_discount: factories.decimal(),
743
755
  total: factories.decimal(),
744
756
  }); },
@@ -799,408 +811,7 @@ var factories = {
799
811
  ]);
800
812
  return f();
801
813
  },
802
- 'io.flow.billing.csv.v0.models.account_summary': function () { return ({
803
- id: factories.string(),
804
- currency: factories.string(),
805
- }); },
806
- 'io.flow.billing.csv.v0.models.billing_channel_csv_order': function () { return ({
807
- number: factories.string(),
808
- submitted_at: factories.date_time_iso_8601(),
809
- local: factories['io.flow.billing.csv.v0.models.billing_channel_csv_order_detail'](),
810
- deliveries: arrayOf(function () { return factories['io.flow.billing.csv.v0.models.billing_channel_csv_order_delivery'](); }),
811
- }); },
812
- 'io.flow.billing.csv.v0.models.billing_channel_csv_order_delivery': function () { return ({
813
- carrier: factories['io.flow.billing.csv.v0.models.billing_csv_carrier'](),
814
- service: factories['io.flow.billing.csv.v0.models.billing_csv_service'](),
815
- delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
816
- ratecard_owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
817
- tier: factories['io.flow.billing.csv.v0.models.billing_csv_tier'](),
818
- }); },
819
- 'io.flow.billing.csv.v0.models.billing_channel_csv_order_detail': function () { return ({
820
- currency: factories.string(),
821
- freight: factories.decimal(),
822
- total: factories.decimal(),
823
- subtotal: factories.decimal(),
824
- vat: factories.decimal(),
825
- duty: factories.decimal(),
826
- discount: factories.decimal(),
827
- adjustment: factories.decimal(),
828
- insurance: factories.decimal(),
829
- shipping: factories.decimal(),
830
- }); },
831
- 'io.flow.billing.csv.v0.models.billing_csv_carrier': function () { return ({
832
- id: factories.string(),
833
- }); },
834
- 'io.flow.billing.csv.v0.models.billing_csv_center': function () { return ({
835
- key: factories.string(),
836
- }); },
837
- 'io.flow.billing.csv.v0.models.billing_csv_channel_billed_transaction': function () { return ({
838
- id: factories.string(),
839
- type: factories.string(),
840
- net: factories.decimal(),
841
- description: factories.string(),
842
- account: factories['io.flow.billing.csv.v0.models.account_summary'](),
843
- organization: factories['io.flow.common.v0.models.organization_reference'](),
844
- order: factories['io.flow.billing.csv.v0.models.billing_csv_order_summary'](),
845
- }); },
846
- 'io.flow.billing.csv.v0.models.billing_csv_channel_transaction': function () { return ({
847
- id: factories.string(),
848
- account: factories['io.flow.billing.csv.v0.models.account_summary'](),
849
- type: factories.string(),
850
- description: factories.string(),
851
- organization: factories['io.flow.common.v0.models.organization_reference'](),
852
- order: factories['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'](),
853
- processing_transaction: factories['io.flow.billing.csv.v0.models.billing_csv_channel_transaction_processing_transaction'](),
854
- spot_rate: factories['io.flow.billing.csv.v0.models.billing_csv_exchange_rate'](),
855
- processing_transaction_base_amount_in_channel_account_currency: factories.decimal(),
856
- processing_transaction_total_fees_in_channel_account_currency: factories.decimal(),
857
- processing_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
858
- fraud_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
859
- mor_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
860
- fx_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
861
- duty_guarantee_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
862
- rate_lock_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
863
- transfer_fee: factories['io.flow.billing.csv.v0.models.billing_csv_fee'](),
864
- total_fees: factories.decimal(),
865
- amount: factories.decimal(),
866
- }); },
867
- 'io.flow.billing.csv.v0.models.billing_csv_channel_transaction_processing_transaction': function () { return ({
868
- id: factories.string(),
869
- account: factories['io.flow.billing.csv.v0.models.account_summary'](),
870
- local_currency: factories.string(),
871
- base_amount: factories.decimal(),
872
- total_fees: factories.decimal(),
873
- payment_method: factories.string(),
874
- }); },
875
- 'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice': function () { return ({
876
- invoice: factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary'](),
877
- order: factories['io.flow.billing.internal.v0.models.billing_order_summary'](),
878
- lines: arrayOf(function () { return factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail'](); }),
879
- }); },
880
- 'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line': function () { return ({
881
- invoice: factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary'](),
882
- order: factories['io.flow.billing.internal.v0.models.billing_order_summary'](),
883
- line: factories['io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail'](),
884
- }); },
885
- 'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_line_detail': function () { return ({
886
- discriminator: factories.string(),
887
- item_number: factories.string(),
888
- quantity: factories.long(),
889
- unit_price: factories['io.flow.common.v0.models.price'](),
890
- unit_discount: factories['io.flow.common.v0.models.price'](),
891
- unit_tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
892
- unit_duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
893
- }); },
894
- 'io.flow.billing.csv.v0.models.billing_csv_consumer_invoice_summary': function () { return ({
895
- id: factories.string(),
896
- number: factories.string(),
897
- date: factories.date_time_iso_8601(),
898
- key: factories.string(),
899
- }); },
900
- 'io.flow.billing.csv.v0.models.billing_csv_delivery': function () { return ({
901
- delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
902
- carrier: factories['io.flow.billing.csv.v0.models.billing_csv_carrier'](),
903
- center: factories['io.flow.billing.csv.v0.models.billing_csv_center'](),
904
- service: factories['io.flow.billing.csv.v0.models.billing_csv_service'](),
905
- tier: factories['io.flow.billing.csv.v0.models.billing_csv_tier'](),
906
- cost: factories['io.flow.billing.csv.v0.models.billing_csv_delivery_cost_detail'](),
907
- ratecard_owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
908
- }); },
909
- 'io.flow.billing.csv.v0.models.billing_csv_delivery_cost_detail': function () { return ({
910
- ratecard_base_cost: factories.decimal(),
911
- ratecard_ddp_fee: factories.decimal(),
912
- ratecard_emergency_situation_surcharge: factories.decimal(),
913
- ratecard_peak_surcharge: factories.decimal(),
914
- ratecard_fuel_surcharge: factories.decimal(),
915
- ratecard_oversized_shipment_fee: factories.decimal(),
916
- ratecard_rural_shipment_fee: factories.decimal(),
917
- center_commercial_invoice_fee: factories.decimal(),
918
- center_inbound_carton_fee: factories.decimal(),
919
- center_outbound_carton_fee: factories.decimal(),
920
- }); },
921
- 'io.flow.billing.csv.v0.models.billing_csv_exchange_rate': function () { return ({
922
- base_currency: factories.string(),
923
- local_currency: factories.string(),
924
- rate: factories.decimal(),
925
- }); },
926
- 'io.flow.billing.csv.v0.models.billing_csv_fee': function () { return ({
927
- amount: factories.decimal(),
928
- description: factories.string(),
929
- }); },
930
- 'io.flow.billing.csv.v0.models.billing_csv_generic_transaction': function () { return ({
931
- id: factories.string(),
932
- posted_at: factories.date_time_iso_8601(),
933
- type: factories['io.flow.billing.internal.v0.enums.billing_transaction_type'](),
934
- amount: factories.decimal(),
935
- description: factories.string(),
936
- }); },
937
- 'io.flow.billing.csv.v0.models.billing_csv_label_transaction': function () { return ({
938
- id: factories.string(),
939
- type: factories.string(),
940
- gross: factories.decimal(),
941
- net: factories.decimal(),
942
- discounts: arrayOf(function () { return factories['io.flow.billing.internal.v0.models.discount'](); }),
943
- description: factories.string(),
944
- account: factories['io.flow.billing.csv.v0.models.account_summary'](),
945
- label: factories['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary'](),
946
- organization: factories['io.flow.common.v0.models.organization_reference'](),
947
- order: factories['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'](),
948
- }); },
949
- 'io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary': function () { return ({
950
- id: factories.string(),
951
- owner: factories['io.flow.fulfillment.v0.enums.ratecard_owner'](),
952
- carrier_id: factories.string(),
953
- carrier_tracking_number: factories.string(),
954
- cost: factories['io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary_cost'](),
955
- request_method: factories['io.flow.label.v0.enums.label_request_method'](),
956
- trigger_method: factories['io.flow.label.v0.enums.label_trigger_method'](),
957
- identifiers: objectOf(function () { return factories.string(); }),
958
- }); },
959
- 'io.flow.billing.csv.v0.models.billing_csv_label_transaction_billable_label_summary_cost': function () { return ({
960
- amount: factories.decimal(),
961
- currency: factories.string(),
962
- source: factories['io.flow.label.v0.enums.cost_estimate_source'](),
963
- }); },
964
- 'io.flow.billing.csv.v0.models.billing_csv_merchant_reference': function () { return ({
965
- id: factories.string(),
966
- }); },
967
- 'io.flow.billing.csv.v0.models.billing_csv_order': function () { return ({
968
- number: factories.string(),
969
- primary_identifier: factories.string(),
970
- submitted_at: factories.date_time_iso_8601(),
971
- timezone: factories.string(),
972
- local: factories['io.flow.billing.csv.v0.models.billing_csv_order_detail'](),
973
- base: factories['io.flow.billing.csv.v0.models.billing_csv_order_detail'](),
974
- transaction_amount: factories.decimal(),
975
- deliveries: arrayOf(function () { return factories['io.flow.billing.csv.v0.models.billing_csv_delivery'](); }),
976
- exchange_rate: factories['io.flow.billing.csv.v0.models.billing_csv_exchange_rate'](),
977
- }); },
978
- 'io.flow.billing.csv.v0.models.billing_csv_order_destination': function () { return ({
979
- city: factories.string(),
980
- province: factories.string(),
981
- postal: factories.string(),
982
- country: factories.string(),
983
- }); },
984
- 'io.flow.billing.csv.v0.models.billing_csv_order_detail': function () { return ({
985
- currency: factories.string(),
986
- adjustment: factories.decimal(),
987
- subtotal: factories.decimal(),
988
- vat: factories.decimal(),
989
- duty: factories.decimal(),
990
- shipping: factories.decimal(),
991
- insurance: factories.decimal(),
992
- discount: factories.decimal(),
993
- total: factories.decimal(),
994
- freight: factories.decimal(),
995
- }); },
996
- 'io.flow.billing.csv.v0.models.billing_csv_order_summary': function () { return ({
997
- number: factories.string(),
998
- identifiers: objectOf(function () { return factories.string(); }),
999
- }); },
1000
- 'io.flow.billing.csv.v0.models.billing_csv_order_transaction': function () { return ({
1001
- id: factories.string(),
1002
- type: factories.string(),
1003
- amount: factories.decimal(),
1004
- description: factories.string(),
1005
- account: factories['io.flow.billing.csv.v0.models.account_summary'](),
1006
- organization: factories['io.flow.common.v0.models.organization_reference'](),
1007
- order: factories['io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary'](),
1008
- }); },
1009
- 'io.flow.billing.csv.v0.models.billing_csv_order_with_mor_summary': function () { return ({
1010
- number: factories.string(),
1011
- merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
1012
- identifiers: objectOf(function () { return factories.string(); }),
1013
- }); },
1014
- 'io.flow.billing.csv.v0.models.billing_csv_processing_transaction': function () { return ({
1015
- id: factories.string(),
1016
- reference: factories.string(),
1017
- primary_identifier: factories.string(),
1018
- parent_id: factories.string(),
1019
- created_at: factories.date_time_iso_8601(),
1020
- merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
1021
- posted_at: factories.date_time_iso_8601(),
1022
- type: factories['io.flow.billing.internal.v0.enums.billing_transaction_type'](),
1023
- timezone: factories.string(),
1024
- order_number: factories.string(),
1025
- order_primary_identifier: factories.string(),
1026
- order_identifiers: objectOf(function () { return factories.string(); }),
1027
- order_submitted_at: factories.date_time_iso_8601(),
1028
- order: factories['io.flow.billing.internal.v0.models.billing_order_summary'](),
1029
- payment_method: factories.string(),
1030
- local_amount: factories.decimal(),
1031
- local_currency: factories.string(),
1032
- base_amount: factories.decimal(),
1033
- base_currency: factories.string(),
1034
- processing_fee: factories.decimal(),
1035
- processing_fee_description: factories.string(),
1036
- rate_lock_fee: factories.decimal(),
1037
- rate_lock_fee_description: factories.string(),
1038
- vat_withholding: factories.decimal(),
1039
- duty_withholding: factories.decimal(),
1040
- freight_withholding: factories.decimal(),
1041
- insurance_withholding: factories.decimal(),
1042
- revenue_share: factories.decimal(),
1043
- revenue_share_currency: factories.string(),
1044
- amount: factories.decimal(),
1045
- order_detail: factories['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail'](),
1046
- mor_fee: factories.decimal(),
1047
- mor_fee_description: factories.string(),
1048
- fx_fee: factories.decimal(),
1049
- fx_fee_description: factories.string(),
1050
- duty_guarantee_fee: factories.decimal(),
1051
- duty_guarantee_fee_description: factories.string(),
1052
- negative_balance_fee: factories.decimal(),
1053
- negative_balance_fee_description: factories.string(),
1054
- }); },
1055
- 'io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery': function () { return ({
1056
- delivery_option_id: factories.string(),
1057
- ratecard_owner: factories['io.flow.billing.internal.v0.enums.responsible_party'](),
1058
- service: factories['io.flow.billing.csv.v0.models.billing_csv_service'](),
1059
- center: factories['io.flow.billing.csv.v0.models.billing_csv_center'](),
1060
- ship_from_country: factories.string(),
1061
- delivered_duty: factories.string(),
1062
- }); },
1063
- 'io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail': function () { return ({
1064
- total: factories.decimal(),
1065
- subtotal: factories.decimal(),
1066
- discount: factories.decimal(),
1067
- vat: factories.decimal(),
1068
- duty: factories.decimal(),
1069
- shipping: factories.decimal(),
1070
- vat_subsidy: factories.decimal(),
1071
- duty_subsidy: factories.decimal(),
1072
- estimated_freight: factories.decimal(),
1073
- selected_deliveries: arrayOf(function () { return factories['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'](); }),
1074
- }); },
1075
- 'io.flow.billing.csv.v0.models.billing_csv_service': function () { return ({
1076
- id: factories.string(),
1077
- }); },
1078
- 'io.flow.billing.csv.v0.models.billing_csv_tier': function () { return ({
1079
- name: factories.string(),
1080
- }); },
1081
- 'io.flow.billing.csv.v0.models.billing_csv_transaction': function () { return ({
1082
- id: factories.string(),
1083
- type: factories['io.flow.billing.internal.v0.enums.billing_transaction_type'](),
1084
- account: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_account'](),
1085
- metadata: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata'](),
1086
- order: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary'](),
1087
- currency: factories.string(),
1088
- source: factories['io.flow.billing.v0.enums.transaction_source'](),
1089
- parent: factories['io.flow.billing.v0.models.parent_transaction_summary'](),
1090
- gross: factories.decimal(),
1091
- fees: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_fees'](),
1092
- withholdings: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_withholdings'](),
1093
- discount: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_discount'](),
1094
- net: factories.decimal(),
1095
- identifiers: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_identifiers'](),
1096
- created_at: factories.date_time_iso_8601(),
1097
- updated_at: factories.date_time_iso_8601(),
1098
- }); },
1099
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_account': function () { return ({
1100
- id: factories.string(),
1101
- merchant: factories['io.flow.billing.csv.v0.models.billing_csv_merchant_reference'](),
1102
- environment: factories['io.flow.common.v0.enums.environment'](),
1103
- source: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary'](),
1104
- }); },
1105
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary': function () { return ({
1106
- id: factories.string(),
1107
- type: factories['io.flow.billing.internal.v0.enums.account_type'](),
1108
- }); },
1109
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_discount': function () { return ({
1110
- amount: factories.decimal(),
1111
- description: factories.string(),
1112
- }); },
1113
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_fees': function () { return ({
1114
- duty_guarantee: factories.decimal(),
1115
- mor: factories.decimal(),
1116
- fraud: factories.decimal(),
1117
- fx: factories.decimal(),
1118
- processing: factories.decimal(),
1119
- rate_lock: factories.decimal(),
1120
- transfer: factories.decimal(),
1121
- negative_balance: factories.decimal(),
1122
- }); },
1123
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_identifiers': function () { return ({
1124
- reference_id: factories.string(),
1125
- }); },
1126
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata': function () { return ({
1127
- channel: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_channel'](),
1128
- shipping_label: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label'](),
1129
- shipping_label_revenue_share: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share'](),
1130
- trueup: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'](),
1131
- carrier_charge: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'](),
1132
- manual: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'](),
1133
- failed_payout: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_failed_payout'](),
1134
- }); },
1135
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge': function () { return ({
1136
- reason: factories['io.flow.trueup.v0.enums.carrier_charge_reason'](),
1137
- label_created_at: factories.date_time_iso_8601(),
1138
- carrier_id: factories.string(),
1139
- carrier_tracking_number: factories.string(),
1140
- revenue_share_percentage: factories.decimal(),
1141
- outbound_transaction_id: factories.string(),
1142
- }); },
1143
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_channel': function () { return ({
1144
- method: factories.string(),
1145
- card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
1146
- }); },
1147
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_failed_payout': function () { return ({
1148
- failed_payment: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
1149
- }); },
1150
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual': function () { return ({
1151
- description: factories.string(),
1152
- original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
1153
- category: factories['io.flow.billing.internal.v0.enums.manual_transaction_category'](),
1154
- url: factories.string(),
1155
- }); },
1156
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label': function () { return ({
1157
- request_method: factories['io.flow.label.v0.enums.label_request_method'](),
1158
- }); },
1159
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share': function () { return ({
1160
- label_id: factories.string(),
1161
- base_amount: factories.decimal(),
1162
- percentage: factories.decimal(),
1163
- }); },
1164
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup': function () { return ({
1165
- original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
1166
- label_transaction_id: factories.string(),
1167
- label_invoice_request_id: factories.string(),
1168
- carrier_charge_id: factories.string(),
1169
- }); },
1170
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary': function () { return ({
1171
- organization: factories['io.flow.common.v0.models.organization_reference'](),
1172
- number: factories.string(),
1173
- identifiers: factories['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifiers'](),
1174
- }); },
1175
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifiers': function () { return ({
1176
- shopify_order_id: factories.string(),
1177
- }); },
1178
- 'io.flow.billing.csv.v0.models.billing_csv_transaction_withholdings': function () { return ({
1179
- tax: factories.decimal(),
1180
- duty: factories.decimal(),
1181
- freight: factories.decimal(),
1182
- insurance: factories.decimal(),
1183
- }); },
1184
- 'io.flow.billing.csv.v0.models.flow_finance_payment_summary': function () { return ({
1185
- id: factories.string(),
1186
- status: factories['io.flow.billing.internal.v0.enums.bank_payment_status_code'](),
1187
- amount: factories.decimal(),
1188
- bank_account_last4: factories.string(),
1189
- }); },
1190
- 'io.flow.billing.csv.v0.models.flow_finance_statement_summary': function () { return ({
1191
- account_id: factories.string(),
1192
- payment: factories['io.flow.billing.csv.v0.models.flow_finance_payment_summary'](),
1193
- statement_id: factories.string(),
1194
- settlement_currency: factories.string(),
1195
- starting_balance: factories.decimal(),
1196
- balance_forward: factories.decimal(),
1197
- transactions_posted: factories.decimal(),
1198
- platform_fee: factories.decimal(),
1199
- account_balance: factories.decimal(),
1200
- dispute_balance: factories.decimal(),
1201
- one_time_adjustments: objectOf(function () { return factories.decimal(); }),
1202
- }); },
1203
- 'io.flow.billing.internal.v0.enums.account_payment_hold_reason': function () { return faker.helpers.arrayElement(['fraudulent', 'invalid_bank_account']); },
814
+ 'io.flow.billing.internal.v0.enums.account_payment_hold_reason': function () { return faker.helpers.arrayElement(['fraudulent', 'frozen', 'invalid_bank_account']); },
1204
815
  'io.flow.billing.internal.v0.enums.account_setting_liabilities_method': function () { return faker.helpers.arrayElement(['withholding', 'transaction']); },
1205
816
  'io.flow.billing.internal.v0.enums.account_type': function () { return faker.helpers.arrayElement(['channel', 'organization']); },
1206
817
  'io.flow.billing.internal.v0.enums.adjustment_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal']); },
@@ -2357,7 +1968,6 @@ var factories = {
2357
1968
  sequence_number: factories.long(),
2358
1969
  fulfilled_at: factories.date_time_iso_8601(),
2359
1970
  completes_order: factories.boolean(),
2360
- payment: factories['io.flow.billing.reporting.v0.models.reporting_payment'](),
2361
1971
  value: factories['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'](),
2362
1972
  dispatch_country: factories['io.flow.billing.reporting.v0.models.reporting_country'](),
2363
1973
  destination: factories['io.flow.billing.reporting.v0.models.reporting_destination'](),
@@ -2389,11 +1999,15 @@ var factories = {
2389
1999
  'io.flow.billing.reporting.v0.enums.report_status': function () { return faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']); },
2390
2000
  'io.flow.billing.reporting.v0.enums.report_type': function () { return faker.helpers.arrayElement([
2391
2001
  'sales_record',
2002
+ 'refund_record',
2003
+ 'other_record',
2004
+ 'pending_record',
2392
2005
  'trueup_overview',
2393
2006
  'non_channel_payment_bank_account',
2394
2007
  'scheduled_payment',
2395
2008
  'account_quarterly_balances',
2396
2009
  'invariants',
2010
+ 'payments',
2397
2011
  ]); },
2398
2012
  'io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual': function () { return faker.helpers.arrayElement(['all', 'mixed', 'none']); },
2399
2013
  'io.flow.billing.reporting.v0.enums.revenue_record_type': function () { return faker.helpers.arrayElement(['pending', 'sales', 'refund']); },
@@ -2404,6 +2018,7 @@ var factories = {
2404
2018
  subtotal: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2405
2019
  tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2406
2020
  duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2021
+ tips: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2407
2022
  discount: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2408
2023
  total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2409
2024
  }); },
@@ -2511,11 +2126,11 @@ var factories = {
2511
2126
  sequence_number: factories.long(),
2512
2127
  fulfilled_at: factories.date_time_iso_8601(),
2513
2128
  completes_order: factories.boolean(),
2514
- payment: factories['io.flow.billing.reporting.v0.models.reporting_payment'](),
2515
2129
  refund: factories['io.flow.billing.reporting.v0.models.reporting_refund_reference'](),
2516
2130
  value: factories['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'](),
2517
2131
  dispatch_country: factories['io.flow.billing.reporting.v0.models.reporting_country'](),
2518
2132
  destination: factories['io.flow.billing.reporting.v0.models.reporting_destination'](),
2133
+ payment: factories['io.flow.billing.reporting.v0.models.reporting_payment'](),
2519
2134
  shipment: factories['io.flow.billing.reporting.v0.models.reporting_shipment'](),
2520
2135
  is: factories['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'](),
2521
2136
  has: factories['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'](),
@@ -2532,6 +2147,9 @@ var factories = {
2532
2147
  wyol: factories.boolean(),
2533
2148
  b2b: factories.boolean(),
2534
2149
  domestic: factories.boolean(),
2150
+ combined_shipment: factories.boolean(),
2151
+ order_cancelled: factories.boolean(),
2152
+ lvg: factories.boolean(),
2535
2153
  }); },
2536
2154
  'io.flow.billing.reporting.v0.models.reporting_fx': function () { return ({
2537
2155
  shipping: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
@@ -2539,6 +2157,7 @@ var factories = {
2539
2157
  product: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
2540
2158
  tax: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
2541
2159
  duty: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
2160
+ tips: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
2542
2161
  total: factories['io.flow.billing.reporting.v0.models.reporting_usd'](),
2543
2162
  }); },
2544
2163
  'io.flow.billing.reporting.v0.models.reporting_merchant_breakdown': function () { return ({
@@ -2554,12 +2173,14 @@ var factories = {
2554
2173
  processing: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2555
2174
  rate_lock: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2556
2175
  transfer: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2176
+ total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2557
2177
  }); },
2558
2178
  'io.flow.billing.reporting.v0.models.reporting_merchant_subsidies': function () { return ({
2559
2179
  shipping: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2560
2180
  tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2561
2181
  duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2562
2182
  ccf: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2183
+ total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2563
2184
  }); },
2564
2185
  'io.flow.billing.reporting.v0.models.reporting_merchant_transactions': function () { return ({
2565
2186
  adjustment: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
@@ -2567,6 +2188,8 @@ var factories = {
2567
2188
  tax: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2568
2189
  duty: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2569
2190
  freight: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2191
+ discount: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2192
+ total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2570
2193
  }); },
2571
2194
  'io.flow.billing.reporting.v0.models.reporting_monetary_value': function () { return ({
2572
2195
  transaction: factories.decimal(),
@@ -2585,22 +2208,13 @@ var factories = {
2585
2208
  name: factories.string(),
2586
2209
  }); },
2587
2210
  'io.flow.billing.reporting.v0.models.reporting_payment': function () { return ({
2588
- metadata: factories['io.flow.billing.reporting.v0.models.reporting_payment_metadata'](),
2589
2211
  psp: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2590
2212
  credit: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2213
+ subsidized: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2214
+ manual: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2215
+ cod: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2591
2216
  total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2592
2217
  }); },
2593
- 'io.flow.billing.reporting.v0.models.reporting_payment_metadata': function () { return ({
2594
- gateway: factories['io.flow.payment.internal.v0.enums.processor'](),
2595
- method: factories.string(),
2596
- psp_reference: factories.string(),
2597
- authorization: factories['io.flow.billing.reporting.v0.models.reporting_authorization_reference'](),
2598
- settlement_date: factories.date_time_iso_8601(),
2599
- additional_authorizations: factories['io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations'](),
2600
- }); },
2601
- 'io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations': function () { return ({
2602
- ids: factories.string(),
2603
- }); },
2604
2218
  'io.flow.billing.reporting.v0.models.reporting_province': function () { return ({
2605
2219
  code: factories.string(),
2606
2220
  name: factories.string(),
@@ -2625,6 +2239,7 @@ var factories = {
2625
2239
  ccf: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2626
2240
  emergency: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2627
2241
  peak: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2242
+ total: factories['io.flow.billing.reporting.v0.models.reporting_monetary_value'](),
2628
2243
  }); },
2629
2244
  'io.flow.billing.reporting.v0.models.reporting_usd': function () { return ({
2630
2245
  usd: factories.decimal(),
@@ -2966,7 +2581,7 @@ var factories = {
2966
2581
  discriminator: 'channel',
2967
2582
  method: factories.string(),
2968
2583
  card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
2969
- organization_transaction: factories['io.flow.billing.v0.models.transaction_reference'](),
2584
+ organization_transaction: factories['io.flow.billing.v0.models.transaction_metadata_channel_organization_transaction'](),
2970
2585
  }); },
2971
2586
  'io.flow.billing.v0.models.transaction_metadata_channel_card_metadata': function () { return ({
2972
2587
  type: factories['io.flow.payment.v0.enums.card_type'](),
@@ -2976,6 +2591,10 @@ var factories = {
2976
2591
  iin: factories.string(),
2977
2592
  country: factories.string(),
2978
2593
  }); },
2594
+ 'io.flow.billing.v0.models.transaction_metadata_channel_organization_transaction': function () { return ({
2595
+ id: factories.string(),
2596
+ metadata: factories['io.flow.billing.v0.models.transaction_metadata_payment_transaction'](),
2597
+ }); },
2979
2598
  'io.flow.billing.v0.models.transaction_metadata_failed_payout': function () { return ({
2980
2599
  discriminator: 'failed_payout',
2981
2600
  failed_payout: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
@@ -3762,6 +3381,7 @@ var factories = {
3762
3381
  'unsupported_virtual_goods',
3763
3382
  'non_matching_currencies',
3764
3383
  'unsupported_order_edit',
3384
+ 'order_missing',
3765
3385
  ]); },
3766
3386
  'io.flow.channel.internal.v0.enums.channel_order_acceptance_status': function () { return faker.helpers.arrayElement(['accepted', 'rejected', 'review', 'edit_review', 'edit_accepted']); },
3767
3387
  'io.flow.channel.internal.v0.models.channel_currency_form': function () { return ({
@@ -4366,207 +3986,19 @@ var factories = {
4366
3986
  ]);
4367
3987
  return f();
4368
3988
  },
4369
- 'io.flow.consumer.invoice.v0.enums.b2b_invoice_type': function () { return faker.helpers.arrayElement(['self_bill_invoice', 'invoice']); },
4370
- 'io.flow.consumer.invoice.v0.enums.consumer_invoice_customer_type': function () { return faker.helpers.arrayElement(['business_eu_verified', 'business_non_verified', 'individual']); },
4371
- 'io.flow.consumer.invoice.v0.enums.consumer_invoice_document_type': function () { return faker.helpers.arrayElement(['pdf']); },
4372
- 'io.flow.consumer.invoice.v0.enums.consumer_invoice_status': function () { return faker.helpers.arrayElement(['pending', 'available', 'invalid']); },
4373
- 'io.flow.consumer.invoice.v0.models.b2b_credit_memo': function () { return ({
4374
- id: factories.string(),
4375
- number: factories.string(),
4376
- buyer: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
4377
- seller: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
4378
- status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
4379
- date: factories.date_time_iso_8601(),
4380
- key: factories.string(),
4381
- invoice: factories['io.flow.consumer.invoice.v0.models.b2b_invoice_reference'](),
4382
- lines: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](); }),
4383
- documents: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](); }),
4384
- attributes: objectOf(function () { return factories.string(); }),
4385
- b2b_invoice_type: factories['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'](),
4386
- }); },
4387
- 'io.flow.consumer.invoice.v0.models.b2b_invoice': function () { return ({
4388
- id: factories.string(),
4389
- number: factories.string(),
4390
- buyer: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
4391
- seller: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
4392
- status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
4393
- date: factories.date_time_iso_8601(),
4394
- key: factories.string(),
4395
- order: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'](),
4396
- economic_title_location: factories['io.flow.merchant.of.record.v0.enums.economic_title_location'](),
4397
- center: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'](),
4398
- destination: factories['io.flow.experience.v0.models.order_address'](),
4399
- tax: factories['io.flow.common.v0.models.money'](),
4400
- lines: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](); }),
4401
- documents: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](); }),
4402
- attributes: objectOf(function () { return factories.string(); }),
4403
- estimated_delivery_date: factories.date_time_iso_8601(),
4404
- b2b_invoice_type: factories['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'](),
4405
- }); },
4406
- 'io.flow.consumer.invoice.v0.models.b2b_invoice_reference': function () { return ({
4407
- id: factories.string(),
4408
- key: factories.string(),
4409
- number: factories.string(),
4410
- }); },
4411
- 'io.flow.consumer.invoice.v0.models.consumer_invoice': function () { return ({
4412
- id: factories.string(),
4413
- number: factories.string(),
4414
- status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
4415
- date: factories.date_time_iso_8601(),
4416
- key: factories.string(),
4417
- order: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'](),
4418
- entity: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
4419
- payments: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_payment'](); }),
4420
- center: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'](),
4421
- destination: factories['io.flow.experience.v0.models.order_address'](),
4422
- billing_address: factories['io.flow.common.v0.models.billing_address'](),
4423
- lines: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](); }),
4424
- documents: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](); }),
4425
- attributes: objectOf(function () { return factories.string(); }),
4426
- tax_registration: factories['io.flow.harmonization.v0.models.tax_registration'](),
4427
- customer_type: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_customer_type'](),
4428
- estimated_delivery_date: factories.date_time_iso_8601(),
4429
- }); },
4430
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference': function () { return ({
4431
- id: factories.string(),
4432
- key: factories.string(),
4433
- name: factories.string(),
4434
- address: factories['io.flow.common.v0.models.address'](),
4435
- }); },
4436
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_document': function () { return ({
4437
- type: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_document_type'](),
4438
- language: factories.string(),
4439
- url: factories.string(),
4440
- }); },
4441
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_form': function () { return ({
4442
- order_number: factories.string(),
4443
- attributes: objectOf(function () { return factories.string(); }),
4444
- }); },
4445
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_form_by_order': function () { return ({
4446
- attributes: objectOf(function () { return factories.string(); }),
4447
- }); },
4448
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_levy': function () { return ({
4449
- rate: factories.decimal(),
4450
- value: factories['io.flow.common.v0.models.price'](),
4451
- }); },
4452
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form': function () { return ({
4453
- rate: factories.decimal(),
4454
- amount: factories.decimal(),
4455
- }); },
4456
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount': function () { return ({
4457
- discriminator: 'discount',
4458
- price: factories['io.flow.common.v0.models.price'](),
4459
- }); },
4460
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount_form': function () { return ({
4461
- discriminator: 'discount',
4462
- price: factories.decimal(),
4463
- }); },
4464
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_line_item': function () { return ({
4465
- discriminator: 'item',
4466
- item: factories['io.flow.common.v0.models.item_reference'](),
4467
- description: factories.string(),
4468
- quantity: factories.long(),
4469
- unit_price: factories['io.flow.common.v0.models.price'](),
4470
- unit_discount: factories['io.flow.common.v0.models.price'](),
4471
- unit_tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
4472
- unit_duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
4473
- }); },
4474
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_line_item_form': function () { return ({
4475
- discriminator: 'item',
4476
- item_number: factories.string(),
4477
- quantity: factories.long(),
4478
- unit_price: factories.decimal(),
4479
- unit_discount: factories.decimal(),
4480
- unit_tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
4481
- unit_duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
4482
- }); },
4483
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping': function () { return ({
4484
- discriminator: 'shipping',
4485
- price: factories['io.flow.common.v0.models.price'](),
4486
- discount: factories['io.flow.common.v0.models.price'](),
4487
- tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
4488
- duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy'](),
4489
- }); },
4490
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping_form': function () { return ({
4491
- discriminator: 'shipping',
4492
- price: factories.decimal(),
4493
- discount: factories.decimal(),
4494
- tax: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
4495
- duty: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_levy_form'](),
4496
- }); },
4497
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary': function () { return ({
4498
- id: factories.string(),
4499
- number: factories.string(),
4500
- submitted_at: factories.date_time_iso_8601(),
4501
- }); },
4502
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_payment': function () { return ({
4503
- date: factories.date_time_iso_8601(),
4504
- description: factories.string(),
4505
- value: factories['io.flow.common.v0.models.price'](),
4506
- billing_address: factories['io.flow.common.v0.models.billing_address'](),
4507
- }); },
4508
- 'io.flow.consumer.invoice.v0.models.consumer_invoice_reference': function () { return ({
4509
- id: factories.string(),
4510
- key: factories.string(),
4511
- number: factories.string(),
4512
- }); },
4513
- 'io.flow.consumer.invoice.v0.models.credit_memo': function () { return ({
4514
- id: factories.string(),
4515
- number: factories.string(),
4516
- status: factories['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'](),
4517
- date: factories.date_time_iso_8601(),
4518
- key: factories.string(),
4519
- invoice: factories['io.flow.consumer.invoice.v0.models.consumer_invoice_reference'](),
4520
- entity: factories['io.flow.common.v0.models.merchant_of_record_entity'](),
4521
- payments: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_payment'](); }),
4522
- lines: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line'](); }),
4523
- documents: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_document'](); }),
4524
- attributes: objectOf(function () { return factories.string(); }),
4525
- tax_registration: factories['io.flow.harmonization.v0.models.tax_registration'](),
4526
- }); },
4527
- 'io.flow.consumer.invoice.v0.models.credit_memo_form': function () { return ({
4528
- refund_id: factories.string(),
4529
- refund_key: factories.string(),
4530
- refund_identifier: factories.string(),
4531
- lines: arrayOf(function () { return factories['io.flow.consumer.invoice.v0.unions.consumer_invoice_line_form'](); }),
4532
- attributes: objectOf(function () { return factories.string(); }),
4533
- }); },
4534
- 'io.flow.consumer.invoice.v0.models.invoice_export': function () { return ({
4535
- id: factories.string(),
4536
- }); },
4537
- 'io.flow.consumer.invoice.v0.models.invoice_export_form': function () { return ({
4538
- date_from: factories.date_iso_8601(),
4539
- date_to: factories.date_iso_8601(),
4540
- }); },
4541
- 'io.flow.consumer.invoice.v0.unions.consumer_invoice_line': function () {
4542
- var f = faker.helpers.arrayElement([
4543
- function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item'](); },
4544
- function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount'](); },
4545
- function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping'](); },
4546
- ]);
4547
- return f();
4548
- },
4549
- 'io.flow.consumer.invoice.v0.unions.consumer_invoice_line_form': function () {
4550
- var f = faker.helpers.arrayElement([
4551
- function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_item_form'](); },
4552
- function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_discount_form'](); },
4553
- function () { return factories['io.flow.consumer.invoice.v0.models.consumer_invoice_line_shipping_form'](); },
4554
- ]);
4555
- return f();
4556
- },
4557
- 'io.flow.crypto.v0.enums.error_type': function () { return faker.helpers.arrayElement(['authentication_error', 'invalid_request_error', 'rate_limit_error']); },
4558
- 'io.flow.crypto.v0.enums.payment_status': function () { return faker.helpers.arrayElement(['pending', 'succeeded', 'cancelled']); },
4559
- 'io.flow.crypto.v0.enums.reason_type': function () { return faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']); },
4560
- 'io.flow.crypto.v0.enums.refund_status': function () { return faker.helpers.arrayElement(['pending', 'succeeded']); },
4561
- 'io.flow.crypto.v0.enums.webhook_event_name': function () { return faker.helpers.arrayElement([
4562
- 'payment.created',
4563
- 'payment.fulfilled',
4564
- 'payment.captured',
4565
- 'payment.refund_requested',
4566
- 'payment.refund_transferred',
4567
- ]); },
4568
- 'io.flow.crypto.v0.enums.webhook_object_type': function () { return faker.helpers.arrayElement(['event']); },
4569
- 'io.flow.crypto.v0.models.crypto_event': function () { return ({
3989
+ 'io.flow.crypto.v0.enums.error_type': function () { return faker.helpers.arrayElement(['authentication_error', 'invalid_request_error', 'rate_limit_error']); },
3990
+ 'io.flow.crypto.v0.enums.payment_status': function () { return faker.helpers.arrayElement(['pending', 'succeeded', 'cancelled']); },
3991
+ 'io.flow.crypto.v0.enums.reason_type': function () { return faker.helpers.arrayElement(['duplicate', 'fraudulent', 'requested_by_customer']); },
3992
+ 'io.flow.crypto.v0.enums.refund_status': function () { return faker.helpers.arrayElement(['pending', 'succeeded']); },
3993
+ 'io.flow.crypto.v0.enums.webhook_event_name': function () { return faker.helpers.arrayElement([
3994
+ 'payment.created',
3995
+ 'payment.fulfilled',
3996
+ 'payment.captured',
3997
+ 'payment.refund_requested',
3998
+ 'payment.refund_transferred',
3999
+ ]); },
4000
+ 'io.flow.crypto.v0.enums.webhook_object_type': function () { return faker.helpers.arrayElement(['event']); },
4001
+ 'io.flow.crypto.v0.models.crypto_event': function () { return ({
4570
4002
  id: factories.string(),
4571
4003
  object_type: factories['io.flow.crypto.v0.enums.webhook_object_type'](),
4572
4004
  type: factories['io.flow.crypto.v0.enums.webhook_event_name'](),
@@ -5739,6 +5171,186 @@ var factories = {
5739
5171
  ]);
5740
5172
  return f();
5741
5173
  },
5174
+ 'io.flow.experiment.internal.v0.enums.experiment_discriminator_key': function () { return faker.helpers.arrayElement(['experience', 'feature']); },
5175
+ 'io.flow.experiment.internal.v0.enums.scope': function () { return faker.helpers.arrayElement(['organization', 'global']); },
5176
+ 'io.flow.experiment.internal.v0.enums.significance_action': function () { return faker.helpers.arrayElement(['end_and_implement_winner', 'end_and_revert', 'do_nothing']); },
5177
+ 'io.flow.experiment.internal.v0.enums.status': function () { return faker.helpers.arrayElement(['draft', 'scheduled', 'live', 'ended', 'archived']); },
5178
+ 'io.flow.experiment.internal.v0.enums.timeseries_type': function () { return faker.helpers.arrayElement(['daily', 'weekly', 'monthly', 'yearly']); },
5179
+ 'io.flow.experiment.internal.v0.models.daily_experiment_results': function () { return ({
5180
+ id: factories.string(),
5181
+ day: factories.date_iso_8601(),
5182
+ experiment_key: factories.string(),
5183
+ experiment_variant_key: factories.string(),
5184
+ visitor_count: factories.long(),
5185
+ visitors_with_transactions_count: factories.long(),
5186
+ conversion_rate: factories.decimal(),
5187
+ lower_bound: factories.decimal(),
5188
+ upper_bound: factories.decimal(),
5189
+ probability_of_being_best: factories.decimal(),
5190
+ currency: factories.string(),
5191
+ average_order_value: factories.double(),
5192
+ revenue_generated: factories.double(),
5193
+ total_order_count: factories.long(),
5194
+ conversion_rate_uplift: factories.decimal(),
5195
+ average_order_value_uplift: factories.decimal(),
5196
+ revenue_generated_uplift: factories.decimal(),
5197
+ }); },
5198
+ 'io.flow.experiment.internal.v0.models.experience_experiment': function () { return ({
5199
+ discriminator: 'experience',
5200
+ id: factories.string(),
5201
+ key: factories.string(),
5202
+ name: factories.string(),
5203
+ description: factories.string(),
5204
+ status: factories['io.flow.experiment.internal.v0.enums.status'](),
5205
+ emails: arrayOf(function () { return factories.string(); }),
5206
+ started_at: factories.date_time_iso_8601(),
5207
+ ended_at: factories.date_time_iso_8601(),
5208
+ variants: arrayOf(function () { return factories['io.flow.experiment.internal.v0.models.experience_variant'](); }),
5209
+ transitions: arrayOf(function () { return factories['io.flow.experiment.internal.v0.enums.status'](); }),
5210
+ significance_action: factories['io.flow.experiment.internal.v0.enums.significance_action'](),
5211
+ }); },
5212
+ 'io.flow.experiment.internal.v0.models.experience_variant': function () { return ({
5213
+ discriminator: 'experience_variant',
5214
+ experience: factories['io.flow.experiment.internal.v0.models.experience_variant_summary'](),
5215
+ traffic_percentage: factories.integer(),
5216
+ experiment_results: factories['io.flow.experiment.internal.v0.models.experiment_results'](),
5217
+ }); },
5218
+ 'io.flow.experiment.internal.v0.models.experience_variant_form': function () { return ({
5219
+ discriminator: 'experience',
5220
+ key: factories.string(),
5221
+ traffic_percentage: factories.integer(),
5222
+ }); },
5223
+ 'io.flow.experiment.internal.v0.models.experience_variant_summary': function () { return ({
5224
+ key: factories.string(),
5225
+ name: factories.string(),
5226
+ }); },
5227
+ 'io.flow.experiment.internal.v0.models.experiment_form': function () { return ({
5228
+ name: factories.string(),
5229
+ description: factories.string(),
5230
+ emails: arrayOf(function () { return factories.string(); }),
5231
+ variants: arrayOf(function () { return factories['io.flow.experiment.internal.v0.unions.variant_form'](); }),
5232
+ significance_action: factories['io.flow.experiment.internal.v0.enums.significance_action'](),
5233
+ session_query: factories.string(),
5234
+ }); },
5235
+ 'io.flow.experiment.internal.v0.models.experiment_form_default': function () { return ({
5236
+ discriminator: factories['io.flow.experiment.internal.v0.models.experiment_form_default_discriminator'](),
5237
+ variants: arrayOf(function () { return factories['io.flow.experiment.internal.v0.models.experiment_form_default_variant'](); }),
5238
+ }); },
5239
+ 'io.flow.experiment.internal.v0.models.experiment_form_default_discriminator': function () { return ({
5240
+ key: factories['io.flow.experiment.internal.v0.enums.experiment_discriminator_key'](),
5241
+ values: arrayOf(function () { return factories['io.flow.experiment.internal.v0.models.experiment_form_default_discriminator_value'](); }),
5242
+ }); },
5243
+ 'io.flow.experiment.internal.v0.models.experiment_form_default_discriminator_value': function () { return ({
5244
+ key: factories.string(),
5245
+ name: factories.string(),
5246
+ scope: factories['io.flow.experiment.internal.v0.enums.scope'](),
5247
+ }); },
5248
+ 'io.flow.experiment.internal.v0.models.experiment_form_default_variant': function () { return ({
5249
+ key: factories.string(),
5250
+ name: factories.string(),
5251
+ traffic_percentage: factories.integer(),
5252
+ }); },
5253
+ 'io.flow.experiment.internal.v0.models.experiment_milestone': function () { return ({
5254
+ id: factories.string(),
5255
+ experiment: factories['io.flow.experiment.internal.v0.models.experiment_reference'](),
5256
+ timestamp: factories.date_time_iso_8601(),
5257
+ description: factories.string(),
5258
+ }); },
5259
+ 'io.flow.experiment.internal.v0.models.experiment_milestone_form': function () { return ({
5260
+ timestamp: factories.date_time_iso_8601(),
5261
+ description: factories.string(),
5262
+ }); },
5263
+ 'io.flow.experiment.internal.v0.models.experiment_reference': function () { return ({
5264
+ key: factories.string(),
5265
+ }); },
5266
+ 'io.flow.experiment.internal.v0.models.experiment_results': function () { return ({
5267
+ id: factories.string(),
5268
+ experiment_key: factories.string(),
5269
+ experiment_variant_key: factories.string(),
5270
+ visitor_count: factories.long(),
5271
+ visitors_with_transactions_count: factories.long(),
5272
+ conversion_rate: factories.decimal(),
5273
+ lower_bound: factories.decimal(),
5274
+ upper_bound: factories.decimal(),
5275
+ probability_of_being_best: factories.decimal(),
5276
+ currency: factories.string(),
5277
+ average_order_value: factories.double(),
5278
+ revenue_generated: factories.double(),
5279
+ total_order_count: factories.long(),
5280
+ conversion_rate_uplift: factories.decimal(),
5281
+ average_order_value_uplift: factories.decimal(),
5282
+ revenue_generated_uplift: factories.decimal(),
5283
+ }); },
5284
+ 'io.flow.experiment.internal.v0.models.experiment_results_with_timestamp': function () { return ({
5285
+ timestamp: factories.date_time_iso_8601(),
5286
+ results: arrayOf(function () { return factories['io.flow.experiment.internal.v0.models.experiment_results'](); }),
5287
+ }); },
5288
+ 'io.flow.experiment.internal.v0.models.experiment_session_query_form': function () { return ({
5289
+ session_query: factories.string(),
5290
+ }); },
5291
+ 'io.flow.experiment.internal.v0.models.experiment_version': function () { return ({
5292
+ id: factories.string(),
5293
+ timestamp: factories.date_time_iso_8601(),
5294
+ type: factories['io.flow.common.v0.enums.change_type'](),
5295
+ experiment: factories['io.flow.experiment.internal.v0.unions.experiment'](),
5296
+ }); },
5297
+ 'io.flow.experiment.internal.v0.models.feature_experiment': function () { return ({
5298
+ discriminator: 'feature',
5299
+ id: factories.string(),
5300
+ key: factories.string(),
5301
+ name: factories.string(),
5302
+ description: factories.string(),
5303
+ status: factories['io.flow.experiment.internal.v0.enums.status'](),
5304
+ emails: arrayOf(function () { return factories.string(); }),
5305
+ scope: factories['io.flow.experiment.internal.v0.enums.scope'](),
5306
+ started_at: factories.date_time_iso_8601(),
5307
+ ended_at: factories.date_time_iso_8601(),
5308
+ variants: arrayOf(function () { return factories['io.flow.experiment.internal.v0.models.feature_variant'](); }),
5309
+ transitions: arrayOf(function () { return factories['io.flow.experiment.internal.v0.enums.status'](); }),
5310
+ significance_action: factories['io.flow.experiment.internal.v0.enums.significance_action'](),
5311
+ session_query: factories.string(),
5312
+ }); },
5313
+ 'io.flow.experiment.internal.v0.models.feature_value_reference': function () { return ({
5314
+ feature_key: factories.string(),
5315
+ value: factories.string(),
5316
+ }); },
5317
+ 'io.flow.experiment.internal.v0.models.feature_variant': function () { return ({
5318
+ discriminator: 'feature_variant',
5319
+ value: factories['io.flow.experiment.internal.v0.models.feature_variant_summary'](),
5320
+ traffic_percentage: factories.integer(),
5321
+ experiment_results: factories['io.flow.experiment.internal.v0.models.experiment_results'](),
5322
+ }); },
5323
+ 'io.flow.experiment.internal.v0.models.feature_variant_form': function () { return ({
5324
+ discriminator: 'feature',
5325
+ key: factories.string(),
5326
+ traffic_percentage: factories.integer(),
5327
+ }); },
5328
+ 'io.flow.experiment.internal.v0.models.feature_variant_summary': function () { return ({
5329
+ key: factories.string(),
5330
+ feature_value: factories['io.flow.experiment.internal.v0.models.feature_value_reference'](),
5331
+ name: factories.string(),
5332
+ }); },
5333
+ 'io.flow.experiment.internal.v0.unions.experiment': function () {
5334
+ var f = faker.helpers.arrayElement([
5335
+ function () { return factories['io.flow.experiment.internal.v0.models.experience_experiment'](); },
5336
+ function () { return factories['io.flow.experiment.internal.v0.models.feature_experiment'](); },
5337
+ ]);
5338
+ return f();
5339
+ },
5340
+ 'io.flow.experiment.internal.v0.unions.variant': function () {
5341
+ var f = faker.helpers.arrayElement([
5342
+ function () { return factories['io.flow.experiment.internal.v0.models.experience_variant'](); },
5343
+ function () { return factories['io.flow.experiment.internal.v0.models.feature_variant'](); },
5344
+ ]);
5345
+ return f();
5346
+ },
5347
+ 'io.flow.experiment.internal.v0.unions.variant_form': function () {
5348
+ var f = faker.helpers.arrayElement([
5349
+ function () { return factories['io.flow.experiment.internal.v0.models.experience_variant_form'](); },
5350
+ function () { return factories['io.flow.experiment.internal.v0.models.feature_variant_form'](); },
5351
+ ]);
5352
+ return f();
5353
+ },
5742
5354
  'io.flow.export.v0.enums.export_status': function () { return faker.helpers.arrayElement(['created', 'processing', 'completed', 'failed']); },
5743
5355
  'io.flow.export.v0.enums.item_identifier': function () { return faker.helpers.arrayElement(['item_number', 'sku']); },
5744
5356
  'io.flow.export.v0.models.account_orders_export_type': function () { return ({
@@ -7953,7 +7565,7 @@ var factories = {
7953
7565
  number: factories.string(),
7954
7566
  company_name: factories.string(),
7955
7567
  }); },
7956
- 'io.flow.internal.v0.enums.account_payment_hold_reason': function () { return faker.helpers.arrayElement(['fraudulent', 'invalid_bank_account']); },
7568
+ 'io.flow.internal.v0.enums.account_payment_hold_reason': function () { return faker.helpers.arrayElement(['fraudulent', 'frozen', 'invalid_bank_account']); },
7957
7569
  'io.flow.internal.v0.enums.account_setting_liabilities_method': function () { return faker.helpers.arrayElement(['withholding', 'transaction']); },
7958
7570
  'io.flow.internal.v0.enums.account_type': function () { return faker.helpers.arrayElement(['channel', 'organization']); },
7959
7571
  'io.flow.internal.v0.enums.address_configuration_setting_province_code': function () { return faker.helpers.arrayElement(['iso_3166_2', 'name']); },
@@ -8210,6 +7822,7 @@ var factories = {
8210
7822
  'unsupported_virtual_goods',
8211
7823
  'non_matching_currencies',
8212
7824
  'unsupported_order_edit',
7825
+ 'order_missing',
8213
7826
  ]); },
8214
7827
  'io.flow.internal.v0.enums.channel_order_acceptance_status': function () { return faker.helpers.arrayElement(['accepted', 'rejected', 'review', 'edit_review', 'edit_accepted']); },
8215
7828
  'io.flow.internal.v0.enums.channel_order_fulfillment_status_code': function () { return faker.helpers.arrayElement(['unfulfilled', 'fulfilled', 'partial', 'cancelled']); },
@@ -8260,6 +7873,7 @@ var factories = {
8260
7873
  'io.flow.internal.v0.enums.classification_type': function () { return faker.helpers.arrayElement(['None', 'Manual', 'ML']); },
8261
7874
  'io.flow.internal.v0.enums.clothing_age_classification': function () { return faker.helpers.arrayElement(['None', 'AgeKidsGeneral', 'Age0_10', 'Age10_13', 'Age13_14']); },
8262
7875
  'io.flow.internal.v0.enums.colm_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
7876
+ 'io.flow.internal.v0.enums.company': function () { return faker.helpers.arrayElement(['globale', 'flow']); },
8263
7877
  'io.flow.internal.v0.enums.compliance_type': function () { return faker.helpers.arrayElement(['weee']); },
8264
7878
  'io.flow.internal.v0.enums.content_element_type': function () { return faker.helpers.arrayElement(['markdown', 'html', 'plain_text', 'href']); },
8265
7879
  'io.flow.internal.v0.enums.content_status': function () { return faker.helpers.arrayElement(['draft', 'live', 'archived']); },
@@ -8361,6 +7975,8 @@ var factories = {
8361
7975
  'sales_record_deleted',
8362
7976
  'revenue_record_upserted',
8363
7977
  'revenue_record_deleted',
7978
+ 'other_record_upserted',
7979
+ 'other_record_deleted',
8364
7980
  'calculator_organization_settings_upserted',
8365
7981
  'calculator_organization_settings_deleted',
8366
7982
  'carrier_account_upserted_v2',
@@ -8423,14 +8039,6 @@ var factories = {
8423
8039
  'experience_import_request',
8424
8040
  'submitted_order_upserted',
8425
8041
  'levy_rate_summary_upserted',
8426
- 'experiment_upserted',
8427
- 'experiment_deleted',
8428
- 'experiment_results_upserted',
8429
- 'experiment_results_deleted',
8430
- 'daily_experiment_results_upserted',
8431
- 'daily_experiment_results_deleted',
8432
- 'experiment_milestone_upserted',
8433
- 'experiment_milestone_deleted',
8434
8042
  'export_completed',
8435
8043
  'export_failed',
8436
8044
  'feature_upserted',
@@ -8465,6 +8073,12 @@ var factories = {
8465
8073
  'fraud_pending_review_deleted',
8466
8074
  'fraud_review_decision_upserted',
8467
8075
  'fraud_review_decision_deleted',
8076
+ 'fraud_review_authorization_upserted',
8077
+ 'fraud_review_authorization_deleted',
8078
+ 'fraud_pending_review_authorization_upserted',
8079
+ 'fraud_pending_review_authorization_deleted',
8080
+ 'fraud_review_authorization_decision_upserted',
8081
+ 'fraud_review_authorization_decision_deleted',
8468
8082
  'fraud_provider_configuration_upserted',
8469
8083
  'fraud_provider_configuration_deleted',
8470
8084
  'manual_review_rule_upserted',
@@ -8542,6 +8156,8 @@ var factories = {
8542
8156
  'organization_deactivation_deleted',
8543
8157
  'merchant_guid_assignment_upserted',
8544
8158
  'merchant_guid_assignment_deleted',
8159
+ 'organization_metadata_upserted',
8160
+ 'organization_metadata_deleted',
8545
8161
  'partner_organization_settings_upserted',
8546
8162
  'partner_organization_settings_deleted',
8547
8163
  'unassigned_merchant_guid_upserted',
@@ -8617,6 +8233,8 @@ var factories = {
8617
8233
  'channel_order_summary_deleted',
8618
8234
  'channel_organization_identifier_upserted',
8619
8235
  'channel_organization_identifier_deleted',
8236
+ 'order_tax_and_duty_inclusivity_setting_upserted',
8237
+ 'order_tax_and_duty_inclusivity_setting_deleted',
8620
8238
  'shopify_monitoring_order_monitor_event_upserted',
8621
8239
  'shopify_monitoring_order_monitor_event_deleted',
8622
8240
  'shopify_order_fulfillments_snapshot_upserted',
@@ -8635,8 +8253,16 @@ var factories = {
8635
8253
  'svitlana_item_deleted',
8636
8254
  'colm_item_upserted',
8637
8255
  'colm_item_deleted',
8256
+ 'harinath_item_upserted',
8257
+ 'harinath_item_deleted',
8258
+ 'konstantin_item_upserted',
8259
+ 'konstantin_item_deleted',
8638
8260
  'matias_item_upserted',
8639
8261
  'matias_item_deleted',
8262
+ 'michaelyan_item_upserted',
8263
+ 'michaelyan_item_deleted',
8264
+ 'miljenko_item_upserted',
8265
+ 'miljenko_item_deleted',
8640
8266
  'shruti_demo_item_upserted',
8641
8267
  'shruti_demo_item_deleted',
8642
8268
  'tam_item_upserted',
@@ -8649,6 +8275,8 @@ var factories = {
8649
8275
  'tracking_label_deleted',
8650
8276
  'tracking_upserted',
8651
8277
  'tracking_deleted',
8278
+ 'tracking_assurance_analysis_upserted',
8279
+ 'tracking_assurance_analysis_deleted',
8652
8280
  'tracking_request_upserted',
8653
8281
  'tracking_response_upserted',
8654
8282
  'user_upserted_v2',
@@ -8657,7 +8285,6 @@ var factories = {
8657
8285
  'io.flow.internal.v0.enums.experience_import_type': function () { return faker.helpers.arrayElement(['experience_with_settings']); },
8658
8286
  'io.flow.internal.v0.enums.experience_order_action': function () { return faker.helpers.arrayElement(['submit', 'refund_gift_cards']); },
8659
8287
  'io.flow.internal.v0.enums.experience_order_action_trigger': function () { return faker.helpers.arrayElement(['zero_balance', 'unsubmitted_order']); },
8660
- 'io.flow.internal.v0.enums.experiment_discriminator_key': function () { return faker.helpers.arrayElement(['experience', 'feature']); },
8661
8288
  'io.flow.internal.v0.enums.export_content_type': function () { return faker.helpers.arrayElement(['item', 'price_book_item']); },
8662
8289
  'io.flow.internal.v0.enums.feature_scope': function () { return faker.helpers.arrayElement(['global', 'organization']); },
8663
8290
  'io.flow.internal.v0.enums.feature_status': function () { return faker.helpers.arrayElement(['draft', 'active', 'archived']); },
@@ -8678,6 +8305,8 @@ var factories = {
8678
8305
  ]); },
8679
8306
  'io.flow.internal.v0.enums.ftp_protocol': function () { return faker.helpers.arrayElement(['sftp', 'ftp']); },
8680
8307
  'io.flow.internal.v0.enums.google_analytics_plugin': function () { return faker.helpers.arrayElement(['ec']); },
8308
+ 'io.flow.internal.v0.enums.harinath_item_type': function () { return faker.helpers.arrayElement(['digital', 'physical']); },
8309
+ 'io.flow.internal.v0.enums.harmonization_decision_source': function () { return faker.helpers.arrayElement(['human', 'legacy_model', 'enterprise_model']); },
8681
8310
  'io.flow.internal.v0.enums.http_method': function () { return faker.helpers.arrayElement(['get', 'post']); },
8682
8311
  'io.flow.internal.v0.enums.inventory_check_service': function () { return faker.helpers.arrayElement(['sfcc', 'gymboree']); },
8683
8312
  'io.flow.internal.v0.enums.inventory_reservation': function () { return faker.helpers.arrayElement(['synchronous-on-submit']); },
@@ -8699,6 +8328,7 @@ var factories = {
8699
8328
  'io.flow.internal.v0.enums.item_quantity_action': function () { return faker.helpers.arrayElement(['fulfillment_ship', 'fulfillment_cancel', 'fulfillment_generate_label']); },
8700
8329
  'io.flow.internal.v0.enums.item_type': function () { return faker.helpers.arrayElement(['standard', 'multi_product']); },
8701
8330
  'io.flow.internal.v0.enums.keyword_type': function () { return faker.helpers.arrayElement(['positive', 'negative']); },
8331
+ 'io.flow.internal.v0.enums.konstantin_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
8702
8332
  'io.flow.internal.v0.enums.label_billing_strategy': function () { return faker.helpers.arrayElement(['quote', 'carrier']); },
8703
8333
  'io.flow.internal.v0.enums.label_cancellation_error_code': function () { return faker.helpers.arrayElement(['already_used', 'carrier_unsupported']); },
8704
8334
  'io.flow.internal.v0.enums.label_creation_status': function () { return faker.helpers.arrayElement(['success', 'error', 'pending', 'cancelled']); },
@@ -8713,6 +8343,11 @@ var factories = {
8713
8343
  'io.flow.internal.v0.enums.label_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']); },
8714
8344
  'io.flow.internal.v0.enums.liability_type': function () { return faker.helpers.arrayElement(['full_value_tax', 'low_value_goods_tax', 'high_value_goods_tax', 'duties']); },
8715
8345
  'io.flow.internal.v0.enums.logistics_capability': function () { return faker.helpers.arrayElement(['logistics_address_correction']); },
8346
+ 'io.flow.internal.v0.enums.logistics_payout_resolution_method': function () { return faker.helpers.arrayElement([
8347
+ 'order_combined_shipment',
8348
+ 'intransit_label_event',
8349
+ 'shipping_notification',
8350
+ ]); },
8716
8351
  'io.flow.internal.v0.enums.manual_review_rule_status': function () { return faker.helpers.arrayElement(['active', 'archived']); },
8717
8352
  'io.flow.internal.v0.enums.manual_transaction_category': function () { return faker.helpers.arrayElement([
8718
8353
  'cancelled_order_refund',
@@ -8768,6 +8403,8 @@ var factories = {
8768
8403
  'io.flow.internal.v0.enums.marketing_gateway_product_status': function () { return faker.helpers.arrayElement(['approved', 'not_approved', 'pending', 'not_found', 'excluded']); },
8769
8404
  'io.flow.internal.v0.enums.marketing_gateway_schema_compatibility': function () { return faker.helpers.arrayElement(['google', 'facebook_primary', 'facebook_country_override', 'supplemental']); },
8770
8405
  'io.flow.internal.v0.enums.matias_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
8406
+ 'io.flow.internal.v0.enums.michaelyan_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
8407
+ 'io.flow.internal.v0.enums.miljenko_item_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
8771
8408
  'io.flow.internal.v0.enums.mixed_bag_weight': function () { return faker.helpers.arrayElement(['0', '1', '2']); },
8772
8409
  'io.flow.internal.v0.enums.nature_of_sale': function () { return faker.helpers.arrayElement([
8773
8410
  'consumer',
@@ -8814,6 +8451,7 @@ var factories = {
8814
8451
  'unit_test',
8815
8452
  'api',
8816
8453
  'api_activation',
8454
+ 'api_reject',
8817
8455
  'audit_auto_activation',
8818
8456
  'api_deactivation',
8819
8457
  'api_sandbox_setup',
@@ -8913,11 +8551,15 @@ var factories = {
8913
8551
  'io.flow.internal.v0.enums.report_status': function () { return faker.helpers.arrayElement(['created', 'completed', 'completed_no_records', 'failed']); },
8914
8552
  'io.flow.internal.v0.enums.report_type': function () { return faker.helpers.arrayElement([
8915
8553
  'sales_record',
8554
+ 'refund_record',
8555
+ 'other_record',
8556
+ 'pending_record',
8916
8557
  'trueup_overview',
8917
8558
  'non_channel_payment_bank_account',
8918
8559
  'scheduled_payment',
8919
8560
  'account_quarterly_balances',
8920
8561
  'invariants',
8562
+ 'payments',
8921
8563
  ]); },
8922
8564
  'io.flow.internal.v0.enums.reporting_fulfillment_is_virtual': function () { return faker.helpers.arrayElement(['all', 'mixed', 'none']); },
8923
8565
  'io.flow.internal.v0.enums.reporting_scheme': function () { return faker.helpers.arrayElement([
@@ -8933,7 +8575,6 @@ var factories = {
8933
8575
  'io.flow.internal.v0.enums.revenue_record_type': function () { return faker.helpers.arrayElement(['pending', 'sales', 'refund']); },
8934
8576
  'io.flow.internal.v0.enums.risk_check': function () { return faker.helpers.arrayElement(['three_d_secure']); },
8935
8577
  'io.flow.internal.v0.enums.risk_evaluation': function () { return faker.helpers.arrayElement(['Pending', 'High-Risk', 'Low-Risk', 'Restricted-Party', 'none']); },
8936
- 'io.flow.internal.v0.enums.scope': function () { return faker.helpers.arrayElement(['organization', 'global']); },
8937
8578
  'io.flow.internal.v0.enums.serial_reservation_error': function () { return faker.helpers.arrayElement(['duration_too_long', 'items_not_found', 'reservation_expired']); },
8938
8579
  'io.flow.internal.v0.enums.service_name': function () { return faker.helpers.arrayElement(['catalog', 'demandware', 'metric']); },
8939
8580
  'io.flow.internal.v0.enums.session_country_status': function () { return faker.helpers.arrayElement(['enabled', 'disabled']); },
@@ -8996,7 +8637,6 @@ var factories = {
8996
8637
  'io.flow.internal.v0.enums.shopify_promotion_status': function () { return faker.helpers.arrayElement(['active', 'inactive']); },
8997
8638
  'io.flow.internal.v0.enums.shopify_service': function () { return faker.helpers.arrayElement(['payment', 'duty_tax_calculator']); },
8998
8639
  'io.flow.internal.v0.enums.shruti_demo_type': function () { return faker.helpers.arrayElement(['digital', 'physical']); },
8999
- 'io.flow.internal.v0.enums.significance_action': function () { return faker.helpers.arrayElement(['end_and_implement_winner', 'end_and_revert', 'do_nothing']); },
9000
8640
  'io.flow.internal.v0.enums.simple_rounding_strategy': function () { return faker.helpers.arrayElement(['no_rounding', 'currency_precision']); },
9001
8641
  'io.flow.internal.v0.enums.snooze_next_action_with': function () { return faker.helpers.arrayElement(['customer_service', 'engineering']); },
9002
8642
  'io.flow.internal.v0.enums.snooze_source_type': function () { return faker.helpers.arrayElement(['task', 'invariant']); },
@@ -9015,7 +8655,6 @@ var factories = {
9015
8655
  'rate-source',
9016
8656
  'rate-freshness',
9017
8657
  ]); },
9018
- 'io.flow.internal.v0.enums.status': function () { return faker.helpers.arrayElement(['draft', 'scheduled', 'live', 'ended', 'archived']); },
9019
8658
  'io.flow.internal.v0.enums.subscription_frequency': function () { return faker.helpers.arrayElement(['yearly', 'monthly']); },
9020
8659
  'io.flow.internal.v0.enums.suggestion_action': function () { return faker.helpers.arrayElement(['accept', 'validate', 'review']); },
9021
8660
  'io.flow.internal.v0.enums.svitlana_type': function () { return faker.helpers.arrayElement(['physical', 'digital']); },
@@ -9030,10 +8669,16 @@ var factories = {
9030
8669
  'rate_levels',
9031
8670
  'center_defaults',
9032
8671
  ]); },
8672
+ 'io.flow.internal.v0.enums.tax_and_duty_inclusivity_setting': function () { return faker.helpers.arrayElement([
8673
+ 'duty_exclusive_tax_exclusive',
8674
+ 'duty_inclusive_tax_exclusive',
8675
+ 'duty_exclusive_tax_inclusive',
8676
+ 'duty_inclusive_tax_inclusive',
8677
+ ]); },
9033
8678
  'io.flow.internal.v0.enums.tax_calculation_error_code': function () { return faker.helpers.arrayElement(['generic_error', 'outside_of_jurisdiction']); },
9034
8679
  'io.flow.internal.v0.enums.tax_party': function () { return faker.helpers.arrayElement(['consumer', 'organization', 'flow', 'carrier']); },
9035
8680
  'io.flow.internal.v0.enums.tax_transaction_type': function () { return faker.helpers.arrayElement(['adjustment', 'reversal', 'tax']); },
9036
- 'io.flow.internal.v0.enums.timeseries_type': function () { return faker.helpers.arrayElement(['daily', 'weekly', 'monthly', 'yearly']); },
8681
+ 'io.flow.internal.v0.enums.thiago_item_type': function () { return faker.helpers.arrayElement(['digital', 'physical']); },
9037
8682
  'io.flow.internal.v0.enums.tracking_integration_type': function () { return faker.helpers.arrayElement(['api', 'bulk', 'aftership']); },
9038
8683
  'io.flow.internal.v0.enums.tracking_processing_failure_classification': function () { return faker.helpers.arrayElement([
9039
8684
  'tracking_expired',
@@ -9734,15 +9379,6 @@ var factories = {
9734
9379
  keywords: arrayOf(function () { return factories.string(); }),
9735
9380
  action: factories['io.flow.internal.v0.enums.restriction_status'](),
9736
9381
  }); },
9737
- 'io.flow.internal.v0.models.backfill': function () { return ({
9738
- days_to_backfill: arrayOf(function () { return factories.date_time_iso_8601(); }),
9739
- }); },
9740
- 'io.flow.internal.v0.models.backfill_form': function () { return ({
9741
- start_date: factories.date_time_iso_8601(),
9742
- end_date: factories.date_time_iso_8601(),
9743
- organization_id: factories.string(),
9744
- experiment_key: factories.string(),
9745
- }); },
9746
9382
  'io.flow.internal.v0.models.bank_account_reference': function () { return ({
9747
9383
  id: factories.string(),
9748
9384
  }); },
@@ -9845,7 +9481,7 @@ var factories = {
9845
9481
  discriminator: 'billing_csv_transaction_upserted',
9846
9482
  event_id: factories.string(),
9847
9483
  timestamp: factories.date_time_iso_8601(),
9848
- transaction: factories['io.flow.billing.csv.v0.models.billing_csv_transaction'](),
9484
+ transaction: factories['io.flow.internal.v0.models.csv_transaction'](),
9849
9485
  }); },
9850
9486
  'io.flow.internal.v0.models.billing_invoice_summary': function () { return ({
9851
9487
  id: factories.string(),
@@ -11093,27 +10729,35 @@ var factories = {
11093
10729
  product_id: factories.string(),
11094
10730
  }); },
11095
10731
  'io.flow.internal.v0.models.classification_product_request': function () { return ({
11096
- merchant_id: factories.string(),
11097
- product_name: factories.string(),
11098
- product_description: factories.string(),
11099
- product_id_internal: factories.string(),
11100
- product_id_external: factories.string(),
11101
- product_group_code: factories.string(),
11102
- product_url: factories.string(),
11103
- product_image: factories.string(),
11104
- product_attributes: objectOf(function () { return factories.string(); }),
11105
- categories: arrayOf(function () { return factories.string(); }),
11106
- platform_id: factories['io.flow.internal.v0.enums.classification_platform'](),
10732
+ MerchantId: factories.string(),
10733
+ ProductName: factories.string(),
10734
+ ProductDescription: factories.string(),
10735
+ ProductIdInternal: factories.string(),
10736
+ ProductIdExternal: factories.string(),
10737
+ ProductGroupCode: factories.string(),
10738
+ ProductUrl: factories.string(),
10739
+ ProductImage: factories.string(),
10740
+ ProductAttributes: objectOf(function () { return factories.string(); }),
10741
+ Categories: arrayOf(function () { return factories.string(); }),
10742
+ PlatformId: factories['io.flow.internal.v0.enums.classification_platform'](),
10743
+ }); },
10744
+ 'io.flow.internal.v0.models.classification_product_request_envelope': function () { return ({
10745
+ messageType: arrayOf(function () { return factories.string(); }),
10746
+ message: factories['io.flow.internal.v0.models.classification_product_request'](),
11107
10747
  }); },
11108
10748
  'io.flow.internal.v0.models.classification_product_result': function () { return ({
11109
- product_id: factories.string(),
11110
- merchant_id: factories.string(),
11111
- platform_id: factories['io.flow.internal.v0.enums.classification_platform'](),
11112
- hs_code: factories.string(),
10749
+ productId: factories.string(),
10750
+ merchantId: factories.string(),
10751
+ platformId: factories['io.flow.internal.v0.enums.classification_platform'](),
10752
+ hsCode: factories.string(),
11113
10753
  probability: factories.integer(),
11114
- classification_decision: factories['io.flow.internal.v0.enums.classification_decision'](),
11115
- classification_type: factories['io.flow.internal.v0.enums.classification_type'](),
11116
- clothing_age_classification: factories['io.flow.internal.v0.enums.clothing_age_classification'](),
10754
+ classificationDecision: factories['io.flow.internal.v0.enums.classification_decision'](),
10755
+ classificationType: factories['io.flow.internal.v0.enums.classification_type'](),
10756
+ clothingAgeClassification: factories['io.flow.internal.v0.enums.clothing_age_classification'](),
10757
+ }); },
10758
+ 'io.flow.internal.v0.models.classification_product_result_envelope': function () { return ({
10759
+ messageType: arrayOf(function () { return factories.string(); }),
10760
+ message: factories['io.flow.internal.v0.models.classification_product_result'](),
11117
10761
  }); },
11118
10762
  'io.flow.internal.v0.models.classification_product_summary': function () { return ({
11119
10763
  product_id: factories.string(),
@@ -11397,6 +11041,24 @@ var factories = {
11397
11041
  secret_key: factories.string(),
11398
11042
  signature_secret: factories.string(),
11399
11043
  }); },
11044
+ 'io.flow.internal.v0.models.csv_transaction': function () { return ({
11045
+ id: factories.string(),
11046
+ type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
11047
+ account: factories['io.flow.internal.v0.models.other_record_account'](),
11048
+ metadata: factories['io.flow.internal.v0.models.other_record_metadata'](),
11049
+ order: factories['io.flow.internal.v0.models.other_record_order_summary'](),
11050
+ currency: factories.string(),
11051
+ source: factories['io.flow.billing.v0.enums.transaction_source'](),
11052
+ parent: factories['io.flow.billing.v0.models.parent_transaction_summary'](),
11053
+ gross: factories.decimal(),
11054
+ fees: factories['io.flow.internal.v0.models.other_record_fees'](),
11055
+ withholdings: factories['io.flow.internal.v0.models.other_record_withholdings'](),
11056
+ discount: factories['io.flow.internal.v0.models.other_record_discount'](),
11057
+ net: factories.decimal(),
11058
+ identifiers: factories['io.flow.internal.v0.models.other_record_identifiers'](),
11059
+ created_at: factories.date_time_iso_8601(),
11060
+ updated_at: factories.date_time_iso_8601(),
11061
+ }); },
11400
11062
  'io.flow.internal.v0.models.currency_internal_rate': function () { return ({
11401
11063
  id: factories.string(),
11402
11064
  organization_id: factories.string(),
@@ -11489,49 +11151,6 @@ var factories = {
11489
11151
  material: factories['io.flow.internal.v0.models.customs_product_attribute_label'](),
11490
11152
  construction: factories['io.flow.internal.v0.models.customs_product_attribute_label'](),
11491
11153
  }); },
11492
- 'io.flow.internal.v0.models.daily_experiment_engine_results': function () { return ({
11493
- day: factories.date_time_iso_8601(),
11494
- organization_id: factories.string(),
11495
- experiment_key: factories.string(),
11496
- experiment_variant_key: factories.string(),
11497
- distinct_visitors_count: factories.long(),
11498
- visitors_with_transactions_count: factories.long(),
11499
- total_visitors_count: factories.long(),
11500
- total_revenue: factories.decimal(),
11501
- }); },
11502
- 'io.flow.internal.v0.models.daily_experiment_results': function () { return ({
11503
- id: factories.string(),
11504
- day: factories.date_iso_8601(),
11505
- experiment_key: factories.string(),
11506
- experiment_variant_key: factories.string(),
11507
- visitor_count: factories.long(),
11508
- visitors_with_transactions_count: factories.long(),
11509
- conversion_rate: factories.decimal(),
11510
- lower_bound: factories.decimal(),
11511
- upper_bound: factories.decimal(),
11512
- probability_of_being_best: factories.decimal(),
11513
- currency: factories.string(),
11514
- average_order_value: factories.double(),
11515
- revenue_generated: factories.double(),
11516
- total_order_count: factories.long(),
11517
- conversion_rate_uplift: factories.decimal(),
11518
- average_order_value_uplift: factories.decimal(),
11519
- revenue_generated_uplift: factories.decimal(),
11520
- }); },
11521
- 'io.flow.internal.v0.models.daily_experiment_results_deleted': function () { return ({
11522
- discriminator: 'daily_experiment_results_deleted',
11523
- event_id: factories.string(),
11524
- timestamp: factories.date_time_iso_8601(),
11525
- organization_id: factories.string(),
11526
- daily_experiment_results: factories['io.flow.internal.v0.models.daily_experiment_results'](),
11527
- }); },
11528
- 'io.flow.internal.v0.models.daily_experiment_results_upserted': function () { return ({
11529
- discriminator: 'daily_experiment_results_upserted',
11530
- event_id: factories.string(),
11531
- timestamp: factories.date_time_iso_8601(),
11532
- organization_id: factories.string(),
11533
- daily_experiment_results: factories['io.flow.internal.v0.models.daily_experiment_results'](),
11534
- }); },
11535
11154
  'io.flow.internal.v0.models.daily_value': function () { return ({
11536
11155
  id: factories.string(),
11537
11156
  key: factories['io.flow.internal.v0.enums.billing_metric_key'](),
@@ -12151,6 +11770,7 @@ var factories = {
12151
11770
  branch_des: factories.string(),
12152
11771
  }); },
12153
11772
  'io.flow.internal.v0.models.erp_priority_vendor_form': function () { return ({
11773
+ company: factories['io.flow.internal.v0.enums.company'](),
12154
11774
  acc_des: factories.string(),
12155
11775
  tax_code: factories.string(),
12156
11776
  tax_code_2: factories.string(),
@@ -12240,20 +11860,6 @@ var factories = {
12240
11860
  'io.flow.internal.v0.models.expected_order_summary': function () { return ({
12241
11861
  total: factories['io.flow.common.v0.models.money'](),
12242
11862
  }); },
12243
- 'io.flow.internal.v0.models.experience_experiment': function () { return ({
12244
- discriminator: 'experience',
12245
- id: factories.string(),
12246
- key: factories.string(),
12247
- name: factories.string(),
12248
- description: factories.string(),
12249
- status: factories['io.flow.internal.v0.enums.status'](),
12250
- emails: arrayOf(function () { return factories.string(); }),
12251
- started_at: factories.date_time_iso_8601(),
12252
- ended_at: factories.date_time_iso_8601(),
12253
- variants: arrayOf(function () { return factories['io.flow.internal.v0.models.experience_variant'](); }),
12254
- transitions: arrayOf(function () { return factories['io.flow.internal.v0.enums.status'](); }),
12255
- significance_action: factories['io.flow.internal.v0.enums.significance_action'](),
12256
- }); },
12257
11863
  'io.flow.internal.v0.models.experience_export_request': function () { return ({
12258
11864
  discriminator: 'experience_export_request',
12259
11865
  event_id: factories.string(),
@@ -12280,143 +11886,6 @@ var factories = {
12280
11886
  'io.flow.internal.v0.models.experience_session_reference': function () { return ({
12281
11887
  id: factories.string(),
12282
11888
  }); },
12283
- 'io.flow.internal.v0.models.experience_variant': function () { return ({
12284
- discriminator: 'experience_variant',
12285
- experience: factories['io.flow.internal.v0.models.experience_variant_summary'](),
12286
- traffic_percentage: factories.integer(),
12287
- experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
12288
- }); },
12289
- 'io.flow.internal.v0.models.experience_variant_form': function () { return ({
12290
- discriminator: 'experience',
12291
- key: factories.string(),
12292
- traffic_percentage: factories.integer(),
12293
- }); },
12294
- 'io.flow.internal.v0.models.experience_variant_summary': function () { return ({
12295
- key: factories.string(),
12296
- name: factories.string(),
12297
- }); },
12298
- 'io.flow.internal.v0.models.experiment_deleted': function () { return ({
12299
- discriminator: 'experiment_deleted',
12300
- event_id: factories.string(),
12301
- timestamp: factories.date_time_iso_8601(),
12302
- organization_id: factories.string(),
12303
- id: factories.string(),
12304
- }); },
12305
- 'io.flow.internal.v0.models.experiment_engine_results': function () { return ({
12306
- organization_id: factories.string(),
12307
- experiment_key: factories.string(),
12308
- experiment_variant_key: factories.string(),
12309
- distinct_visitors_count: factories.long(),
12310
- visitors_with_transactions_count: factories.long(),
12311
- total_visitors_count: factories.long(),
12312
- total_revenue: factories.decimal(),
12313
- day: factories.date_time_iso_8601(),
12314
- }); },
12315
- 'io.flow.internal.v0.models.experiment_form': function () { return ({
12316
- name: factories.string(),
12317
- description: factories.string(),
12318
- emails: arrayOf(function () { return factories.string(); }),
12319
- variants: arrayOf(function () { return factories['io.flow.internal.v0.unions.variant_form'](); }),
12320
- significance_action: factories['io.flow.internal.v0.enums.significance_action'](),
12321
- session_query: factories.string(),
12322
- }); },
12323
- 'io.flow.internal.v0.models.experiment_form_default': function () { return ({
12324
- discriminator: factories['io.flow.internal.v0.models.experiment_form_default_discriminator'](),
12325
- variants: arrayOf(function () { return factories['io.flow.internal.v0.models.experiment_form_default_variant'](); }),
12326
- }); },
12327
- 'io.flow.internal.v0.models.experiment_form_default_discriminator': function () { return ({
12328
- key: factories['io.flow.internal.v0.enums.experiment_discriminator_key'](),
12329
- values: arrayOf(function () { return factories['io.flow.internal.v0.models.experiment_form_default_discriminator_value'](); }),
12330
- }); },
12331
- 'io.flow.internal.v0.models.experiment_form_default_discriminator_value': function () { return ({
12332
- key: factories.string(),
12333
- name: factories.string(),
12334
- scope: factories['io.flow.internal.v0.enums.scope'](),
12335
- }); },
12336
- 'io.flow.internal.v0.models.experiment_form_default_variant': function () { return ({
12337
- key: factories.string(),
12338
- name: factories.string(),
12339
- traffic_percentage: factories.integer(),
12340
- }); },
12341
- 'io.flow.internal.v0.models.experiment_milestone': function () { return ({
12342
- id: factories.string(),
12343
- experiment: factories['io.flow.internal.v0.models.experiment_reference'](),
12344
- timestamp: factories.date_time_iso_8601(),
12345
- description: factories.string(),
12346
- }); },
12347
- 'io.flow.internal.v0.models.experiment_milestone_deleted': function () { return ({
12348
- discriminator: 'experiment_milestone_deleted',
12349
- event_id: factories.string(),
12350
- timestamp: factories.date_time_iso_8601(),
12351
- organization: factories.string(),
12352
- id: factories.string(),
12353
- }); },
12354
- 'io.flow.internal.v0.models.experiment_milestone_form': function () { return ({
12355
- timestamp: factories.date_time_iso_8601(),
12356
- description: factories.string(),
12357
- }); },
12358
- 'io.flow.internal.v0.models.experiment_milestone_upserted': function () { return ({
12359
- discriminator: 'experiment_milestone_upserted',
12360
- event_id: factories.string(),
12361
- timestamp: factories.date_time_iso_8601(),
12362
- organization: factories.string(),
12363
- experiment_milestone: factories['io.flow.internal.v0.models.experiment_milestone'](),
12364
- }); },
12365
- 'io.flow.internal.v0.models.experiment_reference': function () { return ({
12366
- key: factories.string(),
12367
- }); },
12368
- 'io.flow.internal.v0.models.experiment_results': function () { return ({
12369
- id: factories.string(),
12370
- experiment_key: factories.string(),
12371
- experiment_variant_key: factories.string(),
12372
- visitor_count: factories.long(),
12373
- visitors_with_transactions_count: factories.long(),
12374
- conversion_rate: factories.decimal(),
12375
- lower_bound: factories.decimal(),
12376
- upper_bound: factories.decimal(),
12377
- probability_of_being_best: factories.decimal(),
12378
- currency: factories.string(),
12379
- average_order_value: factories.double(),
12380
- revenue_generated: factories.double(),
12381
- total_order_count: factories.long(),
12382
- conversion_rate_uplift: factories.decimal(),
12383
- average_order_value_uplift: factories.decimal(),
12384
- revenue_generated_uplift: factories.decimal(),
12385
- }); },
12386
- 'io.flow.internal.v0.models.experiment_results_deleted': function () { return ({
12387
- discriminator: 'experiment_results_deleted',
12388
- event_id: factories.string(),
12389
- timestamp: factories.date_time_iso_8601(),
12390
- organization_id: factories.string(),
12391
- experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
12392
- }); },
12393
- 'io.flow.internal.v0.models.experiment_results_upserted': function () { return ({
12394
- discriminator: 'experiment_results_upserted',
12395
- event_id: factories.string(),
12396
- timestamp: factories.date_time_iso_8601(),
12397
- organization_id: factories.string(),
12398
- experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
12399
- }); },
12400
- 'io.flow.internal.v0.models.experiment_results_with_timestamp': function () { return ({
12401
- timestamp: factories.date_time_iso_8601(),
12402
- results: arrayOf(function () { return factories['io.flow.internal.v0.models.experiment_results'](); }),
12403
- }); },
12404
- 'io.flow.internal.v0.models.experiment_session_query_form': function () { return ({
12405
- session_query: factories.string(),
12406
- }); },
12407
- 'io.flow.internal.v0.models.experiment_upserted': function () { return ({
12408
- discriminator: 'experiment_upserted',
12409
- event_id: factories.string(),
12410
- timestamp: factories.date_time_iso_8601(),
12411
- organization_id: factories.string(),
12412
- experiment: factories['io.flow.internal.v0.unions.experiment'](),
12413
- }); },
12414
- 'io.flow.internal.v0.models.experiment_version': function () { return ({
12415
- id: factories.string(),
12416
- timestamp: factories.date_time_iso_8601(),
12417
- type: factories['io.flow.common.v0.enums.change_type'](),
12418
- experiment: factories['io.flow.internal.v0.unions.experiment'](),
12419
- }); },
12420
11889
  'io.flow.internal.v0.models.explicit_statement': function () { return ({
12421
11890
  id: factories.string(),
12422
11891
  statement: factories['io.flow.internal.v0.models.billing_statement_reference'](),
@@ -12477,6 +11946,7 @@ var factories = {
12477
11946
  delivery_estimate: factories.date_time_iso_8601(),
12478
11947
  description: factories.string(),
12479
11948
  order_number: factories.string(),
11949
+ raw_carrier_event_code: factories.string(),
12480
11950
  }); },
12481
11951
  'io.flow.internal.v0.models.external_fulfillment_proof': function () { return ({
12482
11952
  id: factories.string(),
@@ -12540,22 +12010,6 @@ var factories = {
12540
12010
  organization: factories.string(),
12541
12011
  feature: factories['io.flow.internal.v0.models.feature'](),
12542
12012
  }); },
12543
- 'io.flow.internal.v0.models.feature_experiment': function () { return ({
12544
- discriminator: 'feature',
12545
- id: factories.string(),
12546
- key: factories.string(),
12547
- name: factories.string(),
12548
- description: factories.string(),
12549
- status: factories['io.flow.internal.v0.enums.status'](),
12550
- emails: arrayOf(function () { return factories.string(); }),
12551
- scope: factories['io.flow.internal.v0.enums.scope'](),
12552
- started_at: factories.date_time_iso_8601(),
12553
- ended_at: factories.date_time_iso_8601(),
12554
- variants: arrayOf(function () { return factories['io.flow.internal.v0.models.feature_variant'](); }),
12555
- transitions: arrayOf(function () { return factories['io.flow.internal.v0.enums.status'](); }),
12556
- significance_action: factories['io.flow.internal.v0.enums.significance_action'](),
12557
- session_query: factories.string(),
12558
- }); },
12559
12013
  'io.flow.internal.v0.models.feature_form': function () { return ({
12560
12014
  name: factories.string(),
12561
12015
  description: factories.string(),
@@ -12603,29 +12057,9 @@ var factories = {
12603
12057
  feature_query: factories.string(),
12604
12058
  context: factories['io.flow.internal.v0.models.feature_context_form'](),
12605
12059
  }); },
12606
- 'io.flow.internal.v0.models.feature_value_reference': function () { return ({
12607
- feature_key: factories.string(),
12608
- value: factories.string(),
12609
- }); },
12610
12060
  'io.flow.internal.v0.models.feature_value_result': function () { return ({
12611
12061
  values: arrayOf(function () { return factories['io.flow.internal.v0.unions.feature_value'](); }),
12612
12062
  }); },
12613
- 'io.flow.internal.v0.models.feature_variant': function () { return ({
12614
- discriminator: 'feature_variant',
12615
- value: factories['io.flow.internal.v0.models.feature_variant_summary'](),
12616
- traffic_percentage: factories.integer(),
12617
- experiment_results: factories['io.flow.internal.v0.models.experiment_results'](),
12618
- }); },
12619
- 'io.flow.internal.v0.models.feature_variant_form': function () { return ({
12620
- discriminator: 'feature',
12621
- key: factories.string(),
12622
- traffic_percentage: factories.integer(),
12623
- }); },
12624
- 'io.flow.internal.v0.models.feature_variant_summary': function () { return ({
12625
- key: factories.string(),
12626
- feature_value: factories['io.flow.internal.v0.models.feature_value_reference'](),
12627
- name: factories.string(),
12628
- }); },
12629
12063
  'io.flow.internal.v0.models.fedex': function () { return ({
12630
12064
  discriminator: 'fedex',
12631
12065
  key: factories.string(),
@@ -12847,8 +12281,10 @@ var factories = {
12847
12281
  reason: factories.string(),
12848
12282
  next_action_from: factories['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'](),
12849
12283
  }); },
12850
- 'io.flow.internal.v0.models.force_transit_form': function () { return ({
12851
- description: factories.string(),
12284
+ 'io.flow.internal.v0.models.fraud_authorization_summary': function () { return ({
12285
+ fraud_review_authorization: factories['io.flow.internal.v0.models.fraud_review_authorization'](),
12286
+ fraud_pending_review_authorization: factories['io.flow.internal.v0.models.fraud_pending_review_authorization'](),
12287
+ fraud_review_authorization_decision: factories['io.flow.internal.v0.models.fraud_review_authorization_decision'](),
12852
12288
  }); },
12853
12289
  'io.flow.internal.v0.models.fraud_pending_review': function () { return ({
12854
12290
  id: factories.string(),
@@ -12859,6 +12295,29 @@ var factories = {
12859
12295
  apply_at: factories.date_time_iso_8601(),
12860
12296
  liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
12861
12297
  }); },
12298
+ 'io.flow.internal.v0.models.fraud_pending_review_authorization': function () { return ({
12299
+ id: factories.string(),
12300
+ fraud_review_authorization_id: factories.string(),
12301
+ order: factories['io.flow.experience.v0.models.order_reference'](),
12302
+ fraud_order_reference: factories['io.flow.fraud.v0.unions.fraud_order_reference'](),
12303
+ recommended_status: factories['io.flow.fraud.v0.enums.fraud_status'](),
12304
+ apply_at: factories.date_time_iso_8601(),
12305
+ liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
12306
+ }); },
12307
+ 'io.flow.internal.v0.models.fraud_pending_review_authorization_deleted': function () { return ({
12308
+ discriminator: 'fraud_pending_review_authorization_deleted',
12309
+ event_id: factories.string(),
12310
+ timestamp: factories.date_time_iso_8601(),
12311
+ organization: factories.string(),
12312
+ id: factories.string(),
12313
+ }); },
12314
+ 'io.flow.internal.v0.models.fraud_pending_review_authorization_upserted': function () { return ({
12315
+ discriminator: 'fraud_pending_review_authorization_upserted',
12316
+ event_id: factories.string(),
12317
+ timestamp: factories.date_time_iso_8601(),
12318
+ organization: factories.string(),
12319
+ fraud_pending_review_authorization: factories['io.flow.internal.v0.models.fraud_pending_review_authorization'](),
12320
+ }); },
12862
12321
  'io.flow.internal.v0.models.fraud_pending_review_deleted': function () { return ({
12863
12322
  discriminator: 'fraud_pending_review_deleted',
12864
12323
  event_id: factories.string(),
@@ -12931,6 +12390,61 @@ var factories = {
12931
12390
  decline_reason: factories['io.flow.internal.v0.unions.decline_reason'](),
12932
12391
  created_at: factories.date_time_iso_8601(),
12933
12392
  }); },
12393
+ 'io.flow.internal.v0.models.fraud_review_authorization': function () { return ({
12394
+ id: factories.string(),
12395
+ organization_id: factories.string(),
12396
+ order: factories['io.flow.experience.v0.models.order_reference'](),
12397
+ fraud_order_reference: factories['io.flow.fraud.v0.unions.fraud_order_reference'](),
12398
+ status: factories['io.flow.fraud.v0.enums.fraud_status'](),
12399
+ responsible_party: factories['io.flow.internal.v0.enums.fraud_review_responsible_party'](),
12400
+ description: factories.string(),
12401
+ risk_evaluation: factories['io.flow.internal.v0.enums.risk_evaluation'](),
12402
+ liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
12403
+ status_updated_at: factories.date_time_iso_8601(),
12404
+ attributes: objectOf(function () { return factories.string(); }),
12405
+ provider: factories['io.flow.internal.v0.enums.fraud_provider'](),
12406
+ payment_authorization_id: factories.string(),
12407
+ decline_reason: factories['io.flow.internal.v0.unions.decline_reason'](),
12408
+ created_at: factories.date_time_iso_8601(),
12409
+ }); },
12410
+ 'io.flow.internal.v0.models.fraud_review_authorization_decision': function () { return ({
12411
+ id: factories.string(),
12412
+ fraud_review_authorization_id: factories.string(),
12413
+ order: factories['io.flow.experience.v0.models.order_reference'](),
12414
+ fraud_order_reference: factories['io.flow.fraud.v0.unions.fraud_order_reference'](),
12415
+ status: factories['io.flow.fraud.v0.enums.fraud_status'](),
12416
+ created_at: factories.date_time_iso_8601(),
12417
+ liability: factories['io.flow.fraud.v0.enums.fraud_liability'](),
12418
+ updated_by_user: factories['io.flow.common.v0.models.user_reference'](),
12419
+ }); },
12420
+ 'io.flow.internal.v0.models.fraud_review_authorization_decision_deleted': function () { return ({
12421
+ discriminator: 'fraud_review_authorization_decision_deleted',
12422
+ event_id: factories.string(),
12423
+ timestamp: factories.date_time_iso_8601(),
12424
+ organization: factories.string(),
12425
+ id: factories.string(),
12426
+ }); },
12427
+ 'io.flow.internal.v0.models.fraud_review_authorization_decision_upserted': function () { return ({
12428
+ discriminator: 'fraud_review_authorization_decision_upserted',
12429
+ event_id: factories.string(),
12430
+ timestamp: factories.date_time_iso_8601(),
12431
+ organization: factories.string(),
12432
+ fraud_review_authorization_decision: factories['io.flow.internal.v0.models.fraud_review_authorization_decision'](),
12433
+ }); },
12434
+ 'io.flow.internal.v0.models.fraud_review_authorization_deleted': function () { return ({
12435
+ discriminator: 'fraud_review_authorization_deleted',
12436
+ event_id: factories.string(),
12437
+ timestamp: factories.date_time_iso_8601(),
12438
+ organization: factories.string(),
12439
+ id: factories.string(),
12440
+ }); },
12441
+ 'io.flow.internal.v0.models.fraud_review_authorization_upserted': function () { return ({
12442
+ discriminator: 'fraud_review_authorization_upserted',
12443
+ event_id: factories.string(),
12444
+ timestamp: factories.date_time_iso_8601(),
12445
+ organization: factories.string(),
12446
+ fraud_review_authorization: factories['io.flow.internal.v0.models.fraud_review_authorization'](),
12447
+ }); },
12934
12448
  'io.flow.internal.v0.models.fraud_review_decision': function () { return ({
12935
12449
  id: factories.string(),
12936
12450
  fraud_review_id: factories.string(),
@@ -12982,6 +12496,7 @@ var factories = {
12982
12496
  fraud_review: factories['io.flow.internal.v0.models.fraud_review'](),
12983
12497
  fraud_pending_review: factories['io.flow.internal.v0.models.fraud_pending_review'](),
12984
12498
  fraud_review_decision: factories['io.flow.internal.v0.models.fraud_review_decision'](),
12499
+ fraud_review_authorizations: arrayOf(function () { return factories['io.flow.internal.v0.models.fraud_authorization_summary'](); }),
12985
12500
  }); },
12986
12501
  'io.flow.internal.v0.models.ftp_file_deleted': function () { return ({
12987
12502
  discriminator: 'ftp_file_deleted',
@@ -13046,6 +12561,7 @@ var factories = {
13046
12561
  order: factories['io.flow.internal.v0.models.order_summary'](),
13047
12562
  shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
13048
12563
  remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
12564
+ payment: factories['io.flow.internal.v0.models.payment_summary'](),
13049
12565
  merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
13050
12566
  sequence_number: factories.long(),
13051
12567
  posting_cutoff: factories.date_time_iso_8601(),
@@ -13150,6 +12666,7 @@ var factories = {
13150
12666
  subtotal: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
13151
12667
  tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
13152
12668
  duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
12669
+ tips: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
13153
12670
  discount: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
13154
12671
  total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
13155
12672
  }); },
@@ -13287,6 +12804,33 @@ var factories = {
13287
12804
  discriminator: 'google_tag_manager',
13288
12805
  tracker_id: factories.string(),
13289
12806
  }); },
12807
+ 'io.flow.internal.v0.models.harinath_item': function () { return ({
12808
+ id: factories.string(),
12809
+ number: factories.string(),
12810
+ amount: factories['io.flow.common.v0.models.price'](),
12811
+ description: factories.string(),
12812
+ type: factories['io.flow.internal.v0.enums.harinath_item_type'](),
12813
+ added_on: factories.date_time_iso_8601(),
12814
+ }); },
12815
+ 'io.flow.internal.v0.models.harinath_item_deleted': function () { return ({
12816
+ discriminator: 'harinath_item_deleted',
12817
+ event_id: factories.string(),
12818
+ timestamp: factories.date_time_iso_8601(),
12819
+ id: factories.string(),
12820
+ }); },
12821
+ 'io.flow.internal.v0.models.harinath_item_form': function () { return ({
12822
+ number: factories.string(),
12823
+ amount: factories['io.flow.common.v0.models.price'](),
12824
+ description: factories.string(),
12825
+ type: factories['io.flow.internal.v0.enums.harinath_item_type'](),
12826
+ added_on: factories.date_time_iso_8601(),
12827
+ }); },
12828
+ 'io.flow.internal.v0.models.harinath_item_upserted': function () { return ({
12829
+ discriminator: 'harinath_item_upserted',
12830
+ event_id: factories.string(),
12831
+ timestamp: factories.date_time_iso_8601(),
12832
+ item: factories['io.flow.internal.v0.models.harinath_item'](),
12833
+ }); },
13290
12834
  'io.flow.internal.v0.models.harmonization_classification_statistics_data': function () { return ({
13291
12835
  statistics: factories['io.flow.internal.v0.models.classification_statistics'](),
13292
12836
  }); },
@@ -13746,6 +13290,7 @@ var factories = {
13746
13290
  price_amount: factories.decimal(),
13747
13291
  status: factories['io.flow.internal.v0.enums.item_harmonization_status'](),
13748
13292
  tariffs: objectOf(function () { return factories['io.flow.internal.v0.models.tariff_code_duty'](); }),
13293
+ decision_source: factories['io.flow.internal.v0.enums.harmonization_decision_source'](),
13749
13294
  created_at: factories.date_time_iso_8601(),
13750
13295
  updated_at: factories.date_time_iso_8601(),
13751
13296
  updated_by_user_id: factories.string(),
@@ -13880,6 +13425,33 @@ var factories = {
13880
13425
  standard_asset_urls: factories.string(),
13881
13426
  descriptive_asset_urls: factories.string(),
13882
13427
  }); },
13428
+ 'io.flow.internal.v0.models.konstantin_item': function () { return ({
13429
+ id: factories.string(),
13430
+ number: factories.string(),
13431
+ amount: factories['io.flow.common.v0.models.price'](),
13432
+ description: factories.string(),
13433
+ type: factories['io.flow.internal.v0.enums.konstantin_item_type'](),
13434
+ added_on: factories.date_time_iso_8601(),
13435
+ }); },
13436
+ 'io.flow.internal.v0.models.konstantin_item_deleted': function () { return ({
13437
+ discriminator: 'konstantin_item_deleted',
13438
+ event_id: factories.string(),
13439
+ timestamp: factories.date_time_iso_8601(),
13440
+ id: factories.string(),
13441
+ }); },
13442
+ 'io.flow.internal.v0.models.konstantin_item_form': function () { return ({
13443
+ number: factories.string(),
13444
+ amount: factories['io.flow.common.v0.models.price'](),
13445
+ description: factories.string(),
13446
+ type: factories['io.flow.internal.v0.enums.konstantin_item_type'](),
13447
+ added_on: factories.date_time_iso_8601(),
13448
+ }); },
13449
+ 'io.flow.internal.v0.models.konstantin_item_upserted': function () { return ({
13450
+ discriminator: 'konstantin_item_upserted',
13451
+ event_id: factories.string(),
13452
+ timestamp: factories.date_time_iso_8601(),
13453
+ item: factories['io.flow.internal.v0.models.konstantin_item'](),
13454
+ }); },
13883
13455
  'io.flow.internal.v0.models.lab_project_settings': function () { return ({
13884
13456
  id: factories.string(),
13885
13457
  flow_lab_project_key: factories.string(),
@@ -14360,6 +13932,24 @@ var factories = {
14360
13932
  'io.flow.internal.v0.models.logistics_capabilities_form': function () { return ({
14361
13933
  capabilities: arrayOf(function () { return factories['io.flow.internal.v0.enums.logistics_capability'](); }),
14362
13934
  }); },
13935
+ 'io.flow.internal.v0.models.logistics_payout_request': function () { return ({
13936
+ organization_id: factories.string(),
13937
+ order_number: factories.string(),
13938
+ carrier: factories.string(),
13939
+ carrier_tracking_number: factories.string(),
13940
+ dry_run: factories.boolean(),
13941
+ payout_resolution_method: factories['io.flow.internal.v0.enums.logistics_payout_resolution_method'](),
13942
+ label_id: factories.string(),
13943
+ combined_shipment_order_number: factories.string(),
13944
+ }); },
13945
+ 'io.flow.internal.v0.models.logistics_payout_request_form': function () { return ({
13946
+ organization_id: factories.string(),
13947
+ order_identifier: factories.string(),
13948
+ carrier_id: factories.string(),
13949
+ carrier_name: factories.string(),
13950
+ carrier_tracking_number: factories.string(),
13951
+ external_reference_number: factories.string(),
13952
+ }); },
14363
13953
  'io.flow.internal.v0.models.logo': function () { return ({
14364
13954
  url: factories.string(),
14365
13955
  }); },
@@ -14849,6 +14439,60 @@ var factories = {
14849
14439
  id: factories.string(),
14850
14440
  proposition: factories['io.flow.internal.v0.models.metadata_proposition'](),
14851
14441
  }); },
14442
+ 'io.flow.internal.v0.models.michaelyan_item': function () { return ({
14443
+ id: factories.string(),
14444
+ number: factories.string(),
14445
+ amount: factories['io.flow.common.v0.models.price'](),
14446
+ description: factories.string(),
14447
+ type: factories['io.flow.internal.v0.enums.michaelyan_item_type'](),
14448
+ added_on: factories.date_time_iso_8601(),
14449
+ }); },
14450
+ 'io.flow.internal.v0.models.michaelyan_item_deleted': function () { return ({
14451
+ discriminator: 'michaelyan_item_deleted',
14452
+ event_id: factories.string(),
14453
+ timestamp: factories.date_time_iso_8601(),
14454
+ id: factories.string(),
14455
+ }); },
14456
+ 'io.flow.internal.v0.models.michaelyan_item_form': function () { return ({
14457
+ number: factories.string(),
14458
+ amount: factories['io.flow.common.v0.models.price'](),
14459
+ description: factories.string(),
14460
+ type: factories['io.flow.internal.v0.enums.michaelyan_item_type'](),
14461
+ added_on: factories.date_time_iso_8601(),
14462
+ }); },
14463
+ 'io.flow.internal.v0.models.michaelyan_item_upserted': function () { return ({
14464
+ discriminator: 'michaelyan_item_upserted',
14465
+ event_id: factories.string(),
14466
+ timestamp: factories.date_time_iso_8601(),
14467
+ item: factories['io.flow.internal.v0.models.michaelyan_item'](),
14468
+ }); },
14469
+ 'io.flow.internal.v0.models.miljenko_item': function () { return ({
14470
+ id: factories.string(),
14471
+ number: factories.string(),
14472
+ amount: factories['io.flow.common.v0.models.price'](),
14473
+ description: factories.string(),
14474
+ type: factories['io.flow.internal.v0.enums.miljenko_item_type'](),
14475
+ added_on: factories.date_time_iso_8601(),
14476
+ }); },
14477
+ 'io.flow.internal.v0.models.miljenko_item_deleted': function () { return ({
14478
+ discriminator: 'miljenko_item_deleted',
14479
+ event_id: factories.string(),
14480
+ timestamp: factories.date_time_iso_8601(),
14481
+ id: factories.string(),
14482
+ }); },
14483
+ 'io.flow.internal.v0.models.miljenko_item_form': function () { return ({
14484
+ number: factories.string(),
14485
+ amount: factories['io.flow.common.v0.models.price'](),
14486
+ description: factories.string(),
14487
+ type: factories['io.flow.internal.v0.enums.miljenko_item_type'](),
14488
+ added_on: factories.date_time_iso_8601(),
14489
+ }); },
14490
+ 'io.flow.internal.v0.models.miljenko_item_upserted': function () { return ({
14491
+ discriminator: 'miljenko_item_upserted',
14492
+ event_id: factories.string(),
14493
+ timestamp: factories.date_time_iso_8601(),
14494
+ item: factories['io.flow.internal.v0.models.miljenko_item'](),
14495
+ }); },
14852
14496
  'io.flow.internal.v0.models.next_billing_statement': function () { return ({
14853
14497
  date: factories.date_time_iso_8601(),
14854
14498
  amount: factories['io.flow.common.v0.models.price'](),
@@ -15201,6 +14845,26 @@ var factories = {
15201
14845
  delivered_duty: factories['io.flow.common.v0.enums.delivered_duty'](),
15202
14846
  currency: factories.string(),
15203
14847
  }); },
14848
+ 'io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting': function () { return ({
14849
+ id: factories.string(),
14850
+ organization_id: factories.string(),
14851
+ shopify_order_id: factories.string(),
14852
+ order_number: factories.string(),
14853
+ tax_and_duty_inclusivity_setting: factories['io.flow.internal.v0.enums.tax_and_duty_inclusivity_setting'](),
14854
+ }); },
14855
+ 'io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_deleted': function () { return ({
14856
+ discriminator: 'order_tax_and_duty_inclusivity_setting_deleted',
14857
+ event_id: factories.string(),
14858
+ timestamp: factories.date_time_iso_8601(),
14859
+ organization: factories.string(),
14860
+ id: factories.string(),
14861
+ }); },
14862
+ 'io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted': function () { return ({
14863
+ discriminator: 'order_tax_and_duty_inclusivity_setting_upserted',
14864
+ event_id: factories.string(),
14865
+ timestamp: factories.date_time_iso_8601(),
14866
+ order_tax_and_duty_inclusivity_setting: factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting'](),
14867
+ }); },
15204
14868
  'io.flow.internal.v0.models.order_transaction': function () { return ({
15205
14869
  discriminator: 'order_transaction',
15206
14870
  order: factories['io.flow.internal.v0.models.billing_order_transaction_order_reference'](),
@@ -15455,6 +15119,31 @@ var factories = {
15455
15119
  from: factories.string(),
15456
15120
  to: factories.string(),
15457
15121
  }); },
15122
+ 'io.flow.internal.v0.models.organization_metadata': function () { return ({
15123
+ id: factories.string(),
15124
+ organization_id: factories.string(),
15125
+ pending_restriction_count: factories.long(),
15126
+ pending_verification_count: factories.long(),
15127
+ oldest_pending_restriction_date: factories.date_time_iso_8601(),
15128
+ oldest_pending_verification_date: factories.date_time_iso_8601(),
15129
+ product_count: factories.long(),
15130
+ restricted_product_count: factories.long(),
15131
+ last_order_submitted_at: factories.date_time_iso_8601(),
15132
+ }); },
15133
+ 'io.flow.internal.v0.models.organization_metadata_deleted': function () { return ({
15134
+ discriminator: 'organization_metadata_deleted',
15135
+ event_id: factories.string(),
15136
+ timestamp: factories.date_time_iso_8601(),
15137
+ organization: factories.string(),
15138
+ id: factories.string(),
15139
+ }); },
15140
+ 'io.flow.internal.v0.models.organization_metadata_upserted': function () { return ({
15141
+ discriminator: 'organization_metadata_upserted',
15142
+ event_id: factories.string(),
15143
+ timestamp: factories.date_time_iso_8601(),
15144
+ organization: factories.string(),
15145
+ organization_metadata: factories['io.flow.internal.v0.models.organization_metadata'](),
15146
+ }); },
15458
15147
  'io.flow.internal.v0.models.organization_onboarding_state_adjustment_result': function () { return ({
15459
15148
  organization_onboarding_state: factories['io.flow.organization.onboarding.state.v0.models.organization_onboarding_state'](),
15460
15149
  }); },
@@ -15620,6 +15309,124 @@ var factories = {
15620
15309
  onboarding_state: factories['io.flow.organization.onboarding.state.v0.unions.onboarding_state'](),
15621
15310
  audit_result: factories['io.flow.internal.v0.enums.onboarding_audit_result'](),
15622
15311
  }); },
15312
+ 'io.flow.internal.v0.models.other_record': function () { return ({
15313
+ id: factories.string(),
15314
+ type: factories['io.flow.internal.v0.enums.billing_transaction_type'](),
15315
+ account: factories['io.flow.internal.v0.models.other_record_account'](),
15316
+ metadata: factories['io.flow.internal.v0.models.other_record_metadata'](),
15317
+ order: factories['io.flow.internal.v0.models.other_record_order_summary'](),
15318
+ currency: factories.string(),
15319
+ source: factories['io.flow.billing.v0.enums.transaction_source'](),
15320
+ parent: factories['io.flow.billing.v0.models.parent_transaction_summary'](),
15321
+ gross: factories.decimal(),
15322
+ fees: factories['io.flow.internal.v0.models.other_record_fees'](),
15323
+ withholdings: factories['io.flow.internal.v0.models.other_record_withholdings'](),
15324
+ discount: factories['io.flow.internal.v0.models.other_record_discount'](),
15325
+ net: factories.decimal(),
15326
+ identifiers: factories['io.flow.internal.v0.models.other_record_identifiers'](),
15327
+ created_at: factories.date_time_iso_8601(),
15328
+ updated_at: factories.date_time_iso_8601(),
15329
+ }); },
15330
+ 'io.flow.internal.v0.models.other_record_account': function () { return ({
15331
+ id: factories.string(),
15332
+ merchant: factories['io.flow.internal.v0.models.other_record_merchant_reference'](),
15333
+ environment: factories['io.flow.common.v0.enums.environment'](),
15334
+ source: factories['io.flow.internal.v0.models.other_record_account_source_summary'](),
15335
+ }); },
15336
+ 'io.flow.internal.v0.models.other_record_account_source_summary': function () { return ({
15337
+ id: factories.string(),
15338
+ type: factories['io.flow.internal.v0.enums.account_type'](),
15339
+ }); },
15340
+ 'io.flow.internal.v0.models.other_record_deleted': function () { return ({
15341
+ discriminator: 'other_record_deleted',
15342
+ event_id: factories.string(),
15343
+ timestamp: factories.date_time_iso_8601(),
15344
+ id: factories.string(),
15345
+ }); },
15346
+ 'io.flow.internal.v0.models.other_record_discount': function () { return ({
15347
+ amount: factories.decimal(),
15348
+ description: factories.string(),
15349
+ }); },
15350
+ 'io.flow.internal.v0.models.other_record_fees': function () { return ({
15351
+ duty_guarantee: factories.decimal(),
15352
+ mor: factories.decimal(),
15353
+ fraud: factories.decimal(),
15354
+ fx: factories.decimal(),
15355
+ processing: factories.decimal(),
15356
+ rate_lock: factories.decimal(),
15357
+ transfer: factories.decimal(),
15358
+ negative_balance: factories.decimal(),
15359
+ }); },
15360
+ 'io.flow.internal.v0.models.other_record_identifiers': function () { return ({
15361
+ reference_id: factories.string(),
15362
+ }); },
15363
+ 'io.flow.internal.v0.models.other_record_merchant_reference': function () { return ({
15364
+ id: factories.string(),
15365
+ }); },
15366
+ 'io.flow.internal.v0.models.other_record_metadata': function () { return ({
15367
+ channel: factories['io.flow.internal.v0.models.other_record_metadata_channel'](),
15368
+ shipping_label: factories['io.flow.internal.v0.models.other_record_metadata_shipping_label'](),
15369
+ shipping_label_revenue_share: factories['io.flow.internal.v0.models.other_record_metadata_shipping_label_revenue_share'](),
15370
+ trueup: factories['io.flow.internal.v0.models.other_record_metadata_trueup'](),
15371
+ carrier_charge: factories['io.flow.internal.v0.models.other_record_metadata_carrier_charge'](),
15372
+ manual: factories['io.flow.internal.v0.models.other_record_metadata_manual'](),
15373
+ failed_payout: factories['io.flow.internal.v0.models.other_record_metadata_failed_payout'](),
15374
+ }); },
15375
+ 'io.flow.internal.v0.models.other_record_metadata_carrier_charge': function () { return ({
15376
+ reason: factories['io.flow.trueup.v0.enums.carrier_charge_reason'](),
15377
+ label_created_at: factories.date_time_iso_8601(),
15378
+ carrier_id: factories.string(),
15379
+ carrier_tracking_number: factories.string(),
15380
+ revenue_share_percentage: factories.decimal(),
15381
+ outbound_transaction_id: factories.string(),
15382
+ }); },
15383
+ 'io.flow.internal.v0.models.other_record_metadata_channel': function () { return ({
15384
+ method: factories.string(),
15385
+ card: factories['io.flow.billing.v0.models.transaction_metadata_channel_card_metadata'](),
15386
+ }); },
15387
+ 'io.flow.internal.v0.models.other_record_metadata_failed_payout': function () { return ({
15388
+ failed_payment: factories['io.flow.billing.v0.models.transaction_metadata_failed_payout_reference'](),
15389
+ }); },
15390
+ 'io.flow.internal.v0.models.other_record_metadata_manual': function () { return ({
15391
+ description: factories.string(),
15392
+ original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
15393
+ category: factories['io.flow.internal.v0.enums.manual_transaction_category'](),
15394
+ url: factories.string(),
15395
+ }); },
15396
+ 'io.flow.internal.v0.models.other_record_metadata_shipping_label': function () { return ({
15397
+ request_method: factories['io.flow.label.v0.enums.label_request_method'](),
15398
+ }); },
15399
+ 'io.flow.internal.v0.models.other_record_metadata_shipping_label_revenue_share': function () { return ({
15400
+ label_id: factories.string(),
15401
+ base_amount: factories.decimal(),
15402
+ percentage: factories.decimal(),
15403
+ }); },
15404
+ 'io.flow.internal.v0.models.other_record_metadata_trueup': function () { return ({
15405
+ original: factories['io.flow.billing.v0.models.transaction_metadata_original_transaction'](),
15406
+ label_transaction_id: factories.string(),
15407
+ label_invoice_request_id: factories.string(),
15408
+ carrier_charge_id: factories.string(),
15409
+ }); },
15410
+ 'io.flow.internal.v0.models.other_record_order_summary': function () { return ({
15411
+ organization: factories['io.flow.common.v0.models.organization_reference'](),
15412
+ number: factories.string(),
15413
+ identifiers: factories['io.flow.internal.v0.models.other_record_order_summary_identifiers'](),
15414
+ }); },
15415
+ 'io.flow.internal.v0.models.other_record_order_summary_identifiers': function () { return ({
15416
+ shopify_order_id: factories.string(),
15417
+ }); },
15418
+ 'io.flow.internal.v0.models.other_record_upserted': function () { return ({
15419
+ discriminator: 'other_record_upserted',
15420
+ event_id: factories.string(),
15421
+ timestamp: factories.date_time_iso_8601(),
15422
+ other_record: factories['io.flow.internal.v0.models.other_record'](),
15423
+ }); },
15424
+ 'io.flow.internal.v0.models.other_record_withholdings': function () { return ({
15425
+ tax: factories.decimal(),
15426
+ duty: factories.decimal(),
15427
+ freight: factories.decimal(),
15428
+ insurance: factories.decimal(),
15429
+ }); },
15623
15430
  'io.flow.internal.v0.models.partner': function () { return ({
15624
15431
  id: factories.string(),
15625
15432
  name: factories.string(),
@@ -15765,6 +15572,14 @@ var factories = {
15765
15572
  id: factories.string(),
15766
15573
  merchant: factories['io.flow.internal.v0.unions.processor_merchant'](),
15767
15574
  }); },
15575
+ 'io.flow.internal.v0.models.payment_summary': function () { return ({
15576
+ psp: factories.decimal(),
15577
+ credit: factories.decimal(),
15578
+ subsidized: factories.decimal(),
15579
+ manual: factories.decimal(),
15580
+ cod: factories.decimal(),
15581
+ total: factories.decimal(),
15582
+ }); },
15768
15583
  'io.flow.internal.v0.models.payment_summary_v2': function () { return ({
15769
15584
  discriminator: 'payment_summary_v2',
15770
15585
  id: factories.string(),
@@ -15959,6 +15774,7 @@ var factories = {
15959
15774
  order: factories['io.flow.internal.v0.models.order_summary'](),
15960
15775
  shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
15961
15776
  merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
15777
+ payment: factories['io.flow.internal.v0.models.payment_summary'](),
15962
15778
  remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
15963
15779
  sequence_number: factories.long(),
15964
15780
  posting_cutoff: factories.date_time_iso_8601(),
@@ -16780,11 +16596,11 @@ var factories = {
16780
16596
  sequence_number: factories.long(),
16781
16597
  fulfilled_at: factories.date_time_iso_8601(),
16782
16598
  completes_order: factories.boolean(),
16783
- payment: factories['io.flow.internal.v0.models.reporting_payment'](),
16784
16599
  refund: factories['io.flow.internal.v0.models.reporting_refund_reference'](),
16785
16600
  value: factories['io.flow.internal.v0.models.fulfillment_shopper_breakdown'](),
16786
16601
  dispatch_country: factories['io.flow.internal.v0.models.reporting_country'](),
16787
16602
  destination: factories['io.flow.internal.v0.models.reporting_destination'](),
16603
+ payment: factories['io.flow.internal.v0.models.reporting_payment'](),
16788
16604
  shipment: factories['io.flow.internal.v0.models.reporting_shipment'](),
16789
16605
  is: factories['io.flow.internal.v0.models.reporting_fulfillment_is'](),
16790
16606
  has: factories['io.flow.internal.v0.models.reporting_fulfillment_has'](),
@@ -16801,6 +16617,11 @@ var factories = {
16801
16617
  wyol: factories.boolean(),
16802
16618
  b2b: factories.boolean(),
16803
16619
  domestic: factories.boolean(),
16620
+ combined_shipment: factories.boolean(),
16621
+ order_cancelled: factories.boolean(),
16622
+ lvg: factories.boolean(),
16623
+ tax_inclusive: factories.boolean(),
16624
+ duty_inclusive: factories.boolean(),
16804
16625
  }); },
16805
16626
  'io.flow.internal.v0.models.reporting_fx': function () { return ({
16806
16627
  shipping: factories['io.flow.internal.v0.models.reporting_usd'](),
@@ -16808,6 +16629,7 @@ var factories = {
16808
16629
  product: factories['io.flow.internal.v0.models.reporting_usd'](),
16809
16630
  tax: factories['io.flow.internal.v0.models.reporting_usd'](),
16810
16631
  duty: factories['io.flow.internal.v0.models.reporting_usd'](),
16632
+ tips: factories['io.flow.internal.v0.models.reporting_usd'](),
16811
16633
  total: factories['io.flow.internal.v0.models.reporting_usd'](),
16812
16634
  }); },
16813
16635
  'io.flow.internal.v0.models.reporting_merchant_breakdown': function () { return ({
@@ -16823,12 +16645,14 @@ var factories = {
16823
16645
  processing: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16824
16646
  rate_lock: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16825
16647
  transfer: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16648
+ total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16826
16649
  }); },
16827
16650
  'io.flow.internal.v0.models.reporting_merchant_subsidies': function () { return ({
16828
16651
  shipping: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16829
16652
  tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16830
16653
  duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16831
16654
  ccf: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16655
+ total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16832
16656
  }); },
16833
16657
  'io.flow.internal.v0.models.reporting_merchant_transactions': function () { return ({
16834
16658
  adjustment: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
@@ -16836,6 +16660,8 @@ var factories = {
16836
16660
  tax: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16837
16661
  duty: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16838
16662
  freight: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16663
+ discount: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16664
+ total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16839
16665
  }); },
16840
16666
  'io.flow.internal.v0.models.reporting_monetary_value': function () { return ({
16841
16667
  transaction: factories.decimal(),
@@ -16854,22 +16680,13 @@ var factories = {
16854
16680
  name: factories.string(),
16855
16681
  }); },
16856
16682
  'io.flow.internal.v0.models.reporting_payment': function () { return ({
16857
- metadata: factories['io.flow.internal.v0.models.reporting_payment_metadata'](),
16858
16683
  psp: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16859
16684
  credit: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16685
+ subsidized: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16686
+ manual: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16687
+ cod: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16860
16688
  total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16861
16689
  }); },
16862
- 'io.flow.internal.v0.models.reporting_payment_metadata': function () { return ({
16863
- gateway: factories['io.flow.internal.v0.enums.processor'](),
16864
- method: factories.string(),
16865
- psp_reference: factories.string(),
16866
- authorization: factories['io.flow.internal.v0.models.reporting_authorization_reference'](),
16867
- settlement_date: factories.date_time_iso_8601(),
16868
- additional_authorizations: factories['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'](),
16869
- }); },
16870
- 'io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations': function () { return ({
16871
- ids: factories.string(),
16872
- }); },
16873
16690
  'io.flow.internal.v0.models.reporting_province': function () { return ({
16874
16691
  code: factories.string(),
16875
16692
  name: factories.string(),
@@ -16894,6 +16711,7 @@ var factories = {
16894
16711
  ccf: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16895
16712
  emergency: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16896
16713
  peak: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16714
+ total: factories['io.flow.internal.v0.models.reporting_monetary_value'](),
16897
16715
  }); },
16898
16716
  'io.flow.internal.v0.models.reporting_usd': function () { return ({
16899
16717
  usd: factories.decimal(),
@@ -16915,6 +16733,9 @@ var factories = {
16915
16733
  ignore_classification_status: factories.boolean(),
16916
16734
  select_mismatching_item_types: factories.boolean(),
16917
16735
  }); },
16736
+ 'io.flow.internal.v0.models.rescreen_restrictions_products': function () { return ({
16737
+ placeholder: factories.boolean(),
16738
+ }); },
16918
16739
  'io.flow.internal.v0.models.restriction_category': function () { return ({
16919
16740
  category: factories.string(),
16920
16741
  }); },
@@ -17155,6 +16976,7 @@ var factories = {
17155
16976
  shopper: factories['io.flow.internal.v0.models.shopper_summary'](),
17156
16977
  merchant: factories['io.flow.internal.v0.models.merchant_summary'](),
17157
16978
  remittance: factories['io.flow.internal.v0.models.remittance_responsibility'](),
16979
+ payment: factories['io.flow.internal.v0.models.payment_summary'](),
17158
16980
  sequence_number: factories.long(),
17159
16981
  posting_cutoff: factories.date_time_iso_8601(),
17160
16982
  trigger: factories['io.flow.internal.v0.unions.return_trigger'](),
@@ -17329,7 +17151,7 @@ var factories = {
17329
17151
  discriminator: 'search_experiment_summary',
17330
17152
  key: factories.string(),
17331
17153
  name: factories.string(),
17332
- status: factories['io.flow.internal.v0.enums.status'](),
17154
+ status: factories['io.flow.experiment.internal.v0.enums.status'](),
17333
17155
  }); },
17334
17156
  'io.flow.internal.v0.models.search_item_summary': function () { return ({
17335
17157
  discriminator: 'search_item_summary',
@@ -17874,6 +17696,8 @@ var factories = {
17874
17696
  id: factories.string(),
17875
17697
  initial_catalog_synced_at: factories.date_time_iso_8601(),
17876
17698
  catalog_sync_duration: factories.long(),
17699
+ restrictions_sync_duration: factories.long(),
17700
+ classifications_sync_duration: factories.long(),
17877
17701
  catalog_products_count: factories.long(),
17878
17702
  initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
17879
17703
  }); },
@@ -17937,6 +17761,7 @@ var factories = {
17937
17761
  product: factories['io.flow.internal.v0.models.shopper_lines'](),
17938
17762
  fees: factories['io.flow.internal.v0.models.shopper_fees'](),
17939
17763
  freight: factories['io.flow.internal.v0.models.shopper_freight'](),
17764
+ tips: factories.decimal(),
17940
17765
  order_discount: factories.decimal(),
17941
17766
  total: factories.decimal(),
17942
17767
  }); },
@@ -18556,6 +18381,21 @@ var factories = {
18556
18381
  'io.flow.internal.v0.models.test_form': function () { return ({
18557
18382
  name: factories.string(),
18558
18383
  }); },
18384
+ 'io.flow.internal.v0.models.thiago_item': function () { return ({
18385
+ id: factories.string(),
18386
+ number: factories.string(),
18387
+ amount: factories['io.flow.common.v0.models.price'](),
18388
+ description: factories.string(),
18389
+ type: factories['io.flow.internal.v0.enums.thiago_item_type'](),
18390
+ added_on: factories.date_time_iso_8601(),
18391
+ }); },
18392
+ 'io.flow.internal.v0.models.thiago_item_form': function () { return ({
18393
+ number: factories.string(),
18394
+ amount: factories['io.flow.common.v0.models.price'](),
18395
+ description: factories.string(),
18396
+ type: factories['io.flow.internal.v0.enums.thiago_item_type'](),
18397
+ added_on: factories.date_time_iso_8601(),
18398
+ }); },
18559
18399
  'io.flow.internal.v0.models.third_party_logistics_partner': function () { return ({
18560
18400
  warehouse_address: factories['io.flow.common.v0.models.billing_address'](),
18561
18401
  warehouse_url: factories.string(),
@@ -18623,6 +18463,43 @@ var factories = {
18623
18463
  time: factories.string(),
18624
18464
  timezone: factories.string(),
18625
18465
  }); },
18466
+ 'io.flow.internal.v0.models.tracking_assurance_analysis': function () { return ({
18467
+ id: factories.string(),
18468
+ job_id: factories.string(),
18469
+ label_id: factories.string(),
18470
+ order_number: factories.string(),
18471
+ carrier_tracking_number: factories.string(),
18472
+ flow_tracking_number: factories.string(),
18473
+ carrier_status: factories.string(),
18474
+ aftership_status: factories.string(),
18475
+ flow_status: factories.string(),
18476
+ latest_carrier_event_date: factories.date_time_iso_8601(),
18477
+ latest_aftership_event_date: factories.date_time_iso_8601(),
18478
+ latest_flow_event_date: factories.date_time_iso_8601(),
18479
+ label_created_at: factories.date_time_iso_8601(),
18480
+ carrier_id: factories.string(),
18481
+ carrier_origin_country: factories.string(),
18482
+ label_origin_country: factories.string(),
18483
+ label_destination_country: factories.string(),
18484
+ carrier_destination_country: factories.string(),
18485
+ }); },
18486
+ 'io.flow.internal.v0.models.tracking_assurance_analysis_deleted': function () { return ({
18487
+ discriminator: 'tracking_assurance_analysis_deleted',
18488
+ event_id: factories.string(),
18489
+ timestamp: factories.date_time_iso_8601(),
18490
+ organization: factories.string(),
18491
+ id: factories.string(),
18492
+ }); },
18493
+ 'io.flow.internal.v0.models.tracking_assurance_analysis_upserted': function () { return ({
18494
+ discriminator: 'tracking_assurance_analysis_upserted',
18495
+ event_id: factories.string(),
18496
+ timestamp: factories.date_time_iso_8601(),
18497
+ organization: factories.string(),
18498
+ analysis: factories['io.flow.internal.v0.models.tracking_assurance_analysis'](),
18499
+ }); },
18500
+ 'io.flow.internal.v0.models.tracking_debug_force_transit_form': function () { return ({
18501
+ description: factories.string(),
18502
+ }); },
18626
18503
  'io.flow.internal.v0.models.tracking_debug_label': function () { return ({
18627
18504
  in_transit_location: factories['io.flow.internal.v0.models.tracking_debug_label_location'](),
18628
18505
  delivery_location: factories['io.flow.internal.v0.models.tracking_debug_label_location'](),
@@ -19232,6 +19109,8 @@ var factories = {
19232
19109
  function () { return factories['io.flow.internal.v0.models.sales_record_deleted'](); },
19233
19110
  function () { return factories['io.flow.internal.v0.models.revenue_record_upserted'](); },
19234
19111
  function () { return factories['io.flow.internal.v0.models.revenue_record_deleted'](); },
19112
+ function () { return factories['io.flow.internal.v0.models.other_record_upserted'](); },
19113
+ function () { return factories['io.flow.internal.v0.models.other_record_deleted'](); },
19235
19114
  function () { return factories['io.flow.internal.v0.models.calculator_organization_settings_upserted'](); },
19236
19115
  function () { return factories['io.flow.internal.v0.models.calculator_organization_settings_deleted'](); },
19237
19116
  function () { return factories['io.flow.internal.v0.models.carrier_account_upserted_v2'](); },
@@ -19294,14 +19173,6 @@ var factories = {
19294
19173
  function () { return factories['io.flow.internal.v0.models.experience_import_request'](); },
19295
19174
  function () { return factories['io.flow.internal.v0.models.submitted_order_upserted'](); },
19296
19175
  function () { return factories['io.flow.internal.v0.models.levy_rate_summary_upserted'](); },
19297
- function () { return factories['io.flow.internal.v0.models.experiment_upserted'](); },
19298
- function () { return factories['io.flow.internal.v0.models.experiment_deleted'](); },
19299
- function () { return factories['io.flow.internal.v0.models.experiment_results_upserted'](); },
19300
- function () { return factories['io.flow.internal.v0.models.experiment_results_deleted'](); },
19301
- function () { return factories['io.flow.internal.v0.models.daily_experiment_results_upserted'](); },
19302
- function () { return factories['io.flow.internal.v0.models.daily_experiment_results_deleted'](); },
19303
- function () { return factories['io.flow.internal.v0.models.experiment_milestone_upserted'](); },
19304
- function () { return factories['io.flow.internal.v0.models.experiment_milestone_deleted'](); },
19305
19176
  function () { return factories['io.flow.internal.v0.models.export_completed'](); },
19306
19177
  function () { return factories['io.flow.internal.v0.models.export_failed'](); },
19307
19178
  function () { return factories['io.flow.internal.v0.models.feature_upserted'](); },
@@ -19336,6 +19207,12 @@ var factories = {
19336
19207
  function () { return factories['io.flow.internal.v0.models.fraud_pending_review_deleted'](); },
19337
19208
  function () { return factories['io.flow.internal.v0.models.fraud_review_decision_upserted'](); },
19338
19209
  function () { return factories['io.flow.internal.v0.models.fraud_review_decision_deleted'](); },
19210
+ function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_upserted'](); },
19211
+ function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_deleted'](); },
19212
+ function () { return factories['io.flow.internal.v0.models.fraud_pending_review_authorization_upserted'](); },
19213
+ function () { return factories['io.flow.internal.v0.models.fraud_pending_review_authorization_deleted'](); },
19214
+ function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_decision_upserted'](); },
19215
+ function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_decision_deleted'](); },
19339
19216
  function () { return factories['io.flow.internal.v0.models.fraud_provider_configuration_upserted'](); },
19340
19217
  function () { return factories['io.flow.internal.v0.models.fraud_provider_configuration_deleted'](); },
19341
19218
  function () { return factories['io.flow.internal.v0.models.manual_review_rule_upserted'](); },
@@ -19413,6 +19290,8 @@ var factories = {
19413
19290
  function () { return factories['io.flow.internal.v0.models.organization_deactivation_deleted'](); },
19414
19291
  function () { return factories['io.flow.internal.v0.models.merchant_guid_assignment_upserted'](); },
19415
19292
  function () { return factories['io.flow.internal.v0.models.merchant_guid_assignment_deleted'](); },
19293
+ function () { return factories['io.flow.internal.v0.models.organization_metadata_upserted'](); },
19294
+ function () { return factories['io.flow.internal.v0.models.organization_metadata_deleted'](); },
19416
19295
  function () { return factories['io.flow.internal.v0.models.partner_organization_settings_upserted'](); },
19417
19296
  function () { return factories['io.flow.internal.v0.models.partner_organization_settings_deleted'](); },
19418
19297
  function () { return factories['io.flow.internal.v0.models.unassigned_merchant_guid_upserted'](); },
@@ -19488,6 +19367,8 @@ var factories = {
19488
19367
  function () { return factories['io.flow.internal.v0.models.channel_order_summary_deleted'](); },
19489
19368
  function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_upserted'](); },
19490
19369
  function () { return factories['io.flow.internal.v0.models.channel_organization_identifier_deleted'](); },
19370
+ function () { return factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted'](); },
19371
+ function () { return factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_deleted'](); },
19491
19372
  function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'](); },
19492
19373
  function () { return factories['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'](); },
19493
19374
  function () { return factories['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'](); },
@@ -19506,8 +19387,16 @@ var factories = {
19506
19387
  function () { return factories['io.flow.internal.v0.models.svitlana_item_deleted'](); },
19507
19388
  function () { return factories['io.flow.internal.v0.models.colm_item_upserted'](); },
19508
19389
  function () { return factories['io.flow.internal.v0.models.colm_item_deleted'](); },
19390
+ function () { return factories['io.flow.internal.v0.models.harinath_item_upserted'](); },
19391
+ function () { return factories['io.flow.internal.v0.models.harinath_item_deleted'](); },
19392
+ function () { return factories['io.flow.internal.v0.models.konstantin_item_upserted'](); },
19393
+ function () { return factories['io.flow.internal.v0.models.konstantin_item_deleted'](); },
19509
19394
  function () { return factories['io.flow.internal.v0.models.matias_item_upserted'](); },
19510
19395
  function () { return factories['io.flow.internal.v0.models.matias_item_deleted'](); },
19396
+ function () { return factories['io.flow.internal.v0.models.michaelyan_item_upserted'](); },
19397
+ function () { return factories['io.flow.internal.v0.models.michaelyan_item_deleted'](); },
19398
+ function () { return factories['io.flow.internal.v0.models.miljenko_item_upserted'](); },
19399
+ function () { return factories['io.flow.internal.v0.models.miljenko_item_deleted'](); },
19511
19400
  function () { return factories['io.flow.internal.v0.models.shruti_demo_item_upserted'](); },
19512
19401
  function () { return factories['io.flow.internal.v0.models.shruti_demo_item_deleted'](); },
19513
19402
  function () { return factories['io.flow.internal.v0.models.tam_item_upserted'](); },
@@ -19520,6 +19409,8 @@ var factories = {
19520
19409
  function () { return factories['io.flow.internal.v0.models.tracking_label_deleted'](); },
19521
19410
  function () { return factories['io.flow.internal.v0.models.tracking_upserted'](); },
19522
19411
  function () { return factories['io.flow.internal.v0.models.tracking_deleted'](); },
19412
+ function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_upserted'](); },
19413
+ function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_deleted'](); },
19523
19414
  function () { return factories['io.flow.internal.v0.models.tracking_request_upserted'](); },
19524
19415
  function () { return factories['io.flow.internal.v0.models.tracking_response_upserted'](); },
19525
19416
  function () { return factories['io.flow.internal.v0.models.user_upserted_v2'](); },
@@ -19527,13 +19418,6 @@ var factories = {
19527
19418
  ]);
19528
19419
  return f();
19529
19420
  },
19530
- 'io.flow.internal.v0.unions.experiment': function () {
19531
- var f = faker.helpers.arrayElement([
19532
- function () { return factories['io.flow.internal.v0.models.experience_experiment'](); },
19533
- function () { return factories['io.flow.internal.v0.models.feature_experiment'](); },
19534
- ]);
19535
- return f();
19536
- },
19537
19421
  'io.flow.internal.v0.unions.explicit_statement_form': function () {
19538
19422
  var f = faker.helpers.arrayElement([
19539
19423
  function () { return factories['io.flow.internal.v0.models.explicit_statement_form_transaction_ids'](); },
@@ -19983,20 +19867,6 @@ var factories = {
19983
19867
  ]);
19984
19868
  return f();
19985
19869
  },
19986
- 'io.flow.internal.v0.unions.variant': function () {
19987
- var f = faker.helpers.arrayElement([
19988
- function () { return factories['io.flow.internal.v0.models.experience_variant'](); },
19989
- function () { return factories['io.flow.internal.v0.models.feature_variant'](); },
19990
- ]);
19991
- return f();
19992
- },
19993
- 'io.flow.internal.v0.unions.variant_form': function () {
19994
- var f = faker.helpers.arrayElement([
19995
- function () { return factories['io.flow.internal.v0.models.experience_variant_form'](); },
19996
- function () { return factories['io.flow.internal.v0.models.feature_variant_form'](); },
19997
- ]);
19998
- return f();
19999
- },
20000
19870
  'io.flow.inventory.v0.enums.aggregate': function () { return faker.helpers.arrayElement(['maximum', 'minimum']); },
20001
19871
  'io.flow.inventory.v0.enums.inventory_status': function () { return faker.helpers.arrayElement(['has_inventory', 'no_inventory']); },
20002
19872
  'io.flow.inventory.v0.enums.update_type': function () { return faker.helpers.arrayElement(['change', 'set']); },
@@ -20819,6 +20689,7 @@ var factories = {
20819
20689
  'business_street_address_is_po_box',
20820
20690
  'exception_merchant',
20821
20691
  'application_missing',
20692
+ 'missing_logistics_contact_info',
20822
20693
  ]); },
20823
20694
  'io.flow.organization.onboarding.state.v0.models.activation_put_form': function () { return ({
20824
20695
  placeholder: factories.boolean(),
@@ -20867,6 +20738,10 @@ var factories = {
20867
20738
  completed_at: factories.date_time_iso_8601(),
20868
20739
  onboarding_started_at: factories.date_time_iso_8601(),
20869
20740
  }); },
20741
+ 'io.flow.organization.onboarding.state.v0.models.rejection_put_form': function () { return ({
20742
+ reason: factories['io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason'](),
20743
+ description: factories.string(),
20744
+ }); },
20870
20745
  'io.flow.organization.onboarding.state.v0.models.setup_blocked': function () { return ({
20871
20746
  discriminator: 'setup_blocked',
20872
20747
  reasons: arrayOf(function () { return factories['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'](); }),
@@ -21181,6 +21056,7 @@ var factories = {
21181
21056
  'order_missing_information',
21182
21057
  'order_domestic',
21183
21058
  'order_mismatched_currencies',
21059
+ 'order_missing',
21184
21060
  ]); },
21185
21061
  'io.flow.payment.gateway.v0.enums.payment_request_review_status': function () { return faker.helpers.arrayElement(['pending', 'approved', 'rejected']); },
21186
21062
  'io.flow.payment.gateway.v0.enums.payment_status': function () { return faker.helpers.arrayElement([
@@ -21669,6 +21545,10 @@ var factories = {
21669
21545
  payment_capture_option: factories['io.flow.payment.gateway.v0.unions.payment_capture_option'](),
21670
21546
  review: factories['io.flow.payment.gateway.v0.models.payment_request_review'](),
21671
21547
  }); },
21548
+ 'io.flow.payment.gateway.v0.models.payment_request_cancellation_reason_order_missing': function () { return ({
21549
+ type: 'order_missing',
21550
+ description: factories.string(),
21551
+ }); },
21672
21552
  'io.flow.payment.gateway.v0.models.payment_request_form': function () { return ({
21673
21553
  amount: factories.decimal(),
21674
21554
  currency: factories.string(),
@@ -21846,6 +21726,12 @@ var factories = {
21846
21726
  ]);
21847
21727
  return f();
21848
21728
  },
21729
+ 'io.flow.payment.gateway.v0.unions.payment_request_cancellation_reason': function () {
21730
+ var f = faker.helpers.arrayElement([
21731
+ function () { return factories['io.flow.payment.gateway.v0.models.payment_request_cancellation_reason_order_missing'](); },
21732
+ ]);
21733
+ return f();
21734
+ },
21849
21735
  'io.flow.payment.gateway.v0.unions.sdk_adyen_v3_authentication_token': function () {
21850
21736
  var f = faker.helpers.arrayElement([
21851
21737
  function () { return factories['io.flow.payment.gateway.v0.models.adyen_v3_fingerprint_token'](); },
@@ -23336,6 +23222,14 @@ var factories = {
23336
23222
  discriminator: 'payment_processor_reference',
23337
23223
  processor: factories.string(),
23338
23224
  }); },
23225
+ 'io.flow.payment.v0.models.payment_processor_transaction_details_apm': function () { return ({
23226
+ discriminator: 'apm',
23227
+ transaction_identifier: factories.string(),
23228
+ capture_identifier: factories.string(),
23229
+ method_type: factories.string(),
23230
+ result_status: factories.string(),
23231
+ reason_code: factories.string(),
23232
+ }); },
23339
23233
  'io.flow.payment.v0.models.payment_processor_transaction_details_card': function () { return ({
23340
23234
  discriminator: 'card',
23341
23235
  transaction_identifier: factories.string(),
@@ -23361,6 +23255,7 @@ var factories = {
23361
23255
  'io.flow.payment.v0.models.paypal_authorization_details': function () { return ({
23362
23256
  discriminator: 'paypal_authorization_details',
23363
23257
  payment_id: factories.string(),
23258
+ internal_payment_id: factories.string(),
23364
23259
  payment_method: factories.string(),
23365
23260
  payment_state: factories.string(),
23366
23261
  payer_id: factories.string(),
@@ -23752,6 +23647,7 @@ var factories = {
23752
23647
  'io.flow.payment.v0.unions.payment_processor_transaction_details': function () {
23753
23648
  var f = faker.helpers.arrayElement([
23754
23649
  function () { return factories['io.flow.payment.v0.models.payment_processor_transaction_details_card'](); },
23650
+ function () { return factories['io.flow.payment.v0.models.payment_processor_transaction_details_apm'](); },
23755
23651
  ]);
23756
23652
  return f();
23757
23653
  },
@@ -25156,6 +25052,7 @@ var factories = {
25156
25052
  published_at: factories.date_time_iso_8601(),
25157
25053
  created_at: factories.date_time_iso_8601(),
25158
25054
  updated_at: factories.date_time_iso_8601(),
25055
+ has_variants_that_requires_components: factories.boolean(),
25159
25056
  }); },
25160
25057
  'io.flow.shopify.external.v0.models.product_delete': function () { return ({
25161
25058
  id: factories.long(),
@@ -25841,6 +25738,19 @@ var factories = {
25841
25738
  channel_id: factories.string(),
25842
25739
  channel_organization_identifier: factories['io.flow.shopify.markets.internal.v0.models.channel_organization_identifier'](),
25843
25740
  }); },
25741
+ 'io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_deleted': function () { return ({
25742
+ discriminator: 'order_tax_and_duty_inclusivity_setting_deleted',
25743
+ event_id: factories.string(),
25744
+ timestamp: factories.date_time_iso_8601(),
25745
+ organization: factories.string(),
25746
+ id: factories.string(),
25747
+ }); },
25748
+ 'io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_upserted': function () { return ({
25749
+ discriminator: 'order_tax_and_duty_inclusivity_setting_upserted',
25750
+ event_id: factories.string(),
25751
+ timestamp: factories.date_time_iso_8601(),
25752
+ order_tax_and_duty_inclusivity_setting: factories['io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting'](),
25753
+ }); },
25844
25754
  'io.flow.shopify.markets.internal.event.v0.models.shopify_markets_metrics_deleted': function () { return ({
25845
25755
  discriminator: 'shopify_markets_metrics_deleted',
25846
25756
  event_id: factories.string(),
@@ -25929,6 +25839,8 @@ var factories = {
25929
25839
  function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_order_summary_deleted'](); },
25930
25840
  function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_upserted'](); },
25931
25841
  function () { return factories['io.flow.shopify.markets.internal.event.v0.models.channel_organization_identifier_deleted'](); },
25842
+ function () { return factories['io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_upserted'](); },
25843
+ function () { return factories['io.flow.shopify.markets.internal.event.v0.models.order_tax_and_duty_inclusivity_setting_deleted'](); },
25932
25844
  ]);
25933
25845
  return f();
25934
25846
  },
@@ -25973,6 +25885,12 @@ var factories = {
25973
25885
  'toys_hobbies_gifts',
25974
25886
  'other',
25975
25887
  ]); },
25888
+ 'io.flow.shopify.markets.internal.v0.enums.tax_and_duty_inclusivity_setting': function () { return faker.helpers.arrayElement([
25889
+ 'duty_exclusive_tax_exclusive',
25890
+ 'duty_inclusive_tax_exclusive',
25891
+ 'duty_exclusive_tax_inclusive',
25892
+ 'duty_inclusive_tax_inclusive',
25893
+ ]); },
25976
25894
  'io.flow.shopify.markets.internal.v0.models.catalog_publication_sync_validation_error': function () { return ({
25977
25895
  message: factories.string(),
25978
25896
  reason: factories.string(),
@@ -26011,6 +25929,13 @@ var factories = {
26011
25929
  'io.flow.shopify.markets.internal.v0.models.markets_order_summary': function () { return ({
26012
25930
  id: factories.string(),
26013
25931
  }); },
25932
+ 'io.flow.shopify.markets.internal.v0.models.order_tax_and_duty_inclusivity_setting': function () { return ({
25933
+ id: factories.string(),
25934
+ organization_id: factories.string(),
25935
+ shopify_order_id: factories.string(),
25936
+ order_number: factories.string(),
25937
+ tax_and_duty_inclusivity_setting: factories['io.flow.shopify.markets.internal.v0.enums.tax_and_duty_inclusivity_setting'](),
25938
+ }); },
26014
25939
  'io.flow.shopify.markets.internal.v0.models.order_validation_error': function () { return ({
26015
25940
  message: factories.string(),
26016
25941
  reason: factories['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason'](),
@@ -26120,6 +26045,8 @@ var factories = {
26120
26045
  id: factories.string(),
26121
26046
  initial_catalog_synced_at: factories.date_time_iso_8601(),
26122
26047
  catalog_sync_duration: factories.long(),
26048
+ restrictions_sync_duration: factories.long(),
26049
+ classifications_sync_duration: factories.long(),
26123
26050
  catalog_products_count: factories.long(),
26124
26051
  initial_product_restrictions_synced_at: factories.date_time_iso_8601(),
26125
26052
  }); },
@@ -26212,7 +26139,14 @@ var factories = {
26212
26139
  'io.flow.shopify.markets.v0.enums.shopify_order_fulfillment_status_type': function () { return faker.helpers.arrayElement(['fulfilled', 'null', 'partial']); },
26213
26140
  'io.flow.shopify.markets.v0.enums.shopify_order_inventory_behaviour': function () { return faker.helpers.arrayElement(['bypass', 'decrement_ignoring_policy', 'decrement_obeying_policy']); },
26214
26141
  'io.flow.shopify.markets.v0.enums.shopify_order_kind_type': function () { return faker.helpers.arrayElement(['authorization', 'capture', 'sale', 'void', 'refund']); },
26215
- 'io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names': function () { return faker.helpers.arrayElement(['flow_commerce', 'gift_card', 'manual', 'shopify_payments', 'shop_cash']); },
26142
+ 'io.flow.shopify.markets.v0.enums.shopify_order_payment_gateway_names': function () { return faker.helpers.arrayElement([
26143
+ 'flow_commerce',
26144
+ 'gift_card',
26145
+ 'manual',
26146
+ 'shopify_payments',
26147
+ 'shop_cash',
26148
+ 'shopify_store_credit',
26149
+ ]); },
26216
26150
  'io.flow.shopify.markets.v0.enums.shopify_order_processing_method_type': function () { return faker.helpers.arrayElement(['checkout', 'direct', 'manual', 'offsite', 'express', 'deferred_payment']); },
26217
26151
  'io.flow.shopify.markets.v0.enums.shopify_order_restock_type': function () { return faker.helpers.arrayElement(['no_restock', 'cancel', 'return']); },
26218
26152
  'io.flow.shopify.markets.v0.enums.shopify_order_status_type': function () { return faker.helpers.arrayElement(['open', 'closed', 'cancelled', 'any']); },
@@ -27211,6 +27145,43 @@ var factories = {
27211
27145
  },
27212
27146
  'io.flow.stripe.v0.enums.account_type': function () { return faker.helpers.arrayElement(['platform', 'custom', 'standard', 'express']); },
27213
27147
  'io.flow.stripe.v0.enums.apple_pay_type': function () { return faker.helpers.arrayElement(['apple_pay', 'apple_pay_later']); },
27148
+ 'io.flow.stripe.v0.enums.bank_ideal': function () { return faker.helpers.arrayElement([
27149
+ 'abn_amro',
27150
+ 'asn_bank',
27151
+ 'bunq',
27152
+ 'handelsbanken',
27153
+ 'ing',
27154
+ 'knab',
27155
+ 'moneyou',
27156
+ 'n26',
27157
+ 'nn',
27158
+ 'rabobank',
27159
+ 'regiobank',
27160
+ 'revolut',
27161
+ 'sns_bank',
27162
+ 'triodos_bank',
27163
+ 'van_lanschot',
27164
+ 'yoursafe',
27165
+ ]); },
27166
+ 'io.flow.stripe.v0.enums.bic_ideal': function () { return faker.helpers.arrayElement([
27167
+ 'ABNANL2A',
27168
+ 'ASNBNL21',
27169
+ 'BITSNL2A',
27170
+ 'BUNQNL2A',
27171
+ 'FVLBNL22',
27172
+ 'HANDNL2A',
27173
+ 'INGBNL2A',
27174
+ 'KNABNL2H',
27175
+ 'MOYONL21',
27176
+ 'NNBANL2G',
27177
+ 'NTSBDEB1',
27178
+ 'RABONL2U',
27179
+ 'RBRBNL21',
27180
+ 'REVOIE23',
27181
+ 'REVOLT21',
27182
+ 'SNSBNL2A',
27183
+ 'TRIONL2U',
27184
+ ]); },
27214
27185
  'io.flow.stripe.v0.enums.cancellation_reason': function () { return faker.helpers.arrayElement([
27215
27186
  'abandoned',
27216
27187
  'automatic',
@@ -27294,6 +27265,40 @@ var factories = {
27294
27265
  'highest_risk_level',
27295
27266
  'requested_block_on_incorrect_cvc',
27296
27267
  ]); },
27268
+ 'io.flow.stripe.v0.enums.dispute_event_type': function () { return faker.helpers.arrayElement([
27269
+ 'charge.dispute.closed',
27270
+ 'charge.dispute.created',
27271
+ 'charge.dispute.funds_reinstated',
27272
+ 'charge.dispute.funds_withdrawn',
27273
+ 'charge.dispute.updated',
27274
+ ]); },
27275
+ 'io.flow.stripe.v0.enums.dispute_payment_method_details_card_case_type': function () { return faker.helpers.arrayElement(['chargeback', 'inquiry']); },
27276
+ 'io.flow.stripe.v0.enums.dispute_payment_method_details_type': function () { return faker.helpers.arrayElement(['card', 'klarna', 'paypal']); },
27277
+ 'io.flow.stripe.v0.enums.dispute_reason': function () { return faker.helpers.arrayElement([
27278
+ 'bank_cannot_process',
27279
+ 'check_returned',
27280
+ 'credit_not_processed',
27281
+ 'customer_initiated',
27282
+ 'debit_not_authorized',
27283
+ 'duplicate',
27284
+ 'fraudulent',
27285
+ 'general',
27286
+ 'incorrect_account_details',
27287
+ 'insufficient_funds',
27288
+ 'product_not_received',
27289
+ 'product_unacceptable',
27290
+ 'subscription_canceled',
27291
+ 'unrecognized',
27292
+ ]); },
27293
+ 'io.flow.stripe.v0.enums.dispute_status': function () { return faker.helpers.arrayElement([
27294
+ 'warning_needs_response',
27295
+ 'warning_under_review',
27296
+ 'warning_closed',
27297
+ 'needs_response',
27298
+ 'under_review',
27299
+ 'won',
27300
+ 'lost',
27301
+ ]); },
27297
27302
  'io.flow.stripe.v0.enums.error_code': function () { return faker.helpers.arrayElement([
27298
27303
  'invalid_number',
27299
27304
  'invalid_expiry_month',
@@ -27386,6 +27391,11 @@ var factories = {
27386
27391
  'charge.succeeded',
27387
27392
  'charge.updated',
27388
27393
  'charge.refund.updated',
27394
+ 'charge.dispute.closed',
27395
+ 'charge.dispute.created',
27396
+ 'charge.dispute.funds_reinstated',
27397
+ 'charge.dispute.funds_withdrawn',
27398
+ 'charge.dispute.updated',
27389
27399
  'payment_intent.created',
27390
27400
  'payment_intent.amount_capturable_updated',
27391
27401
  'payment_intent.payment_failed',
@@ -27425,9 +27435,10 @@ var factories = {
27425
27435
  'succeeded',
27426
27436
  ]); },
27427
27437
  'io.flow.stripe.v0.enums.payment_method_category_klarna': function () { return faker.helpers.arrayElement(['pay_later', 'pay_now', 'pay_with_financing', 'pay_in_installments']); },
27428
- 'io.flow.stripe.v0.enums.payment_method_type': function () { return faker.helpers.arrayElement(['card', 'card_present', 'klarna']); },
27438
+ 'io.flow.stripe.v0.enums.payment_method_type': function () { return faker.helpers.arrayElement(['card', 'card_present', 'ideal', 'klarna', 'bancontact']); },
27429
27439
  'io.flow.stripe.v0.enums.payment_outcome_type': function () { return faker.helpers.arrayElement(['authorized', 'manual_review', 'issuer_declined', 'blocked', 'invalid']); },
27430
27440
  'io.flow.stripe.v0.enums.payment_status': function () { return faker.helpers.arrayElement(['succeeded', 'pending', 'failed']); },
27441
+ 'io.flow.stripe.v0.enums.preferred_language_bancontact': function () { return faker.helpers.arrayElement(['de', 'en', 'fr', 'nl']); },
27431
27442
  'io.flow.stripe.v0.enums.preferred_locale_klarna': function () { return faker.helpers.arrayElement([
27432
27443
  'de-AT',
27433
27444
  'en-AT',
@@ -27726,6 +27737,48 @@ var factories = {
27726
27737
  source: factories.string(),
27727
27738
  description: factories.string(),
27728
27739
  }); },
27740
+ 'io.flow.stripe.v0.models.dispute': function () { return ({
27741
+ id: factories.string(),
27742
+ amount: factories.integer(),
27743
+ charge: factories.string(),
27744
+ currency: factories.string(),
27745
+ evidence: factories.object(),
27746
+ metadata: objectOf(function () { return factories.string(); }),
27747
+ payment_intent: factories.string(),
27748
+ reason: factories['io.flow.stripe.v0.enums.dispute_reason'](),
27749
+ status: factories['io.flow.stripe.v0.enums.dispute_status'](),
27750
+ object: factories.string(),
27751
+ balance_transactions: arrayOf(function () { return factories.object(); }),
27752
+ created: factories.long(),
27753
+ evidence_details: factories['io.flow.stripe.v0.models.dispute_evidence_details'](),
27754
+ is_charge_refundable: factories.boolean(),
27755
+ livemode: factories.boolean(),
27756
+ payment_method_details: factories['io.flow.stripe.v0.models.dispute_payment_method_details'](),
27757
+ }); },
27758
+ 'io.flow.stripe.v0.models.dispute_evidence_details': function () { return ({
27759
+ due_by: factories.long(),
27760
+ has_evidence: factories.boolean(),
27761
+ past_due: factories.boolean(),
27762
+ submission_count: factories.integer(),
27763
+ }); },
27764
+ 'io.flow.stripe.v0.models.dispute_payment_method_details': function () { return ({
27765
+ card: factories['io.flow.stripe.v0.models.dispute_payment_method_details_card'](),
27766
+ klarna: factories['io.flow.stripe.v0.models.dispute_payment_method_details_klarna'](),
27767
+ paypal: factories['io.flow.stripe.v0.models.dispute_payment_method_details_paypal'](),
27768
+ type: factories['io.flow.stripe.v0.enums.dispute_payment_method_details_type'](),
27769
+ }); },
27770
+ 'io.flow.stripe.v0.models.dispute_payment_method_details_card': function () { return ({
27771
+ brand: factories.string(),
27772
+ case_type: factories['io.flow.stripe.v0.enums.dispute_payment_method_details_card_case_type'](),
27773
+ network_reason_code: factories.string(),
27774
+ }); },
27775
+ 'io.flow.stripe.v0.models.dispute_payment_method_details_klarna': function () { return ({
27776
+ reason_code: factories.string(),
27777
+ }); },
27778
+ 'io.flow.stripe.v0.models.dispute_payment_method_details_paypal': function () { return ({
27779
+ case_id: factories.string(),
27780
+ reason_code: factories.string(),
27781
+ }); },
27729
27782
  'io.flow.stripe.v0.models.error': function () { return ({
27730
27783
  error: factories['io.flow.stripe.v0.models.stripe_error'](),
27731
27784
  }); },
@@ -27952,8 +28005,10 @@ var factories = {
27952
28005
  id: factories.string(),
27953
28006
  object: factories.string(),
27954
28007
  billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
28008
+ bancontact: factories.object(),
27955
28009
  card: factories['io.flow.stripe.v0.models.payment_method_card_details'](),
27956
28010
  card_present: factories.object(),
28011
+ ideal: factories.object(),
27957
28012
  klarna: factories.object(),
27958
28013
  created: factories.long(),
27959
28014
  customer: factories.string(),
@@ -27984,18 +28039,43 @@ var factories = {
27984
28039
  number: factories.string(),
27985
28040
  cvc: factories.string(),
27986
28041
  }); },
28042
+ 'io.flow.stripe.v0.models.payment_method_data_bancontact': function () { return ({
28043
+ type: 'bancontact',
28044
+ billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
28045
+ metadata: factories.object(),
28046
+ }); },
27987
28047
  'io.flow.stripe.v0.models.payment_method_data_card': function () { return ({
27988
28048
  type: 'card',
27989
28049
  billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
27990
28050
  metadata: factories.object(),
27991
28051
  card: factories['io.flow.stripe.v0.models.payment_method_card_form'](),
27992
28052
  }); },
28053
+ 'io.flow.stripe.v0.models.payment_method_data_ideal': function () { return ({
28054
+ type: 'ideal',
28055
+ billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
28056
+ metadata: factories.object(),
28057
+ ideal: factories['io.flow.stripe.v0.models.payment_method_ideal_form'](),
28058
+ }); },
27993
28059
  'io.flow.stripe.v0.models.payment_method_data_klarna': function () { return ({
27994
28060
  type: 'klarna',
27995
28061
  billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
27996
28062
  metadata: factories.object(),
27997
28063
  klarna: factories['io.flow.stripe.v0.models.payment_method_klarna_form'](),
27998
28064
  }); },
28065
+ 'io.flow.stripe.v0.models.payment_method_details_bancontact': function () { return ({
28066
+ type: 'bancontact',
28067
+ bancontact: factories['io.flow.stripe.v0.models.payment_method_details_bancontact_information'](),
28068
+ }); },
28069
+ 'io.flow.stripe.v0.models.payment_method_details_bancontact_information': function () { return ({
28070
+ bank_code: factories.string(),
28071
+ bank_name: factories.string(),
28072
+ bic: factories.string(),
28073
+ generated_sepa_debit: factories.string(),
28074
+ generated_sepa_debit_mandate: factories.string(),
28075
+ iban_last4: factories.string(),
28076
+ preferred_language: factories['io.flow.stripe.v0.enums.preferred_language_bancontact'](),
28077
+ verified_name: factories.string(),
28078
+ }); },
27999
28079
  'io.flow.stripe.v0.models.payment_method_details_card': function () { return ({
28000
28080
  type: 'card',
28001
28081
  card: factories['io.flow.stripe.v0.models.payment_method_details_card_information'](),
@@ -28025,6 +28105,18 @@ var factories = {
28025
28105
  multicapture: factories['io.flow.stripe.v0.models.multicapture'](),
28026
28106
  overcapture: factories['io.flow.stripe.v0.models.overcapture'](),
28027
28107
  }); },
28108
+ 'io.flow.stripe.v0.models.payment_method_details_ideal': function () { return ({
28109
+ type: 'ideal',
28110
+ ideal: factories['io.flow.stripe.v0.models.payment_method_details_ideal_information'](),
28111
+ }); },
28112
+ 'io.flow.stripe.v0.models.payment_method_details_ideal_information': function () { return ({
28113
+ bank: factories['io.flow.stripe.v0.enums.bank_ideal'](),
28114
+ bic: factories['io.flow.stripe.v0.enums.bic_ideal'](),
28115
+ generated_sepa_debit: factories.string(),
28116
+ generated_sepa_debit_mandate: factories.string(),
28117
+ iban_last4: factories.string(),
28118
+ verified_name: factories.string(),
28119
+ }); },
28028
28120
  'io.flow.stripe.v0.models.payment_method_details_klarna': function () { return ({
28029
28121
  type: 'klarna',
28030
28122
  klarna: factories['io.flow.stripe.v0.models.payment_method_details_klarna_information'](),
@@ -28033,24 +28125,47 @@ var factories = {
28033
28125
  payment_method_category: factories['io.flow.stripe.v0.enums.payment_method_category_klarna'](),
28034
28126
  preferred_locale: factories['io.flow.stripe.v0.enums.preferred_locale_klarna'](),
28035
28127
  }); },
28128
+ 'io.flow.stripe.v0.models.payment_method_form_bancontact': function () { return ({
28129
+ type: 'bancontact',
28130
+ billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
28131
+ metadata: factories.object(),
28132
+ bancontact: factories.object(),
28133
+ }); },
28036
28134
  'io.flow.stripe.v0.models.payment_method_form_card': function () { return ({
28037
28135
  type: 'card',
28038
28136
  billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
28039
28137
  metadata: factories.object(),
28040
28138
  card: factories['io.flow.stripe.v0.models.payment_method_card_form'](),
28041
28139
  }); },
28140
+ 'io.flow.stripe.v0.models.payment_method_form_ideal': function () { return ({
28141
+ type: 'ideal',
28142
+ billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
28143
+ metadata: factories.object(),
28144
+ ideal: factories['io.flow.stripe.v0.models.payment_method_ideal_form'](),
28145
+ }); },
28042
28146
  'io.flow.stripe.v0.models.payment_method_form_klarna': function () { return ({
28043
28147
  type: 'klarna',
28044
28148
  billing_details: factories['io.flow.stripe.v0.models.payment_method_billing_details'](),
28045
28149
  metadata: factories.object(),
28046
28150
  klarna: factories['io.flow.stripe.v0.models.payment_method_klarna_form'](),
28047
28151
  }); },
28152
+ 'io.flow.stripe.v0.models.payment_method_ideal_form': function () { return ({
28153
+ bank: factories.string(),
28154
+ }); },
28048
28155
  'io.flow.stripe.v0.models.payment_method_klarna_form': function () { return ({
28049
28156
  dob: factories['io.flow.stripe.v0.models.klarna_dob_form'](),
28050
28157
  }); },
28051
28158
  'io.flow.stripe.v0.models.payment_method_options': function () { return ({
28052
28159
  card: factories['io.flow.stripe.v0.models.payment_method_options_card'](),
28160
+ ideal: factories['io.flow.stripe.v0.models.payment_method_options_ideal'](),
28053
28161
  klarna: factories['io.flow.stripe.v0.models.payment_method_options_klarna'](),
28162
+ bancontact: factories['io.flow.stripe.v0.models.payment_method_options_bancontact'](),
28163
+ }); },
28164
+ 'io.flow.stripe.v0.models.payment_method_options_bancontact': function () { return ({
28165
+ preferred_language: factories['io.flow.stripe.v0.enums.preferred_language_bancontact'](),
28166
+ }); },
28167
+ 'io.flow.stripe.v0.models.payment_method_options_bancontact_form': function () { return ({
28168
+ preferred_language: factories['io.flow.stripe.v0.enums.preferred_language_bancontact'](),
28054
28169
  }); },
28055
28170
  'io.flow.stripe.v0.models.payment_method_options_card': function () { return ({
28056
28171
  network: factories.string(),
@@ -28067,7 +28182,15 @@ var factories = {
28067
28182
  }); },
28068
28183
  'io.flow.stripe.v0.models.payment_method_options_form': function () { return ({
28069
28184
  card: factories['io.flow.stripe.v0.models.payment_method_options_card_form'](),
28185
+ ideal: factories['io.flow.stripe.v0.models.payment_method_options_ideal_form'](),
28070
28186
  klarna: factories['io.flow.stripe.v0.models.payment_method_options_klarna_form'](),
28187
+ bancontact: factories['io.flow.stripe.v0.models.payment_method_options_bancontact_form'](),
28188
+ }); },
28189
+ 'io.flow.stripe.v0.models.payment_method_options_ideal': function () { return ({
28190
+ setup_future_usage: factories['io.flow.stripe.v0.enums.setup_future_usage'](),
28191
+ }); },
28192
+ 'io.flow.stripe.v0.models.payment_method_options_ideal_form': function () { return ({
28193
+ setup_future_usage: factories['io.flow.stripe.v0.enums.setup_future_usage'](),
28071
28194
  }); },
28072
28195
  'io.flow.stripe.v0.models.payment_method_options_klarna': function () { return ({
28073
28196
  capture_method: factories['io.flow.stripe.v0.enums.capture_method'](),
@@ -28261,6 +28384,22 @@ var factories = {
28261
28384
  three_ds_optimizations: factories.string(),
28262
28385
  directory_server_encryption: factories.object(),
28263
28386
  }); },
28387
+ 'io.flow.stripe.v0.models.stripe_dispute_event': function () { return ({
28388
+ id: factories.string(),
28389
+ api_version: factories.string(),
28390
+ data: factories['io.flow.stripe.v0.models.stripe_dispute_event_data'](),
28391
+ request: factories.object(),
28392
+ type: factories['io.flow.stripe.v0.enums.dispute_event_type'](),
28393
+ object: factories.string(),
28394
+ account: factories.string(),
28395
+ created: factories.long(),
28396
+ livemode: factories.boolean(),
28397
+ pending_webhooks: factories.integer(),
28398
+ }); },
28399
+ 'io.flow.stripe.v0.models.stripe_dispute_event_data': function () { return ({
28400
+ object: factories['io.flow.stripe.v0.models.dispute'](),
28401
+ previous_attributes: factories.object(),
28402
+ }); },
28264
28403
  'io.flow.stripe.v0.models.stripe_error': function () { return ({
28265
28404
  type: factories['io.flow.stripe.v0.enums.error_type'](),
28266
28405
  charge: factories.string(),
@@ -28353,21 +28492,27 @@ var factories = {
28353
28492
  'io.flow.stripe.v0.unions.payment_method_data': function () {
28354
28493
  var f = faker.helpers.arrayElement([
28355
28494
  function () { return factories['io.flow.stripe.v0.models.payment_method_data_card'](); },
28495
+ function () { return factories['io.flow.stripe.v0.models.payment_method_data_ideal'](); },
28356
28496
  function () { return factories['io.flow.stripe.v0.models.payment_method_data_klarna'](); },
28497
+ function () { return factories['io.flow.stripe.v0.models.payment_method_data_bancontact'](); },
28357
28498
  ]);
28358
28499
  return f();
28359
28500
  },
28360
28501
  'io.flow.stripe.v0.unions.payment_method_details': function () {
28361
28502
  var f = faker.helpers.arrayElement([
28362
28503
  function () { return factories['io.flow.stripe.v0.models.payment_method_details_card'](); },
28504
+ function () { return factories['io.flow.stripe.v0.models.payment_method_details_ideal'](); },
28363
28505
  function () { return factories['io.flow.stripe.v0.models.payment_method_details_klarna'](); },
28506
+ function () { return factories['io.flow.stripe.v0.models.payment_method_details_bancontact'](); },
28364
28507
  ]);
28365
28508
  return f();
28366
28509
  },
28367
28510
  'io.flow.stripe.v0.unions.payment_method_form': function () {
28368
28511
  var f = faker.helpers.arrayElement([
28369
28512
  function () { return factories['io.flow.stripe.v0.models.payment_method_form_card'](); },
28513
+ function () { return factories['io.flow.stripe.v0.models.payment_method_form_ideal'](); },
28370
28514
  function () { return factories['io.flow.stripe.v0.models.payment_method_form_klarna'](); },
28515
+ function () { return factories['io.flow.stripe.v0.models.payment_method_form_bancontact'](); },
28371
28516
  ]);
28372
28517
  return f();
28373
28518
  },
@@ -28795,8 +28940,6 @@ export var makeAuthorizedOrderCharge = function () { return factories['io.flow.i
28795
28940
  export var makeAuthorizedShippingCharge = function () { return factories['io.flow.internal.v0.models.authorized_shipping_charge'](); };
28796
28941
  export var makeAutoRestrictRule = function () { return factories['io.flow.internal.v0.enums.auto_restrict_rule'](); };
28797
28942
  export var makeAutoReviewCriteria = function () { return factories['io.flow.internal.v0.models.auto_review_criteria'](); };
28798
- export var makeBackfill = function () { return factories['io.flow.internal.v0.models.backfill'](); };
28799
- export var makeBackfillForm = function () { return factories['io.flow.internal.v0.models.backfill_form'](); };
28800
28943
  export var makeBankAccountReference = function () { return factories['io.flow.internal.v0.models.bank_account_reference'](); };
28801
28944
  export var makeBankPayment = function () { return factories['io.flow.internal.v0.models.bank_payment'](); };
28802
28945
  export var makeBankPaymentDeletedV2 = function () { return factories['io.flow.internal.v0.models.bank_payment_deleted_v2'](); };
@@ -29052,7 +29195,9 @@ export var makeClassificationProduct = function () { return factories['io.flow.i
29052
29195
  export var makeClassificationProductHarmonization = function () { return factories['io.flow.internal.v0.models.classification_product_harmonization'](); };
29053
29196
  export var makeClassificationProductId = function () { return factories['io.flow.internal.v0.models.classification_product_id'](); };
29054
29197
  export var makeClassificationProductRequest = function () { return factories['io.flow.internal.v0.models.classification_product_request'](); };
29198
+ export var makeClassificationProductRequestEnvelope = function () { return factories['io.flow.internal.v0.models.classification_product_request_envelope'](); };
29055
29199
  export var makeClassificationProductResult = function () { return factories['io.flow.internal.v0.models.classification_product_result'](); };
29200
+ export var makeClassificationProductResultEnvelope = function () { return factories['io.flow.internal.v0.models.classification_product_result_envelope'](); };
29056
29201
  export var makeClassificationProductSummary = function () { return factories['io.flow.internal.v0.models.classification_product_summary'](); };
29057
29202
  export var makeClassificationProductSummaryPage = function () { return factories['io.flow.internal.v0.models.classification_product_summary_page'](); };
29058
29203
  export var makeClassificationRequeueRequest = function () { return factories['io.flow.internal.v0.models.classification_requeue_request'](); };
@@ -29077,6 +29222,7 @@ export var makeCommercialInvoiceInternal = function () { return factories['io.fl
29077
29222
  export var makeCommercialInvoiceInternalDeleted = function () { return factories['io.flow.internal.v0.models.commercial_invoice_internal_deleted'](); };
29078
29223
  export var makeCommercialInvoiceInternalUpserted = function () { return factories['io.flow.internal.v0.models.commercial_invoice_internal_upserted'](); };
29079
29224
  export var makeCommercialInvoiceSummary = function () { return factories['io.flow.internal.v0.models.commercial_invoice_summary'](); };
29225
+ export var makeCompany = function () { return factories['io.flow.internal.v0.enums.company'](); };
29080
29226
  export var makeCompanyReference = function () { return factories['io.flow.internal.v0.models.company_reference'](); };
29081
29227
  export var makeCompliance = function () { return factories['io.flow.internal.v0.models.compliance'](); };
29082
29228
  export var makeComplianceData = function () { return factories['io.flow.internal.v0.unions.compliance_data'](); };
@@ -29111,6 +29257,7 @@ export var makeCryptoAccountModificationForm = function () { return factories['i
29111
29257
  export var makeCryptoAccountPutForm = function () { return factories['io.flow.internal.v0.models.crypto_account_put_form'](); };
29112
29258
  export var makeCryptoAuthentication = function () { return factories['io.flow.internal.v0.models.crypto_authentication'](); };
29113
29259
  export var makeCryptoAuthenticationForm = function () { return factories['io.flow.internal.v0.models.crypto_authentication_form'](); };
29260
+ export var makeCsvTransaction = function () { return factories['io.flow.internal.v0.models.csv_transaction'](); };
29114
29261
  export var makeCurrencyInternalRate = function () { return factories['io.flow.internal.v0.models.currency_internal_rate'](); };
29115
29262
  export var makeCustomerPurgeUpserted = function () { return factories['io.flow.internal.v0.models.customer_purge_upserted'](); };
29116
29263
  export var makeCustomerSecret = function () { return factories['io.flow.internal.v0.models.customer_secret'](); };
@@ -29124,10 +29271,6 @@ export var makeCustomsDetails = function () { return factories['io.flow.internal
29124
29271
  export var makeCustomsDetailsForm = function () { return factories['io.flow.internal.v0.models.customs_details_form'](); };
29125
29272
  export var makeCustomsProductAttributeLabel = function () { return factories['io.flow.internal.v0.models.customs_product_attribute_label'](); };
29126
29273
  export var makeCustomsProductLabels = function () { return factories['io.flow.internal.v0.models.customs_product_labels'](); };
29127
- export var makeDailyExperimentEngineResults = function () { return factories['io.flow.internal.v0.models.daily_experiment_engine_results'](); };
29128
- export var makeDailyExperimentResults = function () { return factories['io.flow.internal.v0.models.daily_experiment_results'](); };
29129
- export var makeDailyExperimentResultsDeleted = function () { return factories['io.flow.internal.v0.models.daily_experiment_results_deleted'](); };
29130
- export var makeDailyExperimentResultsUpserted = function () { return factories['io.flow.internal.v0.models.daily_experiment_results_upserted'](); };
29131
29274
  export var makeDailyValue = function () { return factories['io.flow.internal.v0.models.daily_value'](); };
29132
29275
  export var makeDailyValueDeleted = function () { return factories['io.flow.internal.v0.models.daily_value_deleted'](); };
29133
29276
  export var makeDailyValueUpserted = function () { return factories['io.flow.internal.v0.models.daily_value_upserted'](); };
@@ -29257,7 +29400,6 @@ export var makeExclusionRuleDeleted = function () { return factories['io.flow.in
29257
29400
  export var makeExclusionRuleExportRequest = function () { return factories['io.flow.internal.v0.models.exclusion_rule_export_request'](); };
29258
29401
  export var makeExclusionRuleUpserted = function () { return factories['io.flow.internal.v0.models.exclusion_rule_upserted'](); };
29259
29402
  export var makeExpectedOrderSummary = function () { return factories['io.flow.internal.v0.models.expected_order_summary'](); };
29260
- export var makeExperienceExperiment = function () { return factories['io.flow.internal.v0.models.experience_experiment'](); };
29261
29403
  export var makeExperienceExportRequest = function () { return factories['io.flow.internal.v0.models.experience_export_request'](); };
29262
29404
  export var makeExperienceImportRequest = function () { return factories['io.flow.internal.v0.models.experience_import_request'](); };
29263
29405
  export var makeExperienceImportType = function () { return factories['io.flow.internal.v0.enums.experience_import_type'](); };
@@ -29265,30 +29407,6 @@ export var makeExperienceOrderAction = function () { return factories['io.flow.i
29265
29407
  export var makeExperienceOrderActionRule = function () { return factories['io.flow.internal.v0.models.experience_order_action_rule'](); };
29266
29408
  export var makeExperienceOrderActionTrigger = function () { return factories['io.flow.internal.v0.enums.experience_order_action_trigger'](); };
29267
29409
  export var makeExperienceSessionReference = function () { return factories['io.flow.internal.v0.models.experience_session_reference'](); };
29268
- export var makeExperienceVariant = function () { return factories['io.flow.internal.v0.models.experience_variant'](); };
29269
- export var makeExperienceVariantForm = function () { return factories['io.flow.internal.v0.models.experience_variant_form'](); };
29270
- export var makeExperienceVariantSummary = function () { return factories['io.flow.internal.v0.models.experience_variant_summary'](); };
29271
- export var makeExperiment = function () { return factories['io.flow.internal.v0.unions.experiment'](); };
29272
- export var makeExperimentDeleted = function () { return factories['io.flow.internal.v0.models.experiment_deleted'](); };
29273
- export var makeExperimentDiscriminatorKey = function () { return factories['io.flow.internal.v0.enums.experiment_discriminator_key'](); };
29274
- export var makeExperimentEngineResults = function () { return factories['io.flow.internal.v0.models.experiment_engine_results'](); };
29275
- export var makeExperimentForm = function () { return factories['io.flow.internal.v0.models.experiment_form'](); };
29276
- export var makeExperimentFormDefault = function () { return factories['io.flow.internal.v0.models.experiment_form_default'](); };
29277
- export var makeExperimentFormDefaultDiscriminator = function () { return factories['io.flow.internal.v0.models.experiment_form_default_discriminator'](); };
29278
- export var makeExperimentFormDefaultDiscriminatorValue = function () { return factories['io.flow.internal.v0.models.experiment_form_default_discriminator_value'](); };
29279
- export var makeExperimentFormDefaultVariant = function () { return factories['io.flow.internal.v0.models.experiment_form_default_variant'](); };
29280
- export var makeExperimentMilestone = function () { return factories['io.flow.internal.v0.models.experiment_milestone'](); };
29281
- export var makeExperimentMilestoneDeleted = function () { return factories['io.flow.internal.v0.models.experiment_milestone_deleted'](); };
29282
- export var makeExperimentMilestoneForm = function () { return factories['io.flow.internal.v0.models.experiment_milestone_form'](); };
29283
- export var makeExperimentMilestoneUpserted = function () { return factories['io.flow.internal.v0.models.experiment_milestone_upserted'](); };
29284
- export var makeExperimentReference = function () { return factories['io.flow.internal.v0.models.experiment_reference'](); };
29285
- export var makeExperimentResults = function () { return factories['io.flow.internal.v0.models.experiment_results'](); };
29286
- export var makeExperimentResultsDeleted = function () { return factories['io.flow.internal.v0.models.experiment_results_deleted'](); };
29287
- export var makeExperimentResultsUpserted = function () { return factories['io.flow.internal.v0.models.experiment_results_upserted'](); };
29288
- export var makeExperimentResultsWithTimestamp = function () { return factories['io.flow.internal.v0.models.experiment_results_with_timestamp'](); };
29289
- export var makeExperimentSessionQueryForm = function () { return factories['io.flow.internal.v0.models.experiment_session_query_form'](); };
29290
- export var makeExperimentUpserted = function () { return factories['io.flow.internal.v0.models.experiment_upserted'](); };
29291
- export var makeExperimentVersion = function () { return factories['io.flow.internal.v0.models.experiment_version'](); };
29292
29410
  export var makeExplicitStatement = function () { return factories['io.flow.internal.v0.models.explicit_statement'](); };
29293
29411
  export var makeExplicitStatementForm = function () { return factories['io.flow.internal.v0.unions.explicit_statement_form'](); };
29294
29412
  export var makeExplicitStatementFormAllPendingPostedTransactions = function () { return factories['io.flow.internal.v0.models.explicit_statement_form_all_pending_posted_transactions'](); };
@@ -29311,7 +29429,6 @@ export var makeFeature = function () { return factories['io.flow.internal.v0.mod
29311
29429
  export var makeFeatureContextForm = function () { return factories['io.flow.internal.v0.models.feature_context_form'](); };
29312
29430
  export var makeFeatureDefaultValue = function () { return factories['io.flow.internal.v0.unions.feature_default_value'](); };
29313
29431
  export var makeFeatureDeleted = function () { return factories['io.flow.internal.v0.models.feature_deleted'](); };
29314
- export var makeFeatureExperiment = function () { return factories['io.flow.internal.v0.models.feature_experiment'](); };
29315
29432
  export var makeFeatureForm = function () { return factories['io.flow.internal.v0.models.feature_form'](); };
29316
29433
  export var makeFeatureGeoForm = function () { return factories['io.flow.internal.v0.models.feature_geo_form'](); };
29317
29434
  export var makeFeatureIdReference = function () { return factories['io.flow.internal.v0.models.feature_id_reference'](); };
@@ -29329,11 +29446,7 @@ export var makeFeatureType = function () { return factories['io.flow.internal.v0
29329
29446
  export var makeFeatureUpserted = function () { return factories['io.flow.internal.v0.models.feature_upserted'](); };
29330
29447
  export var makeFeatureValue = function () { return factories['io.flow.internal.v0.unions.feature_value'](); };
29331
29448
  export var makeFeatureValueForm = function () { return factories['io.flow.internal.v0.models.feature_value_form'](); };
29332
- export var makeFeatureValueReference = function () { return factories['io.flow.internal.v0.models.feature_value_reference'](); };
29333
29449
  export var makeFeatureValueResult = function () { return factories['io.flow.internal.v0.models.feature_value_result'](); };
29334
- export var makeFeatureVariant = function () { return factories['io.flow.internal.v0.models.feature_variant'](); };
29335
- export var makeFeatureVariantForm = function () { return factories['io.flow.internal.v0.models.feature_variant_form'](); };
29336
- export var makeFeatureVariantSummary = function () { return factories['io.flow.internal.v0.models.feature_variant_summary'](); };
29337
29450
  export var makeFedex = function () { return factories['io.flow.internal.v0.models.fedex'](); };
29338
29451
  export var makeFedexCrossborder = function () { return factories['io.flow.internal.v0.models.fedex_crossborder'](); };
29339
29452
  export var makeFee = function () { return factories['io.flow.internal.v0.models.fee'](); };
@@ -29368,9 +29481,12 @@ export var makeFlowLabProjectPutForm = function () { return factories['io.flow.i
29368
29481
  export var makeFlowLabelSetting = function () { return factories['io.flow.internal.v0.models.flow_label_setting'](); };
29369
29482
  export var makeFlowLabelSettingForm = function () { return factories['io.flow.internal.v0.models.flow_label_setting_form'](); };
29370
29483
  export var makeFlowShopValidationError = function () { return factories['io.flow.internal.v0.models.flow_shop_validation_error'](); };
29371
- export var makeForceTransitForm = function () { return factories['io.flow.internal.v0.models.force_transit_form'](); };
29372
29484
  export var makeFormat = function () { return factories['io.flow.internal.v0.enums.format'](); };
29485
+ export var makeFraudAuthorizationSummary = function () { return factories['io.flow.internal.v0.models.fraud_authorization_summary'](); };
29373
29486
  export var makeFraudPendingReview = function () { return factories['io.flow.internal.v0.models.fraud_pending_review'](); };
29487
+ export var makeFraudPendingReviewAuthorization = function () { return factories['io.flow.internal.v0.models.fraud_pending_review_authorization'](); };
29488
+ export var makeFraudPendingReviewAuthorizationDeleted = function () { return factories['io.flow.internal.v0.models.fraud_pending_review_authorization_deleted'](); };
29489
+ export var makeFraudPendingReviewAuthorizationUpserted = function () { return factories['io.flow.internal.v0.models.fraud_pending_review_authorization_upserted'](); };
29374
29490
  export var makeFraudPendingReviewDeleted = function () { return factories['io.flow.internal.v0.models.fraud_pending_review_deleted'](); };
29375
29491
  export var makeFraudPendingReviewDetail = function () { return factories['io.flow.internal.v0.models.fraud_pending_review_detail'](); };
29376
29492
  export var makeFraudPendingReviewUpserted = function () { return factories['io.flow.internal.v0.models.fraud_pending_review_upserted'](); };
@@ -29383,6 +29499,12 @@ export var makeFraudProviderConfigurationRiskified = function () { return factor
29383
29499
  export var makeFraudProviderConfigurationUpserted = function () { return factories['io.flow.internal.v0.models.fraud_provider_configuration_upserted'](); };
29384
29500
  export var makeFraudProviderStatus = function () { return factories['io.flow.internal.v0.enums.fraud_provider_status'](); };
29385
29501
  export var makeFraudReview = function () { return factories['io.flow.internal.v0.models.fraud_review'](); };
29502
+ export var makeFraudReviewAuthorization = function () { return factories['io.flow.internal.v0.models.fraud_review_authorization'](); };
29503
+ export var makeFraudReviewAuthorizationDecision = function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_decision'](); };
29504
+ export var makeFraudReviewAuthorizationDecisionDeleted = function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_decision_deleted'](); };
29505
+ export var makeFraudReviewAuthorizationDecisionUpserted = function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_decision_upserted'](); };
29506
+ export var makeFraudReviewAuthorizationDeleted = function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_deleted'](); };
29507
+ export var makeFraudReviewAuthorizationUpserted = function () { return factories['io.flow.internal.v0.models.fraud_review_authorization_upserted'](); };
29386
29508
  export var makeFraudReviewDecision = function () { return factories['io.flow.internal.v0.models.fraud_review_decision'](); };
29387
29509
  export var makeFraudReviewDecisionDeleted = function () { return factories['io.flow.internal.v0.models.fraud_review_decision_deleted'](); };
29388
29510
  export var makeFraudReviewDecisionForm = function () { return factories['io.flow.internal.v0.models.fraud_review_decision_form'](); };
@@ -29450,10 +29572,16 @@ export var makeGoogleLinker = function () { return factories['io.flow.internal.v
29450
29572
  export var makeGoogleShoppingAccountParameters = function () { return factories['io.flow.internal.v0.models.google_shopping_account_parameters'](); };
29451
29573
  export var makeGoogleShoppingSetting = function () { return factories['io.flow.internal.v0.models.google_shopping_setting'](); };
29452
29574
  export var makeGoogleTagManager = function () { return factories['io.flow.internal.v0.models.google_tag_manager'](); };
29575
+ export var makeHarinathItem = function () { return factories['io.flow.internal.v0.models.harinath_item'](); };
29576
+ export var makeHarinathItemDeleted = function () { return factories['io.flow.internal.v0.models.harinath_item_deleted'](); };
29577
+ export var makeHarinathItemForm = function () { return factories['io.flow.internal.v0.models.harinath_item_form'](); };
29578
+ export var makeHarinathItemType = function () { return factories['io.flow.internal.v0.enums.harinath_item_type'](); };
29579
+ export var makeHarinathItemUpserted = function () { return factories['io.flow.internal.v0.models.harinath_item_upserted'](); };
29453
29580
  export var makeHarmonizationClassificationStatisticsData = function () { return factories['io.flow.internal.v0.models.harmonization_classification_statistics_data'](); };
29454
29581
  export var makeHarmonizationClassificationStatisticsPublished = function () { return factories['io.flow.internal.v0.models.harmonization_classification_statistics_published'](); };
29455
29582
  export var makeHarmonizationCodesImport = function () { return factories['io.flow.internal.v0.models.harmonization_codes_import'](); };
29456
29583
  export var makeHarmonizationColumnSetting = function () { return factories['io.flow.internal.v0.models.harmonization_column_setting'](); };
29584
+ export var makeHarmonizationDecisionSource = function () { return factories['io.flow.internal.v0.enums.harmonization_decision_source'](); };
29457
29585
  export var makeHarmonizationItemClassification = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification'](); };
29458
29586
  export var makeHarmonizationItemClassificationDeleted = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_deleted'](); };
29459
29587
  export var makeHarmonizationItemClassificationUpserted = function () { return factories['io.flow.internal.v0.models.harmonization_item_classification_upserted'](); };
@@ -29557,6 +29685,11 @@ export var makeKeyReference = function () { return factories['io.flow.internal.v
29557
29685
  export var makeKeywordType = function () { return factories['io.flow.internal.v0.enums.keyword_type'](); };
29558
29686
  export var makeKlarnaAuthorizationParameters = function () { return factories['io.flow.internal.v0.models.klarna_authorization_parameters'](); };
29559
29687
  export var makeKlarnaPaymentMethodCategory = function () { return factories['io.flow.internal.v0.models.klarna_payment_method_category'](); };
29688
+ export var makeKonstantinItem = function () { return factories['io.flow.internal.v0.models.konstantin_item'](); };
29689
+ export var makeKonstantinItemDeleted = function () { return factories['io.flow.internal.v0.models.konstantin_item_deleted'](); };
29690
+ export var makeKonstantinItemForm = function () { return factories['io.flow.internal.v0.models.konstantin_item_form'](); };
29691
+ export var makeKonstantinItemType = function () { return factories['io.flow.internal.v0.enums.konstantin_item_type'](); };
29692
+ export var makeKonstantinItemUpserted = function () { return factories['io.flow.internal.v0.models.konstantin_item_upserted'](); };
29560
29693
  export var makeLabProjectSettings = function () { return factories['io.flow.internal.v0.models.lab_project_settings'](); };
29561
29694
  export var makeLabProjectSettingsForm = function () { return factories['io.flow.internal.v0.models.lab_project_settings_form'](); };
29562
29695
  export var makeLabProjectSettingsFormAcceptance = function () { return factories['io.flow.internal.v0.models.lab_project_settings_form_acceptance'](); };
@@ -29633,6 +29766,9 @@ export var makeLocation = function () { return factories['io.flow.internal.v0.mo
29633
29766
  export var makeLogisticsCapabilities = function () { return factories['io.flow.internal.v0.models.logistics_capabilities'](); };
29634
29767
  export var makeLogisticsCapabilitiesForm = function () { return factories['io.flow.internal.v0.models.logistics_capabilities_form'](); };
29635
29768
  export var makeLogisticsCapability = function () { return factories['io.flow.internal.v0.enums.logistics_capability'](); };
29769
+ export var makeLogisticsPayoutRequest = function () { return factories['io.flow.internal.v0.models.logistics_payout_request'](); };
29770
+ export var makeLogisticsPayoutRequestForm = function () { return factories['io.flow.internal.v0.models.logistics_payout_request_form'](); };
29771
+ export var makeLogisticsPayoutResolutionMethod = function () { return factories['io.flow.internal.v0.enums.logistics_payout_resolution_method'](); };
29636
29772
  export var makeLogo = function () { return factories['io.flow.internal.v0.models.logo'](); };
29637
29773
  export var makeLostChargeback = function () { return factories['io.flow.internal.v0.models.lost_chargeback'](); };
29638
29774
  export var makeLoyaltyProgram = function () { return factories['io.flow.internal.v0.models.loyalty_program'](); };
@@ -29732,6 +29868,16 @@ export var makeMerchantUpserted = function () { return factories['io.flow.intern
29732
29868
  export var makeMessageStamp = function () { return factories['io.flow.internal.v0.models.message_stamp'](); };
29733
29869
  export var makeMetadataProposition = function () { return factories['io.flow.internal.v0.models.metadata_proposition'](); };
29734
29870
  export var makeMetadataRatecard = function () { return factories['io.flow.internal.v0.models.metadata_ratecard'](); };
29871
+ export var makeMichaelyanItem = function () { return factories['io.flow.internal.v0.models.michaelyan_item'](); };
29872
+ export var makeMichaelyanItemDeleted = function () { return factories['io.flow.internal.v0.models.michaelyan_item_deleted'](); };
29873
+ export var makeMichaelyanItemForm = function () { return factories['io.flow.internal.v0.models.michaelyan_item_form'](); };
29874
+ export var makeMichaelyanItemType = function () { return factories['io.flow.internal.v0.enums.michaelyan_item_type'](); };
29875
+ export var makeMichaelyanItemUpserted = function () { return factories['io.flow.internal.v0.models.michaelyan_item_upserted'](); };
29876
+ export var makeMiljenkoItem = function () { return factories['io.flow.internal.v0.models.miljenko_item'](); };
29877
+ export var makeMiljenkoItemDeleted = function () { return factories['io.flow.internal.v0.models.miljenko_item_deleted'](); };
29878
+ export var makeMiljenkoItemForm = function () { return factories['io.flow.internal.v0.models.miljenko_item_form'](); };
29879
+ export var makeMiljenkoItemType = function () { return factories['io.flow.internal.v0.enums.miljenko_item_type'](); };
29880
+ export var makeMiljenkoItemUpserted = function () { return factories['io.flow.internal.v0.models.miljenko_item_upserted'](); };
29735
29881
  export var makeMixedBagWeight = function () { return factories['io.flow.internal.v0.enums.mixed_bag_weight'](); };
29736
29882
  export var makeNatureOfSale = function () { return factories['io.flow.internal.v0.enums.nature_of_sale'](); };
29737
29883
  export var makeNextBillingStatement = function () { return factories['io.flow.internal.v0.models.next_billing_statement'](); };
@@ -29806,6 +29952,9 @@ export var makeOrderServiceChangeCsvForm = function () { return factories['io.fl
29806
29952
  export var makeOrderShipped = function () { return factories['io.flow.internal.v0.models.order_shipped'](); };
29807
29953
  export var makeOrderSubmissionForm = function () { return factories['io.flow.internal.v0.models.order_submission_form'](); };
29808
29954
  export var makeOrderSummary = function () { return factories['io.flow.internal.v0.models.order_summary'](); };
29955
+ export var makeOrderTaxAndDutyInclusivitySetting = function () { return factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting'](); };
29956
+ export var makeOrderTaxAndDutyInclusivitySettingDeleted = function () { return factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_deleted'](); };
29957
+ export var makeOrderTaxAndDutyInclusivitySettingUpserted = function () { return factories['io.flow.internal.v0.models.order_tax_and_duty_inclusivity_setting_upserted'](); };
29809
29958
  export var makeOrderTransaction = function () { return factories['io.flow.internal.v0.models.order_transaction'](); };
29810
29959
  export var makeOrderTransactionDeleted = function () { return factories['io.flow.internal.v0.models.order_transaction_deleted'](); };
29811
29960
  export var makeOrderTransactionType = function () { return factories['io.flow.internal.v0.enums.order_transaction_type'](); };
@@ -29845,6 +29994,9 @@ export var makeOrganizationDebugTransaction = function () { return factories['io
29845
29994
  export var makeOrganizationInvitationAcceptForm = function () { return factories['io.flow.internal.v0.models.organization_invitation_accept_form'](); };
29846
29995
  export var makeOrganizationMembershipCopy = function () { return factories['io.flow.internal.v0.models.organization_membership_copy'](); };
29847
29996
  export var makeOrganizationMembershipCopyForm = function () { return factories['io.flow.internal.v0.models.organization_membership_copy_form'](); };
29997
+ export var makeOrganizationMetadata = function () { return factories['io.flow.internal.v0.models.organization_metadata'](); };
29998
+ export var makeOrganizationMetadataDeleted = function () { return factories['io.flow.internal.v0.models.organization_metadata_deleted'](); };
29999
+ export var makeOrganizationMetadataUpserted = function () { return factories['io.flow.internal.v0.models.organization_metadata_upserted'](); };
29848
30000
  export var makeOrganizationMetricType = function () { return factories['io.flow.internal.v0.enums.organization_metric_type'](); };
29849
30001
  export var makeOrganizationOnboardingStateAdjustmentResult = function () { return factories['io.flow.internal.v0.models.organization_onboarding_state_adjustment_result'](); };
29850
30002
  export var makeOrganizationOnboardingStateAuditResult = function () { return factories['io.flow.internal.v0.models.organization_onboarding_state_audit_result'](); };
@@ -29874,6 +30026,26 @@ export var makeOrganizationStatusChange = function () { return factories['io.flo
29874
30026
  export var makeOrganizationStatusChangeDeleted = function () { return factories['io.flow.internal.v0.models.organization_status_change_deleted'](); };
29875
30027
  export var makeOrganizationStatusChangeUpserted = function () { return factories['io.flow.internal.v0.models.organization_status_change_upserted'](); };
29876
30028
  export var makeOrganizationsAuditCheckReport = function () { return factories['io.flow.internal.v0.models.organizations_audit_check_report'](); };
30029
+ export var makeOtherRecord = function () { return factories['io.flow.internal.v0.models.other_record'](); };
30030
+ export var makeOtherRecordAccount = function () { return factories['io.flow.internal.v0.models.other_record_account'](); };
30031
+ export var makeOtherRecordAccountSourceSummary = function () { return factories['io.flow.internal.v0.models.other_record_account_source_summary'](); };
30032
+ export var makeOtherRecordDeleted = function () { return factories['io.flow.internal.v0.models.other_record_deleted'](); };
30033
+ export var makeOtherRecordDiscount = function () { return factories['io.flow.internal.v0.models.other_record_discount'](); };
30034
+ export var makeOtherRecordFees = function () { return factories['io.flow.internal.v0.models.other_record_fees'](); };
30035
+ export var makeOtherRecordIdentifiers = function () { return factories['io.flow.internal.v0.models.other_record_identifiers'](); };
30036
+ export var makeOtherRecordMerchantReference = function () { return factories['io.flow.internal.v0.models.other_record_merchant_reference'](); };
30037
+ export var makeOtherRecordMetadata = function () { return factories['io.flow.internal.v0.models.other_record_metadata'](); };
30038
+ export var makeOtherRecordMetadataCarrierCharge = function () { return factories['io.flow.internal.v0.models.other_record_metadata_carrier_charge'](); };
30039
+ export var makeOtherRecordMetadataChannel = function () { return factories['io.flow.internal.v0.models.other_record_metadata_channel'](); };
30040
+ export var makeOtherRecordMetadataFailedPayout = function () { return factories['io.flow.internal.v0.models.other_record_metadata_failed_payout'](); };
30041
+ export var makeOtherRecordMetadataManual = function () { return factories['io.flow.internal.v0.models.other_record_metadata_manual'](); };
30042
+ export var makeOtherRecordMetadataShippingLabel = function () { return factories['io.flow.internal.v0.models.other_record_metadata_shipping_label'](); };
30043
+ export var makeOtherRecordMetadataShippingLabelRevenueShare = function () { return factories['io.flow.internal.v0.models.other_record_metadata_shipping_label_revenue_share'](); };
30044
+ export var makeOtherRecordMetadataTrueup = function () { return factories['io.flow.internal.v0.models.other_record_metadata_trueup'](); };
30045
+ export var makeOtherRecordOrderSummary = function () { return factories['io.flow.internal.v0.models.other_record_order_summary'](); };
30046
+ export var makeOtherRecordOrderSummaryIdentifiers = function () { return factories['io.flow.internal.v0.models.other_record_order_summary_identifiers'](); };
30047
+ export var makeOtherRecordUpserted = function () { return factories['io.flow.internal.v0.models.other_record_upserted'](); };
30048
+ export var makeOtherRecordWithholdings = function () { return factories['io.flow.internal.v0.models.other_record_withholdings'](); };
29877
30049
  export var makeOutputStyle = function () { return factories['io.flow.internal.v0.enums.output_style'](); };
29878
30050
  export var makeOwner = function () { return factories['io.flow.internal.v0.enums.owner'](); };
29879
30051
  export var makePartner = function () { return factories['io.flow.internal.v0.models.partner'](); };
@@ -29903,6 +30075,7 @@ export var makePaymentProcessorAccountUpserted = function () { return factories[
29903
30075
  export var makePaymentProcessorMerchantDeleted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_deleted'](); };
29904
30076
  export var makePaymentProcessorMerchantUpserted = function () { return factories['io.flow.internal.v0.models.payment_processor_merchant_upserted'](); };
29905
30077
  export var makePaymentRedirect = function () { return factories['io.flow.internal.v0.unions.payment_redirect'](); };
30078
+ export var makePaymentSummary = function () { return factories['io.flow.internal.v0.models.payment_summary'](); };
29906
30079
  export var makePaymentSummaryDetails = function () { return factories['io.flow.internal.v0.unions.payment_summary_details'](); };
29907
30080
  export var makePaymentSummaryStatus = function () { return factories['io.flow.internal.v0.enums.payment_summary_status'](); };
29908
30081
  export var makePaymentSummaryType = function () { return factories['io.flow.internal.v0.enums.payment_summary_type'](); };
@@ -30104,8 +30277,6 @@ export var makeReportingMonetaryValue = function () { return factories['io.flow.
30104
30277
  export var makeReportingOrderSummary = function () { return factories['io.flow.internal.v0.models.reporting_order_summary'](); };
30105
30278
  export var makeReportingOrganizationSummary = function () { return factories['io.flow.internal.v0.models.reporting_organization_summary'](); };
30106
30279
  export var makeReportingPayment = function () { return factories['io.flow.internal.v0.models.reporting_payment'](); };
30107
- export var makeReportingPaymentMetadata = function () { return factories['io.flow.internal.v0.models.reporting_payment_metadata'](); };
30108
- export var makeReportingPaymentMetadataAdditionalAuthorizations = function () { return factories['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'](); };
30109
30280
  export var makeReportingProvince = function () { return factories['io.flow.internal.v0.models.reporting_province'](); };
30110
30281
  export var makeReportingReconciliation = function () { return factories['io.flow.internal.v0.models.reporting_reconciliation'](); };
30111
30282
  export var makeReportingRefundReference = function () { return factories['io.flow.internal.v0.models.reporting_refund_reference'](); };
@@ -30117,6 +30288,7 @@ export var makeReportingVatRemittance = function () { return factories['io.flow.
30117
30288
  export var makeReportingVatRemittanceRate = function () { return factories['io.flow.internal.v0.models.reporting_vat_remittance_rate'](); };
30118
30289
  export var makeReportingVendor = function () { return factories['io.flow.internal.v0.models.reporting_vendor'](); };
30119
30290
  export var makeRequeueRequestForm = function () { return factories['io.flow.internal.v0.models.requeue_request_form'](); };
30291
+ export var makeRescreenRestrictionsProducts = function () { return factories['io.flow.internal.v0.models.rescreen_restrictions_products'](); };
30120
30292
  export var makeResponsibleParty = function () { return factories['io.flow.internal.v0.enums.responsible_party'](); };
30121
30293
  export var makeRestrictionAction = function () { return factories['io.flow.internal.v0.enums.restriction_action'](); };
30122
30294
  export var makeRestrictionCategory = function () { return factories['io.flow.internal.v0.models.restriction_category'](); };
@@ -30177,7 +30349,6 @@ export var makeSalesRecordUpserted = function () { return factories['io.flow.int
30177
30349
  export var makeSandboxSetup = function () { return factories['io.flow.internal.v0.models.sandbox_setup'](); };
30178
30350
  export var makeSandboxSetupForm = function () { return factories['io.flow.internal.v0.models.sandbox_setup_form'](); };
30179
30351
  export var makeScheduledPayment = function () { return factories['io.flow.internal.v0.models.scheduled_payment'](); };
30180
- export var makeScope = function () { return factories['io.flow.internal.v0.enums.scope'](); };
30181
30352
  export var makeScreen = function () { return factories['io.flow.internal.v0.models.screen'](); };
30182
30353
  export var makeScreenForm = function () { return factories['io.flow.internal.v0.models.screen_form'](); };
30183
30354
  export var makeScreeningStatusChange = function () { return factories['io.flow.internal.v0.models.screening_status_change'](); };
@@ -30323,7 +30494,6 @@ export var makeShrutiDemoItemDeleted = function () { return factories['io.flow.i
30323
30494
  export var makeShrutiDemoItemForm = function () { return factories['io.flow.internal.v0.models.shruti_demo_item_form'](); };
30324
30495
  export var makeShrutiDemoItemUpserted = function () { return factories['io.flow.internal.v0.models.shruti_demo_item_upserted'](); };
30325
30496
  export var makeShrutiDemoType = function () { return factories['io.flow.internal.v0.enums.shruti_demo_type'](); };
30326
- export var makeSignificanceAction = function () { return factories['io.flow.internal.v0.enums.significance_action'](); };
30327
30497
  export var makeSimpleAccountReference = function () { return factories['io.flow.internal.v0.models.simple_account_reference'](); };
30328
30498
  export var makeSimpleRoundingStrategy = function () { return factories['io.flow.internal.v0.enums.simple_rounding_strategy'](); };
30329
30499
  export var makeSimplifiedClassificationTaxonomy = function () { return factories['io.flow.internal.v0.unions.simplified_classification_taxonomy'](); };
@@ -30353,7 +30523,6 @@ export var makeStatementCreationMetadata = function () { return factories['io.fl
30353
30523
  export var makeStatementStatus = function () { return factories['io.flow.internal.v0.enums.statement_status'](); };
30354
30524
  export var makeStatementTransferTransactionLocation = function () { return factories['io.flow.internal.v0.enums.statement_transfer_transaction_location'](); };
30355
30525
  export var makeStatisticType = function () { return factories['io.flow.internal.v0.enums.statistic_type'](); };
30356
- export var makeStatus = function () { return factories['io.flow.internal.v0.enums.status'](); };
30357
30526
  export var makeStoreConnection = function () { return factories['io.flow.internal.v0.models.store_connection'](); };
30358
30527
  export var makeStoreConnectionForm = function () { return factories['io.flow.internal.v0.models.store_connection_form'](); };
30359
30528
  export var makeStringFeatureDefaultValue = function () { return factories['io.flow.internal.v0.models.string_feature_default_value'](); };
@@ -30416,6 +30585,7 @@ export var makeTaskProcessQueuedEvent = function () { return factories['io.flow.
30416
30585
  export var makeTaskProcessorKey = function () { return factories['io.flow.internal.v0.enums.task_processor_key'](); };
30417
30586
  export var makeTaskSummarizeCode = function () { return factories['io.flow.internal.v0.models.task_summarize_code'](); };
30418
30587
  export var makeTaxAmount = function () { return factories['io.flow.internal.v0.unions.tax_amount'](); };
30588
+ export var makeTaxAndDutyInclusivitySetting = function () { return factories['io.flow.internal.v0.enums.tax_and_duty_inclusivity_setting'](); };
30419
30589
  export var makeTaxCalculation = function () { return factories['io.flow.internal.v0.models.tax_calculation'](); };
30420
30590
  export var makeTaxCalculationError = function () { return factories['io.flow.internal.v0.models.tax_calculation_error'](); };
30421
30591
  export var makeTaxCalculationErrorCode = function () { return factories['io.flow.internal.v0.enums.tax_calculation_error_code'](); };
@@ -30435,6 +30605,9 @@ export var makeTaxonomyNode = function () { return factories['io.flow.internal.v
30435
30605
  export var makeTechOnboardingDescription = function () { return factories['io.flow.internal.v0.models.tech_onboarding_description'](); };
30436
30606
  export var makeTest = function () { return factories['io.flow.internal.v0.models.test'](); };
30437
30607
  export var makeTestForm = function () { return factories['io.flow.internal.v0.models.test_form'](); };
30608
+ export var makeThiagoItem = function () { return factories['io.flow.internal.v0.models.thiago_item'](); };
30609
+ export var makeThiagoItemForm = function () { return factories['io.flow.internal.v0.models.thiago_item_form'](); };
30610
+ export var makeThiagoItemType = function () { return factories['io.flow.internal.v0.enums.thiago_item_type'](); };
30438
30611
  export var makeThirdPartyLogisticsPartner = function () { return factories['io.flow.internal.v0.models.third_party_logistics_partner'](); };
30439
30612
  export var makeThirdPartyLogisticsPickUpTimeWindow = function () { return factories['io.flow.internal.v0.models.third_party_logistics_pick_up_time_window'](); };
30440
30613
  export var makeTieredFee = function () { return factories['io.flow.internal.v0.models.tiered_fee'](); };
@@ -30446,8 +30619,11 @@ export var makeTimeToClassifyAggregatedUpserted = function () { return factories
30446
30619
  export var makeTimeToClassifyDeleted = function () { return factories['io.flow.internal.v0.models.time_to_classify_deleted'](); };
30447
30620
  export var makeTimeToClassifyUpserted = function () { return factories['io.flow.internal.v0.models.time_to_classify_upserted'](); };
30448
30621
  export var makeTimeWithTimezone = function () { return factories['io.flow.internal.v0.models.time_with_timezone'](); };
30449
- export var makeTimeseriesType = function () { return factories['io.flow.internal.v0.enums.timeseries_type'](); };
30450
30622
  export var makeTracker = function () { return factories['io.flow.internal.v0.unions.tracker'](); };
30623
+ export var makeTrackingAssuranceAnalysis = function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis'](); };
30624
+ export var makeTrackingAssuranceAnalysisDeleted = function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_deleted'](); };
30625
+ export var makeTrackingAssuranceAnalysisUpserted = function () { return factories['io.flow.internal.v0.models.tracking_assurance_analysis_upserted'](); };
30626
+ export var makeTrackingDebugForceTransitForm = function () { return factories['io.flow.internal.v0.models.tracking_debug_force_transit_form'](); };
30451
30627
  export var makeTrackingDebugLabel = function () { return factories['io.flow.internal.v0.models.tracking_debug_label'](); };
30452
30628
  export var makeTrackingDebugLabelEvent = function () { return factories['io.flow.internal.v0.models.tracking_debug_label_event'](); };
30453
30629
  export var makeTrackingDebugLabelLocation = function () { return factories['io.flow.internal.v0.models.tracking_debug_label_location'](); };
@@ -30510,8 +30686,6 @@ export var makeUserUpsertedV2 = function () { return factories['io.flow.internal
30510
30686
  export var makeV1Checkout = function () { return factories['io.flow.internal.v0.models.v1_checkout'](); };
30511
30687
  export var makeValidationCharacterLength = function () { return factories['io.flow.internal.v0.models.validation_character_length'](); };
30512
30688
  export var makeValidationRule = function () { return factories['io.flow.internal.v0.unions.validation_rule'](); };
30513
- export var makeVariant = function () { return factories['io.flow.internal.v0.unions.variant'](); };
30514
- export var makeVariantForm = function () { return factories['io.flow.internal.v0.unions.variant_form'](); };
30515
30689
  export var makeViesResult = function () { return factories['io.flow.internal.v0.models.vies_result'](); };
30516
30690
  export var makeVirtualCardTransaction = function () { return factories['io.flow.internal.v0.models.virtual_card_transaction'](); };
30517
30691
  export var makeWasteElectricalAndElectronicEquipmentComplianceData = function () { return factories['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data'](); };