@chevre/factory 4.385.0 → 4.386.0-alpha.0

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/lib/product.d.ts +4 -1
  2. package/package.json +1 -1
package/lib/product.d.ts CHANGED
@@ -51,7 +51,7 @@ export interface IHasOfferCatalog {
51
51
  /**
52
52
  * 従来のカタログID(~2024-09-27)
53
53
  */
54
- id: string;
54
+ id?: string;
55
55
  /**
56
56
  * カタログリスト
57
57
  */
@@ -155,6 +155,9 @@ export interface ISearchConditions {
155
155
  };
156
156
  };
157
157
  hasOfferCatalog?: {
158
+ /**
159
+ * hasOfferCatalog.itemListElement.idで検索(2024-09-30~)
160
+ */
158
161
  id?: {
159
162
  $eq?: string;
160
163
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.385.0",
3
+ "version": "4.386.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",