@v-office/website-sdk 1.0.1 → 1.2.0
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/README.md +7 -1
- package/dist/cli.mjs +1 -1
- package/dist/{client-BFtPZZZh.mjs → client-DYP0Y59i.mjs} +194 -626
- package/dist/{custom-attribute-ChCbJKf_.mjs → custom-attribute-D5Kb1YHA.mjs} +1 -1
- package/dist/index.d.mts +849 -4
- package/dist/index.mjs +2 -1
- package/dist/{operations-BanW36PK.mjs → operations-B4IgNB3E.mjs} +28 -26
- package/dist/{operations-CHxEQ3jG.mjs → operations-Bxhb0jmN.mjs} +182 -1
- package/dist/{quote-jlnlQBDS.mjs → quote-BKcAIFuH.mjs} +2 -2
- package/dist/{quote-BHAU7meW.mjs → quote-Bo-gBDkQ.mjs} +2 -2
- package/dist/quote-CRjV_lf-.mjs +609 -0
- package/dist/{rentals-BoPt4aXU.mjs → rentals-Ba6ZO6bX.mjs} +4 -4
- package/dist/{rentals-BWs_fBtf.mjs → rentals-DBTPlC6X.mjs} +3 -3
- package/dist/{search-CWlFDque.mjs → search-BofxXqF0.mjs} +28 -5
- package/dist/{to-rental-highlights-CkHgZINu.mjs → to-rental-highlights-BShYK50C.mjs} +3 -3
- package/package.json +21 -20
- package/dist/parser-D6UAf8Ld.mjs +0 -65
package/dist/index.d.mts
CHANGED
|
@@ -720,6 +720,11 @@ declare const FilterGetFiltersOutputSchema: Schema.$Array<Schema.Union<readonly
|
|
|
720
720
|
readonly min: Schema.Number;
|
|
721
721
|
readonly max: Schema.Number;
|
|
722
722
|
}>>;
|
|
723
|
+
}>, Schema.Struct<{
|
|
724
|
+
readonly searchParameterQueryKey: Schema.String;
|
|
725
|
+
readonly label: Schema.String;
|
|
726
|
+
readonly category: Schema.String;
|
|
727
|
+
readonly type: Schema.Literal<"StringFilter">;
|
|
723
728
|
}>, Schema.Struct<{
|
|
724
729
|
readonly searchParameterQueryKey: Schema.String;
|
|
725
730
|
readonly label: Schema.String;
|
|
@@ -932,9 +937,71 @@ declare const RentalSearchOutputSchema: Schema.Struct<{
|
|
|
932
937
|
readonly country: Schema.optionalKey<Schema.String>;
|
|
933
938
|
}>>;
|
|
934
939
|
}>>;
|
|
935
|
-
readonly alternatives: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
936
940
|
readonly formattedTotal: Schema.optionalKey<Schema.String>;
|
|
937
941
|
}>>;
|
|
942
|
+
readonly alternatives: Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
943
|
+
readonly item: Schema.Struct<{
|
|
944
|
+
readonly id: Schema.String;
|
|
945
|
+
readonly nameOrLabel: Schema.String;
|
|
946
|
+
readonly timeZone: Schema.String;
|
|
947
|
+
readonly rentalType: Schema.optionalKey<Schema.String>;
|
|
948
|
+
readonly scope: Schema.optionalKey<Schema.String>;
|
|
949
|
+
readonly location: Schema.optionalKey<Schema.Struct<{
|
|
950
|
+
readonly latitude: Schema.Number;
|
|
951
|
+
readonly longitude: Schema.Number;
|
|
952
|
+
}>>;
|
|
953
|
+
readonly images: Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
954
|
+
readonly idOrPath: Schema.String;
|
|
955
|
+
readonly src: Schema.String;
|
|
956
|
+
readonly srcset: Schema.String;
|
|
957
|
+
readonly alt: Schema.optionalKey<Schema.String>;
|
|
958
|
+
readonly title: Schema.optionalKey<Schema.String>;
|
|
959
|
+
readonly category: Schema.optionalKey<Schema.String>;
|
|
960
|
+
readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Unknown>>;
|
|
961
|
+
}>>>;
|
|
962
|
+
readonly address: Schema.optionalKey<Schema.Struct<{
|
|
963
|
+
readonly street: Schema.optionalKey<Schema.String>;
|
|
964
|
+
readonly appendix: Schema.optionalKey<Schema.String>;
|
|
965
|
+
readonly postalcode: Schema.optionalKey<Schema.String>;
|
|
966
|
+
readonly city: Schema.optionalKey<Schema.String>;
|
|
967
|
+
readonly province: Schema.optionalKey<Schema.String>;
|
|
968
|
+
readonly country: Schema.optionalKey<Schema.String>;
|
|
969
|
+
}>>;
|
|
970
|
+
readonly highlights: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
971
|
+
readonly property: Schema.optionalKey<Schema.Struct<{
|
|
972
|
+
readonly id: Schema.String;
|
|
973
|
+
readonly nameOrLabel: Schema.String;
|
|
974
|
+
readonly propertyType: Schema.optionalKey<Schema.String>;
|
|
975
|
+
readonly location: Schema.optionalKey<Schema.Struct<{
|
|
976
|
+
readonly latitude: Schema.Number;
|
|
977
|
+
readonly longitude: Schema.Number;
|
|
978
|
+
}>>;
|
|
979
|
+
readonly images: Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
980
|
+
readonly idOrPath: Schema.String;
|
|
981
|
+
readonly src: Schema.String;
|
|
982
|
+
readonly srcset: Schema.String;
|
|
983
|
+
readonly alt: Schema.optionalKey<Schema.String>;
|
|
984
|
+
readonly title: Schema.optionalKey<Schema.String>;
|
|
985
|
+
readonly category: Schema.optionalKey<Schema.String>;
|
|
986
|
+
readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Unknown>>;
|
|
987
|
+
}>>>;
|
|
988
|
+
readonly address: Schema.optionalKey<Schema.Struct<{
|
|
989
|
+
readonly street: Schema.optionalKey<Schema.String>;
|
|
990
|
+
readonly appendix: Schema.optionalKey<Schema.String>;
|
|
991
|
+
readonly postalcode: Schema.optionalKey<Schema.String>;
|
|
992
|
+
readonly city: Schema.optionalKey<Schema.String>;
|
|
993
|
+
readonly province: Schema.optionalKey<Schema.String>;
|
|
994
|
+
readonly country: Schema.optionalKey<Schema.String>;
|
|
995
|
+
}>>;
|
|
996
|
+
}>>;
|
|
997
|
+
readonly formattedTotal: Schema.optionalKey<Schema.String>;
|
|
998
|
+
}>;
|
|
999
|
+
readonly alternativePeriods: Schema.$Array<Schema.Struct<{
|
|
1000
|
+
readonly start: Schema.String;
|
|
1001
|
+
readonly end: Schema.String;
|
|
1002
|
+
readonly formattedTotal: Schema.optionalKey<Schema.String>;
|
|
1003
|
+
}>>;
|
|
1004
|
+
}>>>;
|
|
938
1005
|
readonly appliedFilters: Schema.$Array<Schema.Struct<{
|
|
939
1006
|
readonly key: Schema.String;
|
|
940
1007
|
readonly label: Schema.String;
|
|
@@ -2199,6 +2266,777 @@ declare const defineVofficeTotalRatingDataAttributes: <const TAttributes extends
|
|
|
2199
2266
|
readonly total_units: import("effect/Schema").Number;
|
|
2200
2267
|
}>>[]>(attributes: TAttributes) => TAttributes;
|
|
2201
2268
|
//#endregion
|
|
2269
|
+
//#region scripts/v9/graphql-codegen/generated/graphql.d.ts
|
|
2270
|
+
type VofficeFilter = {
|
|
2271
|
+
adults?: number | null | undefined;
|
|
2272
|
+
babys?: number | null | undefined;
|
|
2273
|
+
bathrooms_max?: number | null | undefined;
|
|
2274
|
+
bathrooms_min?: number | null | undefined;
|
|
2275
|
+
bedrooms_max?: number | null | undefined;
|
|
2276
|
+
bedrooms_min?: number | null | undefined;
|
|
2277
|
+
children?: number | null | undefined;
|
|
2278
|
+
falicityid?: number | null | undefined;
|
|
2279
|
+
from?: string | null | undefined;
|
|
2280
|
+
name?: string | null | undefined;
|
|
2281
|
+
nights_max?: number | null | undefined;
|
|
2282
|
+
nights_min?: number | null | undefined;
|
|
2283
|
+
offerid?: number | null | undefined;
|
|
2284
|
+
offers?: boolean | null | undefined;
|
|
2285
|
+
petsCount?: number | null | undefined;
|
|
2286
|
+
price_max?: number | null | undefined;
|
|
2287
|
+
price_min?: number | null | undefined;
|
|
2288
|
+
region?: string | null | undefined;
|
|
2289
|
+
regionid?: number | null | undefined;
|
|
2290
|
+
till?: string | null | undefined;
|
|
2291
|
+
type?: string | null | undefined;
|
|
2292
|
+
unitgroupid?: number | null | undefined;
|
|
2293
|
+
};
|
|
2294
|
+
//#endregion
|
|
2295
|
+
//#region scripts/v10/graphql-codegen/generated/graphql.d.ts
|
|
2296
|
+
type AddressFilter = {
|
|
2297
|
+
_and?: AddressFilter | null | undefined;
|
|
2298
|
+
_or?: AddressFilter | null | undefined;
|
|
2299
|
+
appendix?: StringFilter | null | undefined;
|
|
2300
|
+
city?: StringFilter | null | undefined;
|
|
2301
|
+
country?: OptionFilter | null | undefined;
|
|
2302
|
+
pobox?: StringFilter | null | undefined;
|
|
2303
|
+
postalcode?: StringFilter | null | undefined;
|
|
2304
|
+
province?: StringFilter | null | undefined;
|
|
2305
|
+
street?: StringFilter | null | undefined;
|
|
2306
|
+
};
|
|
2307
|
+
type BooleanFilter = {
|
|
2308
|
+
_eq?: boolean | null | undefined;
|
|
2309
|
+
_is_null?: boolean | null | undefined;
|
|
2310
|
+
};
|
|
2311
|
+
type DateFilter = {
|
|
2312
|
+
_eq?: string | null | undefined;
|
|
2313
|
+
_gt?: string | null | undefined;
|
|
2314
|
+
_gte?: string | null | undefined;
|
|
2315
|
+
_is_null?: boolean | null | undefined;
|
|
2316
|
+
_lt?: string | null | undefined;
|
|
2317
|
+
_lte?: string | null | undefined;
|
|
2318
|
+
};
|
|
2319
|
+
type FloatFilter = {
|
|
2320
|
+
_eq?: number | null | undefined;
|
|
2321
|
+
_gt?: number | null | undefined;
|
|
2322
|
+
_gte?: number | null | undefined;
|
|
2323
|
+
_is_null?: boolean | null | undefined;
|
|
2324
|
+
_lt?: number | null | undefined;
|
|
2325
|
+
_lte?: number | null | undefined;
|
|
2326
|
+
};
|
|
2327
|
+
type IntFilter = {
|
|
2328
|
+
_eq?: number | null | undefined;
|
|
2329
|
+
_gt?: number | null | undefined;
|
|
2330
|
+
_gte?: number | null | undefined;
|
|
2331
|
+
_in?: Array<number | null | undefined> | null | undefined;
|
|
2332
|
+
_is_null?: boolean | null | undefined;
|
|
2333
|
+
_lt?: number | null | undefined;
|
|
2334
|
+
_lte?: number | null | undefined;
|
|
2335
|
+
_not_in?: Array<number | null | undefined> | null | undefined;
|
|
2336
|
+
};
|
|
2337
|
+
type LocalDayRangeFilter = {
|
|
2338
|
+
_contains_range?: [string, string] | null | undefined;
|
|
2339
|
+
_eq?: [string, string] | null | undefined;
|
|
2340
|
+
_from_gt?: string | null | undefined;
|
|
2341
|
+
_from_gte?: string | null | undefined;
|
|
2342
|
+
_from_lt?: string | null | undefined;
|
|
2343
|
+
_from_lte?: string | null | undefined;
|
|
2344
|
+
_is_contained_by_range?: [string, string] | null | undefined;
|
|
2345
|
+
_is_null?: boolean | null | undefined;
|
|
2346
|
+
_overlaps?: [string, string] | null | undefined;
|
|
2347
|
+
_overlaps_incl?: [string, string] | null | undefined;
|
|
2348
|
+
_till_gt?: string | null | undefined;
|
|
2349
|
+
_till_gte?: string | null | undefined;
|
|
2350
|
+
_till_lt?: string | null | undefined;
|
|
2351
|
+
_till_lte?: string | null | undefined;
|
|
2352
|
+
};
|
|
2353
|
+
type LocaleStringFilter = {
|
|
2354
|
+
af?: StringFilter | null | undefined;
|
|
2355
|
+
ak?: StringFilter | null | undefined;
|
|
2356
|
+
am?: StringFilter | null | undefined;
|
|
2357
|
+
an?: StringFilter | null | undefined;
|
|
2358
|
+
ar?: StringFilter | null | undefined;
|
|
2359
|
+
as?: StringFilter | null | undefined;
|
|
2360
|
+
ay?: StringFilter | null | undefined;
|
|
2361
|
+
az?: StringFilter | null | undefined;
|
|
2362
|
+
be?: StringFilter | null | undefined;
|
|
2363
|
+
bg?: StringFilter | null | undefined;
|
|
2364
|
+
bh?: StringFilter | null | undefined;
|
|
2365
|
+
bm?: StringFilter | null | undefined;
|
|
2366
|
+
bn?: StringFilter | null | undefined;
|
|
2367
|
+
br?: StringFilter | null | undefined;
|
|
2368
|
+
bs?: StringFilter | null | undefined;
|
|
2369
|
+
ca?: StringFilter | null | undefined;
|
|
2370
|
+
co?: StringFilter | null | undefined;
|
|
2371
|
+
cs?: StringFilter | null | undefined;
|
|
2372
|
+
cy?: StringFilter | null | undefined;
|
|
2373
|
+
da?: StringFilter | null | undefined;
|
|
2374
|
+
de?: StringFilter | null | undefined;
|
|
2375
|
+
dv?: StringFilter | null | undefined;
|
|
2376
|
+
ee?: StringFilter | null | undefined;
|
|
2377
|
+
el?: StringFilter | null | undefined;
|
|
2378
|
+
en?: StringFilter | null | undefined;
|
|
2379
|
+
eo?: StringFilter | null | undefined;
|
|
2380
|
+
es?: StringFilter | null | undefined;
|
|
2381
|
+
et?: StringFilter | null | undefined;
|
|
2382
|
+
eu?: StringFilter | null | undefined;
|
|
2383
|
+
fa?: StringFilter | null | undefined;
|
|
2384
|
+
fi?: StringFilter | null | undefined;
|
|
2385
|
+
fo?: StringFilter | null | undefined;
|
|
2386
|
+
fr?: StringFilter | null | undefined;
|
|
2387
|
+
fy?: StringFilter | null | undefined;
|
|
2388
|
+
ga?: StringFilter | null | undefined;
|
|
2389
|
+
gd?: StringFilter | null | undefined;
|
|
2390
|
+
gl?: StringFilter | null | undefined;
|
|
2391
|
+
gn?: StringFilter | null | undefined;
|
|
2392
|
+
gu?: StringFilter | null | undefined;
|
|
2393
|
+
ha?: StringFilter | null | undefined;
|
|
2394
|
+
he?: StringFilter | null | undefined;
|
|
2395
|
+
hi?: StringFilter | null | undefined;
|
|
2396
|
+
hr?: StringFilter | null | undefined;
|
|
2397
|
+
ht?: StringFilter | null | undefined;
|
|
2398
|
+
hu?: StringFilter | null | undefined;
|
|
2399
|
+
hy?: StringFilter | null | undefined;
|
|
2400
|
+
ia?: StringFilter | null | undefined;
|
|
2401
|
+
id?: StringFilter | null | undefined;
|
|
2402
|
+
ig?: StringFilter | null | undefined;
|
|
2403
|
+
is?: StringFilter | null | undefined;
|
|
2404
|
+
it?: StringFilter | null | undefined;
|
|
2405
|
+
ja?: StringFilter | null | undefined;
|
|
2406
|
+
jv?: StringFilter | null | undefined;
|
|
2407
|
+
ka?: StringFilter | null | undefined;
|
|
2408
|
+
kk?: StringFilter | null | undefined;
|
|
2409
|
+
km?: StringFilter | null | undefined;
|
|
2410
|
+
kn?: StringFilter | null | undefined;
|
|
2411
|
+
ko?: StringFilter | null | undefined;
|
|
2412
|
+
ku?: StringFilter | null | undefined;
|
|
2413
|
+
ky?: StringFilter | null | undefined;
|
|
2414
|
+
la?: StringFilter | null | undefined;
|
|
2415
|
+
lb?: StringFilter | null | undefined;
|
|
2416
|
+
lg?: StringFilter | null | undefined;
|
|
2417
|
+
ln?: StringFilter | null | undefined;
|
|
2418
|
+
lo?: StringFilter | null | undefined;
|
|
2419
|
+
lt?: StringFilter | null | undefined;
|
|
2420
|
+
lv?: StringFilter | null | undefined;
|
|
2421
|
+
mg?: StringFilter | null | undefined;
|
|
2422
|
+
mi?: StringFilter | null | undefined;
|
|
2423
|
+
mk?: StringFilter | null | undefined;
|
|
2424
|
+
ml?: StringFilter | null | undefined;
|
|
2425
|
+
mn?: StringFilter | null | undefined;
|
|
2426
|
+
mr?: StringFilter | null | undefined;
|
|
2427
|
+
ms?: StringFilter | null | undefined;
|
|
2428
|
+
mt?: StringFilter | null | undefined;
|
|
2429
|
+
my?: StringFilter | null | undefined;
|
|
2430
|
+
nb?: StringFilter | null | undefined;
|
|
2431
|
+
ne?: StringFilter | null | undefined;
|
|
2432
|
+
nl?: StringFilter | null | undefined;
|
|
2433
|
+
nn?: StringFilter | null | undefined;
|
|
2434
|
+
no?: StringFilter | null | undefined;
|
|
2435
|
+
ny?: StringFilter | null | undefined;
|
|
2436
|
+
oc?: StringFilter | null | undefined;
|
|
2437
|
+
om?: StringFilter | null | undefined;
|
|
2438
|
+
or?: StringFilter | null | undefined;
|
|
2439
|
+
pa?: StringFilter | null | undefined;
|
|
2440
|
+
pl?: StringFilter | null | undefined;
|
|
2441
|
+
ps?: StringFilter | null | undefined;
|
|
2442
|
+
pt?: StringFilter | null | undefined;
|
|
2443
|
+
qu?: StringFilter | null | undefined;
|
|
2444
|
+
rm?: StringFilter | null | undefined;
|
|
2445
|
+
ro?: StringFilter | null | undefined;
|
|
2446
|
+
ru?: StringFilter | null | undefined;
|
|
2447
|
+
rw?: StringFilter | null | undefined;
|
|
2448
|
+
sa?: StringFilter | null | undefined;
|
|
2449
|
+
sd?: StringFilter | null | undefined;
|
|
2450
|
+
si?: StringFilter | null | undefined;
|
|
2451
|
+
sk?: StringFilter | null | undefined;
|
|
2452
|
+
sl?: StringFilter | null | undefined;
|
|
2453
|
+
sm?: StringFilter | null | undefined;
|
|
2454
|
+
sn?: StringFilter | null | undefined;
|
|
2455
|
+
so?: StringFilter | null | undefined;
|
|
2456
|
+
sq?: StringFilter | null | undefined;
|
|
2457
|
+
sr?: StringFilter | null | undefined;
|
|
2458
|
+
st?: StringFilter | null | undefined;
|
|
2459
|
+
su?: StringFilter | null | undefined;
|
|
2460
|
+
sv?: StringFilter | null | undefined;
|
|
2461
|
+
sw?: StringFilter | null | undefined;
|
|
2462
|
+
ta?: StringFilter | null | undefined;
|
|
2463
|
+
te?: StringFilter | null | undefined;
|
|
2464
|
+
tg?: StringFilter | null | undefined;
|
|
2465
|
+
th?: StringFilter | null | undefined;
|
|
2466
|
+
ti?: StringFilter | null | undefined;
|
|
2467
|
+
tk?: StringFilter | null | undefined;
|
|
2468
|
+
tl?: StringFilter | null | undefined;
|
|
2469
|
+
tn?: StringFilter | null | undefined;
|
|
2470
|
+
to?: StringFilter | null | undefined;
|
|
2471
|
+
tr?: StringFilter | null | undefined;
|
|
2472
|
+
ts?: StringFilter | null | undefined;
|
|
2473
|
+
tt?: StringFilter | null | undefined;
|
|
2474
|
+
tw?: StringFilter | null | undefined;
|
|
2475
|
+
ug?: StringFilter | null | undefined;
|
|
2476
|
+
uk?: StringFilter | null | undefined;
|
|
2477
|
+
ur?: StringFilter | null | undefined;
|
|
2478
|
+
uz?: StringFilter | null | undefined;
|
|
2479
|
+
vi?: StringFilter | null | undefined;
|
|
2480
|
+
wa?: StringFilter | null | undefined;
|
|
2481
|
+
wo?: StringFilter | null | undefined;
|
|
2482
|
+
xh?: StringFilter | null | undefined;
|
|
2483
|
+
yi?: StringFilter | null | undefined;
|
|
2484
|
+
yo?: StringFilter | null | undefined;
|
|
2485
|
+
zh?: StringFilter | null | undefined;
|
|
2486
|
+
zu?: StringFilter | null | undefined;
|
|
2487
|
+
};
|
|
2488
|
+
type NullFilter = {
|
|
2489
|
+
_is_null?: boolean | null | undefined;
|
|
2490
|
+
};
|
|
2491
|
+
type OptionFilter = {
|
|
2492
|
+
_eq?: string | null | undefined;
|
|
2493
|
+
_in?: Array<string | null | undefined> | null | undefined;
|
|
2494
|
+
_is_null?: boolean | null | undefined;
|
|
2495
|
+
_not_in?: Array<string | null | undefined> | null | undefined;
|
|
2496
|
+
};
|
|
2497
|
+
type StringFilter = {
|
|
2498
|
+
_eq?: string | null | undefined;
|
|
2499
|
+
_ilike?: string | null | undefined;
|
|
2500
|
+
_in?: Array<string | null | undefined> | null | undefined;
|
|
2501
|
+
_is_null?: boolean | null | undefined;
|
|
2502
|
+
_not_in?: Array<string | null | undefined> | null | undefined;
|
|
2503
|
+
};
|
|
2504
|
+
type rentals_BedFilter = {
|
|
2505
|
+
_and?: rentals_BedFilter | null | undefined;
|
|
2506
|
+
_or?: rentals_BedFilter | null | undefined;
|
|
2507
|
+
amount?: IntFilter | null | undefined;
|
|
2508
|
+
childrenOnly?: BooleanFilter | null | undefined;
|
|
2509
|
+
extraLongBeds?: BooleanFilter | null | undefined;
|
|
2510
|
+
kind?: OptionFilter | null | undefined;
|
|
2511
|
+
openFootsection?: BooleanFilter | null | undefined;
|
|
2512
|
+
raisedBeds?: BooleanFilter | null | undefined;
|
|
2513
|
+
type?: OptionFilter | null | undefined;
|
|
2514
|
+
};
|
|
2515
|
+
type rentals_ContainsBedFilter = {
|
|
2516
|
+
_contains?: rentals_BedFilter | null | undefined;
|
|
2517
|
+
_is_null?: boolean | null | undefined;
|
|
2518
|
+
};
|
|
2519
|
+
type rentals_ContainsEmbeddedImageFilter = {
|
|
2520
|
+
_contains?: rentals_EmbeddedImageFilter | null | undefined;
|
|
2521
|
+
_is_null?: boolean | null | undefined;
|
|
2522
|
+
};
|
|
2523
|
+
type rentals_ContainsLinkFilter = {
|
|
2524
|
+
_contains?: rentals_LinkFilter | null | undefined;
|
|
2525
|
+
_is_null?: boolean | null | undefined;
|
|
2526
|
+
};
|
|
2527
|
+
type rentals_ContainsPoolDetailsFilter = {
|
|
2528
|
+
_contains?: rentals_PoolDetailsFilter | null | undefined;
|
|
2529
|
+
_is_null?: boolean | null | undefined;
|
|
2530
|
+
};
|
|
2531
|
+
type rentals_ContainsRoomFilter = {
|
|
2532
|
+
_contains?: rentals_RoomFilter | null | undefined;
|
|
2533
|
+
_is_null?: boolean | null | undefined;
|
|
2534
|
+
};
|
|
2535
|
+
type rentals_ContainsStringFilter = {
|
|
2536
|
+
_contains?: Array<string | null | undefined> | null | undefined;
|
|
2537
|
+
_contains_one_of?: Array<string | null | undefined> | null | undefined;
|
|
2538
|
+
_is_null?: boolean | null | undefined;
|
|
2539
|
+
};
|
|
2540
|
+
type rentals_DescriptionsFilter = {
|
|
2541
|
+
_and?: rentals_DescriptionsFilter | null | undefined;
|
|
2542
|
+
_or?: rentals_DescriptionsFilter | null | undefined;
|
|
2543
|
+
altDescription?: LocaleStringFilter | null | undefined;
|
|
2544
|
+
arrivalInfo?: LocaleStringFilter | null | undefined;
|
|
2545
|
+
departureInfo?: LocaleStringFilter | null | undefined;
|
|
2546
|
+
description?: LocaleStringFilter | null | undefined;
|
|
2547
|
+
directions?: LocaleStringFilter | null | undefined;
|
|
2548
|
+
headline?: LocaleStringFilter | null | undefined;
|
|
2549
|
+
intro?: LocaleStringFilter | null | undefined;
|
|
2550
|
+
locationDescription?: LocaleStringFilter | null | undefined;
|
|
2551
|
+
};
|
|
2552
|
+
type rentals_EmbeddedImageFilter = {
|
|
2553
|
+
_and?: rentals_EmbeddedImageFilter | null | undefined;
|
|
2554
|
+
_or?: rentals_EmbeddedImageFilter | null | undefined;
|
|
2555
|
+
category?: StringFilter | null | undefined;
|
|
2556
|
+
fileName?: StringFilter | null | undefined;
|
|
2557
|
+
format?: OptionFilter | null | undefined;
|
|
2558
|
+
height?: IntFilter | null | undefined;
|
|
2559
|
+
id?: StringFilter | null | undefined;
|
|
2560
|
+
titles?: LocaleStringFilter | null | undefined;
|
|
2561
|
+
width?: IntFilter | null | undefined;
|
|
2562
|
+
};
|
|
2563
|
+
type rentals_LinkFilter = {
|
|
2564
|
+
_and?: rentals_LinkFilter | null | undefined;
|
|
2565
|
+
_or?: rentals_LinkFilter | null | undefined;
|
|
2566
|
+
language?: OptionFilter | null | undefined;
|
|
2567
|
+
type?: OptionFilter | null | undefined;
|
|
2568
|
+
url?: StringFilter | null | undefined;
|
|
2569
|
+
};
|
|
2570
|
+
type rentals_PoolDetailsFilter = {
|
|
2571
|
+
_and?: rentals_PoolDetailsFilter | null | undefined;
|
|
2572
|
+
_or?: rentals_PoolDetailsFilter | null | undefined;
|
|
2573
|
+
allowedAges?: OptionFilter | null | undefined;
|
|
2574
|
+
heated?: BooleanFilter | null | undefined;
|
|
2575
|
+
infinity?: BooleanFilter | null | undefined;
|
|
2576
|
+
roofTop?: BooleanFilter | null | undefined;
|
|
2577
|
+
saltWater?: BooleanFilter | null | undefined;
|
|
2578
|
+
shallowEnd?: BooleanFilter | null | undefined;
|
|
2579
|
+
size?: IntFilter | null | undefined;
|
|
2580
|
+
towels?: BooleanFilter | null | undefined;
|
|
2581
|
+
withView?: BooleanFilter | null | undefined;
|
|
2582
|
+
};
|
|
2583
|
+
type rentals_RentalAttributesFilter = {
|
|
2584
|
+
_and?: rentals_RentalAttributesFilter | null | undefined;
|
|
2585
|
+
_or?: rentals_RentalAttributesFilter | null | undefined;
|
|
2586
|
+
ac?: BooleanFilter | null | undefined;
|
|
2587
|
+
acCoverage?: OptionFilter | null | undefined;
|
|
2588
|
+
accessToPrivateBeach?: BooleanFilter | null | undefined;
|
|
2589
|
+
accessibleByLift?: BooleanFilter | null | undefined;
|
|
2590
|
+
adaptedBath?: BooleanFilter | null | undefined;
|
|
2591
|
+
airPurifiersInstalled?: BooleanFilter | null | undefined;
|
|
2592
|
+
alarmClock?: BooleanFilter | null | undefined;
|
|
2593
|
+
alarmSystem?: BooleanFilter | null | undefined;
|
|
2594
|
+
allergic?: BooleanFilter | null | undefined;
|
|
2595
|
+
babygate?: BooleanFilter | null | undefined;
|
|
2596
|
+
balcony?: BooleanFilter | null | undefined;
|
|
2597
|
+
bathroomEmergencyPullCord?: BooleanFilter | null | undefined;
|
|
2598
|
+
bbq?: BooleanFilter | null | undefined;
|
|
2599
|
+
bbqArea?: BooleanFilter | null | undefined;
|
|
2600
|
+
bbqType?: OptionFilter | null | undefined;
|
|
2601
|
+
beachChair?: BooleanFilter | null | undefined;
|
|
2602
|
+
beachChairAtBeach?: BooleanFilter | null | undefined;
|
|
2603
|
+
beachview?: BooleanFilter | null | undefined;
|
|
2604
|
+
beamer?: BooleanFilter | null | undefined;
|
|
2605
|
+
bicycles?: BooleanFilter | null | undefined;
|
|
2606
|
+
blinds?: BooleanFilter | null | undefined;
|
|
2607
|
+
bluray?: BooleanFilter | null | undefined;
|
|
2608
|
+
boatBerth?: BooleanFilter | null | undefined;
|
|
2609
|
+
bodySoap?: BooleanFilter | null | undefined;
|
|
2610
|
+
bookDvdMusicLibraryForChildren?: BooleanFilter | null | undefined;
|
|
2611
|
+
books?: BooleanFilter | null | undefined;
|
|
2612
|
+
bottleOfWater?: BooleanFilter | null | undefined;
|
|
2613
|
+
carNecessity?: OptionFilter | null | undefined;
|
|
2614
|
+
carbonMonoxideDetector?: BooleanFilter | null | undefined;
|
|
2615
|
+
carbonMonoxideSource?: BooleanFilter | null | undefined;
|
|
2616
|
+
carport?: BooleanFilter | null | undefined;
|
|
2617
|
+
cd?: BooleanFilter | null | undefined;
|
|
2618
|
+
cds?: BooleanFilter | null | undefined;
|
|
2619
|
+
childSafetySocketCovers?: BooleanFilter | null | undefined;
|
|
2620
|
+
childrenWelcome?: BooleanFilter | null | undefined;
|
|
2621
|
+
chocolateOrCookie?: BooleanFilter | null | undefined;
|
|
2622
|
+
cityView?: BooleanFilter | null | undefined;
|
|
2623
|
+
closedPlot?: BooleanFilter | null | undefined;
|
|
2624
|
+
closedTerrace?: BooleanFilter | null | undefined;
|
|
2625
|
+
coatCheck?: BooleanFilter | null | undefined;
|
|
2626
|
+
coffeemaker?: BooleanFilter | null | undefined;
|
|
2627
|
+
conditioner?: BooleanFilter | null | undefined;
|
|
2628
|
+
cookingUtensils?: BooleanFilter | null | undefined;
|
|
2629
|
+
countrysideView?: BooleanFilter | null | undefined;
|
|
2630
|
+
countrysideViewType?: OptionFilter | null | undefined;
|
|
2631
|
+
coveredTerrace?: BooleanFilter | null | undefined;
|
|
2632
|
+
detached?: BooleanFilter | null | undefined;
|
|
2633
|
+
diningSeating?: BooleanFilter | null | undefined;
|
|
2634
|
+
dishcloth?: BooleanFilter | null | undefined;
|
|
2635
|
+
dishes?: BooleanFilter | null | undefined;
|
|
2636
|
+
dishwasher?: BooleanFilter | null | undefined;
|
|
2637
|
+
dryer?: BooleanFilter | null | undefined;
|
|
2638
|
+
dvd?: BooleanFilter | null | undefined;
|
|
2639
|
+
dvds?: BooleanFilter | null | undefined;
|
|
2640
|
+
earplugs?: BooleanFilter | null | undefined;
|
|
2641
|
+
eggboiler?: BooleanFilter | null | undefined;
|
|
2642
|
+
electricKettle?: BooleanFilter | null | undefined;
|
|
2643
|
+
elevation?: IntFilter | null | undefined;
|
|
2644
|
+
entireUnitWheelchairAccessible?: BooleanFilter | null | undefined;
|
|
2645
|
+
espressomachine?: BooleanFilter | null | undefined;
|
|
2646
|
+
espressomachineType?: OptionFilter | null | undefined;
|
|
2647
|
+
fan?: BooleanFilter | null | undefined;
|
|
2648
|
+
featherPillow?: BooleanFilter | null | undefined;
|
|
2649
|
+
fireAlarms?: BooleanFilter | null | undefined;
|
|
2650
|
+
fireExtinguisher?: BooleanFilter | null | undefined;
|
|
2651
|
+
fireplace?: BooleanFilter | null | undefined;
|
|
2652
|
+
fireside?: BooleanFilter | null | undefined;
|
|
2653
|
+
firesideType?: OptionFilter | null | undefined;
|
|
2654
|
+
firstAidKit?: BooleanFilter | null | undefined;
|
|
2655
|
+
fishguttingPlace?: BooleanFilter | null | undefined;
|
|
2656
|
+
floor?: OptionFilter | null | undefined;
|
|
2657
|
+
floorCount?: IntFilter | null | undefined;
|
|
2658
|
+
flyscreen?: BooleanFilter | null | undefined;
|
|
2659
|
+
freezer?: BooleanFilter | null | undefined;
|
|
2660
|
+
freezerType?: OptionFilter | null | undefined;
|
|
2661
|
+
fridge?: BooleanFilter | null | undefined;
|
|
2662
|
+
fruits?: BooleanFilter | null | undefined;
|
|
2663
|
+
fullLengthMirror?: BooleanFilter | null | undefined;
|
|
2664
|
+
games?: BooleanFilter | null | undefined;
|
|
2665
|
+
garage?: BooleanFilter | null | undefined;
|
|
2666
|
+
garden?: BooleanFilter | null | undefined;
|
|
2667
|
+
gardenShed?: BooleanFilter | null | undefined;
|
|
2668
|
+
gardenView?: BooleanFilter | null | undefined;
|
|
2669
|
+
genderRestriction?: OptionFilter | null | undefined;
|
|
2670
|
+
guestwc?: IntFilter | null | undefined;
|
|
2671
|
+
gym?: BooleanFilter | null | undefined;
|
|
2672
|
+
hammock?: BooleanFilter | null | undefined;
|
|
2673
|
+
handSanitizer?: BooleanFilter | null | undefined;
|
|
2674
|
+
handcart?: BooleanFilter | null | undefined;
|
|
2675
|
+
handicappedAccessible?: BooleanFilter | null | undefined;
|
|
2676
|
+
heating?: BooleanFilter | null | undefined;
|
|
2677
|
+
heatingSystem?: OptionFilter | null | undefined;
|
|
2678
|
+
hifi?: BooleanFilter | null | undefined;
|
|
2679
|
+
higherLevelToilet?: BooleanFilter | null | undefined;
|
|
2680
|
+
homecinema?: BooleanFilter | null | undefined;
|
|
2681
|
+
hypoallergenicPillow?: BooleanFilter | null | undefined;
|
|
2682
|
+
individualAirConditioning?: BooleanFilter | null | undefined;
|
|
2683
|
+
indoorGrill?: BooleanFilter | null | undefined;
|
|
2684
|
+
indoorPool?: BooleanFilter | null | undefined;
|
|
2685
|
+
indoorPoolDetails?: rentals_ContainsPoolDetailsFilter | null | undefined;
|
|
2686
|
+
infraredCabin?: BooleanFilter | null | undefined;
|
|
2687
|
+
innerCourtView?: BooleanFilter | null | undefined;
|
|
2688
|
+
interconnectingRoomsAvailable?: BooleanFilter | null | undefined;
|
|
2689
|
+
internet?: BooleanFilter | null | undefined;
|
|
2690
|
+
internetSpeed?: OptionFilter | null | undefined;
|
|
2691
|
+
iron?: BooleanFilter | null | undefined;
|
|
2692
|
+
ironingBoard?: BooleanFilter | null | undefined;
|
|
2693
|
+
keyAccessType?: OptionFilter | null | undefined;
|
|
2694
|
+
kitchen?: BooleanFilter | null | undefined;
|
|
2695
|
+
kitchenDescription?: LocaleStringFilter | null | undefined;
|
|
2696
|
+
kitchenType?: OptionFilter | null | undefined;
|
|
2697
|
+
kitchenmachine?: BooleanFilter | null | undefined;
|
|
2698
|
+
lakeview?: BooleanFilter | null | undefined;
|
|
2699
|
+
lakeviewType?: OptionFilter | null | undefined;
|
|
2700
|
+
landingStage?: BooleanFilter | null | undefined;
|
|
2701
|
+
laundryRack?: BooleanFilter | null | undefined;
|
|
2702
|
+
lift?: BooleanFilter | null | undefined;
|
|
2703
|
+
lockers?: BooleanFilter | null | undefined;
|
|
2704
|
+
loungeSeating?: BooleanFilter | null | undefined;
|
|
2705
|
+
lowBathroomSink?: BooleanFilter | null | undefined;
|
|
2706
|
+
marquee?: BooleanFilter | null | undefined;
|
|
2707
|
+
microwave?: BooleanFilter | null | undefined;
|
|
2708
|
+
minibar?: BooleanFilter | null | undefined;
|
|
2709
|
+
minpersons?: IntFilter | null | undefined;
|
|
2710
|
+
mixer?: BooleanFilter | null | undefined;
|
|
2711
|
+
mountainview?: BooleanFilter | null | undefined;
|
|
2712
|
+
mountainviewType?: OptionFilter | null | undefined;
|
|
2713
|
+
nonFeatherPillow?: BooleanFilter | null | undefined;
|
|
2714
|
+
nonsmoking?: BooleanFilter | null | undefined;
|
|
2715
|
+
outdoorDiningArea?: BooleanFilter | null | undefined;
|
|
2716
|
+
outdoorFurniture?: BooleanFilter | null | undefined;
|
|
2717
|
+
outdoorKitchen?: BooleanFilter | null | undefined;
|
|
2718
|
+
outdoorPool?: BooleanFilter | null | undefined;
|
|
2719
|
+
outdoorPoolDetails?: rentals_ContainsPoolDetailsFilter | null | undefined;
|
|
2720
|
+
outdoorShower?: BooleanFilter | null | undefined;
|
|
2721
|
+
oven?: BooleanFilter | null | undefined;
|
|
2722
|
+
ovenConnection?: OptionFilter | null | undefined;
|
|
2723
|
+
pajamas?: BooleanFilter | null | undefined;
|
|
2724
|
+
parasol?: BooleanFilter | null | undefined;
|
|
2725
|
+
parkingCount?: IntFilter | null | undefined;
|
|
2726
|
+
pavilion?: BooleanFilter | null | undefined;
|
|
2727
|
+
payPerViewChannels?: BooleanFilter | null | undefined;
|
|
2728
|
+
penthouse?: BooleanFilter | null | undefined;
|
|
2729
|
+
playground?: BooleanFilter | null | undefined;
|
|
2730
|
+
plotSize?: IntFilter | null | undefined;
|
|
2731
|
+
pond?: BooleanFilter | null | undefined;
|
|
2732
|
+
pool4kids?: BooleanFilter | null | undefined;
|
|
2733
|
+
poolView?: BooleanFilter | null | undefined;
|
|
2734
|
+
pooltable?: BooleanFilter | null | undefined;
|
|
2735
|
+
privateOpenAirBath?: BooleanFilter | null | undefined;
|
|
2736
|
+
privateparking?: BooleanFilter | null | undefined;
|
|
2737
|
+
quietStreetView?: BooleanFilter | null | undefined;
|
|
2738
|
+
raclette?: BooleanFilter | null | undefined;
|
|
2739
|
+
radio?: BooleanFilter | null | undefined;
|
|
2740
|
+
riverView?: BooleanFilter | null | undefined;
|
|
2741
|
+
rollInShower?: BooleanFilter | null | undefined;
|
|
2742
|
+
safe?: BooleanFilter | null | undefined;
|
|
2743
|
+
sandbox?: BooleanFilter | null | undefined;
|
|
2744
|
+
sandwichToaster?: BooleanFilter | null | undefined;
|
|
2745
|
+
sauna?: BooleanFilter | null | undefined;
|
|
2746
|
+
seaview?: BooleanFilter | null | undefined;
|
|
2747
|
+
seaviewType?: OptionFilter | null | undefined;
|
|
2748
|
+
semiDetached?: BooleanFilter | null | undefined;
|
|
2749
|
+
shampoo?: BooleanFilter | null | undefined;
|
|
2750
|
+
shoeCabinet?: BooleanFilter | null | undefined;
|
|
2751
|
+
showerCap?: BooleanFilter | null | undefined;
|
|
2752
|
+
showerChair?: BooleanFilter | null | undefined;
|
|
2753
|
+
skiBootWarmer?: BooleanFilter | null | undefined;
|
|
2754
|
+
slide?: BooleanFilter | null | undefined;
|
|
2755
|
+
smokeDetector?: BooleanFilter | null | undefined;
|
|
2756
|
+
solarium?: BooleanFilter | null | undefined;
|
|
2757
|
+
soundproof?: BooleanFilter | null | undefined;
|
|
2758
|
+
spa?: BooleanFilter | null | undefined;
|
|
2759
|
+
spices?: BooleanFilter | null | undefined;
|
|
2760
|
+
squareMeters?: IntFilter | null | undefined;
|
|
2761
|
+
stars?: IntFilter | null | undefined;
|
|
2762
|
+
steambath?: BooleanFilter | null | undefined;
|
|
2763
|
+
stove?: BooleanFilter | null | undefined;
|
|
2764
|
+
stoveType?: OptionFilter | null | undefined;
|
|
2765
|
+
sunbathingArea?: BooleanFilter | null | undefined;
|
|
2766
|
+
sunlounger?: BooleanFilter | null | undefined;
|
|
2767
|
+
swing?: BooleanFilter | null | undefined;
|
|
2768
|
+
tableTennisTable?: BooleanFilter | null | undefined;
|
|
2769
|
+
tennisCourt?: BooleanFilter | null | undefined;
|
|
2770
|
+
terrace?: BooleanFilter | null | undefined;
|
|
2771
|
+
toaster?: BooleanFilter | null | undefined;
|
|
2772
|
+
toiletPaper?: BooleanFilter | null | undefined;
|
|
2773
|
+
toiletWithGrabRails?: BooleanFilter | null | undefined;
|
|
2774
|
+
toothbrush?: BooleanFilter | null | undefined;
|
|
2775
|
+
toys?: BooleanFilter | null | undefined;
|
|
2776
|
+
trampoline?: BooleanFilter | null | undefined;
|
|
2777
|
+
trashCans?: BooleanFilter | null | undefined;
|
|
2778
|
+
trashcan?: BooleanFilter | null | undefined;
|
|
2779
|
+
tv?: BooleanFilter | null | undefined;
|
|
2780
|
+
tvConnection?: OptionFilter | null | undefined;
|
|
2781
|
+
tvCount?: IntFilter | null | undefined;
|
|
2782
|
+
tvInternationalChannels?: BooleanFilter | null | undefined;
|
|
2783
|
+
tvSize?: OptionFilter | null | undefined;
|
|
2784
|
+
upperFloorReachableByLift?: BooleanFilter | null | undefined;
|
|
2785
|
+
upperFloorReachableByStairsOnly?: BooleanFilter | null | undefined;
|
|
2786
|
+
vacuum?: BooleanFilter | null | undefined;
|
|
2787
|
+
valleyView?: BooleanFilter | null | undefined;
|
|
2788
|
+
valleyViewType?: OptionFilter | null | undefined;
|
|
2789
|
+
vod?: BooleanFilter | null | undefined;
|
|
2790
|
+
warmwater?: BooleanFilter | null | undefined;
|
|
2791
|
+
washer?: BooleanFilter | null | undefined;
|
|
2792
|
+
wheelchairFriendly?: BooleanFilter | null | undefined;
|
|
2793
|
+
whirlpool?: BooleanFilter | null | undefined;
|
|
2794
|
+
wifi?: BooleanFilter | null | undefined;
|
|
2795
|
+
windScreen?: BooleanFilter | null | undefined;
|
|
2796
|
+
wineGlasses?: BooleanFilter | null | undefined;
|
|
2797
|
+
wineOrChampagne?: BooleanFilter | null | undefined;
|
|
2798
|
+
yearOfConstruction?: IntFilter | null | undefined;
|
|
2799
|
+
yearOfLastRenovation?: IntFilter | null | undefined;
|
|
2800
|
+
youthgroups?: OptionFilter | null | undefined;
|
|
2801
|
+
};
|
|
2802
|
+
type rentals_RentalServicesFilter = {
|
|
2803
|
+
_and?: rentals_RentalServicesFilter | null | undefined;
|
|
2804
|
+
_or?: rentals_RentalServicesFilter | null | undefined;
|
|
2805
|
+
babybed?: OptionFilter | null | undefined;
|
|
2806
|
+
babysitting?: OptionFilter | null | undefined;
|
|
2807
|
+
bathrobe?: OptionFilter | null | undefined;
|
|
2808
|
+
cleaning_supplies?: OptionFilter | null | undefined;
|
|
2809
|
+
crib?: OptionFilter | null | undefined;
|
|
2810
|
+
dryer?: OptionFilter | null | undefined;
|
|
2811
|
+
electricity?: OptionFilter | null | undefined;
|
|
2812
|
+
extrabed?: OptionFilter | null | undefined;
|
|
2813
|
+
firewood?: OptionFilter | null | undefined;
|
|
2814
|
+
gas?: OptionFilter | null | undefined;
|
|
2815
|
+
heating?: OptionFilter | null | undefined;
|
|
2816
|
+
highchair?: OptionFilter | null | undefined;
|
|
2817
|
+
initial_equipment?: OptionFilter | null | undefined;
|
|
2818
|
+
intercleaning?: OptionFilter | null | undefined;
|
|
2819
|
+
internet?: OptionFilter | null | undefined;
|
|
2820
|
+
linen?: OptionFilter | null | undefined;
|
|
2821
|
+
pet?: OptionFilter | null | undefined;
|
|
2822
|
+
privat_parking?: OptionFilter | null | undefined;
|
|
2823
|
+
toiletries?: OptionFilter | null | undefined;
|
|
2824
|
+
towels?: OptionFilter | null | undefined;
|
|
2825
|
+
transfer?: OptionFilter | null | undefined;
|
|
2826
|
+
washer?: OptionFilter | null | undefined;
|
|
2827
|
+
water?: OptionFilter | null | undefined;
|
|
2828
|
+
};
|
|
2829
|
+
type rentals_RentalSummaryFilter = {
|
|
2830
|
+
_and?: rentals_RentalSummaryFilter | null | undefined;
|
|
2831
|
+
_or?: rentals_RentalSummaryFilter | null | undefined;
|
|
2832
|
+
address?: AddressFilter | null | undefined;
|
|
2833
|
+
attributes?: rentals_RentalAttributesFilter | null | undefined;
|
|
2834
|
+
availablePeriods?: LocalDayRangeFilter | null | undefined;
|
|
2835
|
+
bookingWorkspaceId?: StringFilter | null | undefined;
|
|
2836
|
+
cleaningStatus?: OptionFilter | null | undefined;
|
|
2837
|
+
created?: DateFilter | null | undefined;
|
|
2838
|
+
descriptions?: rentals_DescriptionsFilter | null | undefined;
|
|
2839
|
+
id?: OptionFilter | null | undefined;
|
|
2840
|
+
images?: rentals_ContainsEmbeddedImageFilter | null | undefined;
|
|
2841
|
+
label?: StringFilter | null | undefined;
|
|
2842
|
+
links?: rentals_ContainsLinkFilter | null | undefined;
|
|
2843
|
+
location?: NullFilter | null | undefined;
|
|
2844
|
+
name?: StringFilter | null | undefined;
|
|
2845
|
+
propertyId?: OptionFilter | null | undefined;
|
|
2846
|
+
readWorkspaceIds?: rentals_ContainsStringFilter | null | undefined;
|
|
2847
|
+
rentalType?: OptionFilter | null | undefined;
|
|
2848
|
+
roomSummary?: rentals_RoomSummaryFilter | null | undefined;
|
|
2849
|
+
rooms?: rentals_ContainsRoomFilter | null | undefined;
|
|
2850
|
+
scope?: OptionFilter | null | undefined;
|
|
2851
|
+
serial?: FloatFilter | null | undefined;
|
|
2852
|
+
services?: rentals_RentalServicesFilter | null | undefined;
|
|
2853
|
+
status?: OptionFilter | null | undefined;
|
|
2854
|
+
tagIds?: rentals_ContainsStringFilter | null | undefined;
|
|
2855
|
+
timezone?: OptionFilter | null | undefined;
|
|
2856
|
+
type?: OptionFilter | null | undefined;
|
|
2857
|
+
updated?: DateFilter | null | undefined;
|
|
2858
|
+
vicinity?: rentals_VicinityFilter | null | undefined;
|
|
2859
|
+
workspaceId?: OptionFilter | null | undefined;
|
|
2860
|
+
writeWorkspaceIds?: rentals_ContainsStringFilter | null | undefined;
|
|
2861
|
+
};
|
|
2862
|
+
type rentals_RoomAttributesFilter = {
|
|
2863
|
+
_and?: rentals_RoomAttributesFilter | null | undefined;
|
|
2864
|
+
_or?: rentals_RoomAttributesFilter | null | undefined;
|
|
2865
|
+
armchair?: BooleanFilter | null | undefined;
|
|
2866
|
+
bathtub?: BooleanFilter | null | undefined;
|
|
2867
|
+
bidet?: BooleanFilter | null | undefined;
|
|
2868
|
+
clothesRack?: BooleanFilter | null | undefined;
|
|
2869
|
+
desk?: BooleanFilter | null | undefined;
|
|
2870
|
+
diningTable?: BooleanFilter | null | undefined;
|
|
2871
|
+
flooring?: OptionFilter | null | undefined;
|
|
2872
|
+
hairdryer?: BooleanFilter | null | undefined;
|
|
2873
|
+
hasPrivateBathroom?: BooleanFilter | null | undefined;
|
|
2874
|
+
makeupMirror?: BooleanFilter | null | undefined;
|
|
2875
|
+
mirror?: BooleanFilter | null | undefined;
|
|
2876
|
+
readingLight?: BooleanFilter | null | undefined;
|
|
2877
|
+
roomDarkeningOption?: BooleanFilter | null | undefined;
|
|
2878
|
+
shower?: BooleanFilter | null | undefined;
|
|
2879
|
+
showerType?: OptionFilter | null | undefined;
|
|
2880
|
+
sideboard?: BooleanFilter | null | undefined;
|
|
2881
|
+
socketNearTheBed?: BooleanFilter | null | undefined;
|
|
2882
|
+
sofa?: BooleanFilter | null | undefined;
|
|
2883
|
+
squareMeters?: IntFilter | null | undefined;
|
|
2884
|
+
underfloorheating?: BooleanFilter | null | undefined;
|
|
2885
|
+
wardrobe?: BooleanFilter | null | undefined;
|
|
2886
|
+
washbasin?: BooleanFilter | null | undefined;
|
|
2887
|
+
wc?: BooleanFilter | null | undefined;
|
|
2888
|
+
window?: BooleanFilter | null | undefined;
|
|
2889
|
+
};
|
|
2890
|
+
type rentals_RoomFilter = {
|
|
2891
|
+
_and?: rentals_RoomFilter | null | undefined;
|
|
2892
|
+
_or?: rentals_RoomFilter | null | undefined;
|
|
2893
|
+
attributes?: rentals_RoomAttributesFilter | null | undefined;
|
|
2894
|
+
beds?: rentals_ContainsBedFilter | null | undefined;
|
|
2895
|
+
description?: LocaleStringFilter | null | undefined;
|
|
2896
|
+
type?: OptionFilter | null | undefined;
|
|
2897
|
+
};
|
|
2898
|
+
type rentals_RoomSummaryFilter = {
|
|
2899
|
+
_and?: rentals_RoomSummaryFilter | null | undefined;
|
|
2900
|
+
_or?: rentals_RoomSummaryFilter | null | undefined;
|
|
2901
|
+
bathrooms?: IntFilter | null | undefined;
|
|
2902
|
+
bedrooms?: IntFilter | null | undefined;
|
|
2903
|
+
livingrooms?: IntFilter | null | undefined;
|
|
2904
|
+
maxAdults?: IntFilter | null | undefined;
|
|
2905
|
+
maxPersons?: IntFilter | null | undefined;
|
|
2906
|
+
rooms?: IntFilter | null | undefined;
|
|
2907
|
+
};
|
|
2908
|
+
type rentals_VicinityFilter = {
|
|
2909
|
+
_and?: rentals_VicinityFilter | null | undefined;
|
|
2910
|
+
_or?: rentals_VicinityFilter | null | undefined;
|
|
2911
|
+
adventure?: BooleanFilter | null | undefined;
|
|
2912
|
+
airportdistance?: IntFilter | null | undefined;
|
|
2913
|
+
archery?: BooleanFilter | null | undefined;
|
|
2914
|
+
awayFromItAll?: BooleanFilter | null | undefined;
|
|
2915
|
+
balloonTrips?: BooleanFilter | null | undefined;
|
|
2916
|
+
basketball?: BooleanFilter | null | undefined;
|
|
2917
|
+
beach?: BooleanFilter | null | undefined;
|
|
2918
|
+
beachaccess?: BooleanFilter | null | undefined;
|
|
2919
|
+
beachdistance?: IntFilter | null | undefined;
|
|
2920
|
+
beachfront?: BooleanFilter | null | undefined;
|
|
2921
|
+
beachtype?: OptionFilter | null | undefined;
|
|
2922
|
+
beachvolleyball?: BooleanFilter | null | undefined;
|
|
2923
|
+
billiards?: BooleanFilter | null | undefined;
|
|
2924
|
+
birdWatching?: BooleanFilter | null | undefined;
|
|
2925
|
+
boatRental?: BooleanFilter | null | undefined;
|
|
2926
|
+
boatTrip?: BooleanFilter | null | undefined;
|
|
2927
|
+
boccie?: BooleanFilter | null | undefined;
|
|
2928
|
+
botanicalGarden?: BooleanFilter | null | undefined;
|
|
2929
|
+
bowling?: BooleanFilter | null | undefined;
|
|
2930
|
+
budget?: BooleanFilter | null | undefined;
|
|
2931
|
+
bungeeJumping?: BooleanFilter | null | undefined;
|
|
2932
|
+
canoeing?: BooleanFilter | null | undefined;
|
|
2933
|
+
carriageRides?: BooleanFilter | null | undefined;
|
|
2934
|
+
church?: BooleanFilter | null | undefined;
|
|
2935
|
+
cinema?: BooleanFilter | null | undefined;
|
|
2936
|
+
citydistance?: IntFilter | null | undefined;
|
|
2937
|
+
climbing?: BooleanFilter | null | undefined;
|
|
2938
|
+
cosmeticTreatments?: BooleanFilter | null | undefined;
|
|
2939
|
+
crossCountrySkiing?: BooleanFilter | null | undefined;
|
|
2940
|
+
culture?: BooleanFilter | null | undefined;
|
|
2941
|
+
cycling?: BooleanFilter | null | undefined;
|
|
2942
|
+
danceCourses?: BooleanFilter | null | undefined;
|
|
2943
|
+
daySpa?: BooleanFilter | null | undefined;
|
|
2944
|
+
deepseaFisching?: BooleanFilter | null | undefined;
|
|
2945
|
+
disco?: BooleanFilter | null | undefined;
|
|
2946
|
+
diving?: BooleanFilter | null | undefined;
|
|
2947
|
+
dutyfree?: BooleanFilter | null | undefined;
|
|
2948
|
+
family?: BooleanFilter | null | undefined;
|
|
2949
|
+
farmHolidays?: BooleanFilter | null | undefined;
|
|
2950
|
+
ferrydistance?: IntFilter | null | undefined;
|
|
2951
|
+
festivals?: BooleanFilter | null | undefined;
|
|
2952
|
+
fishing?: BooleanFilter | null | undefined;
|
|
2953
|
+
fitnessTraining?: BooleanFilter | null | undefined;
|
|
2954
|
+
football?: BooleanFilter | null | undefined;
|
|
2955
|
+
gambling?: BooleanFilter | null | undefined;
|
|
2956
|
+
golf?: BooleanFilter | null | undefined;
|
|
2957
|
+
golfdistance?: IntFilter | null | undefined;
|
|
2958
|
+
gymnastics?: BooleanFilter | null | undefined;
|
|
2959
|
+
helicopterTours?: BooleanFilter | null | undefined;
|
|
2960
|
+
hiking?: BooleanFilter | null | undefined;
|
|
2961
|
+
historic?: BooleanFilter | null | undefined;
|
|
2962
|
+
holidayComplex?: BooleanFilter | null | undefined;
|
|
2963
|
+
horsebackRiding?: BooleanFilter | null | undefined;
|
|
2964
|
+
iceSkating?: BooleanFilter | null | undefined;
|
|
2965
|
+
jetSkiing?: BooleanFilter | null | undefined;
|
|
2966
|
+
jogging?: BooleanFilter | null | undefined;
|
|
2967
|
+
kayaking?: BooleanFilter | null | undefined;
|
|
2968
|
+
lakedistance?: IntFilter | null | undefined;
|
|
2969
|
+
library?: BooleanFilter | null | undefined;
|
|
2970
|
+
locAtm?: BooleanFilter | null | undefined;
|
|
2971
|
+
locBay?: BooleanFilter | null | undefined;
|
|
2972
|
+
locBeach?: BooleanFilter | null | undefined;
|
|
2973
|
+
locCity?: BooleanFilter | null | undefined;
|
|
2974
|
+
locDowntown?: BooleanFilter | null | undefined;
|
|
2975
|
+
locForest?: BooleanFilter | null | undefined;
|
|
2976
|
+
locGroceries?: BooleanFilter | null | undefined;
|
|
2977
|
+
locHospital?: BooleanFilter | null | undefined;
|
|
2978
|
+
locLake?: BooleanFilter | null | undefined;
|
|
2979
|
+
locMedicalServices?: BooleanFilter | null | undefined;
|
|
2980
|
+
locMountain?: BooleanFilter | null | undefined;
|
|
2981
|
+
locOcean?: BooleanFilter | null | undefined;
|
|
2982
|
+
locRiver?: BooleanFilter | null | undefined;
|
|
2983
|
+
locRural?: BooleanFilter | null | undefined;
|
|
2984
|
+
locVillage?: BooleanFilter | null | undefined;
|
|
2985
|
+
locWaterfalls?: BooleanFilter | null | undefined;
|
|
2986
|
+
luxury?: BooleanFilter | null | undefined;
|
|
2987
|
+
massages?: BooleanFilter | null | undefined;
|
|
2988
|
+
minigolf?: BooleanFilter | null | undefined;
|
|
2989
|
+
mountainbiking?: BooleanFilter | null | undefined;
|
|
2990
|
+
museums?: BooleanFilter | null | undefined;
|
|
2991
|
+
nordicWalking?: BooleanFilter | null | undefined;
|
|
2992
|
+
nudeBeach?: BooleanFilter | null | undefined;
|
|
2993
|
+
paragliding?: BooleanFilter | null | undefined;
|
|
2994
|
+
parasailing?: BooleanFilter | null | undefined;
|
|
2995
|
+
pilates?: BooleanFilter | null | undefined;
|
|
2996
|
+
playgroundActivity?: BooleanFilter | null | undefined;
|
|
2997
|
+
publictransportdistance?: IntFilter | null | undefined;
|
|
2998
|
+
qiGong?: BooleanFilter | null | undefined;
|
|
2999
|
+
rafting?: BooleanFilter | null | undefined;
|
|
3000
|
+
restaurantdistance?: IntFilter | null | undefined;
|
|
3001
|
+
restaurants?: BooleanFilter | null | undefined;
|
|
3002
|
+
romantic?: BooleanFilter | null | undefined;
|
|
3003
|
+
rowing?: BooleanFilter | null | undefined;
|
|
3004
|
+
ruins?: BooleanFilter | null | undefined;
|
|
3005
|
+
sailing?: BooleanFilter | null | undefined;
|
|
3006
|
+
seadistance?: IntFilter | null | undefined;
|
|
3007
|
+
shopping?: BooleanFilter | null | undefined;
|
|
3008
|
+
shoppingdistance?: IntFilter | null | undefined;
|
|
3009
|
+
sightSeeing?: BooleanFilter | null | undefined;
|
|
3010
|
+
skialpine?: BooleanFilter | null | undefined;
|
|
3011
|
+
skidistance?: IntFilter | null | undefined;
|
|
3012
|
+
sledding?: BooleanFilter | null | undefined;
|
|
3013
|
+
snorkeling?: BooleanFilter | null | undefined;
|
|
3014
|
+
snowboarding?: BooleanFilter | null | undefined;
|
|
3015
|
+
spelunking?: BooleanFilter | null | undefined;
|
|
3016
|
+
sportsActivities?: BooleanFilter | null | undefined;
|
|
3017
|
+
squash?: BooleanFilter | null | undefined;
|
|
3018
|
+
surfing?: BooleanFilter | null | undefined;
|
|
3019
|
+
swimming?: BooleanFilter | null | undefined;
|
|
3020
|
+
synagogues?: BooleanFilter | null | undefined;
|
|
3021
|
+
tableTennis?: BooleanFilter | null | undefined;
|
|
3022
|
+
tennis?: BooleanFilter | null | undefined;
|
|
3023
|
+
theater?: BooleanFilter | null | undefined;
|
|
3024
|
+
themeParks?: BooleanFilter | null | undefined;
|
|
3025
|
+
touristAttractions?: BooleanFilter | null | undefined;
|
|
3026
|
+
trainstationdistance?: IntFilter | null | undefined;
|
|
3027
|
+
trekking?: BooleanFilter | null | undefined;
|
|
3028
|
+
walking?: BooleanFilter | null | undefined;
|
|
3029
|
+
waterParks?: BooleanFilter | null | undefined;
|
|
3030
|
+
waterSki?: BooleanFilter | null | undefined;
|
|
3031
|
+
waterSport?: BooleanFilter | null | undefined;
|
|
3032
|
+
wellness?: BooleanFilter | null | undefined;
|
|
3033
|
+
wellnessActivity?: BooleanFilter | null | undefined;
|
|
3034
|
+
whaleWatching?: BooleanFilter | null | undefined;
|
|
3035
|
+
windSurfing?: BooleanFilter | null | undefined;
|
|
3036
|
+
yoga?: BooleanFilter | null | undefined;
|
|
3037
|
+
zoo?: BooleanFilter | null | undefined;
|
|
3038
|
+
};
|
|
3039
|
+
//#endregion
|
|
2202
3040
|
//#region scripts/v10/metadata-generation/rental-metadata.d.ts
|
|
2203
3041
|
declare const GENERATED_RENTAL_METADATA_CATALOG: {
|
|
2204
3042
|
readonly attributes: readonly [{
|
|
@@ -10037,14 +10875,17 @@ type IntFilterDefinition = CustomAttributeFilterDefinitionBase & {
|
|
|
10037
10875
|
readonly type: "int";
|
|
10038
10876
|
readonly numericBounds: CustomAttributeFilterNumericBounds;
|
|
10039
10877
|
};
|
|
10878
|
+
type StringFilterDefinition = CustomAttributeFilterDefinitionBase & {
|
|
10879
|
+
readonly type: "string";
|
|
10880
|
+
};
|
|
10040
10881
|
type OptionFilterDefinition = CustomAttributeFilterDefinitionBase & {
|
|
10041
10882
|
readonly type: "option";
|
|
10042
10883
|
readonly options: NonEmptyReadonlyArray<CustomAttributeFilterOption>;
|
|
10043
10884
|
};
|
|
10044
|
-
type CustomAttributeSourceFilterDefinition = (BooleanFilterDefinition | IntFilterDefinition | OptionFilterDefinition) & {
|
|
10885
|
+
type CustomAttributeSourceFilterDefinition = (BooleanFilterDefinition | IntFilterDefinition | StringFilterDefinition | OptionFilterDefinition) & {
|
|
10045
10886
|
/** Backed by v10 custom attributes and v9 rental data attributes. */readonly source: "customAttribute";
|
|
10046
10887
|
} & SearchableFilterVisibility;
|
|
10047
|
-
type BackendSearchFilterDefinition = (BooleanFilterDefinition | IntFilterDefinition | OptionFilterDefinition) & {
|
|
10888
|
+
type BackendSearchFilterDefinition = (BooleanFilterDefinition | IntFilterDefinition | StringFilterDefinition | OptionFilterDefinition) & {
|
|
10048
10889
|
/** Backed by backend-defined filter keys, mainly v9 hub filters. */readonly source: "backendFilter";
|
|
10049
10890
|
} & PublicFilterVisibility;
|
|
10050
10891
|
/** Filter that expands to other filters instead of being sent directly. */
|
|
@@ -10060,10 +10901,14 @@ type CustomAttributeDefinition = CustomAttributeSourceFilterDefinition;
|
|
|
10060
10901
|
//#region src/client/types.d.ts
|
|
10061
10902
|
type RentalMetadataCatalog = typeof GENERATED_RENTAL_METADATA_CATALOG;
|
|
10062
10903
|
type RentalHighlightPrioritizationKey = RentalMetadataCatalog["attributes"][number]["key"] | RentalMetadataCatalog["roomSummary"][number]["key"] | RentalMetadataCatalog["vicinity"][number]["key"] | (string & {});
|
|
10904
|
+
type RentalScope = {
|
|
10905
|
+
readonly propertyId?: NonNullable<VofficeFilter["falicityid"]> | NonNullable<NonNullable<rentals_RentalSummaryFilter["propertyId"]>["_eq"]>;
|
|
10906
|
+
};
|
|
10063
10907
|
interface CMSOptions {
|
|
10064
10908
|
readonly translationOverrides?: TranslationOverrides;
|
|
10065
10909
|
readonly customAttributeFilterDefinitions?: CustomAttributeFilterDefinition[];
|
|
10066
10910
|
readonly rentalHighlightPrioritization?: RentalHighlightPrioritizationKey[];
|
|
10911
|
+
readonly rentalScope?: RentalScope;
|
|
10067
10912
|
}
|
|
10068
10913
|
type V9CMSOptions = CMSOptions;
|
|
10069
10914
|
type V10CMSOptions = CMSOptions;
|
|
@@ -16127,4 +16972,4 @@ declare const makeV1OpenApiClientFetchLive: (options: V1OpenApiClientOptions) =>
|
|
|
16127
16972
|
declare const defineCMSSDKOptions: <Options extends CMSOptions>(options: Options) => Options;
|
|
16128
16973
|
declare const createCMSSDKFromParsedConfig: (config: ParsedCMSConfig) => CMSSDK;
|
|
16129
16974
|
//#endregion
|
|
16130
|
-
export { AdditionalServiceLimitExceeded, ApiEnvelopeBase, ApiEnvelopeBaseSchema, type BackendKind, type BookingInput, type BookingOutput, type BookingPaymentOption, CMSError, type CMSOptions, type CMSSDK, CalendarDay, CalendarDaySchema, CalendarResponse, CalendarResponseSchema, CurrentMemberResponse, CurrentMemberResponseSchema, type CustomAttributeDefinition, type CustomAttributeFilterCategoryKey, type CustomAttributeFilterDefinition, type CustomAttributeFilterExpression, type CustomAttributeFilterLabel, type CustomAttributeFilterNumericBounds, type CustomAttributeFilterOption, type CustomDataAttribute, CustomerUnitSummary, CustomerUnitSummarySchema, type DataAttribute, DocumentCollectionResponse, DocumentCollectionResponseSchema, DocumentResource, DocumentResourceResponse, DocumentResourceResponseSchema, DocumentResourceSchema, DocumentStatus, DocumentStatusSchema, DocumentStatusUpdateRequest, DocumentStatusUpdateRequestSchema, DocumentSummary, DocumentSummarySchema, DocumentType, DocumentTypeSchema, ErgoAddress, ErgoAddressSchema, ErgoBank, ErgoBankSchema, ErgoBookRequest, ErgoBookRequestSchema, ErgoCommonFields, ErgoCommonFieldsSchema, ErgoCreatePreContractRequest, ErgoCreatePreContractRequestSchema, ErgoPerson, ErgoPersonSchema, ErgoPlanSearchRequest, ErgoPlanSearchRequestSchema, ErgoPolicyNumberRequest, ErgoPolicyNumberRequestSchema, ErgoReadPreContractRequest, ErgoReadPreContractRequestSchema, ErgoTripAndCustomerRequest, ErgoTripAndCustomerRequestSchema, FacilityListResponse, FacilityListResponseSchema, type FilterGetFiltersInput, type FilterGetFiltersOutput, type GeoLocation, type GuestQuoteInsurance, type GuestQuoteResult, type GuestQuoteSelectionError, type GuestQuoteSelectionResult, type ImageData, type InitialAvailabilityOutput, type InsuranceBookingOutput, type InsuranceCustomerInformationInput, type InsurancePaymentInformationInput, type InsurancePaymentOptionOutput, type InsurancePreContractOutput, InvalidAdditionalServiceQuantity, type KnownVofficeFacilityData, type KnownVofficeFacilityDataAttribute, type KnownVofficeFeedbackData, type KnownVofficeFeedbackDataAttribute, type KnownVofficeImageData, type KnownVofficeImageDataAttribute, type KnownVofficeOfferData, type KnownVofficeOfferDataAttribute, type KnownVofficePriceData, type KnownVofficePriceDataAttribute, type KnownVofficeRatingData, type KnownVofficeRatingDataAttribute, type KnownVofficeServiceData, type KnownVofficeServiceDataAttribute, type KnownVofficeTotalRatingData, type KnownVofficeTotalRatingDataAttribute, type KnownVofficeUnitData, type KnownVofficeUnitDataAttribute, type LiveApi, type LiveSearchApi, OnOfficeUnit, OnOfficeUnitCollectionResponse, OnOfficeUnitCollectionResponseSchema, OnOfficeUnitSchema, type ParsedCMSConfig, type ParsedJsonData, type ParsedVofficeFacilityData, type ParsedVofficeFeedbackData, type ParsedVofficeImageData, type ParsedVofficeOfferData, type ParsedVofficePriceData, type ParsedVofficeRatingData, type ParsedVofficeServiceData, type ParsedVofficeTotalRatingData, type ParsedVofficeUnitData, PaymentSchedule, PaymentScheduleItem, PaymentScheduleItemSchema, PaymentScheduleSchema, Quote, QuoteLine, QuoteLineSchema, QuotePricesPayload, QuotePricesPayloadSchema, QuotePricesResponse, QuotePricesResponseSchema, QuoteSchema, QuoteService, QuoteServiceSchema, RawObjectResponse, RawObjectResponseSchema, RawVofficeObject, RawVofficeObjectSchema, RegionListResponse, RegionListResponseSchema, type RentalHighlightPrioritizationKey, type RentalRentalsInput, type RentalRentalsOutput, type RentalSearchInput, type RentalSearchOutput, RoomImage, RoomImageSchema, SearchPropertiesResponse, SearchPropertiesResponseSchema, type SelectableInsuranceOptionOutput, type SelectedInsuranceInformationInput, ServiceBeonData, ServiceBeonDataSchema, ServiceImage, ServiceImageSchema, ServiceLimit, ServiceLimitSchema, ServiceListResponse, ServiceListResponseSchema, SetupData, SetupDataSchema, SetupResponse, SetupResponseSchema, type StableSearchInputGroup, type StartDateSelectedAvailabilityOutput, type StaticApi, type StaticRentalsApi, type SubmittableBookingPaymentOption, Tile, TileCollectionResponse, TileCollectionResponseSchema, TileSchema, TileTag, TileTagSchema, type TranslationOverrides, TravelInsuranceBooking, TravelInsuranceBookingSchema, TravelInsuranceBookingStoreRequest, TravelInsuranceBookingStoreRequestSchema, UnitIdsResponse, UnitIdsResponseSchema, UnitListItem, UnitListItemSchema, UnitListResponse, UnitListResponseSchema, UnitOffer, UnitOfferSchema, UnitResponse, UnitResponseSchema, UnitServicePrice, UnitServicePriceSchema, UnknownAdditionalService, V0OpenApiClient, V0OpenApiClientError, type V0OpenApiClientOptions, type V0OpenApiOperationId, type V0OpenApiOperationRequest, type V0OpenApiOperationResponse, type V10CMSConfig, type V10CMSOptions, V1DecodedResponse, V1HttpMethod, V1OpenApiClient, V1OpenApiClientError, type V1OpenApiClientOptions, type components as V1OpenApiComponents, type V1OpenApiOperationId, type V1OpenApiOperationRequest, type V1OpenApiOperationResponse, type operations as V1OpenApiOperations, type paths as V1OpenApiPaths, V1OperationId, V1OperationRuntime, V1OperationSchema, V1SchemaDecodeError, V1_BASE_URL, V1_OPERATIONS, type V9CMSConfig, type V9CMSOptions, VideoResponse, VideoResponseSchema, type VofficeFacilityDataAttribute, type VofficeFacilityDataAttributes, type VofficeFeedbackDataAttribute, type VofficeFeedbackDataAttributes, type VofficeImageDataAttribute, type VofficeImageDataAttributes, type VofficeOfferDataAttribute, type VofficeOfferDataAttributes, type VofficePriceDataAttribute, type VofficePriceDataAttributes, type VofficeRatingDataAttribute, type VofficeRatingDataAttributes, type VofficeServiceDataAttribute, type VofficeServiceDataAttributes, type VofficeTotalRatingDataAttribute, type VofficeTotalRatingDataAttributes, type VofficeUnitDataAttribute, type VofficeUnitDataAttributes, createCMSSDKFromParsedConfig, customDataAttribute, decodeV1OperationResponse, defineCMSSDKOptions, defineDataAttributes, defineStableSearchInputGroup, defineVofficeFacilityDataAttributes, defineVofficeFeedbackDataAttributes, defineVofficeImageDataAttributes, defineVofficeOfferDataAttributes, defineVofficePriceDataAttributes, defineVofficeRatingDataAttributes, defineVofficeServiceDataAttributes, defineVofficeTotalRatingDataAttributes, defineVofficeUnitDataAttributes, makeV0OpenApiClientFetchLive, makeV0OpenApiClientLive, makeV1OpenApiClientFetchLive, makeV1OpenApiClientLive, toStableSearchInputParameterValues, toStableSearchInputQueryKeys };
|
|
16975
|
+
export { AdditionalServiceLimitExceeded, ApiEnvelopeBase, ApiEnvelopeBaseSchema, type BackendKind, type BookingInput, type BookingOutput, type BookingPaymentOption, CMSError, type CMSOptions, type CMSSDK, CalendarDay, CalendarDaySchema, CalendarResponse, CalendarResponseSchema, CurrentMemberResponse, CurrentMemberResponseSchema, type CustomAttributeDefinition, type CustomAttributeFilterCategoryKey, type CustomAttributeFilterDefinition, type CustomAttributeFilterExpression, type CustomAttributeFilterLabel, type CustomAttributeFilterNumericBounds, type CustomAttributeFilterOption, type CustomDataAttribute, CustomerUnitSummary, CustomerUnitSummarySchema, type DataAttribute, DocumentCollectionResponse, DocumentCollectionResponseSchema, DocumentResource, DocumentResourceResponse, DocumentResourceResponseSchema, DocumentResourceSchema, DocumentStatus, DocumentStatusSchema, DocumentStatusUpdateRequest, DocumentStatusUpdateRequestSchema, DocumentSummary, DocumentSummarySchema, DocumentType, DocumentTypeSchema, ErgoAddress, ErgoAddressSchema, ErgoBank, ErgoBankSchema, ErgoBookRequest, ErgoBookRequestSchema, ErgoCommonFields, ErgoCommonFieldsSchema, ErgoCreatePreContractRequest, ErgoCreatePreContractRequestSchema, ErgoPerson, ErgoPersonSchema, ErgoPlanSearchRequest, ErgoPlanSearchRequestSchema, ErgoPolicyNumberRequest, ErgoPolicyNumberRequestSchema, ErgoReadPreContractRequest, ErgoReadPreContractRequestSchema, ErgoTripAndCustomerRequest, ErgoTripAndCustomerRequestSchema, FacilityListResponse, FacilityListResponseSchema, type FilterGetFiltersInput, type FilterGetFiltersOutput, type GeoLocation, type GuestQuoteInsurance, type GuestQuoteResult, type GuestQuoteSelectionError, type GuestQuoteSelectionResult, type ImageData, type InitialAvailabilityOutput, type InsuranceBookingOutput, type InsuranceCustomerInformationInput, type InsurancePaymentInformationInput, type InsurancePaymentOptionOutput, type InsurancePreContractOutput, InvalidAdditionalServiceQuantity, type KnownVofficeFacilityData, type KnownVofficeFacilityDataAttribute, type KnownVofficeFeedbackData, type KnownVofficeFeedbackDataAttribute, type KnownVofficeImageData, type KnownVofficeImageDataAttribute, type KnownVofficeOfferData, type KnownVofficeOfferDataAttribute, type KnownVofficePriceData, type KnownVofficePriceDataAttribute, type KnownVofficeRatingData, type KnownVofficeRatingDataAttribute, type KnownVofficeServiceData, type KnownVofficeServiceDataAttribute, type KnownVofficeTotalRatingData, type KnownVofficeTotalRatingDataAttribute, type KnownVofficeUnitData, type KnownVofficeUnitDataAttribute, type LiveApi, type LiveSearchApi, OnOfficeUnit, OnOfficeUnitCollectionResponse, OnOfficeUnitCollectionResponseSchema, OnOfficeUnitSchema, type ParsedCMSConfig, type ParsedJsonData, type ParsedVofficeFacilityData, type ParsedVofficeFeedbackData, type ParsedVofficeImageData, type ParsedVofficeOfferData, type ParsedVofficePriceData, type ParsedVofficeRatingData, type ParsedVofficeServiceData, type ParsedVofficeTotalRatingData, type ParsedVofficeUnitData, PaymentSchedule, PaymentScheduleItem, PaymentScheduleItemSchema, PaymentScheduleSchema, Quote, QuoteLine, QuoteLineSchema, QuotePricesPayload, QuotePricesPayloadSchema, QuotePricesResponse, QuotePricesResponseSchema, QuoteSchema, QuoteService, QuoteServiceSchema, RawObjectResponse, RawObjectResponseSchema, RawVofficeObject, RawVofficeObjectSchema, RegionListResponse, RegionListResponseSchema, type RentalHighlightPrioritizationKey, type RentalRentalsInput, type RentalRentalsOutput, type RentalScope, type RentalSearchInput, type RentalSearchOutput, RoomImage, RoomImageSchema, SearchPropertiesResponse, SearchPropertiesResponseSchema, type SelectableInsuranceOptionOutput, type SelectedInsuranceInformationInput, ServiceBeonData, ServiceBeonDataSchema, ServiceImage, ServiceImageSchema, ServiceLimit, ServiceLimitSchema, ServiceListResponse, ServiceListResponseSchema, SetupData, SetupDataSchema, SetupResponse, SetupResponseSchema, type StableSearchInputGroup, type StartDateSelectedAvailabilityOutput, type StaticApi, type StaticRentalsApi, type SubmittableBookingPaymentOption, Tile, TileCollectionResponse, TileCollectionResponseSchema, TileSchema, TileTag, TileTagSchema, type TranslationOverrides, TravelInsuranceBooking, TravelInsuranceBookingSchema, TravelInsuranceBookingStoreRequest, TravelInsuranceBookingStoreRequestSchema, UnitIdsResponse, UnitIdsResponseSchema, UnitListItem, UnitListItemSchema, UnitListResponse, UnitListResponseSchema, UnitOffer, UnitOfferSchema, UnitResponse, UnitResponseSchema, UnitServicePrice, UnitServicePriceSchema, UnknownAdditionalService, V0OpenApiClient, V0OpenApiClientError, type V0OpenApiClientOptions, type V0OpenApiOperationId, type V0OpenApiOperationRequest, type V0OpenApiOperationResponse, type V10CMSConfig, type V10CMSOptions, V1DecodedResponse, V1HttpMethod, V1OpenApiClient, V1OpenApiClientError, type V1OpenApiClientOptions, type components as V1OpenApiComponents, type V1OpenApiOperationId, type V1OpenApiOperationRequest, type V1OpenApiOperationResponse, type operations as V1OpenApiOperations, type paths as V1OpenApiPaths, V1OperationId, V1OperationRuntime, V1OperationSchema, V1SchemaDecodeError, V1_BASE_URL, V1_OPERATIONS, type V9CMSConfig, type V9CMSOptions, VideoResponse, VideoResponseSchema, type VofficeFacilityDataAttribute, type VofficeFacilityDataAttributes, type VofficeFeedbackDataAttribute, type VofficeFeedbackDataAttributes, type VofficeImageDataAttribute, type VofficeImageDataAttributes, type VofficeOfferDataAttribute, type VofficeOfferDataAttributes, type VofficePriceDataAttribute, type VofficePriceDataAttributes, type VofficeRatingDataAttribute, type VofficeRatingDataAttributes, type VofficeServiceDataAttribute, type VofficeServiceDataAttributes, type VofficeTotalRatingDataAttribute, type VofficeTotalRatingDataAttributes, type VofficeUnitDataAttribute, type VofficeUnitDataAttributes, createCMSSDKFromParsedConfig, customDataAttribute, decodeV1OperationResponse, defineCMSSDKOptions, defineDataAttributes, defineStableSearchInputGroup, defineVofficeFacilityDataAttributes, defineVofficeFeedbackDataAttributes, defineVofficeImageDataAttributes, defineVofficeOfferDataAttributes, defineVofficePriceDataAttributes, defineVofficeRatingDataAttributes, defineVofficeServiceDataAttributes, defineVofficeTotalRatingDataAttributes, defineVofficeUnitDataAttributes, makeV0OpenApiClientFetchLive, makeV0OpenApiClientLive, makeV1OpenApiClientFetchLive, makeV1OpenApiClientLive, toStableSearchInputParameterValues, toStableSearchInputQueryKeys };
|