@creator.co/creatorco-kysely-types 1.0.35 → 1.0.36
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
|
@@ -455,6 +455,7 @@ export type ProductList = {
|
|
|
455
455
|
title: string;
|
|
456
456
|
description: string | null;
|
|
457
457
|
metaData: Generated<Json>;
|
|
458
|
+
deactivated: Timestamp | null;
|
|
458
459
|
brandId: number;
|
|
459
460
|
};
|
|
460
461
|
export type ProductListItem = {
|
|
@@ -462,6 +463,7 @@ export type ProductListItem = {
|
|
|
462
463
|
title: string;
|
|
463
464
|
description: string | null;
|
|
464
465
|
metaData: Generated<Json>;
|
|
466
|
+
deactivated: Timestamp | null;
|
|
465
467
|
productListId: number;
|
|
466
468
|
};
|
|
467
469
|
export type RakutenActivity = {
|