@flowio/api-internal-constants 4.18.53 → 4.18.54

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.
@@ -120,6 +120,8 @@ export declare enum BillingMetricKey {
120
120
  TAX_TRANSACTIONS_TOTAL = "tax_transactions_total",
121
121
  TRANSFER_TRANSACTIONS_COUNT = "transfer_transactions_count",
122
122
  TRANSFER_TRANSACTIONS_TOTAL = "transfer_transactions_total",
123
+ TRUEUP_TRANSACTIONS_COUNT = "trueup_transactions_count",
124
+ TRUEUP_TRANSACTIONS_TOTAL = "trueup_transactions_total",
123
125
  FULFILLMENTS_COUNT = "fulfillments_count",
124
126
  FULFILLED_VIA_REPLACEMENT_ORDER_COUNT = "fulfilled_via_replacement_order_count",
125
127
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_2_WEEKS = "percentage_orders_with_fulfillment_proof_2_weeks",
@@ -130,6 +132,8 @@ export declare enum BillingMetricKey {
130
132
  SHIPPING_NOTIFICATIONS_COUNT = "shipping_notifications_count",
131
133
  QUEUED_CAPTURE_UNPROCESSED_COUNT = "queued_capture_unprocessed_count",
132
134
  QUEUED_REFUND_UNPROCESSED_COUNT = "queued_refund_unprocessed_count",
135
+ QUEUED_LABEL_INVOICE_REQUEST_UNPROCESSED_COUNT = "queued_label_invoice_request_unprocessed_count",
136
+ QUEUED_OTHER_UNPROCESSED_COUNT = "queued_other_unprocessed_count",
133
137
  QUEUED_RECORD_SNOOZE_COUNT = "queued_record_snooze_count",
134
138
  QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT = "queued_record_snooze_ending_in_48_hours_count",
135
139
  STATEMENTS_NO_PAYOUT_COUNT = "statements_no_payout_count",
@@ -159,6 +163,8 @@ export declare enum BillingStatementAttachmentKey {
159
163
  LABEL = "label",
160
164
  ORDER_SERVICE = "order_service",
161
165
  TAX = "tax",
166
+ DUTY = "duty",
167
+ TRUEUP = "trueup",
162
168
  ALL = "all"
163
169
  }
164
170
  export declare enum BillingStatementBatchFileKey {
@@ -881,6 +887,8 @@ export declare enum EventType {
881
887
  TRANSACTION_STATEMENT_DELETED = "transaction_statement_deleted",
882
888
  DAILY_VALUE_UPSERTED = "daily_value_upserted",
883
889
  DAILY_VALUE_DELETED = "daily_value_deleted",
890
+ SALES_RECORD_UPSERTED = "sales_record_upserted",
891
+ SALES_RECORD_DELETED = "sales_record_deleted",
884
892
  LABEL_INVOICE_REQUEST_UPSERTED = "label_invoice_request_upserted",
885
893
  LABEL_INVOICE_REQUEST_DELETED = "label_invoice_request_deleted",
886
894
  CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED = "calculator_organization_settings_upserted",
@@ -975,6 +983,8 @@ export declare enum EventType {
975
983
  PLATFORM_FEE_CHANGE_DELETED = "platform_fee_change_deleted",
976
984
  ORGANIZATION_BANK_ACCOUNT_UPSERTED = "organization_bank_account_upserted",
977
985
  ORGANIZATION_BANK_ACCOUNT_DELETED = "organization_bank_account_deleted",
986
+ BILLING_CSV_TRANSACTION_UPSERTED = "billing_csv_transaction_upserted",
987
+ BILLING_CSV_TRANSACTION_DELETED = "billing_csv_transaction_deleted",
978
988
  FRAUD_REVIEW_UPSERTED = "fraud_review_upserted",
979
989
  FRAUD_REVIEW_DELETED = "fraud_review_deleted",
980
990
  FRAUD_PENDING_REVIEW_UPSERTED = "fraud_pending_review_upserted",
@@ -1085,6 +1095,8 @@ export declare enum EventType {
1085
1095
  PAYPAL_REFUND_DELETED = "paypal_refund_deleted",
1086
1096
  PAYPAL_REFUND_UPSERTED = "paypal_refund_upserted",
1087
1097
  PRICING_INDICATOR = "pricing_indicator",
1098
+ PRODUCT_RESTRICTION_RULE_DECISION_UPSERTED = "product_restriction_rule_decision_upserted",
1099
+ PRODUCT_RESTRICTION_RULE_DECISION_DELETED = "product_restriction_rule_decision_deleted",
1088
1100
  ORDER_RATES_PUBLISHED_V_3 = "order_rates_published_v3",
1089
1101
  RATECARD_DIMENSION_ESTIMATE_UPSERTED = "ratecard_dimension_estimate_upserted",
1090
1102
  RATECARD_DIMENSION_ESTIMATE_DELETED = "ratecard_dimension_estimate_deleted",
@@ -1792,12 +1804,13 @@ export declare enum ShopifyMarketsHtsNumberAvailable {
1792
1804
  I_DONT_KNOW = "i_dont_know"
1793
1805
  }
1794
1806
  export declare enum ShopifyMarketsQueuedRecordType {
1795
- ORDER_UPDATE = "order_update",
1796
1807
  CARD_PAYMENT = "card_payment",
1797
- ONLINE_PAYMENT = "online_payment",
1798
- FLOW_SHOP = "flow_shop",
1799
1808
  CATALOG_PUBLICATION_SYNC = "catalog_publication_sync",
1800
- PRODUCT_RESTRICTION_RESULT = "product_restriction_result"
1809
+ FLOW_SHOP = "flow_shop",
1810
+ ONLINE_PAYMENT = "online_payment",
1811
+ ORDER_UPDATE = "order_update",
1812
+ PRODUCT_RESTRICTION_RESULT = "product_restriction_result",
1813
+ PRODUCT_SYNC = "product_sync"
1801
1814
  }
1802
1815
  export declare enum ShopifyMarketsTradeSector {
1803
1816
  APPAREL_AND_ACCESSORIES = "apparel_and_accessories",
@@ -139,6 +139,8 @@ var BillingMetricKey;
139
139
  BillingMetricKey["TAX_TRANSACTIONS_TOTAL"] = "tax_transactions_total";
140
140
  BillingMetricKey["TRANSFER_TRANSACTIONS_COUNT"] = "transfer_transactions_count";
141
141
  BillingMetricKey["TRANSFER_TRANSACTIONS_TOTAL"] = "transfer_transactions_total";
142
+ BillingMetricKey["TRUEUP_TRANSACTIONS_COUNT"] = "trueup_transactions_count";
143
+ BillingMetricKey["TRUEUP_TRANSACTIONS_TOTAL"] = "trueup_transactions_total";
142
144
  BillingMetricKey["FULFILLMENTS_COUNT"] = "fulfillments_count";
143
145
  BillingMetricKey["FULFILLED_VIA_REPLACEMENT_ORDER_COUNT"] = "fulfilled_via_replacement_order_count";
144
146
  BillingMetricKey["PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_2_WEEKS"] = "percentage_orders_with_fulfillment_proof_2_weeks";
@@ -149,6 +151,8 @@ var BillingMetricKey;
149
151
  BillingMetricKey["SHIPPING_NOTIFICATIONS_COUNT"] = "shipping_notifications_count";
150
152
  BillingMetricKey["QUEUED_CAPTURE_UNPROCESSED_COUNT"] = "queued_capture_unprocessed_count";
151
153
  BillingMetricKey["QUEUED_REFUND_UNPROCESSED_COUNT"] = "queued_refund_unprocessed_count";
154
+ BillingMetricKey["QUEUED_LABEL_INVOICE_REQUEST_UNPROCESSED_COUNT"] = "queued_label_invoice_request_unprocessed_count";
155
+ BillingMetricKey["QUEUED_OTHER_UNPROCESSED_COUNT"] = "queued_other_unprocessed_count";
152
156
  BillingMetricKey["QUEUED_RECORD_SNOOZE_COUNT"] = "queued_record_snooze_count";
153
157
  BillingMetricKey["QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT"] = "queued_record_snooze_ending_in_48_hours_count";
154
158
  BillingMetricKey["STATEMENTS_NO_PAYOUT_COUNT"] = "statements_no_payout_count";
@@ -179,6 +183,8 @@ var BillingStatementAttachmentKey;
179
183
  BillingStatementAttachmentKey["LABEL"] = "label";
180
184
  BillingStatementAttachmentKey["ORDER_SERVICE"] = "order_service";
181
185
  BillingStatementAttachmentKey["TAX"] = "tax";
186
+ BillingStatementAttachmentKey["DUTY"] = "duty";
187
+ BillingStatementAttachmentKey["TRUEUP"] = "trueup";
182
188
  BillingStatementAttachmentKey["ALL"] = "all";
183
189
  })(BillingStatementAttachmentKey = exports.BillingStatementAttachmentKey || (exports.BillingStatementAttachmentKey = {}));
184
190
  var BillingStatementBatchFileKey;
@@ -1022,6 +1028,8 @@ var EventType;
1022
1028
  EventType["TRANSACTION_STATEMENT_DELETED"] = "transaction_statement_deleted";
1023
1029
  EventType["DAILY_VALUE_UPSERTED"] = "daily_value_upserted";
1024
1030
  EventType["DAILY_VALUE_DELETED"] = "daily_value_deleted";
1031
+ EventType["SALES_RECORD_UPSERTED"] = "sales_record_upserted";
1032
+ EventType["SALES_RECORD_DELETED"] = "sales_record_deleted";
1025
1033
  EventType["LABEL_INVOICE_REQUEST_UPSERTED"] = "label_invoice_request_upserted";
1026
1034
  EventType["LABEL_INVOICE_REQUEST_DELETED"] = "label_invoice_request_deleted";
1027
1035
  EventType["CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED"] = "calculator_organization_settings_upserted";
@@ -1116,6 +1124,8 @@ var EventType;
1116
1124
  EventType["PLATFORM_FEE_CHANGE_DELETED"] = "platform_fee_change_deleted";
1117
1125
  EventType["ORGANIZATION_BANK_ACCOUNT_UPSERTED"] = "organization_bank_account_upserted";
1118
1126
  EventType["ORGANIZATION_BANK_ACCOUNT_DELETED"] = "organization_bank_account_deleted";
1127
+ EventType["BILLING_CSV_TRANSACTION_UPSERTED"] = "billing_csv_transaction_upserted";
1128
+ EventType["BILLING_CSV_TRANSACTION_DELETED"] = "billing_csv_transaction_deleted";
1119
1129
  EventType["FRAUD_REVIEW_UPSERTED"] = "fraud_review_upserted";
1120
1130
  EventType["FRAUD_REVIEW_DELETED"] = "fraud_review_deleted";
1121
1131
  EventType["FRAUD_PENDING_REVIEW_UPSERTED"] = "fraud_pending_review_upserted";
@@ -1226,6 +1236,8 @@ var EventType;
1226
1236
  EventType["PAYPAL_REFUND_DELETED"] = "paypal_refund_deleted";
1227
1237
  EventType["PAYPAL_REFUND_UPSERTED"] = "paypal_refund_upserted";
1228
1238
  EventType["PRICING_INDICATOR"] = "pricing_indicator";
1239
+ EventType["PRODUCT_RESTRICTION_RULE_DECISION_UPSERTED"] = "product_restriction_rule_decision_upserted";
1240
+ EventType["PRODUCT_RESTRICTION_RULE_DECISION_DELETED"] = "product_restriction_rule_decision_deleted";
1229
1241
  EventType["ORDER_RATES_PUBLISHED_V_3"] = "order_rates_published_v3";
1230
1242
  EventType["RATECARD_DIMENSION_ESTIMATE_UPSERTED"] = "ratecard_dimension_estimate_upserted";
1231
1243
  EventType["RATECARD_DIMENSION_ESTIMATE_DELETED"] = "ratecard_dimension_estimate_deleted";
@@ -2045,12 +2057,13 @@ var ShopifyMarketsHtsNumberAvailable;
2045
2057
  })(ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsHtsNumberAvailable || (exports.ShopifyMarketsHtsNumberAvailable = {}));
2046
2058
  var ShopifyMarketsQueuedRecordType;
2047
2059
  (function (ShopifyMarketsQueuedRecordType) {
2048
- ShopifyMarketsQueuedRecordType["ORDER_UPDATE"] = "order_update";
2049
2060
  ShopifyMarketsQueuedRecordType["CARD_PAYMENT"] = "card_payment";
2050
- ShopifyMarketsQueuedRecordType["ONLINE_PAYMENT"] = "online_payment";
2051
- ShopifyMarketsQueuedRecordType["FLOW_SHOP"] = "flow_shop";
2052
2061
  ShopifyMarketsQueuedRecordType["CATALOG_PUBLICATION_SYNC"] = "catalog_publication_sync";
2062
+ ShopifyMarketsQueuedRecordType["FLOW_SHOP"] = "flow_shop";
2063
+ ShopifyMarketsQueuedRecordType["ONLINE_PAYMENT"] = "online_payment";
2064
+ ShopifyMarketsQueuedRecordType["ORDER_UPDATE"] = "order_update";
2053
2065
  ShopifyMarketsQueuedRecordType["PRODUCT_RESTRICTION_RESULT"] = "product_restriction_result";
2066
+ ShopifyMarketsQueuedRecordType["PRODUCT_SYNC"] = "product_sync";
2054
2067
  })(ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsQueuedRecordType || (exports.ShopifyMarketsQueuedRecordType = {}));
2055
2068
  var ShopifyMarketsTradeSector;
2056
2069
  (function (ShopifyMarketsTradeSector) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.53",
3
+ "version": "4.18.54",
4
4
  "description": "Definitions for enumerations found in internal Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -24,5 +24,5 @@
24
24
  "generate": "apibuilder update",
25
25
  "postgenerate": "npm run format"
26
26
  },
27
- "gitHead": "2eaa54ec47aea1e42dad859077feb3852172583c"
27
+ "gitHead": "bae206460687524c23b75d19a96a544fb102eb2d"
28
28
  }
@@ -130,6 +130,8 @@ export enum BillingMetricKey {
130
130
  TAX_TRANSACTIONS_TOTAL = 'tax_transactions_total',
131
131
  TRANSFER_TRANSACTIONS_COUNT = 'transfer_transactions_count',
132
132
  TRANSFER_TRANSACTIONS_TOTAL = 'transfer_transactions_total',
133
+ TRUEUP_TRANSACTIONS_COUNT = 'trueup_transactions_count',
134
+ TRUEUP_TRANSACTIONS_TOTAL = 'trueup_transactions_total',
133
135
  FULFILLMENTS_COUNT = 'fulfillments_count',
134
136
  FULFILLED_VIA_REPLACEMENT_ORDER_COUNT = 'fulfilled_via_replacement_order_count',
135
137
  PERCENTAGE_ORDERS_WITH_FULFILLMENT_PROOF_2_WEEKS = 'percentage_orders_with_fulfillment_proof_2_weeks',
@@ -140,6 +142,8 @@ export enum BillingMetricKey {
140
142
  SHIPPING_NOTIFICATIONS_COUNT = 'shipping_notifications_count',
141
143
  QUEUED_CAPTURE_UNPROCESSED_COUNT = 'queued_capture_unprocessed_count',
142
144
  QUEUED_REFUND_UNPROCESSED_COUNT = 'queued_refund_unprocessed_count',
145
+ QUEUED_LABEL_INVOICE_REQUEST_UNPROCESSED_COUNT = 'queued_label_invoice_request_unprocessed_count',
146
+ QUEUED_OTHER_UNPROCESSED_COUNT = 'queued_other_unprocessed_count',
143
147
  QUEUED_RECORD_SNOOZE_COUNT = 'queued_record_snooze_count',
144
148
  QUEUED_RECORD_SNOOZE_ENDING_IN_48_HOURS_COUNT = 'queued_record_snooze_ending_in_48_hours_count',
145
149
  STATEMENTS_NO_PAYOUT_COUNT = 'statements_no_payout_count',
@@ -170,6 +174,8 @@ export enum BillingStatementAttachmentKey {
170
174
  LABEL = 'label',
171
175
  ORDER_SERVICE = 'order_service',
172
176
  TAX = 'tax',
177
+ DUTY = 'duty',
178
+ TRUEUP = 'trueup',
173
179
  ALL = 'all',
174
180
  }
175
181
 
@@ -1013,6 +1019,8 @@ export enum EventType {
1013
1019
  TRANSACTION_STATEMENT_DELETED = 'transaction_statement_deleted',
1014
1020
  DAILY_VALUE_UPSERTED = 'daily_value_upserted',
1015
1021
  DAILY_VALUE_DELETED = 'daily_value_deleted',
1022
+ SALES_RECORD_UPSERTED = 'sales_record_upserted',
1023
+ SALES_RECORD_DELETED = 'sales_record_deleted',
1016
1024
  LABEL_INVOICE_REQUEST_UPSERTED = 'label_invoice_request_upserted',
1017
1025
  LABEL_INVOICE_REQUEST_DELETED = 'label_invoice_request_deleted',
1018
1026
  CALCULATOR_ORGANIZATION_SETTINGS_UPSERTED = 'calculator_organization_settings_upserted',
@@ -1107,6 +1115,8 @@ export enum EventType {
1107
1115
  PLATFORM_FEE_CHANGE_DELETED = 'platform_fee_change_deleted',
1108
1116
  ORGANIZATION_BANK_ACCOUNT_UPSERTED = 'organization_bank_account_upserted',
1109
1117
  ORGANIZATION_BANK_ACCOUNT_DELETED = 'organization_bank_account_deleted',
1118
+ BILLING_CSV_TRANSACTION_UPSERTED = 'billing_csv_transaction_upserted',
1119
+ BILLING_CSV_TRANSACTION_DELETED = 'billing_csv_transaction_deleted',
1110
1120
  FRAUD_REVIEW_UPSERTED = 'fraud_review_upserted',
1111
1121
  FRAUD_REVIEW_DELETED = 'fraud_review_deleted',
1112
1122
  FRAUD_PENDING_REVIEW_UPSERTED = 'fraud_pending_review_upserted',
@@ -1217,6 +1227,8 @@ export enum EventType {
1217
1227
  PAYPAL_REFUND_DELETED = 'paypal_refund_deleted',
1218
1228
  PAYPAL_REFUND_UPSERTED = 'paypal_refund_upserted',
1219
1229
  PRICING_INDICATOR = 'pricing_indicator',
1230
+ PRODUCT_RESTRICTION_RULE_DECISION_UPSERTED = 'product_restriction_rule_decision_upserted',
1231
+ PRODUCT_RESTRICTION_RULE_DECISION_DELETED = 'product_restriction_rule_decision_deleted',
1220
1232
  ORDER_RATES_PUBLISHED_V_3 = 'order_rates_published_v3',
1221
1233
  RATECARD_DIMENSION_ESTIMATE_UPSERTED = 'ratecard_dimension_estimate_upserted',
1222
1234
  RATECARD_DIMENSION_ESTIMATE_DELETED = 'ratecard_dimension_estimate_deleted',
@@ -2036,12 +2048,13 @@ export enum ShopifyMarketsHtsNumberAvailable {
2036
2048
  }
2037
2049
 
2038
2050
  export enum ShopifyMarketsQueuedRecordType {
2039
- ORDER_UPDATE = 'order_update',
2040
2051
  CARD_PAYMENT = 'card_payment',
2041
- ONLINE_PAYMENT = 'online_payment',
2042
- FLOW_SHOP = 'flow_shop',
2043
2052
  CATALOG_PUBLICATION_SYNC = 'catalog_publication_sync',
2053
+ FLOW_SHOP = 'flow_shop',
2054
+ ONLINE_PAYMENT = 'online_payment',
2055
+ ORDER_UPDATE = 'order_update',
2044
2056
  PRODUCT_RESTRICTION_RESULT = 'product_restriction_result',
2057
+ PRODUCT_SYNC = 'product_sync',
2045
2058
  }
2046
2059
 
2047
2060
  export enum ShopifyMarketsTradeSector {