@wevion/cli 1.0.3038 → 1.0.3040
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/openapi.json +18 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -188580,6 +188580,14 @@
|
|
|
188580
188580
|
"shopify"
|
|
188581
188581
|
],
|
|
188582
188582
|
"description": "Returns store connection status, latest sync metadata, attribution count, and warning count for the team.",
|
|
188583
|
+
"security": [
|
|
188584
|
+
{
|
|
188585
|
+
"bearerAuth": []
|
|
188586
|
+
},
|
|
188587
|
+
{
|
|
188588
|
+
"apiKeyAuth": []
|
|
188589
|
+
}
|
|
188590
|
+
],
|
|
188583
188591
|
"responses": {
|
|
188584
188592
|
"200": {
|
|
188585
188593
|
"description": "Successful response",
|
|
@@ -188696,6 +188704,16 @@
|
|
|
188696
188704
|
}
|
|
188697
188705
|
}
|
|
188698
188706
|
}
|
|
188707
|
+
},
|
|
188708
|
+
"401": {
|
|
188709
|
+
"description": "Unauthorized - missing or invalid bearer token",
|
|
188710
|
+
"content": {
|
|
188711
|
+
"application/json": {
|
|
188712
|
+
"schema": {
|
|
188713
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
188714
|
+
}
|
|
188715
|
+
}
|
|
188716
|
+
}
|
|
188699
188717
|
}
|
|
188700
188718
|
}
|
|
188701
188719
|
}
|