@creator.co/creatorco-kysely-types 1.0.74 → 1.0.75

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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -409,7 +409,7 @@ export type FacebookProfile = {
409
409
  userId: number | null;
410
410
  };
411
411
  export type File = {
412
- id: string;
412
+ id: GeneratedAlways<string>;
413
413
  brandId: number;
414
414
  name: string;
415
415
  description: string | null;
@@ -534,6 +534,7 @@ export type OptIn = {
534
534
  userId: number;
535
535
  campaignId: number;
536
536
  currentStepId: number | null;
537
+ previousOptInId: number | null;
537
538
  };
538
539
  export type OptInStep = {
539
540
  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.74",
3
+ "version": "1.0.75",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {