@creator.co/creatorco-kysely-types 1.0.50-alpha-283f6cb → 1.0.50-alpha-73636ce

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 +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -764,6 +764,7 @@ export type TwitterProfile = {
764
764
  };
765
765
  export type User = {
766
766
  id: GeneratedAlways<number>;
767
+ idmId: string | null;
767
768
  role: string;
768
769
  email: string | null;
769
770
  password: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.50-alpha-283f6cb",
3
+ "version": "1.0.50-alpha-73636ce",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {