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/types.d.cts CHANGED
@@ -229,7 +229,6 @@ interface DeleteBusinessParams {
229
229
  id: string;
230
230
  }
231
231
  interface GetBusinessParams {
232
- id: string;
233
232
  }
234
233
  interface GetBusinessParentsParams {
235
234
  }
package/dist/types.d.ts CHANGED
@@ -229,7 +229,6 @@ interface DeleteBusinessParams {
229
229
  id: string;
230
230
  }
231
231
  interface GetBusinessParams {
232
- id: string;
233
232
  }
234
233
  interface GetBusinessParentsParams {
235
234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",