@connectedxm/admin 6.28.3 → 6.29.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
@@ -1657,6 +1657,7 @@ interface Organization extends BaseOrganization {
1657
1657
  maxVideoMins: number | null;
1658
1658
  locales: string[];
1659
1659
  inviteOnly: boolean;
1660
+ autoTranslate: boolean;
1660
1661
  googleTagManagerId: string | null;
1661
1662
  options: object | null;
1662
1663
  }
@@ -6000,6 +6001,7 @@ interface OrganizationUpdateInputs {
6000
6001
  locale?: string | null;
6001
6002
  locales?: string[] | null;
6002
6003
  inviteOnly?: boolean;
6004
+ autoTranslate?: boolean;
6003
6005
  googleTagManagerId?: string | null;
6004
6006
  options?: object | null;
6005
6007
  }
package/dist/index.d.ts CHANGED
@@ -1657,6 +1657,7 @@ interface Organization extends BaseOrganization {
1657
1657
  maxVideoMins: number | null;
1658
1658
  locales: string[];
1659
1659
  inviteOnly: boolean;
1660
+ autoTranslate: boolean;
1660
1661
  googleTagManagerId: string | null;
1661
1662
  options: object | null;
1662
1663
  }
@@ -6000,6 +6001,7 @@ interface OrganizationUpdateInputs {
6000
6001
  locale?: string | null;
6001
6002
  locales?: string[] | null;
6002
6003
  inviteOnly?: boolean;
6004
+ autoTranslate?: boolean;
6003
6005
  googleTagManagerId?: string | null;
6004
6006
  options?: object | null;
6005
6007
  }
package/openapi.json CHANGED
@@ -99190,6 +99190,9 @@
99190
99190
  "inviteOnly": {
99191
99191
  "type": "boolean"
99192
99192
  },
99193
+ "autoTranslate": {
99194
+ "type": "boolean"
99195
+ },
99193
99196
  "googleTagManagerId": {
99194
99197
  "type": "string",
99195
99198
  "nullable": true
@@ -99259,6 +99262,7 @@
99259
99262
  "maxVideoMins",
99260
99263
  "locales",
99261
99264
  "inviteOnly",
99265
+ "autoTranslate",
99262
99266
  "googleTagManagerId",
99263
99267
  "options"
99264
99268
  ]
@@ -117559,6 +117563,9 @@
117559
117563
  "inviteOnly": {
117560
117564
  "type": "boolean"
117561
117565
  },
117566
+ "autoTranslate": {
117567
+ "type": "boolean"
117568
+ },
117562
117569
  "googleTagManagerId": {
117563
117570
  "type": "string",
117564
117571
  "nullable": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.28.3",
3
+ "version": "6.29.0",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",