@connectedxm/admin 7.0.6 → 7.0.7

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
@@ -3497,7 +3497,6 @@ interface ThreadMessageRead {
3497
3497
  interface BaseThreadMessage {
3498
3498
  id: string;
3499
3499
  body: string;
3500
- accountId: string;
3501
3500
  threadAccount: ThreadAccount;
3502
3501
  createdAt: string;
3503
3502
  editedAt: string | null;
package/dist/index.d.ts CHANGED
@@ -3497,7 +3497,6 @@ interface ThreadMessageRead {
3497
3497
  interface BaseThreadMessage {
3498
3498
  id: string;
3499
3499
  body: string;
3500
- accountId: string;
3501
3500
  threadAccount: ThreadAccount;
3502
3501
  createdAt: string;
3503
3502
  editedAt: string | null;
package/openapi.json CHANGED
@@ -106554,9 +106554,6 @@
106554
106554
  "body": {
106555
106555
  "type": "string"
106556
106556
  },
106557
- "accountId": {
106558
- "type": "string"
106559
- },
106560
106557
  "threadAccount": {
106561
106558
  "$ref": "#/components/schemas/ThreadAccount"
106562
106559
  },
@@ -106578,7 +106575,6 @@
106578
106575
  "required": [
106579
106576
  "id",
106580
106577
  "body",
106581
- "accountId",
106582
106578
  "threadAccount",
106583
106579
  "createdAt",
106584
106580
  "editedAt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "7.0.6",
3
+ "version": "7.0.7",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",