@creator.co/creatorco-kysely-types 1.0.78 → 1.0.80

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 +5 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -88,7 +88,7 @@ export type Brand = {
88
88
  id: GeneratedAlways<number>;
89
89
  name: string;
90
90
  description: string | null;
91
- website: string;
91
+ website: string | null;
92
92
  monthlyContacts: number | null;
93
93
  monthlyReports: number | null;
94
94
  lastContactDistribution: Timestamp | null;
@@ -96,6 +96,7 @@ export type Brand = {
96
96
  affiliateBaseUrl: string | null;
97
97
  affiliateCommission: number | null;
98
98
  extraData: Generated<Json>;
99
+ idmId: string | null;
99
100
  specialistId: number | null;
100
101
  parentBrandId: number | null;
101
102
  searchName: Generated<string | null>;
@@ -397,6 +398,9 @@ export type EmailProvider = {
397
398
  imapUser: string | null;
398
399
  imapPassword: string | null;
399
400
  enableSSL: Generated<boolean>;
401
+ isdkimStatus: Generated<boolean | null>;
402
+ isdmarcStatus: Generated<boolean | null>;
403
+ isspfStatus: Generated<boolean | null>;
400
404
  brandId: number;
401
405
  createdByUserId: number;
402
406
  editedByUserId: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {