@wix/auto_sdk_table-reservations_experiences 1.0.32 → 1.0.33
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.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.ts → table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.ts} +8 -7
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.mts → table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.mts} +8 -7
- package/build/internal/cjs/index.d.ts +2 -2
- 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.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.ts → table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.ts} +8 -7
- package/build/internal/es/index.d.mts +2 -2
- 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.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.mts → table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.mts} +8 -7
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cR as CreateExperienceRequest$1, cS as CreateExperienceResponse$1, cT as GetExperienceRequest$1, cU as GetExperienceResponse$1, cV as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, cW as UpdateExperienceRequest$1, cX as UpdateExperienceResponse$1, cY as QueryExperiencesRequest$1, d1 as QueryExperiencesResponse$1, d4 as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, dG as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, dL as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1 } from './table-reservations-v1-experience-experiences.universal-
|
|
1
|
+
import { cR as CreateExperienceRequest$1, cS as CreateExperienceResponse$1, cT as GetExperienceRequest$1, cU as GetExperienceResponse$1, cV as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, cW as UpdateExperienceRequest$1, cX as UpdateExperienceResponse$1, cY as QueryExperiencesRequest$1, d1 as QueryExperiencesResponse$1, d4 as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, dG as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, dL as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1 } from './table-reservations-v1-experience-experiences.universal-CKnmNMB9.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Experience. */
|
|
@@ -4104,12 +4104,12 @@ interface ExperiencesQueryBuilder {
|
|
|
4104
4104
|
* @param value - Value to compare against.
|
|
4105
4105
|
* @documentationMaturity preview
|
|
4106
4106
|
*/
|
|
4107
|
-
eq: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
|
|
4107
|
+
eq: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
|
|
4108
4108
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
4109
4109
|
* @param value - Value to compare against.
|
|
4110
4110
|
* @documentationMaturity preview
|
|
4111
4111
|
*/
|
|
4112
|
-
ne: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
|
|
4112
|
+
ne: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
|
|
4113
4113
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
4114
4114
|
* @param value - Value to compare against.
|
|
4115
4115
|
* @documentationMaturity preview
|
|
@@ -4139,24 +4139,24 @@ interface ExperiencesQueryBuilder {
|
|
|
4139
4139
|
* @param values - List of values to compare against.
|
|
4140
4140
|
* @documentationMaturity preview
|
|
4141
4141
|
*/
|
|
4142
|
-
hasSome: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any[]) => ExperiencesQueryBuilder;
|
|
4142
|
+
hasSome: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any[]) => ExperiencesQueryBuilder;
|
|
4143
4143
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
4144
4144
|
* @param values - List of values to compare against.
|
|
4145
4145
|
* @documentationMaturity preview
|
|
4146
4146
|
*/
|
|
4147
4147
|
hasAll: (propertyName: 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any[]) => ExperiencesQueryBuilder;
|
|
4148
4148
|
/** @documentationMaturity preview */
|
|
4149
|
-
in: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
|
|
4149
|
+
in: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
|
|
4150
4150
|
/** @documentationMaturity preview */
|
|
4151
|
-
exists: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: boolean) => ExperiencesQueryBuilder;
|
|
4151
|
+
exists: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: boolean) => ExperiencesQueryBuilder;
|
|
4152
4152
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
4153
4153
|
* @documentationMaturity preview
|
|
4154
4154
|
*/
|
|
4155
|
-
ascending: (...propertyNames: Array<'_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds'>) => ExperiencesQueryBuilder;
|
|
4155
|
+
ascending: (...propertyNames: Array<'_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds'>) => ExperiencesQueryBuilder;
|
|
4156
4156
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
4157
4157
|
* @documentationMaturity preview
|
|
4158
4158
|
*/
|
|
4159
|
-
descending: (...propertyNames: Array<'_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds'>) => ExperiencesQueryBuilder;
|
|
4159
|
+
descending: (...propertyNames: Array<'_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds'>) => ExperiencesQueryBuilder;
|
|
4160
4160
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
4161
4161
|
* @documentationMaturity preview
|
|
4162
4162
|
*/
|
|
@@ -4194,6 +4194,7 @@ interface ExperienceQuerySpec extends QuerySpec {
|
|
|
4194
4194
|
'_id',
|
|
4195
4195
|
'_updatedDate',
|
|
4196
4196
|
'configuration.displayInfo.name',
|
|
4197
|
+
'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience',
|
|
4197
4198
|
'configuration.visible',
|
|
4198
4199
|
'reservationLocationId'
|
|
4199
4200
|
];
|
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.33",
|
|
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": "d5c12ba5790fe946d6011d663d7004e44a4194ae3458d42fca9a9a8b"
|
|
54
54
|
}
|