@creator.co/creatorco-kysely-types 1.0.24-alpha-273a26f → 1.0.25
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.
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export type Campaign = {
|
|
|
86
86
|
status: Generated<string>;
|
|
87
87
|
date: Generated<Timestamp>;
|
|
88
88
|
publishDate: Timestamp | null;
|
|
89
|
+
sfSyncDate: Timestamp | null;
|
|
89
90
|
description: string | null;
|
|
90
91
|
productDescription: string | null;
|
|
91
92
|
prizeDescription: string | null;
|
|
@@ -197,6 +198,7 @@ export type Country = {
|
|
|
197
198
|
id: GeneratedAlways<number>;
|
|
198
199
|
countryCode: string;
|
|
199
200
|
countryName: string;
|
|
201
|
+
teleCode: string;
|
|
200
202
|
};
|
|
201
203
|
export type CreatorList = {
|
|
202
204
|
id: GeneratedAlways<number>;
|