arky-sdk 0.3.46 → 0.3.47

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
@@ -333,7 +333,6 @@ interface SubscribeToCollectionParams {
333
333
  collectionId?: string;
334
334
  email?: string;
335
335
  planId?: string;
336
- market?: string;
337
336
  token?: string;
338
337
  }
339
338
  interface CreateProductParams {
package/dist/types.d.ts CHANGED
@@ -333,7 +333,6 @@ interface SubscribeToCollectionParams {
333
333
  collectionId?: string;
334
334
  email?: string;
335
335
  planId?: string;
336
- market?: string;
337
336
  token?: string;
338
337
  }
339
338
  interface CreateProductParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.46",
3
+ "version": "0.3.47",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",