arky-sdk 0.7.72 → 0.7.74

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
@@ -2409,7 +2409,6 @@ interface Customer {
2409
2409
  verificationCodes: CustomerVerificationCode[];
2410
2410
  addresses: Address[];
2411
2411
  audienceSubscriptions: any[];
2412
- reactions: any[];
2413
2412
  createdAt: number;
2414
2413
  updatedAt: number;
2415
2414
  }
package/dist/types.d.ts CHANGED
@@ -2409,7 +2409,6 @@ interface Customer {
2409
2409
  verificationCodes: CustomerVerificationCode[];
2410
2410
  addresses: Address[];
2411
2411
  audienceSubscriptions: any[];
2412
- reactions: any[];
2413
2412
  createdAt: number;
2414
2413
  updatedAt: number;
2415
2414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arky-sdk",
3
- "version": "0.7.72",
3
+ "version": "0.7.74",
4
4
  "description": "Official TypeScript SDK for Arky - All-in-one business platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",