@inkeep/cxkit-types 0.0.0-dev-20250429201331 → 0.0.0-dev-20250502200738
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.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1651,7 +1651,7 @@ export declare interface UserMessageSubmittedEvent {
|
|
|
1651
1651
|
};
|
|
1652
1652
|
}
|
|
1653
1653
|
|
|
1654
|
-
export declare
|
|
1654
|
+
export declare type UserProperties = {
|
|
1655
1655
|
/**
|
|
1656
1656
|
* The user ID.
|
|
1657
1657
|
*/
|
|
@@ -1668,7 +1668,7 @@ export declare interface UserProperties {
|
|
|
1668
1668
|
* The user cohorts.
|
|
1669
1669
|
*/
|
|
1670
1670
|
cohorts?: string[];
|
|
1671
|
-
}
|
|
1671
|
+
} & Record<string, unknown>;
|
|
1672
1672
|
|
|
1673
1673
|
export declare interface UserProvidedColorScheme {
|
|
1674
1674
|
textBold?: string;
|