@connectedxm/client 1.3.3 → 1.3.4

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.
@@ -1,4 +1,10 @@
1
1
  {
2
- "editor.formatOnSave": true,
3
- "editor.defaultFormatter": "esbenp.prettier-vscode"
4
- }
2
+ "editor.formatOnSave": true,
3
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
4
+ "workbench.colorCustomizations": {
5
+ "titleBar.activeBackground": "#FD4F40",
6
+ "titleBar.inactiveBackground": "#FD4F40",
7
+ "titleBar.activeForeground": "#FFF",
8
+ "titleBar.inactiveForeground": "#FFF"
9
+ }
10
+ }
package/dist/index.d.mts CHANGED
@@ -147,6 +147,7 @@ interface BaseAccount {
147
147
  }[];
148
148
  }
149
149
  interface Account extends BaseAccount {
150
+ banner: BaseImage | null;
150
151
  bio: string | null;
151
152
  website: string | null;
152
153
  facebook: string | null;
package/dist/index.d.ts CHANGED
@@ -147,6 +147,7 @@ interface BaseAccount {
147
147
  }[];
148
148
  }
149
149
  interface Account extends BaseAccount {
150
+ banner: BaseImage | null;
150
151
  bio: string | null;
151
152
  website: string | null;
152
153
  facebook: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {