@creator.co/creatorco-kysely-types 1.0.35 → 1.0.36-alpha-953b543

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 +2 -0
  2. 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator.co/creatorco-kysely-types",
3
- "version": "1.0.35",
3
+ "version": "1.0.36-alpha-953b543",
4
4
  "types": "./index.d.ts",
5
5
  "type": "commonjs",
6
6
  "devDependencies": {