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.cjs
CHANGED
|
@@ -1114,9 +1114,6 @@ var createLocationApi = (apiConfig) => {
|
|
|
1114
1114
|
options
|
|
1115
1115
|
);
|
|
1116
1116
|
},
|
|
1117
|
-
// Business location CRUD. Locations are now first-class entities (their own
|
|
1118
|
-
// table) and are no longer embedded in BusinessConfigs. Reads and writes go
|
|
1119
|
-
// through these endpoints.
|
|
1120
1117
|
async list(options) {
|
|
1121
1118
|
return apiConfig.httpClient.get(
|
|
1122
1119
|
`/v1/businesses/${apiConfig.businessId}/locations`,
|