arky-sdk 0.7.28 → 0.7.30
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 +0 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1112,9 +1112,6 @@ var createLocationApi = (apiConfig) => {
|
|
|
1112
1112
|
options
|
|
1113
1113
|
);
|
|
1114
1114
|
},
|
|
1115
|
-
// Business location CRUD. Locations are now first-class entities (their own
|
|
1116
|
-
// table) and are no longer embedded in BusinessConfigs. Reads and writes go
|
|
1117
|
-
// through these endpoints.
|
|
1118
1115
|
async list(options) {
|
|
1119
1116
|
return apiConfig.httpClient.get(
|
|
1120
1117
|
`/v1/businesses/${apiConfig.businessId}/locations`,
|