@v-office/website-sdk 1.0.0 → 1.1.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-BbAfk-qa.mjs → client-CDJn8kOh.mjs} +187 -630
- package/dist/{custom-attribute-ChCbJKf_.mjs → custom-attribute-D5Kb1YHA.mjs} +1 -1
- package/dist/index.d.mts +839 -2
- 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-CRjV_lf-.mjs +609 -0
- package/dist/{quote-Vl6Nutaa.mjs → quote-Duya7n8v.mjs} +2 -2
- package/dist/{quote-C3HZsFua.mjs → quote-xpSX3Z58.mjs} +2 -2
- package/dist/{rentals-cQAg5TTW.mjs → rentals-CSp5vdZh.mjs} +4 -4
- package/dist/{rentals-BFmmp26v.mjs → rentals-DM-qBlym.mjs} +3 -3
- package/dist/{search-JqA3v_Fx.mjs → search-D-OKND5S.mjs} +24 -5
- package/dist/{to-rental-highlights-BcRa9Odv.mjs → to-rental-highlights-CYcylkuN.mjs} +3 -3
- package/package.json +21 -20
- package/dist/parser-D6UAf8Ld.mjs +0 -65
package/dist/index.d.mts
CHANGED
|
@@ -932,9 +932,71 @@ declare const RentalSearchOutputSchema: Schema.Struct<{
|
|
|
932
932
|
readonly country: Schema.optionalKey<Schema.String>;
|
|
933
933
|
}>>;
|
|
934
934
|
}>>;
|
|
935
|
-
readonly alternatives: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
936
935
|
readonly formattedTotal: Schema.optionalKey<Schema.String>;
|
|
937
936
|
}>>;
|
|
937
|
+
readonly alternatives: Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
938
|
+
readonly item: Schema.Struct<{
|
|
939
|
+
readonly id: Schema.String;
|
|
940
|
+
readonly nameOrLabel: Schema.String;
|
|
941
|
+
readonly timeZone: Schema.String;
|
|
942
|
+
readonly rentalType: Schema.optionalKey<Schema.String>;
|
|
943
|
+
readonly scope: Schema.optionalKey<Schema.String>;
|
|
944
|
+
readonly location: Schema.optionalKey<Schema.Struct<{
|
|
945
|
+
readonly latitude: Schema.Number;
|
|
946
|
+
readonly longitude: Schema.Number;
|
|
947
|
+
}>>;
|
|
948
|
+
readonly images: Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
949
|
+
readonly idOrPath: Schema.String;
|
|
950
|
+
readonly src: Schema.String;
|
|
951
|
+
readonly srcset: Schema.String;
|
|
952
|
+
readonly alt: Schema.optionalKey<Schema.String>;
|
|
953
|
+
readonly title: Schema.optionalKey<Schema.String>;
|
|
954
|
+
readonly category: Schema.optionalKey<Schema.String>;
|
|
955
|
+
readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Unknown>>;
|
|
956
|
+
}>>>;
|
|
957
|
+
readonly address: Schema.optionalKey<Schema.Struct<{
|
|
958
|
+
readonly street: Schema.optionalKey<Schema.String>;
|
|
959
|
+
readonly appendix: Schema.optionalKey<Schema.String>;
|
|
960
|
+
readonly postalcode: Schema.optionalKey<Schema.String>;
|
|
961
|
+
readonly city: Schema.optionalKey<Schema.String>;
|
|
962
|
+
readonly province: Schema.optionalKey<Schema.String>;
|
|
963
|
+
readonly country: Schema.optionalKey<Schema.String>;
|
|
964
|
+
}>>;
|
|
965
|
+
readonly highlights: Schema.optionalKey<Schema.$Array<Schema.String>>;
|
|
966
|
+
readonly property: Schema.optionalKey<Schema.Struct<{
|
|
967
|
+
readonly id: Schema.String;
|
|
968
|
+
readonly nameOrLabel: Schema.String;
|
|
969
|
+
readonly propertyType: Schema.optionalKey<Schema.String>;
|
|
970
|
+
readonly location: Schema.optionalKey<Schema.Struct<{
|
|
971
|
+
readonly latitude: Schema.Number;
|
|
972
|
+
readonly longitude: Schema.Number;
|
|
973
|
+
}>>;
|
|
974
|
+
readonly images: Schema.optionalKey<Schema.$Array<Schema.Struct<{
|
|
975
|
+
readonly idOrPath: Schema.String;
|
|
976
|
+
readonly src: Schema.String;
|
|
977
|
+
readonly srcset: Schema.String;
|
|
978
|
+
readonly alt: Schema.optionalKey<Schema.String>;
|
|
979
|
+
readonly title: Schema.optionalKey<Schema.String>;
|
|
980
|
+
readonly category: Schema.optionalKey<Schema.String>;
|
|
981
|
+
readonly metadata: Schema.optionalKey<Schema.$Record<Schema.String, Schema.Unknown>>;
|
|
982
|
+
}>>>;
|
|
983
|
+
readonly address: Schema.optionalKey<Schema.Struct<{
|
|
984
|
+
readonly street: Schema.optionalKey<Schema.String>;
|
|
985
|
+
readonly appendix: Schema.optionalKey<Schema.String>;
|
|
986
|
+
readonly postalcode: Schema.optionalKey<Schema.String>;
|
|
987
|
+
readonly city: Schema.optionalKey<Schema.String>;
|
|
988
|
+
readonly province: Schema.optionalKey<Schema.String>;
|
|
989
|
+
readonly country: Schema.optionalKey<Schema.String>;
|
|
990
|
+
}>>;
|
|
991
|
+
}>>;
|
|
992
|
+
readonly formattedTotal: Schema.optionalKey<Schema.String>;
|
|
993
|
+
}>;
|
|
994
|
+
readonly alternativePeriods: Schema.$Array<Schema.Struct<{
|
|
995
|
+
readonly start: Schema.String;
|
|
996
|
+
readonly end: Schema.String;
|
|
997
|
+
readonly formattedTotal: Schema.optionalKey<Schema.String>;
|
|
998
|
+
}>>;
|
|
999
|
+
}>>>;
|
|
938
1000
|
readonly appliedFilters: Schema.$Array<Schema.Struct<{
|
|
939
1001
|
readonly key: Schema.String;
|
|
940
1002
|
readonly label: Schema.String;
|
|
@@ -2199,6 +2261,777 @@ declare const defineVofficeTotalRatingDataAttributes: <const TAttributes extends
|
|
|
2199
2261
|
readonly total_units: import("effect/Schema").Number;
|
|
2200
2262
|
}>>[]>(attributes: TAttributes) => TAttributes;
|
|
2201
2263
|
//#endregion
|
|
2264
|
+
//#region scripts/v9/graphql-codegen/generated/graphql.d.ts
|
|
2265
|
+
type VofficeFilter = {
|
|
2266
|
+
adults?: number | null | undefined;
|
|
2267
|
+
babys?: number | null | undefined;
|
|
2268
|
+
bathrooms_max?: number | null | undefined;
|
|
2269
|
+
bathrooms_min?: number | null | undefined;
|
|
2270
|
+
bedrooms_max?: number | null | undefined;
|
|
2271
|
+
bedrooms_min?: number | null | undefined;
|
|
2272
|
+
children?: number | null | undefined;
|
|
2273
|
+
falicityid?: number | null | undefined;
|
|
2274
|
+
from?: string | null | undefined;
|
|
2275
|
+
name?: string | null | undefined;
|
|
2276
|
+
nights_max?: number | null | undefined;
|
|
2277
|
+
nights_min?: number | null | undefined;
|
|
2278
|
+
offerid?: number | null | undefined;
|
|
2279
|
+
offers?: boolean | null | undefined;
|
|
2280
|
+
petsCount?: number | null | undefined;
|
|
2281
|
+
price_max?: number | null | undefined;
|
|
2282
|
+
price_min?: number | null | undefined;
|
|
2283
|
+
region?: string | null | undefined;
|
|
2284
|
+
regionid?: number | null | undefined;
|
|
2285
|
+
till?: string | null | undefined;
|
|
2286
|
+
type?: string | null | undefined;
|
|
2287
|
+
unitgroupid?: number | null | undefined;
|
|
2288
|
+
};
|
|
2289
|
+
//#endregion
|
|
2290
|
+
//#region scripts/v10/graphql-codegen/generated/graphql.d.ts
|
|
2291
|
+
type AddressFilter = {
|
|
2292
|
+
_and?: AddressFilter | null | undefined;
|
|
2293
|
+
_or?: AddressFilter | null | undefined;
|
|
2294
|
+
appendix?: StringFilter | null | undefined;
|
|
2295
|
+
city?: StringFilter | null | undefined;
|
|
2296
|
+
country?: OptionFilter | null | undefined;
|
|
2297
|
+
pobox?: StringFilter | null | undefined;
|
|
2298
|
+
postalcode?: StringFilter | null | undefined;
|
|
2299
|
+
province?: StringFilter | null | undefined;
|
|
2300
|
+
street?: StringFilter | null | undefined;
|
|
2301
|
+
};
|
|
2302
|
+
type BooleanFilter = {
|
|
2303
|
+
_eq?: boolean | null | undefined;
|
|
2304
|
+
_is_null?: boolean | null | undefined;
|
|
2305
|
+
};
|
|
2306
|
+
type DateFilter = {
|
|
2307
|
+
_eq?: string | null | undefined;
|
|
2308
|
+
_gt?: string | null | undefined;
|
|
2309
|
+
_gte?: string | null | undefined;
|
|
2310
|
+
_is_null?: boolean | null | undefined;
|
|
2311
|
+
_lt?: string | null | undefined;
|
|
2312
|
+
_lte?: string | null | undefined;
|
|
2313
|
+
};
|
|
2314
|
+
type FloatFilter = {
|
|
2315
|
+
_eq?: number | null | undefined;
|
|
2316
|
+
_gt?: number | null | undefined;
|
|
2317
|
+
_gte?: number | null | undefined;
|
|
2318
|
+
_is_null?: boolean | null | undefined;
|
|
2319
|
+
_lt?: number | null | undefined;
|
|
2320
|
+
_lte?: number | null | undefined;
|
|
2321
|
+
};
|
|
2322
|
+
type IntFilter = {
|
|
2323
|
+
_eq?: number | null | undefined;
|
|
2324
|
+
_gt?: number | null | undefined;
|
|
2325
|
+
_gte?: number | null | undefined;
|
|
2326
|
+
_in?: Array<number | null | undefined> | null | undefined;
|
|
2327
|
+
_is_null?: boolean | null | undefined;
|
|
2328
|
+
_lt?: number | null | undefined;
|
|
2329
|
+
_lte?: number | null | undefined;
|
|
2330
|
+
_not_in?: Array<number | null | undefined> | null | undefined;
|
|
2331
|
+
};
|
|
2332
|
+
type LocalDayRangeFilter = {
|
|
2333
|
+
_contains_range?: [string, string] | null | undefined;
|
|
2334
|
+
_eq?: [string, string] | null | undefined;
|
|
2335
|
+
_from_gt?: string | null | undefined;
|
|
2336
|
+
_from_gte?: string | null | undefined;
|
|
2337
|
+
_from_lt?: string | null | undefined;
|
|
2338
|
+
_from_lte?: string | null | undefined;
|
|
2339
|
+
_is_contained_by_range?: [string, string] | null | undefined;
|
|
2340
|
+
_is_null?: boolean | null | undefined;
|
|
2341
|
+
_overlaps?: [string, string] | null | undefined;
|
|
2342
|
+
_overlaps_incl?: [string, string] | null | undefined;
|
|
2343
|
+
_till_gt?: string | null | undefined;
|
|
2344
|
+
_till_gte?: string | null | undefined;
|
|
2345
|
+
_till_lt?: string | null | undefined;
|
|
2346
|
+
_till_lte?: string | null | undefined;
|
|
2347
|
+
};
|
|
2348
|
+
type LocaleStringFilter = {
|
|
2349
|
+
af?: StringFilter | null | undefined;
|
|
2350
|
+
ak?: StringFilter | null | undefined;
|
|
2351
|
+
am?: StringFilter | null | undefined;
|
|
2352
|
+
an?: StringFilter | null | undefined;
|
|
2353
|
+
ar?: StringFilter | null | undefined;
|
|
2354
|
+
as?: StringFilter | null | undefined;
|
|
2355
|
+
ay?: StringFilter | null | undefined;
|
|
2356
|
+
az?: StringFilter | null | undefined;
|
|
2357
|
+
be?: StringFilter | null | undefined;
|
|
2358
|
+
bg?: StringFilter | null | undefined;
|
|
2359
|
+
bh?: StringFilter | null | undefined;
|
|
2360
|
+
bm?: StringFilter | null | undefined;
|
|
2361
|
+
bn?: StringFilter | null | undefined;
|
|
2362
|
+
br?: StringFilter | null | undefined;
|
|
2363
|
+
bs?: StringFilter | null | undefined;
|
|
2364
|
+
ca?: StringFilter | null | undefined;
|
|
2365
|
+
co?: StringFilter | null | undefined;
|
|
2366
|
+
cs?: StringFilter | null | undefined;
|
|
2367
|
+
cy?: StringFilter | null | undefined;
|
|
2368
|
+
da?: StringFilter | null | undefined;
|
|
2369
|
+
de?: StringFilter | null | undefined;
|
|
2370
|
+
dv?: StringFilter | null | undefined;
|
|
2371
|
+
ee?: StringFilter | null | undefined;
|
|
2372
|
+
el?: StringFilter | null | undefined;
|
|
2373
|
+
en?: StringFilter | null | undefined;
|
|
2374
|
+
eo?: StringFilter | null | undefined;
|
|
2375
|
+
es?: StringFilter | null | undefined;
|
|
2376
|
+
et?: StringFilter | null | undefined;
|
|
2377
|
+
eu?: StringFilter | null | undefined;
|
|
2378
|
+
fa?: StringFilter | null | undefined;
|
|
2379
|
+
fi?: StringFilter | null | undefined;
|
|
2380
|
+
fo?: StringFilter | null | undefined;
|
|
2381
|
+
fr?: StringFilter | null | undefined;
|
|
2382
|
+
fy?: StringFilter | null | undefined;
|
|
2383
|
+
ga?: StringFilter | null | undefined;
|
|
2384
|
+
gd?: StringFilter | null | undefined;
|
|
2385
|
+
gl?: StringFilter | null | undefined;
|
|
2386
|
+
gn?: StringFilter | null | undefined;
|
|
2387
|
+
gu?: StringFilter | null | undefined;
|
|
2388
|
+
ha?: StringFilter | null | undefined;
|
|
2389
|
+
he?: StringFilter | null | undefined;
|
|
2390
|
+
hi?: StringFilter | null | undefined;
|
|
2391
|
+
hr?: StringFilter | null | undefined;
|
|
2392
|
+
ht?: StringFilter | null | undefined;
|
|
2393
|
+
hu?: StringFilter | null | undefined;
|
|
2394
|
+
hy?: StringFilter | null | undefined;
|
|
2395
|
+
ia?: StringFilter | null | undefined;
|
|
2396
|
+
id?: StringFilter | null | undefined;
|
|
2397
|
+
ig?: StringFilter | null | undefined;
|
|
2398
|
+
is?: StringFilter | null | undefined;
|
|
2399
|
+
it?: StringFilter | null | undefined;
|
|
2400
|
+
ja?: StringFilter | null | undefined;
|
|
2401
|
+
jv?: StringFilter | null | undefined;
|
|
2402
|
+
ka?: StringFilter | null | undefined;
|
|
2403
|
+
kk?: StringFilter | null | undefined;
|
|
2404
|
+
km?: StringFilter | null | undefined;
|
|
2405
|
+
kn?: StringFilter | null | undefined;
|
|
2406
|
+
ko?: StringFilter | null | undefined;
|
|
2407
|
+
ku?: StringFilter | null | undefined;
|
|
2408
|
+
ky?: StringFilter | null | undefined;
|
|
2409
|
+
la?: StringFilter | null | undefined;
|
|
2410
|
+
lb?: StringFilter | null | undefined;
|
|
2411
|
+
lg?: StringFilter | null | undefined;
|
|
2412
|
+
ln?: StringFilter | null | undefined;
|
|
2413
|
+
lo?: StringFilter | null | undefined;
|
|
2414
|
+
lt?: StringFilter | null | undefined;
|
|
2415
|
+
lv?: StringFilter | null | undefined;
|
|
2416
|
+
mg?: StringFilter | null | undefined;
|
|
2417
|
+
mi?: StringFilter | null | undefined;
|
|
2418
|
+
mk?: StringFilter | null | undefined;
|
|
2419
|
+
ml?: StringFilter | null | undefined;
|
|
2420
|
+
mn?: StringFilter | null | undefined;
|
|
2421
|
+
mr?: StringFilter | null | undefined;
|
|
2422
|
+
ms?: StringFilter | null | undefined;
|
|
2423
|
+
mt?: StringFilter | null | undefined;
|
|
2424
|
+
my?: StringFilter | null | undefined;
|
|
2425
|
+
nb?: StringFilter | null | undefined;
|
|
2426
|
+
ne?: StringFilter | null | undefined;
|
|
2427
|
+
nl?: StringFilter | null | undefined;
|
|
2428
|
+
nn?: StringFilter | null | undefined;
|
|
2429
|
+
no?: StringFilter | null | undefined;
|
|
2430
|
+
ny?: StringFilter | null | undefined;
|
|
2431
|
+
oc?: StringFilter | null | undefined;
|
|
2432
|
+
om?: StringFilter | null | undefined;
|
|
2433
|
+
or?: StringFilter | null | undefined;
|
|
2434
|
+
pa?: StringFilter | null | undefined;
|
|
2435
|
+
pl?: StringFilter | null | undefined;
|
|
2436
|
+
ps?: StringFilter | null | undefined;
|
|
2437
|
+
pt?: StringFilter | null | undefined;
|
|
2438
|
+
qu?: StringFilter | null | undefined;
|
|
2439
|
+
rm?: StringFilter | null | undefined;
|
|
2440
|
+
ro?: StringFilter | null | undefined;
|
|
2441
|
+
ru?: StringFilter | null | undefined;
|
|
2442
|
+
rw?: StringFilter | null | undefined;
|
|
2443
|
+
sa?: StringFilter | null | undefined;
|
|
2444
|
+
sd?: StringFilter | null | undefined;
|
|
2445
|
+
si?: StringFilter | null | undefined;
|
|
2446
|
+
sk?: StringFilter | null | undefined;
|
|
2447
|
+
sl?: StringFilter | null | undefined;
|
|
2448
|
+
sm?: StringFilter | null | undefined;
|
|
2449
|
+
sn?: StringFilter | null | undefined;
|
|
2450
|
+
so?: StringFilter | null | undefined;
|
|
2451
|
+
sq?: StringFilter | null | undefined;
|
|
2452
|
+
sr?: StringFilter | null | undefined;
|
|
2453
|
+
st?: StringFilter | null | undefined;
|
|
2454
|
+
su?: StringFilter | null | undefined;
|
|
2455
|
+
sv?: StringFilter | null | undefined;
|
|
2456
|
+
sw?: StringFilter | null | undefined;
|
|
2457
|
+
ta?: StringFilter | null | undefined;
|
|
2458
|
+
te?: StringFilter | null | undefined;
|
|
2459
|
+
tg?: StringFilter | null | undefined;
|
|
2460
|
+
th?: StringFilter | null | undefined;
|
|
2461
|
+
ti?: StringFilter | null | undefined;
|
|
2462
|
+
tk?: StringFilter | null | undefined;
|
|
2463
|
+
tl?: StringFilter | null | undefined;
|
|
2464
|
+
tn?: StringFilter | null | undefined;
|
|
2465
|
+
to?: StringFilter | null | undefined;
|
|
2466
|
+
tr?: StringFilter | null | undefined;
|
|
2467
|
+
ts?: StringFilter | null | undefined;
|
|
2468
|
+
tt?: StringFilter | null | undefined;
|
|
2469
|
+
tw?: StringFilter | null | undefined;
|
|
2470
|
+
ug?: StringFilter | null | undefined;
|
|
2471
|
+
uk?: StringFilter | null | undefined;
|
|
2472
|
+
ur?: StringFilter | null | undefined;
|
|
2473
|
+
uz?: StringFilter | null | undefined;
|
|
2474
|
+
vi?: StringFilter | null | undefined;
|
|
2475
|
+
wa?: StringFilter | null | undefined;
|
|
2476
|
+
wo?: StringFilter | null | undefined;
|
|
2477
|
+
xh?: StringFilter | null | undefined;
|
|
2478
|
+
yi?: StringFilter | null | undefined;
|
|
2479
|
+
yo?: StringFilter | null | undefined;
|
|
2480
|
+
zh?: StringFilter | null | undefined;
|
|
2481
|
+
zu?: StringFilter | null | undefined;
|
|
2482
|
+
};
|
|
2483
|
+
type NullFilter = {
|
|
2484
|
+
_is_null?: boolean | null | undefined;
|
|
2485
|
+
};
|
|
2486
|
+
type OptionFilter = {
|
|
2487
|
+
_eq?: string | null | undefined;
|
|
2488
|
+
_in?: Array<string | null | undefined> | null | undefined;
|
|
2489
|
+
_is_null?: boolean | null | undefined;
|
|
2490
|
+
_not_in?: Array<string | null | undefined> | null | undefined;
|
|
2491
|
+
};
|
|
2492
|
+
type StringFilter = {
|
|
2493
|
+
_eq?: string | null | undefined;
|
|
2494
|
+
_ilike?: string | null | undefined;
|
|
2495
|
+
_in?: Array<string | null | undefined> | null | undefined;
|
|
2496
|
+
_is_null?: boolean | null | undefined;
|
|
2497
|
+
_not_in?: Array<string | null | undefined> | null | undefined;
|
|
2498
|
+
};
|
|
2499
|
+
type rentals_BedFilter = {
|
|
2500
|
+
_and?: rentals_BedFilter | null | undefined;
|
|
2501
|
+
_or?: rentals_BedFilter | null | undefined;
|
|
2502
|
+
amount?: IntFilter | null | undefined;
|
|
2503
|
+
childrenOnly?: BooleanFilter | null | undefined;
|
|
2504
|
+
extraLongBeds?: BooleanFilter | null | undefined;
|
|
2505
|
+
kind?: OptionFilter | null | undefined;
|
|
2506
|
+
openFootsection?: BooleanFilter | null | undefined;
|
|
2507
|
+
raisedBeds?: BooleanFilter | null | undefined;
|
|
2508
|
+
type?: OptionFilter | null | undefined;
|
|
2509
|
+
};
|
|
2510
|
+
type rentals_ContainsBedFilter = {
|
|
2511
|
+
_contains?: rentals_BedFilter | null | undefined;
|
|
2512
|
+
_is_null?: boolean | null | undefined;
|
|
2513
|
+
};
|
|
2514
|
+
type rentals_ContainsEmbeddedImageFilter = {
|
|
2515
|
+
_contains?: rentals_EmbeddedImageFilter | null | undefined;
|
|
2516
|
+
_is_null?: boolean | null | undefined;
|
|
2517
|
+
};
|
|
2518
|
+
type rentals_ContainsLinkFilter = {
|
|
2519
|
+
_contains?: rentals_LinkFilter | null | undefined;
|
|
2520
|
+
_is_null?: boolean | null | undefined;
|
|
2521
|
+
};
|
|
2522
|
+
type rentals_ContainsPoolDetailsFilter = {
|
|
2523
|
+
_contains?: rentals_PoolDetailsFilter | null | undefined;
|
|
2524
|
+
_is_null?: boolean | null | undefined;
|
|
2525
|
+
};
|
|
2526
|
+
type rentals_ContainsRoomFilter = {
|
|
2527
|
+
_contains?: rentals_RoomFilter | null | undefined;
|
|
2528
|
+
_is_null?: boolean | null | undefined;
|
|
2529
|
+
};
|
|
2530
|
+
type rentals_ContainsStringFilter = {
|
|
2531
|
+
_contains?: Array<string | null | undefined> | null | undefined;
|
|
2532
|
+
_contains_one_of?: Array<string | null | undefined> | null | undefined;
|
|
2533
|
+
_is_null?: boolean | null | undefined;
|
|
2534
|
+
};
|
|
2535
|
+
type rentals_DescriptionsFilter = {
|
|
2536
|
+
_and?: rentals_DescriptionsFilter | null | undefined;
|
|
2537
|
+
_or?: rentals_DescriptionsFilter | null | undefined;
|
|
2538
|
+
altDescription?: LocaleStringFilter | null | undefined;
|
|
2539
|
+
arrivalInfo?: LocaleStringFilter | null | undefined;
|
|
2540
|
+
departureInfo?: LocaleStringFilter | null | undefined;
|
|
2541
|
+
description?: LocaleStringFilter | null | undefined;
|
|
2542
|
+
directions?: LocaleStringFilter | null | undefined;
|
|
2543
|
+
headline?: LocaleStringFilter | null | undefined;
|
|
2544
|
+
intro?: LocaleStringFilter | null | undefined;
|
|
2545
|
+
locationDescription?: LocaleStringFilter | null | undefined;
|
|
2546
|
+
};
|
|
2547
|
+
type rentals_EmbeddedImageFilter = {
|
|
2548
|
+
_and?: rentals_EmbeddedImageFilter | null | undefined;
|
|
2549
|
+
_or?: rentals_EmbeddedImageFilter | null | undefined;
|
|
2550
|
+
category?: StringFilter | null | undefined;
|
|
2551
|
+
fileName?: StringFilter | null | undefined;
|
|
2552
|
+
format?: OptionFilter | null | undefined;
|
|
2553
|
+
height?: IntFilter | null | undefined;
|
|
2554
|
+
id?: StringFilter | null | undefined;
|
|
2555
|
+
titles?: LocaleStringFilter | null | undefined;
|
|
2556
|
+
width?: IntFilter | null | undefined;
|
|
2557
|
+
};
|
|
2558
|
+
type rentals_LinkFilter = {
|
|
2559
|
+
_and?: rentals_LinkFilter | null | undefined;
|
|
2560
|
+
_or?: rentals_LinkFilter | null | undefined;
|
|
2561
|
+
language?: OptionFilter | null | undefined;
|
|
2562
|
+
type?: OptionFilter | null | undefined;
|
|
2563
|
+
url?: StringFilter | null | undefined;
|
|
2564
|
+
};
|
|
2565
|
+
type rentals_PoolDetailsFilter = {
|
|
2566
|
+
_and?: rentals_PoolDetailsFilter | null | undefined;
|
|
2567
|
+
_or?: rentals_PoolDetailsFilter | null | undefined;
|
|
2568
|
+
allowedAges?: OptionFilter | null | undefined;
|
|
2569
|
+
heated?: BooleanFilter | null | undefined;
|
|
2570
|
+
infinity?: BooleanFilter | null | undefined;
|
|
2571
|
+
roofTop?: BooleanFilter | null | undefined;
|
|
2572
|
+
saltWater?: BooleanFilter | null | undefined;
|
|
2573
|
+
shallowEnd?: BooleanFilter | null | undefined;
|
|
2574
|
+
size?: IntFilter | null | undefined;
|
|
2575
|
+
towels?: BooleanFilter | null | undefined;
|
|
2576
|
+
withView?: BooleanFilter | null | undefined;
|
|
2577
|
+
};
|
|
2578
|
+
type rentals_RentalAttributesFilter = {
|
|
2579
|
+
_and?: rentals_RentalAttributesFilter | null | undefined;
|
|
2580
|
+
_or?: rentals_RentalAttributesFilter | null | undefined;
|
|
2581
|
+
ac?: BooleanFilter | null | undefined;
|
|
2582
|
+
acCoverage?: OptionFilter | null | undefined;
|
|
2583
|
+
accessToPrivateBeach?: BooleanFilter | null | undefined;
|
|
2584
|
+
accessibleByLift?: BooleanFilter | null | undefined;
|
|
2585
|
+
adaptedBath?: BooleanFilter | null | undefined;
|
|
2586
|
+
airPurifiersInstalled?: BooleanFilter | null | undefined;
|
|
2587
|
+
alarmClock?: BooleanFilter | null | undefined;
|
|
2588
|
+
alarmSystem?: BooleanFilter | null | undefined;
|
|
2589
|
+
allergic?: BooleanFilter | null | undefined;
|
|
2590
|
+
babygate?: BooleanFilter | null | undefined;
|
|
2591
|
+
balcony?: BooleanFilter | null | undefined;
|
|
2592
|
+
bathroomEmergencyPullCord?: BooleanFilter | null | undefined;
|
|
2593
|
+
bbq?: BooleanFilter | null | undefined;
|
|
2594
|
+
bbqArea?: BooleanFilter | null | undefined;
|
|
2595
|
+
bbqType?: OptionFilter | null | undefined;
|
|
2596
|
+
beachChair?: BooleanFilter | null | undefined;
|
|
2597
|
+
beachChairAtBeach?: BooleanFilter | null | undefined;
|
|
2598
|
+
beachview?: BooleanFilter | null | undefined;
|
|
2599
|
+
beamer?: BooleanFilter | null | undefined;
|
|
2600
|
+
bicycles?: BooleanFilter | null | undefined;
|
|
2601
|
+
blinds?: BooleanFilter | null | undefined;
|
|
2602
|
+
bluray?: BooleanFilter | null | undefined;
|
|
2603
|
+
boatBerth?: BooleanFilter | null | undefined;
|
|
2604
|
+
bodySoap?: BooleanFilter | null | undefined;
|
|
2605
|
+
bookDvdMusicLibraryForChildren?: BooleanFilter | null | undefined;
|
|
2606
|
+
books?: BooleanFilter | null | undefined;
|
|
2607
|
+
bottleOfWater?: BooleanFilter | null | undefined;
|
|
2608
|
+
carNecessity?: OptionFilter | null | undefined;
|
|
2609
|
+
carbonMonoxideDetector?: BooleanFilter | null | undefined;
|
|
2610
|
+
carbonMonoxideSource?: BooleanFilter | null | undefined;
|
|
2611
|
+
carport?: BooleanFilter | null | undefined;
|
|
2612
|
+
cd?: BooleanFilter | null | undefined;
|
|
2613
|
+
cds?: BooleanFilter | null | undefined;
|
|
2614
|
+
childSafetySocketCovers?: BooleanFilter | null | undefined;
|
|
2615
|
+
childrenWelcome?: BooleanFilter | null | undefined;
|
|
2616
|
+
chocolateOrCookie?: BooleanFilter | null | undefined;
|
|
2617
|
+
cityView?: BooleanFilter | null | undefined;
|
|
2618
|
+
closedPlot?: BooleanFilter | null | undefined;
|
|
2619
|
+
closedTerrace?: BooleanFilter | null | undefined;
|
|
2620
|
+
coatCheck?: BooleanFilter | null | undefined;
|
|
2621
|
+
coffeemaker?: BooleanFilter | null | undefined;
|
|
2622
|
+
conditioner?: BooleanFilter | null | undefined;
|
|
2623
|
+
cookingUtensils?: BooleanFilter | null | undefined;
|
|
2624
|
+
countrysideView?: BooleanFilter | null | undefined;
|
|
2625
|
+
countrysideViewType?: OptionFilter | null | undefined;
|
|
2626
|
+
coveredTerrace?: BooleanFilter | null | undefined;
|
|
2627
|
+
detached?: BooleanFilter | null | undefined;
|
|
2628
|
+
diningSeating?: BooleanFilter | null | undefined;
|
|
2629
|
+
dishcloth?: BooleanFilter | null | undefined;
|
|
2630
|
+
dishes?: BooleanFilter | null | undefined;
|
|
2631
|
+
dishwasher?: BooleanFilter | null | undefined;
|
|
2632
|
+
dryer?: BooleanFilter | null | undefined;
|
|
2633
|
+
dvd?: BooleanFilter | null | undefined;
|
|
2634
|
+
dvds?: BooleanFilter | null | undefined;
|
|
2635
|
+
earplugs?: BooleanFilter | null | undefined;
|
|
2636
|
+
eggboiler?: BooleanFilter | null | undefined;
|
|
2637
|
+
electricKettle?: BooleanFilter | null | undefined;
|
|
2638
|
+
elevation?: IntFilter | null | undefined;
|
|
2639
|
+
entireUnitWheelchairAccessible?: BooleanFilter | null | undefined;
|
|
2640
|
+
espressomachine?: BooleanFilter | null | undefined;
|
|
2641
|
+
espressomachineType?: OptionFilter | null | undefined;
|
|
2642
|
+
fan?: BooleanFilter | null | undefined;
|
|
2643
|
+
featherPillow?: BooleanFilter | null | undefined;
|
|
2644
|
+
fireAlarms?: BooleanFilter | null | undefined;
|
|
2645
|
+
fireExtinguisher?: BooleanFilter | null | undefined;
|
|
2646
|
+
fireplace?: BooleanFilter | null | undefined;
|
|
2647
|
+
fireside?: BooleanFilter | null | undefined;
|
|
2648
|
+
firesideType?: OptionFilter | null | undefined;
|
|
2649
|
+
firstAidKit?: BooleanFilter | null | undefined;
|
|
2650
|
+
fishguttingPlace?: BooleanFilter | null | undefined;
|
|
2651
|
+
floor?: OptionFilter | null | undefined;
|
|
2652
|
+
floorCount?: IntFilter | null | undefined;
|
|
2653
|
+
flyscreen?: BooleanFilter | null | undefined;
|
|
2654
|
+
freezer?: BooleanFilter | null | undefined;
|
|
2655
|
+
freezerType?: OptionFilter | null | undefined;
|
|
2656
|
+
fridge?: BooleanFilter | null | undefined;
|
|
2657
|
+
fruits?: BooleanFilter | null | undefined;
|
|
2658
|
+
fullLengthMirror?: BooleanFilter | null | undefined;
|
|
2659
|
+
games?: BooleanFilter | null | undefined;
|
|
2660
|
+
garage?: BooleanFilter | null | undefined;
|
|
2661
|
+
garden?: BooleanFilter | null | undefined;
|
|
2662
|
+
gardenShed?: BooleanFilter | null | undefined;
|
|
2663
|
+
gardenView?: BooleanFilter | null | undefined;
|
|
2664
|
+
genderRestriction?: OptionFilter | null | undefined;
|
|
2665
|
+
guestwc?: IntFilter | null | undefined;
|
|
2666
|
+
gym?: BooleanFilter | null | undefined;
|
|
2667
|
+
hammock?: BooleanFilter | null | undefined;
|
|
2668
|
+
handSanitizer?: BooleanFilter | null | undefined;
|
|
2669
|
+
handcart?: BooleanFilter | null | undefined;
|
|
2670
|
+
handicappedAccessible?: BooleanFilter | null | undefined;
|
|
2671
|
+
heating?: BooleanFilter | null | undefined;
|
|
2672
|
+
heatingSystem?: OptionFilter | null | undefined;
|
|
2673
|
+
hifi?: BooleanFilter | null | undefined;
|
|
2674
|
+
higherLevelToilet?: BooleanFilter | null | undefined;
|
|
2675
|
+
homecinema?: BooleanFilter | null | undefined;
|
|
2676
|
+
hypoallergenicPillow?: BooleanFilter | null | undefined;
|
|
2677
|
+
individualAirConditioning?: BooleanFilter | null | undefined;
|
|
2678
|
+
indoorGrill?: BooleanFilter | null | undefined;
|
|
2679
|
+
indoorPool?: BooleanFilter | null | undefined;
|
|
2680
|
+
indoorPoolDetails?: rentals_ContainsPoolDetailsFilter | null | undefined;
|
|
2681
|
+
infraredCabin?: BooleanFilter | null | undefined;
|
|
2682
|
+
innerCourtView?: BooleanFilter | null | undefined;
|
|
2683
|
+
interconnectingRoomsAvailable?: BooleanFilter | null | undefined;
|
|
2684
|
+
internet?: BooleanFilter | null | undefined;
|
|
2685
|
+
internetSpeed?: OptionFilter | null | undefined;
|
|
2686
|
+
iron?: BooleanFilter | null | undefined;
|
|
2687
|
+
ironingBoard?: BooleanFilter | null | undefined;
|
|
2688
|
+
keyAccessType?: OptionFilter | null | undefined;
|
|
2689
|
+
kitchen?: BooleanFilter | null | undefined;
|
|
2690
|
+
kitchenDescription?: LocaleStringFilter | null | undefined;
|
|
2691
|
+
kitchenType?: OptionFilter | null | undefined;
|
|
2692
|
+
kitchenmachine?: BooleanFilter | null | undefined;
|
|
2693
|
+
lakeview?: BooleanFilter | null | undefined;
|
|
2694
|
+
lakeviewType?: OptionFilter | null | undefined;
|
|
2695
|
+
landingStage?: BooleanFilter | null | undefined;
|
|
2696
|
+
laundryRack?: BooleanFilter | null | undefined;
|
|
2697
|
+
lift?: BooleanFilter | null | undefined;
|
|
2698
|
+
lockers?: BooleanFilter | null | undefined;
|
|
2699
|
+
loungeSeating?: BooleanFilter | null | undefined;
|
|
2700
|
+
lowBathroomSink?: BooleanFilter | null | undefined;
|
|
2701
|
+
marquee?: BooleanFilter | null | undefined;
|
|
2702
|
+
microwave?: BooleanFilter | null | undefined;
|
|
2703
|
+
minibar?: BooleanFilter | null | undefined;
|
|
2704
|
+
minpersons?: IntFilter | null | undefined;
|
|
2705
|
+
mixer?: BooleanFilter | null | undefined;
|
|
2706
|
+
mountainview?: BooleanFilter | null | undefined;
|
|
2707
|
+
mountainviewType?: OptionFilter | null | undefined;
|
|
2708
|
+
nonFeatherPillow?: BooleanFilter | null | undefined;
|
|
2709
|
+
nonsmoking?: BooleanFilter | null | undefined;
|
|
2710
|
+
outdoorDiningArea?: BooleanFilter | null | undefined;
|
|
2711
|
+
outdoorFurniture?: BooleanFilter | null | undefined;
|
|
2712
|
+
outdoorKitchen?: BooleanFilter | null | undefined;
|
|
2713
|
+
outdoorPool?: BooleanFilter | null | undefined;
|
|
2714
|
+
outdoorPoolDetails?: rentals_ContainsPoolDetailsFilter | null | undefined;
|
|
2715
|
+
outdoorShower?: BooleanFilter | null | undefined;
|
|
2716
|
+
oven?: BooleanFilter | null | undefined;
|
|
2717
|
+
ovenConnection?: OptionFilter | null | undefined;
|
|
2718
|
+
pajamas?: BooleanFilter | null | undefined;
|
|
2719
|
+
parasol?: BooleanFilter | null | undefined;
|
|
2720
|
+
parkingCount?: IntFilter | null | undefined;
|
|
2721
|
+
pavilion?: BooleanFilter | null | undefined;
|
|
2722
|
+
payPerViewChannels?: BooleanFilter | null | undefined;
|
|
2723
|
+
penthouse?: BooleanFilter | null | undefined;
|
|
2724
|
+
playground?: BooleanFilter | null | undefined;
|
|
2725
|
+
plotSize?: IntFilter | null | undefined;
|
|
2726
|
+
pond?: BooleanFilter | null | undefined;
|
|
2727
|
+
pool4kids?: BooleanFilter | null | undefined;
|
|
2728
|
+
poolView?: BooleanFilter | null | undefined;
|
|
2729
|
+
pooltable?: BooleanFilter | null | undefined;
|
|
2730
|
+
privateOpenAirBath?: BooleanFilter | null | undefined;
|
|
2731
|
+
privateparking?: BooleanFilter | null | undefined;
|
|
2732
|
+
quietStreetView?: BooleanFilter | null | undefined;
|
|
2733
|
+
raclette?: BooleanFilter | null | undefined;
|
|
2734
|
+
radio?: BooleanFilter | null | undefined;
|
|
2735
|
+
riverView?: BooleanFilter | null | undefined;
|
|
2736
|
+
rollInShower?: BooleanFilter | null | undefined;
|
|
2737
|
+
safe?: BooleanFilter | null | undefined;
|
|
2738
|
+
sandbox?: BooleanFilter | null | undefined;
|
|
2739
|
+
sandwichToaster?: BooleanFilter | null | undefined;
|
|
2740
|
+
sauna?: BooleanFilter | null | undefined;
|
|
2741
|
+
seaview?: BooleanFilter | null | undefined;
|
|
2742
|
+
seaviewType?: OptionFilter | null | undefined;
|
|
2743
|
+
semiDetached?: BooleanFilter | null | undefined;
|
|
2744
|
+
shampoo?: BooleanFilter | null | undefined;
|
|
2745
|
+
shoeCabinet?: BooleanFilter | null | undefined;
|
|
2746
|
+
showerCap?: BooleanFilter | null | undefined;
|
|
2747
|
+
showerChair?: BooleanFilter | null | undefined;
|
|
2748
|
+
skiBootWarmer?: BooleanFilter | null | undefined;
|
|
2749
|
+
slide?: BooleanFilter | null | undefined;
|
|
2750
|
+
smokeDetector?: BooleanFilter | null | undefined;
|
|
2751
|
+
solarium?: BooleanFilter | null | undefined;
|
|
2752
|
+
soundproof?: BooleanFilter | null | undefined;
|
|
2753
|
+
spa?: BooleanFilter | null | undefined;
|
|
2754
|
+
spices?: BooleanFilter | null | undefined;
|
|
2755
|
+
squareMeters?: IntFilter | null | undefined;
|
|
2756
|
+
stars?: IntFilter | null | undefined;
|
|
2757
|
+
steambath?: BooleanFilter | null | undefined;
|
|
2758
|
+
stove?: BooleanFilter | null | undefined;
|
|
2759
|
+
stoveType?: OptionFilter | null | undefined;
|
|
2760
|
+
sunbathingArea?: BooleanFilter | null | undefined;
|
|
2761
|
+
sunlounger?: BooleanFilter | null | undefined;
|
|
2762
|
+
swing?: BooleanFilter | null | undefined;
|
|
2763
|
+
tableTennisTable?: BooleanFilter | null | undefined;
|
|
2764
|
+
tennisCourt?: BooleanFilter | null | undefined;
|
|
2765
|
+
terrace?: BooleanFilter | null | undefined;
|
|
2766
|
+
toaster?: BooleanFilter | null | undefined;
|
|
2767
|
+
toiletPaper?: BooleanFilter | null | undefined;
|
|
2768
|
+
toiletWithGrabRails?: BooleanFilter | null | undefined;
|
|
2769
|
+
toothbrush?: BooleanFilter | null | undefined;
|
|
2770
|
+
toys?: BooleanFilter | null | undefined;
|
|
2771
|
+
trampoline?: BooleanFilter | null | undefined;
|
|
2772
|
+
trashCans?: BooleanFilter | null | undefined;
|
|
2773
|
+
trashcan?: BooleanFilter | null | undefined;
|
|
2774
|
+
tv?: BooleanFilter | null | undefined;
|
|
2775
|
+
tvConnection?: OptionFilter | null | undefined;
|
|
2776
|
+
tvCount?: IntFilter | null | undefined;
|
|
2777
|
+
tvInternationalChannels?: BooleanFilter | null | undefined;
|
|
2778
|
+
tvSize?: OptionFilter | null | undefined;
|
|
2779
|
+
upperFloorReachableByLift?: BooleanFilter | null | undefined;
|
|
2780
|
+
upperFloorReachableByStairsOnly?: BooleanFilter | null | undefined;
|
|
2781
|
+
vacuum?: BooleanFilter | null | undefined;
|
|
2782
|
+
valleyView?: BooleanFilter | null | undefined;
|
|
2783
|
+
valleyViewType?: OptionFilter | null | undefined;
|
|
2784
|
+
vod?: BooleanFilter | null | undefined;
|
|
2785
|
+
warmwater?: BooleanFilter | null | undefined;
|
|
2786
|
+
washer?: BooleanFilter | null | undefined;
|
|
2787
|
+
wheelchairFriendly?: BooleanFilter | null | undefined;
|
|
2788
|
+
whirlpool?: BooleanFilter | null | undefined;
|
|
2789
|
+
wifi?: BooleanFilter | null | undefined;
|
|
2790
|
+
windScreen?: BooleanFilter | null | undefined;
|
|
2791
|
+
wineGlasses?: BooleanFilter | null | undefined;
|
|
2792
|
+
wineOrChampagne?: BooleanFilter | null | undefined;
|
|
2793
|
+
yearOfConstruction?: IntFilter | null | undefined;
|
|
2794
|
+
yearOfLastRenovation?: IntFilter | null | undefined;
|
|
2795
|
+
youthgroups?: OptionFilter | null | undefined;
|
|
2796
|
+
};
|
|
2797
|
+
type rentals_RentalServicesFilter = {
|
|
2798
|
+
_and?: rentals_RentalServicesFilter | null | undefined;
|
|
2799
|
+
_or?: rentals_RentalServicesFilter | null | undefined;
|
|
2800
|
+
babybed?: OptionFilter | null | undefined;
|
|
2801
|
+
babysitting?: OptionFilter | null | undefined;
|
|
2802
|
+
bathrobe?: OptionFilter | null | undefined;
|
|
2803
|
+
cleaning_supplies?: OptionFilter | null | undefined;
|
|
2804
|
+
crib?: OptionFilter | null | undefined;
|
|
2805
|
+
dryer?: OptionFilter | null | undefined;
|
|
2806
|
+
electricity?: OptionFilter | null | undefined;
|
|
2807
|
+
extrabed?: OptionFilter | null | undefined;
|
|
2808
|
+
firewood?: OptionFilter | null | undefined;
|
|
2809
|
+
gas?: OptionFilter | null | undefined;
|
|
2810
|
+
heating?: OptionFilter | null | undefined;
|
|
2811
|
+
highchair?: OptionFilter | null | undefined;
|
|
2812
|
+
initial_equipment?: OptionFilter | null | undefined;
|
|
2813
|
+
intercleaning?: OptionFilter | null | undefined;
|
|
2814
|
+
internet?: OptionFilter | null | undefined;
|
|
2815
|
+
linen?: OptionFilter | null | undefined;
|
|
2816
|
+
pet?: OptionFilter | null | undefined;
|
|
2817
|
+
privat_parking?: OptionFilter | null | undefined;
|
|
2818
|
+
toiletries?: OptionFilter | null | undefined;
|
|
2819
|
+
towels?: OptionFilter | null | undefined;
|
|
2820
|
+
transfer?: OptionFilter | null | undefined;
|
|
2821
|
+
washer?: OptionFilter | null | undefined;
|
|
2822
|
+
water?: OptionFilter | null | undefined;
|
|
2823
|
+
};
|
|
2824
|
+
type rentals_RentalSummaryFilter = {
|
|
2825
|
+
_and?: rentals_RentalSummaryFilter | null | undefined;
|
|
2826
|
+
_or?: rentals_RentalSummaryFilter | null | undefined;
|
|
2827
|
+
address?: AddressFilter | null | undefined;
|
|
2828
|
+
attributes?: rentals_RentalAttributesFilter | null | undefined;
|
|
2829
|
+
availablePeriods?: LocalDayRangeFilter | null | undefined;
|
|
2830
|
+
bookingWorkspaceId?: StringFilter | null | undefined;
|
|
2831
|
+
cleaningStatus?: OptionFilter | null | undefined;
|
|
2832
|
+
created?: DateFilter | null | undefined;
|
|
2833
|
+
descriptions?: rentals_DescriptionsFilter | null | undefined;
|
|
2834
|
+
id?: OptionFilter | null | undefined;
|
|
2835
|
+
images?: rentals_ContainsEmbeddedImageFilter | null | undefined;
|
|
2836
|
+
label?: StringFilter | null | undefined;
|
|
2837
|
+
links?: rentals_ContainsLinkFilter | null | undefined;
|
|
2838
|
+
location?: NullFilter | null | undefined;
|
|
2839
|
+
name?: StringFilter | null | undefined;
|
|
2840
|
+
propertyId?: OptionFilter | null | undefined;
|
|
2841
|
+
readWorkspaceIds?: rentals_ContainsStringFilter | null | undefined;
|
|
2842
|
+
rentalType?: OptionFilter | null | undefined;
|
|
2843
|
+
roomSummary?: rentals_RoomSummaryFilter | null | undefined;
|
|
2844
|
+
rooms?: rentals_ContainsRoomFilter | null | undefined;
|
|
2845
|
+
scope?: OptionFilter | null | undefined;
|
|
2846
|
+
serial?: FloatFilter | null | undefined;
|
|
2847
|
+
services?: rentals_RentalServicesFilter | null | undefined;
|
|
2848
|
+
status?: OptionFilter | null | undefined;
|
|
2849
|
+
tagIds?: rentals_ContainsStringFilter | null | undefined;
|
|
2850
|
+
timezone?: OptionFilter | null | undefined;
|
|
2851
|
+
type?: OptionFilter | null | undefined;
|
|
2852
|
+
updated?: DateFilter | null | undefined;
|
|
2853
|
+
vicinity?: rentals_VicinityFilter | null | undefined;
|
|
2854
|
+
workspaceId?: OptionFilter | null | undefined;
|
|
2855
|
+
writeWorkspaceIds?: rentals_ContainsStringFilter | null | undefined;
|
|
2856
|
+
};
|
|
2857
|
+
type rentals_RoomAttributesFilter = {
|
|
2858
|
+
_and?: rentals_RoomAttributesFilter | null | undefined;
|
|
2859
|
+
_or?: rentals_RoomAttributesFilter | null | undefined;
|
|
2860
|
+
armchair?: BooleanFilter | null | undefined;
|
|
2861
|
+
bathtub?: BooleanFilter | null | undefined;
|
|
2862
|
+
bidet?: BooleanFilter | null | undefined;
|
|
2863
|
+
clothesRack?: BooleanFilter | null | undefined;
|
|
2864
|
+
desk?: BooleanFilter | null | undefined;
|
|
2865
|
+
diningTable?: BooleanFilter | null | undefined;
|
|
2866
|
+
flooring?: OptionFilter | null | undefined;
|
|
2867
|
+
hairdryer?: BooleanFilter | null | undefined;
|
|
2868
|
+
hasPrivateBathroom?: BooleanFilter | null | undefined;
|
|
2869
|
+
makeupMirror?: BooleanFilter | null | undefined;
|
|
2870
|
+
mirror?: BooleanFilter | null | undefined;
|
|
2871
|
+
readingLight?: BooleanFilter | null | undefined;
|
|
2872
|
+
roomDarkeningOption?: BooleanFilter | null | undefined;
|
|
2873
|
+
shower?: BooleanFilter | null | undefined;
|
|
2874
|
+
showerType?: OptionFilter | null | undefined;
|
|
2875
|
+
sideboard?: BooleanFilter | null | undefined;
|
|
2876
|
+
socketNearTheBed?: BooleanFilter | null | undefined;
|
|
2877
|
+
sofa?: BooleanFilter | null | undefined;
|
|
2878
|
+
squareMeters?: IntFilter | null | undefined;
|
|
2879
|
+
underfloorheating?: BooleanFilter | null | undefined;
|
|
2880
|
+
wardrobe?: BooleanFilter | null | undefined;
|
|
2881
|
+
washbasin?: BooleanFilter | null | undefined;
|
|
2882
|
+
wc?: BooleanFilter | null | undefined;
|
|
2883
|
+
window?: BooleanFilter | null | undefined;
|
|
2884
|
+
};
|
|
2885
|
+
type rentals_RoomFilter = {
|
|
2886
|
+
_and?: rentals_RoomFilter | null | undefined;
|
|
2887
|
+
_or?: rentals_RoomFilter | null | undefined;
|
|
2888
|
+
attributes?: rentals_RoomAttributesFilter | null | undefined;
|
|
2889
|
+
beds?: rentals_ContainsBedFilter | null | undefined;
|
|
2890
|
+
description?: LocaleStringFilter | null | undefined;
|
|
2891
|
+
type?: OptionFilter | null | undefined;
|
|
2892
|
+
};
|
|
2893
|
+
type rentals_RoomSummaryFilter = {
|
|
2894
|
+
_and?: rentals_RoomSummaryFilter | null | undefined;
|
|
2895
|
+
_or?: rentals_RoomSummaryFilter | null | undefined;
|
|
2896
|
+
bathrooms?: IntFilter | null | undefined;
|
|
2897
|
+
bedrooms?: IntFilter | null | undefined;
|
|
2898
|
+
livingrooms?: IntFilter | null | undefined;
|
|
2899
|
+
maxAdults?: IntFilter | null | undefined;
|
|
2900
|
+
maxPersons?: IntFilter | null | undefined;
|
|
2901
|
+
rooms?: IntFilter | null | undefined;
|
|
2902
|
+
};
|
|
2903
|
+
type rentals_VicinityFilter = {
|
|
2904
|
+
_and?: rentals_VicinityFilter | null | undefined;
|
|
2905
|
+
_or?: rentals_VicinityFilter | null | undefined;
|
|
2906
|
+
adventure?: BooleanFilter | null | undefined;
|
|
2907
|
+
airportdistance?: IntFilter | null | undefined;
|
|
2908
|
+
archery?: BooleanFilter | null | undefined;
|
|
2909
|
+
awayFromItAll?: BooleanFilter | null | undefined;
|
|
2910
|
+
balloonTrips?: BooleanFilter | null | undefined;
|
|
2911
|
+
basketball?: BooleanFilter | null | undefined;
|
|
2912
|
+
beach?: BooleanFilter | null | undefined;
|
|
2913
|
+
beachaccess?: BooleanFilter | null | undefined;
|
|
2914
|
+
beachdistance?: IntFilter | null | undefined;
|
|
2915
|
+
beachfront?: BooleanFilter | null | undefined;
|
|
2916
|
+
beachtype?: OptionFilter | null | undefined;
|
|
2917
|
+
beachvolleyball?: BooleanFilter | null | undefined;
|
|
2918
|
+
billiards?: BooleanFilter | null | undefined;
|
|
2919
|
+
birdWatching?: BooleanFilter | null | undefined;
|
|
2920
|
+
boatRental?: BooleanFilter | null | undefined;
|
|
2921
|
+
boatTrip?: BooleanFilter | null | undefined;
|
|
2922
|
+
boccie?: BooleanFilter | null | undefined;
|
|
2923
|
+
botanicalGarden?: BooleanFilter | null | undefined;
|
|
2924
|
+
bowling?: BooleanFilter | null | undefined;
|
|
2925
|
+
budget?: BooleanFilter | null | undefined;
|
|
2926
|
+
bungeeJumping?: BooleanFilter | null | undefined;
|
|
2927
|
+
canoeing?: BooleanFilter | null | undefined;
|
|
2928
|
+
carriageRides?: BooleanFilter | null | undefined;
|
|
2929
|
+
church?: BooleanFilter | null | undefined;
|
|
2930
|
+
cinema?: BooleanFilter | null | undefined;
|
|
2931
|
+
citydistance?: IntFilter | null | undefined;
|
|
2932
|
+
climbing?: BooleanFilter | null | undefined;
|
|
2933
|
+
cosmeticTreatments?: BooleanFilter | null | undefined;
|
|
2934
|
+
crossCountrySkiing?: BooleanFilter | null | undefined;
|
|
2935
|
+
culture?: BooleanFilter | null | undefined;
|
|
2936
|
+
cycling?: BooleanFilter | null | undefined;
|
|
2937
|
+
danceCourses?: BooleanFilter | null | undefined;
|
|
2938
|
+
daySpa?: BooleanFilter | null | undefined;
|
|
2939
|
+
deepseaFisching?: BooleanFilter | null | undefined;
|
|
2940
|
+
disco?: BooleanFilter | null | undefined;
|
|
2941
|
+
diving?: BooleanFilter | null | undefined;
|
|
2942
|
+
dutyfree?: BooleanFilter | null | undefined;
|
|
2943
|
+
family?: BooleanFilter | null | undefined;
|
|
2944
|
+
farmHolidays?: BooleanFilter | null | undefined;
|
|
2945
|
+
ferrydistance?: IntFilter | null | undefined;
|
|
2946
|
+
festivals?: BooleanFilter | null | undefined;
|
|
2947
|
+
fishing?: BooleanFilter | null | undefined;
|
|
2948
|
+
fitnessTraining?: BooleanFilter | null | undefined;
|
|
2949
|
+
football?: BooleanFilter | null | undefined;
|
|
2950
|
+
gambling?: BooleanFilter | null | undefined;
|
|
2951
|
+
golf?: BooleanFilter | null | undefined;
|
|
2952
|
+
golfdistance?: IntFilter | null | undefined;
|
|
2953
|
+
gymnastics?: BooleanFilter | null | undefined;
|
|
2954
|
+
helicopterTours?: BooleanFilter | null | undefined;
|
|
2955
|
+
hiking?: BooleanFilter | null | undefined;
|
|
2956
|
+
historic?: BooleanFilter | null | undefined;
|
|
2957
|
+
holidayComplex?: BooleanFilter | null | undefined;
|
|
2958
|
+
horsebackRiding?: BooleanFilter | null | undefined;
|
|
2959
|
+
iceSkating?: BooleanFilter | null | undefined;
|
|
2960
|
+
jetSkiing?: BooleanFilter | null | undefined;
|
|
2961
|
+
jogging?: BooleanFilter | null | undefined;
|
|
2962
|
+
kayaking?: BooleanFilter | null | undefined;
|
|
2963
|
+
lakedistance?: IntFilter | null | undefined;
|
|
2964
|
+
library?: BooleanFilter | null | undefined;
|
|
2965
|
+
locAtm?: BooleanFilter | null | undefined;
|
|
2966
|
+
locBay?: BooleanFilter | null | undefined;
|
|
2967
|
+
locBeach?: BooleanFilter | null | undefined;
|
|
2968
|
+
locCity?: BooleanFilter | null | undefined;
|
|
2969
|
+
locDowntown?: BooleanFilter | null | undefined;
|
|
2970
|
+
locForest?: BooleanFilter | null | undefined;
|
|
2971
|
+
locGroceries?: BooleanFilter | null | undefined;
|
|
2972
|
+
locHospital?: BooleanFilter | null | undefined;
|
|
2973
|
+
locLake?: BooleanFilter | null | undefined;
|
|
2974
|
+
locMedicalServices?: BooleanFilter | null | undefined;
|
|
2975
|
+
locMountain?: BooleanFilter | null | undefined;
|
|
2976
|
+
locOcean?: BooleanFilter | null | undefined;
|
|
2977
|
+
locRiver?: BooleanFilter | null | undefined;
|
|
2978
|
+
locRural?: BooleanFilter | null | undefined;
|
|
2979
|
+
locVillage?: BooleanFilter | null | undefined;
|
|
2980
|
+
locWaterfalls?: BooleanFilter | null | undefined;
|
|
2981
|
+
luxury?: BooleanFilter | null | undefined;
|
|
2982
|
+
massages?: BooleanFilter | null | undefined;
|
|
2983
|
+
minigolf?: BooleanFilter | null | undefined;
|
|
2984
|
+
mountainbiking?: BooleanFilter | null | undefined;
|
|
2985
|
+
museums?: BooleanFilter | null | undefined;
|
|
2986
|
+
nordicWalking?: BooleanFilter | null | undefined;
|
|
2987
|
+
nudeBeach?: BooleanFilter | null | undefined;
|
|
2988
|
+
paragliding?: BooleanFilter | null | undefined;
|
|
2989
|
+
parasailing?: BooleanFilter | null | undefined;
|
|
2990
|
+
pilates?: BooleanFilter | null | undefined;
|
|
2991
|
+
playgroundActivity?: BooleanFilter | null | undefined;
|
|
2992
|
+
publictransportdistance?: IntFilter | null | undefined;
|
|
2993
|
+
qiGong?: BooleanFilter | null | undefined;
|
|
2994
|
+
rafting?: BooleanFilter | null | undefined;
|
|
2995
|
+
restaurantdistance?: IntFilter | null | undefined;
|
|
2996
|
+
restaurants?: BooleanFilter | null | undefined;
|
|
2997
|
+
romantic?: BooleanFilter | null | undefined;
|
|
2998
|
+
rowing?: BooleanFilter | null | undefined;
|
|
2999
|
+
ruins?: BooleanFilter | null | undefined;
|
|
3000
|
+
sailing?: BooleanFilter | null | undefined;
|
|
3001
|
+
seadistance?: IntFilter | null | undefined;
|
|
3002
|
+
shopping?: BooleanFilter | null | undefined;
|
|
3003
|
+
shoppingdistance?: IntFilter | null | undefined;
|
|
3004
|
+
sightSeeing?: BooleanFilter | null | undefined;
|
|
3005
|
+
skialpine?: BooleanFilter | null | undefined;
|
|
3006
|
+
skidistance?: IntFilter | null | undefined;
|
|
3007
|
+
sledding?: BooleanFilter | null | undefined;
|
|
3008
|
+
snorkeling?: BooleanFilter | null | undefined;
|
|
3009
|
+
snowboarding?: BooleanFilter | null | undefined;
|
|
3010
|
+
spelunking?: BooleanFilter | null | undefined;
|
|
3011
|
+
sportsActivities?: BooleanFilter | null | undefined;
|
|
3012
|
+
squash?: BooleanFilter | null | undefined;
|
|
3013
|
+
surfing?: BooleanFilter | null | undefined;
|
|
3014
|
+
swimming?: BooleanFilter | null | undefined;
|
|
3015
|
+
synagogues?: BooleanFilter | null | undefined;
|
|
3016
|
+
tableTennis?: BooleanFilter | null | undefined;
|
|
3017
|
+
tennis?: BooleanFilter | null | undefined;
|
|
3018
|
+
theater?: BooleanFilter | null | undefined;
|
|
3019
|
+
themeParks?: BooleanFilter | null | undefined;
|
|
3020
|
+
touristAttractions?: BooleanFilter | null | undefined;
|
|
3021
|
+
trainstationdistance?: IntFilter | null | undefined;
|
|
3022
|
+
trekking?: BooleanFilter | null | undefined;
|
|
3023
|
+
walking?: BooleanFilter | null | undefined;
|
|
3024
|
+
waterParks?: BooleanFilter | null | undefined;
|
|
3025
|
+
waterSki?: BooleanFilter | null | undefined;
|
|
3026
|
+
waterSport?: BooleanFilter | null | undefined;
|
|
3027
|
+
wellness?: BooleanFilter | null | undefined;
|
|
3028
|
+
wellnessActivity?: BooleanFilter | null | undefined;
|
|
3029
|
+
whaleWatching?: BooleanFilter | null | undefined;
|
|
3030
|
+
windSurfing?: BooleanFilter | null | undefined;
|
|
3031
|
+
yoga?: BooleanFilter | null | undefined;
|
|
3032
|
+
zoo?: BooleanFilter | null | undefined;
|
|
3033
|
+
};
|
|
3034
|
+
//#endregion
|
|
2202
3035
|
//#region scripts/v10/metadata-generation/rental-metadata.d.ts
|
|
2203
3036
|
declare const GENERATED_RENTAL_METADATA_CATALOG: {
|
|
2204
3037
|
readonly attributes: readonly [{
|
|
@@ -10060,10 +10893,14 @@ type CustomAttributeDefinition = CustomAttributeSourceFilterDefinition;
|
|
|
10060
10893
|
//#region src/client/types.d.ts
|
|
10061
10894
|
type RentalMetadataCatalog = typeof GENERATED_RENTAL_METADATA_CATALOG;
|
|
10062
10895
|
type RentalHighlightPrioritizationKey = RentalMetadataCatalog["attributes"][number]["key"] | RentalMetadataCatalog["roomSummary"][number]["key"] | RentalMetadataCatalog["vicinity"][number]["key"] | (string & {});
|
|
10896
|
+
type RentalScope = {
|
|
10897
|
+
readonly propertyId?: NonNullable<VofficeFilter["falicityid"]> | NonNullable<NonNullable<rentals_RentalSummaryFilter["propertyId"]>["_eq"]>;
|
|
10898
|
+
};
|
|
10063
10899
|
interface CMSOptions {
|
|
10064
10900
|
readonly translationOverrides?: TranslationOverrides;
|
|
10065
10901
|
readonly customAttributeFilterDefinitions?: CustomAttributeFilterDefinition[];
|
|
10066
10902
|
readonly rentalHighlightPrioritization?: RentalHighlightPrioritizationKey[];
|
|
10903
|
+
readonly rentalScope?: RentalScope;
|
|
10067
10904
|
}
|
|
10068
10905
|
type V9CMSOptions = CMSOptions;
|
|
10069
10906
|
type V10CMSOptions = CMSOptions;
|
|
@@ -16127,4 +16964,4 @@ declare const makeV1OpenApiClientFetchLive: (options: V1OpenApiClientOptions) =>
|
|
|
16127
16964
|
declare const defineCMSSDKOptions: <Options extends CMSOptions>(options: Options) => Options;
|
|
16128
16965
|
declare const createCMSSDKFromParsedConfig: (config: ParsedCMSConfig) => CMSSDK;
|
|
16129
16966
|
//#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 };
|
|
16967
|
+
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 };
|