arky-sdk 0.7.29 → 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 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`,