@wix/auto_sdk_stores_customizations-v-3 1.0.14 → 1.0.16
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/build/cjs/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +4 -4
- package/build/es/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +4 -4
- package/build/internal/cjs/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +4 -4
- package/build/internal/es/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +4 -4
- package/package.json +3 -3
|
@@ -1300,22 +1300,22 @@ export interface CustomizationsQueryBuilder {
|
|
|
1300
1300
|
* @param value - Value to compare against.
|
|
1301
1301
|
* @documentationMaturity preview
|
|
1302
1302
|
*/
|
|
1303
|
-
ge: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1303
|
+
ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1304
1304
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1305
1305
|
* @param value - Value to compare against.
|
|
1306
1306
|
* @documentationMaturity preview
|
|
1307
1307
|
*/
|
|
1308
|
-
gt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1308
|
+
gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1309
1309
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1310
1310
|
* @param value - Value to compare against.
|
|
1311
1311
|
* @documentationMaturity preview
|
|
1312
1312
|
*/
|
|
1313
|
-
le: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1313
|
+
le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1314
1314
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1315
1315
|
* @param value - Value to compare against.
|
|
1316
1316
|
* @documentationMaturity preview
|
|
1317
1317
|
*/
|
|
1318
|
-
lt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1318
|
+
lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1319
1319
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
1320
1320
|
* @param string - String to compare against. Case-insensitive.
|
|
1321
1321
|
* @documentationMaturity preview
|
|
@@ -1300,22 +1300,22 @@ export interface CustomizationsQueryBuilder {
|
|
|
1300
1300
|
* @param value - Value to compare against.
|
|
1301
1301
|
* @documentationMaturity preview
|
|
1302
1302
|
*/
|
|
1303
|
-
ge: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1303
|
+
ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1304
1304
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1305
1305
|
* @param value - Value to compare against.
|
|
1306
1306
|
* @documentationMaturity preview
|
|
1307
1307
|
*/
|
|
1308
|
-
gt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1308
|
+
gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1309
1309
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1310
1310
|
* @param value - Value to compare against.
|
|
1311
1311
|
* @documentationMaturity preview
|
|
1312
1312
|
*/
|
|
1313
|
-
le: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1313
|
+
le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1314
1314
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1315
1315
|
* @param value - Value to compare against.
|
|
1316
1316
|
* @documentationMaturity preview
|
|
1317
1317
|
*/
|
|
1318
|
-
lt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1318
|
+
lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1319
1319
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
1320
1320
|
* @param string - String to compare against. Case-insensitive.
|
|
1321
1321
|
* @documentationMaturity preview
|
package/build/internal/cjs/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts
CHANGED
|
@@ -1300,22 +1300,22 @@ export interface CustomizationsQueryBuilder {
|
|
|
1300
1300
|
* @param value - Value to compare against.
|
|
1301
1301
|
* @documentationMaturity preview
|
|
1302
1302
|
*/
|
|
1303
|
-
ge: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1303
|
+
ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1304
1304
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1305
1305
|
* @param value - Value to compare against.
|
|
1306
1306
|
* @documentationMaturity preview
|
|
1307
1307
|
*/
|
|
1308
|
-
gt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1308
|
+
gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1309
1309
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1310
1310
|
* @param value - Value to compare against.
|
|
1311
1311
|
* @documentationMaturity preview
|
|
1312
1312
|
*/
|
|
1313
|
-
le: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1313
|
+
le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1314
1314
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1315
1315
|
* @param value - Value to compare against.
|
|
1316
1316
|
* @documentationMaturity preview
|
|
1317
1317
|
*/
|
|
1318
|
-
lt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1318
|
+
lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1319
1319
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
1320
1320
|
* @param string - String to compare against. Case-insensitive.
|
|
1321
1321
|
* @documentationMaturity preview
|
package/build/internal/es/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts
CHANGED
|
@@ -1300,22 +1300,22 @@ export interface CustomizationsQueryBuilder {
|
|
|
1300
1300
|
* @param value - Value to compare against.
|
|
1301
1301
|
* @documentationMaturity preview
|
|
1302
1302
|
*/
|
|
1303
|
-
ge: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1303
|
+
ge: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1304
1304
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1305
1305
|
* @param value - Value to compare against.
|
|
1306
1306
|
* @documentationMaturity preview
|
|
1307
1307
|
*/
|
|
1308
|
-
gt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1308
|
+
gt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1309
1309
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1310
1310
|
* @param value - Value to compare against.
|
|
1311
1311
|
* @documentationMaturity preview
|
|
1312
1312
|
*/
|
|
1313
|
-
le: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1313
|
+
le: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1314
1314
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1315
1315
|
* @param value - Value to compare against.
|
|
1316
1316
|
* @documentationMaturity preview
|
|
1317
1317
|
*/
|
|
1318
|
-
lt: (propertyName: '_createdDate' | '_updatedDate', value: any) => CustomizationsQueryBuilder;
|
|
1318
|
+
lt: (propertyName: '_id' | '_createdDate' | '_updatedDate' | 'name', value: any) => CustomizationsQueryBuilder;
|
|
1319
1319
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
1320
1320
|
* @param string - String to compare against. Case-insensitive.
|
|
1321
1321
|
* @documentationMaturity preview
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_stores_customizations-v-3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@wix/sdk-runtime": "^0.3.49",
|
|
32
|
-
"@wix/sdk-types": "^1.13.
|
|
32
|
+
"@wix/sdk-types": "^1.13.28"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.3.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.stores.catalog.v3.customization"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "60907a2d4f9ceaffea2c2e01c5f88409c7e9a4fa4eb98f8378c90b19"
|
|
52
52
|
}
|