@creator.co/creatorco-kysely-types 1.0.38 → 1.0.39

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 +0 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -202,7 +202,6 @@ export type CampaignStep = {
202
202
  stepId: number | null;
203
203
  };
204
204
  export type CampaignToBrandAffiliateLink = {
205
- id: GeneratedAlways<number>;
206
205
  campaignId: number;
207
206
  brandAffiliateLinkId: number;
208
207
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {