@wix/auto_sdk_table-reservations_experiences 1.0.29 → 1.0.30
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/index.d.ts +2 -2
- package/build/cjs/index.js +1 -7
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +1 -7
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +9 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-C_NSdvZa.d.ts → table-reservations-v1-experience-experiences.universal-zYIhPPT7.d.ts} +11 -12
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +1 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +1 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +9 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-C_NSdvZa.d.mts → table-reservations-v1-experience-experiences.universal-zYIhPPT7.d.mts} +11 -12
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +1 -7
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +1 -7
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +9 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-C_NSdvZa.d.ts → table-reservations-v1-experience-experiences.universal-zYIhPPT7.d.ts} +11 -12
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +1 -7
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +1 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +9 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-C_NSdvZa.d.mts → table-reservations-v1-experience-experiences.universal-zYIhPPT7.d.mts} +11 -12
- package/package.json +2 -2
|
@@ -2514,6 +2514,14 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
|
2514
2514
|
/** Is local DS */
|
|
2515
2515
|
localDc?: boolean;
|
|
2516
2516
|
hardPurge?: boolean;
|
|
2517
|
+
/**
|
|
2518
|
+
* Optional caller-provided ID for tracking this invalidation through the system.
|
|
2519
|
+
* When set, the corresponding CDN purge completion event will include this ID,
|
|
2520
|
+
* allowing you to confirm when the invalidation has fully propagated.
|
|
2521
|
+
* Example: generate a UUID, pass it here, and later match it in the CDN purge completion event.
|
|
2522
|
+
* @maxLength 256
|
|
2523
|
+
*/
|
|
2524
|
+
correlationId?: string | null;
|
|
2517
2525
|
}
|
|
2518
2526
|
/** @oneof */
|
|
2519
2527
|
interface InvalidateCacheGetByOneOf {
|
|
@@ -4207,18 +4215,9 @@ type ExperienceQuery = {
|
|
|
4207
4215
|
}[];
|
|
4208
4216
|
};
|
|
4209
4217
|
declare const utils: {
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
Sort: _wix_sdk_types.SortFactory<ExperienceQuerySpec>;
|
|
4214
|
-
};
|
|
4215
|
-
search: {
|
|
4216
|
-
SearchBuilder: () => _wix_sdk_types.SearchBuilder<Experience, ExperienceSearchSpec, ExperienceSearch>;
|
|
4217
|
-
Filter: _wix_sdk_types.FilterFactory<Experience, ExperienceSearchSpec>;
|
|
4218
|
-
Sort: _wix_sdk_types.SortFactory<ExperienceSearchSpec>;
|
|
4219
|
-
SearchParams: _wix_sdk_types.SearchParamsFactory<ExperienceSearchSpec>;
|
|
4220
|
-
Aggregation: _wix_sdk_types.AggregationFactory<ExperienceSearchSpec>;
|
|
4221
|
-
};
|
|
4218
|
+
QueryBuilder: () => _wix_sdk_types.QueryBuilder<Experience, ExperienceQuerySpec, ExperienceQuery>;
|
|
4219
|
+
Filter: _wix_sdk_types.FilterFactory<Experience, ExperienceQuerySpec>;
|
|
4220
|
+
Sort: _wix_sdk_types.SortFactory<ExperienceQuerySpec>;
|
|
4222
4221
|
};
|
|
4223
4222
|
interface ExperienceSearchSpec extends SearchSpec {
|
|
4224
4223
|
searchable: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_table-reservations_experiences",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.table_reservations.v1.experience"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "3ead91e01b1b7cff70e9549f7af79cc2315478d12bbc72b658067138"
|
|
54
54
|
}
|