@creator.co/creatorco-kysely-types 1.0.65 → 1.0.67

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 +6 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -112,11 +112,14 @@ export type BrandContract = {
112
112
  createdAt: Generated<Timestamp>;
113
113
  updatedAt: Timestamp;
114
114
  fileId: string | null;
115
+ chargebeeSubscriptionId: string | null;
115
116
  contractType: string;
117
+ addOns: string | null;
116
118
  startDate: Timestamp;
117
119
  endDate: Timestamp | null;
120
+ status: string | null;
118
121
  archivedAt: Timestamp | null;
119
- createdByUserId: number;
122
+ createdByUserId: number | null;
120
123
  editedByUserId: number | null;
121
124
  };
122
125
  export type BrandImage = {
@@ -277,7 +280,7 @@ export type CjEvent = {
277
280
  amount: number | null;
278
281
  commission: number | null;
279
282
  metaData: Generated<Json>;
280
- userId: number;
283
+ userId: number | null;
281
284
  brandId: number | null;
282
285
  optInId: number | null;
283
286
  };
@@ -421,7 +424,7 @@ export type ImpactRadiusEvent = {
421
424
  amount: number | null;
422
425
  commission: number | null;
423
426
  metaData: Generated<Json>;
424
- userId: number;
427
+ userId: number | null;
425
428
  brandId: number | null;
426
429
  optInId: number | null;
427
430
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {