@epilot/app-client 0.10.2 → 0.10.3
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/dist/openapi.d.ts +2 -2
- package/dist/openapi.json +2 -4
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1019,7 +1019,7 @@ declare namespace Components {
|
|
|
1019
1019
|
* Identifier of the hook. Should not change between updates.
|
|
1020
1020
|
*/
|
|
1021
1021
|
id: string; // ^[a-zA-Z0-9_-]+$
|
|
1022
|
-
name
|
|
1022
|
+
name?: TranslatedString;
|
|
1023
1023
|
type: "products";
|
|
1024
1024
|
auth?: ExternalProductCatalogAuthBlock;
|
|
1025
1025
|
call: {
|
|
@@ -1060,7 +1060,7 @@ declare namespace Components {
|
|
|
1060
1060
|
* Identifier of the hook. Should not change between updates.
|
|
1061
1061
|
*/
|
|
1062
1062
|
id: string; // ^[a-zA-Z0-9_-]+$
|
|
1063
|
-
name
|
|
1063
|
+
name?: TranslatedString;
|
|
1064
1064
|
type: "products-recommendation";
|
|
1065
1065
|
auth?: ExternalProductCatalogAuthBlock;
|
|
1066
1066
|
call: {
|
package/dist/openapi.json
CHANGED
|
@@ -2236,8 +2236,7 @@
|
|
|
2236
2236
|
"required": [
|
|
2237
2237
|
"type",
|
|
2238
2238
|
"call",
|
|
2239
|
-
"id"
|
|
2240
|
-
"name"
|
|
2239
|
+
"id"
|
|
2241
2240
|
],
|
|
2242
2241
|
"additionalProperties": false
|
|
2243
2242
|
},
|
|
@@ -2308,8 +2307,7 @@
|
|
|
2308
2307
|
"required": [
|
|
2309
2308
|
"type",
|
|
2310
2309
|
"call",
|
|
2311
|
-
"id"
|
|
2312
|
-
"name"
|
|
2310
|
+
"id"
|
|
2313
2311
|
],
|
|
2314
2312
|
"additionalProperties": false
|
|
2315
2313
|
},
|