@connectedxm/admin 1.2.0 → 1.2.2

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.d.mts CHANGED
@@ -2568,6 +2568,7 @@ interface AccountAddressCreateInputs {
2568
2568
  zip: string;
2569
2569
  }
2570
2570
  interface AccountAddressUpdateInputs {
2571
+ primary?: boolean;
2571
2572
  name?: string;
2572
2573
  address1?: string;
2573
2574
  address2?: string;
package/dist/index.d.ts CHANGED
@@ -2568,6 +2568,7 @@ interface AccountAddressCreateInputs {
2568
2568
  zip: string;
2569
2569
  }
2570
2570
  interface AccountAddressUpdateInputs {
2571
+ primary?: boolean;
2571
2572
  name?: string;
2572
2573
  address1?: string;
2573
2574
  address2?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {