@connectedxm/client 0.5.37 → 0.5.38

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
@@ -1623,7 +1623,7 @@ interface OrganizationAction {
1623
1623
  }
1624
1624
  interface OrganizationOAuth {
1625
1625
  name: string;
1626
- text?: string;
1626
+ btnText?: string;
1627
1627
  icon?: string;
1628
1628
  color: string;
1629
1629
  textColor: string;
package/dist/index.d.ts CHANGED
@@ -1623,7 +1623,7 @@ interface OrganizationAction {
1623
1623
  }
1624
1624
  interface OrganizationOAuth {
1625
1625
  name: string;
1626
- text?: string;
1626
+ btnText?: string;
1627
1627
  icon?: string;
1628
1628
  color: string;
1629
1629
  textColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.5.37",
3
+ "version": "0.5.38",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {