@flowio/api-internal-constants 4.18.47 → 4.18.48

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.
@@ -1070,6 +1070,8 @@ export declare enum EventType {
1070
1070
  SHOPIFY_MARKETS_SHOP_DELETED = "shopify_markets_shop_deleted",
1071
1071
  SHOPIFY_MARKETS_WEBHOOK_REGISTRATION_UPSERTED = "shopify_markets_webhook_registration_upserted",
1072
1072
  SHOPIFY_MARKETS_WEBHOOK_REGISTRATION_DELETED = "shopify_markets_webhook_registration_deleted",
1073
+ SHOPIFY_MARKETS_SHOP_STATISTICS_UPSERTED = "shopify_markets_shop_statistics_upserted",
1074
+ SHOPIFY_MARKETS_SHOP_STATISTICS_DELETED = "shopify_markets_shop_statistics_deleted",
1073
1075
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = "shopify_monitoring_order_monitor_event_upserted",
1074
1076
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = "shopify_monitoring_order_monitor_event_deleted",
1075
1077
  SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = "shopify_order_fulfillments_snapshot_upserted",
@@ -1208,6 +1208,8 @@ var EventType;
1208
1208
  EventType["SHOPIFY_MARKETS_SHOP_DELETED"] = "shopify_markets_shop_deleted";
1209
1209
  EventType["SHOPIFY_MARKETS_WEBHOOK_REGISTRATION_UPSERTED"] = "shopify_markets_webhook_registration_upserted";
1210
1210
  EventType["SHOPIFY_MARKETS_WEBHOOK_REGISTRATION_DELETED"] = "shopify_markets_webhook_registration_deleted";
1211
+ EventType["SHOPIFY_MARKETS_SHOP_STATISTICS_UPSERTED"] = "shopify_markets_shop_statistics_upserted";
1212
+ EventType["SHOPIFY_MARKETS_SHOP_STATISTICS_DELETED"] = "shopify_markets_shop_statistics_deleted";
1211
1213
  EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED"] = "shopify_monitoring_order_monitor_event_upserted";
1212
1214
  EventType["SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED"] = "shopify_monitoring_order_monitor_event_deleted";
1213
1215
  EventType["SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED"] = "shopify_order_fulfillments_snapshot_upserted";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.47",
3
+ "version": "4.18.48",
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": "da7211cba1d8423ba244292d986d596a1a431354"
27
+ "gitHead": "7f6565913d82602abcf6cfcf8280e9220d20cb30"
28
28
  }
@@ -1199,6 +1199,8 @@ export enum EventType {
1199
1199
  SHOPIFY_MARKETS_SHOP_DELETED = 'shopify_markets_shop_deleted',
1200
1200
  SHOPIFY_MARKETS_WEBHOOK_REGISTRATION_UPSERTED = 'shopify_markets_webhook_registration_upserted',
1201
1201
  SHOPIFY_MARKETS_WEBHOOK_REGISTRATION_DELETED = 'shopify_markets_webhook_registration_deleted',
1202
+ SHOPIFY_MARKETS_SHOP_STATISTICS_UPSERTED = 'shopify_markets_shop_statistics_upserted',
1203
+ SHOPIFY_MARKETS_SHOP_STATISTICS_DELETED = 'shopify_markets_shop_statistics_deleted',
1202
1204
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_UPSERTED = 'shopify_monitoring_order_monitor_event_upserted',
1203
1205
  SHOPIFY_MONITORING_ORDER_MONITOR_EVENT_DELETED = 'shopify_monitoring_order_monitor_event_deleted',
1204
1206
  SHOPIFY_ORDER_FULFILLMENTS_SNAPSHOT_UPSERTED = 'shopify_order_fulfillments_snapshot_upserted',