@connectedxm/client 0.5.37 → 0.5.39

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
@@ -956,9 +956,9 @@ interface Content extends BaseContent {
956
956
  push: boolean;
957
957
  createdAt: string;
958
958
  updatedAt: string;
959
- _count: {
960
- likes: number;
961
- };
959
+ likes: {
960
+ createdAt: string;
961
+ }[];
962
962
  }
963
963
  declare const isTypeContent: (content: BaseContent | Content) => content is Content;
964
964
  declare enum ContentGuestType {
@@ -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
@@ -956,9 +956,9 @@ interface Content extends BaseContent {
956
956
  push: boolean;
957
957
  createdAt: string;
958
958
  updatedAt: string;
959
- _count: {
960
- likes: number;
961
- };
959
+ likes: {
960
+ createdAt: string;
961
+ }[];
962
962
  }
963
963
  declare const isTypeContent: (content: BaseContent | Content) => content is Content;
964
964
  declare enum ContentGuestType {
@@ -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.39",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {