@creator.co/creatorco-kysely-types 1.0.44 → 1.0.45
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/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -747,6 +747,8 @@ export type User = {
|
|
|
747
747
|
usercomLastSynced: Generated<Timestamp | null>;
|
|
748
748
|
extraData: Generated<Json>;
|
|
749
749
|
referrerId: number | null;
|
|
750
|
+
fullName: Generated<string | null>;
|
|
751
|
+
phoneNormalised: Generated<string | null>;
|
|
750
752
|
};
|
|
751
753
|
export type Variable = {
|
|
752
754
|
id: GeneratedAlways<number>;
|