@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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
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
|
-
|
|
960
|
-
|
|
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
|
-
|
|
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
|
-
|
|
960
|
-
|
|
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
|
-
|
|
1626
|
+
btnText?: string;
|
|
1627
1627
|
icon?: string;
|
|
1628
1628
|
color: string;
|
|
1629
1629
|
textColor: string;
|