@wix/auto_sdk_table-reservations_experiences 1.0.35 → 1.0.37
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 +39 -27
- package/build/cjs/index.js +3043 -32
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -3
- package/build/cjs/index.typings.js +3009 -10
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +106 -10
- package/build/cjs/meta.js +54 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +3 -3
- package/build/cjs/schemas.js +2 -2
- package/build/cjs/schemas.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.ts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.ts} +119 -61
- package/build/es/index.d.mts +39 -27
- package/build/es/index.mjs +3031 -32
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -3
- package/build/es/index.typings.mjs +2997 -10
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +106 -10
- package/build/es/meta.mjs +52 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +3 -3
- package/build/es/schemas.mjs +2 -2
- package/build/es/schemas.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.mts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.mts} +119 -61
- package/build/internal/cjs/index.d.ts +39 -27
- package/build/internal/cjs/index.js +3043 -32
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -3
- package/build/internal/cjs/index.typings.js +3009 -10
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +106 -10
- package/build/internal/cjs/meta.js +54 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +3 -3
- package/build/internal/cjs/schemas.js +2 -2
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.ts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.ts} +119 -61
- package/build/internal/es/index.d.mts +39 -27
- package/build/internal/es/index.mjs +3031 -32
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -3
- package/build/internal/es/index.typings.mjs +2997 -10
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +106 -10
- package/build/internal/es/meta.mjs +52 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +3 -3
- package/build/internal/es/schemas.mjs +2 -2
- package/build/internal/es/schemas.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.mts → table-reservations-v1-experience-experiences.universal-CHddGarE.d.mts} +119 -61
- package/package.json +4 -4
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -1224,12 +1224,12 @@ declare const SearchExperiencesRequest: z.ZodObject<{
|
|
|
1224
1224
|
aggregations: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1225
1225
|
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1226
1226
|
type: z.ZodOptional<z.ZodEnum<{
|
|
1227
|
-
NESTED: "NESTED";
|
|
1228
1227
|
UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
|
|
1229
1228
|
VALUE: "VALUE";
|
|
1230
1229
|
RANGE: "RANGE";
|
|
1231
1230
|
SCALAR: "SCALAR";
|
|
1232
1231
|
DATE_HISTOGRAM: "DATE_HISTOGRAM";
|
|
1232
|
+
NESTED: "NESTED";
|
|
1233
1233
|
}>>;
|
|
1234
1234
|
fieldPath: z.ZodOptional<z.ZodString>;
|
|
1235
1235
|
}, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
|
|
@@ -1589,12 +1589,12 @@ declare const SearchExperiencesResponse: z.ZodObject<{
|
|
|
1589
1589
|
results: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1590
1590
|
name: z.ZodOptional<z.ZodString>;
|
|
1591
1591
|
type: z.ZodOptional<z.ZodEnum<{
|
|
1592
|
-
NESTED: "NESTED";
|
|
1593
1592
|
UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
|
|
1594
1593
|
VALUE: "VALUE";
|
|
1595
1594
|
RANGE: "RANGE";
|
|
1596
1595
|
SCALAR: "SCALAR";
|
|
1597
1596
|
DATE_HISTOGRAM: "DATE_HISTOGRAM";
|
|
1597
|
+
NESTED: "NESTED";
|
|
1598
1598
|
}>>;
|
|
1599
1599
|
fieldPath: z.ZodOptional<z.ZodString>;
|
|
1600
1600
|
}, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
|
|
@@ -1656,12 +1656,12 @@ declare const SearchExperiencesResponse: z.ZodObject<{
|
|
|
1656
1656
|
nestedResults: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
1657
1657
|
name: z.ZodOptional<z.ZodString>;
|
|
1658
1658
|
type: z.ZodOptional<z.ZodEnum<{
|
|
1659
|
-
NESTED: "NESTED";
|
|
1660
1659
|
UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
|
|
1661
1660
|
VALUE: "VALUE";
|
|
1662
1661
|
RANGE: "RANGE";
|
|
1663
1662
|
SCALAR: "SCALAR";
|
|
1664
1663
|
DATE_HISTOGRAM: "DATE_HISTOGRAM";
|
|
1664
|
+
NESTED: "NESTED";
|
|
1665
1665
|
}>>;
|
|
1666
1666
|
fieldPath: z.ZodOptional<z.ZodString>;
|
|
1667
1667
|
}, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
|
package/build/cjs/schemas.js
CHANGED
|
@@ -2918,7 +2918,7 @@ var BulkArchiveExperiencesResponse = z.object({
|
|
|
2918
2918
|
undetailedFailures: z.number().int().describe(
|
|
2919
2919
|
"Number of failures without details because detailed failure threshold was exceeded."
|
|
2920
2920
|
).min(0).optional()
|
|
2921
|
-
}).describe("
|
|
2921
|
+
}).describe("Bulk action metadata.").optional()
|
|
2922
2922
|
});
|
|
2923
2923
|
var BulkUnarchiveExperiencesRequest = z.object({
|
|
2924
2924
|
experienceIds: z.array(z.string()).min(1).max(100)
|
|
@@ -2953,7 +2953,7 @@ var BulkUnarchiveExperiencesResponse = z.object({
|
|
|
2953
2953
|
undetailedFailures: z.number().int().describe(
|
|
2954
2954
|
"Number of failures without details because detailed failure threshold was exceeded."
|
|
2955
2955
|
).min(0).optional()
|
|
2956
|
-
}).describe("
|
|
2956
|
+
}).describe("Bulk action metadata.").optional()
|
|
2957
2957
|
});
|
|
2958
2958
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2959
2959
|
0 && (module.exports = {
|