@redotech/redo-api-schema 2.2.149 → 2.2.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/openapi.d.ts +2 -2
- package/lib/openapi.yaml +1 -1
- package/package.json +1 -1
package/lib/openapi.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ export interface paths {
|
|
|
160
160
|
* Receive storefront events
|
|
161
161
|
* @description Processes events from storefronts using Shopify pixel event schema
|
|
162
162
|
*/
|
|
163
|
-
post: operations["
|
|
163
|
+
post: operations["Storefront Event"];
|
|
164
164
|
};
|
|
165
165
|
"/stores/{storeId}/webhooks": {
|
|
166
166
|
/**
|
|
@@ -1664,7 +1664,7 @@ export interface operations {
|
|
|
1664
1664
|
* Receive storefront events
|
|
1665
1665
|
* @description Processes events from storefronts using Shopify pixel event schema
|
|
1666
1666
|
*/
|
|
1667
|
-
|
|
1667
|
+
"Storefront Event": {
|
|
1668
1668
|
parameters: {
|
|
1669
1669
|
path: {
|
|
1670
1670
|
storeId: components["parameters"]["store-id.param"];
|
package/lib/openapi.yaml
CHANGED
|
@@ -1857,7 +1857,7 @@ paths:
|
|
|
1857
1857
|
/stores/{storeId}/storefront/events:
|
|
1858
1858
|
post:
|
|
1859
1859
|
description: Processes events from storefronts using Shopify pixel event schema
|
|
1860
|
-
operationId:
|
|
1860
|
+
operationId: Storefront Event
|
|
1861
1861
|
parameters:
|
|
1862
1862
|
- $ref: '#/components/parameters/store-id.param'
|
|
1863
1863
|
requestBody:
|
package/package.json
CHANGED