arky-sdk 0.3.16 → 0.3.17
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +0 -1
- package/dist/types.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -249,7 +249,7 @@ var createBusinessApi = (apiConfig) => {
|
|
|
249
249
|
return apiConfig.httpClient.delete(`/v1/businesses/${params.id}`, options);
|
|
250
250
|
},
|
|
251
251
|
async getBusiness(params, options) {
|
|
252
|
-
return apiConfig.httpClient.get(`/v1/businesses/${
|
|
252
|
+
return apiConfig.httpClient.get(`/v1/businesses/${apiConfig.businessId}`, options);
|
|
253
253
|
},
|
|
254
254
|
async getBusinesses(params, options) {
|
|
255
255
|
return apiConfig.httpClient.get(`/v1/businesses`, options);
|
|
@@ -1512,7 +1512,7 @@ async function injectSvgIntoElement(mediaObject, targetElement, className) {
|
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
1514
|
// src/index.ts
|
|
1515
|
-
var SDK_VERSION = "0.3.
|
|
1515
|
+
var SDK_VERSION = "0.3.17";
|
|
1516
1516
|
var SUPPORTED_FRAMEWORKS = [
|
|
1517
1517
|
"astro",
|
|
1518
1518
|
"react",
|