@wix/auto_sdk_table-reservations_experiences 1.0.52 → 1.0.53
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 +9 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-Cckm4PBk.d.ts → table-reservations-v1-experience-experiences.universal-CQEGusXL.d.ts} +9 -5
- 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 +9 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-Cckm4PBk.d.mts → table-reservations-v1-experience-experiences.universal-CQEGusXL.d.mts} +9 -5
- 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 +9 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-DnI2XNQr.d.ts → table-reservations-v1-experience-experiences.universal-CK8DH5zA.d.ts} +9 -5
- 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 +9 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-DnI2XNQr.d.mts → table-reservations-v1-experience-experiences.universal-CK8DH5zA.d.mts} +9 -5
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dA as CreateExperienceRequest$1, dB as CreateExperienceResponse$1, dC as GetExperienceRequest$1, dD as GetExperienceResponse$1, dE as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, dF as UpdateExperienceRequest$1, dG as UpdateExperienceResponse$1, dH as QueryExperiencesRequest$1, dM as QueryExperiencesResponse$1, dP as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, eo as BulkUpdateExperiencesRequest$1, c as BulkUpdateExperiencesResponse$1, et as BulkUpdateExperienceTagsRequest$1, f as BulkUpdateExperienceTagsResponse$1, ev as BulkUpdateExperienceTagsByFilterRequest$1, i as BulkUpdateExperienceTagsByFilterResponse$1, ew as BulkArchiveExperiencesRequest$1, k as BulkArchiveExperiencesResponse$1, ey as BulkUnarchiveExperiencesRequest$1, l as BulkUnarchiveExperiencesResponse$1 } from './table-reservations-v1-experience-experiences.universal-
|
|
1
|
+
import { dA as CreateExperienceRequest$1, dB as CreateExperienceResponse$1, dC as GetExperienceRequest$1, dD as GetExperienceResponse$1, dE as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, dF as UpdateExperienceRequest$1, dG as UpdateExperienceResponse$1, dH as QueryExperiencesRequest$1, dM as QueryExperiencesResponse$1, dP as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, eo as BulkUpdateExperiencesRequest$1, c as BulkUpdateExperiencesResponse$1, et as BulkUpdateExperienceTagsRequest$1, f as BulkUpdateExperienceTagsResponse$1, ev as BulkUpdateExperienceTagsByFilterRequest$1, i as BulkUpdateExperienceTagsByFilterResponse$1, ew as BulkArchiveExperiencesRequest$1, k as BulkArchiveExperiencesResponse$1, ey as BulkUnarchiveExperiencesRequest$1, l as BulkUnarchiveExperiencesResponse$1 } from './table-reservations-v1-experience-experiences.universal-CQEGusXL.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** Experience. */
|
|
@@ -888,7 +888,7 @@ interface Animation {
|
|
|
888
888
|
/**
|
|
889
889
|
* POINTER carries its fields directly on the union member in the JTD wall, hence
|
|
890
890
|
* flat fields here (ts-proto camelCase must equal the JTD property names). A future
|
|
891
|
-
*
|
|
891
|
+
* kind that also needs an `effect` field would contend for this JSON name.
|
|
892
892
|
*/
|
|
893
893
|
effect?: PointerEffect;
|
|
894
894
|
/** How quickly the node settles toward the pointer, in milliseconds (POINTER). */
|
|
@@ -2713,6 +2713,13 @@ interface ShapeData {
|
|
|
2713
2713
|
styles?: ShapeDataStyles;
|
|
2714
2714
|
/** Node animation. */
|
|
2715
2715
|
animation?: Animation;
|
|
2716
|
+
/** Link details for shapes that are links. */
|
|
2717
|
+
link?: Link;
|
|
2718
|
+
/**
|
|
2719
|
+
* Alternate text describing the link's purpose for accessibility. Applies only when `link` is set.
|
|
2720
|
+
* @maxLength 1000
|
|
2721
|
+
*/
|
|
2722
|
+
altText?: string | null;
|
|
2716
2723
|
}
|
|
2717
2724
|
interface ShapeDataStyles {
|
|
2718
2725
|
/**
|