arky-sdk 0.3.110 → 0.3.112

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
@@ -542,6 +542,7 @@ interface GetRoleParams {
542
542
  }
543
543
  interface GetRolesParams {
544
544
  action: string;
545
+ ids?: string[];
545
546
  }
546
547
  interface Discount {
547
548
  type: "ITEMS_PERCENTAGE" | "ITEMS_FIXED" | "SHIPPING_PERCENTAGE";
package/dist/types.d.ts CHANGED
@@ -542,6 +542,7 @@ interface GetRoleParams {
542
542
  }
543
543
  interface GetRolesParams {
544
544
  action: string;
545
+ ids?: string[];
545
546
  }
546
547
  interface Discount {
547
548
  type: "ITEMS_PERCENTAGE" | "ITEMS_FIXED" | "SHIPPING_PERCENTAGE";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.3.110",
3
+ "version": "0.3.112",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",