@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.
Files changed (2) hide show
  1. package/index.d.ts +2 -0
  2. 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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {