@connectedxm/admin 7.0.11 → 7.1.0

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.cts CHANGED
@@ -1615,6 +1615,7 @@ interface Organization extends BaseOrganization {
1615
1615
  email: string | null;
1616
1616
  description: string | null;
1617
1617
  phone: string | null;
1618
+ privacyPolicyLink: string | null;
1618
1619
  address1: string | null;
1619
1620
  address2: string | null;
1620
1621
  city: string | null;
@@ -5958,6 +5959,7 @@ interface OrganizationUpdateInputs {
5958
5959
  phone?: string | null;
5959
5960
  timezone?: string | null;
5960
5961
  website?: string | null;
5962
+ privacyPolicyLink?: string | null;
5961
5963
  address1?: string | null;
5962
5964
  address2?: string | null;
5963
5965
  city?: string | null;
package/dist/index.d.ts CHANGED
@@ -1615,6 +1615,7 @@ interface Organization extends BaseOrganization {
1615
1615
  email: string | null;
1616
1616
  description: string | null;
1617
1617
  phone: string | null;
1618
+ privacyPolicyLink: string | null;
1618
1619
  address1: string | null;
1619
1620
  address2: string | null;
1620
1621
  city: string | null;
@@ -5958,6 +5959,7 @@ interface OrganizationUpdateInputs {
5958
5959
  phone?: string | null;
5959
5960
  timezone?: string | null;
5960
5961
  website?: string | null;
5962
+ privacyPolicyLink?: string | null;
5961
5963
  address1?: string | null;
5962
5964
  address2?: string | null;
5963
5965
  city?: string | null;
package/openapi.json CHANGED
@@ -98967,6 +98967,10 @@
98967
98967
  "type": "string",
98968
98968
  "nullable": true
98969
98969
  },
98970
+ "privacyPolicyLink": {
98971
+ "type": "string",
98972
+ "nullable": true
98973
+ },
98970
98974
  "address1": {
98971
98975
  "type": "string",
98972
98976
  "nullable": true
@@ -99232,6 +99236,7 @@
99232
99236
  "email",
99233
99237
  "description",
99234
99238
  "phone",
99239
+ "privacyPolicyLink",
99235
99240
  "address1",
99236
99241
  "address2",
99237
99242
  "city",
@@ -117400,6 +117405,10 @@
117400
117405
  "type": "string",
117401
117406
  "nullable": true
117402
117407
  },
117408
+ "privacyPolicyLink": {
117409
+ "type": "string",
117410
+ "nullable": true
117411
+ },
117403
117412
  "address1": {
117404
117413
  "type": "string",
117405
117414
  "nullable": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "7.0.11",
3
+ "version": "7.1.0",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",