arky-sdk 0.3.65 → 0.3.67
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/index.cjs +2 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -12
- package/dist/index.d.ts +11 -12
- package/dist/index.js +2 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1191,13 +1191,7 @@ var createDatabaseApi = (apiConfig) => {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
}
|
|
1193
1193
|
);
|
|
1194
|
-
}
|
|
1195
|
-
};
|
|
1196
|
-
};
|
|
1197
|
-
|
|
1198
|
-
// src/api/scripts.ts
|
|
1199
|
-
var createScriptsApi = (apiConfig) => {
|
|
1200
|
-
return {
|
|
1194
|
+
},
|
|
1201
1195
|
async runScript(params, options) {
|
|
1202
1196
|
return apiConfig.httpClient.post(`/v1/operations/scripts`, params, options);
|
|
1203
1197
|
}
|
|
@@ -1559,7 +1553,7 @@ async function injectSvgIntoElement(mediaObject, targetElement, className) {
|
|
|
1559
1553
|
}
|
|
1560
1554
|
|
|
1561
1555
|
// src/index.ts
|
|
1562
|
-
var SDK_VERSION = "0.3.
|
|
1556
|
+
var SDK_VERSION = "0.3.66";
|
|
1563
1557
|
var SUPPORTED_FRAMEWORKS = [
|
|
1564
1558
|
"astro",
|
|
1565
1559
|
"react",
|
|
@@ -1596,7 +1590,6 @@ function createArkySDK(config) {
|
|
|
1596
1590
|
eshop: createEshopApi(apiConfig),
|
|
1597
1591
|
reservation: createReservationApi(apiConfig),
|
|
1598
1592
|
database: createDatabaseApi(apiConfig),
|
|
1599
|
-
scripts: createScriptsApi(apiConfig),
|
|
1600
1593
|
setBusinessId: (businessId) => {
|
|
1601
1594
|
apiConfig.businessId = businessId;
|
|
1602
1595
|
},
|