@wix/auto_sdk_gbp_locations 1.0.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/build/cjs/index.d.ts +913 -0
- package/build/cjs/index.js +3088 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +6699 -0
- package/build/cjs/index.typings.js +2726 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +5220 -0
- package/build/cjs/meta.js +2274 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/schemas.d.ts +11094 -0
- package/build/cjs/schemas.js +15256 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/index.d.mts +913 -0
- package/build/es/index.mjs +3002 -0
- package/build/es/index.mjs.map +1 -0
- package/build/es/index.typings.d.mts +6699 -0
- package/build/es/index.typings.mjs +2639 -0
- package/build/es/index.typings.mjs.map +1 -0
- package/build/es/meta.d.mts +5220 -0
- package/build/es/meta.mjs +2186 -0
- package/build/es/meta.mjs.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/schemas.d.mts +11094 -0
- package/build/es/schemas.mjs +15144 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/index.d.ts +933 -0
- package/build/internal/cjs/index.js +3088 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +6724 -0
- package/build/internal/cjs/index.typings.js +2726 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +5267 -0
- package/build/internal/cjs/meta.js +2274 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/schemas.d.ts +11094 -0
- package/build/internal/cjs/schemas.js +15256 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/index.d.mts +933 -0
- package/build/internal/es/index.mjs +3002 -0
- package/build/internal/es/index.mjs.map +1 -0
- package/build/internal/es/index.typings.d.mts +6724 -0
- package/build/internal/es/index.typings.mjs +2639 -0
- package/build/internal/es/index.typings.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +5267 -0
- package/build/internal/es/meta.mjs +2186 -0
- package/build/internal/es/meta.mjs.map +1 -0
- package/build/internal/es/schemas.d.mts +11094 -0
- package/build/internal/es/schemas.mjs +15144 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/meta/package.json +3 -0
- package/package.json +61 -0
- package/schemas/package.json +3 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../schemas.ts","../../../src/gbp-location-v1-gbplocation-locations.schemas.ts"],"sourcesContent":["export * from './src/gbp-location-v1-gbplocation-locations.schemas.js';\n","import * as z from 'zod';\n\nexport const GetGbpLocationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\n \"ID of the location to retrieve. This is Google's location identifier.\"\n )\n .min(1)\n .max(255),\n});\nexport const GetGbpLocationResponse = /*#__PURE__*/ z.object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z.string().describe('Postal/ZIP code.').max(20).optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z.string().describe('City or locality.').max(100).optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n});\nexport const QueryGbpLocationsRequest = /*#__PURE__*/ z.object({\n query: z\n .intersection(\n z.object({\n filter: z\n .record(z.string(), z.any())\n .describe(\n 'Filter object.\\n\\nLearn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).'\n )\n .optional()\n .nullable(),\n sort: z\n .array(\n z.object({\n fieldName: z\n .string()\n .describe('Name of the field to sort by.')\n .max(512)\n .optional(),\n order: z.enum(['ASC', 'DESC']).optional(),\n })\n )\n .max(5)\n .optional(),\n }),\n z.xor([\n z.object({ cursorPaging: z.never().optional() }),\n z.object({\n cursorPaging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor paging options.\\n\\nLearn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).'\n ),\n }),\n ])\n )\n .describe(\n 'Query to filter, sort and page the results.\\n\\nSupported properties: `id`, `googleLocationId`, `accountId`.'\n ),\n});\nexport const QueryGbpLocationsResponse = /*#__PURE__*/ z.object({\n locations: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe('Cursor paging metadata.')\n .optional(),\n});\nexport const QueryGoogleLocationsRequest = /*#__PURE__*/ z.object({\n options: z\n .object({\n query: z\n .intersection(\n z.object({\n filter: z\n .record(z.string(), z.any())\n .describe(\n 'Filter object.\\n\\nLearn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).'\n )\n .optional()\n .nullable(),\n sort: z\n .array(\n z.object({\n fieldName: z\n .string()\n .describe('Name of the field to sort by.')\n .max(512)\n .optional(),\n order: z.enum(['ASC', 'DESC']).optional(),\n })\n )\n .max(5)\n .optional(),\n }),\n z.xor([\n z.object({ cursorPaging: z.never().optional() }),\n z.object({\n cursorPaging: z\n .object({\n limit: z\n .number()\n .int()\n .describe(\n 'Maximum number of items to return in the results.'\n )\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor paging options.\\n\\nLearn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).'\n ),\n }),\n ])\n )\n .describe(\n 'Query to filter, sort and page the results. Takes the same properties as\\nQuery GBP Locations.\\n\\nSupported properties: `id`, `googleLocationId`, `accountId`.'\n )\n .optional(),\n })\n .optional(),\n});\nexport const QueryGoogleLocationsResponse = /*#__PURE__*/ z.object({\n locations: z\n .array(\n z.intersection(\n z.object({\n location: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's opaque location identifier on the public API.\"\n )\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").'\n )\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n .describe(\n \"The location as it's stored for the site, including its `id` and\\n`accountId`.\"\n )\n .optional(),\n }),\n z.intersection(\n z.xor([\n z.object({\n googleLocation: z.never().optional(),\n googleError: z.never().optional(),\n }),\n z.object({\n googleError: z.never().optional(),\n googleLocation: z\n .object({\n name: z\n .string()\n .describe(\n 'Google resource name, e.g. \"locations/12345678901234567890\".\\nEmpty on create request; populated on response.'\n )\n .max(200)\n .optional(),\n title: z\n .string()\n .describe(\n 'Business name shown on the listing (Google\\'s \"title\").'\n )\n .min(1)\n .max(300)\n .optional(),\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language tag, e.g. \"en-US\". Required by Google, immutable.'\n )\n .optional(),\n primaryCategory: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n .describe('Primary business category. Required by Google.')\n .optional(),\n additionalCategories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n )\n .max(9)\n .optional(),\n profile: z\n .object({\n description: z\n .string()\n .describe(\n \"Description of the location in the site owner's own words. Optional, and an\\nempty value clears it on the listing. Google allows up to 750 characters.\"\n )\n .max(750)\n .optional(),\n })\n .describe(\n \"Optional. Google asks for a description for every category except lodging\\nbut doesn't enforce it, so neither does this API. Both an absent profile and\\none with an empty description are accepted.\"\n )\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").'\n )\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe(\n 'Administrative area (state, province, region).'\n )\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Storefront postal address. Required for a business that serves customers at\\nits premises, and allowed alongside `serviceArea` when that field's\\n`businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`.\"\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum([\n 'CUSTOMER_LOCATION_ONLY',\n 'CUSTOMER_AND_BUSINESS_LOCATION',\n ])\n .describe('Type of service-area business.')\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe(\n 'Human-readable place name (e.g. \"Brooklyn, NY\").'\n )\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n \"Service-area definition (for businesses that serve customers at the\\ncustomer's location, exclusively or in addition to their storefront).\"\n )\n .optional(),\n primaryPhone: z\n .string()\n .describe('Primary business phone.')\n .max(50)\n .optional(),\n additionalPhones: z.array(z.string()).max(2).optional(),\n websiteUri: z\n .string()\n .describe(\n 'Business website.\\n\\nClear it by masking `websiteUri` on Update Google Location and sending\\n`null`. Sending an empty string is rejected.'\n )\n .url()\n .max(1000)\n .optional()\n .nullable(),\n storeCode: z\n .string()\n .describe(\n 'Merchant-defined store code (free-form identifier shown only to the merchant).'\n )\n .max(64)\n .optional(),\n regularHours: z\n .array(\n z.object({\n openDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe(\n 'Day of the week when this open/close window starts.'\n )\n .optional(),\n openTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business opens on `openDay`.'\n )\n .optional(),\n closeDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe(\n 'Day of the week when this open/close window ends.'\n )\n .optional(),\n closeTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business closes on `closeDay`.'\n )\n .optional(),\n })\n )\n .max(14)\n .optional(),\n latLng: z\n .object({\n latitude: z\n .number()\n .describe('Latitude in degrees. Must be in [-90, 90].')\n .optional(),\n longitude: z\n .number()\n .describe(\n 'Longitude in degrees. Must be in [-180, 180].'\n )\n .optional(),\n })\n .describe('Geographic coordinates of the storefront.')\n .optional(),\n openInfo: z\n .object({\n status: z\n .enum([\n 'OPEN',\n 'CLOSED_PERMANENTLY',\n 'CLOSED_TEMPORARILY',\n ])\n .describe('Current listing status.')\n .optional(),\n canReopen: z\n .boolean()\n .describe(\n 'Whether the listing can be reopened (only relevant for CLOSED_PERMANENTLY).'\n )\n .optional(),\n })\n .describe('Open/closed state of the listing.')\n .optional(),\n metadata: z\n .object({\n canOperateLodgingData: z\n .boolean()\n .describe(\n 'Whether this location can carry lodging (hotel) data — that is, whether\\nGet/Update Google Location Lodging are usable for it. Google derives it\\nfrom the primary category, so it flips when the category changes.'\n )\n .optional(),\n })\n .describe(\n \"Read-only signals Google reports about the listing.\\n\\nOnly populated on the read paths (Query Google Locations, Get Google\\nLocation) and on the Update Google Location response. Search Google\\nLocations reads Google's catalog rather than the merchant's own listing,\\nso it leaves this unset — don't read a default there as a \\\"no\\\".\"\n )\n .optional(),\n })\n .describe(\"The location's current profile data from Google.\"),\n }),\n z.object({\n googleLocation: z.never().optional(),\n googleError: z\n .object({\n code: z.string().describe('Error code.').optional(),\n description: z\n .string()\n .describe('Description of the error.')\n .optional(),\n data: z\n .record(z.string(), z.any())\n .describe('Data related to the error.')\n .optional()\n .nullable(),\n })\n .describe(\n \"Why the profile data couldn't be retrieved for this location. See the\\ndescription of this object for the error codes.\"\n ),\n }),\n ]),\n z.xor([\n z.object({\n voiceOfMerchant: z.never().optional(),\n voiceOfMerchantError: z.never().optional(),\n }),\n z.object({\n voiceOfMerchantError: z.never().optional(),\n voiceOfMerchant: z\n .object({\n hasVoiceOfMerchant: z\n .boolean()\n .describe(\n 'Whether the location is ready to be acted on by the merchant.'\n )\n .optional(),\n hasBusinessAuthority: z\n .boolean()\n .describe(\n 'Whether the merchant has business-authority (claim) for the location.'\n )\n .optional(),\n state: z\n .enum([\n 'WAIT_FOR_VOICE_OF_MERCHANT',\n 'RESOLVE_OWNERSHIP_CONFLICT',\n 'COMPLY_WITH_GUIDELINES',\n 'VERIFY',\n ])\n .describe(\n 'The action (if any) Google recommends the merchant take to obtain or\\nrestore voice-of-merchant. `STATE_NONE` means no action is required at\\nthis time.'\n )\n .optional(),\n recommendationReason: z\n .enum([\n 'BUSINESS_LOCATION_SUSPENDED',\n 'BUSINESS_LOCATION_DISABLED',\n ])\n .describe(\n 'Set when `state == COMPLY_WITH_GUIDELINES`: why Google is asking the\\nmerchant to review the guidelines.'\n )\n .optional(),\n hasPendingVerification: z\n .boolean()\n .describe(\n 'Set when `state == VERIFY`: true when a Verification resource is already\\nin flight for the location (StartVerification was already called and the\\nPIN is in transit).'\n )\n .optional(),\n })\n .describe(\n \"Whether Google considers this location's profile trusted and live.\"\n ),\n }),\n z.object({\n voiceOfMerchant: z.never().optional(),\n voiceOfMerchantError: z\n .object({\n code: z.string().describe('Error code.').optional(),\n description: z\n .string()\n .describe('Description of the error.')\n .optional(),\n data: z\n .record(z.string(), z.any())\n .describe('Data related to the error.')\n .optional()\n .nullable(),\n })\n .describe(\n \"Why the Voice of Merchant state couldn't be retrieved for this location.\\nSame error codes as `googleError`.\"\n ),\n }),\n ])\n )\n )\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n \"Paging metadata. Paging reflects the site's stored locations, so a location\\nwhose Google data couldn't be retrieved still occupies its place in the page.\"\n )\n .optional(),\n});\nexport const GetGoogleLocationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\n \"ID of the location to retrieve. This is Google's location identifier.\"\n )\n .min(1)\n .max(255),\n});\nexport const GetGoogleLocationResponse = /*#__PURE__*/ z.object({\n location: z\n .intersection(\n z.object({\n location: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's opaque location identifier on the public API.\"\n )\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").'\n )\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n .describe(\n \"The location as it's stored for the site, including its `id` and\\n`accountId`.\"\n )\n .optional(),\n }),\n z.intersection(\n z.xor([\n z.object({\n googleLocation: z.never().optional(),\n googleError: z.never().optional(),\n }),\n z.object({\n googleError: z.never().optional(),\n googleLocation: z\n .object({\n name: z\n .string()\n .describe(\n 'Google resource name, e.g. \"locations/12345678901234567890\".\\nEmpty on create request; populated on response.'\n )\n .max(200)\n .optional(),\n title: z\n .string()\n .describe(\n 'Business name shown on the listing (Google\\'s \"title\").'\n )\n .min(1)\n .max(300)\n .optional(),\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language tag, e.g. \"en-US\". Required by Google, immutable.'\n )\n .optional(),\n primaryCategory: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n .describe('Primary business category. Required by Google.')\n .optional(),\n additionalCategories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n )\n .max(9)\n .optional(),\n profile: z\n .object({\n description: z\n .string()\n .describe(\n \"Description of the location in the site owner's own words. Optional, and an\\nempty value clears it on the listing. Google allows up to 750 characters.\"\n )\n .max(750)\n .optional(),\n })\n .describe(\n \"Optional. Google asks for a description for every category except lodging\\nbut doesn't enforce it, so neither does this API. Both an absent profile and\\none with an empty description are accepted.\"\n )\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").'\n )\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe(\n 'Administrative area (state, province, region).'\n )\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Storefront postal address. Required for a business that serves customers at\\nits premises, and allowed alongside `serviceArea` when that field's\\n`businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`.\"\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum([\n 'CUSTOMER_LOCATION_ONLY',\n 'CUSTOMER_AND_BUSINESS_LOCATION',\n ])\n .describe('Type of service-area business.')\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe(\n 'Human-readable place name (e.g. \"Brooklyn, NY\").'\n )\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n \"Service-area definition (for businesses that serve customers at the\\ncustomer's location, exclusively or in addition to their storefront).\"\n )\n .optional(),\n primaryPhone: z\n .string()\n .describe('Primary business phone.')\n .max(50)\n .optional(),\n additionalPhones: z.array(z.string()).max(2).optional(),\n websiteUri: z\n .string()\n .describe(\n 'Business website.\\n\\nClear it by masking `websiteUri` on Update Google Location and sending\\n`null`. Sending an empty string is rejected.'\n )\n .url()\n .max(1000)\n .optional()\n .nullable(),\n storeCode: z\n .string()\n .describe(\n 'Merchant-defined store code (free-form identifier shown only to the merchant).'\n )\n .max(64)\n .optional(),\n regularHours: z\n .array(\n z.object({\n openDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe(\n 'Day of the week when this open/close window starts.'\n )\n .optional(),\n openTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business opens on `openDay`.'\n )\n .optional(),\n closeDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe(\n 'Day of the week when this open/close window ends.'\n )\n .optional(),\n closeTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business closes on `closeDay`.'\n )\n .optional(),\n })\n )\n .max(14)\n .optional(),\n latLng: z\n .object({\n latitude: z\n .number()\n .describe('Latitude in degrees. Must be in [-90, 90].')\n .optional(),\n longitude: z\n .number()\n .describe('Longitude in degrees. Must be in [-180, 180].')\n .optional(),\n })\n .describe('Geographic coordinates of the storefront.')\n .optional(),\n openInfo: z\n .object({\n status: z\n .enum([\n 'OPEN',\n 'CLOSED_PERMANENTLY',\n 'CLOSED_TEMPORARILY',\n ])\n .describe('Current listing status.')\n .optional(),\n canReopen: z\n .boolean()\n .describe(\n 'Whether the listing can be reopened (only relevant for CLOSED_PERMANENTLY).'\n )\n .optional(),\n })\n .describe('Open/closed state of the listing.')\n .optional(),\n metadata: z\n .object({\n canOperateLodgingData: z\n .boolean()\n .describe(\n 'Whether this location can carry lodging (hotel) data — that is, whether\\nGet/Update Google Location Lodging are usable for it. Google derives it\\nfrom the primary category, so it flips when the category changes.'\n )\n .optional(),\n })\n .describe(\n \"Read-only signals Google reports about the listing.\\n\\nOnly populated on the read paths (Query Google Locations, Get Google\\nLocation) and on the Update Google Location response. Search Google\\nLocations reads Google's catalog rather than the merchant's own listing,\\nso it leaves this unset — don't read a default there as a \\\"no\\\".\"\n )\n .optional(),\n })\n .describe(\"The location's current profile data from Google.\"),\n }),\n z.object({\n googleLocation: z.never().optional(),\n googleError: z\n .object({\n code: z.string().describe('Error code.').optional(),\n description: z\n .string()\n .describe('Description of the error.')\n .optional(),\n data: z\n .record(z.string(), z.any())\n .describe('Data related to the error.')\n .optional()\n .nullable(),\n })\n .describe(\n \"Why the profile data couldn't be retrieved for this location. See the\\ndescription of this object for the error codes.\"\n ),\n }),\n ]),\n z.xor([\n z.object({\n voiceOfMerchant: z.never().optional(),\n voiceOfMerchantError: z.never().optional(),\n }),\n z.object({\n voiceOfMerchantError: z.never().optional(),\n voiceOfMerchant: z\n .object({\n hasVoiceOfMerchant: z\n .boolean()\n .describe(\n 'Whether the location is ready to be acted on by the merchant.'\n )\n .optional(),\n hasBusinessAuthority: z\n .boolean()\n .describe(\n 'Whether the merchant has business-authority (claim) for the location.'\n )\n .optional(),\n state: z\n .enum([\n 'WAIT_FOR_VOICE_OF_MERCHANT',\n 'RESOLVE_OWNERSHIP_CONFLICT',\n 'COMPLY_WITH_GUIDELINES',\n 'VERIFY',\n ])\n .describe(\n 'The action (if any) Google recommends the merchant take to obtain or\\nrestore voice-of-merchant. `STATE_NONE` means no action is required at\\nthis time.'\n )\n .optional(),\n recommendationReason: z\n .enum([\n 'BUSINESS_LOCATION_SUSPENDED',\n 'BUSINESS_LOCATION_DISABLED',\n ])\n .describe(\n 'Set when `state == COMPLY_WITH_GUIDELINES`: why Google is asking the\\nmerchant to review the guidelines.'\n )\n .optional(),\n hasPendingVerification: z\n .boolean()\n .describe(\n 'Set when `state == VERIFY`: true when a Verification resource is already\\nin flight for the location (StartVerification was already called and the\\nPIN is in transit).'\n )\n .optional(),\n })\n .describe(\n \"Whether Google considers this location's profile trusted and live.\"\n ),\n }),\n z.object({\n voiceOfMerchant: z.never().optional(),\n voiceOfMerchantError: z\n .object({\n code: z.string().describe('Error code.').optional(),\n description: z\n .string()\n .describe('Description of the error.')\n .optional(),\n data: z\n .record(z.string(), z.any())\n .describe('Data related to the error.')\n .optional()\n .nullable(),\n })\n .describe(\n \"Why the Voice of Merchant state couldn't be retrieved for this location.\\nSame error codes as `googleError`.\"\n ),\n }),\n ])\n )\n )\n .describe(\n \"The location, with its Google profile data or the reason that couldn't be\\nretrieved.\"\n )\n .optional(),\n});\nexport const CreateLocationRequest = /*#__PURE__*/ z.object({\n location: z\n .object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n .describe(\n \"The location to record for this site.\\n\\n`id` is required and must be Google's location ID. `accountId` is required\\ntoo, because it identifies which Google account holds the listing.\"\n ),\n});\nexport const CreateLocationResponse = /*#__PURE__*/ z.object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z.string().describe('Postal/ZIP code.').max(20).optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z.string().describe('City or locality.').max(100).optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n});\nexport const UpdateLocationRequest = /*#__PURE__*/ z.object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255),\n location: z\n .object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n .describe('The location to update. Can be partial.'),\n});\nexport const UpdateLocationResponse = /*#__PURE__*/ z.object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z.string().describe('Postal/ZIP code.').max(20).optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z.string().describe('City or locality.').max(100).optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n});\nexport const DeleteLocationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\n \"ID of the location to delete. This is Google's location identifier.\"\n )\n .min(1)\n .max(255),\n});\nexport const DeleteLocationResponse = /*#__PURE__*/ z.object({});\nexport const CreateGoogleLocationRequest = /*#__PURE__*/ z.object({\n accountId: z\n .string()\n .describe(\n 'GBP account id (numeric, no \"accounts/\" prefix). The server forms the\\nGoogle resource name as \"accounts/{account_id}\".'\n )\n .min(1)\n .max(255),\n options: z.object({\n location: z\n .object({\n name: z\n .string()\n .describe(\n 'Google resource name, e.g. \"locations/12345678901234567890\".\\nEmpty on create request; populated on response.'\n )\n .max(200)\n .optional(),\n title: z\n .string()\n .describe('Business name shown on the listing (Google\\'s \"title\").')\n .min(1)\n .max(300),\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language tag, e.g. \"en-US\". Required by Google, immutable.'\n ),\n primaryCategory: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n .describe('Primary business category. Required by Google.'),\n additionalCategories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n )\n .max(9)\n .optional(),\n profile: z\n .object({\n description: z\n .string()\n .describe(\n \"Description of the location in the site owner's own words. Optional, and an\\nempty value clears it on the listing. Google allows up to 750 characters.\"\n )\n .max(750)\n .optional(),\n })\n .describe(\n \"Optional. Google asks for a description for every category except lodging\\nbut doesn't enforce it, so neither does this API. Both an absent profile and\\none with an empty description are accepted.\"\n )\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Storefront postal address. Required for a business that serves customers at\\nits premises, and allowed alongside `serviceArea` when that field's\\n`businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`.\"\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum([\n 'CUSTOMER_LOCATION_ONLY',\n 'CUSTOMER_AND_BUSINESS_LOCATION',\n ])\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe(\n 'Human-readable place name (e.g. \"Brooklyn, NY\").'\n )\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n \"Service-area definition (for businesses that serve customers at the\\ncustomer's location, exclusively or in addition to their storefront).\"\n )\n .optional(),\n primaryPhone: z\n .string()\n .describe('Primary business phone.')\n .max(50)\n .optional(),\n additionalPhones: z.array(z.string()).max(2).optional(),\n websiteUri: z\n .string()\n .describe(\n 'Business website.\\n\\nClear it by masking `websiteUri` on Update Google Location and sending\\n`null`. Sending an empty string is rejected.'\n )\n .url()\n .max(1000)\n .optional()\n .nullable(),\n storeCode: z\n .string()\n .describe(\n 'Merchant-defined store code (free-form identifier shown only to the merchant).'\n )\n .max(64)\n .optional(),\n regularHours: z\n .array(\n z.object({\n openDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .optional(),\n openTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe('Wall-clock time the business opens on `openDay`.')\n .optional(),\n closeDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .optional(),\n closeTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe('Wall-clock time the business closes on `closeDay`.')\n .optional(),\n })\n )\n .max(14)\n .optional(),\n latLng: z\n .object({\n latitude: z\n .number()\n .describe('Latitude in degrees. Must be in [-90, 90].')\n .optional(),\n longitude: z\n .number()\n .describe('Longitude in degrees. Must be in [-180, 180].')\n .optional(),\n })\n .describe('Geographic coordinates of the storefront.')\n .optional(),\n openInfo: z\n .object({\n status: z\n .enum(['OPEN', 'CLOSED_PERMANENTLY', 'CLOSED_TEMPORARILY'])\n .optional(),\n canReopen: z\n .boolean()\n .describe(\n 'Whether the listing can be reopened (only relevant for CLOSED_PERMANENTLY).'\n )\n .optional(),\n })\n .describe('Open/closed state of the listing.')\n .optional(),\n metadata: z\n .object({\n canOperateLodgingData: z\n .boolean()\n .describe(\n 'Whether this location can carry lodging (hotel) data — that is, whether\\nGet/Update Google Location Lodging are usable for it. Google derives it\\nfrom the primary category, so it flips when the category changes.'\n )\n .optional(),\n })\n .describe(\n \"Read-only signals Google reports about the listing.\\n\\nOnly populated on the read paths (Query Google Locations, Get Google\\nLocation) and on the Update Google Location response. Search Google\\nLocations reads Google's catalog rather than the merchant's own listing,\\nso it leaves this unset — don't read a default there as a \\\"no\\\".\"\n )\n .optional(),\n })\n .describe(\n 'The Google Location to create. The `name` field is ignored on input\\nand populated by Google on response.'\n ),\n validateOnly: z\n .boolean()\n .describe(\n 'Dry run. When true the payload is sent to Google\\'s\\naccounts.locations.create with its `validateOnly` query param set, so\\nGoogle runs its full validation (categories, address, phone, hours,\\npin-drop requirements) and creates nothing.\\n\\nA dry run reports failures exactly as a real create does — the same\\nGOOGLE_LOCATION_VALIDATION_FAILED reasons, the same INVALID_LOCATION_PAYLOAD\\nfor the storefront_address / service_area combinations this service checks\\nitself — which is the point: a caller can pre-flight a form before\\ncommitting.\\n\\nOn success nothing is created at Google, nothing is persisted here, no\\nGBPLocation.CREATED event is emitted, and the response\\'s `location` is\\nUNSET (Google returns no resource name for a validate-only call). Callers\\nmust treat an absent `location` as \"validation passed\", not as a failure.'\n )\n .optional(),\n }),\n});\nexport const CreateGoogleLocationResponse = /*#__PURE__*/ z.object({\n location: z\n .object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n .describe(\n 'The created location, with `id` set to the ID Google assigned and `accountId`\\ncarried through from the request.\\n\\nUNSET when the request had `validate_only` set: Google validated the payload\\nand created nothing, so there is no location to return.'\n )\n .optional(),\n});\nexport const DeleteGoogleLocationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\n \"ID of the location to delete. This is Google's location identifier.\"\n )\n .min(1)\n .max(255),\n});\nexport const DeleteGoogleLocationResponse = /*#__PURE__*/ z.object({});\nexport const UpdateGoogleLocationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\n \"ID of the location to update. This is Google's location identifier, without\\nthe `locations/` prefix.\"\n )\n .min(1)\n .max(255),\n location: z\n .object({\n name: z\n .string()\n .describe(\n 'Google resource name, e.g. \"locations/12345678901234567890\".\\nEmpty on create request; populated on response.'\n )\n .max(200)\n .optional(),\n title: z\n .string()\n .describe('Business name shown on the listing (Google\\'s \"title\").')\n .min(1)\n .max(300)\n .optional(),\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language tag, e.g. \"en-US\". Required by Google, immutable.'\n )\n .optional(),\n primaryCategory: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n .describe('Primary business category. Required by Google.')\n .optional(),\n additionalCategories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n )\n .max(9)\n .optional(),\n profile: z\n .object({\n description: z\n .string()\n .describe(\n \"Description of the location in the site owner's own words. Optional, and an\\nempty value clears it on the listing. Google allows up to 750 characters.\"\n )\n .max(750)\n .optional(),\n })\n .describe(\n \"Optional. Google asks for a description for every category except lodging\\nbut doesn't enforce it, so neither does this API. Both an absent profile and\\none with an empty description are accepted.\"\n )\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Storefront postal address. Required for a business that serves customers at\\nits premises, and allowed alongside `serviceArea` when that field's\\n`businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`.\"\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum(['CUSTOMER_LOCATION_ONLY', 'CUSTOMER_AND_BUSINESS_LOCATION'])\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe('Human-readable place name (e.g. \"Brooklyn, NY\").')\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n \"Service-area definition (for businesses that serve customers at the\\ncustomer's location, exclusively or in addition to their storefront).\"\n )\n .optional(),\n primaryPhone: z\n .string()\n .describe('Primary business phone.')\n .max(50)\n .optional(),\n additionalPhones: z.array(z.string()).max(2).optional(),\n websiteUri: z\n .string()\n .describe(\n 'Business website.\\n\\nClear it by masking `websiteUri` on Update Google Location and sending\\n`null`. Sending an empty string is rejected.'\n )\n .url()\n .max(1000)\n .optional()\n .nullable(),\n storeCode: z\n .string()\n .describe(\n 'Merchant-defined store code (free-form identifier shown only to the merchant).'\n )\n .max(64)\n .optional(),\n regularHours: z\n .array(\n z.object({\n openDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .optional(),\n openTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe('Wall-clock time the business opens on `openDay`.')\n .optional(),\n closeDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .optional(),\n closeTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe('Wall-clock time the business closes on `closeDay`.')\n .optional(),\n })\n )\n .max(14)\n .optional(),\n latLng: z\n .object({\n latitude: z\n .number()\n .describe('Latitude in degrees. Must be in [-90, 90].')\n .optional(),\n longitude: z\n .number()\n .describe('Longitude in degrees. Must be in [-180, 180].')\n .optional(),\n })\n .describe('Geographic coordinates of the storefront.')\n .optional(),\n openInfo: z\n .object({\n status: z\n .enum(['OPEN', 'CLOSED_PERMANENTLY', 'CLOSED_TEMPORARILY'])\n .optional(),\n canReopen: z\n .boolean()\n .describe(\n 'Whether the listing can be reopened (only relevant for CLOSED_PERMANENTLY).'\n )\n .optional(),\n })\n .describe('Open/closed state of the listing.')\n .optional(),\n metadata: z\n .object({\n canOperateLodgingData: z\n .boolean()\n .describe(\n 'Whether this location can carry lodging (hotel) data — that is, whether\\nGet/Update Google Location Lodging are usable for it. Google derives it\\nfrom the primary category, so it flips when the category changes.'\n )\n .optional(),\n })\n .describe(\n \"Read-only signals Google reports about the listing.\\n\\nOnly populated on the read paths (Query Google Locations, Get Google\\nLocation) and on the Update Google Location response. Search Google\\nLocations reads Google's catalog rather than the merchant's own listing,\\nso it leaves this unset — don't read a default there as a \\\"no\\\".\"\n )\n .optional(),\n })\n .describe(\n 'The profile values to set. Only the fields named in `fieldMask` are sent to\\nGoogle, so this can be partial.'\n ),\n options: z.object({\n fieldMask: z\n .object({ paths: z.array(z.string()) })\n .describe(\n \"The fields to update. Required: there's no inference, so send it explicitly.\\n\\nOnly these top-level paths are accepted: `title`, `storeCode`,\\n`primaryPhone`, `additionalPhones`, `primaryCategory`,\\n`additionalCategories`, `storefrontAddress`, `websiteUri`, `regularHours`,\\n`serviceArea`, `latLng`, `openInfo`, `profile`.\\n\\nPaths are checked as sent. An unknown path, a nested one, the wrong case, or\\nan empty mask is rejected as\\nINVALID_UPDATE_MASK before any Google call.\\n\\nCategories replace as a whole. Mask `primaryCategory` and\\n`additionalCategories` together, because a mask naming only one is rejected\\nwith `INVALID_UPDATE_MASK`, and send the complete set you want, including a\\nvalid `primaryCategory` or the call fails with `INVALID_CATEGORIES`. Google\\nreplaces the whole set, so any additional category you want to keep has to be\\nresent or it's deleted.\\n\\nPhone numbers replace as a whole too. Mask `primaryPhone` and\\n`additionalPhones` together, and send the complete set you want. Any\\nadditional phone you want to keep has to be resent or it's deleted. Unlike\\ncategories, no primary is required, so masking both with none set clears\\nevery phone number.\\n\\nOnly top-level fields are valid. A nested path such as `serviceArea.places`\\nor `profile.description` is rejected with `INVALID_UPDATE_MASK`. Send the\\ntop-level field instead, and Google replaces that whole part of the\\nprofile.\"\n ),\n }),\n});\nexport const UpdateGoogleLocationResponse = /*#__PURE__*/ z.object({\n location: z\n .object({\n name: z\n .string()\n .describe(\n 'Google resource name, e.g. \"locations/12345678901234567890\".\\nEmpty on create request; populated on response.'\n )\n .max(200)\n .optional(),\n title: z\n .string()\n .describe('Business name shown on the listing (Google\\'s \"title\").')\n .min(1)\n .max(300)\n .optional(),\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language tag, e.g. \"en-US\". Required by Google, immutable.'\n )\n .optional(),\n primaryCategory: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n .describe('Primary business category. Required by Google.')\n .optional(),\n additionalCategories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n )\n .max(9)\n .optional(),\n profile: z\n .object({\n description: z\n .string()\n .describe(\n \"Description of the location in the site owner's own words. Optional, and an\\nempty value clears it on the listing. Google allows up to 750 characters.\"\n )\n .max(750)\n .optional(),\n })\n .describe(\n \"Optional. Google asks for a description for every category except lodging\\nbut doesn't enforce it, so neither does this API. Both an absent profile and\\none with an empty description are accepted.\"\n )\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Storefront postal address. Required for a business that serves customers at\\nits premises, and allowed alongside `serviceArea` when that field's\\n`businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`.\"\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum(['CUSTOMER_LOCATION_ONLY', 'CUSTOMER_AND_BUSINESS_LOCATION'])\n .describe('Type of service-area business.')\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe('Human-readable place name (e.g. \"Brooklyn, NY\").')\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n \"Service-area definition (for businesses that serve customers at the\\ncustomer's location, exclusively or in addition to their storefront).\"\n )\n .optional(),\n primaryPhone: z\n .string()\n .describe('Primary business phone.')\n .max(50)\n .optional(),\n additionalPhones: z.array(z.string()).max(2).optional(),\n websiteUri: z\n .string()\n .describe(\n 'Business website.\\n\\nClear it by masking `websiteUri` on Update Google Location and sending\\n`null`. Sending an empty string is rejected.'\n )\n .url()\n .max(1000)\n .optional()\n .nullable(),\n storeCode: z\n .string()\n .describe(\n 'Merchant-defined store code (free-form identifier shown only to the merchant).'\n )\n .max(64)\n .optional(),\n regularHours: z\n .array(\n z.object({\n openDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe('Day of the week when this open/close window starts.')\n .optional(),\n openTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe('Wall-clock time the business opens on `openDay`.')\n .optional(),\n closeDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe('Day of the week when this open/close window ends.')\n .optional(),\n closeTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe('Wall-clock time the business closes on `closeDay`.')\n .optional(),\n })\n )\n .max(14)\n .optional(),\n latLng: z\n .object({\n latitude: z\n .number()\n .describe('Latitude in degrees. Must be in [-90, 90].')\n .optional(),\n longitude: z\n .number()\n .describe('Longitude in degrees. Must be in [-180, 180].')\n .optional(),\n })\n .describe('Geographic coordinates of the storefront.')\n .optional(),\n openInfo: z\n .object({\n status: z\n .enum(['OPEN', 'CLOSED_PERMANENTLY', 'CLOSED_TEMPORARILY'])\n .describe('Current listing status.')\n .optional(),\n canReopen: z\n .boolean()\n .describe(\n 'Whether the listing can be reopened (only relevant for CLOSED_PERMANENTLY).'\n )\n .optional(),\n })\n .describe('Open/closed state of the listing.')\n .optional(),\n metadata: z\n .object({\n canOperateLodgingData: z\n .boolean()\n .describe(\n 'Whether this location can carry lodging (hotel) data — that is, whether\\nGet/Update Google Location Lodging are usable for it. Google derives it\\nfrom the primary category, so it flips when the category changes.'\n )\n .optional(),\n })\n .describe(\n \"Read-only signals Google reports about the listing.\\n\\nOnly populated on the read paths (Query Google Locations, Get Google\\nLocation) and on the Update Google Location response. Search Google\\nLocations reads Google's catalog rather than the merchant's own listing,\\nso it leaves this unset — don't read a default there as a \\\"no\\\".\"\n )\n .optional(),\n })\n .describe(\n \"The location's full profile as Google now holds it, not just the fields you\\nchanged.\"\n )\n .optional(),\n});\nexport const BulkCreateLocationsRequest = /*#__PURE__*/ z.object({\n locations: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\"Google's opaque location identifier on the public API.\")\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n )\n .min(1)\n .max(100),\n options: z\n .object({\n returnEntity: z\n .boolean()\n .describe(\n 'Whether to return each created location in `results.item`. Defaults to\\n`false`, which keeps the response small for a large batch.'\n )\n .optional(),\n })\n .optional(),\n});\nexport const BulkCreateLocationsResponse = /*#__PURE__*/ z.object({\n results: z\n .array(\n z.object({\n itemMetadata: z\n .object({\n _id: z\n .string()\n .describe(\n \"Item ID. Provided only whenever possible. For example, `itemId` can't be provided when item creation has failed.\"\n )\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n )\n .optional()\n .nullable(),\n originalIndex: z\n .number()\n .int()\n .describe(\n 'Index of the item within the request array. Allows for correlation between request and response items.'\n )\n .min(0)\n .optional(),\n success: z\n .boolean()\n .describe(\n 'Whether the requested action for this item was successful. When `false`, the `error` field is returned.'\n )\n .optional(),\n error: z\n .object({\n code: z.string().describe('Error code.').optional(),\n description: z\n .string()\n .describe('Description of the error.')\n .optional(),\n data: z\n .record(z.string(), z.any())\n .describe('Data related to the error.')\n .optional()\n .nullable(),\n })\n .describe('Details about the error in case of failure.')\n .optional(),\n })\n .describe(\n \"Whether this location was created, and why not if it wasn't.\"\n )\n .optional(),\n item: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's opaque location identifier on the public API.\"\n )\n .min(1)\n .max(255)\n .optional(),\n accountId: z\n .string()\n .describe(\n 'ID of the Google Business Profile account that holds this location, what\\nGoogle calls a location group.\\n\\nOne site can have locations in more than one account, because a single\\nGoogle login can own several.'\n )\n .max(255)\n .optional(),\n serviceAreaPostalAddress: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").'\n )\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Saved postal address for service-area businesses. Used as the `context`\\nparameter in Google's FetchVerificationOptions call for service-area\\nverification flows. Null for storefront businesses.\"\n )\n .optional(),\n _createdDate: z\n .date()\n .describe('Date and time the location was imported into Wix.')\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe('Date and time the location was last updated.')\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, incremented on every update. Used for optimistic locking.'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe(\n \"Google's location identifier for this location, the same value as `id`.\\nFilter and sort on this field in Query GBP Locations.\"\n )\n .max(255)\n .optional(),\n feedEntityId: z\n .string()\n .describe(\n \"Identity this location is published under in Google partner feeds, used as\\nthe entity ID, merchant ID or parent entity ID across Reserve with Google,\\nOrder with Google and Dine with Google.\\n\\nCan be set once. A location that already has a value keeps it, and a request\\nthat tries to change it is rejected: Google has already ingested the value as\\nthe merchant's identity, so changing it withdraws the business from those\\nfeeds and can remove its booking and ordering buttons. Setting it on a\\nlocation that doesn't have one yet is allowed.\\n\\nLocations created through this API are given a value automatically, so you\\nusually don't need to set it. Specify it only when migrating a location whose\\nidentity Google already knows.\"\n )\n .max(288)\n .optional()\n .nullable(),\n })\n .describe(\n 'The created location. Returned only when `returnEntity` is `true`.'\n )\n .optional(),\n })\n )\n .min(1)\n .max(100)\n .optional(),\n bulkActionMetadata: z\n .object({\n totalSuccesses: z\n .number()\n .int()\n .describe('Number of items that were successfully processed.')\n .min(0)\n .optional(),\n totalFailures: z\n .number()\n .int()\n .describe(\"Number of items that couldn't be processed.\")\n .min(0)\n .optional(),\n undetailedFailures: z\n .number()\n .int()\n .describe(\n 'Number of failures without details because detailed failure threshold was exceeded.'\n )\n .min(0)\n .optional(),\n })\n .describe('How many locations succeeded and failed.')\n .optional(),\n});\nexport const BulkDeleteLocationsRequest = /*#__PURE__*/ z.object({\n locationIds: z.array(z.string()).min(1).max(100),\n});\nexport const BulkDeleteLocationsResponse = /*#__PURE__*/ z.object({\n results: z\n .array(\n z.object({\n itemMetadata: z\n .object({\n _id: z\n .string()\n .describe(\n \"Item ID. Provided only whenever possible. For example, `itemId` can't be provided when item creation has failed.\"\n )\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n )\n .optional()\n .nullable(),\n originalIndex: z\n .number()\n .int()\n .describe(\n 'Index of the item within the request array. Allows for correlation between request and response items.'\n )\n .min(0)\n .optional(),\n success: z\n .boolean()\n .describe(\n 'Whether the requested action for this item was successful. When `false`, the `error` field is returned.'\n )\n .optional(),\n error: z\n .object({\n code: z.string().describe('Error code.').optional(),\n description: z\n .string()\n .describe('Description of the error.')\n .optional(),\n data: z\n .record(z.string(), z.any())\n .describe('Data related to the error.')\n .optional()\n .nullable(),\n })\n .describe('Details about the error in case of failure.')\n .optional(),\n })\n .describe('Metadata for this individual delete operation.')\n .optional(),\n })\n )\n .min(1)\n .max(100)\n .optional(),\n bulkActionMetadata: z\n .object({\n totalSuccesses: z\n .number()\n .int()\n .describe('Number of items that were successfully processed.')\n .min(0)\n .optional(),\n totalFailures: z\n .number()\n .int()\n .describe(\"Number of items that couldn't be processed.\")\n .min(0)\n .optional(),\n undetailedFailures: z\n .number()\n .int()\n .describe(\n 'Number of failures without details because detailed failure threshold was exceeded.'\n )\n .min(0)\n .optional(),\n })\n .describe('Overall bulk operation metadata.')\n .optional(),\n});\nexport const ListGbpAccountsRequest = /*#__PURE__*/ z.object({\n options: z\n .object({\n paging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor-based paging. Unset `limit` uses a server default of 20; `cursor`\\nis the `next`/`prev` token returned by a previous response.'\n )\n .optional(),\n })\n .optional(),\n});\nexport const ListGbpAccountsResponse = /*#__PURE__*/ z.object({\n accounts: z\n .array(\n z.object({\n accountId: z\n .string()\n .describe('Google GBP Account ID.')\n .max(255)\n .optional(),\n displayName: z\n .string()\n .describe('Display name of the GBP Account.')\n .max(255)\n .optional(),\n accountType: z\n .string()\n .describe(\n 'Type of the GBP Account (e.g. PERSONAL, LOCATION_GROUP, ORGANIZATION).'\n )\n .max(64)\n .optional(),\n })\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Paging metadata. `cursors.next` is the token to specify for the next page, and\\n`hasNext` says whether there is one.'\n )\n .optional(),\n});\nexport const ListUnimportedLocationsRequest = /*#__PURE__*/ z.object({\n accountId: z\n .string()\n .describe('GBP Account ID to list locations for.')\n .max(255),\n options: z\n .object({\n paging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor-based paging. Unset `limit` uses a server default of 100; `cursor`\\nis the `next` token returned by a previous response (opaque Google token).'\n )\n .optional(),\n })\n .optional(),\n});\nexport const ListUnimportedLocationsResponse = /*#__PURE__*/ z.object({\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Paging metadata. `cursors.next` is the token to specify for the next page, and\\n`hasNext` says whether there is one.'\n )\n .optional(),\n locations: z\n .array(\n z.object({\n googleLocationId: z\n .string()\n .describe('Google location ID (no `locations/` prefix).')\n .max(255)\n .optional(),\n title: z\n .string()\n .describe(\n \"Business name shown on the Google listing (Google's `title`).\"\n )\n .max(300)\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").')\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n 'Storefront postal address; absent for service-area-only businesses.'\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum([\n 'CUSTOMER_LOCATION_ONLY',\n 'CUSTOMER_AND_BUSINESS_LOCATION',\n ])\n .describe('Type of service-area business.')\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe(\n 'Human-readable place name (e.g. \"Brooklyn, NY\").'\n )\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n 'Places served by a service-area business. Absent for a business that only\\nhas premises.\\n\\nWhen `businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`, both this and\\n`storefrontAddress` are set.'\n )\n .optional(),\n })\n )\n .max(100)\n .optional(),\n});\nexport const ListReviewsRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n options: z\n .object({\n orderBy: z.enum(['NEWEST', 'HIGHEST_RATING', 'LOWEST_RATING']).optional(),\n paging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor-based paging. Unset `limit` uses a server default of 20; `cursor`\\nis the `next` token returned by a previous response (opaque Google token).\\nGoogle caps `limit` at 50.'\n )\n .optional(),\n })\n .optional(),\n});\nexport const ListReviewsResponse = /*#__PURE__*/ z.object({\n reviews: z\n .array(\n z.object({\n reviewId: z\n .string()\n .describe(\"Google's opaque review ID.\")\n .max(255)\n .optional(),\n starRating: z\n .number()\n .int()\n .describe('Star rating, from 1 to 5.')\n .min(1)\n .max(5)\n .optional(),\n comment: z\n .string()\n .describe('Review comment text.')\n .max(4096)\n .optional(),\n createTime: z\n .string()\n .describe('ISO 8601 timestamp of when the review was written.')\n .max(64)\n .optional(),\n reviewerDisplayName: z\n .string()\n .describe(\"Reviewer's display name.\")\n .max(255)\n .optional(),\n anonymousReviewer: z\n .boolean()\n .describe('Whether the reviewer chose to remain anonymous.')\n .optional(),\n reply: z\n .object({\n text: z.string().describe('The reply text.').max(4096).optional(),\n updateTime: z\n .string()\n .describe(\n 'ISO 8601 timestamp of when the reply was last updated.'\n )\n .max(64)\n .optional(),\n })\n .describe(\"The merchant's current reply to this review, if any.\")\n .optional(),\n })\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Paging metadata. `cursors.next` is the token to specify for the next page, and\\n`hasNext` says whether there is one.'\n )\n .optional(),\n metrics: z\n .object({\n averageRating: z\n .number()\n .describe(\n 'Average star rating, from 1.0 to 5.0, across every review on the profile.'\n )\n .optional(),\n totalReviewCount: z\n .number()\n .int()\n .describe('Total number of reviews.')\n .optional(),\n })\n .describe('Aggregate review metrics for the location.')\n .optional(),\n});\nexport const PutReviewReplyRequest = /*#__PURE__*/ z.object({\n identifiers: z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n reviewId: z.string().describe(\"Google's opaque review ID.\").max(255),\n }),\n text: z.string().describe('Reply text to post or replace.').min(1).max(4096),\n});\nexport const PutReviewReplyResponse = /*#__PURE__*/ z.object({\n reply: z\n .object({\n text: z.string().describe('The reply text.').max(4096).optional(),\n updateTime: z\n .string()\n .describe('ISO 8601 timestamp of when the reply was last updated.')\n .max(64)\n .optional(),\n })\n .describe('The created or updated review reply.')\n .optional(),\n});\nexport const DeleteReviewReplyRequest = /*#__PURE__*/ z.object({\n identifiers: z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n reviewId: z.string().describe(\"Google's opaque review ID.\").max(255),\n }),\n});\nexport const DeleteReviewReplyResponse = /*#__PURE__*/ z.object({});\nexport const ListMediaRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n options: z\n .object({\n paging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n \"Cursor-based paging. `limit` maps to Google's page size (unset uses a server\\ndefault of 100, max 100); `cursor` is the `next` token returned by a previous\\nresponse (an opaque Google page token).\"\n )\n .optional(),\n })\n .optional(),\n});\nexport const ListMediaResponse = /*#__PURE__*/ z.object({\n mediaItems: z\n .array(\n z.object({\n mediaKey: z\n .string()\n .describe(\n \"Google's opaque media key (used to reference/delete media).\"\n )\n .max(255)\n .optional(),\n format: z\n .enum(['PHOTO', 'VIDEO'])\n .describe('Whether this item is a photo or a video.')\n .optional(),\n googleUrl: z\n .string()\n .describe(\n 'Google-hosted URL the media is served at.\\n\\nNot stable: it can change over time, so use `mediaKey` as the durable\\nidentifier rather than this. For a video, this is a preview image rather\\nthan the stream.'\n )\n .url()\n .max(2048)\n .optional(),\n category: z\n .enum([\n 'COVER',\n 'PROFILE',\n 'LOGO',\n 'EXTERIOR',\n 'INTERIOR',\n 'PRODUCT',\n 'AT_WORK',\n 'FOOD_AND_DRINK',\n 'MENU',\n 'COMMON_AREA',\n 'ROOMS',\n 'TEAMS',\n 'ADDITIONAL',\n ])\n .describe('Category of the media (e.g. EXTERIOR, INTERIOR, LOGO).')\n .optional(),\n thumbnailUrl: z\n .string()\n .describe(\n 'Google-hosted thumbnail URL. Like `googleUrl`, this can change over time.'\n )\n .url()\n .max(2048)\n .optional(),\n description: z\n .string()\n .describe('Caption or description of the media item.')\n .max(5000)\n .optional(),\n sourceUrl: z\n .string()\n .describe(\n 'The URL the image was originally fetched from, echoing the `sourceUrl` it\\nwas created with. Present on media the site owner posted, and absent on\\nmedia contributed by customers.'\n )\n .url()\n .max(2048)\n .optional(),\n attribution: z\n .object({\n profileName: z\n .string()\n .describe('Display name of the contributor.')\n .max(255)\n .optional(),\n profilePhotoUrl: z\n .string()\n .describe(\"URL of the contributor's profile photo.\")\n .url()\n .max(2048)\n .optional(),\n takedownUrl: z\n .string()\n .describe('URL to report the media or request its takedown.')\n .url()\n .max(2048)\n .optional(),\n profileUrl: z\n .string()\n .describe(\"URL of the contributor's profile.\")\n .url()\n .max(2048)\n .optional(),\n })\n .describe(\n 'Attribution of the contributor, for customer-contributed media. Empty for\\nmerchant-posted media (e.g. items added via CreateMedia).'\n )\n .optional(),\n })\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Paging metadata. `cursors.next` is the token to specify for the next page, and\\n`hasNext` says whether there is one.'\n )\n .optional(),\n});\nexport const CreateMediaRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n sourceUrl: z\n .string()\n .describe(\n 'Publicly accessible URL of the media file to add. Google fetches the bytes\\nfrom this URL server-side, so it must be reachable without auth.'\n )\n .url()\n .max(2048),\n options: z.object({\n category: z.enum([\n 'COVER',\n 'PROFILE',\n 'LOGO',\n 'EXTERIOR',\n 'INTERIOR',\n 'PRODUCT',\n 'AT_WORK',\n 'FOOD_AND_DRINK',\n 'MENU',\n 'COMMON_AREA',\n 'ROOMS',\n 'TEAMS',\n 'ADDITIONAL',\n ]),\n format: z.enum(['PHOTO', 'VIDEO']),\n }),\n});\nexport const CreateMediaResponse = /*#__PURE__*/ z.object({\n mediaItem: z\n .object({\n mediaKey: z\n .string()\n .describe(\"Google's opaque media key (used to reference/delete media).\")\n .max(255)\n .optional(),\n format: z\n .enum(['PHOTO', 'VIDEO'])\n .describe('Whether this item is a photo or a video.')\n .optional(),\n googleUrl: z\n .string()\n .describe(\n 'Google-hosted URL the media is served at.\\n\\nNot stable: it can change over time, so use `mediaKey` as the durable\\nidentifier rather than this. For a video, this is a preview image rather\\nthan the stream.'\n )\n .url()\n .max(2048)\n .optional(),\n category: z\n .enum([\n 'COVER',\n 'PROFILE',\n 'LOGO',\n 'EXTERIOR',\n 'INTERIOR',\n 'PRODUCT',\n 'AT_WORK',\n 'FOOD_AND_DRINK',\n 'MENU',\n 'COMMON_AREA',\n 'ROOMS',\n 'TEAMS',\n 'ADDITIONAL',\n ])\n .describe('Category of the media (e.g. EXTERIOR, INTERIOR, LOGO).')\n .optional(),\n thumbnailUrl: z\n .string()\n .describe(\n 'Google-hosted thumbnail URL. Like `googleUrl`, this can change over time.'\n )\n .url()\n .max(2048)\n .optional(),\n description: z\n .string()\n .describe('Caption or description of the media item.')\n .max(5000)\n .optional(),\n sourceUrl: z\n .string()\n .describe(\n 'The URL the image was originally fetched from, echoing the `sourceUrl` it\\nwas created with. Present on media the site owner posted, and absent on\\nmedia contributed by customers.'\n )\n .url()\n .max(2048)\n .optional(),\n attribution: z\n .object({\n profileName: z\n .string()\n .describe('Display name of the contributor.')\n .max(255)\n .optional(),\n profilePhotoUrl: z\n .string()\n .describe(\"URL of the contributor's profile photo.\")\n .url()\n .max(2048)\n .optional(),\n takedownUrl: z\n .string()\n .describe('URL to report the media or request its takedown.')\n .url()\n .max(2048)\n .optional(),\n profileUrl: z\n .string()\n .describe(\"URL of the contributor's profile.\")\n .url()\n .max(2048)\n .optional(),\n })\n .describe(\n 'Attribution of the contributor, for customer-contributed media. Empty for\\nmerchant-posted media (e.g. items added via CreateMedia).'\n )\n .optional(),\n })\n .describe('The created media item.')\n .optional(),\n});\nexport const DeleteMediaRequest = /*#__PURE__*/ z.object({\n identifiers: z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n mediaKey: z.string().describe(\"Google's opaque media key.\").max(255),\n }),\n});\nexport const DeleteMediaResponse = /*#__PURE__*/ z.object({});\nexport const UpdateLocationAttributesRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n attributes: z\n .array(\n z.object({\n attributeId: z\n .string()\n .describe(\n 'Attribute key without the \"attributes/\" prefix (e.g. \"has_wifi\",\\n\"accepts_credit_cards\"). The prefix Google requires on the wire is applied\\nfor you.'\n )\n .max(255)\n .optional(),\n valueJson: z\n .string()\n .describe(\n 'The attribute\\'s value, as the JSON object Google expects, for example\\n`{\"valueType\":\"BOOL\",\"values\":[true]}` or\\n`{\"valueType\":\"URL\",\"uriValues\":[{\"uri\":\"https://...\"}]}`.\\n\\nPassed through as-is, so its shape has to match what the attribute accepts.\\nCall List Attribute Metadata to find out what that is.\\n\\nOn Update Location Attributes, leaving this empty deletes the attribute from\\nthe location. On a response, and on Get Location Attributes, it\\'s always\\nset.'\n )\n .max(4096)\n .optional(),\n })\n )\n .min(1)\n .max(50),\n});\nexport const UpdateLocationAttributesResponse = /*#__PURE__*/ z.object({\n attributes: z\n .array(\n z.object({\n attributeId: z\n .string()\n .describe(\n 'Attribute key without the \"attributes/\" prefix (e.g. \"has_wifi\",\\n\"accepts_credit_cards\"). The prefix Google requires on the wire is applied\\nfor you.'\n )\n .max(255)\n .optional(),\n valueJson: z\n .string()\n .describe(\n 'The attribute\\'s value, as the JSON object Google expects, for example\\n`{\"valueType\":\"BOOL\",\"values\":[true]}` or\\n`{\"valueType\":\"URL\",\"uriValues\":[{\"uri\":\"https://...\"}]}`.\\n\\nPassed through as-is, so its shape has to match what the attribute accepts.\\nCall List Attribute Metadata to find out what that is.\\n\\nOn Update Location Attributes, leaving this empty deletes the attribute from\\nthe location. On a response, and on Get Location Attributes, it\\'s always\\nset.'\n )\n .max(4096)\n .optional(),\n })\n )\n .optional(),\n});\nexport const GetLocationAttributesRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n});\nexport const GetLocationAttributesResponse = /*#__PURE__*/ z.object({\n attributes: z\n .array(\n z.object({\n attributeId: z\n .string()\n .describe(\n 'Attribute key without the \"attributes/\" prefix (e.g. \"has_wifi\",\\n\"accepts_credit_cards\"). The prefix Google requires on the wire is applied\\nfor you.'\n )\n .max(255)\n .optional(),\n valueJson: z\n .string()\n .describe(\n 'The attribute\\'s value, as the JSON object Google expects, for example\\n`{\"valueType\":\"BOOL\",\"values\":[true]}` or\\n`{\"valueType\":\"URL\",\"uriValues\":[{\"uri\":\"https://...\"}]}`.\\n\\nPassed through as-is, so its shape has to match what the attribute accepts.\\nCall List Attribute Metadata to find out what that is.\\n\\nOn Update Location Attributes, leaving this empty deletes the attribute from\\nthe location. On a response, and on Get Location Attributes, it\\'s always\\nset.'\n )\n .max(4096)\n .optional(),\n })\n )\n .optional(),\n});\nexport const GetLocationLodgingRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n});\nexport const GetLocationLodgingResponse = /*#__PURE__*/ z.object({\n lodging: z\n .object({\n accessibility: z\n .object({\n mobilityAccessible: z\n .boolean()\n .describe(\n 'Mobility accessible. Throughout the property there are physical adaptations to ease the stay\\nof a person in a wheelchair, such as auto-opening doors, wide elevators, wide bathrooms or\\nramps.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleElevator: z\n .boolean()\n .describe(\n 'Mobility accessible elevator. A lift that transports people from one level to another and is\\nbuilt to accommodate a wheelchair-using passenger owing to the width of its doors and\\nplacement of call buttons.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleElevatorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible elevator exception.')\n .optional(),\n mobilityAccessibleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible exception.')\n .optional(),\n mobilityAccessibleParking: z\n .boolean()\n .describe(\n 'Mobility accessible parking. The presence of a marked, designated area of prescribed size in\\nwhich only registered, labeled vehicles transporting a person with physical challenges may\\npark.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible parking exception.')\n .optional(),\n mobilityAccessiblePool: z\n .boolean()\n .describe(\n 'Mobility accessible pool. A swimming pool equipped with a mechanical chair that can be\\nlowered and raised for the purpose of moving physically challenged guests into and out of\\nthe pool. May be powered by electricity or water. Also known as pool lift.'\n )\n .optional()\n .nullable(),\n mobilityAccessiblePoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible pool exception.')\n .optional(),\n })\n .describe(\n 'Physical adaptations made to the property in consideration of varying levels of human physical\\nability.'\n )\n .optional(),\n activities: z\n .object({\n beachAccess: z\n .boolean()\n .describe(\n \"Beach access. The hotel property is in close proximity to a beach and offers a way to get to\\nthat beach. This can include a route to the beach such as stairs down if hotel is on a\\nbluff, or a short trail. Not the same as beachfront (with beach access, the hotel's\\nproximity is close to but not right on the beach).\"\n )\n .optional()\n .nullable(),\n beachAccessException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach access exception.')\n .optional(),\n beachFront: z\n .boolean()\n .describe(\n 'Breach front. The hotel property is physically located on the beach alongside an ocean, sea,\\ngulf, or bay. It is not on a lake, river, stream, or pond. The hotel is not separated from\\nthe beach by a public road allowing vehicular, pedestrian, or bicycle traffic.'\n )\n .optional()\n .nullable(),\n beachFrontException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach front exception.')\n .optional(),\n bicycleRental: z\n .boolean()\n .describe(\n 'Bicycle rental. The hotel owns bicycles that it permits guests to borrow and use. Can be\\nfree or for a fee.'\n )\n .optional()\n .nullable(),\n bicycleRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bicycle rental exception.')\n .optional(),\n boutiqueStores: z\n .boolean()\n .describe(\n 'Boutique stores. There are stores selling clothing, jewelry, art and decor either on hotel\\npremises or very close by. Does not refer to the hotel gift shop or convenience store.'\n )\n .optional()\n .nullable(),\n boutiqueStoresException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Boutique stores exception.')\n .optional(),\n casino: z\n .boolean()\n .describe(\n 'Casino. A space designated for gambling and gaming featuring croupier-run table and card\\ngames, as well as electronic slot machines. May be on hotel premises or located nearby.'\n )\n .optional()\n .nullable(),\n casinoException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Casino exception.')\n .optional(),\n freeBicycleRental: z\n .boolean()\n .describe(\n 'Free bicycle rental. The hotel owns bicycles that it permits guests to borrow and use for\\nfree.'\n )\n .optional()\n .nullable(),\n freeBicycleRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free bicycle rental exception.')\n .optional(),\n freeWatercraftRental: z\n .boolean()\n .describe(\n 'Free watercraft rental. The hotel owns watercraft that it permits guests to borrow and use\\nfor free.'\n )\n .optional()\n .nullable(),\n freeWatercraftRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free Watercraft rental exception.')\n .optional(),\n gameRoom: z\n .boolean()\n .describe(\n 'Game room. There is a room at the hotel containing electronic machines for play such as\\npinball, prize machines, driving simulators, and other items commonly found at a family fun\\ncenter or arcade. May also include non-electronic games like pool, foosball, darts, and\\nmore. May or may not be designed for children. Also known as arcade, fun room, or family fun\\ncenter.'\n )\n .optional()\n .nullable(),\n gameRoomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Game room exception.')\n .optional(),\n golf: z\n .boolean()\n .describe(\n 'Golf. There is a golf course on hotel grounds or there is a nearby, independently run golf\\ncourse that allows use by hotel guests. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n golfException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Golf exception.')\n .optional(),\n horsebackRiding: z\n .boolean()\n .describe(\n 'Horseback riding. The hotel has a horse barn onsite or an affiliation with a nearby barn to\\nallow for guests to sit astride a horse and direct it to walk, trot, cantor, gallop and/or\\njump. Can be in a riding ring, on designated paths, or in the wilderness. May or may not\\ninvolve instruction.'\n )\n .optional()\n .nullable(),\n horsebackRidingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Horseback riding exception.')\n .optional(),\n nightclub: z\n .boolean()\n .describe(\n 'Nightclub. There is a room at the hotel with a bar, a dance floor, and seating where\\ndesignated staffers play dance music. There may also be a designated area for the\\nperformance of live music, singing and comedy acts.'\n )\n .optional()\n .nullable(),\n nightclubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Nightclub exception.')\n .optional(),\n privateBeach: z\n .boolean()\n .describe(\n 'Private beach. The beach which is in close proximity to the hotel is open only to guests.'\n )\n .optional()\n .nullable(),\n privateBeachException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private beach exception.')\n .optional(),\n scuba: z\n .boolean()\n .describe(\n 'Scuba. The provision for guests to dive under naturally occurring water fitted with a self-\\ncontained underwater breathing apparatus (SCUBA) for the purpose of exploring underwater\\nlife. Apparatus consists of a tank providing oxygen to the diver through a mask. Requires\\ncertification of the diver and supervision. The hotel may have the activity at its own\\nwaterfront or have an affiliation with a nearby facility. Required equipment is most often\\nsupplied to guests. Can be free or for a fee. Not snorkeling. Not done in a swimming pool.'\n )\n .optional()\n .nullable(),\n scubaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Scuba exception.')\n .optional(),\n snorkeling: z\n .boolean()\n .describe(\n 'Snorkeling. The provision for guests to participate in a recreational water activity in\\nwhich swimmers wear a diving mask, a simple, shaped breathing tube and flippers/swim fins\\nfor the purpose of exploring below the surface of an ocean, gulf or lake. Does not usually\\nrequire user certification or professional supervision. Equipment may or may not be\\navailable for rent or purchase. Not scuba diving.'\n )\n .optional()\n .nullable(),\n snorkelingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snorkeling exception.')\n .optional(),\n tennis: z\n .boolean()\n .describe(\n 'Tennis. The hotel has the requisite court(s) on site or has an affiliation with a nearby\\nfacility for the purpose of providing guests with the opportunity to play a two-sided court-\\nbased game in which players use a stringed racquet to hit a ball across a net to the side of\\nthe opposing player. The court can be indoors or outdoors. Instructors, racquets and balls\\nmay or may not be provided.'\n )\n .optional()\n .nullable(),\n tennisException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tennis exception.')\n .optional(),\n waterSkiing: z\n .boolean()\n .describe(\n 'Water skiing. The provision of giving guests the opportunity to be pulled across naturally\\noccurring water while standing on skis and holding a tow rope attached to a motorboat. Can\\noccur on hotel premises or at a nearby waterfront. Most often performed in a lake or ocean.'\n )\n .optional()\n .nullable(),\n waterSkiingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water skiing exception.')\n .optional(),\n watercraftRental: z\n .boolean()\n .describe(\n 'Watercraft rental. The hotel owns water vessels that it permits guests to borrow and use.\\nCan be free or for a fee. Watercraft may include boats, pedal boats, rowboats, sailboats,\\npowerboats, canoes, kayaks, or personal watercraft (such as a Jet Ski).'\n )\n .optional()\n .nullable(),\n watercraftRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Watercraft rental exception.')\n .optional(),\n })\n .describe('Amenities and features related to leisure and play.')\n .optional(),\n allUnits: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bungalow or villa exception.')\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Connecting unit available exception.')\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Executive floor exception.')\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max adult occupants count exception.')\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child occupants count exception.')\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max occupants count exception.')\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private home exception.')\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Suite exception.')\n .optional(),\n tier: z\n .enum(['STANDARD_UNIT', 'DELUXE_UNIT'])\n .describe(\n 'Tier. Classification of the unit based on available features/amenities. A non-standard tier\\nis only permitted if at least one other unit type falls under the standard tier.'\n )\n .optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tier exception.')\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach view exception.')\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('City view exception.')\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Garden view exception.')\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lake view exception.')\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Landmark view exception.')\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ocean view exception.')\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool view exception.')\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valley view exception.')\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Output only. All units on the property have at least these attributes.'\n )\n .optional(),\n business: z\n .object({\n businessCenter: z\n .boolean()\n .describe(\n 'Business center. A designated room at the hotel with one or more desks and equipped with\\nguest-use computers, printers, fax machines and/or photocopiers. May or may not be open\\n24/7. May or may not require a key to access. Not a meeting room or conference room.'\n )\n .optional()\n .nullable(),\n businessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Business center exception.')\n .optional(),\n meetingRooms: z\n .boolean()\n .describe(\n 'Meeting rooms. Rooms at the hotel designated for business-related gatherings. Rooms are\\nusually equipped with tables or desks, office chairs and audio/visual facilities to allow\\nfor presentations and conference calls. Also known as conference rooms.'\n )\n .optional()\n .nullable(),\n meetingRoomsCount: z\n .number()\n .int()\n .describe(\n 'Meeting rooms count. The number of meeting rooms at the property.'\n )\n .optional()\n .nullable(),\n meetingRoomsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Meeting rooms count exception.')\n .optional(),\n meetingRoomsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Meeting rooms exception.')\n .optional(),\n })\n .describe(\n 'Features of the property of specific interest to the business traveler.'\n )\n .optional(),\n commonLivingArea: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe('Information about eating features in the living area.')\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe('Information about sleeping features in the living area.')\n .optional(),\n })\n .describe(\n 'Features of the shared living areas available in this Lodging.'\n )\n .optional(),\n connectivity: z\n .object({\n freeWifi: z\n .boolean()\n .describe('Free wifi. The hotel offers guests wifi for free.')\n .optional()\n .nullable(),\n freeWifiException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free wifi exception.')\n .optional(),\n publicAreaWifiAvailable: z\n .boolean()\n .describe(\n 'Public area wifi available. Guests have the ability to wirelessly connect to the internet in\\nthe areas of the hotel accessible to anyone. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n publicAreaWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Public area wifi available exception.')\n .optional(),\n publicInternetTerminal: z\n .boolean()\n .describe(\n 'Public internet terminal. An area of the hotel supplied with computers and designated for\\nthe purpose of providing guests with the ability to access the internet.'\n )\n .optional()\n .nullable(),\n publicInternetTerminalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Public internet terminal exception.')\n .optional(),\n wifiAvailable: z\n .boolean()\n .describe(\n 'Wifi available. The hotel provides the ability for guests to wirelessly connect to the\\ninternet. Can be in the public areas of the hotel and/or in the guest rooms. Can be free or\\nfor a fee.'\n )\n .optional()\n .nullable(),\n wifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wifi available exception.')\n .optional(),\n })\n .describe(\n 'The ways in which the property provides guests with the ability to access the internet.'\n )\n .optional(),\n families: z\n .object({\n babysitting: z\n .boolean()\n .describe(\n 'Babysitting. Child care that is offered by hotel staffers or coordinated by hotel staffers\\nwith local child care professionals. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n babysittingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Babysitting exception.')\n .optional(),\n kidsActivities: z\n .boolean()\n .describe(\n 'Kids activities. Recreational options such as sports, films, crafts and games designed for\\nthe enjoyment of children and offered at the hotel. May or may not be supervised. May or may\\nnot be at a designated time or place. Cab be free or for a fee.'\n )\n .optional()\n .nullable(),\n kidsActivitiesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids activities exception.')\n .optional(),\n kidsClub: z\n .boolean()\n .describe(\n 'Kids club. An organized program of group activities held at the hotel and designed for the\\nenjoyment of children. Facilitated by hotel staff (or staff procured by the hotel) in an\\narea(s) designated for the purpose of entertaining children without their parents. May\\ninclude games, outings, water sports, team sports, arts and crafts, and films. Usually has\\nset hours. Can be free or for a fee. Also known as Kids Camp or Kids program.'\n )\n .optional()\n .nullable(),\n kidsClubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids club exception.')\n .optional(),\n kidsFriendly: z\n .boolean()\n .describe(\n \"Kids friendly. The hotel has one or more special features for families with children, such\\nas reduced rates, child-sized beds, kids' club, babysitting service, or suitable place to\\nplay on premises.\"\n )\n .optional()\n .nullable(),\n kidsFriendlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids friendly exception.')\n .optional(),\n })\n .describe('Services and amenities for families and young guests.')\n .optional(),\n foodAndDrink: z\n .object({\n bar: z\n .boolean()\n .describe(\n \"Bar. A designated room, lounge or area of an on-site restaurant with seating at a counter\\nbehind which a hotel staffer takes the guest's order and provides the requested alcoholic\\ndrink. Can be indoors or outdoors. Also known as Pub.\"\n )\n .optional()\n .nullable(),\n barException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bar exception.')\n .optional(),\n breakfastAvailable: z\n .boolean()\n .describe(\n 'Breakfast available. The morning meal is offered to all guests. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n breakfastAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Breakfast available exception.')\n .optional(),\n breakfastBuffet: z\n .boolean()\n .describe(\n 'Breakfast buffet. Breakfast meal service where guests serve themselves from a variety of\\ndishes/foods that are put out on a table.'\n )\n .optional()\n .nullable(),\n breakfastBuffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Breakfast buffet exception.')\n .optional(),\n buffet: z\n .boolean()\n .describe(\n 'Buffet. A type of meal where guests serve themselves from a variety of dishes/foods that are\\nput out on a table. Includes lunch and/or dinner meals. A breakfast-only buffet is not\\nsufficient.'\n )\n .optional()\n .nullable(),\n buffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Buffet exception.')\n .optional(),\n dinnerBuffet: z\n .boolean()\n .describe(\n 'Dinner buffet. Dinner meal service where guests serve themselves from a variety of\\ndishes/foods that are put out on a table.'\n )\n .optional()\n .nullable(),\n dinnerBuffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dinner buffet exception.')\n .optional(),\n freeBreakfast: z\n .boolean()\n .describe(\n 'Free breakfast. Breakfast is offered for free to all guests. Does not apply if limited to\\ncertain room packages.'\n )\n .optional()\n .nullable(),\n freeBreakfastException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free breakfast exception.')\n .optional(),\n restaurant: z\n .boolean()\n .describe(\n 'Restaurant. A business onsite at the hotel that is open to the public as well as guests, and\\noffers meals and beverages to consume at tables or counters. May or may not include table\\nservice. Also known as cafe, buffet, eatery. A \"breakfast room\" where the hotel serves\\nbreakfast only to guests (not the general public) does not count as a restaurant.'\n )\n .optional()\n .nullable(),\n restaurantException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Restaurant exception.')\n .optional(),\n restaurantsCount: z\n .number()\n .int()\n .describe(\n 'Restaurants count. The number of restaurants at the hotel.'\n )\n .optional()\n .nullable(),\n restaurantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Restaurants count exception.')\n .optional(),\n roomService: z\n .boolean()\n .describe(\n \"Room service. A hotel staffer delivers meals prepared onsite to a guest's room as per their\\nrequest. May or may not be available during specific hours. Services should be available to\\nall guests (not based on rate/room booked/reward program, etc).\"\n )\n .optional()\n .nullable(),\n roomServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Room service exception.')\n .optional(),\n tableService: z\n .boolean()\n .describe(\n \"Table service. A restaurant in which a staff member is assigned to a guest's table to take\\ntheir order, deliver and clear away food, and deliver the bill, if applicable. Also known as\\nsit-down restaurant.\"\n )\n .optional()\n .nullable(),\n tableServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Table service exception.')\n .optional(),\n twentyFourHourRoomService: z\n .boolean()\n .describe(\n '24hr room service. Room service is available 24 hours a day.'\n )\n .optional()\n .nullable(),\n twentyFourHourRoomServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('24hr room service exception.')\n .optional(),\n vendingMachine: z\n .boolean()\n .describe(\n 'Vending machine. A glass-fronted mechanized cabinet displaying and dispensing snacks and\\nbeverages for purchase by coins, paper money and/or credit cards.'\n )\n .optional()\n .nullable(),\n vendingMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Vending machine exception.')\n .optional(),\n })\n .describe('Meals, snacks, and beverages available at the property.')\n .optional(),\n guestUnits: z\n .array(\n z.object({\n codes: z.array(z.string()).max(100).optional(),\n features: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bungalow or villa exception.')\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Connecting unit available exception.')\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Executive floor exception.')\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max adult occupants count exception.')\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child occupants count exception.')\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max occupants count exception.')\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private home exception.')\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Suite exception.')\n .optional(),\n tier: z\n .enum(['STANDARD_UNIT', 'DELUXE_UNIT'])\n .describe(\n 'Tier. Classification of the unit based on available features/amenities. A non-standard tier\\nis only permitted if at least one other unit type falls under the standard tier.'\n )\n .optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tier exception.')\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe(\n 'TV. A television is available in the guestroom.'\n )\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe(\n 'Information about the layout of the living area.'\n )\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach view exception.')\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('City view exception.')\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Garden view exception.')\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lake view exception.')\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Landmark view exception.')\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ocean view exception.')\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool view exception.')\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valley view exception.')\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Features and available amenities of the GuestUnitType.'\n )\n .optional(),\n label: z\n .string()\n .describe(\n 'Required. Short, English label or name of the GuestUnitType. Target <50 chars.'\n )\n .max(255)\n .optional(),\n })\n )\n .max(100)\n .optional(),\n healthAndSafety: z\n .object({\n enhancedCleaning: z\n .object({\n commercialGradeDisinfectantCleaning: z\n .boolean()\n .describe(\n 'Commercial-grade disinfectant used to clean the property.'\n )\n .optional()\n .nullable(),\n commercialGradeDisinfectantCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Commercial grade disinfectant cleaning exception.')\n .optional(),\n commonAreasEnhancedCleaning: z\n .boolean()\n .describe('Enhanced cleaning of common areas.')\n .optional()\n .nullable(),\n commonAreasEnhancedCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Common areas enhanced cleaning exception.')\n .optional(),\n employeesTrainedCleaningProcedures: z\n .boolean()\n .describe('Employees trained in COVID-19 cleaning procedures.')\n .optional()\n .nullable(),\n employeesTrainedCleaningProceduresException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Employees trained cleaning procedures exception.')\n .optional(),\n employeesTrainedThoroughHandWashing: z\n .boolean()\n .describe('Employees trained in thorough hand-washing.')\n .optional()\n .nullable(),\n employeesTrainedThoroughHandWashingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Employees trained thorough hand washing exception.')\n .optional(),\n employeesWearProtectiveEquipment: z\n .boolean()\n .describe('Employees wear masks, face shields, and/or gloves.')\n .optional()\n .nullable(),\n employeesWearProtectiveEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Employees wear protective equipment exception.')\n .optional(),\n guestRoomsEnhancedCleaning: z\n .boolean()\n .describe('Enhanced cleaning of guest rooms.')\n .optional()\n .nullable(),\n guestRoomsEnhancedCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Guest rooms enhanced cleaning exception.')\n .optional(),\n })\n .describe(\n 'Enhanced cleaning measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n increasedFoodSafety: z\n .object({\n diningAreasAdditionalSanitation: z\n .boolean()\n .describe('Additional sanitation in dining areas.')\n .optional()\n .nullable(),\n diningAreasAdditionalSanitationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dining areas additional sanitation exception.')\n .optional(),\n disposableFlatware: z\n .boolean()\n .describe('Disposable flatware.')\n .optional()\n .nullable(),\n disposableFlatwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Disposable flatware exception.')\n .optional(),\n foodPreparationAndServingAdditionalSafety: z\n .boolean()\n .describe(\n 'Additional safety measures during food prep and serving.'\n )\n .optional()\n .nullable(),\n foodPreparationAndServingAdditionalSafetyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Food preparation and serving additional safety exception.'\n )\n .optional(),\n individualPackagedMeals: z\n .boolean()\n .describe('Individually-packaged meals.')\n .optional()\n .nullable(),\n individualPackagedMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Individual packaged meals exception.')\n .optional(),\n singleUseFoodMenus: z\n .boolean()\n .describe('Single-use menus.')\n .optional()\n .nullable(),\n singleUseFoodMenusException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single use food menus exception.')\n .optional(),\n })\n .describe(\n 'Increased food safety measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n minimizedContact: z\n .object({\n contactlessCheckinCheckout: z\n .boolean()\n .describe('No-contact check-in and check-out.')\n .optional()\n .nullable(),\n contactlessCheckinCheckoutException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Contactless check-in check-out exception.')\n .optional(),\n digitalGuestRoomKeys: z\n .boolean()\n .describe('Keyless mobile entry to guest rooms.')\n .optional()\n .nullable(),\n digitalGuestRoomKeysException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Digital guest room keys exception.')\n .optional(),\n housekeepingScheduledRequestOnly: z\n .boolean()\n .describe('Housekeeping scheduled by request only.')\n .optional()\n .nullable(),\n housekeepingScheduledRequestOnlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Housekeeping scheduled request only exception.')\n .optional(),\n noHighTouchItemsCommonAreas: z\n .boolean()\n .describe(\n 'High-touch items, such as magazines, removed from common areas.'\n )\n .optional()\n .nullable(),\n noHighTouchItemsCommonAreasException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No high touch items common areas exception.')\n .optional(),\n noHighTouchItemsGuestRooms: z\n .boolean()\n .describe(\n 'High-touch items, such as decorative pillows, removed from guest rooms.'\n )\n .optional()\n .nullable(),\n noHighTouchItemsGuestRoomsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No high touch items guest rooms exception.')\n .optional(),\n plasticKeycardsDisinfected: z\n .boolean()\n .describe('Plastic key cards are disinfected or discarded.')\n .optional()\n .nullable(),\n plasticKeycardsDisinfectedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Plastic keycards disinfected exception.')\n .optional(),\n roomBookingsBuffer: z\n .boolean()\n .describe('Buffer maintained between room bookings.')\n .optional()\n .nullable(),\n roomBookingsBufferException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Room bookings buffer exception.')\n .optional(),\n })\n .describe(\n 'Minimized contact measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n personalProtection: z\n .object({\n commonAreasOfferSanitizingItems: z\n .boolean()\n .describe(\n 'Hand-sanitizer and/or sanitizing wipes are offered in common areas.'\n )\n .optional()\n .nullable(),\n commonAreasOfferSanitizingItemsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Common areas offer sanitizing items exception.')\n .optional(),\n faceMaskRequired: z\n .boolean()\n .describe('Masks required on the property.')\n .optional()\n .nullable(),\n faceMaskRequiredException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Face mask required exception.')\n .optional(),\n guestRoomHygieneKitsAvailable: z\n .boolean()\n .describe(\n 'In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.'\n )\n .optional()\n .nullable(),\n guestRoomHygieneKitsAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Guest room hygiene kits available exception.')\n .optional(),\n protectiveEquipmentAvailable: z\n .boolean()\n .describe('Masks and/or gloves available for guests.')\n .optional()\n .nullable(),\n protectiveEquipmentAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Protective equipment available exception.')\n .optional(),\n })\n .describe(\n 'Personal protection measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n physicalDistancing: z\n .object({\n commonAreasPhysicalDistancingArranged: z\n .boolean()\n .describe(\n 'Common areas arranged to maintain physical distancing.'\n )\n .optional()\n .nullable(),\n commonAreasPhysicalDistancingArrangedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Common areas physical distancing arranged exception.'\n )\n .optional(),\n physicalDistancingRequired: z\n .boolean()\n .describe('Physical distancing required.')\n .optional()\n .nullable(),\n physicalDistancingRequiredException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Physical distancing required exception.')\n .optional(),\n safetyDividers: z\n .boolean()\n .describe('Safety dividers at front desk and other locations.')\n .optional()\n .nullable(),\n safetyDividersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safety dividers exception.')\n .optional(),\n sharedAreasLimitedOccupancy: z\n .boolean()\n .describe('Guest occupancy limited within shared facilities.')\n .optional()\n .nullable(),\n sharedAreasLimitedOccupancyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shared areas limited occupancy exception.')\n .optional(),\n wellnessAreasHavePrivateSpaces: z\n .boolean()\n .describe(\n 'Private spaces designated in spa and wellness areas.'\n )\n .optional()\n .nullable(),\n wellnessAreasHavePrivateSpacesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wellness areas have private spaces exception.')\n .optional(),\n })\n .describe(\n 'Physical distancing measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n })\n .describe(\n 'Health and safety measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n housekeeping: z\n .object({\n dailyHousekeeping: z\n .boolean()\n .describe(\n \"Daily housekeeping. Guest units are cleaned by hotel staff daily during guest's stay.\"\n )\n .optional()\n .nullable(),\n dailyHousekeepingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Daily housekeeping exception.')\n .optional(),\n housekeepingAvailable: z\n .boolean()\n .describe(\n \"Housekeeping available. Guest units are cleaned by hotel staff during guest's stay. Schedule\\nmay vary from daily, weekly, or specific days of the week.\"\n )\n .optional()\n .nullable(),\n housekeepingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Housekeeping available exception.')\n .optional(),\n turndownService: z\n .boolean()\n .describe(\n 'Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or\\nmay not include some light housekeeping. May or may not include an evening snack or candy.\\nAlso known as evening service.'\n )\n .optional()\n .nullable(),\n turndownServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Turndown service exception.')\n .optional(),\n })\n .describe(\n 'Conveniences provided in guest units to facilitate an easier, more comfortable stay.'\n )\n .optional(),\n metadata: z\n .object({\n updateTime: z\n .date()\n .describe(\n 'Required. The latest time at which the Lodging data is asserted to be true in the real\\nworld. This is not necessarily the time at which the request is made.'\n )\n .optional()\n .nullable(),\n })\n .describe('Required. Metadata for the lodging.')\n .optional(),\n parking: z\n .object({\n electricCarChargingStations: z\n .boolean()\n .describe(\n 'Electric car charging stations. Electric power stations, usually located outdoors, into\\nwhich guests plug their electric cars to receive a charge.'\n )\n .optional()\n .nullable(),\n electricCarChargingStationsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electric car charging stations exception.')\n .optional(),\n freeParking: z\n .boolean()\n .describe(\n 'Free parking. The hotel allows the cars of guests to be parked for free. Parking facility\\nmay be an outdoor lot or an indoor garage, but must be onsite. Nearby parking does not\\napply. Parking may be performed by the guest or by hotel staff. Free parking must be\\navailable to all guests (limited conditions does not apply).'\n )\n .optional()\n .nullable(),\n freeParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free parking exception.')\n .optional(),\n freeSelfParking: z\n .boolean()\n .describe(\n 'Free self parking. Guests park their own cars for free. Parking facility may be an outdoor\\nlot or an indoor garage, but must be onsite. Nearby parking does not apply.'\n )\n .optional()\n .nullable(),\n freeSelfParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free self parking exception.')\n .optional(),\n freeValetParking: z\n .boolean()\n .describe(\n 'Free valet parking. Hotel staff member parks the cars of guests. Parking with this service\\nis free.'\n )\n .optional()\n .nullable(),\n freeValetParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free valet parking exception.')\n .optional(),\n parkingAvailable: z\n .boolean()\n .describe(\n 'Parking available. The hotel allows the cars of guests to be parked. Can be free or for a\\nfee. Parking facility may be an outdoor lot or an indoor garage, but must be onsite. Nearby\\nparking does not apply. Parking may be performed by the guest or by hotel staff.'\n )\n .optional()\n .nullable(),\n parkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Parking available exception.')\n .optional(),\n selfParkingAvailable: z\n .boolean()\n .describe(\n 'Self parking available. Guests park their own cars. Parking facility may be an outdoor lot\\nor an indoor garage, but must be onsite. Nearby parking does not apply. Can be free or for a\\nfee.'\n )\n .optional()\n .nullable(),\n selfParkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Self parking available exception.')\n .optional(),\n valetParkingAvailable: z\n .boolean()\n .describe(\n 'Valet parking available. Hotel staff member parks the cars of guests. Parking with this\\nservice can be free or for a fee.'\n )\n .optional()\n .nullable(),\n valetParkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valet parking available exception.')\n .optional(),\n })\n .describe('Parking options at the property.')\n .optional(),\n pets: z\n .object({\n catsAllowed: z\n .boolean()\n .describe(\n 'Cats allowed. Domesticated felines are permitted at the property and allowed to stay in the\\nguest room of their owner. May or may not require a fee.'\n )\n .optional()\n .nullable(),\n catsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cats allowed exception.')\n .optional(),\n dogsAllowed: z\n .boolean()\n .describe(\n 'Dogs allowed. Domesticated canines are permitted at the property and allowed to stay in the\\nguest room of their owner. May or may not require a fee.'\n )\n .optional()\n .nullable(),\n dogsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dogs allowed exception.')\n .optional(),\n petsAllowed: z\n .boolean()\n .describe(\n 'Pets allowed. Household animals are allowed at the property and in the specific guest room\\nof their owner. May or may not include dogs, cats, reptiles and/or fish. May or may not\\nrequire a fee. Service animals are not considered to be pets, so not governed by this\\npolicy.'\n )\n .optional()\n .nullable(),\n petsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pets allowed exception.')\n .optional(),\n petsAllowedFree: z\n .boolean()\n .describe(\n 'Pets allowed free. Household animals are allowed at the property and in the specific guest\\nroom of their owner for free. May or may not include dogs, cats, reptiles, and/or fish.'\n )\n .optional()\n .nullable(),\n petsAllowedFreeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pets allowed free exception.')\n .optional(),\n })\n .describe('Policies regarding guest-owned animals.')\n .optional(),\n policies: z\n .object({\n allInclusiveAvailable: z\n .boolean()\n .describe(\n 'All inclusive available. The hotel offers a rate option that includes the cost of the room,\\nmeals, activities, and other amenities that might otherwise be charged separately.'\n )\n .optional()\n .nullable(),\n allInclusiveAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('All inclusive available exception.')\n .optional(),\n allInclusiveOnly: z\n .boolean()\n .describe(\n 'All inclusive only. The only rate option offered by the hotel is a rate that includes the\\ncost of the room, meals, activities and other amenities that might otherwise be charged\\nseparately.'\n )\n .optional()\n .nullable(),\n allInclusiveOnlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('All inclusive only exception.')\n .optional(),\n checkinTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe(\n 'Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be\\nless than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like\\nbusiness closing time.'\n )\n .optional()\n .nullable(),\n minutes: z\n .number()\n .int()\n .describe(\n 'Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.'\n )\n .optional()\n .nullable(),\n nanos: z\n .number()\n .int()\n .describe(\n 'Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or\\nequal to 999,999,999.'\n )\n .optional()\n .nullable(),\n seconds: z\n .number()\n .int()\n .describe(\n 'Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or\\nequal to 59. An API may allow the value 60 if it allows leap-seconds.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Check-in time. The time of the day at which the hotel begins providing guests access to\\ntheir unit at the beginning of their stay.'\n )\n .optional(),\n checkinTimeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Check-in time exception.')\n .optional(),\n checkoutTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe(\n 'Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be\\nless than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like\\nbusiness closing time.'\n )\n .optional()\n .nullable(),\n minutes: z\n .number()\n .int()\n .describe(\n 'Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.'\n )\n .optional()\n .nullable(),\n nanos: z\n .number()\n .int()\n .describe(\n 'Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or\\nequal to 999,999,999.'\n )\n .optional()\n .nullable(),\n seconds: z\n .number()\n .int()\n .describe(\n 'Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or\\nequal to 59. An API may allow the value 60 if it allows leap-seconds.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n \"Check-out time. The time of the day on the last day of a guest's reserved stay at which the\\nguest must vacate their room and settle their bill. Some hotels may offer late or early\\ncheck out for a fee.\"\n )\n .optional(),\n checkoutTimeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Check-out time exception.')\n .optional(),\n kidsStayFree: z\n .boolean()\n .describe(\n \"Kids stay free. The children of guests are allowed to stay in the room/suite of a parent or\\nadult without an additional fee. The policy may or may not stipulate a limit of the child's\\nage or the overall number of children allowed.\"\n )\n .optional()\n .nullable(),\n kidsStayFreeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids stay free exception.')\n .optional(),\n maxChildAge: z\n .number()\n .int()\n .describe(\n 'Max child age. The hotel allows children up to a certain age to stay in the room/suite of a\\nparent or adult without an additional fee.'\n )\n .optional()\n .nullable(),\n maxChildAgeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child age exception.')\n .optional(),\n maxKidsStayFreeCount: z\n .number()\n .int()\n .describe(\n 'Max kids stay free count. The hotel allows a specific, defined number of children to stay in\\nthe room/suite of a parent or adult without an additional fee.'\n )\n .optional()\n .nullable(),\n maxKidsStayFreeCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max kids stay free count exception.')\n .optional(),\n paymentOptions: z\n .object({\n cash: z\n .boolean()\n .describe(\n 'Cash. The hotel accepts payment by paper/coin currency.'\n )\n .optional()\n .nullable(),\n cashException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cash exception.')\n .optional(),\n cheque: z\n .boolean()\n .describe(\n \"Cheque. The hotel accepts a printed document issued by the guest's bank in the guest's name\\nas a form of payment.\"\n )\n .optional()\n .nullable(),\n chequeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cheque exception.')\n .optional(),\n creditCard: z\n .boolean()\n .describe(\n 'Credit card. The hotel accepts payment by a card issued by a bank or credit card company.\\nAlso known as charge card, debit card, bank card, or charge plate.'\n )\n .optional()\n .nullable(),\n creditCardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Credit card exception.')\n .optional(),\n debitCard: z\n .boolean()\n .describe(\n \"Debit card. The hotel accepts a bank-issued card that immediately deducts the charged funds\\nfrom the guest's bank account upon processing.\"\n )\n .optional()\n .nullable(),\n debitCardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Debit card exception.')\n .optional(),\n mobileNfc: z\n .boolean()\n .describe(\n \"Mobile nfc. The hotel has the compatible computer hardware terminal that reads and charges a\\npayment app on the guest's smartphone without requiring the two devices to make physical\\ncontact. Also known as Apple Pay, Google Pay, Samsung Pay.\"\n )\n .optional()\n .nullable(),\n mobileNfcException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobile nfc exception.')\n .optional(),\n })\n .describe('Forms of payment accepted at the property.')\n .optional(),\n smokeFreeProperty: z\n .boolean()\n .describe(\n 'Smoke free property. Smoking is not allowed inside the building, on balconies, or in outside\\nspaces. Hotels that offer a designated area for guests to smoke are not considered smoke-\\nfree properties.'\n )\n .optional()\n .nullable(),\n smokeFreePropertyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Smoke free property exception.')\n .optional(),\n })\n .describe('Property rules that impact guests.')\n .optional(),\n pools: z\n .object({\n adultPool: z\n .boolean()\n .describe(\n 'Adult pool. A pool restricted for use by adults only. Can be indoors or outdoors.'\n )\n .optional()\n .nullable(),\n adultPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Adult pool exception.')\n .optional(),\n hotTub: z\n .boolean()\n .describe(\n 'Hot tub. A man-made pool containing bubbling water maintained at a higher temperature and\\ncirculated by aerating jets for the purpose of soaking, relaxation and hydrotherapy. Can be\\nindoors or outdoors. Not used for active swimming. Also known as Jacuzzi. Hot tub must be in\\na common area where all guests can access it. Does not apply to room-specific hot tubs that\\nare only accessible to guest occupying that room.'\n )\n .optional()\n .nullable(),\n hotTubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hot tub exception.')\n .optional(),\n indoorPool: z\n .boolean()\n .describe(\n 'Indoor pool. A pool located inside the hotel and available for guests to use for swimming\\nand/or soaking. Use may or may not be restricted to adults and/or children.'\n )\n .optional()\n .nullable(),\n indoorPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor pool exception.')\n .optional(),\n indoorPoolsCount: z\n .number()\n .int()\n .describe(\n 'Indoor pools count. The sum of all indoor pools at the hotel.'\n )\n .optional()\n .nullable(),\n indoorPoolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor pools count exception.')\n .optional(),\n lazyRiver: z\n .boolean()\n .describe(\n 'Lazy river. A man-made pool or several interconnected recreational pools built to mimic the\\nshape and current of a winding river where guests float in the water on inflated rubber\\ntubes. Can be indoors or outdoors.'\n )\n .optional()\n .nullable(),\n lazyRiverException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lazy river exception.')\n .optional(),\n lifeguard: z\n .boolean()\n .describe(\n \"Lifeguard. A trained member of the hotel staff stationed by the hotel's indoor or outdoor\\nswimming area and responsible for the safety of swimming guests.\"\n )\n .optional()\n .nullable(),\n lifeguardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lifeguard exception.')\n .optional(),\n outdoorPool: z\n .boolean()\n .describe(\n 'Outdoor pool. A pool located outside on the grounds of the hotel and available for guests to\\nuse for swimming, soaking or recreation. Use may or may not be restricted to adults and/or\\nchildren.'\n )\n .optional()\n .nullable(),\n outdoorPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor pool exception.')\n .optional(),\n outdoorPoolsCount: z\n .number()\n .int()\n .describe(\n 'Outdoor pools count. The sum of all outdoor pools at the hotel.'\n )\n .optional()\n .nullable(),\n outdoorPoolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor pools count exception.')\n .optional(),\n pool: z\n .boolean()\n .describe(\n 'Pool. The presence of a pool, either indoors or outdoors, for guests to use for swimming\\nand/or soaking. Use may or may not be restricted to adults and/or children.'\n )\n .optional()\n .nullable(),\n poolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool exception.')\n .optional(),\n poolsCount: z\n .number()\n .int()\n .describe('Pools count. The sum of all pools at the hotel.')\n .optional()\n .nullable(),\n poolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pools count exception.')\n .optional(),\n wadingPool: z\n .boolean()\n .describe(\n 'Wading pool. A shallow pool designed for small children to play in. Can be indoors or\\noutdoors. Also known as kiddie pool.'\n )\n .optional()\n .nullable(),\n wadingPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wading pool exception.')\n .optional(),\n waterPark: z\n .boolean()\n .describe(\n 'Water park. An aquatic recreation area with a large pool or series of pools that has\\nfeatures such as a water slide or tube, wavepool, fountains, rope swings, and/or obstacle\\ncourse. Can be indoors or outdoors. Also known as adventure pool.'\n )\n .optional()\n .nullable(),\n waterParkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water park exception.')\n .optional(),\n waterslide: z\n .boolean()\n .describe(\n 'Waterslide. A continuously wetted chute positioned by an indoor or outdoor pool which people\\nslide down into the water.'\n )\n .optional()\n .nullable(),\n waterslideException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Waterslide exception.')\n .optional(),\n wavePool: z\n .boolean()\n .describe(\n \"Wave pool. A large indoor or outdoor pool with a machine that produces water currents to\\nmimic the ocean's crests.\"\n )\n .optional()\n .nullable(),\n wavePoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wave pool exception.')\n .optional(),\n })\n .describe(\n 'Swimming pool or recreational water facilities available at the hotel.'\n )\n .optional(),\n property: z\n .object({\n builtYear: z\n .number()\n .int()\n .describe(\n 'Built year. The year that construction of the property was completed.'\n )\n .optional()\n .nullable(),\n builtYearException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Built year exception.')\n .optional(),\n floorsCount: z\n .number()\n .int()\n .describe(\n 'Floors count. The number of stories the building has from the ground floor to the top floor\\nthat are accessible to guests.'\n )\n .optional()\n .nullable(),\n floorsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Floors count exception.')\n .optional(),\n lastRenovatedYear: z\n .number()\n .int()\n .describe(\n 'Last renovated year. The year when the most recent renovation of the property was completed.\\nRenovation may include all or any combination of the following: the units, the public\\nspaces, the exterior, or the interior.'\n )\n .optional()\n .nullable(),\n lastRenovatedYearException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Last renovated year exception.')\n .optional(),\n roomsCount: z\n .number()\n .int()\n .describe(\n 'Rooms count. The total number of rooms and suites bookable by guests for an overnight stay.\\nDoes not include event space, public spaces, conference rooms, fitness rooms, business\\ncenters, spa, salon, restaurants/bars, or shops.'\n )\n .optional()\n .nullable(),\n roomsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Rooms count exception.')\n .optional(),\n })\n .describe(\n \"General factual information about the property's physical structure and important dates.\"\n )\n .optional(),\n services: z\n .object({\n baggageStorage: z\n .boolean()\n .describe(\n 'Baggage storage. A provision for guests to leave their bags at the hotel when they arrive\\nfor their stay before the official check-in time. May or may not apply for guests who wish\\nto leave their bags after check-out and before departing the locale. Also known as bag\\ndropoff.'\n )\n .optional()\n .nullable(),\n baggageStorageException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Baggage storage exception.')\n .optional(),\n concierge: z\n .boolean()\n .describe(\n 'Concierge. Hotel staff member(s) responsible for facilitating an easy, comfortable stay\\nthrough making reservations for meals, sourcing theater tickets, arranging tours, finding a\\ndoctor, making recommendations, and answering questions.'\n )\n .optional()\n .nullable(),\n conciergeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Concierge exception.')\n .optional(),\n convenienceStore: z\n .boolean()\n .describe(\n 'Convenience store. A shop at the hotel primarily selling snacks, drinks, non-prescription\\nmedicines, health and beauty aids, magazines and newspapers.'\n )\n .optional()\n .nullable(),\n convenienceStoreException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Convenience store exception.')\n .optional(),\n currencyExchange: z\n .boolean()\n .describe(\n \"Currency exchange. A staff member or automated machine tasked with the transaction of\\nproviding the native currency of the hotel's locale in exchange for the foreign currency\\nprovided by a guest.\"\n )\n .optional()\n .nullable(),\n currencyExchangeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Currency exchange exception.')\n .optional(),\n elevator: z\n .boolean()\n .describe(\n 'Elevator. A passenger elevator that transports guests from one story to another. Also known\\nas lift.'\n )\n .optional()\n .nullable(),\n elevatorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Elevator exception.')\n .optional(),\n frontDesk: z\n .boolean()\n .describe(\n 'Front desk. A counter or desk in the lobby or the immediate interior of the hotel where a\\nmember of the staff greets guests and processes the information related to their stay\\n(including check-in and check-out). May or may not be manned and open 24/7.'\n )\n .optional()\n .nullable(),\n frontDeskException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Front desk exception.')\n .optional(),\n fullServiceLaundry: z\n .boolean()\n .describe(\n 'Full service laundry. Laundry and dry cleaning facilitated and handled by the hotel on\\nbehalf of the guest. Does not include the provision for guests to do their own laundry in\\non-site machines.'\n )\n .optional()\n .nullable(),\n fullServiceLaundryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Full service laundry exception.')\n .optional(),\n giftShop: z\n .boolean()\n .describe(\n 'Gift shop. An on-site store primarily selling souvenirs, mementos and other gift items. May\\nor may not also sell sundries, magazines and newspapers, clothing, or snacks.'\n )\n .optional()\n .nullable(),\n giftShopException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Gift shop exception.')\n .optional(),\n languagesSpoken: z\n .array(\n z.object({\n languageCode: z\n .string()\n .describe(\n 'Required. The BCP-47 language code for the spoken language. Currently accepted codes: ar,\\nde, en, es, fil, fr, hi, id, it, ja, ko, nl, pt, ru, vi, yue, zh.'\n )\n .optional(),\n spoken: z\n .boolean()\n .describe(\n 'At least one member of the staff can speak the language.'\n )\n .optional()\n .nullable(),\n spokenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Spoken exception.')\n .optional(),\n })\n )\n .max(50)\n .optional(),\n selfServiceLaundry: z\n .boolean()\n .describe(\n 'Self service laundry. On-site clothes washers and dryers accessible to guests for the\\npurpose of washing and drying their own clothes. May or may not require payment to use the\\nmachines.'\n )\n .optional()\n .nullable(),\n selfServiceLaundryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Self service laundry exception.')\n .optional(),\n socialHour: z\n .boolean()\n .describe(\n 'Social hour. A reception with complimentary soft drinks, tea, coffee, wine and/or cocktails\\nin the afternoon or evening. Can be hosted by hotel staff or guests may serve themselves.\\nAlso known as wine hour. The availability of coffee/tea in the lobby throughout the day does\\nnot constitute a social or wine hour.'\n )\n .optional()\n .nullable(),\n socialHourException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Social hour exception.')\n .optional(),\n twentyFourHourFrontDesk: z\n .boolean()\n .describe('24hr front desk. Front desk is staffed 24 hours a day.')\n .optional()\n .nullable(),\n twentyFourHourFrontDeskException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('24hr front desk exception.')\n .optional(),\n wakeUpCalls: z\n .boolean()\n .describe(\n 'Wake up calls. By direction of the guest, a hotel staff member will phone the guest unit at\\nthe requested hour. Also known as morning call.'\n )\n .optional()\n .nullable(),\n wakeUpCallsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wake up calls exception.')\n .optional(),\n })\n .describe(\n 'Conveniences or help provided by the property to facilitate an easier, more comfortable stay.'\n )\n .optional(),\n someUnits: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bungalow or villa exception.')\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Connecting unit available exception.')\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Executive floor exception.')\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max adult occupants count exception.')\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child occupants count exception.')\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max occupants count exception.')\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private home exception.')\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Suite exception.')\n .optional(),\n tier: z\n .enum(['STANDARD_UNIT', 'DELUXE_UNIT'])\n .describe(\n 'Tier. Classification of the unit based on available features/amenities. A non-standard tier\\nis only permitted if at least one other unit type falls under the standard tier.'\n )\n .optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tier exception.')\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach view exception.')\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('City view exception.')\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Garden view exception.')\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lake view exception.')\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Landmark view exception.')\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ocean view exception.')\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool view exception.')\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valley view exception.')\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Output only. Some units on the property have as much as these attributes.'\n )\n .optional(),\n sustainability: z\n .object({\n energyEfficiency: z\n .object({\n carbonFreeEnergySources: z\n .boolean()\n .describe(\n 'Carbon free energy sources. Property sources carbon-free electricity via at least one of the\\nfollowing methods: on-site clean energy generation, power purchase agreement(s) with clean\\nenergy generators, green power provided by electricity supplier, or purchases of Energy\\nAttribute Certificates (such as Renewable Energy Certificates or Guarantees of Origin).'\n )\n .optional()\n .nullable(),\n carbonFreeEnergySourcesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Carbon free energy sources exception.')\n .optional(),\n energyConservationProgram: z\n .boolean()\n .describe(\n 'Energy conservation program. The property tracks corporate-level Scope 1 and 2 GHG\\nemissions, and Scope 3 emissions if available. The property has a commitment to implement\\ninitiatives that reduce GHG emissions year over year. The property has shown an absolute\\nreduction in emissions for at least 2 years. Emissions are either verfied by a third-party\\nand/or published in external communications.'\n )\n .optional()\n .nullable(),\n energyConservationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Energy conservation program exception.')\n .optional(),\n energyEfficientHeatingAndCoolingSystems: z\n .boolean()\n .describe(\n \"Energy efficient heating and cooling systems. The property doesn't use chlorofluorocarbon\\n(CFC)-based refrigerants in heating, ventilating, and air-conditioning systems unless a\\nthird-party audit shows it's not economically feasible. The CFC-based refrigerants which are\\nused should have a Global Warming Potential (GWP) ≤ 10. The property uses occupancy sensors\\non HVAC systems in back-of-house spaces, meeting rooms, and other low-traffic areas.\"\n )\n .optional()\n .nullable(),\n energyEfficientHeatingAndCoolingSystemsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Energy efficient heating and cooling systems exception.'\n )\n .optional(),\n energyEfficientLighting: z\n .boolean()\n .describe(\n \"Energy efficient lighting. At least 75% of the property's lighting is energy efficient,\\nusing lighting that is more than 45 lumens per watt – typically LED or CFL lightbulbs.\"\n )\n .optional()\n .nullable(),\n energyEfficientLightingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Energy efficient lighting exception.')\n .optional(),\n energySavingThermostats: z\n .boolean()\n .describe(\n 'Energy saving thermostats. The property installed energy-saving thermostats throughout the\\nbuilding to conserve energy when rooms or areas are not in use. Energy-saving thermostats\\nare devices that control heating/cooling in the building by learning temperature preferences\\nand automatically adjusting to energy-saving temperatures as the default. The thermostats\\nare automatically set to a temperature between 68-78 degrees F (20-26 °C), depending on\\nseasonality. In the winter, set the thermostat to 68°F (20°C) when the room is occupied,\\nlowering room temperature when unoccupied. In the summer, set the thermostat to 78°F (26°C)\\nwhen the room is occupied.'\n )\n .optional()\n .nullable(),\n energySavingThermostatsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Energy saving thermostats exception.')\n .optional(),\n greenBuildingDesign: z\n .boolean()\n .describe(\n 'Output only. Green building design. True if the property has been awarded a relevant\\ncertification.'\n )\n .optional()\n .nullable(),\n greenBuildingDesignException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Output only. Green building design exception.')\n .optional(),\n independentOrganizationAuditsEnergyUse: z\n .boolean()\n .describe(\n 'Independent organization audits energy use. The property conducts an energy audit at least\\nevery 5 years, the results of which are either verified by a third-party and/or published in\\nexternal communications. An energy audit is a detailed assessment of the facility which\\nprovides recommendations to existing operations and procedures to improve energy efficiency,\\navailable incentives or rebates,and opportunities for improvements through renovations or\\nupgrades. Examples of organizations that conduct credible third party audits include: Engie\\nImpact, DNV GL (EU), Dexma, and local utility providers (they often provide energy and water\\naudits).'\n )\n .optional()\n .nullable(),\n independentOrganizationAuditsEnergyUseException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Independent organization audits energy use exception.'\n )\n .optional(),\n })\n .describe('Energy efficiency practices implemented at the hotel.')\n .optional(),\n sustainabilityCertifications: z\n .object({\n breeamCertification: z\n .enum([\n 'NO_BREEAM_CERTIFICATION',\n 'BREEAM_PASS',\n 'BREEAM_GOOD',\n 'BREEAM_VERY_GOOD',\n 'BREEAM_EXCELLENT',\n 'BREEAM_OUTSTANDING',\n ])\n .describe('BREEAM certification.')\n .optional(),\n breeamCertificationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('BREEAM certification exception.')\n .optional(),\n ecoCertifications: z\n .array(\n z.object({\n awarded: z\n .boolean()\n .describe(\n 'Whether the eco certificate was awarded or not.'\n )\n .optional()\n .nullable(),\n awardedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Awarded exception.')\n .optional(),\n ecoCertificate: z\n .enum([\n 'ISO14001',\n 'ISO50001',\n 'ASIAN_ECOTOURISM',\n 'BIOSPHERE_RESPOSNIBLE_TOURISM',\n 'BUREAU_VERITAS',\n 'CONTROL_UNION',\n 'EARTHCHECK',\n 'ECO_CERTIFICATION_MALTA',\n 'ECOTOURISM_AUSTRALIAS_ECO',\n 'GREAT_GREEN_DEAL',\n 'GREEN_GLOBE',\n 'GREEN_GROWTH2050',\n 'GREEN_KEY',\n 'GREEN_KEY_ECO_RATING',\n 'GREEN_SEAL',\n 'GREEN_STAR',\n 'GREEN_TOURISM_ACTIVE',\n 'HILTON_LIGHTSTAY',\n 'HOSTELLING_INTERNATIONALS_QUALITY_AND_SUSTAINABILITY',\n 'HOTELES_MAS_VERDES',\n 'NORDIC_SWAN_ECOLABEL',\n 'PREFERRED_BY_NATURE_SUSTAINABLE_TOURISM',\n 'SUSTAINABLE_TRAVEL_IRELAND',\n 'TOF_TIGERS_INITITIVES_PUG',\n 'TRAVELIFE',\n 'UNITED_CERTIFICATION_SYSTEMS_LIMITED',\n 'VIREO_SRL',\n ])\n .describe('Required. The eco certificate.')\n .optional(),\n })\n )\n .max(50)\n .optional(),\n leedCertification: z\n .enum([\n 'NO_LEED_CERTIFICATION',\n 'LEED_CERTIFIED',\n 'LEED_SILVER',\n 'LEED_GOLD',\n 'LEED_PLATINUM',\n ])\n .describe('LEED certification.')\n .optional(),\n leedCertificationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('LEED certification exception.')\n .optional(),\n })\n .describe(\n 'Sustainability certifications the hotel has been awarded. Deprecated: this field is no\\nlonger populated. All certification data is now provided by BeCause.'\n )\n .optional(),\n sustainableSourcing: z\n .object({\n ecoFriendlyToiletries: z\n .boolean()\n .describe(\n 'Eco friendly toiletries. Soap, shampoo, lotion, and other toiletries provided for guests\\nhave a nationally or internationally recognized sustainability certification, such as USDA\\nOrganic, EU Organic, or cruelty-free.'\n )\n .optional()\n .nullable(),\n ecoFriendlyToiletriesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Eco friendly toiletries exception.')\n .optional(),\n locallySourcedFoodAndBeverages: z\n .boolean()\n .describe(\n 'Locally sourced food and beverages. Property sources locally in order to lower the\\nenvironmental footprint from reduced transportation and to stimulate the local economy.\\nProducts produced less than 62 miles from the establishment are normally considered as\\nlocally produced.'\n )\n .optional()\n .nullable(),\n locallySourcedFoodAndBeveragesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Locally sourced food and beverages exception.')\n .optional(),\n organicCageFreeEggs: z\n .boolean()\n .describe(\n 'Organic cage free eggs. The property sources 100% certified organic and cage-free eggs\\n(shell, liquid, and egg products). Cage-free means hens are able to walk, spread their wings\\nand lay their eggs in nests).'\n )\n .optional()\n .nullable(),\n organicCageFreeEggsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Organic cage free eggs exception.')\n .optional(),\n organicFoodAndBeverages: z\n .boolean()\n .describe(\n 'Organic food and beverages. At least 25% of food and beverages, by spend, are certified\\norganic. Organic means products that are certified to one of the organic standard listed in\\nthe IFOAM family of standards. Qualifying certifications include USDA Organic and EU\\nOrganic, among others.'\n )\n .optional()\n .nullable(),\n organicFoodAndBeveragesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Organic food and beverages exception.')\n .optional(),\n responsiblePurchasingPolicy: z\n .boolean()\n .describe(\n 'Responsible purchasing policy. The property has a responsible procurement policy in place.\\nResponsible means integration of social, ethical, and/or environmental performance factors\\ninto the procurement process when selecting suppliers.'\n )\n .optional()\n .nullable(),\n responsiblePurchasingPolicyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Responsible purchasing policy exception.')\n .optional(),\n responsiblySourcesSeafood: z\n .boolean()\n .describe(\n 'Responsibly sources seafood. The property does not source seafood from the Monterey Bay\\nAquarium Seafood Watch \"avoid\" list, and must sustainably source seafood listed as \"good\\nalternative,\" \"eco-certified,\" and \"best choice\". The property has a policy outlining a\\ncommitment to source Marine Stewardship Council (MSC) and/or Aquaculture Stewardship Council\\n(ASC) Chain of Custody certified seafood.'\n )\n .optional()\n .nullable(),\n responsiblySourcesSeafoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Responsibly sources seafood exception.')\n .optional(),\n veganMeals: z\n .boolean()\n .describe(\n 'Vegan meals. The property provides vegan menu options for guests. Vegan food does not\\ncontain animal products or byproducts.'\n )\n .optional()\n .nullable(),\n veganMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Vegan meals exception.')\n .optional(),\n vegetarianMeals: z\n .boolean()\n .describe(\n 'Vegetarian meals. The property provides vegetarian menu options for guests. Vegetarian food\\ndoes not contain meat, poultry, fish, or seafood.'\n )\n .optional()\n .nullable(),\n vegetarianMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Vegetarian meals exception.')\n .optional(),\n })\n .describe(\n 'Sustainable sourcing practices implemented at the hotel.'\n )\n .optional(),\n wasteReduction: z\n .object({\n compostableFoodContainersAndCutlery: z\n .boolean()\n .describe(\n 'Compostable food containers and cutlery. 100% of food service containers and to-go cutlery\\nare compostable, and reusable utensils are offered wherever possible. Compostable materials\\nare capable of undergoing biological decomposition in a compost site, such that material is\\nnot visually distinguishable and breaks down into carbon dioxide, water, inorganic\\ncompounds, and biomass.'\n )\n .optional()\n .nullable(),\n compostableFoodContainersAndCutleryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Compostable food containers and cutlery exception.')\n .optional(),\n compostsExcessFood: z\n .boolean()\n .describe(\n 'Composts excess food. The property has a program and/or policy for diverting waste from\\nlandfill by composting food and yard waste, either through compost collection and off-site\\nprocessing or on-site compost processing.'\n )\n .optional()\n .nullable(),\n compostsExcessFoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Composts excess food exception.')\n .optional(),\n donatesExcessFood: z\n .boolean()\n .describe(\n 'Donates excess food. The property has a program and/or policy for diverting waste from\\nlandfill that may include efforts to donate for human consumption or divert food for animal\\nfeed.'\n )\n .optional()\n .nullable(),\n donatesExcessFoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Donates excess food exception.')\n .optional(),\n foodWasteReductionProgram: z\n .boolean()\n .describe(\n 'Food waste reduction program. The property has established a food waste reduction and\\ndonation program, aiming to reduce food waste by half. These programs typically use tools\\nsuch as the Hotel Kitchen Toolkit and others to track waste and measure progress.'\n )\n .optional()\n .nullable(),\n foodWasteReductionProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Food waste reduction program exception.')\n .optional(),\n noSingleUsePlasticStraws: z\n .boolean()\n .describe(\n 'No single use plastic straws. The property bans single-use plastic straws.'\n )\n .optional()\n .nullable(),\n noSingleUsePlasticStrawsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No single use plastic straws exception.')\n .optional(),\n noSingleUsePlasticWaterBottles: z\n .boolean()\n .describe(\n 'No single use plastic water bottles. The property bans single-use plastic water bottles.'\n )\n .optional()\n .nullable(),\n noSingleUsePlasticWaterBottlesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No single use plastic water bottles exception.')\n .optional(),\n noStyrofoamFoodContainers: z\n .boolean()\n .describe(\n 'No styrofoam food containers. The property eliminates the use of Styrofoam in disposable\\nfood service items.'\n )\n .optional()\n .nullable(),\n noStyrofoamFoodContainersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No styrofoam food containers exception.')\n .optional(),\n recyclingProgram: z\n .boolean()\n .describe(\n 'Recycling program. The property has a recycling program, aligned with LEED waste\\nrequirements, and a policy outlining efforts to send less than 50% of waste to landfill. The\\nrecycling program includes storage locations for recyclable materials, including mixed\\npaper, corrugated cardboard, glass, plastics, and metals.'\n )\n .optional()\n .nullable(),\n recyclingProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Recycling program exception.')\n .optional(),\n refillableToiletryContainers: z\n .boolean()\n .describe(\n 'Refillable toiletry containers. The property has replaced miniature individual containers\\nwith refillable amenity dispensers for shampoo, conditioner, soap, and lotion.'\n )\n .optional()\n .nullable(),\n refillableToiletryContainersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refillable toiletry containers exception.')\n .optional(),\n safelyDisposesBatteries: z\n .boolean()\n .describe(\n 'Safely disposes batteries. The property safely stores and disposes batteries.'\n )\n .optional()\n .nullable(),\n safelyDisposesBatteriesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely disposes batteries exception.')\n .optional(),\n safelyDisposesElectronics: z\n .boolean()\n .describe(\n 'Safely disposes electronics. The property has a reputable recycling program that keeps\\nhazardous electronic parts and chemical compounds out of landfills, dumps and other\\nunauthorized abandonment sites, and recycles/reuses applicable materials. (e.g. certified\\nelectronics recyclers).'\n )\n .optional()\n .nullable(),\n safelyDisposesElectronicsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely disposes electronics exception.')\n .optional(),\n safelyDisposesLightbulbs: z\n .boolean()\n .describe(\n 'Safely disposes lightbulbs. The property safely stores and disposes lightbulbs.'\n )\n .optional()\n .nullable(),\n safelyDisposesLightbulbsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely disposes lightbulbs exception.')\n .optional(),\n safelyHandlesHazardousSubstances: z\n .boolean()\n .describe(\n 'Safely handles hazardous substances. The property has a hazardous waste management program\\naligned wit GreenSeal and LEED requirements, and meets all regulatory requirements for\\nhazardous waste disposal and recycling. Hazardous means substances that are classified as\\n\"hazardous\" by an authoritative body (such as OSHA or DOT), are labeled with signal words\\nsuch as \"Danger,\" \"Caution,\" \"Warning,\" or are flammable, corrosive, or ignitable.\\nRequirements include: - The property shall maintain records of the efforts it has made to\\nreplace the hazardous substances it uses with less hazardous alternatives. - An inventory of\\nthe hazardous materials stored on-site. - Products intended for cleaning, dishwashing,\\nlaundry, and pool maintenance shall be stored in clearly labeled containers. These\\ncontainers shall be checked regularly for leaks, and replaced a necessary. - Spill\\ncontainment devices shall be installed to collect spills, drips, or leaching of chemicals.'\n )\n .optional()\n .nullable(),\n safelyHandlesHazardousSubstancesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely handles hazardous substances exception.')\n .optional(),\n soapDonationProgram: z\n .boolean()\n .describe(\n 'Soap donation program. The property participates in a soap donation program such as Clean\\nthe World or something similar.'\n )\n .optional()\n .nullable(),\n soapDonationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Soap donation program exception.')\n .optional(),\n toiletryDonationProgram: z\n .boolean()\n .describe(\n 'Toiletry donation program. The property participates in a toiletry donation program such as\\nClean the World or something similar.'\n )\n .optional()\n .nullable(),\n toiletryDonationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toiletry donation program exception.')\n .optional(),\n waterBottleFillingStations: z\n .boolean()\n .describe(\n 'Water bottle filling stations. The property offers water stations throughout the building\\nfor guest use.'\n )\n .optional()\n .nullable(),\n waterBottleFillingStationsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water bottle filling stations exception.')\n .optional(),\n })\n .describe('Waste reduction practices implemented at the hotel.')\n .optional(),\n waterConservation: z\n .object({\n independentOrganizationAuditsWaterUse: z\n .boolean()\n .describe(\n 'Independent organization audits water use. The property conducts a water conservation audit\\nevery 5 years, the results of which are either verified by a third-party and/or published in\\nexternal communications. A water conservation audit is a detailed assessment of the\\nfacility, providing recommendations to existing operations and procedures to improve water\\nefficiency, available incentives or rebates, and opportunities for improvements through\\nrenovations or upgrades. Examples of organizations who conduct credible third party audits\\ninclude: Engie Impact, and local utility providers (they often provide energy and water\\naudits).'\n )\n .optional()\n .nullable(),\n independentOrganizationAuditsWaterUseException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Independent organization audits water use exception.'\n )\n .optional(),\n linenReuseProgram: z\n .boolean()\n .describe(\n 'Linen reuse program. The property offers a linen reuse program.'\n )\n .optional()\n .nullable(),\n linenReuseProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Linen reuse program exception.')\n .optional(),\n towelReuseProgram: z\n .boolean()\n .describe(\n 'Towel reuse program. The property offers a towel reuse program.'\n )\n .optional()\n .nullable(),\n towelReuseProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Towel reuse program exception.')\n .optional(),\n waterSavingShowers: z\n .boolean()\n .describe(\n \"Water saving showers. All of the property's guest rooms have shower heads that use no more\\nthan 2.0 gallons per minute (gpm).\"\n )\n .optional()\n .nullable(),\n waterSavingShowersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water saving showers exception.')\n .optional(),\n waterSavingSinks: z\n .boolean()\n .describe(\n \"Water saving sinks. All of the property's guest rooms have bathroom faucets that use a\\nmaximum of 1.5 gallons per minute (gpm), public restroom faucets do not exceed 0.5 gpm, and\\nkitchen faucets (excluding faucets used exclusively for filling operations) do not exceed\\n2.2 gpm.\"\n )\n .optional()\n .nullable(),\n waterSavingSinksException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water saving sinks exception.')\n .optional(),\n waterSavingToilets: z\n .boolean()\n .describe(\n \"Water saving toilets. All of the property's toilets use 1.6 gallons per flush, or less.\"\n )\n .optional()\n .nullable(),\n waterSavingToiletsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water saving toilets exception.')\n .optional(),\n })\n .describe('Water conservation practices implemented at the hotel.')\n .optional(),\n })\n .describe('Sustainability practices implemented at the hotel.')\n .optional(),\n transportation: z\n .object({\n airportShuttle: z\n .boolean()\n .describe(\n \"Airport shuttle. The hotel provides guests with a chauffeured van or bus to and from the\\nairport. Can be free or for a fee. Guests may share the vehicle with other guests unknown to\\nthem. Applies if the hotel has a third-party shuttle service (office/desk etc.) within the\\nhotel. As long as hotel provides this service, it doesn't matter if it's directly with them\\nor a third party they work with. Does not apply if guest has to coordinate with an entity\\noutside/other than the hotel.\"\n )\n .optional()\n .nullable(),\n airportShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Airport shuttle exception.')\n .optional(),\n carRentalOnProperty: z\n .boolean()\n .describe(\n 'Car rental on property. A branch of a rental car company with a processing desk in the\\nhotel. Available cars for rent may be awaiting at the hotel or in a nearby lot.'\n )\n .optional()\n .nullable(),\n carRentalOnPropertyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Car rental on property exception.')\n .optional(),\n freeAirportShuttle: z\n .boolean()\n .describe(\n 'Free airport shuttle. Airport shuttle is free to guests. Must be free to all guests without\\nany conditions.'\n )\n .optional()\n .nullable(),\n freeAirportShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free airport shuttle exception.')\n .optional(),\n freePrivateCarService: z\n .boolean()\n .describe(\n 'Free private car service. Private chauffeured car service is free to guests.'\n )\n .optional()\n .nullable(),\n freePrivateCarServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free private car service exception.')\n .optional(),\n localShuttle: z\n .boolean()\n .describe(\n 'Local shuttle. A car, van or bus provided by the hotel to transport guests to destinations\\nwithin a specified range of distance around the hotel. Usually shopping and/or convention\\ncenters, downtown districts, or beaches. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n localShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Local shuttle exception.')\n .optional(),\n privateCarService: z\n .boolean()\n .describe(\n 'Private car service. Hotel provides a private chauffeured car to transport guests to\\ndestinations. Passengers in the car are either alone or are known to one another and have\\nrequested the car together. Service can be free or for a fee and travel distance is usually\\nlimited to a specific range. Not a taxi.'\n )\n .optional()\n .nullable(),\n privateCarServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private car service exception.')\n .optional(),\n transfer: z\n .boolean()\n .describe(\n 'Transfer. Hotel provides a shuttle service or car service to take guests to and from the\\nnearest airport or train station. Can be free or for a fee. Guests may share the vehicle\\nwith other guests unknown to them.'\n )\n .optional()\n .nullable(),\n transferException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Transfer exception.')\n .optional(),\n })\n .describe(\n 'Vehicles or vehicular services facilitated or owned by the property.'\n )\n .optional(),\n wellness: z\n .object({\n doctorOnCall: z\n .boolean()\n .describe(\n 'Doctor on call. The hotel has a contract with a medical professional who provides services\\nto hotel guests should they fall ill during their stay. The doctor may or may not have an\\non-site office or be at the hotel at all times.'\n )\n .optional()\n .nullable(),\n doctorOnCallException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Doctor on call exception.')\n .optional(),\n ellipticalMachine: z\n .boolean()\n .describe(\n 'Elliptical machine. An electric, stationary fitness machine with pedals that simulates\\nclimbing, walking or running and provides a user-controlled range of speeds and tensions.\\nMay not have arm-controlled levers to work out the upper body as well. Commonly found in a\\ngym, fitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n ellipticalMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Elliptical machine exception.')\n .optional(),\n fitnessCenter: z\n .boolean()\n .describe(\n 'Fitness center. A room or building at the hotel containing equipment to promote physical\\nactivity, such as treadmills, elliptical machines, stationary bikes, weight machines, free\\nweights, and/or stretching mats. Use of the fitness center can be free or for a fee. May or\\nmay not be staffed. May or may not offer instructor-led classes in various styles of\\nphysical conditioning. May or may not be open 24/7. May or may not include locker rooms and\\nshowers. Also known as health club, gym, fitness room, health center.'\n )\n .optional()\n .nullable(),\n fitnessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fitness center exception.')\n .optional(),\n freeFitnessCenter: z\n .boolean()\n .describe(\n 'Free fitness center. Guests may use the fitness center for free.'\n )\n .optional()\n .nullable(),\n freeFitnessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free fitness center exception.')\n .optional(),\n freeWeights: z\n .boolean()\n .describe(\n 'Free weights. Individual handheld fitness equipment of varied weights used for upper body\\nstrength training or bodybuilding. Also known as barbells, dumbbells, or kettlebells. Often\\nstored on a rack with the weights arranged from light to heavy. Commonly found in a gym,\\nfitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n freeWeightsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free weights exception.')\n .optional(),\n massage: z\n .boolean()\n .describe(\n \"Massage. A service provided by a trained massage therapist involving the physical\\nmanipulation of a guest's muscles in order to achieve relaxation or pain relief.\"\n )\n .optional()\n .nullable(),\n massageException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Massage exception.')\n .optional(),\n salon: z\n .boolean()\n .describe(\n 'Salon. A room at the hotel where professionals provide hair styling services such as\\nshampooing, blow drying, hair dos, hair cutting and hair coloring. Also known as hairdresser\\nor beauty salon.'\n )\n .optional()\n .nullable(),\n salonException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Salon exception.')\n .optional(),\n sauna: z\n .boolean()\n .describe(\n 'Sauna. A wood-paneled room heated to a high temperature where guests sit on built-in wood\\nbenches for the purpose of perspiring and relaxing their muscles. Can be dry or slightly wet\\nheat. Not a steam room.'\n )\n .optional()\n .nullable(),\n saunaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sauna exception.')\n .optional(),\n spa: z\n .boolean()\n .describe(\n 'Spa. A designated area, room or building at the hotel offering health and beauty treatment\\nthrough such means as steam baths, exercise equipment, and massage. May also offer facials,\\nnail care, and hair care. Services are usually available by appointment and for an\\nadditional fee. Does not apply if hotel only offers a steam room; must offer other beauty\\nand/or health treatments as well.'\n )\n .optional()\n .nullable(),\n spaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Spa exception.')\n .optional(),\n treadmill: z\n .boolean()\n .describe(\n 'Treadmill. An electric stationary fitness machine that simulates a moving path to promote\\nwalking or running within a range of user-controlled speeds and inclines. Also known as\\nrunning machine. Commonly found in a gym, fitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n treadmillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Treadmill exception.')\n .optional(),\n weightMachine: z\n .boolean()\n .describe(\n 'Weight machine. Non-electronic fitness equipment designed for the user to target the\\nexertion of different muscles. Usually incorporates a padded seat, a stack of flat weights\\nand various bars and pulleys. May be designed for toning a specific part of the body or may\\ninvolve different user-controlled settings, hardware and pulleys so as to provide an overall\\nworkout in one machine. Commonly found in a gym, fitness center, fitness room, or health\\nclub.'\n )\n .optional()\n .nullable(),\n weightMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Weight machine exception.')\n .optional(),\n })\n .describe(\n 'Guest facilities at the property to promote or maintain health, beauty, and fitness.'\n )\n .optional(),\n })\n .describe(\n \"The location's hotel data. Fields the property has no answer on record for\\nare left unset.\"\n )\n .optional(),\n});\nexport const UpdateLocationLodgingRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n lodging: z\n .object({\n accessibility: z\n .object({\n mobilityAccessible: z\n .boolean()\n .describe(\n 'Mobility accessible. Throughout the property there are physical adaptations to ease the stay\\nof a person in a wheelchair, such as auto-opening doors, wide elevators, wide bathrooms or\\nramps.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleElevator: z\n .boolean()\n .describe(\n 'Mobility accessible elevator. A lift that transports people from one level to another and is\\nbuilt to accommodate a wheelchair-using passenger owing to the width of its doors and\\nplacement of call buttons.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleElevatorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleParking: z\n .boolean()\n .describe(\n 'Mobility accessible parking. The presence of a marked, designated area of prescribed size in\\nwhich only registered, labeled vehicles transporting a person with physical challenges may\\npark.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessiblePool: z\n .boolean()\n .describe(\n 'Mobility accessible pool. A swimming pool equipped with a mechanical chair that can be\\nlowered and raised for the purpose of moving physically challenged guests into and out of\\nthe pool. May be powered by electricity or water. Also known as pool lift.'\n )\n .optional()\n .nullable(),\n mobilityAccessiblePoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Physical adaptations made to the property in consideration of varying levels of human physical\\nability.'\n )\n .optional(),\n activities: z\n .object({\n beachAccess: z\n .boolean()\n .describe(\n \"Beach access. The hotel property is in close proximity to a beach and offers a way to get to\\nthat beach. This can include a route to the beach such as stairs down if hotel is on a\\nbluff, or a short trail. Not the same as beachfront (with beach access, the hotel's\\nproximity is close to but not right on the beach).\"\n )\n .optional()\n .nullable(),\n beachAccessException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n beachFront: z\n .boolean()\n .describe(\n 'Breach front. The hotel property is physically located on the beach alongside an ocean, sea,\\ngulf, or bay. It is not on a lake, river, stream, or pond. The hotel is not separated from\\nthe beach by a public road allowing vehicular, pedestrian, or bicycle traffic.'\n )\n .optional()\n .nullable(),\n beachFrontException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bicycleRental: z\n .boolean()\n .describe(\n 'Bicycle rental. The hotel owns bicycles that it permits guests to borrow and use. Can be\\nfree or for a fee.'\n )\n .optional()\n .nullable(),\n bicycleRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n boutiqueStores: z\n .boolean()\n .describe(\n 'Boutique stores. There are stores selling clothing, jewelry, art and decor either on hotel\\npremises or very close by. Does not refer to the hotel gift shop or convenience store.'\n )\n .optional()\n .nullable(),\n boutiqueStoresException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n casino: z\n .boolean()\n .describe(\n 'Casino. A space designated for gambling and gaming featuring croupier-run table and card\\ngames, as well as electronic slot machines. May be on hotel premises or located nearby.'\n )\n .optional()\n .nullable(),\n casinoException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeBicycleRental: z\n .boolean()\n .describe(\n 'Free bicycle rental. The hotel owns bicycles that it permits guests to borrow and use for\\nfree.'\n )\n .optional()\n .nullable(),\n freeBicycleRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeWatercraftRental: z\n .boolean()\n .describe(\n 'Free watercraft rental. The hotel owns watercraft that it permits guests to borrow and use\\nfor free.'\n )\n .optional()\n .nullable(),\n freeWatercraftRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n gameRoom: z\n .boolean()\n .describe(\n 'Game room. There is a room at the hotel containing electronic machines for play such as\\npinball, prize machines, driving simulators, and other items commonly found at a family fun\\ncenter or arcade. May also include non-electronic games like pool, foosball, darts, and\\nmore. May or may not be designed for children. Also known as arcade, fun room, or family fun\\ncenter.'\n )\n .optional()\n .nullable(),\n gameRoomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n golf: z\n .boolean()\n .describe(\n 'Golf. There is a golf course on hotel grounds or there is a nearby, independently run golf\\ncourse that allows use by hotel guests. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n golfException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n horsebackRiding: z\n .boolean()\n .describe(\n 'Horseback riding. The hotel has a horse barn onsite or an affiliation with a nearby barn to\\nallow for guests to sit astride a horse and direct it to walk, trot, cantor, gallop and/or\\njump. Can be in a riding ring, on designated paths, or in the wilderness. May or may not\\ninvolve instruction.'\n )\n .optional()\n .nullable(),\n horsebackRidingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n nightclub: z\n .boolean()\n .describe(\n 'Nightclub. There is a room at the hotel with a bar, a dance floor, and seating where\\ndesignated staffers play dance music. There may also be a designated area for the\\nperformance of live music, singing and comedy acts.'\n )\n .optional()\n .nullable(),\n nightclubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateBeach: z\n .boolean()\n .describe(\n 'Private beach. The beach which is in close proximity to the hotel is open only to guests.'\n )\n .optional()\n .nullable(),\n privateBeachException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n scuba: z\n .boolean()\n .describe(\n 'Scuba. The provision for guests to dive under naturally occurring water fitted with a self-\\ncontained underwater breathing apparatus (SCUBA) for the purpose of exploring underwater\\nlife. Apparatus consists of a tank providing oxygen to the diver through a mask. Requires\\ncertification of the diver and supervision. The hotel may have the activity at its own\\nwaterfront or have an affiliation with a nearby facility. Required equipment is most often\\nsupplied to guests. Can be free or for a fee. Not snorkeling. Not done in a swimming pool.'\n )\n .optional()\n .nullable(),\n scubaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n snorkeling: z\n .boolean()\n .describe(\n 'Snorkeling. The provision for guests to participate in a recreational water activity in\\nwhich swimmers wear a diving mask, a simple, shaped breathing tube and flippers/swim fins\\nfor the purpose of exploring below the surface of an ocean, gulf or lake. Does not usually\\nrequire user certification or professional supervision. Equipment may or may not be\\navailable for rent or purchase. Not scuba diving.'\n )\n .optional()\n .nullable(),\n snorkelingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tennis: z\n .boolean()\n .describe(\n 'Tennis. The hotel has the requisite court(s) on site or has an affiliation with a nearby\\nfacility for the purpose of providing guests with the opportunity to play a two-sided court-\\nbased game in which players use a stringed racquet to hit a ball across a net to the side of\\nthe opposing player. The court can be indoors or outdoors. Instructors, racquets and balls\\nmay or may not be provided.'\n )\n .optional()\n .nullable(),\n tennisException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n waterSkiing: z\n .boolean()\n .describe(\n 'Water skiing. The provision of giving guests the opportunity to be pulled across naturally\\noccurring water while standing on skis and holding a tow rope attached to a motorboat. Can\\noccur on hotel premises or at a nearby waterfront. Most often performed in a lake or ocean.'\n )\n .optional()\n .nullable(),\n waterSkiingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n watercraftRental: z\n .boolean()\n .describe(\n 'Watercraft rental. The hotel owns water vessels that it permits guests to borrow and use.\\nCan be free or for a fee. Watercraft may include boats, pedal boats, rowboats, sailboats,\\npowerboats, canoes, kayaks, or personal watercraft (such as a Jet Ski).'\n )\n .optional()\n .nullable(),\n watercraftRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Amenities and features related to leisure and play.')\n .optional(),\n allUnits: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tier: z.enum(['STANDARD_UNIT', 'DELUXE_UNIT']).optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Output only. All units on the property have at least these attributes.'\n )\n .optional(),\n business: z\n .object({\n businessCenter: z\n .boolean()\n .describe(\n 'Business center. A designated room at the hotel with one or more desks and equipped with\\nguest-use computers, printers, fax machines and/or photocopiers. May or may not be open\\n24/7. May or may not require a key to access. Not a meeting room or conference room.'\n )\n .optional()\n .nullable(),\n businessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n meetingRooms: z\n .boolean()\n .describe(\n 'Meeting rooms. Rooms at the hotel designated for business-related gatherings. Rooms are\\nusually equipped with tables or desks, office chairs and audio/visual facilities to allow\\nfor presentations and conference calls. Also known as conference rooms.'\n )\n .optional()\n .nullable(),\n meetingRoomsCount: z\n .number()\n .int()\n .describe(\n 'Meeting rooms count. The number of meeting rooms at the property.'\n )\n .optional()\n .nullable(),\n meetingRoomsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n meetingRoomsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Features of the property of specific interest to the business traveler.'\n )\n .optional(),\n commonLivingArea: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Information about eating features in the living area.')\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Information about sleeping features in the living area.')\n .optional(),\n })\n .describe(\n 'Features of the shared living areas available in this Lodging.'\n )\n .optional(),\n connectivity: z\n .object({\n freeWifi: z\n .boolean()\n .describe('Free wifi. The hotel offers guests wifi for free.')\n .optional()\n .nullable(),\n freeWifiException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n publicAreaWifiAvailable: z\n .boolean()\n .describe(\n 'Public area wifi available. Guests have the ability to wirelessly connect to the internet in\\nthe areas of the hotel accessible to anyone. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n publicAreaWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n publicInternetTerminal: z\n .boolean()\n .describe(\n 'Public internet terminal. An area of the hotel supplied with computers and designated for\\nthe purpose of providing guests with the ability to access the internet.'\n )\n .optional()\n .nullable(),\n publicInternetTerminalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n wifiAvailable: z\n .boolean()\n .describe(\n 'Wifi available. The hotel provides the ability for guests to wirelessly connect to the\\ninternet. Can be in the public areas of the hotel and/or in the guest rooms. Can be free or\\nfor a fee.'\n )\n .optional()\n .nullable(),\n wifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'The ways in which the property provides guests with the ability to access the internet.'\n )\n .optional(),\n families: z\n .object({\n babysitting: z\n .boolean()\n .describe(\n 'Babysitting. Child care that is offered by hotel staffers or coordinated by hotel staffers\\nwith local child care professionals. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n babysittingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kidsActivities: z\n .boolean()\n .describe(\n 'Kids activities. Recreational options such as sports, films, crafts and games designed for\\nthe enjoyment of children and offered at the hotel. May or may not be supervised. May or may\\nnot be at a designated time or place. Cab be free or for a fee.'\n )\n .optional()\n .nullable(),\n kidsActivitiesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kidsClub: z\n .boolean()\n .describe(\n 'Kids club. An organized program of group activities held at the hotel and designed for the\\nenjoyment of children. Facilitated by hotel staff (or staff procured by the hotel) in an\\narea(s) designated for the purpose of entertaining children without their parents. May\\ninclude games, outings, water sports, team sports, arts and crafts, and films. Usually has\\nset hours. Can be free or for a fee. Also known as Kids Camp or Kids program.'\n )\n .optional()\n .nullable(),\n kidsClubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kidsFriendly: z\n .boolean()\n .describe(\n \"Kids friendly. The hotel has one or more special features for families with children, such\\nas reduced rates, child-sized beds, kids' club, babysitting service, or suitable place to\\nplay on premises.\"\n )\n .optional()\n .nullable(),\n kidsFriendlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Services and amenities for families and young guests.')\n .optional(),\n foodAndDrink: z\n .object({\n bar: z\n .boolean()\n .describe(\n \"Bar. A designated room, lounge or area of an on-site restaurant with seating at a counter\\nbehind which a hotel staffer takes the guest's order and provides the requested alcoholic\\ndrink. Can be indoors or outdoors. Also known as Pub.\"\n )\n .optional()\n .nullable(),\n barException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n breakfastAvailable: z\n .boolean()\n .describe(\n 'Breakfast available. The morning meal is offered to all guests. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n breakfastAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n breakfastBuffet: z\n .boolean()\n .describe(\n 'Breakfast buffet. Breakfast meal service where guests serve themselves from a variety of\\ndishes/foods that are put out on a table.'\n )\n .optional()\n .nullable(),\n breakfastBuffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n buffet: z\n .boolean()\n .describe(\n 'Buffet. A type of meal where guests serve themselves from a variety of dishes/foods that are\\nput out on a table. Includes lunch and/or dinner meals. A breakfast-only buffet is not\\nsufficient.'\n )\n .optional()\n .nullable(),\n buffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dinnerBuffet: z\n .boolean()\n .describe(\n 'Dinner buffet. Dinner meal service where guests serve themselves from a variety of\\ndishes/foods that are put out on a table.'\n )\n .optional()\n .nullable(),\n dinnerBuffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeBreakfast: z\n .boolean()\n .describe(\n 'Free breakfast. Breakfast is offered for free to all guests. Does not apply if limited to\\ncertain room packages.'\n )\n .optional()\n .nullable(),\n freeBreakfastException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n restaurant: z\n .boolean()\n .describe(\n 'Restaurant. A business onsite at the hotel that is open to the public as well as guests, and\\noffers meals and beverages to consume at tables or counters. May or may not include table\\nservice. Also known as cafe, buffet, eatery. A \"breakfast room\" where the hotel serves\\nbreakfast only to guests (not the general public) does not count as a restaurant.'\n )\n .optional()\n .nullable(),\n restaurantException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n restaurantsCount: z\n .number()\n .int()\n .describe(\n 'Restaurants count. The number of restaurants at the hotel.'\n )\n .optional()\n .nullable(),\n restaurantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n roomService: z\n .boolean()\n .describe(\n \"Room service. A hotel staffer delivers meals prepared onsite to a guest's room as per their\\nrequest. May or may not be available during specific hours. Services should be available to\\nall guests (not based on rate/room booked/reward program, etc).\"\n )\n .optional()\n .nullable(),\n roomServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tableService: z\n .boolean()\n .describe(\n \"Table service. A restaurant in which a staff member is assigned to a guest's table to take\\ntheir order, deliver and clear away food, and deliver the bill, if applicable. Also known as\\nsit-down restaurant.\"\n )\n .optional()\n .nullable(),\n tableServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n twentyFourHourRoomService: z\n .boolean()\n .describe(\n '24hr room service. Room service is available 24 hours a day.'\n )\n .optional()\n .nullable(),\n twentyFourHourRoomServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n vendingMachine: z\n .boolean()\n .describe(\n 'Vending machine. A glass-fronted mechanized cabinet displaying and dispensing snacks and\\nbeverages for purchase by coins, paper money and/or credit cards.'\n )\n .optional()\n .nullable(),\n vendingMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Meals, snacks, and beverages available at the property.')\n .optional(),\n guestUnits: z\n .array(\n z.object({\n codes: z.array(z.string()).max(100).optional(),\n features: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tier: z.enum(['STANDARD_UNIT', 'DELUXE_UNIT']).optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tv: z\n .boolean()\n .describe(\n 'TV. A television is available in the guestroom.'\n )\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Information about the layout of the living area.'\n )\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Features and available amenities of the GuestUnitType.'\n )\n .optional(),\n label: z\n .string()\n .describe(\n 'Required. Short, English label or name of the GuestUnitType. Target <50 chars.'\n )\n .max(255)\n .optional(),\n })\n )\n .max(100)\n .optional(),\n healthAndSafety: z\n .object({\n enhancedCleaning: z\n .object({\n commercialGradeDisinfectantCleaning: z\n .boolean()\n .describe(\n 'Commercial-grade disinfectant used to clean the property.'\n )\n .optional()\n .nullable(),\n commercialGradeDisinfectantCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n commonAreasEnhancedCleaning: z\n .boolean()\n .describe('Enhanced cleaning of common areas.')\n .optional()\n .nullable(),\n commonAreasEnhancedCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n employeesTrainedCleaningProcedures: z\n .boolean()\n .describe('Employees trained in COVID-19 cleaning procedures.')\n .optional()\n .nullable(),\n employeesTrainedCleaningProceduresException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n employeesTrainedThoroughHandWashing: z\n .boolean()\n .describe('Employees trained in thorough hand-washing.')\n .optional()\n .nullable(),\n employeesTrainedThoroughHandWashingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n employeesWearProtectiveEquipment: z\n .boolean()\n .describe('Employees wear masks, face shields, and/or gloves.')\n .optional()\n .nullable(),\n employeesWearProtectiveEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n guestRoomsEnhancedCleaning: z\n .boolean()\n .describe('Enhanced cleaning of guest rooms.')\n .optional()\n .nullable(),\n guestRoomsEnhancedCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Enhanced cleaning measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n increasedFoodSafety: z\n .object({\n diningAreasAdditionalSanitation: z\n .boolean()\n .describe('Additional sanitation in dining areas.')\n .optional()\n .nullable(),\n diningAreasAdditionalSanitationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n disposableFlatware: z\n .boolean()\n .describe('Disposable flatware.')\n .optional()\n .nullable(),\n disposableFlatwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n foodPreparationAndServingAdditionalSafety: z\n .boolean()\n .describe(\n 'Additional safety measures during food prep and serving.'\n )\n .optional()\n .nullable(),\n foodPreparationAndServingAdditionalSafetyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n individualPackagedMeals: z\n .boolean()\n .describe('Individually-packaged meals.')\n .optional()\n .nullable(),\n individualPackagedMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n singleUseFoodMenus: z\n .boolean()\n .describe('Single-use menus.')\n .optional()\n .nullable(),\n singleUseFoodMenusException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Increased food safety measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n minimizedContact: z\n .object({\n contactlessCheckinCheckout: z\n .boolean()\n .describe('No-contact check-in and check-out.')\n .optional()\n .nullable(),\n contactlessCheckinCheckoutException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n digitalGuestRoomKeys: z\n .boolean()\n .describe('Keyless mobile entry to guest rooms.')\n .optional()\n .nullable(),\n digitalGuestRoomKeysException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n housekeepingScheduledRequestOnly: z\n .boolean()\n .describe('Housekeeping scheduled by request only.')\n .optional()\n .nullable(),\n housekeepingScheduledRequestOnlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n noHighTouchItemsCommonAreas: z\n .boolean()\n .describe(\n 'High-touch items, such as magazines, removed from common areas.'\n )\n .optional()\n .nullable(),\n noHighTouchItemsCommonAreasException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n noHighTouchItemsGuestRooms: z\n .boolean()\n .describe(\n 'High-touch items, such as decorative pillows, removed from guest rooms.'\n )\n .optional()\n .nullable(),\n noHighTouchItemsGuestRoomsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n plasticKeycardsDisinfected: z\n .boolean()\n .describe('Plastic key cards are disinfected or discarded.')\n .optional()\n .nullable(),\n plasticKeycardsDisinfectedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n roomBookingsBuffer: z\n .boolean()\n .describe('Buffer maintained between room bookings.')\n .optional()\n .nullable(),\n roomBookingsBufferException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Minimized contact measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n personalProtection: z\n .object({\n commonAreasOfferSanitizingItems: z\n .boolean()\n .describe(\n 'Hand-sanitizer and/or sanitizing wipes are offered in common areas.'\n )\n .optional()\n .nullable(),\n commonAreasOfferSanitizingItemsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n faceMaskRequired: z\n .boolean()\n .describe('Masks required on the property.')\n .optional()\n .nullable(),\n faceMaskRequiredException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n guestRoomHygieneKitsAvailable: z\n .boolean()\n .describe(\n 'In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.'\n )\n .optional()\n .nullable(),\n guestRoomHygieneKitsAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n protectiveEquipmentAvailable: z\n .boolean()\n .describe('Masks and/or gloves available for guests.')\n .optional()\n .nullable(),\n protectiveEquipmentAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Personal protection measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n physicalDistancing: z\n .object({\n commonAreasPhysicalDistancingArranged: z\n .boolean()\n .describe(\n 'Common areas arranged to maintain physical distancing.'\n )\n .optional()\n .nullable(),\n commonAreasPhysicalDistancingArrangedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n physicalDistancingRequired: z\n .boolean()\n .describe('Physical distancing required.')\n .optional()\n .nullable(),\n physicalDistancingRequiredException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n safetyDividers: z\n .boolean()\n .describe('Safety dividers at front desk and other locations.')\n .optional()\n .nullable(),\n safetyDividersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sharedAreasLimitedOccupancy: z\n .boolean()\n .describe('Guest occupancy limited within shared facilities.')\n .optional()\n .nullable(),\n sharedAreasLimitedOccupancyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n wellnessAreasHavePrivateSpaces: z\n .boolean()\n .describe(\n 'Private spaces designated in spa and wellness areas.'\n )\n .optional()\n .nullable(),\n wellnessAreasHavePrivateSpacesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Physical distancing measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n })\n .describe(\n 'Health and safety measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n housekeeping: z\n .object({\n dailyHousekeeping: z\n .boolean()\n .describe(\n \"Daily housekeeping. Guest units are cleaned by hotel staff daily during guest's stay.\"\n )\n .optional()\n .nullable(),\n dailyHousekeepingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n housekeepingAvailable: z\n .boolean()\n .describe(\n \"Housekeeping available. Guest units are cleaned by hotel staff during guest's stay. Schedule\\nmay vary from daily, weekly, or specific days of the week.\"\n )\n .optional()\n .nullable(),\n housekeepingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n turndownService: z\n .boolean()\n .describe(\n 'Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or\\nmay not include some light housekeeping. May or may not include an evening snack or candy.\\nAlso known as evening service.'\n )\n .optional()\n .nullable(),\n turndownServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Conveniences provided in guest units to facilitate an easier, more comfortable stay.'\n )\n .optional(),\n metadata: z\n .object({\n updateTime: z\n .date()\n .describe(\n 'Required. The latest time at which the Lodging data is asserted to be true in the real\\nworld. This is not necessarily the time at which the request is made.'\n )\n .optional()\n .nullable(),\n })\n .describe('Required. Metadata for the lodging.')\n .optional(),\n parking: z\n .object({\n electricCarChargingStations: z\n .boolean()\n .describe(\n 'Electric car charging stations. Electric power stations, usually located outdoors, into\\nwhich guests plug their electric cars to receive a charge.'\n )\n .optional()\n .nullable(),\n electricCarChargingStationsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeParking: z\n .boolean()\n .describe(\n 'Free parking. The hotel allows the cars of guests to be parked for free. Parking facility\\nmay be an outdoor lot or an indoor garage, but must be onsite. Nearby parking does not\\napply. Parking may be performed by the guest or by hotel staff. Free parking must be\\navailable to all guests (limited conditions does not apply).'\n )\n .optional()\n .nullable(),\n freeParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeSelfParking: z\n .boolean()\n .describe(\n 'Free self parking. Guests park their own cars for free. Parking facility may be an outdoor\\nlot or an indoor garage, but must be onsite. Nearby parking does not apply.'\n )\n .optional()\n .nullable(),\n freeSelfParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeValetParking: z\n .boolean()\n .describe(\n 'Free valet parking. Hotel staff member parks the cars of guests. Parking with this service\\nis free.'\n )\n .optional()\n .nullable(),\n freeValetParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n parkingAvailable: z\n .boolean()\n .describe(\n 'Parking available. The hotel allows the cars of guests to be parked. Can be free or for a\\nfee. Parking facility may be an outdoor lot or an indoor garage, but must be onsite. Nearby\\nparking does not apply. Parking may be performed by the guest or by hotel staff.'\n )\n .optional()\n .nullable(),\n parkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n selfParkingAvailable: z\n .boolean()\n .describe(\n 'Self parking available. Guests park their own cars. Parking facility may be an outdoor lot\\nor an indoor garage, but must be onsite. Nearby parking does not apply. Can be free or for a\\nfee.'\n )\n .optional()\n .nullable(),\n selfParkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n valetParkingAvailable: z\n .boolean()\n .describe(\n 'Valet parking available. Hotel staff member parks the cars of guests. Parking with this\\nservice can be free or for a fee.'\n )\n .optional()\n .nullable(),\n valetParkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Parking options at the property.')\n .optional(),\n pets: z\n .object({\n catsAllowed: z\n .boolean()\n .describe(\n 'Cats allowed. Domesticated felines are permitted at the property and allowed to stay in the\\nguest room of their owner. May or may not require a fee.'\n )\n .optional()\n .nullable(),\n catsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dogsAllowed: z\n .boolean()\n .describe(\n 'Dogs allowed. Domesticated canines are permitted at the property and allowed to stay in the\\nguest room of their owner. May or may not require a fee.'\n )\n .optional()\n .nullable(),\n dogsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n petsAllowed: z\n .boolean()\n .describe(\n 'Pets allowed. Household animals are allowed at the property and in the specific guest room\\nof their owner. May or may not include dogs, cats, reptiles and/or fish. May or may not\\nrequire a fee. Service animals are not considered to be pets, so not governed by this\\npolicy.'\n )\n .optional()\n .nullable(),\n petsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n petsAllowedFree: z\n .boolean()\n .describe(\n 'Pets allowed free. Household animals are allowed at the property and in the specific guest\\nroom of their owner for free. May or may not include dogs, cats, reptiles, and/or fish.'\n )\n .optional()\n .nullable(),\n petsAllowedFreeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Policies regarding guest-owned animals.')\n .optional(),\n policies: z\n .object({\n allInclusiveAvailable: z\n .boolean()\n .describe(\n 'All inclusive available. The hotel offers a rate option that includes the cost of the room,\\nmeals, activities, and other amenities that might otherwise be charged separately.'\n )\n .optional()\n .nullable(),\n allInclusiveAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n allInclusiveOnly: z\n .boolean()\n .describe(\n 'All inclusive only. The only rate option offered by the hotel is a rate that includes the\\ncost of the room, meals, activities and other amenities that might otherwise be charged\\nseparately.'\n )\n .optional()\n .nullable(),\n allInclusiveOnlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n checkinTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe(\n 'Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be\\nless than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like\\nbusiness closing time.'\n )\n .optional()\n .nullable(),\n minutes: z\n .number()\n .int()\n .describe(\n 'Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.'\n )\n .optional()\n .nullable(),\n nanos: z\n .number()\n .int()\n .describe(\n 'Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or\\nequal to 999,999,999.'\n )\n .optional()\n .nullable(),\n seconds: z\n .number()\n .int()\n .describe(\n 'Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or\\nequal to 59. An API may allow the value 60 if it allows leap-seconds.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Check-in time. The time of the day at which the hotel begins providing guests access to\\ntheir unit at the beginning of their stay.'\n )\n .optional(),\n checkinTimeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n checkoutTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe(\n 'Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be\\nless than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like\\nbusiness closing time.'\n )\n .optional()\n .nullable(),\n minutes: z\n .number()\n .int()\n .describe(\n 'Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.'\n )\n .optional()\n .nullable(),\n nanos: z\n .number()\n .int()\n .describe(\n 'Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or\\nequal to 999,999,999.'\n )\n .optional()\n .nullable(),\n seconds: z\n .number()\n .int()\n .describe(\n 'Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or\\nequal to 59. An API may allow the value 60 if it allows leap-seconds.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n \"Check-out time. The time of the day on the last day of a guest's reserved stay at which the\\nguest must vacate their room and settle their bill. Some hotels may offer late or early\\ncheck out for a fee.\"\n )\n .optional(),\n checkoutTimeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kidsStayFree: z\n .boolean()\n .describe(\n \"Kids stay free. The children of guests are allowed to stay in the room/suite of a parent or\\nadult without an additional fee. The policy may or may not stipulate a limit of the child's\\nage or the overall number of children allowed.\"\n )\n .optional()\n .nullable(),\n kidsStayFreeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxChildAge: z\n .number()\n .int()\n .describe(\n 'Max child age. The hotel allows children up to a certain age to stay in the room/suite of a\\nparent or adult without an additional fee.'\n )\n .optional()\n .nullable(),\n maxChildAgeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxKidsStayFreeCount: z\n .number()\n .int()\n .describe(\n 'Max kids stay free count. The hotel allows a specific, defined number of children to stay in\\nthe room/suite of a parent or adult without an additional fee.'\n )\n .optional()\n .nullable(),\n maxKidsStayFreeCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n paymentOptions: z\n .object({\n cash: z\n .boolean()\n .describe(\n 'Cash. The hotel accepts payment by paper/coin currency.'\n )\n .optional()\n .nullable(),\n cashException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cheque: z\n .boolean()\n .describe(\n \"Cheque. The hotel accepts a printed document issued by the guest's bank in the guest's name\\nas a form of payment.\"\n )\n .optional()\n .nullable(),\n chequeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n creditCard: z\n .boolean()\n .describe(\n 'Credit card. The hotel accepts payment by a card issued by a bank or credit card company.\\nAlso known as charge card, debit card, bank card, or charge plate.'\n )\n .optional()\n .nullable(),\n creditCardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n debitCard: z\n .boolean()\n .describe(\n \"Debit card. The hotel accepts a bank-issued card that immediately deducts the charged funds\\nfrom the guest's bank account upon processing.\"\n )\n .optional()\n .nullable(),\n debitCardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobileNfc: z\n .boolean()\n .describe(\n \"Mobile nfc. The hotel has the compatible computer hardware terminal that reads and charges a\\npayment app on the guest's smartphone without requiring the two devices to make physical\\ncontact. Also known as Apple Pay, Google Pay, Samsung Pay.\"\n )\n .optional()\n .nullable(),\n mobileNfcException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Forms of payment accepted at the property.')\n .optional(),\n smokeFreeProperty: z\n .boolean()\n .describe(\n 'Smoke free property. Smoking is not allowed inside the building, on balconies, or in outside\\nspaces. Hotels that offer a designated area for guests to smoke are not considered smoke-\\nfree properties.'\n )\n .optional()\n .nullable(),\n smokeFreePropertyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Property rules that impact guests.')\n .optional(),\n pools: z\n .object({\n adultPool: z\n .boolean()\n .describe(\n 'Adult pool. A pool restricted for use by adults only. Can be indoors or outdoors.'\n )\n .optional()\n .nullable(),\n adultPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hotTub: z\n .boolean()\n .describe(\n 'Hot tub. A man-made pool containing bubbling water maintained at a higher temperature and\\ncirculated by aerating jets for the purpose of soaking, relaxation and hydrotherapy. Can be\\nindoors or outdoors. Not used for active swimming. Also known as Jacuzzi. Hot tub must be in\\na common area where all guests can access it. Does not apply to room-specific hot tubs that\\nare only accessible to guest occupying that room.'\n )\n .optional()\n .nullable(),\n hotTubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n indoorPool: z\n .boolean()\n .describe(\n 'Indoor pool. A pool located inside the hotel and available for guests to use for swimming\\nand/or soaking. Use may or may not be restricted to adults and/or children.'\n )\n .optional()\n .nullable(),\n indoorPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n indoorPoolsCount: z\n .number()\n .int()\n .describe(\n 'Indoor pools count. The sum of all indoor pools at the hotel.'\n )\n .optional()\n .nullable(),\n indoorPoolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n lazyRiver: z\n .boolean()\n .describe(\n 'Lazy river. A man-made pool or several interconnected recreational pools built to mimic the\\nshape and current of a winding river where guests float in the water on inflated rubber\\ntubes. Can be indoors or outdoors.'\n )\n .optional()\n .nullable(),\n lazyRiverException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n lifeguard: z\n .boolean()\n .describe(\n \"Lifeguard. A trained member of the hotel staff stationed by the hotel's indoor or outdoor\\nswimming area and responsible for the safety of swimming guests.\"\n )\n .optional()\n .nullable(),\n lifeguardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n outdoorPool: z\n .boolean()\n .describe(\n 'Outdoor pool. A pool located outside on the grounds of the hotel and available for guests to\\nuse for swimming, soaking or recreation. Use may or may not be restricted to adults and/or\\nchildren.'\n )\n .optional()\n .nullable(),\n outdoorPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n outdoorPoolsCount: z\n .number()\n .int()\n .describe(\n 'Outdoor pools count. The sum of all outdoor pools at the hotel.'\n )\n .optional()\n .nullable(),\n outdoorPoolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n pool: z\n .boolean()\n .describe(\n 'Pool. The presence of a pool, either indoors or outdoors, for guests to use for swimming\\nand/or soaking. Use may or may not be restricted to adults and/or children.'\n )\n .optional()\n .nullable(),\n poolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n poolsCount: z\n .number()\n .int()\n .describe('Pools count. The sum of all pools at the hotel.')\n .optional()\n .nullable(),\n poolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n wadingPool: z\n .boolean()\n .describe(\n 'Wading pool. A shallow pool designed for small children to play in. Can be indoors or\\noutdoors. Also known as kiddie pool.'\n )\n .optional()\n .nullable(),\n wadingPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n waterPark: z\n .boolean()\n .describe(\n 'Water park. An aquatic recreation area with a large pool or series of pools that has\\nfeatures such as a water slide or tube, wavepool, fountains, rope swings, and/or obstacle\\ncourse. Can be indoors or outdoors. Also known as adventure pool.'\n )\n .optional()\n .nullable(),\n waterParkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n waterslide: z\n .boolean()\n .describe(\n 'Waterslide. A continuously wetted chute positioned by an indoor or outdoor pool which people\\nslide down into the water.'\n )\n .optional()\n .nullable(),\n waterslideException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n wavePool: z\n .boolean()\n .describe(\n \"Wave pool. A large indoor or outdoor pool with a machine that produces water currents to\\nmimic the ocean's crests.\"\n )\n .optional()\n .nullable(),\n wavePoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Swimming pool or recreational water facilities available at the hotel.'\n )\n .optional(),\n property: z\n .object({\n builtYear: z\n .number()\n .int()\n .describe(\n 'Built year. The year that construction of the property was completed.'\n )\n .optional()\n .nullable(),\n builtYearException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n floorsCount: z\n .number()\n .int()\n .describe(\n 'Floors count. The number of stories the building has from the ground floor to the top floor\\nthat are accessible to guests.'\n )\n .optional()\n .nullable(),\n floorsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n lastRenovatedYear: z\n .number()\n .int()\n .describe(\n 'Last renovated year. The year when the most recent renovation of the property was completed.\\nRenovation may include all or any combination of the following: the units, the public\\nspaces, the exterior, or the interior.'\n )\n .optional()\n .nullable(),\n lastRenovatedYearException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n roomsCount: z\n .number()\n .int()\n .describe(\n 'Rooms count. The total number of rooms and suites bookable by guests for an overnight stay.\\nDoes not include event space, public spaces, conference rooms, fitness rooms, business\\ncenters, spa, salon, restaurants/bars, or shops.'\n )\n .optional()\n .nullable(),\n roomsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n \"General factual information about the property's physical structure and important dates.\"\n )\n .optional(),\n services: z\n .object({\n baggageStorage: z\n .boolean()\n .describe(\n 'Baggage storage. A provision for guests to leave their bags at the hotel when they arrive\\nfor their stay before the official check-in time. May or may not apply for guests who wish\\nto leave their bags after check-out and before departing the locale. Also known as bag\\ndropoff.'\n )\n .optional()\n .nullable(),\n baggageStorageException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n concierge: z\n .boolean()\n .describe(\n 'Concierge. Hotel staff member(s) responsible for facilitating an easy, comfortable stay\\nthrough making reservations for meals, sourcing theater tickets, arranging tours, finding a\\ndoctor, making recommendations, and answering questions.'\n )\n .optional()\n .nullable(),\n conciergeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n convenienceStore: z\n .boolean()\n .describe(\n 'Convenience store. A shop at the hotel primarily selling snacks, drinks, non-prescription\\nmedicines, health and beauty aids, magazines and newspapers.'\n )\n .optional()\n .nullable(),\n convenienceStoreException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n currencyExchange: z\n .boolean()\n .describe(\n \"Currency exchange. A staff member or automated machine tasked with the transaction of\\nproviding the native currency of the hotel's locale in exchange for the foreign currency\\nprovided by a guest.\"\n )\n .optional()\n .nullable(),\n currencyExchangeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n elevator: z\n .boolean()\n .describe(\n 'Elevator. A passenger elevator that transports guests from one story to another. Also known\\nas lift.'\n )\n .optional()\n .nullable(),\n elevatorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n frontDesk: z\n .boolean()\n .describe(\n 'Front desk. A counter or desk in the lobby or the immediate interior of the hotel where a\\nmember of the staff greets guests and processes the information related to their stay\\n(including check-in and check-out). May or may not be manned and open 24/7.'\n )\n .optional()\n .nullable(),\n frontDeskException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n fullServiceLaundry: z\n .boolean()\n .describe(\n 'Full service laundry. Laundry and dry cleaning facilitated and handled by the hotel on\\nbehalf of the guest. Does not include the provision for guests to do their own laundry in\\non-site machines.'\n )\n .optional()\n .nullable(),\n fullServiceLaundryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n giftShop: z\n .boolean()\n .describe(\n 'Gift shop. An on-site store primarily selling souvenirs, mementos and other gift items. May\\nor may not also sell sundries, magazines and newspapers, clothing, or snacks.'\n )\n .optional()\n .nullable(),\n giftShopException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n languagesSpoken: z\n .array(\n z.object({\n languageCode: z\n .string()\n .describe(\n 'Required. The BCP-47 language code for the spoken language. Currently accepted codes: ar,\\nde, en, es, fil, fr, hi, id, it, ja, ko, nl, pt, ru, vi, yue, zh.'\n )\n .optional(),\n spoken: z\n .boolean()\n .describe(\n 'At least one member of the staff can speak the language.'\n )\n .optional()\n .nullable(),\n spokenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n )\n .max(50)\n .optional(),\n selfServiceLaundry: z\n .boolean()\n .describe(\n 'Self service laundry. On-site clothes washers and dryers accessible to guests for the\\npurpose of washing and drying their own clothes. May or may not require payment to use the\\nmachines.'\n )\n .optional()\n .nullable(),\n selfServiceLaundryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n socialHour: z\n .boolean()\n .describe(\n 'Social hour. A reception with complimentary soft drinks, tea, coffee, wine and/or cocktails\\nin the afternoon or evening. Can be hosted by hotel staff or guests may serve themselves.\\nAlso known as wine hour. The availability of coffee/tea in the lobby throughout the day does\\nnot constitute a social or wine hour.'\n )\n .optional()\n .nullable(),\n socialHourException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n twentyFourHourFrontDesk: z\n .boolean()\n .describe('24hr front desk. Front desk is staffed 24 hours a day.')\n .optional()\n .nullable(),\n twentyFourHourFrontDeskException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n wakeUpCalls: z\n .boolean()\n .describe(\n 'Wake up calls. By direction of the guest, a hotel staff member will phone the guest unit at\\nthe requested hour. Also known as morning call.'\n )\n .optional()\n .nullable(),\n wakeUpCallsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Conveniences or help provided by the property to facilitate an easier, more comfortable stay.'\n )\n .optional(),\n someUnits: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tier: z.enum(['STANDARD_UNIT', 'DELUXE_UNIT']).optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Output only. Some units on the property have as much as these attributes.'\n )\n .optional(),\n sustainability: z\n .object({\n energyEfficiency: z\n .object({\n carbonFreeEnergySources: z\n .boolean()\n .describe(\n 'Carbon free energy sources. Property sources carbon-free electricity via at least one of the\\nfollowing methods: on-site clean energy generation, power purchase agreement(s) with clean\\nenergy generators, green power provided by electricity supplier, or purchases of Energy\\nAttribute Certificates (such as Renewable Energy Certificates or Guarantees of Origin).'\n )\n .optional()\n .nullable(),\n carbonFreeEnergySourcesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n energyConservationProgram: z\n .boolean()\n .describe(\n 'Energy conservation program. The property tracks corporate-level Scope 1 and 2 GHG\\nemissions, and Scope 3 emissions if available. The property has a commitment to implement\\ninitiatives that reduce GHG emissions year over year. The property has shown an absolute\\nreduction in emissions for at least 2 years. Emissions are either verfied by a third-party\\nand/or published in external communications.'\n )\n .optional()\n .nullable(),\n energyConservationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n energyEfficientHeatingAndCoolingSystems: z\n .boolean()\n .describe(\n \"Energy efficient heating and cooling systems. The property doesn't use chlorofluorocarbon\\n(CFC)-based refrigerants in heating, ventilating, and air-conditioning systems unless a\\nthird-party audit shows it's not economically feasible. The CFC-based refrigerants which are\\nused should have a Global Warming Potential (GWP) ≤ 10. The property uses occupancy sensors\\non HVAC systems in back-of-house spaces, meeting rooms, and other low-traffic areas.\"\n )\n .optional()\n .nullable(),\n energyEfficientHeatingAndCoolingSystemsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n energyEfficientLighting: z\n .boolean()\n .describe(\n \"Energy efficient lighting. At least 75% of the property's lighting is energy efficient,\\nusing lighting that is more than 45 lumens per watt – typically LED or CFL lightbulbs.\"\n )\n .optional()\n .nullable(),\n energyEfficientLightingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n energySavingThermostats: z\n .boolean()\n .describe(\n 'Energy saving thermostats. The property installed energy-saving thermostats throughout the\\nbuilding to conserve energy when rooms or areas are not in use. Energy-saving thermostats\\nare devices that control heating/cooling in the building by learning temperature preferences\\nand automatically adjusting to energy-saving temperatures as the default. The thermostats\\nare automatically set to a temperature between 68-78 degrees F (20-26 °C), depending on\\nseasonality. In the winter, set the thermostat to 68°F (20°C) when the room is occupied,\\nlowering room temperature when unoccupied. In the summer, set the thermostat to 78°F (26°C)\\nwhen the room is occupied.'\n )\n .optional()\n .nullable(),\n energySavingThermostatsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n greenBuildingDesign: z\n .boolean()\n .describe(\n 'Output only. Green building design. True if the property has been awarded a relevant\\ncertification.'\n )\n .optional()\n .nullable(),\n greenBuildingDesignException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n independentOrganizationAuditsEnergyUse: z\n .boolean()\n .describe(\n 'Independent organization audits energy use. The property conducts an energy audit at least\\nevery 5 years, the results of which are either verified by a third-party and/or published in\\nexternal communications. An energy audit is a detailed assessment of the facility which\\nprovides recommendations to existing operations and procedures to improve energy efficiency,\\navailable incentives or rebates,and opportunities for improvements through renovations or\\nupgrades. Examples of organizations that conduct credible third party audits include: Engie\\nImpact, DNV GL (EU), Dexma, and local utility providers (they often provide energy and water\\naudits).'\n )\n .optional()\n .nullable(),\n independentOrganizationAuditsEnergyUseException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Energy efficiency practices implemented at the hotel.')\n .optional(),\n sustainabilityCertifications: z\n .object({\n breeamCertification: z\n .enum([\n 'NO_BREEAM_CERTIFICATION',\n 'BREEAM_PASS',\n 'BREEAM_GOOD',\n 'BREEAM_VERY_GOOD',\n 'BREEAM_EXCELLENT',\n 'BREEAM_OUTSTANDING',\n ])\n .optional(),\n breeamCertificationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n ecoCertifications: z\n .array(\n z.object({\n awarded: z\n .boolean()\n .describe(\n 'Whether the eco certificate was awarded or not.'\n )\n .optional()\n .nullable(),\n awardedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n ecoCertificate: z\n .enum([\n 'ISO14001',\n 'ISO50001',\n 'ASIAN_ECOTOURISM',\n 'BIOSPHERE_RESPOSNIBLE_TOURISM',\n 'BUREAU_VERITAS',\n 'CONTROL_UNION',\n 'EARTHCHECK',\n 'ECO_CERTIFICATION_MALTA',\n 'ECOTOURISM_AUSTRALIAS_ECO',\n 'GREAT_GREEN_DEAL',\n 'GREEN_GLOBE',\n 'GREEN_GROWTH2050',\n 'GREEN_KEY',\n 'GREEN_KEY_ECO_RATING',\n 'GREEN_SEAL',\n 'GREEN_STAR',\n 'GREEN_TOURISM_ACTIVE',\n 'HILTON_LIGHTSTAY',\n 'HOSTELLING_INTERNATIONALS_QUALITY_AND_SUSTAINABILITY',\n 'HOTELES_MAS_VERDES',\n 'NORDIC_SWAN_ECOLABEL',\n 'PREFERRED_BY_NATURE_SUSTAINABLE_TOURISM',\n 'SUSTAINABLE_TRAVEL_IRELAND',\n 'TOF_TIGERS_INITITIVES_PUG',\n 'TRAVELIFE',\n 'UNITED_CERTIFICATION_SYSTEMS_LIMITED',\n 'VIREO_SRL',\n ])\n .optional(),\n })\n )\n .max(50)\n .optional(),\n leedCertification: z\n .enum([\n 'NO_LEED_CERTIFICATION',\n 'LEED_CERTIFIED',\n 'LEED_SILVER',\n 'LEED_GOLD',\n 'LEED_PLATINUM',\n ])\n .optional(),\n leedCertificationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Sustainability certifications the hotel has been awarded. Deprecated: this field is no\\nlonger populated. All certification data is now provided by BeCause.'\n )\n .optional(),\n sustainableSourcing: z\n .object({\n ecoFriendlyToiletries: z\n .boolean()\n .describe(\n 'Eco friendly toiletries. Soap, shampoo, lotion, and other toiletries provided for guests\\nhave a nationally or internationally recognized sustainability certification, such as USDA\\nOrganic, EU Organic, or cruelty-free.'\n )\n .optional()\n .nullable(),\n ecoFriendlyToiletriesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n locallySourcedFoodAndBeverages: z\n .boolean()\n .describe(\n 'Locally sourced food and beverages. Property sources locally in order to lower the\\nenvironmental footprint from reduced transportation and to stimulate the local economy.\\nProducts produced less than 62 miles from the establishment are normally considered as\\nlocally produced.'\n )\n .optional()\n .nullable(),\n locallySourcedFoodAndBeveragesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n organicCageFreeEggs: z\n .boolean()\n .describe(\n 'Organic cage free eggs. The property sources 100% certified organic and cage-free eggs\\n(shell, liquid, and egg products). Cage-free means hens are able to walk, spread their wings\\nand lay their eggs in nests).'\n )\n .optional()\n .nullable(),\n organicCageFreeEggsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n organicFoodAndBeverages: z\n .boolean()\n .describe(\n 'Organic food and beverages. At least 25% of food and beverages, by spend, are certified\\norganic. Organic means products that are certified to one of the organic standard listed in\\nthe IFOAM family of standards. Qualifying certifications include USDA Organic and EU\\nOrganic, among others.'\n )\n .optional()\n .nullable(),\n organicFoodAndBeveragesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n responsiblePurchasingPolicy: z\n .boolean()\n .describe(\n 'Responsible purchasing policy. The property has a responsible procurement policy in place.\\nResponsible means integration of social, ethical, and/or environmental performance factors\\ninto the procurement process when selecting suppliers.'\n )\n .optional()\n .nullable(),\n responsiblePurchasingPolicyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n responsiblySourcesSeafood: z\n .boolean()\n .describe(\n 'Responsibly sources seafood. The property does not source seafood from the Monterey Bay\\nAquarium Seafood Watch \"avoid\" list, and must sustainably source seafood listed as \"good\\nalternative,\" \"eco-certified,\" and \"best choice\". The property has a policy outlining a\\ncommitment to source Marine Stewardship Council (MSC) and/or Aquaculture Stewardship Council\\n(ASC) Chain of Custody certified seafood.'\n )\n .optional()\n .nullable(),\n responsiblySourcesSeafoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n veganMeals: z\n .boolean()\n .describe(\n 'Vegan meals. The property provides vegan menu options for guests. Vegan food does not\\ncontain animal products or byproducts.'\n )\n .optional()\n .nullable(),\n veganMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n vegetarianMeals: z\n .boolean()\n .describe(\n 'Vegetarian meals. The property provides vegetarian menu options for guests. Vegetarian food\\ndoes not contain meat, poultry, fish, or seafood.'\n )\n .optional()\n .nullable(),\n vegetarianMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Sustainable sourcing practices implemented at the hotel.'\n )\n .optional(),\n wasteReduction: z\n .object({\n compostableFoodContainersAndCutlery: z\n .boolean()\n .describe(\n 'Compostable food containers and cutlery. 100% of food service containers and to-go cutlery\\nare compostable, and reusable utensils are offered wherever possible. Compostable materials\\nare capable of undergoing biological decomposition in a compost site, such that material is\\nnot visually distinguishable and breaks down into carbon dioxide, water, inorganic\\ncompounds, and biomass.'\n )\n .optional()\n .nullable(),\n compostableFoodContainersAndCutleryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n compostsExcessFood: z\n .boolean()\n .describe(\n 'Composts excess food. The property has a program and/or policy for diverting waste from\\nlandfill by composting food and yard waste, either through compost collection and off-site\\nprocessing or on-site compost processing.'\n )\n .optional()\n .nullable(),\n compostsExcessFoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n donatesExcessFood: z\n .boolean()\n .describe(\n 'Donates excess food. The property has a program and/or policy for diverting waste from\\nlandfill that may include efforts to donate for human consumption or divert food for animal\\nfeed.'\n )\n .optional()\n .nullable(),\n donatesExcessFoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n foodWasteReductionProgram: z\n .boolean()\n .describe(\n 'Food waste reduction program. The property has established a food waste reduction and\\ndonation program, aiming to reduce food waste by half. These programs typically use tools\\nsuch as the Hotel Kitchen Toolkit and others to track waste and measure progress.'\n )\n .optional()\n .nullable(),\n foodWasteReductionProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n noSingleUsePlasticStraws: z\n .boolean()\n .describe(\n 'No single use plastic straws. The property bans single-use plastic straws.'\n )\n .optional()\n .nullable(),\n noSingleUsePlasticStrawsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n noSingleUsePlasticWaterBottles: z\n .boolean()\n .describe(\n 'No single use plastic water bottles. The property bans single-use plastic water bottles.'\n )\n .optional()\n .nullable(),\n noSingleUsePlasticWaterBottlesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n noStyrofoamFoodContainers: z\n .boolean()\n .describe(\n 'No styrofoam food containers. The property eliminates the use of Styrofoam in disposable\\nfood service items.'\n )\n .optional()\n .nullable(),\n noStyrofoamFoodContainersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n recyclingProgram: z\n .boolean()\n .describe(\n 'Recycling program. The property has a recycling program, aligned with LEED waste\\nrequirements, and a policy outlining efforts to send less than 50% of waste to landfill. The\\nrecycling program includes storage locations for recyclable materials, including mixed\\npaper, corrugated cardboard, glass, plastics, and metals.'\n )\n .optional()\n .nullable(),\n recyclingProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n refillableToiletryContainers: z\n .boolean()\n .describe(\n 'Refillable toiletry containers. The property has replaced miniature individual containers\\nwith refillable amenity dispensers for shampoo, conditioner, soap, and lotion.'\n )\n .optional()\n .nullable(),\n refillableToiletryContainersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n safelyDisposesBatteries: z\n .boolean()\n .describe(\n 'Safely disposes batteries. The property safely stores and disposes batteries.'\n )\n .optional()\n .nullable(),\n safelyDisposesBatteriesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n safelyDisposesElectronics: z\n .boolean()\n .describe(\n 'Safely disposes electronics. The property has a reputable recycling program that keeps\\nhazardous electronic parts and chemical compounds out of landfills, dumps and other\\nunauthorized abandonment sites, and recycles/reuses applicable materials. (e.g. certified\\nelectronics recyclers).'\n )\n .optional()\n .nullable(),\n safelyDisposesElectronicsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n safelyDisposesLightbulbs: z\n .boolean()\n .describe(\n 'Safely disposes lightbulbs. The property safely stores and disposes lightbulbs.'\n )\n .optional()\n .nullable(),\n safelyDisposesLightbulbsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n safelyHandlesHazardousSubstances: z\n .boolean()\n .describe(\n 'Safely handles hazardous substances. The property has a hazardous waste management program\\naligned wit GreenSeal and LEED requirements, and meets all regulatory requirements for\\nhazardous waste disposal and recycling. Hazardous means substances that are classified as\\n\"hazardous\" by an authoritative body (such as OSHA or DOT), are labeled with signal words\\nsuch as \"Danger,\" \"Caution,\" \"Warning,\" or are flammable, corrosive, or ignitable.\\nRequirements include: - The property shall maintain records of the efforts it has made to\\nreplace the hazardous substances it uses with less hazardous alternatives. - An inventory of\\nthe hazardous materials stored on-site. - Products intended for cleaning, dishwashing,\\nlaundry, and pool maintenance shall be stored in clearly labeled containers. These\\ncontainers shall be checked regularly for leaks, and replaced a necessary. - Spill\\ncontainment devices shall be installed to collect spills, drips, or leaching of chemicals.'\n )\n .optional()\n .nullable(),\n safelyHandlesHazardousSubstancesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n soapDonationProgram: z\n .boolean()\n .describe(\n 'Soap donation program. The property participates in a soap donation program such as Clean\\nthe World or something similar.'\n )\n .optional()\n .nullable(),\n soapDonationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n toiletryDonationProgram: z\n .boolean()\n .describe(\n 'Toiletry donation program. The property participates in a toiletry donation program such as\\nClean the World or something similar.'\n )\n .optional()\n .nullable(),\n toiletryDonationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n waterBottleFillingStations: z\n .boolean()\n .describe(\n 'Water bottle filling stations. The property offers water stations throughout the building\\nfor guest use.'\n )\n .optional()\n .nullable(),\n waterBottleFillingStationsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Waste reduction practices implemented at the hotel.')\n .optional(),\n waterConservation: z\n .object({\n independentOrganizationAuditsWaterUse: z\n .boolean()\n .describe(\n 'Independent organization audits water use. The property conducts a water conservation audit\\nevery 5 years, the results of which are either verified by a third-party and/or published in\\nexternal communications. A water conservation audit is a detailed assessment of the\\nfacility, providing recommendations to existing operations and procedures to improve water\\nefficiency, available incentives or rebates, and opportunities for improvements through\\nrenovations or upgrades. Examples of organizations who conduct credible third party audits\\ninclude: Engie Impact, and local utility providers (they often provide energy and water\\naudits).'\n )\n .optional()\n .nullable(),\n independentOrganizationAuditsWaterUseException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n linenReuseProgram: z\n .boolean()\n .describe(\n 'Linen reuse program. The property offers a linen reuse program.'\n )\n .optional()\n .nullable(),\n linenReuseProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n towelReuseProgram: z\n .boolean()\n .describe(\n 'Towel reuse program. The property offers a towel reuse program.'\n )\n .optional()\n .nullable(),\n towelReuseProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n waterSavingShowers: z\n .boolean()\n .describe(\n \"Water saving showers. All of the property's guest rooms have shower heads that use no more\\nthan 2.0 gallons per minute (gpm).\"\n )\n .optional()\n .nullable(),\n waterSavingShowersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n waterSavingSinks: z\n .boolean()\n .describe(\n \"Water saving sinks. All of the property's guest rooms have bathroom faucets that use a\\nmaximum of 1.5 gallons per minute (gpm), public restroom faucets do not exceed 0.5 gpm, and\\nkitchen faucets (excluding faucets used exclusively for filling operations) do not exceed\\n2.2 gpm.\"\n )\n .optional()\n .nullable(),\n waterSavingSinksException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n waterSavingToilets: z\n .boolean()\n .describe(\n \"Water saving toilets. All of the property's toilets use 1.6 gallons per flush, or less.\"\n )\n .optional()\n .nullable(),\n waterSavingToiletsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe('Water conservation practices implemented at the hotel.')\n .optional(),\n })\n .describe('Sustainability practices implemented at the hotel.')\n .optional(),\n transportation: z\n .object({\n airportShuttle: z\n .boolean()\n .describe(\n \"Airport shuttle. The hotel provides guests with a chauffeured van or bus to and from the\\nairport. Can be free or for a fee. Guests may share the vehicle with other guests unknown to\\nthem. Applies if the hotel has a third-party shuttle service (office/desk etc.) within the\\nhotel. As long as hotel provides this service, it doesn't matter if it's directly with them\\nor a third party they work with. Does not apply if guest has to coordinate with an entity\\noutside/other than the hotel.\"\n )\n .optional()\n .nullable(),\n airportShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n carRentalOnProperty: z\n .boolean()\n .describe(\n 'Car rental on property. A branch of a rental car company with a processing desk in the\\nhotel. Available cars for rent may be awaiting at the hotel or in a nearby lot.'\n )\n .optional()\n .nullable(),\n carRentalOnPropertyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeAirportShuttle: z\n .boolean()\n .describe(\n 'Free airport shuttle. Airport shuttle is free to guests. Must be free to all guests without\\nany conditions.'\n )\n .optional()\n .nullable(),\n freeAirportShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freePrivateCarService: z\n .boolean()\n .describe(\n 'Free private car service. Private chauffeured car service is free to guests.'\n )\n .optional()\n .nullable(),\n freePrivateCarServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n localShuttle: z\n .boolean()\n .describe(\n 'Local shuttle. A car, van or bus provided by the hotel to transport guests to destinations\\nwithin a specified range of distance around the hotel. Usually shopping and/or convention\\ncenters, downtown districts, or beaches. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n localShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n privateCarService: z\n .boolean()\n .describe(\n 'Private car service. Hotel provides a private chauffeured car to transport guests to\\ndestinations. Passengers in the car are either alone or are known to one another and have\\nrequested the car together. Service can be free or for a fee and travel distance is usually\\nlimited to a specific range. Not a taxi.'\n )\n .optional()\n .nullable(),\n privateCarServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n transfer: z\n .boolean()\n .describe(\n 'Transfer. Hotel provides a shuttle service or car service to take guests to and from the\\nnearest airport or train station. Can be free or for a fee. Guests may share the vehicle\\nwith other guests unknown to them.'\n )\n .optional()\n .nullable(),\n transferException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Vehicles or vehicular services facilitated or owned by the property.'\n )\n .optional(),\n wellness: z\n .object({\n doctorOnCall: z\n .boolean()\n .describe(\n 'Doctor on call. The hotel has a contract with a medical professional who provides services\\nto hotel guests should they fall ill during their stay. The doctor may or may not have an\\non-site office or be at the hotel at all times.'\n )\n .optional()\n .nullable(),\n doctorOnCallException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n ellipticalMachine: z\n .boolean()\n .describe(\n 'Elliptical machine. An electric, stationary fitness machine with pedals that simulates\\nclimbing, walking or running and provides a user-controlled range of speeds and tensions.\\nMay not have arm-controlled levers to work out the upper body as well. Commonly found in a\\ngym, fitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n ellipticalMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n fitnessCenter: z\n .boolean()\n .describe(\n 'Fitness center. A room or building at the hotel containing equipment to promote physical\\nactivity, such as treadmills, elliptical machines, stationary bikes, weight machines, free\\nweights, and/or stretching mats. Use of the fitness center can be free or for a fee. May or\\nmay not be staffed. May or may not offer instructor-led classes in various styles of\\nphysical conditioning. May or may not be open 24/7. May or may not include locker rooms and\\nshowers. Also known as health club, gym, fitness room, health center.'\n )\n .optional()\n .nullable(),\n fitnessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeFitnessCenter: z\n .boolean()\n .describe(\n 'Free fitness center. Guests may use the fitness center for free.'\n )\n .optional()\n .nullable(),\n freeFitnessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n freeWeights: z\n .boolean()\n .describe(\n 'Free weights. Individual handheld fitness equipment of varied weights used for upper body\\nstrength training or bodybuilding. Also known as barbells, dumbbells, or kettlebells. Often\\nstored on a rack with the weights arranged from light to heavy. Commonly found in a gym,\\nfitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n freeWeightsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n massage: z\n .boolean()\n .describe(\n \"Massage. A service provided by a trained massage therapist involving the physical\\nmanipulation of a guest's muscles in order to achieve relaxation or pain relief.\"\n )\n .optional()\n .nullable(),\n massageException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n salon: z\n .boolean()\n .describe(\n 'Salon. A room at the hotel where professionals provide hair styling services such as\\nshampooing, blow drying, hair dos, hair cutting and hair coloring. Also known as hairdresser\\nor beauty salon.'\n )\n .optional()\n .nullable(),\n salonException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n sauna: z\n .boolean()\n .describe(\n 'Sauna. A wood-paneled room heated to a high temperature where guests sit on built-in wood\\nbenches for the purpose of perspiring and relaxing their muscles. Can be dry or slightly wet\\nheat. Not a steam room.'\n )\n .optional()\n .nullable(),\n saunaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n spa: z\n .boolean()\n .describe(\n 'Spa. A designated area, room or building at the hotel offering health and beauty treatment\\nthrough such means as steam baths, exercise equipment, and massage. May also offer facials,\\nnail care, and hair care. Services are usually available by appointment and for an\\nadditional fee. Does not apply if hotel only offers a steam room; must offer other beauty\\nand/or health treatments as well.'\n )\n .optional()\n .nullable(),\n spaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n treadmill: z\n .boolean()\n .describe(\n 'Treadmill. An electric stationary fitness machine that simulates a moving path to promote\\nwalking or running within a range of user-controlled speeds and inclines. Also known as\\nrunning machine. Commonly found in a gym, fitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n treadmillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n weightMachine: z\n .boolean()\n .describe(\n 'Weight machine. Non-electronic fitness equipment designed for the user to target the\\nexertion of different muscles. Usually incorporates a padded seat, a stack of flat weights\\nand various bars and pulleys. May be designed for toning a specific part of the body or may\\ninvolve different user-controlled settings, hardware and pulleys so as to provide an overall\\nworkout in one machine. Commonly found in a gym, fitness center, fitness room, or health\\nclub.'\n )\n .optional()\n .nullable(),\n weightMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .optional(),\n })\n .describe(\n 'Guest facilities at the property to promote or maintain health, beauty, and fitness.'\n )\n .optional(),\n })\n .describe(\n \"The hotel data to set. Only the fields named in `fieldMask` are read, so this\\ncan be as sparse as the change you're making.\"\n ),\n options: z.object({\n fieldMask: z\n .object({ paths: z.array(z.string()) })\n .describe(\n 'Which fields to update. Nested paths are allowed (`families.kidsClub`); paths\\ninto a repeated field are not (`guestUnits` yes, `guestUnits.codes` no), and\\nneither are read-only fields (`metadata`, `allUnits`, `someUnits`).\\n\\nAt least one path is required. An empty mask is rejected as\\n`INVALID_UPDATE_MASK` rather than sent on as an empty update.'\n ),\n }),\n});\nexport const UpdateLocationLodgingResponse = /*#__PURE__*/ z.object({\n lodging: z\n .object({\n accessibility: z\n .object({\n mobilityAccessible: z\n .boolean()\n .describe(\n 'Mobility accessible. Throughout the property there are physical adaptations to ease the stay\\nof a person in a wheelchair, such as auto-opening doors, wide elevators, wide bathrooms or\\nramps.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleElevator: z\n .boolean()\n .describe(\n 'Mobility accessible elevator. A lift that transports people from one level to another and is\\nbuilt to accommodate a wheelchair-using passenger owing to the width of its doors and\\nplacement of call buttons.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleElevatorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible elevator exception.')\n .optional(),\n mobilityAccessibleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible exception.')\n .optional(),\n mobilityAccessibleParking: z\n .boolean()\n .describe(\n 'Mobility accessible parking. The presence of a marked, designated area of prescribed size in\\nwhich only registered, labeled vehicles transporting a person with physical challenges may\\npark.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible parking exception.')\n .optional(),\n mobilityAccessiblePool: z\n .boolean()\n .describe(\n 'Mobility accessible pool. A swimming pool equipped with a mechanical chair that can be\\nlowered and raised for the purpose of moving physically challenged guests into and out of\\nthe pool. May be powered by electricity or water. Also known as pool lift.'\n )\n .optional()\n .nullable(),\n mobilityAccessiblePoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility accessible pool exception.')\n .optional(),\n })\n .describe(\n 'Physical adaptations made to the property in consideration of varying levels of human physical\\nability.'\n )\n .optional(),\n activities: z\n .object({\n beachAccess: z\n .boolean()\n .describe(\n \"Beach access. The hotel property is in close proximity to a beach and offers a way to get to\\nthat beach. This can include a route to the beach such as stairs down if hotel is on a\\nbluff, or a short trail. Not the same as beachfront (with beach access, the hotel's\\nproximity is close to but not right on the beach).\"\n )\n .optional()\n .nullable(),\n beachAccessException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach access exception.')\n .optional(),\n beachFront: z\n .boolean()\n .describe(\n 'Breach front. The hotel property is physically located on the beach alongside an ocean, sea,\\ngulf, or bay. It is not on a lake, river, stream, or pond. The hotel is not separated from\\nthe beach by a public road allowing vehicular, pedestrian, or bicycle traffic.'\n )\n .optional()\n .nullable(),\n beachFrontException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach front exception.')\n .optional(),\n bicycleRental: z\n .boolean()\n .describe(\n 'Bicycle rental. The hotel owns bicycles that it permits guests to borrow and use. Can be\\nfree or for a fee.'\n )\n .optional()\n .nullable(),\n bicycleRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bicycle rental exception.')\n .optional(),\n boutiqueStores: z\n .boolean()\n .describe(\n 'Boutique stores. There are stores selling clothing, jewelry, art and decor either on hotel\\npremises or very close by. Does not refer to the hotel gift shop or convenience store.'\n )\n .optional()\n .nullable(),\n boutiqueStoresException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Boutique stores exception.')\n .optional(),\n casino: z\n .boolean()\n .describe(\n 'Casino. A space designated for gambling and gaming featuring croupier-run table and card\\ngames, as well as electronic slot machines. May be on hotel premises or located nearby.'\n )\n .optional()\n .nullable(),\n casinoException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Casino exception.')\n .optional(),\n freeBicycleRental: z\n .boolean()\n .describe(\n 'Free bicycle rental. The hotel owns bicycles that it permits guests to borrow and use for\\nfree.'\n )\n .optional()\n .nullable(),\n freeBicycleRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free bicycle rental exception.')\n .optional(),\n freeWatercraftRental: z\n .boolean()\n .describe(\n 'Free watercraft rental. The hotel owns watercraft that it permits guests to borrow and use\\nfor free.'\n )\n .optional()\n .nullable(),\n freeWatercraftRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free Watercraft rental exception.')\n .optional(),\n gameRoom: z\n .boolean()\n .describe(\n 'Game room. There is a room at the hotel containing electronic machines for play such as\\npinball, prize machines, driving simulators, and other items commonly found at a family fun\\ncenter or arcade. May also include non-electronic games like pool, foosball, darts, and\\nmore. May or may not be designed for children. Also known as arcade, fun room, or family fun\\ncenter.'\n )\n .optional()\n .nullable(),\n gameRoomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Game room exception.')\n .optional(),\n golf: z\n .boolean()\n .describe(\n 'Golf. There is a golf course on hotel grounds or there is a nearby, independently run golf\\ncourse that allows use by hotel guests. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n golfException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Golf exception.')\n .optional(),\n horsebackRiding: z\n .boolean()\n .describe(\n 'Horseback riding. The hotel has a horse barn onsite or an affiliation with a nearby barn to\\nallow for guests to sit astride a horse and direct it to walk, trot, cantor, gallop and/or\\njump. Can be in a riding ring, on designated paths, or in the wilderness. May or may not\\ninvolve instruction.'\n )\n .optional()\n .nullable(),\n horsebackRidingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Horseback riding exception.')\n .optional(),\n nightclub: z\n .boolean()\n .describe(\n 'Nightclub. There is a room at the hotel with a bar, a dance floor, and seating where\\ndesignated staffers play dance music. There may also be a designated area for the\\nperformance of live music, singing and comedy acts.'\n )\n .optional()\n .nullable(),\n nightclubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Nightclub exception.')\n .optional(),\n privateBeach: z\n .boolean()\n .describe(\n 'Private beach. The beach which is in close proximity to the hotel is open only to guests.'\n )\n .optional()\n .nullable(),\n privateBeachException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private beach exception.')\n .optional(),\n scuba: z\n .boolean()\n .describe(\n 'Scuba. The provision for guests to dive under naturally occurring water fitted with a self-\\ncontained underwater breathing apparatus (SCUBA) for the purpose of exploring underwater\\nlife. Apparatus consists of a tank providing oxygen to the diver through a mask. Requires\\ncertification of the diver and supervision. The hotel may have the activity at its own\\nwaterfront or have an affiliation with a nearby facility. Required equipment is most often\\nsupplied to guests. Can be free or for a fee. Not snorkeling. Not done in a swimming pool.'\n )\n .optional()\n .nullable(),\n scubaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Scuba exception.')\n .optional(),\n snorkeling: z\n .boolean()\n .describe(\n 'Snorkeling. The provision for guests to participate in a recreational water activity in\\nwhich swimmers wear a diving mask, a simple, shaped breathing tube and flippers/swim fins\\nfor the purpose of exploring below the surface of an ocean, gulf or lake. Does not usually\\nrequire user certification or professional supervision. Equipment may or may not be\\navailable for rent or purchase. Not scuba diving.'\n )\n .optional()\n .nullable(),\n snorkelingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snorkeling exception.')\n .optional(),\n tennis: z\n .boolean()\n .describe(\n 'Tennis. The hotel has the requisite court(s) on site or has an affiliation with a nearby\\nfacility for the purpose of providing guests with the opportunity to play a two-sided court-\\nbased game in which players use a stringed racquet to hit a ball across a net to the side of\\nthe opposing player. The court can be indoors or outdoors. Instructors, racquets and balls\\nmay or may not be provided.'\n )\n .optional()\n .nullable(),\n tennisException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tennis exception.')\n .optional(),\n waterSkiing: z\n .boolean()\n .describe(\n 'Water skiing. The provision of giving guests the opportunity to be pulled across naturally\\noccurring water while standing on skis and holding a tow rope attached to a motorboat. Can\\noccur on hotel premises or at a nearby waterfront. Most often performed in a lake or ocean.'\n )\n .optional()\n .nullable(),\n waterSkiingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water skiing exception.')\n .optional(),\n watercraftRental: z\n .boolean()\n .describe(\n 'Watercraft rental. The hotel owns water vessels that it permits guests to borrow and use.\\nCan be free or for a fee. Watercraft may include boats, pedal boats, rowboats, sailboats,\\npowerboats, canoes, kayaks, or personal watercraft (such as a Jet Ski).'\n )\n .optional()\n .nullable(),\n watercraftRentalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Watercraft rental exception.')\n .optional(),\n })\n .describe('Amenities and features related to leisure and play.')\n .optional(),\n allUnits: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bungalow or villa exception.')\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Connecting unit available exception.')\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Executive floor exception.')\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max adult occupants count exception.')\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child occupants count exception.')\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max occupants count exception.')\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private home exception.')\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Suite exception.')\n .optional(),\n tier: z\n .enum(['STANDARD_UNIT', 'DELUXE_UNIT'])\n .describe(\n 'Tier. Classification of the unit based on available features/amenities. A non-standard tier\\nis only permitted if at least one other unit type falls under the standard tier.'\n )\n .optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tier exception.')\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach view exception.')\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('City view exception.')\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Garden view exception.')\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lake view exception.')\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Landmark view exception.')\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ocean view exception.')\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool view exception.')\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valley view exception.')\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Output only. All units on the property have at least these attributes.'\n )\n .optional(),\n business: z\n .object({\n businessCenter: z\n .boolean()\n .describe(\n 'Business center. A designated room at the hotel with one or more desks and equipped with\\nguest-use computers, printers, fax machines and/or photocopiers. May or may not be open\\n24/7. May or may not require a key to access. Not a meeting room or conference room.'\n )\n .optional()\n .nullable(),\n businessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Business center exception.')\n .optional(),\n meetingRooms: z\n .boolean()\n .describe(\n 'Meeting rooms. Rooms at the hotel designated for business-related gatherings. Rooms are\\nusually equipped with tables or desks, office chairs and audio/visual facilities to allow\\nfor presentations and conference calls. Also known as conference rooms.'\n )\n .optional()\n .nullable(),\n meetingRoomsCount: z\n .number()\n .int()\n .describe(\n 'Meeting rooms count. The number of meeting rooms at the property.'\n )\n .optional()\n .nullable(),\n meetingRoomsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Meeting rooms count exception.')\n .optional(),\n meetingRoomsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Meeting rooms exception.')\n .optional(),\n })\n .describe(\n 'Features of the property of specific interest to the business traveler.'\n )\n .optional(),\n commonLivingArea: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe('Information about eating features in the living area.')\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe('Information about sleeping features in the living area.')\n .optional(),\n })\n .describe(\n 'Features of the shared living areas available in this Lodging.'\n )\n .optional(),\n connectivity: z\n .object({\n freeWifi: z\n .boolean()\n .describe('Free wifi. The hotel offers guests wifi for free.')\n .optional()\n .nullable(),\n freeWifiException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free wifi exception.')\n .optional(),\n publicAreaWifiAvailable: z\n .boolean()\n .describe(\n 'Public area wifi available. Guests have the ability to wirelessly connect to the internet in\\nthe areas of the hotel accessible to anyone. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n publicAreaWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Public area wifi available exception.')\n .optional(),\n publicInternetTerminal: z\n .boolean()\n .describe(\n 'Public internet terminal. An area of the hotel supplied with computers and designated for\\nthe purpose of providing guests with the ability to access the internet.'\n )\n .optional()\n .nullable(),\n publicInternetTerminalException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Public internet terminal exception.')\n .optional(),\n wifiAvailable: z\n .boolean()\n .describe(\n 'Wifi available. The hotel provides the ability for guests to wirelessly connect to the\\ninternet. Can be in the public areas of the hotel and/or in the guest rooms. Can be free or\\nfor a fee.'\n )\n .optional()\n .nullable(),\n wifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wifi available exception.')\n .optional(),\n })\n .describe(\n 'The ways in which the property provides guests with the ability to access the internet.'\n )\n .optional(),\n families: z\n .object({\n babysitting: z\n .boolean()\n .describe(\n 'Babysitting. Child care that is offered by hotel staffers or coordinated by hotel staffers\\nwith local child care professionals. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n babysittingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Babysitting exception.')\n .optional(),\n kidsActivities: z\n .boolean()\n .describe(\n 'Kids activities. Recreational options such as sports, films, crafts and games designed for\\nthe enjoyment of children and offered at the hotel. May or may not be supervised. May or may\\nnot be at a designated time or place. Cab be free or for a fee.'\n )\n .optional()\n .nullable(),\n kidsActivitiesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids activities exception.')\n .optional(),\n kidsClub: z\n .boolean()\n .describe(\n 'Kids club. An organized program of group activities held at the hotel and designed for the\\nenjoyment of children. Facilitated by hotel staff (or staff procured by the hotel) in an\\narea(s) designated for the purpose of entertaining children without their parents. May\\ninclude games, outings, water sports, team sports, arts and crafts, and films. Usually has\\nset hours. Can be free or for a fee. Also known as Kids Camp or Kids program.'\n )\n .optional()\n .nullable(),\n kidsClubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids club exception.')\n .optional(),\n kidsFriendly: z\n .boolean()\n .describe(\n \"Kids friendly. The hotel has one or more special features for families with children, such\\nas reduced rates, child-sized beds, kids' club, babysitting service, or suitable place to\\nplay on premises.\"\n )\n .optional()\n .nullable(),\n kidsFriendlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids friendly exception.')\n .optional(),\n })\n .describe('Services and amenities for families and young guests.')\n .optional(),\n foodAndDrink: z\n .object({\n bar: z\n .boolean()\n .describe(\n \"Bar. A designated room, lounge or area of an on-site restaurant with seating at a counter\\nbehind which a hotel staffer takes the guest's order and provides the requested alcoholic\\ndrink. Can be indoors or outdoors. Also known as Pub.\"\n )\n .optional()\n .nullable(),\n barException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bar exception.')\n .optional(),\n breakfastAvailable: z\n .boolean()\n .describe(\n 'Breakfast available. The morning meal is offered to all guests. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n breakfastAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Breakfast available exception.')\n .optional(),\n breakfastBuffet: z\n .boolean()\n .describe(\n 'Breakfast buffet. Breakfast meal service where guests serve themselves from a variety of\\ndishes/foods that are put out on a table.'\n )\n .optional()\n .nullable(),\n breakfastBuffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Breakfast buffet exception.')\n .optional(),\n buffet: z\n .boolean()\n .describe(\n 'Buffet. A type of meal where guests serve themselves from a variety of dishes/foods that are\\nput out on a table. Includes lunch and/or dinner meals. A breakfast-only buffet is not\\nsufficient.'\n )\n .optional()\n .nullable(),\n buffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Buffet exception.')\n .optional(),\n dinnerBuffet: z\n .boolean()\n .describe(\n 'Dinner buffet. Dinner meal service where guests serve themselves from a variety of\\ndishes/foods that are put out on a table.'\n )\n .optional()\n .nullable(),\n dinnerBuffetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dinner buffet exception.')\n .optional(),\n freeBreakfast: z\n .boolean()\n .describe(\n 'Free breakfast. Breakfast is offered for free to all guests. Does not apply if limited to\\ncertain room packages.'\n )\n .optional()\n .nullable(),\n freeBreakfastException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free breakfast exception.')\n .optional(),\n restaurant: z\n .boolean()\n .describe(\n 'Restaurant. A business onsite at the hotel that is open to the public as well as guests, and\\noffers meals and beverages to consume at tables or counters. May or may not include table\\nservice. Also known as cafe, buffet, eatery. A \"breakfast room\" where the hotel serves\\nbreakfast only to guests (not the general public) does not count as a restaurant.'\n )\n .optional()\n .nullable(),\n restaurantException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Restaurant exception.')\n .optional(),\n restaurantsCount: z\n .number()\n .int()\n .describe(\n 'Restaurants count. The number of restaurants at the hotel.'\n )\n .optional()\n .nullable(),\n restaurantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Restaurants count exception.')\n .optional(),\n roomService: z\n .boolean()\n .describe(\n \"Room service. A hotel staffer delivers meals prepared onsite to a guest's room as per their\\nrequest. May or may not be available during specific hours. Services should be available to\\nall guests (not based on rate/room booked/reward program, etc).\"\n )\n .optional()\n .nullable(),\n roomServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Room service exception.')\n .optional(),\n tableService: z\n .boolean()\n .describe(\n \"Table service. A restaurant in which a staff member is assigned to a guest's table to take\\ntheir order, deliver and clear away food, and deliver the bill, if applicable. Also known as\\nsit-down restaurant.\"\n )\n .optional()\n .nullable(),\n tableServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Table service exception.')\n .optional(),\n twentyFourHourRoomService: z\n .boolean()\n .describe(\n '24hr room service. Room service is available 24 hours a day.'\n )\n .optional()\n .nullable(),\n twentyFourHourRoomServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('24hr room service exception.')\n .optional(),\n vendingMachine: z\n .boolean()\n .describe(\n 'Vending machine. A glass-fronted mechanized cabinet displaying and dispensing snacks and\\nbeverages for purchase by coins, paper money and/or credit cards.'\n )\n .optional()\n .nullable(),\n vendingMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Vending machine exception.')\n .optional(),\n })\n .describe('Meals, snacks, and beverages available at the property.')\n .optional(),\n guestUnits: z\n .array(\n z.object({\n codes: z.array(z.string()).max(100).optional(),\n features: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bungalow or villa exception.')\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Connecting unit available exception.')\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Executive floor exception.')\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max adult occupants count exception.')\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child occupants count exception.')\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max occupants count exception.')\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private home exception.')\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Suite exception.')\n .optional(),\n tier: z\n .enum(['STANDARD_UNIT', 'DELUXE_UNIT'])\n .describe(\n 'Tier. Classification of the unit based on available features/amenities. A non-standard tier\\nis only permitted if at least one other unit type falls under the standard tier.'\n )\n .optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tier exception.')\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe(\n 'TV. A television is available in the guestroom.'\n )\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe(\n 'Information about the layout of the living area.'\n )\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach view exception.')\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('City view exception.')\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Garden view exception.')\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lake view exception.')\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Landmark view exception.')\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ocean view exception.')\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool view exception.')\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valley view exception.')\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Features and available amenities of the GuestUnitType.'\n )\n .optional(),\n label: z\n .string()\n .describe(\n 'Required. Short, English label or name of the GuestUnitType. Target <50 chars.'\n )\n .max(255)\n .optional(),\n })\n )\n .max(100)\n .optional(),\n healthAndSafety: z\n .object({\n enhancedCleaning: z\n .object({\n commercialGradeDisinfectantCleaning: z\n .boolean()\n .describe(\n 'Commercial-grade disinfectant used to clean the property.'\n )\n .optional()\n .nullable(),\n commercialGradeDisinfectantCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Commercial grade disinfectant cleaning exception.')\n .optional(),\n commonAreasEnhancedCleaning: z\n .boolean()\n .describe('Enhanced cleaning of common areas.')\n .optional()\n .nullable(),\n commonAreasEnhancedCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Common areas enhanced cleaning exception.')\n .optional(),\n employeesTrainedCleaningProcedures: z\n .boolean()\n .describe('Employees trained in COVID-19 cleaning procedures.')\n .optional()\n .nullable(),\n employeesTrainedCleaningProceduresException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Employees trained cleaning procedures exception.')\n .optional(),\n employeesTrainedThoroughHandWashing: z\n .boolean()\n .describe('Employees trained in thorough hand-washing.')\n .optional()\n .nullable(),\n employeesTrainedThoroughHandWashingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Employees trained thorough hand washing exception.')\n .optional(),\n employeesWearProtectiveEquipment: z\n .boolean()\n .describe('Employees wear masks, face shields, and/or gloves.')\n .optional()\n .nullable(),\n employeesWearProtectiveEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Employees wear protective equipment exception.')\n .optional(),\n guestRoomsEnhancedCleaning: z\n .boolean()\n .describe('Enhanced cleaning of guest rooms.')\n .optional()\n .nullable(),\n guestRoomsEnhancedCleaningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Guest rooms enhanced cleaning exception.')\n .optional(),\n })\n .describe(\n 'Enhanced cleaning measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n increasedFoodSafety: z\n .object({\n diningAreasAdditionalSanitation: z\n .boolean()\n .describe('Additional sanitation in dining areas.')\n .optional()\n .nullable(),\n diningAreasAdditionalSanitationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dining areas additional sanitation exception.')\n .optional(),\n disposableFlatware: z\n .boolean()\n .describe('Disposable flatware.')\n .optional()\n .nullable(),\n disposableFlatwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Disposable flatware exception.')\n .optional(),\n foodPreparationAndServingAdditionalSafety: z\n .boolean()\n .describe(\n 'Additional safety measures during food prep and serving.'\n )\n .optional()\n .nullable(),\n foodPreparationAndServingAdditionalSafetyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Food preparation and serving additional safety exception.'\n )\n .optional(),\n individualPackagedMeals: z\n .boolean()\n .describe('Individually-packaged meals.')\n .optional()\n .nullable(),\n individualPackagedMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Individual packaged meals exception.')\n .optional(),\n singleUseFoodMenus: z\n .boolean()\n .describe('Single-use menus.')\n .optional()\n .nullable(),\n singleUseFoodMenusException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single use food menus exception.')\n .optional(),\n })\n .describe(\n 'Increased food safety measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n minimizedContact: z\n .object({\n contactlessCheckinCheckout: z\n .boolean()\n .describe('No-contact check-in and check-out.')\n .optional()\n .nullable(),\n contactlessCheckinCheckoutException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Contactless check-in check-out exception.')\n .optional(),\n digitalGuestRoomKeys: z\n .boolean()\n .describe('Keyless mobile entry to guest rooms.')\n .optional()\n .nullable(),\n digitalGuestRoomKeysException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Digital guest room keys exception.')\n .optional(),\n housekeepingScheduledRequestOnly: z\n .boolean()\n .describe('Housekeeping scheduled by request only.')\n .optional()\n .nullable(),\n housekeepingScheduledRequestOnlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Housekeeping scheduled request only exception.')\n .optional(),\n noHighTouchItemsCommonAreas: z\n .boolean()\n .describe(\n 'High-touch items, such as magazines, removed from common areas.'\n )\n .optional()\n .nullable(),\n noHighTouchItemsCommonAreasException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No high touch items common areas exception.')\n .optional(),\n noHighTouchItemsGuestRooms: z\n .boolean()\n .describe(\n 'High-touch items, such as decorative pillows, removed from guest rooms.'\n )\n .optional()\n .nullable(),\n noHighTouchItemsGuestRoomsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No high touch items guest rooms exception.')\n .optional(),\n plasticKeycardsDisinfected: z\n .boolean()\n .describe('Plastic key cards are disinfected or discarded.')\n .optional()\n .nullable(),\n plasticKeycardsDisinfectedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Plastic keycards disinfected exception.')\n .optional(),\n roomBookingsBuffer: z\n .boolean()\n .describe('Buffer maintained between room bookings.')\n .optional()\n .nullable(),\n roomBookingsBufferException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Room bookings buffer exception.')\n .optional(),\n })\n .describe(\n 'Minimized contact measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n personalProtection: z\n .object({\n commonAreasOfferSanitizingItems: z\n .boolean()\n .describe(\n 'Hand-sanitizer and/or sanitizing wipes are offered in common areas.'\n )\n .optional()\n .nullable(),\n commonAreasOfferSanitizingItemsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Common areas offer sanitizing items exception.')\n .optional(),\n faceMaskRequired: z\n .boolean()\n .describe('Masks required on the property.')\n .optional()\n .nullable(),\n faceMaskRequiredException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Face mask required exception.')\n .optional(),\n guestRoomHygieneKitsAvailable: z\n .boolean()\n .describe(\n 'In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.'\n )\n .optional()\n .nullable(),\n guestRoomHygieneKitsAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Guest room hygiene kits available exception.')\n .optional(),\n protectiveEquipmentAvailable: z\n .boolean()\n .describe('Masks and/or gloves available for guests.')\n .optional()\n .nullable(),\n protectiveEquipmentAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Protective equipment available exception.')\n .optional(),\n })\n .describe(\n 'Personal protection measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n physicalDistancing: z\n .object({\n commonAreasPhysicalDistancingArranged: z\n .boolean()\n .describe(\n 'Common areas arranged to maintain physical distancing.'\n )\n .optional()\n .nullable(),\n commonAreasPhysicalDistancingArrangedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Common areas physical distancing arranged exception.'\n )\n .optional(),\n physicalDistancingRequired: z\n .boolean()\n .describe('Physical distancing required.')\n .optional()\n .nullable(),\n physicalDistancingRequiredException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Physical distancing required exception.')\n .optional(),\n safetyDividers: z\n .boolean()\n .describe('Safety dividers at front desk and other locations.')\n .optional()\n .nullable(),\n safetyDividersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safety dividers exception.')\n .optional(),\n sharedAreasLimitedOccupancy: z\n .boolean()\n .describe('Guest occupancy limited within shared facilities.')\n .optional()\n .nullable(),\n sharedAreasLimitedOccupancyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shared areas limited occupancy exception.')\n .optional(),\n wellnessAreasHavePrivateSpaces: z\n .boolean()\n .describe(\n 'Private spaces designated in spa and wellness areas.'\n )\n .optional()\n .nullable(),\n wellnessAreasHavePrivateSpacesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wellness areas have private spaces exception.')\n .optional(),\n })\n .describe(\n 'Physical distancing measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n })\n .describe(\n 'Health and safety measures implemented by the hotel during COVID-19.'\n )\n .optional(),\n housekeeping: z\n .object({\n dailyHousekeeping: z\n .boolean()\n .describe(\n \"Daily housekeeping. Guest units are cleaned by hotel staff daily during guest's stay.\"\n )\n .optional()\n .nullable(),\n dailyHousekeepingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Daily housekeeping exception.')\n .optional(),\n housekeepingAvailable: z\n .boolean()\n .describe(\n \"Housekeeping available. Guest units are cleaned by hotel staff during guest's stay. Schedule\\nmay vary from daily, weekly, or specific days of the week.\"\n )\n .optional()\n .nullable(),\n housekeepingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Housekeeping available exception.')\n .optional(),\n turndownService: z\n .boolean()\n .describe(\n 'Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or\\nmay not include some light housekeeping. May or may not include an evening snack or candy.\\nAlso known as evening service.'\n )\n .optional()\n .nullable(),\n turndownServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Turndown service exception.')\n .optional(),\n })\n .describe(\n 'Conveniences provided in guest units to facilitate an easier, more comfortable stay.'\n )\n .optional(),\n metadata: z\n .object({\n updateTime: z\n .date()\n .describe(\n 'Required. The latest time at which the Lodging data is asserted to be true in the real\\nworld. This is not necessarily the time at which the request is made.'\n )\n .optional()\n .nullable(),\n })\n .describe('Required. Metadata for the lodging.')\n .optional(),\n parking: z\n .object({\n electricCarChargingStations: z\n .boolean()\n .describe(\n 'Electric car charging stations. Electric power stations, usually located outdoors, into\\nwhich guests plug their electric cars to receive a charge.'\n )\n .optional()\n .nullable(),\n electricCarChargingStationsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electric car charging stations exception.')\n .optional(),\n freeParking: z\n .boolean()\n .describe(\n 'Free parking. The hotel allows the cars of guests to be parked for free. Parking facility\\nmay be an outdoor lot or an indoor garage, but must be onsite. Nearby parking does not\\napply. Parking may be performed by the guest or by hotel staff. Free parking must be\\navailable to all guests (limited conditions does not apply).'\n )\n .optional()\n .nullable(),\n freeParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free parking exception.')\n .optional(),\n freeSelfParking: z\n .boolean()\n .describe(\n 'Free self parking. Guests park their own cars for free. Parking facility may be an outdoor\\nlot or an indoor garage, but must be onsite. Nearby parking does not apply.'\n )\n .optional()\n .nullable(),\n freeSelfParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free self parking exception.')\n .optional(),\n freeValetParking: z\n .boolean()\n .describe(\n 'Free valet parking. Hotel staff member parks the cars of guests. Parking with this service\\nis free.'\n )\n .optional()\n .nullable(),\n freeValetParkingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free valet parking exception.')\n .optional(),\n parkingAvailable: z\n .boolean()\n .describe(\n 'Parking available. The hotel allows the cars of guests to be parked. Can be free or for a\\nfee. Parking facility may be an outdoor lot or an indoor garage, but must be onsite. Nearby\\nparking does not apply. Parking may be performed by the guest or by hotel staff.'\n )\n .optional()\n .nullable(),\n parkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Parking available exception.')\n .optional(),\n selfParkingAvailable: z\n .boolean()\n .describe(\n 'Self parking available. Guests park their own cars. Parking facility may be an outdoor lot\\nor an indoor garage, but must be onsite. Nearby parking does not apply. Can be free or for a\\nfee.'\n )\n .optional()\n .nullable(),\n selfParkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Self parking available exception.')\n .optional(),\n valetParkingAvailable: z\n .boolean()\n .describe(\n 'Valet parking available. Hotel staff member parks the cars of guests. Parking with this\\nservice can be free or for a fee.'\n )\n .optional()\n .nullable(),\n valetParkingAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valet parking available exception.')\n .optional(),\n })\n .describe('Parking options at the property.')\n .optional(),\n pets: z\n .object({\n catsAllowed: z\n .boolean()\n .describe(\n 'Cats allowed. Domesticated felines are permitted at the property and allowed to stay in the\\nguest room of their owner. May or may not require a fee.'\n )\n .optional()\n .nullable(),\n catsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cats allowed exception.')\n .optional(),\n dogsAllowed: z\n .boolean()\n .describe(\n 'Dogs allowed. Domesticated canines are permitted at the property and allowed to stay in the\\nguest room of their owner. May or may not require a fee.'\n )\n .optional()\n .nullable(),\n dogsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dogs allowed exception.')\n .optional(),\n petsAllowed: z\n .boolean()\n .describe(\n 'Pets allowed. Household animals are allowed at the property and in the specific guest room\\nof their owner. May or may not include dogs, cats, reptiles and/or fish. May or may not\\nrequire a fee. Service animals are not considered to be pets, so not governed by this\\npolicy.'\n )\n .optional()\n .nullable(),\n petsAllowedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pets allowed exception.')\n .optional(),\n petsAllowedFree: z\n .boolean()\n .describe(\n 'Pets allowed free. Household animals are allowed at the property and in the specific guest\\nroom of their owner for free. May or may not include dogs, cats, reptiles, and/or fish.'\n )\n .optional()\n .nullable(),\n petsAllowedFreeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pets allowed free exception.')\n .optional(),\n })\n .describe('Policies regarding guest-owned animals.')\n .optional(),\n policies: z\n .object({\n allInclusiveAvailable: z\n .boolean()\n .describe(\n 'All inclusive available. The hotel offers a rate option that includes the cost of the room,\\nmeals, activities, and other amenities that might otherwise be charged separately.'\n )\n .optional()\n .nullable(),\n allInclusiveAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('All inclusive available exception.')\n .optional(),\n allInclusiveOnly: z\n .boolean()\n .describe(\n 'All inclusive only. The only rate option offered by the hotel is a rate that includes the\\ncost of the room, meals, activities and other amenities that might otherwise be charged\\nseparately.'\n )\n .optional()\n .nullable(),\n allInclusiveOnlyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('All inclusive only exception.')\n .optional(),\n checkinTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe(\n 'Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be\\nless than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like\\nbusiness closing time.'\n )\n .optional()\n .nullable(),\n minutes: z\n .number()\n .int()\n .describe(\n 'Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.'\n )\n .optional()\n .nullable(),\n nanos: z\n .number()\n .int()\n .describe(\n 'Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or\\nequal to 999,999,999.'\n )\n .optional()\n .nullable(),\n seconds: z\n .number()\n .int()\n .describe(\n 'Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or\\nequal to 59. An API may allow the value 60 if it allows leap-seconds.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Check-in time. The time of the day at which the hotel begins providing guests access to\\ntheir unit at the beginning of their stay.'\n )\n .optional(),\n checkinTimeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Check-in time exception.')\n .optional(),\n checkoutTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe(\n 'Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be\\nless than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like\\nbusiness closing time.'\n )\n .optional()\n .nullable(),\n minutes: z\n .number()\n .int()\n .describe(\n 'Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.'\n )\n .optional()\n .nullable(),\n nanos: z\n .number()\n .int()\n .describe(\n 'Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or\\nequal to 999,999,999.'\n )\n .optional()\n .nullable(),\n seconds: z\n .number()\n .int()\n .describe(\n 'Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or\\nequal to 59. An API may allow the value 60 if it allows leap-seconds.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n \"Check-out time. The time of the day on the last day of a guest's reserved stay at which the\\nguest must vacate their room and settle their bill. Some hotels may offer late or early\\ncheck out for a fee.\"\n )\n .optional(),\n checkoutTimeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Check-out time exception.')\n .optional(),\n kidsStayFree: z\n .boolean()\n .describe(\n \"Kids stay free. The children of guests are allowed to stay in the room/suite of a parent or\\nadult without an additional fee. The policy may or may not stipulate a limit of the child's\\nage or the overall number of children allowed.\"\n )\n .optional()\n .nullable(),\n kidsStayFreeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kids stay free exception.')\n .optional(),\n maxChildAge: z\n .number()\n .int()\n .describe(\n 'Max child age. The hotel allows children up to a certain age to stay in the room/suite of a\\nparent or adult without an additional fee.'\n )\n .optional()\n .nullable(),\n maxChildAgeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child age exception.')\n .optional(),\n maxKidsStayFreeCount: z\n .number()\n .int()\n .describe(\n 'Max kids stay free count. The hotel allows a specific, defined number of children to stay in\\nthe room/suite of a parent or adult without an additional fee.'\n )\n .optional()\n .nullable(),\n maxKidsStayFreeCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max kids stay free count exception.')\n .optional(),\n paymentOptions: z\n .object({\n cash: z\n .boolean()\n .describe(\n 'Cash. The hotel accepts payment by paper/coin currency.'\n )\n .optional()\n .nullable(),\n cashException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cash exception.')\n .optional(),\n cheque: z\n .boolean()\n .describe(\n \"Cheque. The hotel accepts a printed document issued by the guest's bank in the guest's name\\nas a form of payment.\"\n )\n .optional()\n .nullable(),\n chequeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cheque exception.')\n .optional(),\n creditCard: z\n .boolean()\n .describe(\n 'Credit card. The hotel accepts payment by a card issued by a bank or credit card company.\\nAlso known as charge card, debit card, bank card, or charge plate.'\n )\n .optional()\n .nullable(),\n creditCardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Credit card exception.')\n .optional(),\n debitCard: z\n .boolean()\n .describe(\n \"Debit card. The hotel accepts a bank-issued card that immediately deducts the charged funds\\nfrom the guest's bank account upon processing.\"\n )\n .optional()\n .nullable(),\n debitCardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Debit card exception.')\n .optional(),\n mobileNfc: z\n .boolean()\n .describe(\n \"Mobile nfc. The hotel has the compatible computer hardware terminal that reads and charges a\\npayment app on the guest's smartphone without requiring the two devices to make physical\\ncontact. Also known as Apple Pay, Google Pay, Samsung Pay.\"\n )\n .optional()\n .nullable(),\n mobileNfcException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobile nfc exception.')\n .optional(),\n })\n .describe('Forms of payment accepted at the property.')\n .optional(),\n smokeFreeProperty: z\n .boolean()\n .describe(\n 'Smoke free property. Smoking is not allowed inside the building, on balconies, or in outside\\nspaces. Hotels that offer a designated area for guests to smoke are not considered smoke-\\nfree properties.'\n )\n .optional()\n .nullable(),\n smokeFreePropertyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Smoke free property exception.')\n .optional(),\n })\n .describe('Property rules that impact guests.')\n .optional(),\n pools: z\n .object({\n adultPool: z\n .boolean()\n .describe(\n 'Adult pool. A pool restricted for use by adults only. Can be indoors or outdoors.'\n )\n .optional()\n .nullable(),\n adultPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Adult pool exception.')\n .optional(),\n hotTub: z\n .boolean()\n .describe(\n 'Hot tub. A man-made pool containing bubbling water maintained at a higher temperature and\\ncirculated by aerating jets for the purpose of soaking, relaxation and hydrotherapy. Can be\\nindoors or outdoors. Not used for active swimming. Also known as Jacuzzi. Hot tub must be in\\na common area where all guests can access it. Does not apply to room-specific hot tubs that\\nare only accessible to guest occupying that room.'\n )\n .optional()\n .nullable(),\n hotTubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hot tub exception.')\n .optional(),\n indoorPool: z\n .boolean()\n .describe(\n 'Indoor pool. A pool located inside the hotel and available for guests to use for swimming\\nand/or soaking. Use may or may not be restricted to adults and/or children.'\n )\n .optional()\n .nullable(),\n indoorPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor pool exception.')\n .optional(),\n indoorPoolsCount: z\n .number()\n .int()\n .describe(\n 'Indoor pools count. The sum of all indoor pools at the hotel.'\n )\n .optional()\n .nullable(),\n indoorPoolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor pools count exception.')\n .optional(),\n lazyRiver: z\n .boolean()\n .describe(\n 'Lazy river. A man-made pool or several interconnected recreational pools built to mimic the\\nshape and current of a winding river where guests float in the water on inflated rubber\\ntubes. Can be indoors or outdoors.'\n )\n .optional()\n .nullable(),\n lazyRiverException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lazy river exception.')\n .optional(),\n lifeguard: z\n .boolean()\n .describe(\n \"Lifeguard. A trained member of the hotel staff stationed by the hotel's indoor or outdoor\\nswimming area and responsible for the safety of swimming guests.\"\n )\n .optional()\n .nullable(),\n lifeguardException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lifeguard exception.')\n .optional(),\n outdoorPool: z\n .boolean()\n .describe(\n 'Outdoor pool. A pool located outside on the grounds of the hotel and available for guests to\\nuse for swimming, soaking or recreation. Use may or may not be restricted to adults and/or\\nchildren.'\n )\n .optional()\n .nullable(),\n outdoorPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor pool exception.')\n .optional(),\n outdoorPoolsCount: z\n .number()\n .int()\n .describe(\n 'Outdoor pools count. The sum of all outdoor pools at the hotel.'\n )\n .optional()\n .nullable(),\n outdoorPoolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor pools count exception.')\n .optional(),\n pool: z\n .boolean()\n .describe(\n 'Pool. The presence of a pool, either indoors or outdoors, for guests to use for swimming\\nand/or soaking. Use may or may not be restricted to adults and/or children.'\n )\n .optional()\n .nullable(),\n poolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool exception.')\n .optional(),\n poolsCount: z\n .number()\n .int()\n .describe('Pools count. The sum of all pools at the hotel.')\n .optional()\n .nullable(),\n poolsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pools count exception.')\n .optional(),\n wadingPool: z\n .boolean()\n .describe(\n 'Wading pool. A shallow pool designed for small children to play in. Can be indoors or\\noutdoors. Also known as kiddie pool.'\n )\n .optional()\n .nullable(),\n wadingPoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wading pool exception.')\n .optional(),\n waterPark: z\n .boolean()\n .describe(\n 'Water park. An aquatic recreation area with a large pool or series of pools that has\\nfeatures such as a water slide or tube, wavepool, fountains, rope swings, and/or obstacle\\ncourse. Can be indoors or outdoors. Also known as adventure pool.'\n )\n .optional()\n .nullable(),\n waterParkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water park exception.')\n .optional(),\n waterslide: z\n .boolean()\n .describe(\n 'Waterslide. A continuously wetted chute positioned by an indoor or outdoor pool which people\\nslide down into the water.'\n )\n .optional()\n .nullable(),\n waterslideException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Waterslide exception.')\n .optional(),\n wavePool: z\n .boolean()\n .describe(\n \"Wave pool. A large indoor or outdoor pool with a machine that produces water currents to\\nmimic the ocean's crests.\"\n )\n .optional()\n .nullable(),\n wavePoolException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wave pool exception.')\n .optional(),\n })\n .describe(\n 'Swimming pool or recreational water facilities available at the hotel.'\n )\n .optional(),\n property: z\n .object({\n builtYear: z\n .number()\n .int()\n .describe(\n 'Built year. The year that construction of the property was completed.'\n )\n .optional()\n .nullable(),\n builtYearException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Built year exception.')\n .optional(),\n floorsCount: z\n .number()\n .int()\n .describe(\n 'Floors count. The number of stories the building has from the ground floor to the top floor\\nthat are accessible to guests.'\n )\n .optional()\n .nullable(),\n floorsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Floors count exception.')\n .optional(),\n lastRenovatedYear: z\n .number()\n .int()\n .describe(\n 'Last renovated year. The year when the most recent renovation of the property was completed.\\nRenovation may include all or any combination of the following: the units, the public\\nspaces, the exterior, or the interior.'\n )\n .optional()\n .nullable(),\n lastRenovatedYearException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Last renovated year exception.')\n .optional(),\n roomsCount: z\n .number()\n .int()\n .describe(\n 'Rooms count. The total number of rooms and suites bookable by guests for an overnight stay.\\nDoes not include event space, public spaces, conference rooms, fitness rooms, business\\ncenters, spa, salon, restaurants/bars, or shops.'\n )\n .optional()\n .nullable(),\n roomsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Rooms count exception.')\n .optional(),\n })\n .describe(\n \"General factual information about the property's physical structure and important dates.\"\n )\n .optional(),\n services: z\n .object({\n baggageStorage: z\n .boolean()\n .describe(\n 'Baggage storage. A provision for guests to leave their bags at the hotel when they arrive\\nfor their stay before the official check-in time. May or may not apply for guests who wish\\nto leave their bags after check-out and before departing the locale. Also known as bag\\ndropoff.'\n )\n .optional()\n .nullable(),\n baggageStorageException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Baggage storage exception.')\n .optional(),\n concierge: z\n .boolean()\n .describe(\n 'Concierge. Hotel staff member(s) responsible for facilitating an easy, comfortable stay\\nthrough making reservations for meals, sourcing theater tickets, arranging tours, finding a\\ndoctor, making recommendations, and answering questions.'\n )\n .optional()\n .nullable(),\n conciergeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Concierge exception.')\n .optional(),\n convenienceStore: z\n .boolean()\n .describe(\n 'Convenience store. A shop at the hotel primarily selling snacks, drinks, non-prescription\\nmedicines, health and beauty aids, magazines and newspapers.'\n )\n .optional()\n .nullable(),\n convenienceStoreException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Convenience store exception.')\n .optional(),\n currencyExchange: z\n .boolean()\n .describe(\n \"Currency exchange. A staff member or automated machine tasked with the transaction of\\nproviding the native currency of the hotel's locale in exchange for the foreign currency\\nprovided by a guest.\"\n )\n .optional()\n .nullable(),\n currencyExchangeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Currency exchange exception.')\n .optional(),\n elevator: z\n .boolean()\n .describe(\n 'Elevator. A passenger elevator that transports guests from one story to another. Also known\\nas lift.'\n )\n .optional()\n .nullable(),\n elevatorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Elevator exception.')\n .optional(),\n frontDesk: z\n .boolean()\n .describe(\n 'Front desk. A counter or desk in the lobby or the immediate interior of the hotel where a\\nmember of the staff greets guests and processes the information related to their stay\\n(including check-in and check-out). May or may not be manned and open 24/7.'\n )\n .optional()\n .nullable(),\n frontDeskException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Front desk exception.')\n .optional(),\n fullServiceLaundry: z\n .boolean()\n .describe(\n 'Full service laundry. Laundry and dry cleaning facilitated and handled by the hotel on\\nbehalf of the guest. Does not include the provision for guests to do their own laundry in\\non-site machines.'\n )\n .optional()\n .nullable(),\n fullServiceLaundryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Full service laundry exception.')\n .optional(),\n giftShop: z\n .boolean()\n .describe(\n 'Gift shop. An on-site store primarily selling souvenirs, mementos and other gift items. May\\nor may not also sell sundries, magazines and newspapers, clothing, or snacks.'\n )\n .optional()\n .nullable(),\n giftShopException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Gift shop exception.')\n .optional(),\n languagesSpoken: z\n .array(\n z.object({\n languageCode: z\n .string()\n .describe(\n 'Required. The BCP-47 language code for the spoken language. Currently accepted codes: ar,\\nde, en, es, fil, fr, hi, id, it, ja, ko, nl, pt, ru, vi, yue, zh.'\n )\n .optional(),\n spoken: z\n .boolean()\n .describe(\n 'At least one member of the staff can speak the language.'\n )\n .optional()\n .nullable(),\n spokenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Spoken exception.')\n .optional(),\n })\n )\n .max(50)\n .optional(),\n selfServiceLaundry: z\n .boolean()\n .describe(\n 'Self service laundry. On-site clothes washers and dryers accessible to guests for the\\npurpose of washing and drying their own clothes. May or may not require payment to use the\\nmachines.'\n )\n .optional()\n .nullable(),\n selfServiceLaundryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Self service laundry exception.')\n .optional(),\n socialHour: z\n .boolean()\n .describe(\n 'Social hour. A reception with complimentary soft drinks, tea, coffee, wine and/or cocktails\\nin the afternoon or evening. Can be hosted by hotel staff or guests may serve themselves.\\nAlso known as wine hour. The availability of coffee/tea in the lobby throughout the day does\\nnot constitute a social or wine hour.'\n )\n .optional()\n .nullable(),\n socialHourException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Social hour exception.')\n .optional(),\n twentyFourHourFrontDesk: z\n .boolean()\n .describe('24hr front desk. Front desk is staffed 24 hours a day.')\n .optional()\n .nullable(),\n twentyFourHourFrontDeskException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('24hr front desk exception.')\n .optional(),\n wakeUpCalls: z\n .boolean()\n .describe(\n 'Wake up calls. By direction of the guest, a hotel staff member will phone the guest unit at\\nthe requested hour. Also known as morning call.'\n )\n .optional()\n .nullable(),\n wakeUpCallsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Wake up calls exception.')\n .optional(),\n })\n .describe(\n 'Conveniences or help provided by the property to facilitate an easier, more comfortable stay.'\n )\n .optional(),\n someUnits: z\n .object({\n bungalowOrVilla: z\n .boolean()\n .describe(\n 'Bungalow or villa. An independent structure that is part of a hotel or resort that is rented\\nto one party for a vacation stay. The hotel or resort may be completely comprised of\\nbungalows or villas, or they may be one of several guestroom options. Guests in the\\nbungalows or villas most often have the same, if not more, amenities and services offered to\\nguests in other guestroom types.'\n )\n .optional()\n .nullable(),\n bungalowOrVillaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bungalow or villa exception.')\n .optional(),\n connectingUnitAvailable: z\n .boolean()\n .describe(\n 'Connecting unit available. A guestroom type that features access to an adjacent guestroom\\nfor the purpose of booking both rooms. Most often used by families who need more than one\\nroom to accommodate the number of people in their group.'\n )\n .optional()\n .nullable(),\n connectingUnitAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Connecting unit available exception.')\n .optional(),\n executiveFloor: z\n .boolean()\n .describe(\n \"Executive floor. A floor of the hotel where the guestrooms are only bookable by members of\\nthe hotel's frequent guest membership program. Benefits of this room class include access to\\na designated lounge which may or may not feature free breakfast, cocktails or other perks\\nspecific to members of the program.\"\n )\n .optional()\n .nullable(),\n executiveFloorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Executive floor exception.')\n .optional(),\n maxAdultOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max adult occupants count. The total number of adult guests allowed to stay overnight in the\\nguestroom.'\n )\n .optional()\n .nullable(),\n maxAdultOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max adult occupants count exception.')\n .optional(),\n maxChildOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max child occupants count. The total number of children allowed to stay overnight in the\\nroom.'\n )\n .optional()\n .nullable(),\n maxChildOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max child occupants count exception.')\n .optional(),\n maxOccupantsCount: z\n .number()\n .int()\n .describe(\n 'Max occupants count. The total number of guests allowed to stay overnight in the guestroom.'\n )\n .optional()\n .nullable(),\n maxOccupantsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Max occupants count exception.')\n .optional(),\n privateHome: z\n .boolean()\n .describe(\n \"Private home. A privately owned home (house, townhouse, apartment, cabin, bungalow etc) that\\nmay or not serve as the owner's residence, but is rented out in its entirety or by the\\nroom(s) to paying guest(s) for vacation stays. Not for lease-based, long-term residency.\"\n )\n .optional()\n .nullable(),\n privateHomeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private home exception.')\n .optional(),\n suite: z\n .boolean()\n .describe(\n 'Suite. A guestroom category that implies both a bedroom area and a separate living area.\\nThere may or may not be full walls and doors separating the two areas, but regardless, they\\nare very distinct. Does not mean a couch or chair in a bedroom.'\n )\n .optional()\n .nullable(),\n suiteException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Suite exception.')\n .optional(),\n tier: z\n .enum(['STANDARD_UNIT', 'DELUXE_UNIT'])\n .describe(\n 'Tier. Classification of the unit based on available features/amenities. A non-standard tier\\nis only permitted if at least one other unit type falls under the standard tier.'\n )\n .optional(),\n tierException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tier exception.')\n .optional(),\n totalLivingAreas: z\n .object({\n accessibility: z\n .object({\n adaCompliantUnit: z\n .boolean()\n .describe(\n 'ADA compliant unit. A guestroom designed to accommodate the physical challenges of a guest\\nwith mobility and/or auditory and/or visual issues, as determined by legislative policy.\\nUsually features enlarged doorways, roll-in showers with seats, bathroom grab bars, and\\ncommunication equipment for the hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n adaCompliantUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('ADA compliant unit exception.')\n .optional(),\n hearingAccessibleDoorbell: z\n .boolean()\n .describe(\n 'Hearing-accessible doorbell. A visual indicator(s) of a knock or ring at the door.'\n )\n .optional()\n .nullable(),\n hearingAccessibleDoorbellException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible doorbell exception.')\n .optional(),\n hearingAccessibleFireAlarm: z\n .boolean()\n .describe(\n 'Hearing-accessible fire alarm. A device that gives warning of a fire through flashing\\nlights.'\n )\n .optional()\n .nullable(),\n hearingAccessibleFireAlarmException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible fire alarm exception.')\n .optional(),\n hearingAccessibleUnit: z\n .boolean()\n .describe(\n 'Hearing-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with auditory issues.'\n )\n .optional()\n .nullable(),\n hearingAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hearing-accessible unit exception.')\n .optional(),\n mobilityAccessibleBathtub: z\n .boolean()\n .describe(\n 'Mobility-accessible bathtub. A bathtub that accomodates the physically challenged with\\nadditional railings or hand grips, a transfer seat or lift, and/or a door to enable walking\\ninto the tub.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleBathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible bathtub exception.')\n .optional(),\n mobilityAccessibleShower: z\n .boolean()\n .describe(\n 'Mobility-accessible shower. A shower with an enlarged door or access point to accommodate a\\nwheelchair or a waterproof seat for the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleShowerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible shower exception.')\n .optional(),\n mobilityAccessibleToilet: z\n .boolean()\n .describe(\n 'Mobility-accessible toilet. A toilet with a higher seat, grab bars, and/or a larger area\\naround it to accommodate the physically challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleToiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible toilet exception.')\n .optional(),\n mobilityAccessibleUnit: z\n .boolean()\n .describe(\n 'Mobility-accessible unit. A guestroom designed to accommodate the physical challenges of a\\nguest with mobility and/or auditory and/or visual issues. Usually features enlarged\\ndoorways, roll-in showers with seats, bathroom grab bars, and communication equipment for\\nthe hearing and sight challenged.'\n )\n .optional()\n .nullable(),\n mobilityAccessibleUnitException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Mobility-accessible unit exception.')\n .optional(),\n })\n .describe('Accessibility features of the living area.')\n .optional(),\n eating: z\n .object({\n coffeeMaker: z\n .boolean()\n .describe(\n 'Coffee maker. An electric appliance that brews coffee by heating and forcing water through\\nground coffee.'\n )\n .optional()\n .nullable(),\n coffeeMakerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Coffee maker exception.')\n .optional(),\n cookware: z\n .boolean()\n .describe(\n 'Cookware. Kitchen pots, pans and utensils used in connection with the preparation of food.'\n )\n .optional()\n .nullable(),\n cookwareException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cookware exception.')\n .optional(),\n dishwasher: z\n .boolean()\n .describe(\n 'Dishwasher. A counter-height electrical cabinet containing racks for dirty dishware,\\ncookware and cutlery, and a dispenser for soap built into the pull-down door. The cabinet is\\nattached to the plumbing system to facilitate the automatic cleaning of its contents.'\n )\n .optional()\n .nullable(),\n dishwasherException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dishwasher exception.')\n .optional(),\n indoorGrill: z\n .boolean()\n .describe(\n 'Indoor grill. Metal grates built into an indoor cooktop on which food is cooked over an open\\nflame or electric heat source.'\n )\n .optional()\n .nullable(),\n indoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Indoor grill exception.')\n .optional(),\n kettle: z\n .boolean()\n .describe(\n 'Kettle. A covered container with a handle and a spout used for boiling water.'\n )\n .optional()\n .nullable(),\n kettleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kettle exception.')\n .optional(),\n kitchenAvailable: z\n .boolean()\n .describe(\n 'Kitchen available. An area of the guestroom designated for the preparation and storage of\\nfood via the presence of a refrigerator, cook top, oven and sink, as well as cutlery, dishes\\nand cookware. Usually includes small appliances such a coffee maker and a microwave. May or\\nmay not include an automatic dishwasher.'\n )\n .optional()\n .nullable(),\n kitchenAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Kitchen available exception.')\n .optional(),\n microwave: z\n .boolean()\n .describe(\n 'Microwave. An electric oven that quickly cooks and heats food by microwave energy. Smaller\\nthan a standing or wall mounted oven. Usually placed on a kitchen counter, a shelf or\\ntabletop or mounted above a cooktop.'\n )\n .optional()\n .nullable(),\n microwaveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Microwave exception.')\n .optional(),\n minibar: z\n .boolean()\n .describe(\n 'Minibar. A small refrigerated cabinet in the guestroom containing bottles/cans of soft\\ndrinks, mini bottles of alcohol, and snacks. The items are most commonly available for a\\nfee.'\n )\n .optional()\n .nullable(),\n minibarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Minibar exception.')\n .optional(),\n outdoorGrill: z\n .boolean()\n .describe(\n 'Outdoor grill. Metal grates on which food is cooked over an open flame or electric heat\\nsource. Part of an outdoor apparatus that supports the grates. Also known as barbecue grill\\nor barbecue.'\n )\n .optional()\n .nullable(),\n outdoorGrillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Outdoor grill exception.')\n .optional(),\n oven: z\n .boolean()\n .describe(\n 'Oven. A temperature controlled, heated metal cabinet powered by gas or electricity in which\\nfood is placed for the purpose of cooking or reheating.'\n )\n .optional()\n .nullable(),\n ovenException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Oven exception.')\n .optional(),\n refrigerator: z\n .boolean()\n .describe(\n 'Refrigerator. A large, climate-controlled electrical cabinet with vertical doors. Built for\\nthe purpose of chilling and storing perishable foods.'\n )\n .optional()\n .nullable(),\n refrigeratorException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refrigerator exception.')\n .optional(),\n sink: z\n .boolean()\n .describe(\n 'Sink. A basin with a faucet attached to a water source and used for the purpose of washing\\nand rinsing.'\n )\n .optional()\n .nullable(),\n sinkException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sink exception.')\n .optional(),\n snackbar: z\n .boolean()\n .describe(\n 'Snackbar. A small cabinet in the guestroom containing snacks. The items are most commonly\\navailable for a fee.'\n )\n .optional()\n .nullable(),\n snackbarException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Snackbar exception.')\n .optional(),\n stove: z\n .boolean()\n .describe(\n 'Stove. A kitchen appliance powered by gas or electricity for the purpose of creating a flame\\nor hot surface on which pots of food can be cooked. Also known as cooktop or hob.'\n )\n .optional()\n .nullable(),\n stoveException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stove exception.')\n .optional(),\n teaStation: z\n .boolean()\n .describe(\n 'Tea station. A small area with the supplies needed to heat water and make tea.'\n )\n .optional()\n .nullable(),\n teaStationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Tea station exception.')\n .optional(),\n toaster: z\n .boolean()\n .describe(\n 'Toaster. A small, temperature controlled electric appliance with rectangular slots at the\\ntop that are lined with heated coils for the purpose of browning slices of bread products.'\n )\n .optional()\n .nullable(),\n toasterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toaster exception.')\n .optional(),\n })\n .describe(\n 'Information about eating features in the living area.'\n )\n .optional(),\n features: z\n .object({\n airConditioning: z\n .boolean()\n .describe(\n 'Air conditioning. An electrical machine used to cool the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n airConditioningException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Air conditioning exception.')\n .optional(),\n bathtub: z\n .boolean()\n .describe(\n 'Bathtub. A fixed plumbing feature set on the floor and consisting of a large container that\\naccommodates the body of an adult for the purpose of seated bathing. Includes knobs or\\nfixtures to control the temperature of the water, a faucet through which the water flows,\\nand a drain that can be closed for filling and opened for draining.'\n )\n .optional()\n .nullable(),\n bathtubException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bathtub exception.')\n .optional(),\n bidet: z\n .boolean()\n .describe(\n 'Bidet. A plumbing fixture attached to a toilet or a low, fixed sink designed for the purpose\\nof washing after toilet use.'\n )\n .optional()\n .nullable(),\n bidetException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bidet exception.')\n .optional(),\n dryer: z\n .boolean()\n .describe(\n 'Dryer. An electrical machine designed to dry clothing.'\n )\n .optional()\n .nullable(),\n dryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Dryer exception.')\n .optional(),\n electronicRoomKey: z\n .boolean()\n .describe(\n 'Electronic room key. A card coded by the check-in computer that is read by the lock on the\\nhotel guestroom door to allow for entry.'\n )\n .optional()\n .nullable(),\n electronicRoomKeyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Electronic room key exception.')\n .optional(),\n fireplace: z\n .boolean()\n .describe(\n 'Fireplace. A framed opening (aka hearth) at the base of a chimney in which logs or an\\nelectrical fire feature are burned to provide a relaxing ambiance or to heat the room. Often\\nmade of bricks or stone.'\n )\n .optional()\n .nullable(),\n fireplaceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fireplace exception.')\n .optional(),\n hairdryer: z\n .boolean()\n .describe(\n \"Hairdryer. A handheld electric appliance that blows temperature-controlled air for the\\npurpose of drying wet hair. Can be mounted to a bathroom wall or a freestanding device\\nstored in the guestroom's bathroom or closet.\"\n )\n .optional()\n .nullable(),\n hairdryerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hairdryer exception.')\n .optional(),\n heating: z\n .boolean()\n .describe(\n 'Heating. An electrical machine used to warm the temperature of the guestroom.'\n )\n .optional()\n .nullable(),\n heatingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Heating exception.')\n .optional(),\n inunitSafe: z\n .boolean()\n .describe(\n 'In-unit safe. A strong fireproof cabinet with a programmable lock, used for the protected\\nstorage of valuables in a guestroom. Often built into a closet.'\n )\n .optional()\n .nullable(),\n inunitSafeException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit safe exception.')\n .optional(),\n inunitWifiAvailable: z\n .boolean()\n .describe(\n 'In-unit Wifi available. Guests can wirelessly connect to the Internet in the guestroom. Can\\nbe free or for a fee.'\n )\n .optional()\n .nullable(),\n inunitWifiAvailableException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('In-unit Wifi available exception.')\n .optional(),\n ironingEquipment: z\n .boolean()\n .describe(\n 'Ironing equipment. A device, usually with a flat metal base, that is heated to smooth,\\nfinish, or press clothes and a flat, padded, cloth-covered surface on which the clothes are\\nworked.'\n )\n .optional()\n .nullable(),\n ironingEquipmentException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ironing equipment exception.')\n .optional(),\n payPerViewMovies: z\n .boolean()\n .describe(\n 'Pay per view movies. Televisions with channels that offer films that can be viewed for a\\nfee, and have an interface to allow the viewer to accept the terms and approve payment.'\n )\n .optional()\n .nullable(),\n payPerViewMoviesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pay per view movies exception.')\n .optional(),\n privateBathroom: z\n .boolean()\n .describe(\n 'Private bathroom. A bathroom designated for the express use of the guests staying in a\\nspecific guestroom.'\n )\n .optional()\n .nullable(),\n privateBathroomException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private bathroom exception.')\n .optional(),\n shower: z\n .boolean()\n .describe(\n \"Shower. A fixed plumbing fixture for standing bathing that features a tall spray spout or\\nfaucet through which water flows, a knob or knobs that control the water's temperature, and\\na drain in the floor.\"\n )\n .optional()\n .nullable(),\n showerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Shower exception.')\n .optional(),\n toilet: z\n .boolean()\n .describe(\n 'Toilet. A fixed bathroom feature connected to a sewer or septic system and consisting of a\\nwater-flushed bowl with a seat, as well as a device that elicites the water-flushing action.\\nUsed for the process and disposal of human waste.'\n )\n .optional()\n .nullable(),\n toiletException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toilet exception.')\n .optional(),\n tv: z\n .boolean()\n .describe('TV. A television is available in the guestroom.')\n .optional()\n .nullable(),\n tvCasting: z\n .boolean()\n .describe(\n \"TV casting. A television equipped with a device through which the video entertainment\\naccessed on a personal computer, phone or tablet can be wirelessly delivered to and viewed\\non the guestroom's television.\"\n )\n .optional()\n .nullable(),\n tvCastingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV exception.')\n .optional(),\n tvStreaming: z\n .boolean()\n .describe(\n 'TV streaming. Televisions that embed a range of web-based apps to allow for watching media\\nfrom those apps.'\n )\n .optional()\n .nullable(),\n tvStreamingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('TV streaming exception.')\n .optional(),\n universalPowerAdapters: z\n .boolean()\n .describe(\n 'Universal power adapters. A power supply for electronic devices which plugs into a wall for\\nthe purpose of converting AC to a single DC voltage. Also know as AC adapter or charger.'\n )\n .optional()\n .nullable(),\n universalPowerAdaptersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Universal power adapters exception.')\n .optional(),\n washer: z\n .boolean()\n .describe(\n 'Washer. An electrical machine connected to a running water source designed to launder\\nclothing.'\n )\n .optional()\n .nullable(),\n washerException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Washer exception.')\n .optional(),\n })\n .describe('Features in the living area.')\n .optional(),\n layout: z\n .object({\n balcony: z\n .boolean()\n .describe(\n 'Balcony. An outdoor platform attached to a building and surrounded by a short wall, fence or\\nother safety railing. The balcony is accessed through a door in a guestroom or suite and is\\nfor use by the guest staying in that room. May or may not include seating or outdoor\\nfurniture. Is not located on the ground floor. Also lanai.'\n )\n .optional()\n .nullable(),\n balconyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Balcony exception.')\n .optional(),\n livingAreaSqMeters: z\n .number()\n .describe(\n \"Living area sq meters. The measurement in meters of the area of a guestroom's living space.\"\n )\n .optional()\n .nullable(),\n livingAreaSqMetersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Living area sq meters exception.')\n .optional(),\n loft: z\n .boolean()\n .describe(\n 'Loft. A three-walled upper area accessed by stairs or a ladder that overlooks the lower area\\nof a room.'\n )\n .optional()\n .nullable(),\n loftException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Loft exception.')\n .optional(),\n nonSmoking: z\n .boolean()\n .describe(\n 'Non smoking. A guestroom in which the smoking of cigarettes, cigars and pipes is prohibited.'\n )\n .optional()\n .nullable(),\n nonSmokingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Non smoking exception.')\n .optional(),\n patio: z\n .boolean()\n .describe(\n 'Patio. A paved, outdoor area with seating attached to and accessed through a ground-floor\\nguestroom for use by the occupants of the guestroom.'\n )\n .optional()\n .nullable(),\n patioException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Patio exception.')\n .optional(),\n stairs: z\n .boolean()\n .describe(\n 'Stairs. There are steps leading from one level or story to another in the unit.'\n )\n .optional()\n .nullable(),\n stairsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Stairs exception.')\n .optional(),\n })\n .describe('Information about the layout of the living area.')\n .optional(),\n sleeping: z\n .object({\n bedsCount: z\n .number()\n .int()\n .describe(\n 'Beds count. The number of permanent beds present in a guestroom. Does not include rollaway\\nbeds, cribs or sofabeds.'\n )\n .optional()\n .nullable(),\n bedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beds count exception.')\n .optional(),\n bunkBedsCount: z\n .number()\n .int()\n .describe(\n 'Bunk beds count. The number of furniture pieces in which one framed mattress is fixed\\ndirectly above another by means of a physical frame. This allows one person(s) to sleep in\\nthe bottom bunk and one person(s) to sleep in the top bunk. Also known as double decker bed.'\n )\n .optional()\n .nullable(),\n bunkBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Bunk beds count exception.')\n .optional(),\n cribsCount: z\n .number()\n .int()\n .describe(\n 'Cribs count. The number of small beds for an infant or toddler that the guestroom can\\nobtain. The bed is surrounded by a high railing to prevent the child from falling or\\nclimbing out of the bed'\n )\n .optional()\n .nullable(),\n cribsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Cribs count exception.')\n .optional(),\n doubleBedsCount: z\n .number()\n .int()\n .describe(\n 'Double beds count. The number of medium beds measuring 53\"W x 75\"L (135cm x 191cm). Also\\nknown as full size bed.'\n )\n .optional()\n .nullable(),\n doubleBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Double beds count exception.')\n .optional(),\n featherPillows: z\n .boolean()\n .describe(\n 'Feather pillows. The option for guests to obtain bed pillows that are stuffed with the\\nfeathers and down of ducks or geese.'\n )\n .optional()\n .nullable(),\n featherPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Feather pillows exception.')\n .optional(),\n hypoallergenicBedding: z\n .boolean()\n .describe(\n 'Hypoallergenic bedding. Bedding such as linens, pillows, mattress covers and/or mattresses\\nthat are made of materials known to be resistant to allergens such as mold, dust and dander.'\n )\n .optional()\n .nullable(),\n hypoallergenicBeddingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Hypoallergenic bedding exception.')\n .optional(),\n kingBedsCount: z\n .number()\n .int()\n .describe(\n 'King beds count. The number of large beds measuring 76\"W x 80\"L (193cm x 102cm). Most often\\nmeant to accompany two people. Includes California king and super king.'\n )\n .optional()\n .nullable(),\n kingBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('King beds count exception.')\n .optional(),\n memoryFoamPillows: z\n .boolean()\n .describe(\n 'Memory foam pillows. The option for guests to obtain bed pillows that are stuffed with a\\nman-made foam that responds to body heat by conforming to the body closely, and then\\nrecovers its shape when the pillow cools down.'\n )\n .optional()\n .nullable(),\n memoryFoamPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Memory foam pillows exception.')\n .optional(),\n otherBedsCount: z\n .number()\n .int()\n .describe(\n 'Other beds count. The number of beds that are not standard mattress and boxspring setups\\nsuch as Japanese tatami mats, trundle beds, air mattresses and cots.'\n )\n .optional()\n .nullable(),\n otherBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Other beds count exception.')\n .optional(),\n queenBedsCount: z\n .number()\n .int()\n .describe(\n 'Queen beds count. The number of medium-large beds measuring 60\"W x 80\"L (152cm x 102cm).'\n )\n .optional()\n .nullable(),\n queenBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Queen beds count exception.')\n .optional(),\n rollAwayBedsCount: z\n .number()\n .int()\n .describe(\n 'Roll away beds count. The number of mattresses on wheeled frames that can be folded in half\\nand rolled away for easy storage that the guestroom can obtain upon request.'\n )\n .optional()\n .nullable(),\n rollAwayBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Roll away beds count exception.')\n .optional(),\n singleOrTwinBedsCount: z\n .number()\n .int()\n .describe(\n 'Single or twin count beds. The number of smaller beds measuring 38\"W x 75\"L (97cm x 191cm)\\nthat can accommodate one adult.'\n )\n .optional()\n .nullable(),\n singleOrTwinBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Single or twin beds count exception.')\n .optional(),\n sofaBedsCount: z\n .number()\n .int()\n .describe(\n 'Sofa beds count. The number of specially designed sofas that can be made to serve as a bed\\nby lowering its hinged upholstered back to horizontal position or by pulling out a concealed\\nmattress.'\n )\n .optional()\n .nullable(),\n sofaBedsCountException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sofa beds count exception.')\n .optional(),\n syntheticPillows: z\n .boolean()\n .describe(\n 'Synthetic pillows. The option for guests to obtain bed pillows stuffed with polyester\\nmaterial crafted to reproduce the feel of a pillow stuffed with down and feathers.'\n )\n .optional()\n .nullable(),\n syntheticPillowsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Synthetic pillows exception.')\n .optional(),\n })\n .describe(\n 'Information about sleeping features in the living area.'\n )\n .optional(),\n })\n .describe(\n 'Features available in the living areas in the guest unit.'\n )\n .optional(),\n views: z\n .object({\n beachView: z\n .boolean()\n .describe(\n 'Beach view. A guestroom that features a window through which guests can see the beach.'\n )\n .optional()\n .nullable(),\n beachViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Beach view exception.')\n .optional(),\n cityView: z\n .boolean()\n .describe(\n 'City view. A guestroom that features a window through which guests can see the buildings,\\nparks and/or streets of the city.'\n )\n .optional()\n .nullable(),\n cityViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('City view exception.')\n .optional(),\n gardenView: z\n .boolean()\n .describe(\n 'Garden view. A guestroom that features a window through which guests can see a garden.'\n )\n .optional()\n .nullable(),\n gardenViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Garden view exception.')\n .optional(),\n lakeView: z\n .boolean()\n .describe('Lake view.')\n .optional()\n .nullable(),\n lakeViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Lake view exception.')\n .optional(),\n landmarkView: z\n .boolean()\n .describe(\n 'Landmark view. A guestroom that features a window through which guests can see a landmark\\nsuch as the countryside, a golf course, the forest, a park, a rain forst, a mountain or a\\nslope.'\n )\n .optional()\n .nullable(),\n landmarkViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Landmark view exception.')\n .optional(),\n oceanView: z\n .boolean()\n .describe(\n 'Ocean view. A guestroom that features a window through which guests can see the ocean.'\n )\n .optional()\n .nullable(),\n oceanViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Ocean view exception.')\n .optional(),\n poolView: z\n .boolean()\n .describe(\n \"Pool view. A guestroom that features a window through which guests can see the hotel's\\nswimming pool.\"\n )\n .optional()\n .nullable(),\n poolViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Pool view exception.')\n .optional(),\n valleyView: z\n .boolean()\n .describe(\n 'Valley view. A guestroom that features a window through which guests can see over a valley.'\n )\n .optional()\n .nullable(),\n valleyViewException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Valley view exception.')\n .optional(),\n })\n .describe('Views available from the guest unit itself.')\n .optional(),\n })\n .describe(\n 'Output only. Some units on the property have as much as these attributes.'\n )\n .optional(),\n sustainability: z\n .object({\n energyEfficiency: z\n .object({\n carbonFreeEnergySources: z\n .boolean()\n .describe(\n 'Carbon free energy sources. Property sources carbon-free electricity via at least one of the\\nfollowing methods: on-site clean energy generation, power purchase agreement(s) with clean\\nenergy generators, green power provided by electricity supplier, or purchases of Energy\\nAttribute Certificates (such as Renewable Energy Certificates or Guarantees of Origin).'\n )\n .optional()\n .nullable(),\n carbonFreeEnergySourcesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Carbon free energy sources exception.')\n .optional(),\n energyConservationProgram: z\n .boolean()\n .describe(\n 'Energy conservation program. The property tracks corporate-level Scope 1 and 2 GHG\\nemissions, and Scope 3 emissions if available. The property has a commitment to implement\\ninitiatives that reduce GHG emissions year over year. The property has shown an absolute\\nreduction in emissions for at least 2 years. Emissions are either verfied by a third-party\\nand/or published in external communications.'\n )\n .optional()\n .nullable(),\n energyConservationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Energy conservation program exception.')\n .optional(),\n energyEfficientHeatingAndCoolingSystems: z\n .boolean()\n .describe(\n \"Energy efficient heating and cooling systems. The property doesn't use chlorofluorocarbon\\n(CFC)-based refrigerants in heating, ventilating, and air-conditioning systems unless a\\nthird-party audit shows it's not economically feasible. The CFC-based refrigerants which are\\nused should have a Global Warming Potential (GWP) ≤ 10. The property uses occupancy sensors\\non HVAC systems in back-of-house spaces, meeting rooms, and other low-traffic areas.\"\n )\n .optional()\n .nullable(),\n energyEfficientHeatingAndCoolingSystemsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Energy efficient heating and cooling systems exception.'\n )\n .optional(),\n energyEfficientLighting: z\n .boolean()\n .describe(\n \"Energy efficient lighting. At least 75% of the property's lighting is energy efficient,\\nusing lighting that is more than 45 lumens per watt – typically LED or CFL lightbulbs.\"\n )\n .optional()\n .nullable(),\n energyEfficientLightingException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Energy efficient lighting exception.')\n .optional(),\n energySavingThermostats: z\n .boolean()\n .describe(\n 'Energy saving thermostats. The property installed energy-saving thermostats throughout the\\nbuilding to conserve energy when rooms or areas are not in use. Energy-saving thermostats\\nare devices that control heating/cooling in the building by learning temperature preferences\\nand automatically adjusting to energy-saving temperatures as the default. The thermostats\\nare automatically set to a temperature between 68-78 degrees F (20-26 °C), depending on\\nseasonality. In the winter, set the thermostat to 68°F (20°C) when the room is occupied,\\nlowering room temperature when unoccupied. In the summer, set the thermostat to 78°F (26°C)\\nwhen the room is occupied.'\n )\n .optional()\n .nullable(),\n energySavingThermostatsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Energy saving thermostats exception.')\n .optional(),\n greenBuildingDesign: z\n .boolean()\n .describe(\n 'Output only. Green building design. True if the property has been awarded a relevant\\ncertification.'\n )\n .optional()\n .nullable(),\n greenBuildingDesignException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Output only. Green building design exception.')\n .optional(),\n independentOrganizationAuditsEnergyUse: z\n .boolean()\n .describe(\n 'Independent organization audits energy use. The property conducts an energy audit at least\\nevery 5 years, the results of which are either verified by a third-party and/or published in\\nexternal communications. An energy audit is a detailed assessment of the facility which\\nprovides recommendations to existing operations and procedures to improve energy efficiency,\\navailable incentives or rebates,and opportunities for improvements through renovations or\\nupgrades. Examples of organizations that conduct credible third party audits include: Engie\\nImpact, DNV GL (EU), Dexma, and local utility providers (they often provide energy and water\\naudits).'\n )\n .optional()\n .nullable(),\n independentOrganizationAuditsEnergyUseException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Independent organization audits energy use exception.'\n )\n .optional(),\n })\n .describe('Energy efficiency practices implemented at the hotel.')\n .optional(),\n sustainabilityCertifications: z\n .object({\n breeamCertification: z\n .enum([\n 'NO_BREEAM_CERTIFICATION',\n 'BREEAM_PASS',\n 'BREEAM_GOOD',\n 'BREEAM_VERY_GOOD',\n 'BREEAM_EXCELLENT',\n 'BREEAM_OUTSTANDING',\n ])\n .describe('BREEAM certification.')\n .optional(),\n breeamCertificationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('BREEAM certification exception.')\n .optional(),\n ecoCertifications: z\n .array(\n z.object({\n awarded: z\n .boolean()\n .describe(\n 'Whether the eco certificate was awarded or not.'\n )\n .optional()\n .nullable(),\n awardedException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Awarded exception.')\n .optional(),\n ecoCertificate: z\n .enum([\n 'ISO14001',\n 'ISO50001',\n 'ASIAN_ECOTOURISM',\n 'BIOSPHERE_RESPOSNIBLE_TOURISM',\n 'BUREAU_VERITAS',\n 'CONTROL_UNION',\n 'EARTHCHECK',\n 'ECO_CERTIFICATION_MALTA',\n 'ECOTOURISM_AUSTRALIAS_ECO',\n 'GREAT_GREEN_DEAL',\n 'GREEN_GLOBE',\n 'GREEN_GROWTH2050',\n 'GREEN_KEY',\n 'GREEN_KEY_ECO_RATING',\n 'GREEN_SEAL',\n 'GREEN_STAR',\n 'GREEN_TOURISM_ACTIVE',\n 'HILTON_LIGHTSTAY',\n 'HOSTELLING_INTERNATIONALS_QUALITY_AND_SUSTAINABILITY',\n 'HOTELES_MAS_VERDES',\n 'NORDIC_SWAN_ECOLABEL',\n 'PREFERRED_BY_NATURE_SUSTAINABLE_TOURISM',\n 'SUSTAINABLE_TRAVEL_IRELAND',\n 'TOF_TIGERS_INITITIVES_PUG',\n 'TRAVELIFE',\n 'UNITED_CERTIFICATION_SYSTEMS_LIMITED',\n 'VIREO_SRL',\n ])\n .describe('Required. The eco certificate.')\n .optional(),\n })\n )\n .max(50)\n .optional(),\n leedCertification: z\n .enum([\n 'NO_LEED_CERTIFICATION',\n 'LEED_CERTIFIED',\n 'LEED_SILVER',\n 'LEED_GOLD',\n 'LEED_PLATINUM',\n ])\n .describe('LEED certification.')\n .optional(),\n leedCertificationException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('LEED certification exception.')\n .optional(),\n })\n .describe(\n 'Sustainability certifications the hotel has been awarded. Deprecated: this field is no\\nlonger populated. All certification data is now provided by BeCause.'\n )\n .optional(),\n sustainableSourcing: z\n .object({\n ecoFriendlyToiletries: z\n .boolean()\n .describe(\n 'Eco friendly toiletries. Soap, shampoo, lotion, and other toiletries provided for guests\\nhave a nationally or internationally recognized sustainability certification, such as USDA\\nOrganic, EU Organic, or cruelty-free.'\n )\n .optional()\n .nullable(),\n ecoFriendlyToiletriesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Eco friendly toiletries exception.')\n .optional(),\n locallySourcedFoodAndBeverages: z\n .boolean()\n .describe(\n 'Locally sourced food and beverages. Property sources locally in order to lower the\\nenvironmental footprint from reduced transportation and to stimulate the local economy.\\nProducts produced less than 62 miles from the establishment are normally considered as\\nlocally produced.'\n )\n .optional()\n .nullable(),\n locallySourcedFoodAndBeveragesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Locally sourced food and beverages exception.')\n .optional(),\n organicCageFreeEggs: z\n .boolean()\n .describe(\n 'Organic cage free eggs. The property sources 100% certified organic and cage-free eggs\\n(shell, liquid, and egg products). Cage-free means hens are able to walk, spread their wings\\nand lay their eggs in nests).'\n )\n .optional()\n .nullable(),\n organicCageFreeEggsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Organic cage free eggs exception.')\n .optional(),\n organicFoodAndBeverages: z\n .boolean()\n .describe(\n 'Organic food and beverages. At least 25% of food and beverages, by spend, are certified\\norganic. Organic means products that are certified to one of the organic standard listed in\\nthe IFOAM family of standards. Qualifying certifications include USDA Organic and EU\\nOrganic, among others.'\n )\n .optional()\n .nullable(),\n organicFoodAndBeveragesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Organic food and beverages exception.')\n .optional(),\n responsiblePurchasingPolicy: z\n .boolean()\n .describe(\n 'Responsible purchasing policy. The property has a responsible procurement policy in place.\\nResponsible means integration of social, ethical, and/or environmental performance factors\\ninto the procurement process when selecting suppliers.'\n )\n .optional()\n .nullable(),\n responsiblePurchasingPolicyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Responsible purchasing policy exception.')\n .optional(),\n responsiblySourcesSeafood: z\n .boolean()\n .describe(\n 'Responsibly sources seafood. The property does not source seafood from the Monterey Bay\\nAquarium Seafood Watch \"avoid\" list, and must sustainably source seafood listed as \"good\\nalternative,\" \"eco-certified,\" and \"best choice\". The property has a policy outlining a\\ncommitment to source Marine Stewardship Council (MSC) and/or Aquaculture Stewardship Council\\n(ASC) Chain of Custody certified seafood.'\n )\n .optional()\n .nullable(),\n responsiblySourcesSeafoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Responsibly sources seafood exception.')\n .optional(),\n veganMeals: z\n .boolean()\n .describe(\n 'Vegan meals. The property provides vegan menu options for guests. Vegan food does not\\ncontain animal products or byproducts.'\n )\n .optional()\n .nullable(),\n veganMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Vegan meals exception.')\n .optional(),\n vegetarianMeals: z\n .boolean()\n .describe(\n 'Vegetarian meals. The property provides vegetarian menu options for guests. Vegetarian food\\ndoes not contain meat, poultry, fish, or seafood.'\n )\n .optional()\n .nullable(),\n vegetarianMealsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Vegetarian meals exception.')\n .optional(),\n })\n .describe(\n 'Sustainable sourcing practices implemented at the hotel.'\n )\n .optional(),\n wasteReduction: z\n .object({\n compostableFoodContainersAndCutlery: z\n .boolean()\n .describe(\n 'Compostable food containers and cutlery. 100% of food service containers and to-go cutlery\\nare compostable, and reusable utensils are offered wherever possible. Compostable materials\\nare capable of undergoing biological decomposition in a compost site, such that material is\\nnot visually distinguishable and breaks down into carbon dioxide, water, inorganic\\ncompounds, and biomass.'\n )\n .optional()\n .nullable(),\n compostableFoodContainersAndCutleryException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Compostable food containers and cutlery exception.')\n .optional(),\n compostsExcessFood: z\n .boolean()\n .describe(\n 'Composts excess food. The property has a program and/or policy for diverting waste from\\nlandfill by composting food and yard waste, either through compost collection and off-site\\nprocessing or on-site compost processing.'\n )\n .optional()\n .nullable(),\n compostsExcessFoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Composts excess food exception.')\n .optional(),\n donatesExcessFood: z\n .boolean()\n .describe(\n 'Donates excess food. The property has a program and/or policy for diverting waste from\\nlandfill that may include efforts to donate for human consumption or divert food for animal\\nfeed.'\n )\n .optional()\n .nullable(),\n donatesExcessFoodException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Donates excess food exception.')\n .optional(),\n foodWasteReductionProgram: z\n .boolean()\n .describe(\n 'Food waste reduction program. The property has established a food waste reduction and\\ndonation program, aiming to reduce food waste by half. These programs typically use tools\\nsuch as the Hotel Kitchen Toolkit and others to track waste and measure progress.'\n )\n .optional()\n .nullable(),\n foodWasteReductionProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Food waste reduction program exception.')\n .optional(),\n noSingleUsePlasticStraws: z\n .boolean()\n .describe(\n 'No single use plastic straws. The property bans single-use plastic straws.'\n )\n .optional()\n .nullable(),\n noSingleUsePlasticStrawsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No single use plastic straws exception.')\n .optional(),\n noSingleUsePlasticWaterBottles: z\n .boolean()\n .describe(\n 'No single use plastic water bottles. The property bans single-use plastic water bottles.'\n )\n .optional()\n .nullable(),\n noSingleUsePlasticWaterBottlesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No single use plastic water bottles exception.')\n .optional(),\n noStyrofoamFoodContainers: z\n .boolean()\n .describe(\n 'No styrofoam food containers. The property eliminates the use of Styrofoam in disposable\\nfood service items.'\n )\n .optional()\n .nullable(),\n noStyrofoamFoodContainersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('No styrofoam food containers exception.')\n .optional(),\n recyclingProgram: z\n .boolean()\n .describe(\n 'Recycling program. The property has a recycling program, aligned with LEED waste\\nrequirements, and a policy outlining efforts to send less than 50% of waste to landfill. The\\nrecycling program includes storage locations for recyclable materials, including mixed\\npaper, corrugated cardboard, glass, plastics, and metals.'\n )\n .optional()\n .nullable(),\n recyclingProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Recycling program exception.')\n .optional(),\n refillableToiletryContainers: z\n .boolean()\n .describe(\n 'Refillable toiletry containers. The property has replaced miniature individual containers\\nwith refillable amenity dispensers for shampoo, conditioner, soap, and lotion.'\n )\n .optional()\n .nullable(),\n refillableToiletryContainersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Refillable toiletry containers exception.')\n .optional(),\n safelyDisposesBatteries: z\n .boolean()\n .describe(\n 'Safely disposes batteries. The property safely stores and disposes batteries.'\n )\n .optional()\n .nullable(),\n safelyDisposesBatteriesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely disposes batteries exception.')\n .optional(),\n safelyDisposesElectronics: z\n .boolean()\n .describe(\n 'Safely disposes electronics. The property has a reputable recycling program that keeps\\nhazardous electronic parts and chemical compounds out of landfills, dumps and other\\nunauthorized abandonment sites, and recycles/reuses applicable materials. (e.g. certified\\nelectronics recyclers).'\n )\n .optional()\n .nullable(),\n safelyDisposesElectronicsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely disposes electronics exception.')\n .optional(),\n safelyDisposesLightbulbs: z\n .boolean()\n .describe(\n 'Safely disposes lightbulbs. The property safely stores and disposes lightbulbs.'\n )\n .optional()\n .nullable(),\n safelyDisposesLightbulbsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely disposes lightbulbs exception.')\n .optional(),\n safelyHandlesHazardousSubstances: z\n .boolean()\n .describe(\n 'Safely handles hazardous substances. The property has a hazardous waste management program\\naligned wit GreenSeal and LEED requirements, and meets all regulatory requirements for\\nhazardous waste disposal and recycling. Hazardous means substances that are classified as\\n\"hazardous\" by an authoritative body (such as OSHA or DOT), are labeled with signal words\\nsuch as \"Danger,\" \"Caution,\" \"Warning,\" or are flammable, corrosive, or ignitable.\\nRequirements include: - The property shall maintain records of the efforts it has made to\\nreplace the hazardous substances it uses with less hazardous alternatives. - An inventory of\\nthe hazardous materials stored on-site. - Products intended for cleaning, dishwashing,\\nlaundry, and pool maintenance shall be stored in clearly labeled containers. These\\ncontainers shall be checked regularly for leaks, and replaced a necessary. - Spill\\ncontainment devices shall be installed to collect spills, drips, or leaching of chemicals.'\n )\n .optional()\n .nullable(),\n safelyHandlesHazardousSubstancesException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Safely handles hazardous substances exception.')\n .optional(),\n soapDonationProgram: z\n .boolean()\n .describe(\n 'Soap donation program. The property participates in a soap donation program such as Clean\\nthe World or something similar.'\n )\n .optional()\n .nullable(),\n soapDonationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Soap donation program exception.')\n .optional(),\n toiletryDonationProgram: z\n .boolean()\n .describe(\n 'Toiletry donation program. The property participates in a toiletry donation program such as\\nClean the World or something similar.'\n )\n .optional()\n .nullable(),\n toiletryDonationProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Toiletry donation program exception.')\n .optional(),\n waterBottleFillingStations: z\n .boolean()\n .describe(\n 'Water bottle filling stations. The property offers water stations throughout the building\\nfor guest use.'\n )\n .optional()\n .nullable(),\n waterBottleFillingStationsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water bottle filling stations exception.')\n .optional(),\n })\n .describe('Waste reduction practices implemented at the hotel.')\n .optional(),\n waterConservation: z\n .object({\n independentOrganizationAuditsWaterUse: z\n .boolean()\n .describe(\n 'Independent organization audits water use. The property conducts a water conservation audit\\nevery 5 years, the results of which are either verified by a third-party and/or published in\\nexternal communications. A water conservation audit is a detailed assessment of the\\nfacility, providing recommendations to existing operations and procedures to improve water\\nefficiency, available incentives or rebates, and opportunities for improvements through\\nrenovations or upgrades. Examples of organizations who conduct credible third party audits\\ninclude: Engie Impact, and local utility providers (they often provide energy and water\\naudits).'\n )\n .optional()\n .nullable(),\n independentOrganizationAuditsWaterUseException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe(\n 'Independent organization audits water use exception.'\n )\n .optional(),\n linenReuseProgram: z\n .boolean()\n .describe(\n 'Linen reuse program. The property offers a linen reuse program.'\n )\n .optional()\n .nullable(),\n linenReuseProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Linen reuse program exception.')\n .optional(),\n towelReuseProgram: z\n .boolean()\n .describe(\n 'Towel reuse program. The property offers a towel reuse program.'\n )\n .optional()\n .nullable(),\n towelReuseProgramException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Towel reuse program exception.')\n .optional(),\n waterSavingShowers: z\n .boolean()\n .describe(\n \"Water saving showers. All of the property's guest rooms have shower heads that use no more\\nthan 2.0 gallons per minute (gpm).\"\n )\n .optional()\n .nullable(),\n waterSavingShowersException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water saving showers exception.')\n .optional(),\n waterSavingSinks: z\n .boolean()\n .describe(\n \"Water saving sinks. All of the property's guest rooms have bathroom faucets that use a\\nmaximum of 1.5 gallons per minute (gpm), public restroom faucets do not exceed 0.5 gpm, and\\nkitchen faucets (excluding faucets used exclusively for filling operations) do not exceed\\n2.2 gpm.\"\n )\n .optional()\n .nullable(),\n waterSavingSinksException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water saving sinks exception.')\n .optional(),\n waterSavingToilets: z\n .boolean()\n .describe(\n \"Water saving toilets. All of the property's toilets use 1.6 gallons per flush, or less.\"\n )\n .optional()\n .nullable(),\n waterSavingToiletsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Water saving toilets exception.')\n .optional(),\n })\n .describe('Water conservation practices implemented at the hotel.')\n .optional(),\n })\n .describe('Sustainability practices implemented at the hotel.')\n .optional(),\n transportation: z\n .object({\n airportShuttle: z\n .boolean()\n .describe(\n \"Airport shuttle. The hotel provides guests with a chauffeured van or bus to and from the\\nairport. Can be free or for a fee. Guests may share the vehicle with other guests unknown to\\nthem. Applies if the hotel has a third-party shuttle service (office/desk etc.) within the\\nhotel. As long as hotel provides this service, it doesn't matter if it's directly with them\\nor a third party they work with. Does not apply if guest has to coordinate with an entity\\noutside/other than the hotel.\"\n )\n .optional()\n .nullable(),\n airportShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Airport shuttle exception.')\n .optional(),\n carRentalOnProperty: z\n .boolean()\n .describe(\n 'Car rental on property. A branch of a rental car company with a processing desk in the\\nhotel. Available cars for rent may be awaiting at the hotel or in a nearby lot.'\n )\n .optional()\n .nullable(),\n carRentalOnPropertyException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Car rental on property exception.')\n .optional(),\n freeAirportShuttle: z\n .boolean()\n .describe(\n 'Free airport shuttle. Airport shuttle is free to guests. Must be free to all guests without\\nany conditions.'\n )\n .optional()\n .nullable(),\n freeAirportShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free airport shuttle exception.')\n .optional(),\n freePrivateCarService: z\n .boolean()\n .describe(\n 'Free private car service. Private chauffeured car service is free to guests.'\n )\n .optional()\n .nullable(),\n freePrivateCarServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free private car service exception.')\n .optional(),\n localShuttle: z\n .boolean()\n .describe(\n 'Local shuttle. A car, van or bus provided by the hotel to transport guests to destinations\\nwithin a specified range of distance around the hotel. Usually shopping and/or convention\\ncenters, downtown districts, or beaches. Can be free or for a fee.'\n )\n .optional()\n .nullable(),\n localShuttleException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Local shuttle exception.')\n .optional(),\n privateCarService: z\n .boolean()\n .describe(\n 'Private car service. Hotel provides a private chauffeured car to transport guests to\\ndestinations. Passengers in the car are either alone or are known to one another and have\\nrequested the car together. Service can be free or for a fee and travel distance is usually\\nlimited to a specific range. Not a taxi.'\n )\n .optional()\n .nullable(),\n privateCarServiceException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Private car service exception.')\n .optional(),\n transfer: z\n .boolean()\n .describe(\n 'Transfer. Hotel provides a shuttle service or car service to take guests to and from the\\nnearest airport or train station. Can be free or for a fee. Guests may share the vehicle\\nwith other guests unknown to them.'\n )\n .optional()\n .nullable(),\n transferException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Transfer exception.')\n .optional(),\n })\n .describe(\n 'Vehicles or vehicular services facilitated or owned by the property.'\n )\n .optional(),\n wellness: z\n .object({\n doctorOnCall: z\n .boolean()\n .describe(\n 'Doctor on call. The hotel has a contract with a medical professional who provides services\\nto hotel guests should they fall ill during their stay. The doctor may or may not have an\\non-site office or be at the hotel at all times.'\n )\n .optional()\n .nullable(),\n doctorOnCallException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Doctor on call exception.')\n .optional(),\n ellipticalMachine: z\n .boolean()\n .describe(\n 'Elliptical machine. An electric, stationary fitness machine with pedals that simulates\\nclimbing, walking or running and provides a user-controlled range of speeds and tensions.\\nMay not have arm-controlled levers to work out the upper body as well. Commonly found in a\\ngym, fitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n ellipticalMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Elliptical machine exception.')\n .optional(),\n fitnessCenter: z\n .boolean()\n .describe(\n 'Fitness center. A room or building at the hotel containing equipment to promote physical\\nactivity, such as treadmills, elliptical machines, stationary bikes, weight machines, free\\nweights, and/or stretching mats. Use of the fitness center can be free or for a fee. May or\\nmay not be staffed. May or may not offer instructor-led classes in various styles of\\nphysical conditioning. May or may not be open 24/7. May or may not include locker rooms and\\nshowers. Also known as health club, gym, fitness room, health center.'\n )\n .optional()\n .nullable(),\n fitnessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Fitness center exception.')\n .optional(),\n freeFitnessCenter: z\n .boolean()\n .describe(\n 'Free fitness center. Guests may use the fitness center for free.'\n )\n .optional()\n .nullable(),\n freeFitnessCenterException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free fitness center exception.')\n .optional(),\n freeWeights: z\n .boolean()\n .describe(\n 'Free weights. Individual handheld fitness equipment of varied weights used for upper body\\nstrength training or bodybuilding. Also known as barbells, dumbbells, or kettlebells. Often\\nstored on a rack with the weights arranged from light to heavy. Commonly found in a gym,\\nfitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n freeWeightsException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Free weights exception.')\n .optional(),\n massage: z\n .boolean()\n .describe(\n \"Massage. A service provided by a trained massage therapist involving the physical\\nmanipulation of a guest's muscles in order to achieve relaxation or pain relief.\"\n )\n .optional()\n .nullable(),\n massageException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Massage exception.')\n .optional(),\n salon: z\n .boolean()\n .describe(\n 'Salon. A room at the hotel where professionals provide hair styling services such as\\nshampooing, blow drying, hair dos, hair cutting and hair coloring. Also known as hairdresser\\nor beauty salon.'\n )\n .optional()\n .nullable(),\n salonException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Salon exception.')\n .optional(),\n sauna: z\n .boolean()\n .describe(\n 'Sauna. A wood-paneled room heated to a high temperature where guests sit on built-in wood\\nbenches for the purpose of perspiring and relaxing their muscles. Can be dry or slightly wet\\nheat. Not a steam room.'\n )\n .optional()\n .nullable(),\n saunaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Sauna exception.')\n .optional(),\n spa: z\n .boolean()\n .describe(\n 'Spa. A designated area, room or building at the hotel offering health and beauty treatment\\nthrough such means as steam baths, exercise equipment, and massage. May also offer facials,\\nnail care, and hair care. Services are usually available by appointment and for an\\nadditional fee. Does not apply if hotel only offers a steam room; must offer other beauty\\nand/or health treatments as well.'\n )\n .optional()\n .nullable(),\n spaException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Spa exception.')\n .optional(),\n treadmill: z\n .boolean()\n .describe(\n 'Treadmill. An electric stationary fitness machine that simulates a moving path to promote\\nwalking or running within a range of user-controlled speeds and inclines. Also known as\\nrunning machine. Commonly found in a gym, fitness room, health center, or health club.'\n )\n .optional()\n .nullable(),\n treadmillException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Treadmill exception.')\n .optional(),\n weightMachine: z\n .boolean()\n .describe(\n 'Weight machine. Non-electronic fitness equipment designed for the user to target the\\nexertion of different muscles. Usually incorporates a padded seat, a stack of flat weights\\nand various bars and pulleys. May be designed for toning a specific part of the body or may\\ninvolve different user-controlled settings, hardware and pulleys so as to provide an overall\\nworkout in one machine. Commonly found in a gym, fitness center, fitness room, or health\\nclub.'\n )\n .optional()\n .nullable(),\n weightMachineException: z\n .enum([\n 'UNDER_CONSTRUCTION',\n 'DEPENDENT_ON_SEASON',\n 'DEPENDENT_ON_DAY_OF_WEEK',\n ])\n .describe('Weight machine exception.')\n .optional(),\n })\n .describe(\n 'Guest facilities at the property to promote or maintain health, beauty, and fitness.'\n )\n .optional(),\n })\n .describe(\n \"The location's hotel data after the update, as Google returned it.\"\n )\n .optional(),\n});\nexport const ListAttributeMetadataRequest = /*#__PURE__*/ z.object({\n options: z.intersection(\n z.object({\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language code for localized display names. If unset, Google falls\\nback to English. Optional.'\n )\n .max(35)\n .optional(),\n paging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n \"Cursor-based paging. `limit` maps to Google's page size (unset uses a\\nserver default of 200, min 1); `cursor` is the `next` token returned by a\\nprevious response (an opaque Google page token).\"\n )\n .optional(),\n }),\n z.xor([\n z.object({\n categoryRegion: z.never().optional(),\n locationId: z\n .string()\n .describe(\"ID of the location. This is Google's location identifier.\")\n .min(1)\n .max(255),\n }),\n z.object({\n locationId: z.never().optional(),\n categoryRegion: z\n .object({\n categoryId: z\n .string()\n .describe(\n 'Google category stable id, without the \"categories/\" prefix\\n(e.g. \"gcid:restaurant\").'\n )\n .min(1)\n .max(255)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\") to look up available\\nattributes for.'\n )\n .optional(),\n })\n .describe(\n 'A Google category + country pair, for previewing attributes before a\\nlocation exists.'\n ),\n }),\n ])\n ),\n});\nexport const ListAttributeMetadataResponse = /*#__PURE__*/ z.object({\n attributeMetadata: z\n .array(\n z.object({\n attributeId: z\n .string()\n .describe(\n 'Attribute key, such as `has_wifi`, without the `attributes/` prefix. Pass it\\nas `attributeId` when writing values with Update Location Attributes.'\n )\n .max(255)\n .optional(),\n valueType: z\n .enum(['BOOL', 'ENUM', 'URL', 'REPEATED_ENUM'])\n .describe('The value type callers should provide for this attribute.')\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Localized display name for the attribute, or English if unavailable.'\n )\n .max(255)\n .optional(),\n groupDisplayName: z\n .string()\n .describe(\n 'Localized display name of the group this attribute belongs to. Related\\nattributes share a group and should be displayed together.'\n )\n .max(255)\n .optional(),\n repeatable: z\n .boolean()\n .describe('If true, the attribute supports multiple values.')\n .optional(),\n valueMetadata: z\n .array(\n z.intersection(\n z.object({\n displayName: z\n .string()\n .describe(\n 'Localized display name for this value, or English if unavailable (e.g.\\n\"Paid\" for a Wi-Fi attribute).'\n )\n .max(255)\n .optional(),\n }),\n z.xor([\n z.object({\n stringValue: z.never().optional(),\n boolValue: z.never().optional(),\n numberValue: z.never().optional(),\n }),\n z.object({\n boolValue: z.never().optional(),\n numberValue: z.never().optional(),\n stringValue: z\n .string()\n .describe('String/enum value token.')\n .max(255),\n }),\n z.object({\n stringValue: z.never().optional(),\n numberValue: z.never().optional(),\n boolValue: z.boolean().describe('Boolean value.'),\n }),\n z.object({\n stringValue: z.never().optional(),\n boolValue: z.never().optional(),\n numberValue: z.number().describe('Numeric value.'),\n }),\n ])\n )\n )\n .max(200)\n .optional(),\n deprecated: z\n .boolean()\n .describe(\n 'If true, the attribute is deprecated and should no longer be used.'\n )\n .optional(),\n })\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Paging metadata. `cursors.next` is the token to specify for the next page, and\\n`hasNext` says whether there is one.'\n )\n .optional(),\n});\nexport const ListCategoriesRequest = /*#__PURE__*/ z.object({\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\") the catalog is scoped to.\\nCategories differ per country, so this is required.'\n ),\n options: z.object({\n languageCode: z\n .string()\n .describe(\n 'Language to return the category display names in, as a BCP-47 code such as\\n`he` or `fr`. Required.'\n )\n .min(1)\n .max(35),\n searchTerm: z\n .string()\n .describe(\n 'Term to match against the category display name. Pass a plain term rather\\nthan a query expression. Leave it out to page through the whole catalog.'\n )\n .max(255)\n .optional(),\n view: z.enum(['BASIC', 'FULL']).optional(),\n paging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n \"Cursor-based paging. `limit` maps to Google's page size (unset uses a\\nserver default of 100, min 1, max 100); `cursor` is the `next` token\\nreturned by a previous response (an opaque Google page token).\"\n )\n .optional(),\n locationId: z\n .string()\n .describe(\n \"Optional. Whose Google credentials to read the catalog with. This isn't a\\nfilter: the catalog is the same for everyone, so it doesn't change which\\ncategories come back.\\n\\nSend it when you already have a location, so the read counts against that\\nsite owner's own Google quota. Leave it out before any location exists, for\\nexample in a create-location flow.\"\n )\n .max(255)\n .optional(),\n }),\n});\nexport const ListCategoriesResponse = /*#__PURE__*/ z.object({\n categories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n 'Google category resource name, e.g. \"categories/gcid:restaurant\". Assign\\nas-is to Category.id when creating or updating a location.'\n )\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name in the requested language, or English if unavailable.'\n )\n .max(200)\n .optional(),\n serviceTypes: z\n .array(\n z.object({\n serviceTypeId: z\n .string()\n .describe(\"Google's stable id for the service type.\")\n .max(255)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name in the requested language, or English if unavailable.'\n )\n .max(255)\n .optional(),\n })\n )\n .max(200)\n .optional(),\n moreHoursTypes: z\n .array(\n z.object({\n hoursTypeId: z\n .string()\n .describe(\"Google's stable id for the hours type.\")\n .max(255)\n .optional(),\n displayName: z\n .string()\n .describe('English display name, singular (\"Drive through\").')\n .max(255)\n .optional(),\n localizedDisplayName: z\n .string()\n .describe(\n 'Display name in the requested language, plural where the language\\ndistinguishes it. Falls back to English when unavailable.'\n )\n .max(255)\n .optional(),\n })\n )\n .max(200)\n .optional(),\n })\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Paging metadata. `cursors.next` is the token to specify for the next page, and\\n`hasNext` says whether there is one.'\n )\n .optional(),\n});\nexport const GetVerificationOptionsRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n});\nexport const GetVerificationOptionsResponse = /*#__PURE__*/ z.object({\n options: z\n .array(\n z.object({\n method: z\n .enum(['ADDRESS', 'EMAIL', 'PHONE_CALL', 'SMS', 'AUTO'])\n .describe('The verification method.')\n .optional(),\n displayData: z\n .string()\n .describe(\n 'For PHONE or EMAIL methods: the phone number / email address to\\nwhich Google will send the PIN.'\n )\n .max(255)\n .optional(),\n })\n )\n .optional(),\n});\nexport const StartVerificationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n method: z.enum(['ADDRESS', 'EMAIL', 'PHONE_CALL', 'SMS', 'AUTO']),\n options: z\n .object({\n methodInput: z\n .string()\n .describe(\n 'Input the chosen method needs, such as the email address for email\\nverification, or the phone number for a call or SMS.'\n )\n .max(255)\n .optional(),\n })\n .optional(),\n});\nexport const StartVerificationResponse = /*#__PURE__*/ z.object({\n pendingVerificationId: z\n .string()\n .describe(\n \"Opaque ID for this verification.\\n\\nFor a PIN-based method, pass this back to Complete Verification.\\n\\nIt's also set for automatic verification, which has no PIN and no Complete\\nVerification step. So its presence doesn't tell you whether there's more to\\ndo: branch on `verificationState` instead, where `VERIFIED` means the flow\\nis already finished.\"\n )\n .max(255)\n .optional(),\n verificationState: z\n .enum(['UNVERIFIED', 'PENDING_VERIFICATION', 'VERIFIED'])\n .describe('Verification state after starting the process.')\n .optional(),\n});\nexport const CompleteVerificationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n pin: z\n .string()\n .describe('The PIN the site owner received by the method they chose.')\n .min(4)\n .max(8),\n options: z.object({\n pendingVerificationId: z\n .string()\n .describe(\n 'The `pendingVerificationId` that Start Verification returned for this\\nverification. Store it between starting and completing, which can span\\nsessions.'\n )\n .min(1)\n .max(255),\n }),\n});\nexport const CompleteVerificationResponse = /*#__PURE__*/ z.object({\n verificationState: z\n .enum(['UNVERIFIED', 'PENDING_VERIFICATION', 'VERIFIED'])\n .describe('Verification state after completing the process.')\n .optional(),\n});\nexport const GetVoiceOfMerchantRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n});\nexport const GetVoiceOfMerchantResponse = /*#__PURE__*/ z.object({\n voiceOfMerchant: z\n .object({\n hasVoiceOfMerchant: z\n .boolean()\n .describe(\n 'Whether the location is ready to be acted on by the merchant.'\n )\n .optional(),\n hasBusinessAuthority: z\n .boolean()\n .describe(\n 'Whether the merchant has business-authority (claim) for the location.'\n )\n .optional(),\n state: z\n .enum([\n 'WAIT_FOR_VOICE_OF_MERCHANT',\n 'RESOLVE_OWNERSHIP_CONFLICT',\n 'COMPLY_WITH_GUIDELINES',\n 'VERIFY',\n ])\n .describe(\n 'The action (if any) Google recommends the merchant take to obtain or\\nrestore voice-of-merchant. `STATE_NONE` means no action is required at\\nthis time.'\n )\n .optional(),\n recommendationReason: z\n .enum(['BUSINESS_LOCATION_SUSPENDED', 'BUSINESS_LOCATION_DISABLED'])\n .describe(\n 'Set when `state == COMPLY_WITH_GUIDELINES`: why Google is asking the\\nmerchant to review the guidelines.'\n )\n .optional(),\n hasPendingVerification: z\n .boolean()\n .describe(\n 'Set when `state == VERIFY`: true when a Verification resource is already\\nin flight for the location (StartVerification was already called and the\\nPIN is in transit).'\n )\n .optional(),\n })\n .describe('The Voice-of-Merchant state as reported by Google.')\n .optional(),\n});\nexport const GetLocationInsightsRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n timeRange: z\n .object({\n startDate: z\n .date()\n .describe(\n 'Start of the time range (inclusive). Truncated to UTC midnight.'\n )\n .optional()\n .nullable(),\n endDate: z\n .date()\n .describe(\n 'End of the time range (inclusive). Truncated to UTC midnight.'\n )\n .optional()\n .nullable(),\n })\n .describe('Time range for the insights query.'),\n options: z.object({\n metricTypes: z\n .array(\n z.enum([\n 'BUSINESS_IMPRESSIONS_DESKTOP_MAPS',\n 'BUSINESS_IMPRESSIONS_DESKTOP_SEARCH',\n 'BUSINESS_IMPRESSIONS_MOBILE_MAPS',\n 'BUSINESS_IMPRESSIONS_MOBILE_SEARCH',\n 'BUSINESS_CONVERSATIONS',\n 'BUSINESS_DIRECTION_REQUESTS',\n 'CALL_CLICKS',\n 'WEBSITE_CLICKS',\n 'BUSINESS_BOOKINGS',\n 'BUSINESS_FOOD_ORDERS',\n 'BUSINESS_FOOD_MENU_CLICKS',\n ])\n )\n .max(11),\n }),\n});\nexport const GetLocationInsightsResponse = /*#__PURE__*/ z.object({\n metrics: z\n .array(\n z.object({\n metricType: z\n .enum([\n 'BUSINESS_IMPRESSIONS_DESKTOP_MAPS',\n 'BUSINESS_IMPRESSIONS_DESKTOP_SEARCH',\n 'BUSINESS_IMPRESSIONS_MOBILE_MAPS',\n 'BUSINESS_IMPRESSIONS_MOBILE_SEARCH',\n 'BUSINESS_CONVERSATIONS',\n 'BUSINESS_DIRECTION_REQUESTS',\n 'CALL_CLICKS',\n 'WEBSITE_CLICKS',\n 'BUSINESS_BOOKINGS',\n 'BUSINESS_FOOD_ORDERS',\n 'BUSINESS_FOOD_MENU_CLICKS',\n ])\n .describe('The metric this breakdown is for.')\n .optional(),\n totalValue: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe('Total value for the requested time range.')\n .optional(),\n dailyValues: z\n .array(\n z.object({\n date: z\n .date()\n .describe(\n 'Date for this data point. Truncated to UTC midnight.'\n )\n .optional()\n .nullable(),\n value: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe('Value for this day.')\n .optional(),\n })\n )\n .max(366)\n .optional(),\n })\n )\n .optional(),\n});\nexport const ListSearchKeywordImpressionsRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID. This is Google's location identifier.\")\n .min(1)\n .max(255),\n monthlyRange: z\n .object({\n startMonth: z\n .object({\n year: z\n .number()\n .int()\n .describe('Calendar year, from 1 through 9999.')\n .min(1)\n .max(9999)\n .optional(),\n month: z\n .number()\n .int()\n .describe(\n 'Calendar month number, from January (1) through December (12).'\n )\n .min(1)\n .max(12)\n .optional(),\n })\n .describe('First month to include.')\n .optional(),\n endMonth: z\n .object({\n year: z\n .number()\n .int()\n .describe('Calendar year, from 1 through 9999.')\n .min(1)\n .max(9999)\n .optional(),\n month: z\n .number()\n .int()\n .describe(\n 'Calendar month number, from January (1) through December (12).'\n )\n .min(1)\n .max(12)\n .optional(),\n })\n .describe('Last month to include.')\n .optional(),\n })\n .describe('Inclusive calendar-month range to query.'),\n options: z\n .object({\n paging: z\n .object({\n limit: z\n .number()\n .int()\n .describe('Maximum number of items to return in the results.')\n .min(0)\n .max(100)\n .optional()\n .nullable(),\n cursor: z\n .string()\n .describe(\n \"Pointer to the next or previous page in the list of results.\\n\\nPass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\\nNot relevant for the first request.\"\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n \"Cursor-based paging. Unset `limit` uses 100; Google's maximum is 100.\"\n )\n .optional(),\n })\n .optional(),\n});\nexport const ListSearchKeywordImpressionsResponse = /*#__PURE__*/ z.object({\n keywordImpressions: z\n .array(\n z.intersection(\n z.object({\n searchKeyword: z\n .string()\n .describe(\n 'Search term entered by a Google user. May contain personally identifiable information.'\n )\n .max(4096)\n .optional(),\n }),\n z.xor([\n z.object({\n value: z.never().optional(),\n threshold: z.never().optional(),\n }),\n z.object({\n threshold: z.never().optional(),\n value: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe('Exact number of monthly impressions.'),\n }),\n z.object({\n value: z.never().optional(),\n threshold: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Privacy threshold below which the actual impression count falls.'\n ),\n }),\n ])\n )\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe(\n 'Paging metadata. `cursors.next` is the token to specify for the next page.'\n )\n .optional(),\n});\nexport const InviteAdminToLocationRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\n \"Location ID (Google's opaque location id) to invite the account to manage.\"\n )\n .max(1024),\n email: z\n .object({ value: z.string().optional() })\n .describe('The email of the Google account to invite as a manager. PII.'),\n options: z.object({\n role: z.enum([\n 'UNKNOWN',\n 'ADMIN_ROLE_UNSPECIFIED',\n 'MANAGER',\n 'OWNER',\n 'PRIMARY_OWNER',\n 'SITE_MANAGER',\n ]),\n }),\n});\nexport const InviteAdminToLocationResponse = /*#__PURE__*/ z.object({\n inviteId: z\n .string()\n .describe(\n \"Google's invite ID, returned for the consumer to track invitation state.\"\n )\n .max(1024)\n .optional()\n .nullable(),\n});\nexport const GetLocationAdminsRequest = /*#__PURE__*/ z.object({\n locationId: z\n .string()\n .describe(\"Location ID (Google's opaque location id) to list admins for.\")\n .max(1024),\n});\nexport const GetLocationAdminsResponse = /*#__PURE__*/ z.object({\n locationAdmins: z\n .array(\n z.object({\n _id: z\n .string()\n .describe('Identifier of this admin record.')\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n )\n .optional(),\n googleLocationId: z\n .string()\n .describe('The Google location this admin record applies to.')\n .max(1024)\n .optional(),\n name: z\n .string()\n .describe(\n 'Email address or account name of the manager, or of the invited account.'\n )\n .max(1024)\n .optional()\n .nullable(),\n accountResourceName: z\n .string()\n .describe(\n 'Resource name of the Google Account this Admin refers to (e.g.\\n\"accounts/12345\").'\n )\n .max(1024)\n .optional(),\n role: z\n .enum([\n 'UNKNOWN',\n 'ADMIN_ROLE_UNSPECIFIED',\n 'MANAGER',\n 'OWNER',\n 'PRIMARY_OWNER',\n 'SITE_MANAGER',\n ])\n .describe('Role granted to this admin.')\n .optional(),\n pendingInvitation: z\n .boolean()\n .describe(\n 'True if the admin has been invited but has not accepted yet.'\n )\n .optional(),\n })\n )\n .optional(),\n});\nexport const GetAddressSchemaByCountryCodeRequest = /*#__PURE__*/ z.object({\n countryCode: z\n .string()\n .describe('ISO 3166-1 alpha-2 country code (e.g. \"US\", \"UA\", \"KR\").'),\n options: z\n .object({\n locale: z\n .string()\n .describe(\n 'Optional BCP-47 locale (e.g. \"fr\", \"en\"). Selects the language variant for\\nadministrative-area names and triggers Google\\'s secondary-language dataset\\nfor countries that publish one. Defaults to \"en\" when empty.'\n )\n .max(35)\n .optional(),\n })\n .optional(),\n});\nexport const GetAddressSchemaByCountryCodeResponse = /*#__PURE__*/ z.object({\n schema: z\n .object({\n countryCode: z\n .string()\n .describe('Echo of the requested ISO 3166-1 alpha-2 country code.')\n .max(16)\n .optional(),\n fields: z\n .array(\n z.enum([\n 'NAME',\n 'ORGANIZATION',\n 'STREET_ADDRESS',\n 'DEPENDENT_LOCALITY',\n 'LOCALITY',\n 'ADMIN_AREA',\n 'POSTAL_CODE',\n 'SORTING_CODE',\n ])\n )\n .max(16)\n .optional(),\n requiredFields: z\n .array(\n z.enum([\n 'NAME',\n 'ORGANIZATION',\n 'STREET_ADDRESS',\n 'DEPENDENT_LOCALITY',\n 'LOCALITY',\n 'ADMIN_AREA',\n 'POSTAL_CODE',\n 'SORTING_CODE',\n ])\n )\n .max(16)\n .optional(),\n administrativeAreas: z.array(z.string()).max(200).optional(),\n postalFormat: z\n .string()\n .describe(\n 'The raw libaddressinput format template (e.g. \"%N%n%O%n%A%n%C, %S %Z\").'\n )\n .max(255)\n .optional(),\n languages: z.array(z.string()).max(20).optional(),\n administrativeAreaType: z\n .string()\n .describe(\n 'UI label type for the administrative area (e.g. \"province\", \"state\", \"do\").'\n )\n .max(64)\n .optional(),\n localityType: z\n .string()\n .describe('UI label type for the locality (e.g. \"city\", \"district\").')\n .max(64)\n .optional(),\n subLocalityType: z\n .string()\n .describe('UI label type for the sub-locality / dependent locality.')\n .max(64)\n .optional(),\n postalCodeType: z\n .string()\n .describe(\n 'UI label type for the postal code (e.g. \"postal\", \"zip\", \"pin\").'\n )\n .max(64)\n .optional(),\n })\n .describe('The decoded address form schema for the requested country.')\n .optional(),\n});\nexport const SuggestRegionsRequest = /*#__PURE__*/ z.object({\n query: z\n .string()\n .describe(\n 'Partial free-text the end-user is typing (e.g. \"new y\"). Sent per debounced\\nkeystroke; Google returns region/city predictions matching this prefix.\\nQueries shorter than 3 chars return an empty list (handled server-side),\\nnot an error.'\n )\n .min(1)\n .max(200),\n options: z.object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country to restrict results to (e.g. \"US\").'\n ),\n languageCode: z\n .string()\n .describe(\n 'Optional BCP-47 language for the returned names (e.g. \"fr\"). Defaults to\\nGoogle\\'s behavior (typically the account/region language) when empty.'\n )\n .max(35)\n .optional(),\n }),\n});\nexport const SuggestRegionsResponse = /*#__PURE__*/ z.object({\n suggestions: z\n .array(\n z.object({\n placeId: z\n .string()\n .describe(\n \"Google's opaque place identifier for the predicted region.\"\n )\n .max(255)\n .optional(),\n description: z\n .string()\n .describe(\n 'Full human-readable prediction text (e.g. \"New York, NY, USA\").'\n )\n .max(512)\n .optional(),\n mainText: z\n .string()\n .describe(\n 'Primary part of the prediction (e.g. \"New York\"), for bold styling.'\n )\n .max(512)\n .optional(),\n secondaryText: z\n .string()\n .describe(\n 'Secondary part of the prediction (e.g. \"NY, USA\"), for muted styling.'\n )\n .max(512)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n});\nexport const SuggestEstablishmentsRequest = /*#__PURE__*/ z.object({\n query: z\n .string()\n .describe(\n 'Partial free-text the end-user is typing (e.g. \"acme hard\"). Sent per\\ndebounced keystroke; Google returns business-name predictions matching\\nthis prefix. Queries shorter than 3 chars return an empty list\\n(handled server-side), not an error.'\n )\n .min(1)\n .max(200),\n options: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'Optional ISO 3166-1 alpha-2 country to restrict results to (e.g. \"US\").\\nUnlike SuggestRegions, business search is unrestricted when omitted.'\n )\n .optional()\n .nullable(),\n languageCode: z\n .string()\n .describe(\n 'Optional BCP-47 language for the returned names (e.g. \"fr\"). Defaults to\\nGoogle\\'s behavior (typically the account/region language) when empty.'\n )\n .max(35)\n .optional(),\n })\n .optional(),\n});\nexport const SuggestEstablishmentsResponse = /*#__PURE__*/ z.object({\n suggestions: z\n .array(\n z.object({\n placeId: z\n .string()\n .describe(\n \"Google's opaque place identifier for the predicted business.\"\n )\n .max(255)\n .optional(),\n description: z\n .string()\n .describe(\n 'Full human-readable prediction text (e.g. \"Acme Hardware, Main St, NYC\").'\n )\n .max(512)\n .optional(),\n mainText: z\n .string()\n .describe(\n 'Primary part of the prediction (e.g. \"Acme Hardware\"), for bold styling.'\n )\n .max(512)\n .optional(),\n secondaryText: z\n .string()\n .describe(\n 'Secondary part of the prediction (e.g. \"Main St, NYC\"), for muted styling.'\n )\n .max(512)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n});\nexport const SearchGoogleLocationsRequest = /*#__PURE__*/ z.object({\n options: z.intersection(\n z.object({}),\n z.xor([\n z.object({\n location: z.never().optional(),\n query: z\n .string()\n .describe(\n 'Free-text search (business name, optionally with an address), e.g.\\n\"Acme Hardware, Main St\". Maps to googleLocations:search {query}.'\n )\n .min(1)\n .max(200),\n }),\n z.object({\n query: z.never().optional(),\n location: z\n .object({\n name: z\n .string()\n .describe(\n 'Google resource name, e.g. \"locations/12345678901234567890\".\\nEmpty on create request; populated on response.'\n )\n .max(200)\n .optional(),\n title: z\n .string()\n .describe(\n 'Business name shown on the listing (Google\\'s \"title\").'\n )\n .min(1)\n .max(300)\n .optional(),\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language tag, e.g. \"en-US\". Required by Google, immutable.'\n )\n .optional(),\n primaryCategory: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n .describe('Primary business category. Required by Google.')\n .optional(),\n additionalCategories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n )\n .max(9)\n .optional(),\n profile: z\n .object({\n description: z\n .string()\n .describe(\n \"Description of the location in the site owner's own words. Optional, and an\\nempty value clears it on the listing. Google allows up to 750 characters.\"\n )\n .max(750)\n .optional(),\n })\n .describe(\n \"Optional. Google asks for a description for every category except lodging\\nbut doesn't enforce it, so neither does this API. Both an absent profile and\\none with an empty description are accepted.\"\n )\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").'\n )\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Storefront postal address. Required for a business that serves customers at\\nits premises, and allowed alongside `serviceArea` when that field's\\n`businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`.\"\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum([\n 'CUSTOMER_LOCATION_ONLY',\n 'CUSTOMER_AND_BUSINESS_LOCATION',\n ])\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe(\n 'Human-readable place name (e.g. \"Brooklyn, NY\").'\n )\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n \"Service-area definition (for businesses that serve customers at the\\ncustomer's location, exclusively or in addition to their storefront).\"\n )\n .optional(),\n primaryPhone: z\n .string()\n .describe('Primary business phone.')\n .max(50)\n .optional(),\n additionalPhones: z.array(z.string()).max(2).optional(),\n websiteUri: z\n .string()\n .describe(\n 'Business website.\\n\\nClear it by masking `websiteUri` on Update Google Location and sending\\n`null`. Sending an empty string is rejected.'\n )\n .url()\n .max(1000)\n .optional()\n .nullable(),\n storeCode: z\n .string()\n .describe(\n 'Merchant-defined store code (free-form identifier shown only to the merchant).'\n )\n .max(64)\n .optional(),\n regularHours: z\n .array(\n z.object({\n openDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .optional(),\n openTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business opens on `openDay`.'\n )\n .optional(),\n closeDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .optional(),\n closeTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business closes on `closeDay`.'\n )\n .optional(),\n })\n )\n .max(14)\n .optional(),\n latLng: z\n .object({\n latitude: z\n .number()\n .describe('Latitude in degrees. Must be in [-90, 90].')\n .optional(),\n longitude: z\n .number()\n .describe('Longitude in degrees. Must be in [-180, 180].')\n .optional(),\n })\n .describe('Geographic coordinates of the storefront.')\n .optional(),\n openInfo: z\n .object({\n status: z\n .enum(['OPEN', 'CLOSED_PERMANENTLY', 'CLOSED_TEMPORARILY'])\n .optional(),\n canReopen: z\n .boolean()\n .describe(\n 'Whether the listing can be reopened (only relevant for CLOSED_PERMANENTLY).'\n )\n .optional(),\n })\n .describe('Open/closed state of the listing.')\n .optional(),\n metadata: z\n .object({\n canOperateLodgingData: z\n .boolean()\n .describe(\n 'Whether this location can carry lodging (hotel) data — that is, whether\\nGet/Update Google Location Lodging are usable for it. Google derives it\\nfrom the primary category, so it flips when the category changes.'\n )\n .optional(),\n })\n .describe(\n \"Read-only signals Google reports about the listing.\\n\\nOnly populated on the read paths (Query Google Locations, Get Google\\nLocation) and on the Update Google Location response. Search Google\\nLocations reads Google's catalog rather than the merchant's own listing,\\nso it leaves this unset — don't read a default there as a \\\"no\\\".\"\n )\n .optional(),\n })\n .describe(\n 'Structured search built from data the merchant already entered. Maps to\\ngoogleLocations:search {location}. Only the fields Google matches on\\n(title, address) are meaningful; the rest are ignored for search.'\n ),\n }),\n ])\n ),\n});\nexport const SearchGoogleLocationsResponse = /*#__PURE__*/ z.object({\n matches: z\n .array(\n z.object({\n location: z\n .object({\n name: z\n .string()\n .describe(\n 'Google resource name, e.g. \"locations/12345678901234567890\".\\nEmpty on create request; populated on response.'\n )\n .max(200)\n .optional(),\n title: z\n .string()\n .describe(\n 'Business name shown on the listing (Google\\'s \"title\").'\n )\n .min(1)\n .max(300)\n .optional(),\n languageCode: z\n .string()\n .describe(\n 'BCP-47 language tag, e.g. \"en-US\". Required by Google, immutable.'\n )\n .optional(),\n primaryCategory: z\n .object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n .describe('Primary business category. Required by Google.')\n .optional(),\n additionalCategories: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n \"Google's category identifier, such as `categories/gcid:restaurant`.\\n\\nThe `categories/` prefix is optional when you send it. A bare `gcid:...` is\\naccepted and prefixed for you.\"\n )\n .min(1)\n .max(200)\n .optional(),\n displayName: z\n .string()\n .describe(\n 'Display name of the category. Returned by Google, and ignored if you send\\nit.'\n )\n .max(200)\n .optional(),\n })\n )\n .max(9)\n .optional(),\n profile: z\n .object({\n description: z\n .string()\n .describe(\n \"Description of the location in the site owner's own words. Optional, and an\\nempty value clears it on the listing. Google allows up to 750 characters.\"\n )\n .max(750)\n .optional(),\n })\n .describe(\n \"Optional. Google asks for a description for every category except lodging\\nbut doesn't enforce it, so neither does this API. Both an absent profile and\\none with an empty description are accepted.\"\n )\n .optional(),\n storefrontAddress: z\n .object({\n countryCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\").'\n )\n .optional(),\n postalCode: z\n .string()\n .describe('Postal/ZIP code.')\n .max(20)\n .optional(),\n administrativeArea: z\n .string()\n .describe('Administrative area (state, province, region).')\n .max(100)\n .optional(),\n locality: z\n .string()\n .describe('City or locality.')\n .max(100)\n .optional(),\n addressLines: z.array(z.string()).max(5).optional(),\n })\n .describe(\n \"Storefront postal address. Required for a business that serves customers at\\nits premises, and allowed alongside `serviceArea` when that field's\\n`businessType` is `CUSTOMER_AND_BUSINESS_LOCATION`.\"\n )\n .optional(),\n serviceArea: z\n .object({\n businessType: z\n .enum([\n 'CUSTOMER_LOCATION_ONLY',\n 'CUSTOMER_AND_BUSINESS_LOCATION',\n ])\n .describe('Type of service-area business.')\n .optional(),\n places: z\n .array(\n z.object({\n placeName: z\n .string()\n .describe(\n 'Human-readable place name (e.g. \"Brooklyn, NY\").'\n )\n .max(200)\n .optional(),\n placeId: z\n .string()\n .describe('Google Place ID (opaque).')\n .max(200)\n .optional(),\n })\n )\n .max(20)\n .optional(),\n regionCode: z\n .string()\n .describe(\n 'ISO 3166-1 alpha-2 country code. Required by Google for\\nCUSTOMER_LOCATION_ONLY businesses; ignored otherwise.'\n )\n .optional(),\n })\n .describe(\n \"Service-area definition (for businesses that serve customers at the\\ncustomer's location, exclusively or in addition to their storefront).\"\n )\n .optional(),\n primaryPhone: z\n .string()\n .describe('Primary business phone.')\n .max(50)\n .optional(),\n additionalPhones: z.array(z.string()).max(2).optional(),\n websiteUri: z\n .string()\n .describe(\n 'Business website.\\n\\nClear it by masking `websiteUri` on Update Google Location and sending\\n`null`. Sending an empty string is rejected.'\n )\n .url()\n .max(1000)\n .optional()\n .nullable(),\n storeCode: z\n .string()\n .describe(\n 'Merchant-defined store code (free-form identifier shown only to the merchant).'\n )\n .max(64)\n .optional(),\n regularHours: z\n .array(\n z.object({\n openDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe(\n 'Day of the week when this open/close window starts.'\n )\n .optional(),\n openTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business opens on `openDay`.'\n )\n .optional(),\n closeDay: z\n .enum([\n 'MONDAY',\n 'TUESDAY',\n 'WEDNESDAY',\n 'THURSDAY',\n 'FRIDAY',\n 'SATURDAY',\n 'SUNDAY',\n ])\n .describe(\n 'Day of the week when this open/close window ends.'\n )\n .optional(),\n closeTime: z\n .object({\n hours: z\n .number()\n .int()\n .describe('Hour of day, from 0 to 23.')\n .min(0)\n .max(23)\n .optional(),\n minutes: z\n .number()\n .int()\n .describe('Minute of the hour, from 0 to 59.')\n .min(0)\n .max(59)\n .optional(),\n })\n .describe(\n 'Wall-clock time the business closes on `closeDay`.'\n )\n .optional(),\n })\n )\n .max(14)\n .optional(),\n latLng: z\n .object({\n latitude: z\n .number()\n .describe('Latitude in degrees. Must be in [-90, 90].')\n .optional(),\n longitude: z\n .number()\n .describe('Longitude in degrees. Must be in [-180, 180].')\n .optional(),\n })\n .describe('Geographic coordinates of the storefront.')\n .optional(),\n openInfo: z\n .object({\n status: z\n .enum(['OPEN', 'CLOSED_PERMANENTLY', 'CLOSED_TEMPORARILY'])\n .describe('Current listing status.')\n .optional(),\n canReopen: z\n .boolean()\n .describe(\n 'Whether the listing can be reopened (only relevant for CLOSED_PERMANENTLY).'\n )\n .optional(),\n })\n .describe('Open/closed state of the listing.')\n .optional(),\n metadata: z\n .object({\n canOperateLodgingData: z\n .boolean()\n .describe(\n 'Whether this location can carry lodging (hotel) data — that is, whether\\nGet/Update Google Location Lodging are usable for it. Google derives it\\nfrom the primary category, so it flips when the category changes.'\n )\n .optional(),\n })\n .describe(\n \"Read-only signals Google reports about the listing.\\n\\nOnly populated on the read paths (Query Google Locations, Get Google\\nLocation) and on the Update Google Location response. Search Google\\nLocations reads Google's catalog rather than the merchant's own listing,\\nso it leaves this unset — don't read a default there as a \\\"no\\\".\"\n )\n .optional(),\n })\n .describe(\n 'The matched catalog location (Google resource name in `name`, plus title,\\naddress, and any other fields Google returns on the match).'\n )\n .optional(),\n status: z\n .enum(['CLAIMABLE', 'OWNED_ELSEWHERE'])\n .describe(\n 'Whether this listing can be claimed. Read it carefully: it describes the\\ncatalog rather than the site owner. See Search Google Locations.'\n )\n .optional(),\n })\n )\n .max(20)\n .optional(),\n});\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,QAAmB;AAEZ,IAAM,wBAAsC,gBAAE,SAAO;AAAA,EAC1D,YACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,WACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,0BACG,SAAO;AAAA,IACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,IACZ,YAAc,SAAO,EAAE,SAAS,kBAAkB,EAAE,IAAI,EAAE,EAAE,SAAS;AAAA,IACrE,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,UAAY,SAAO,EAAE,SAAS,mBAAmB,EAAE,IAAI,GAAG,EAAE,SAAS;AAAA,IACrE,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,EACpD,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,EACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,EACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,kBACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,cACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AACd,CAAC;AACM,IAAM,2BAAyC,gBAAE,SAAO;AAAA,EAC7D,OACG;AAAA,IACG,SAAO;AAAA,MACP,QACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,MACG;AAAA,QACG,SAAO;AAAA,UACP,WACG,SAAO,EACP,SAAS,+BAA+B,EACxC,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,OAAS,OAAK,CAAC,OAAO,MAAM,CAAC,EAAE,SAAS;AAAA,QAC1C,CAAC;AAAA,MACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,IACd,CAAC;AAAA,IACC,MAAI;AAAA,MACF,SAAO,EAAE,cAAgB,QAAM,EAAE,SAAS,EAAE,CAAC;AAAA,MAC7C,SAAO;AAAA,QACP,cACG,SAAO;AAAA,UACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,UACZ,QACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF;AAAA,MACJ,CAAC;AAAA,IACH,CAAC;AAAA,EACH,EACC;AAAA,IACC;AAAA,EACF;AACJ,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO;AAAA,EAC9D,WACG;AAAA,IACG,SAAO;AAAA,MACP,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,0BACG,SAAO;AAAA,QACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,MACpD,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,MACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,kBACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AACd,CAAC;AACM,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,SACG,SAAO;AAAA,IACN,OACG;AAAA,MACG,SAAO;AAAA,QACP,QACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,MACG;AAAA,UACG,SAAO;AAAA,YACP,WACG,SAAO,EACP,SAAS,+BAA+B,EACxC,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,OAAS,OAAK,CAAC,OAAO,MAAM,CAAC,EAAE,SAAS;AAAA,UAC1C,CAAC;AAAA,QACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,MACd,CAAC;AAAA,MACC,MAAI;AAAA,QACF,SAAO,EAAE,cAAgB,QAAM,EAAE,SAAS,EAAE,CAAC;AAAA,QAC7C,SAAO;AAAA,UACP,cACG,SAAO;AAAA,YACN,OACG,SAAO,EACP,IAAI,EACJ;AAAA,cACC;AAAA,YACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,YACZ,QACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF;AAAA,QACJ,CAAC;AAAA,MACH,CAAC;AAAA,IACH,EACC;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,WACG;AAAA,IACG;AAAA,MACE,SAAO;AAAA,QACP,UACG,SAAO;AAAA,UACN,KACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,WACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,0BACG,SAAO;AAAA,YACN,aACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,UACpD,CAAC,EACA;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,UACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,UACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,kBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,cACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC;AAAA,MACC;AAAA,QACE,MAAI;AAAA,UACF,SAAO;AAAA,YACP,gBAAkB,QAAM,EAAE,SAAS;AAAA,YACnC,aAAe,QAAM,EAAE,SAAS;AAAA,UAClC,CAAC;AAAA,UACC,SAAO;AAAA,YACP,aAAe,QAAM,EAAE,SAAS;AAAA,YAChC,gBACG,SAAO;AAAA,cACN,MACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,cACZ,OACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,cACZ,cACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,iBACG,SAAO;AAAA,gBACN,KACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,gBACZ,aACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,cACd,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,cACZ,sBACG;AAAA,gBACG,SAAO;AAAA,kBACP,KACG,SAAO,EACP;AAAA,oBACC;AAAA,kBACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,kBACZ,aACG,SAAO,EACP;AAAA,oBACC;AAAA,kBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,gBACd,CAAC;AAAA,cACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,cACZ,SACG,SAAO;AAAA,gBACN,aACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,cACd,CAAC,EACA;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,mBACG,SAAO;AAAA,gBACN,aACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,gBACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,gBACZ,oBACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,gBACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,gBACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,cACpD,CAAC,EACA;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,aACG,SAAO;AAAA,gBACN,cACG,OAAK;AAAA,kBACJ;AAAA,kBACA;AAAA,gBACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,gBACZ,QACG;AAAA,kBACG,SAAO;AAAA,oBACP,WACG,SAAO,EACP;AAAA,sBACC;AAAA,oBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,oBACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,kBACd,CAAC;AAAA,gBACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,gBACZ,YACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,cACd,CAAC,EACA;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,cACG,SAAO,EACP,SAAS,yBAAyB,EAClC,IAAI,EAAE,EACN,SAAS;AAAA,cACZ,kBAAoB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,cACtD,YACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,EACJ,IAAI,GAAI,EACR,SAAS,EACT,SAAS;AAAA,cACZ,WACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,cACZ,cACG;AAAA,gBACG,SAAO;AAAA,kBACP,SACG,OAAK;AAAA,oBACJ;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,kBACF,CAAC,EACA;AAAA,oBACC;AAAA,kBACF,EACC,SAAS;AAAA,kBACZ,UACG,SAAO;AAAA,oBACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,oBACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,kBACd,CAAC,EACA;AAAA,oBACC;AAAA,kBACF,EACC,SAAS;AAAA,kBACZ,UACG,OAAK;AAAA,oBACJ;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,oBACA;AAAA,kBACF,CAAC,EACA;AAAA,oBACC;AAAA,kBACF,EACC,SAAS;AAAA,kBACZ,WACG,SAAO;AAAA,oBACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,oBACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,kBACd,CAAC,EACA;AAAA,oBACC;AAAA,kBACF,EACC,SAAS;AAAA,gBACd,CAAC;AAAA,cACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,cACZ,QACG,SAAO;AAAA,gBACN,UACG,SAAO,EACP,SAAS,4CAA4C,EACrD,SAAS;AAAA,gBACZ,WACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,cACd,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,cACZ,UACG,SAAO;AAAA,gBACN,QACG,OAAK;AAAA,kBACJ;AAAA,kBACA;AAAA,kBACA;AAAA,gBACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,gBACZ,WACG,UAAQ,EACR;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,cACd,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,cACZ,UACG,SAAO;AAAA,gBACN,uBACG,UAAQ,EACR;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,cACd,CAAC,EACA;AAAA,gBACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,cACF,EACC,SAAS;AAAA,YACd,CAAC,EACA,SAAS,kDAAkD;AAAA,UAChE,CAAC;AAAA,UACC,SAAO;AAAA,YACP,gBAAkB,QAAM,EAAE,SAAS;AAAA,YACnC,aACG,SAAO;AAAA,cACN,MAAQ,SAAO,EAAE,SAAS,aAAa,EAAE,SAAS;AAAA,cAClD,aACG,SAAO,EACP,SAAS,2BAA2B,EACpC,SAAS;AAAA,cACZ,MACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B,SAAS,4BAA4B,EACrC,SAAS,EACT,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF;AAAA,UACJ,CAAC;AAAA,QACH,CAAC;AAAA,QACC,MAAI;AAAA,UACF,SAAO;AAAA,YACP,iBAAmB,QAAM,EAAE,SAAS;AAAA,YACpC,sBAAwB,QAAM,EAAE,SAAS;AAAA,UAC3C,CAAC;AAAA,UACC,SAAO;AAAA,YACP,sBAAwB,QAAM,EAAE,SAAS;AAAA,YACzC,iBACG,SAAO;AAAA,cACN,oBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,sBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,OACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,cACF,CAAC,EACA;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,wBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF;AAAA,UACJ,CAAC;AAAA,UACC,SAAO;AAAA,YACP,iBAAmB,QAAM,EAAE,SAAS;AAAA,YACpC,sBACG,SAAO;AAAA,cACN,MAAQ,SAAO,EAAE,SAAS,aAAa,EAAE,SAAS;AAAA,cAClD,aACG,SAAO,EACP,SAAS,2BAA2B,EACpC,SAAS;AAAA,cACZ,MACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B,SAAS,4BAA4B,EACrC,SAAS,EACT,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF;AAAA,UACJ,CAAC;AAAA,QACH,CAAC;AAAA,MACH;AAAA,IACF;AAAA,EACF,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,2BAAyC,gBAAE,SAAO;AAAA,EAC7D,YACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO;AAAA,EAC9D,UACG;AAAA,IACG,SAAO;AAAA,MACP,UACG,SAAO;AAAA,QACN,KACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,WACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,0BACG,SAAO;AAAA,UACN,aACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,QACpD,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,QACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,QACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,kBACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,cACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,IACC;AAAA,MACE,MAAI;AAAA,QACF,SAAO;AAAA,UACP,gBAAkB,QAAM,EAAE,SAAS;AAAA,UACnC,aAAe,QAAM,EAAE,SAAS;AAAA,QAClC,CAAC;AAAA,QACC,SAAO;AAAA,UACP,aAAe,QAAM,EAAE,SAAS;AAAA,UAChC,gBACG,SAAO;AAAA,YACN,MACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,OACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,cACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,iBACG,SAAO;AAAA,cACN,KACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,cACZ,aACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,YACd,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,YACZ,sBACG;AAAA,cACG,SAAO;AAAA,gBACP,KACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,gBACZ,aACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,cACd,CAAC;AAAA,YACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,YACZ,SACG,SAAO;AAAA,cACN,aACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,mBACG,SAAO;AAAA,cACN,aACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,cACZ,oBACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,cACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,cACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,YACpD,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,aACG,SAAO;AAAA,cACN,cACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,cACZ,QACG;AAAA,gBACG,SAAO;AAAA,kBACP,WACG,SAAO,EACP;AAAA,oBACC;AAAA,kBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,kBACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,gBACd,CAAC;AAAA,cACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,cACZ,YACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,cACG,SAAO,EACP,SAAS,yBAAyB,EAClC,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,kBAAoB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,YACtD,YACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,EACJ,IAAI,GAAI,EACR,SAAS,EACT,SAAS;AAAA,YACZ,WACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,cACG;AAAA,cACG,SAAO;AAAA,gBACP,SACG,OAAK;AAAA,kBACJ;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,gBACF,CAAC,EACA;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,gBACZ,UACG,SAAO;AAAA,kBACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,kBACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,gBACd,CAAC,EACA;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,gBACZ,UACG,OAAK;AAAA,kBACJ;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,kBACA;AAAA,gBACF,CAAC,EACA;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,gBACZ,WACG,SAAO;AAAA,kBACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,kBACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,gBACd,CAAC,EACA;AAAA,kBACC;AAAA,gBACF,EACC,SAAS;AAAA,cACd,CAAC;AAAA,YACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,QACG,SAAO;AAAA,cACN,UACG,SAAO,EACP,SAAS,4CAA4C,EACrD,SAAS;AAAA,cACZ,WACG,SAAO,EACP,SAAS,+CAA+C,EACxD,SAAS;AAAA,YACd,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,QACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,YACd,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,uBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA,SAAS,kDAAkD;AAAA,QAChE,CAAC;AAAA,QACC,SAAO;AAAA,UACP,gBAAkB,QAAM,EAAE,SAAS;AAAA,UACnC,aACG,SAAO;AAAA,YACN,MAAQ,SAAO,EAAE,SAAS,aAAa,EAAE,SAAS;AAAA,YAClD,aACG,SAAO,EACP,SAAS,2BAA2B,EACpC,SAAS;AAAA,YACZ,MACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B,SAAS,4BAA4B,EACrC,SAAS,EACT,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF;AAAA,QACJ,CAAC;AAAA,MACH,CAAC;AAAA,MACC,MAAI;AAAA,QACF,SAAO;AAAA,UACP,iBAAmB,QAAM,EAAE,SAAS;AAAA,UACpC,sBAAwB,QAAM,EAAE,SAAS;AAAA,QAC3C,CAAC;AAAA,QACC,SAAO;AAAA,UACP,sBAAwB,QAAM,EAAE,SAAS;AAAA,UACzC,iBACG,SAAO;AAAA,YACN,oBACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,sBACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,OACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,sBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,YACF,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,wBACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF;AAAA,QACJ,CAAC;AAAA,QACC,SAAO;AAAA,UACP,iBAAmB,QAAM,EAAE,SAAS;AAAA,UACpC,sBACG,SAAO;AAAA,YACN,MAAQ,SAAO,EAAE,SAAS,aAAa,EAAE,SAAS;AAAA,YAClD,aACG,SAAO,EACP,SAAS,2BAA2B,EACpC,SAAS;AAAA,YACZ,MACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B,SAAS,4BAA4B,EACrC,SAAS,EACT,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF;AAAA,QACJ,CAAC;AAAA,MACH,CAAC;AAAA,IACH;AAAA,EACF,EACC;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,wBAAsC,gBAAE,SAAO;AAAA,EAC1D,UACG,SAAO;AAAA,IACN,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,IACV,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG;AAAA,IACV,0BACG,SAAO;AAAA,MACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,MACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,IACpD,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,IACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,kBACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF;AACJ,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,WACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,0BACG,SAAO;AAAA,IACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,IACZ,YAAc,SAAO,EAAE,SAAS,kBAAkB,EAAE,IAAI,EAAE,EAAE,SAAS;AAAA,IACrE,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,UAAY,SAAO,EAAE,SAAS,mBAAmB,EAAE,IAAI,GAAG,EAAE,SAAS;AAAA,IACrE,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,EACpD,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,EACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,EACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,kBACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,cACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AACd,CAAC;AACM,IAAM,wBAAsC,gBAAE,SAAO;AAAA,EAC1D,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,UACG,SAAO;AAAA,IACN,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,0BACG,SAAO;AAAA,MACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,MACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,IACpD,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,IACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,kBACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA,SAAS,yCAAyC;AACvD,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,WACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,0BACG,SAAO;AAAA,IACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,IACZ,YAAc,SAAO,EAAE,SAAS,kBAAkB,EAAE,IAAI,EAAE,EAAE,SAAS;AAAA,IACrE,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,UAAY,SAAO,EAAE,SAAS,mBAAmB,EAAE,IAAI,GAAG,EAAE,SAAS;AAAA,IACrE,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,EACpD,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,EACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,EACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,kBACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,cACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AACd,CAAC;AACM,IAAM,wBAAsC,gBAAE,SAAO;AAAA,EAC1D,YACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO,CAAC,CAAC;AACxD,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,WACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,SAAW,SAAO;AAAA,IAChB,UACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,OACG,SAAO,EACP,SAAS,wDAAyD,EAClE,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,MACV,cACG,SAAO,EACP;AAAA,QACC;AAAA,MACF;AAAA,MACF,iBACG,SAAO;AAAA,QACN,KACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,QACV,aACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACd,CAAC,EACA,SAAS,gDAAgD;AAAA,MAC5D,sBACG;AAAA,QACG,SAAO;AAAA,UACP,KACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,UACV,aACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,MACZ,SACG,SAAO;AAAA,QACN,aACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,mBACG,SAAO;AAAA,QACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,MACpD,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,aACG,SAAO;AAAA,QACN,cACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,QACG;AAAA,UACG,SAAO;AAAA,YACP,WACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,UACd,CAAC;AAAA,QACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,YACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,cACG,SAAO,EACP,SAAS,yBAAyB,EAClC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,kBAAoB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,MACtD,YACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EACJ,IAAI,GAAI,EACR,SAAS,EACT,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,cACG;AAAA,QACG,SAAO;AAAA,UACP,SACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,UACG,SAAO;AAAA,YACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,UACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,UACZ,UACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,WACG,SAAO;AAAA,YACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,UACd,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,UACG,SAAO,EACP,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,WACG,SAAO,EACP,SAAS,+CAA+C,EACxD,SAAS;AAAA,MACd,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,QACG,OAAK,CAAC,QAAQ,sBAAsB,oBAAoB,CAAC,EACzD,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF;AAAA,IACF,cACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC;AACH,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,UACG,SAAO;AAAA,IACN,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,0BACG,SAAO;AAAA,MACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,MACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,IACpD,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,IACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,kBACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,YACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO,CAAC,CAAC;AAC9D,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,YACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,UACG,SAAO;AAAA,IACN,MACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,OACG,SAAO,EACP,SAAS,wDAAyD,EAClE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,iBACG,SAAO;AAAA,MACN,KACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,IACZ,sBACG;AAAA,MACG,SAAO;AAAA,QACP,KACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,aACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACd,CAAC;AAAA,IACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,mBACG,SAAO;AAAA,MACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,MACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,IACpD,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,aACG,SAAO;AAAA,MACN,cACG,OAAK,CAAC,0BAA0B,gCAAgC,CAAC,EACjE,SAAS;AAAA,MACZ,QACG;AAAA,QACG,SAAO;AAAA,UACP,WACG,SAAO,EACP,SAAS,kDAAkD,EAC3D,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,YACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO,EACP,SAAS,yBAAyB,EAClC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,kBAAoB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,IACtD,YACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EACJ,IAAI,GAAI,EACR,SAAS,EACT,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,cACG;AAAA,MACG,SAAO;AAAA,QACP,SACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,SAAO;AAAA,UACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,QACd,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,MACd,CAAC;AAAA,IACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,QACG,SAAO;AAAA,MACN,UACG,SAAO,EACP,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,WACG,SAAO,EACP,SAAS,+CAA+C,EACxD,SAAS;AAAA,IACd,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,QACG,OAAK,CAAC,QAAQ,sBAAsB,oBAAoB,CAAC,EACzD,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF;AAAA,EACF,SAAW,SAAO;AAAA,IAChB,WACG,SAAO,EAAE,OAAS,QAAQ,SAAO,CAAC,EAAE,CAAC,EACrC;AAAA,MACC;AAAA,IACF;AAAA,EACJ,CAAC;AACH,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,UACG,SAAO;AAAA,IACN,MACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,OACG,SAAO,EACP,SAAS,wDAAyD,EAClE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,iBACG,SAAO;AAAA,MACN,KACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,IACZ,sBACG;AAAA,MACG,SAAO;AAAA,QACP,KACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,aACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACd,CAAC;AAAA,IACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,mBACG,SAAO;AAAA,MACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,MACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,IACpD,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,aACG,SAAO;AAAA,MACN,cACG,OAAK,CAAC,0BAA0B,gCAAgC,CAAC,EACjE,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,QACG;AAAA,QACG,SAAO;AAAA,UACP,WACG,SAAO,EACP,SAAS,kDAAkD,EAC3D,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,YACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO,EACP,SAAS,yBAAyB,EAClC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,kBAAoB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,IACtD,YACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EACJ,IAAI,GAAI,EACR,SAAS,EACT,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,cACG;AAAA,MACG,SAAO;AAAA,QACP,SACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qDAAqD,EAC9D,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mDAAmD,EAC5D,SAAS;AAAA,QACZ,WACG,SAAO;AAAA,UACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,QACd,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,MACd,CAAC;AAAA,IACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,QACG,SAAO;AAAA,MACN,UACG,SAAO,EACP,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,WACG,SAAO,EACP,SAAS,+CAA+C,EACxD,SAAS;AAAA,IACd,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,QACG,OAAK,CAAC,QAAQ,sBAAsB,oBAAoB,CAAC,EACzD,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,6BAA2C,gBAAE,SAAO;AAAA,EAC/D,WACG;AAAA,IACG,SAAO;AAAA,MACP,KACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,0BACG,SAAO;AAAA,QACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,MACpD,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,MACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,kBACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,SACG,SAAO;AAAA,IACN,cACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,SACG;AAAA,IACG,SAAO;AAAA,MACP,cACG,SAAO;AAAA,QACN,KACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC;AAAA,UACC;AAAA,UACA;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,OACG,SAAO;AAAA,UACN,MAAQ,SAAO,EAAE,SAAS,aAAa,EAAE,SAAS;AAAA,UAClD,aACG,SAAO,EACP,SAAS,2BAA2B,EACpC,SAAS;AAAA,UACZ,MACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B,SAAS,4BAA4B,EACrC,SAAS,EACT,SAAS;AAAA,QACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,MACG,SAAO;AAAA,QACN,KACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,WACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,0BACG,SAAO;AAAA,UACN,aACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,QACpD,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,QACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,QACZ,UACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,kBACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,cACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,oBACG,SAAO;AAAA,IACN,gBACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,SAAS;AAAA,IACZ,eACG,SAAO,EACP,IAAI,EACJ,SAAS,6CAA6C,EACtD,IAAI,CAAC,EACL,SAAS;AAAA,IACZ,oBACG,SAAO,EACP,IAAI,EACJ;AAAA,MACC;AAAA,IACF,EACC,IAAI,CAAC,EACL,SAAS;AAAA,EACd,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AACd,CAAC;AACM,IAAM,6BAA2C,gBAAE,SAAO;AAAA,EAC/D,aAAe,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,IAAI,GAAG;AACjD,CAAC;AACM,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,SACG;AAAA,IACG,SAAO;AAAA,MACP,cACG,SAAO;AAAA,QACN,KACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC;AAAA,UACC;AAAA,UACA;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,OACG,SAAO;AAAA,UACN,MAAQ,SAAO,EAAE,SAAS,aAAa,EAAE,SAAS;AAAA,UAClD,aACG,SAAO,EACP,SAAS,2BAA2B,EACpC,SAAS;AAAA,UACZ,MACG,SAAS,SAAO,GAAK,MAAI,CAAC,EAC1B,SAAS,4BAA4B,EACrC,SAAS,EACT,SAAS;AAAA,QACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,MACd,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,oBACG,SAAO;AAAA,IACN,gBACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,SAAS;AAAA,IACZ,eACG,SAAO,EACP,IAAI,EACJ,SAAS,6CAA6C,EACtD,IAAI,CAAC,EACL,SAAS;AAAA,IACZ,oBACG,SAAO,EACP,IAAI,EACJ;AAAA,MACC;AAAA,IACF,EACC,IAAI,CAAC,EACL,SAAS;AAAA,EACd,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AACd,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,SACG,SAAO;AAAA,IACN,QACG,SAAO;AAAA,MACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACZ,QACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,0BAAwC,gBAAE,SAAO;AAAA,EAC5D,UACG;AAAA,IACG,SAAO;AAAA,MACP,WACG,SAAO,EACP,SAAS,wBAAwB,EACjC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,aACG,SAAO,EACP,SAAS,kCAAkC,EAC3C,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,iCAA+C,gBAAE,SAAO;AAAA,EACnE,WACG,SAAO,EACP,SAAS,uCAAuC,EAChD,IAAI,GAAG;AAAA,EACV,SACG,SAAO;AAAA,IACN,QACG,SAAO;AAAA,MACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACZ,QACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,kCAAgD,gBAAE,SAAO;AAAA,EACpE,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,WACG;AAAA,IACG,SAAO;AAAA,MACP,kBACG,SAAO,EACP,SAAS,8CAA8C,EACvD,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,OACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,mBACG,SAAO;AAAA,QACN,aACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,MACpD,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,aACG,SAAO;AAAA,QACN,cACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,QACG;AAAA,UACG,SAAO;AAAA,YACP,WACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,UACd,CAAC;AAAA,QACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,YACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,GAAG,EACP,SAAS;AACd,CAAC;AACM,IAAM,qBAAmC,gBAAE,SAAO;AAAA,EACvD,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,SACG,SAAO;AAAA,IACN,SAAW,OAAK,CAAC,UAAU,kBAAkB,eAAe,CAAC,EAAE,SAAS;AAAA,IACxE,QACG,SAAO;AAAA,MACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACZ,QACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,sBAAoC,gBAAE,SAAO;AAAA,EACxD,SACG;AAAA,IACG,SAAO;AAAA,MACP,UACG,SAAO,EACP,SAAS,4BAA4B,EACrC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,YACG,SAAO,EACP,IAAI,EACJ,SAAS,2BAA2B,EACpC,IAAI,CAAC,EACL,IAAI,CAAC,EACL,SAAS;AAAA,MACZ,SACG,SAAO,EACP,SAAS,sBAAsB,EAC/B,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,qBACG,SAAO,EACP,SAAS,0BAA0B,EACnC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS;AAAA,MACZ,OACG,SAAO;AAAA,QACN,MAAQ,SAAO,EAAE,SAAS,iBAAiB,EAAE,IAAI,IAAI,EAAE,SAAS;AAAA,QAChE,YACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACd,CAAC,EACA,SAAS,sDAAsD,EAC/D,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AAAA,EACZ,SACG,SAAO;AAAA,IACN,eACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,kBACG,SAAO,EACP,IAAI,EACJ,SAAS,0BAA0B,EACnC,SAAS;AAAA,EACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AACd,CAAC;AACM,IAAM,wBAAsC,gBAAE,SAAO;AAAA,EAC1D,aAAe,SAAO;AAAA,IACpB,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,IACV,UAAY,SAAO,EAAE,SAAS,4BAA4B,EAAE,IAAI,GAAG;AAAA,EACrE,CAAC;AAAA,EACD,MAAQ,SAAO,EAAE,SAAS,gCAAgC,EAAE,IAAI,CAAC,EAAE,IAAI,IAAI;AAC7E,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,OACG,SAAO;AAAA,IACN,MAAQ,SAAO,EAAE,SAAS,iBAAiB,EAAE,IAAI,IAAI,EAAE,SAAS;AAAA,IAChE,YACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AACd,CAAC;AACM,IAAM,2BAAyC,gBAAE,SAAO;AAAA,EAC7D,aAAe,SAAO;AAAA,IACpB,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,IACV,UAAY,SAAO,EAAE,SAAS,4BAA4B,EAAE,IAAI,GAAG;AAAA,EACrE,CAAC;AACH,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO,CAAC,CAAC;AAC3D,IAAM,mBAAiC,gBAAE,SAAO;AAAA,EACrD,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,SACG,SAAO;AAAA,IACN,QACG,SAAO;AAAA,MACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACZ,QACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,oBAAkC,gBAAE,SAAO;AAAA,EACtD,YACG;AAAA,IACG,SAAO;AAAA,MACP,UACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,QACG,OAAK,CAAC,SAAS,OAAO,CAAC,EACvB,SAAS,0CAA0C,EACnD,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,UACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wDAAwD,EACjE,SAAS;AAAA,MACZ,cACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,aACG,SAAO,EACP,SAAS,2CAA2C,EACpD,IAAI,GAAI,EACR,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,aACG,SAAO;AAAA,QACN,aACG,SAAO,EACP,SAAS,kCAAkC,EAC3C,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,iBACG,SAAO,EACP,SAAS,yCAAyC,EAClD,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,QACZ,aACG,SAAO,EACP,SAAS,kDAAkD,EAC3D,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,QACZ,YACG,SAAO,EACP,SAAS,mCAAmC,EAC5C,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,qBAAmC,gBAAE,SAAO;AAAA,EACvD,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,WACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,EACJ,IAAI,IAAI;AAAA,EACX,SAAW,SAAO;AAAA,IAChB,UAAY,OAAK;AAAA,MACf;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC;AAAA,IACD,QAAU,OAAK,CAAC,SAAS,OAAO,CAAC;AAAA,EACnC,CAAC;AACH,CAAC;AACM,IAAM,sBAAoC,gBAAE,SAAO;AAAA,EACxD,WACG,SAAO;AAAA,IACN,UACG,SAAO,EACP,SAAS,6DAA6D,EACtE,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,QACG,OAAK,CAAC,SAAS,OAAO,CAAC,EACvB,SAAS,0CAA0C,EACnD,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,IACZ,UACG,OAAK;AAAA,MACJ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,EACA,SAAS,wDAAwD,EACjE,SAAS;AAAA,IACZ,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,IACZ,aACG,SAAO,EACP,SAAS,2CAA2C,EACpD,IAAI,GAAI,EACR,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,IACZ,aACG,SAAO;AAAA,MACN,aACG,SAAO,EACP,SAAS,kCAAkC,EAC3C,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,iBACG,SAAO,EACP,SAAS,yCAAyC,EAClD,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,aACG,SAAO,EACP,SAAS,kDAAkD,EAC3D,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,YACG,SAAO,EACP,SAAS,mCAAmC,EAC5C,IAAI,EACJ,IAAI,IAAI,EACR,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AACd,CAAC;AACM,IAAM,qBAAmC,gBAAE,SAAO;AAAA,EACvD,aAAe,SAAO;AAAA,IACpB,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,IACV,UAAY,SAAO,EAAE,SAAS,4BAA4B,EAAE,IAAI,GAAG;AAAA,EACrE,CAAC;AACH,CAAC;AACM,IAAM,sBAAoC,gBAAE,SAAO,CAAC,CAAC;AACrD,IAAM,kCAAgD,gBAAE,SAAO;AAAA,EACpE,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,YACG;AAAA,IACG,SAAO;AAAA,MACP,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAI,EACR,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,CAAC,EACL,IAAI,EAAE;AACX,CAAC;AACM,IAAM,mCAAiD,gBAAE,SAAO;AAAA,EACrE,YACG;AAAA,IACG,SAAO;AAAA,MACP,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAI,EACR,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AACd,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,gCAA8C,gBAAE,SAAO;AAAA,EAClE,YACG;AAAA,IACG,SAAO;AAAA,MACP,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAI,EACR,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AACd,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO;AAAA,EAC9D,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,6BAA2C,gBAAE,SAAO;AAAA,EAC/D,SACG,SAAO;AAAA,IACN,eACG,SAAO;AAAA,MACN,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,2BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,MACZ,wBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,YACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,sBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,MACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,qDAAqD,EAC9D,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,MACG,OAAK,CAAC,iBAAiB,aAAa,CAAC,EACrC;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,eACG,SAAO;AAAA,UACN,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,4BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,QACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,qBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,8BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,oBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,6BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,UACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,OACG,SAAO;AAAA,QACN,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,kBACG,SAAO;AAAA,MACN,eACG,SAAO;AAAA,QACN,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,QACZ,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,wBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,MACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,QACZ,aACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,QACZ,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,wBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,oBACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,gBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,yDAAyD,EAClE,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,UACG,UAAQ,EACR,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,MACZ,wBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,KACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gBAAgB,EACzB,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,kBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,2BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,yDAAyD,EAClE,SAAS;AAAA,IACZ,YACG;AAAA,MACG,SAAO;AAAA,QACP,OAAS,QAAQ,SAAO,CAAC,EAAE,IAAI,GAAG,EAAE,SAAS;AAAA,QAC7C,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,yBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,MACG,OAAK,CAAC,iBAAiB,aAAa,CAAC,EACrC;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,kBACG,SAAO;AAAA,YACN,eACG,SAAO;AAAA,cACN,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,cACZ,2BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,cACZ,4BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,cACZ,uBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,cACZ,2BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,cACZ,0BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,cACZ,0BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,cACZ,wBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,YACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,YACZ,QACG,SAAO;AAAA,cACN,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,UACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,cACZ,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,cACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,uBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,cACZ,cACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,uBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,cACZ,UACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,iBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,mBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,qBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,8BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,cACZ,iBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,cACZ,IACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,cACZ,aACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,cACZ,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,wBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,YACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,YACZ,QACG,SAAO;AAAA,cACN,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,oBACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,6BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,cACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,cACZ,gBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,uBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,mBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,cACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,cACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,OACG,SAAO;AAAA,YACN,WACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,oBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,YACZ,UACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,YACZ,YACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,qBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,YACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,YACZ,cACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,uBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,YACZ,WACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,oBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,YACZ,UACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,YACZ,YACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,qBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,OACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACd,CAAC;AAAA,IACH,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,iBACG,SAAO;AAAA,MACN,kBACG,SAAO;AAAA,QACN,qCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mDAAmD,EAC5D,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR,SAAS,oCAAoC,EAC7C,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,oCACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,6CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,qCACG,UAAQ,EACR,SAAS,6CAA6C,EACtD,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,mCAAmC,EAC5C,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,qBACG,SAAO;AAAA,QACN,iCACG,UAAQ,EACR,SAAS,wCAAwC,EACjD,SAAS,EACT,SAAS;AAAA,QACZ,0CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,sBAAsB,EAC/B,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,2CACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR,SAAS,8BAA8B,EACvC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,mBAAmB,EAC5B,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,4BACG,UAAQ,EACR,SAAS,oCAAoC,EAC7C,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,sBACG,UAAQ,EACR,SAAS,sCAAsC,EAC/C,SAAS,EACT,SAAS;AAAA,QACZ,+BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR,SAAS,yCAAyC,EAClD,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,0CAA0C,EACnD,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,oBACG,SAAO;AAAA,QACN,iCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR,SAAS,iCAAiC,EAC1C,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,QACZ,+BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8CAA8C,EACvD,SAAS;AAAA,QACZ,8BACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,QACZ,uCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,oBACG,SAAO;AAAA,QACN,uCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,+BAA+B,EACxC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,gBACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,YACG,OAAK,EACL;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,6BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,sBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,IACd,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,IACZ,MACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,aACG,SAAO;AAAA,QACN,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,cACG,SAAO;AAAA,QACN,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,aACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,sBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACZ,gBACG,SAAO;AAAA,QACN,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,IACZ,OACG,SAAO;AAAA,MACN,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,kBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,MACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,YACG,SAAO,EACP,IAAI,EACJ,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,aACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,iBACG;AAAA,QACG,SAAO;AAAA,UACP,cACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR,SAAS,wDAAwD,EACjE,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,WACG,SAAO;AAAA,MACN,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,MACG,OAAK,CAAC,iBAAiB,aAAa,CAAC,EACrC;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,eACG,SAAO;AAAA,UACN,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,4BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,QACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,qBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,8BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,oBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,6BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,UACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,OACG,SAAO;AAAA,QACN,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,gBACG,SAAO;AAAA,MACN,kBACG,SAAO;AAAA,QACN,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,yCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,QACZ,wCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,MACZ,8BACG,SAAO;AAAA,QACN,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,mBACG;AAAA,UACG,SAAO;AAAA,YACP,SACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,kBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,YACZ,gBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACd,CAAC;AAAA,QACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,qBACG,SAAO;AAAA,QACN,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,gBACG,SAAO;AAAA,QACN,qCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,8BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,MACd,CAAC,EACA,SAAS,qDAAqD,EAC9D,SAAS;AAAA,MACZ,mBACG,SAAO;AAAA,QACN,uCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACd,CAAC,EACA,SAAS,wDAAwD,EACjE,SAAS;AAAA,IACd,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,IACZ,gBACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,qBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,8BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,SACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,KACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gBAAgB,EACzB,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,SACG,SAAO;AAAA,IACN,eACG,SAAO;AAAA,MACN,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,2BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,wBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,YACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,sBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,MACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA,SAAS,qDAAqD,EAC9D,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,MAAQ,OAAK,CAAC,iBAAiB,aAAa,CAAC,EAAE,SAAS;AAAA,MACxD,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,eACG,SAAO;AAAA,UACN,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,4BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,qBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,8BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,aACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,oBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,6BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,OACG,SAAO;AAAA,QACN,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,kBACG,SAAO;AAAA,MACN,eACG,SAAO;AAAA,QACN,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,wBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,aACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,wBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oBACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,gBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,yDAAyD,EAClE,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,UACG,UAAQ,EACR,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,wBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,KACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,2BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA,SAAS,yDAAyD,EAClE,SAAS;AAAA,IACZ,YACG;AAAA,MACG,SAAO;AAAA,QACP,OAAS,QAAQ,SAAO,CAAC,EAAE,IAAI,GAAG,EAAE,SAAS;AAAA,QAC7C,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,yBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,MAAQ,OAAK,CAAC,iBAAiB,aAAa,CAAC,EAAE,SAAS;AAAA,UACxD,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,SAAO;AAAA,YACN,eACG,SAAO;AAAA,cACN,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,2BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,4BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,uBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,2BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,0BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,0BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,wBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,YACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,YACZ,QACG,SAAO;AAAA,cACN,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,UACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,cACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,uBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,cACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,uBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,UACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,iBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,mBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,qBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,8BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,iBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,IACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,aACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,wBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,YACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,YACZ,QACG,SAAO;AAAA,cACN,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,oBACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,6BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,gBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,uBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,mBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,OACG,SAAO;AAAA,YACN,WACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,oBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,UACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,YACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,qBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,cACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,uBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,WACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,oBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,UACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,YACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,qBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,UACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,OACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACd,CAAC;AAAA,IACH,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,iBACG,SAAO;AAAA,MACN,kBACG,SAAO;AAAA,QACN,qCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR,SAAS,oCAAoC,EAC7C,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oCACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,6CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,qCACG,UAAQ,EACR,SAAS,6CAA6C,EACtD,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,mCAAmC,EAC5C,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,qBACG,SAAO;AAAA,QACN,iCACG,UAAQ,EACR,SAAS,wCAAwC,EACjD,SAAS,EACT,SAAS;AAAA,QACZ,0CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,sBAAsB,EAC/B,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2CACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR,SAAS,8BAA8B,EACvC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,mBAAmB,EAC5B,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,4BACG,UAAQ,EACR,SAAS,oCAAoC,EAC7C,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,sBACG,UAAQ,EACR,SAAS,sCAAsC,EAC/C,SAAS,EACT,SAAS;AAAA,QACZ,+BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR,SAAS,yCAAyC,EAClD,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,0CAA0C,EACnD,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,oBACG,SAAO;AAAA,QACN,iCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR,SAAS,iCAAiC,EAC1C,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,+BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,8BACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,QACZ,uCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,oBACG,SAAO;AAAA,QACN,uCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,+BAA+B,EACxC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,gBACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,YACG,OAAK,EACL;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,6BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,sBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,IACZ,MACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,SAAO;AAAA,QACN,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,SAAO;AAAA,QACN,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,sBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,gBACG,SAAO;AAAA,QACN,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,IACZ,OACG,SAAO;AAAA,MACN,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,MACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,SAAO,EACP,IAAI,EACJ,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,iBACG;AAAA,QACG,SAAO;AAAA,UACP,cACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR,SAAS,wDAAwD,EACjE,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,WACG,SAAO;AAAA,MACN,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,MAAQ,OAAK,CAAC,iBAAiB,aAAa,CAAC,EAAE,SAAS;AAAA,MACxD,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,eACG,SAAO;AAAA,UACN,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,4BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,qBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,8BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,aACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,oBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,6BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,OACG,SAAO;AAAA,QACN,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,gBACG,SAAO;AAAA,MACN,kBACG,SAAO;AAAA,QACN,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,yCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,wCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,MACZ,8BACG,SAAO;AAAA,QACN,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,mBACG;AAAA,UACG,SAAO;AAAA,YACP,SACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,kBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,gBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,UACd,CAAC;AAAA,QACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,qBACG,SAAO;AAAA,QACN,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,gBACG,SAAO;AAAA,QACN,qCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,8BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,qDAAqD,EAC9D,SAAS;AAAA,MACZ,mBACG,SAAO;AAAA,QACN,uCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS;AAAA,MACd,CAAC,EACA,SAAS,wDAAwD,EACjE,SAAS;AAAA,IACd,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,IACZ,gBACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,qBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,8BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,SACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,KACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF;AAAA,EACF,SAAW,SAAO;AAAA,IAChB,WACG,SAAO,EAAE,OAAS,QAAQ,SAAO,CAAC,EAAE,CAAC,EACrC;AAAA,MACC;AAAA,IACF;AAAA,EACJ,CAAC;AACH,CAAC;AACM,IAAM,gCAA8C,gBAAE,SAAO;AAAA,EAClE,SACG,SAAO;AAAA,IACN,eACG,SAAO;AAAA,MACN,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,2BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,MACZ,wBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,YACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,sBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,MACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,qDAAqD,EAC9D,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,MACG,OAAK,CAAC,iBAAiB,aAAa,CAAC,EACrC;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,eACG,SAAO;AAAA,UACN,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,4BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,QACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,qBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,8BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,oBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,6BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,UACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,OACG,SAAO;AAAA,QACN,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,kBACG,SAAO;AAAA,MACN,eACG,SAAO;AAAA,QACN,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,QACZ,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,wBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,MACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,QACZ,aACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,QACZ,aACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,QACZ,wBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,SACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACZ,oBACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,QACZ,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,OACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,MACZ,UACG,SAAO;AAAA,QACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,gBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,QACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,yDAAyD,EAClE,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,UACG,UAAQ,EACR,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,MACZ,wBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,KACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gBAAgB,EACzB,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,kBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,2BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,yDAAyD,EAClE,SAAS;AAAA,IACZ,YACG;AAAA,MACG,SAAO;AAAA,QACP,OAAS,QAAQ,SAAO,CAAC,EAAE,IAAI,GAAG,EAAE,SAAS;AAAA,QAC7C,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,yBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,MACG,OAAK,CAAC,iBAAiB,aAAa,CAAC,EACrC;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,kBACG,SAAO;AAAA,YACN,eACG,SAAO;AAAA,cACN,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,cACZ,2BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,cACZ,4BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,cACZ,uBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,cACZ,2BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,cACZ,0BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,cACZ,0BACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,cACZ,wBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,YACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,YACZ,QACG,SAAO;AAAA,cACN,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,UACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,cACZ,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,cACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,uBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,cACZ,cACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,uBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,cACZ,UACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,mBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,iBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,mBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,cACZ,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,qBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,8BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,cACZ,iBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,cACZ,IACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,WACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,cACZ,aACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,cACZ,aACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,sBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,cACZ,wBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,YACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,YACZ,QACG,SAAO;AAAA,cACN,SACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,kBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,cACZ,oBACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,6BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,cACZ,MACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,eACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,cACZ,YACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,cACZ,OACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,cACZ,QACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,iBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,oBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,qBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,cACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,0BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,cACZ,gBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,uBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,mBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,cACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,yBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,cACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,4BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,cACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,gCACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,cACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,wBACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,cACZ,kBACG,UAAQ,EACR;AAAA,gBACC;AAAA,cACF,EACC,SAAS,EACT,SAAS;AAAA,cACZ,2BACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,OACG,SAAO;AAAA,YACN,WACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,oBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,YACZ,UACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,YACZ,YACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,qBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,YACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,YACZ,cACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,uBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,YACZ,WACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,oBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,YACZ,UACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,mBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,YACZ,YACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,qBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,OACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACd,CAAC;AAAA,IACH,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,iBACG,SAAO;AAAA,MACN,kBACG,SAAO;AAAA,QACN,qCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mDAAmD,EAC5D,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR,SAAS,oCAAoC,EAC7C,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,oCACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,6CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,qCACG,UAAQ,EACR,SAAS,6CAA6C,EACtD,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,mCAAmC,EAC5C,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,qBACG,SAAO;AAAA,QACN,iCACG,UAAQ,EACR,SAAS,wCAAwC,EACjD,SAAS,EACT,SAAS;AAAA,QACZ,0CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,sBAAsB,EAC/B,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,2CACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR,SAAS,8BAA8B,EACvC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,mBAAmB,EAC5B,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,4BACG,UAAQ,EACR,SAAS,oCAAoC,EAC7C,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,sBACG,UAAQ,EACR,SAAS,sCAAsC,EAC/C,SAAS,EACT,SAAS;AAAA,QACZ,+BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR,SAAS,yCAAyC,EAClD,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR,SAAS,0CAA0C,EACnD,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,oBACG,SAAO;AAAA,QACN,iCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR,SAAS,iCAAiC,EAC1C,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,QACZ,+BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,wCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8CAA8C,EACvD,SAAS;AAAA,QACZ,8BACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,QACZ,uCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,oBACG,SAAO;AAAA,QACN,uCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR,SAAS,+BAA+B,EACxC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,gBACG,UAAQ,EACR,SAAS,oDAAoD,EAC7D,SAAS,EACT,SAAS;AAAA,QACZ,yBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,SAAO;AAAA,MACN,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,YACG,OAAK,EACL;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,6BACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,sBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,IACd,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,IACZ,MACG,SAAO;AAAA,MACN,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,aACG,SAAO;AAAA,QACN,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,cACG,SAAO;AAAA,QACN,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,SACG,SAAO,EACP,IAAI,EACJ;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,aACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,sBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,+BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACZ,gBACG,SAAO;AAAA,QACN,MACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,eACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,QACZ,QACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,IACd,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,IACZ,OACG,SAAO;AAAA,MACN,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,QACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,kBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,MACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,YACG,SAAO,EACP,IAAI,EACJ,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,aACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,kBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,2BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,iBACG;AAAA,QACG,SAAO;AAAA,UACP,cACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR,SAAS,wDAAwD,EACjE,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,WACG,SAAO;AAAA,MACN,iBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,0BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,MACZ,yBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,wBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,iCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,MACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,MACG,OAAK,CAAC,iBAAiB,aAAa,CAAC,EACrC;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,eACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,MACZ,kBACG,SAAO;AAAA,QACN,eACG,SAAO;AAAA,UACN,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,4BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,UACZ,2BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,0BACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,QACd,CAAC,EACA,SAAS,4CAA4C,EACrD,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,cACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,uBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,UACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,mBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,UACZ,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,qBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,8BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,iBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,UACZ,IACG,UAAQ,EACR,SAAS,iDAAiD,EAC1D,SAAS,EACT,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,eAAe,EACxB,SAAS;AAAA,UACZ,aACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,sBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,wBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,SACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,kBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,UACZ,oBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,6BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,UACZ,MACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,eACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iBAAiB,EAC1B,SAAS;AAAA,UACZ,YACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,OACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,UACZ,QACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,iBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mBAAmB,EAC5B,SAAS;AAAA,QACd,CAAC,EACA,SAAS,kDAAkD,EAC3D,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,WACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,oBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,YACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,qBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,UACZ,iBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,0BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,UACZ,gBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,mBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,gBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,yBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,UACZ,mBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,4BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,UACZ,uBACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,gCACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,UACZ,eACG,SAAO,EACP,IAAI,EACJ;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,wBACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,UACZ,kBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,2BACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,OACG,SAAO;AAAA,QACN,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR,SAAS,YAAY,EACrB,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,cACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,QACZ,WACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,UACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,6CAA6C,EACtD,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,gBACG,SAAO;AAAA,MACN,kBACG,SAAO;AAAA,QACN,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,yCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,QACZ,wCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,iDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA,SAAS,uDAAuD,EAChE,SAAS;AAAA,MACZ,8BACG,SAAO;AAAA,QACN,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uBAAuB,EAChC,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,mBACG;AAAA,UACG,SAAO;AAAA,YACP,SACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS,EACT,SAAS;AAAA,YACZ,kBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,YACZ,gBACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACd,CAAC;AAAA,QACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,mBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,qBACG,SAAO;AAAA,QACN,uBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oCAAoC,EAC7C,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+CAA+C,EACxD,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,6BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,sCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,YACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qBACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,QACZ,iBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,0BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,gBACG,SAAO;AAAA,QACN,qCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,gCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,yCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,yCAAyC,EAClD,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,8BAA8B,EACvC,SAAS;AAAA,QACZ,8BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,uCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,2BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,oCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,wCAAwC,EACjD,SAAS;AAAA,QACZ,0BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,mCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,uCAAuC,EAChD,SAAS;AAAA,QACZ,kCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2CACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,qBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,8BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AAAA,QACZ,yBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,kCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,sCAAsC,EAC/C,SAAS;AAAA,QACZ,4BACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,qCACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,0CAA0C,EACnD,SAAS;AAAA,MACd,CAAC,EACA,SAAS,qDAAqD,EAC9D,SAAS;AAAA,MACZ,mBACG,SAAO;AAAA,QACN,uCACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,gDACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,mBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,4BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,QACZ,kBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,2BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,QACZ,oBACG,UAAQ,EACR;AAAA,UACC;AAAA,QACF,EACC,SAAS,EACT,SAAS;AAAA,QACZ,6BACG,OAAK;AAAA,UACJ;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACd,CAAC,EACA,SAAS,wDAAwD,EACjE,SAAS;AAAA,IACd,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AAAA,IACZ,gBACG,SAAO;AAAA,MACN,gBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,yBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,4BAA4B,EACrC,SAAS;AAAA,MACZ,qBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,8BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,oBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,6BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,iCAAiC,EAC1C,SAAS;AAAA,MACZ,uBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gCACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qCAAqC,EAC9C,SAAS;AAAA,MACZ,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,UACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,mBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,qBAAqB,EAC9B,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,cACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,uBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,+BAA+B,EACxC,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,4BACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,MACZ,aACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,sBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,MACZ,SACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,kBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,oBAAoB,EAC7B,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,OACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,gBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,kBAAkB,EAC3B,SAAS;AAAA,MACZ,KACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,cACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,gBAAgB,EACzB,SAAS;AAAA,MACZ,WACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,oBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,sBAAsB,EAC/B,SAAS;AAAA,MACZ,eACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS,EACT,SAAS;AAAA,MACZ,wBACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,2BAA2B,EACpC,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,SAAW;AAAA,IACP,SAAO;AAAA,MACP,cACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,MACZ,QACG,SAAO;AAAA,QACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,QACZ,QACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,IACC,MAAI;AAAA,MACF,SAAO;AAAA,QACP,gBAAkB,QAAM,EAAE,SAAS;AAAA,QACnC,YACG,SAAO,EACP,SAAS,2DAA2D,EACpE,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,MACZ,CAAC;AAAA,MACC,SAAO;AAAA,QACP,YAAc,QAAM,EAAE,SAAS;AAAA,QAC/B,gBACG,SAAO;AAAA,UACN,YACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,YACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF;AAAA,MACJ,CAAC;AAAA,IACH,CAAC;AAAA,EACH;AACF,CAAC;AACM,IAAM,gCAA8C,gBAAE,SAAO;AAAA,EAClE,mBACG;AAAA,IACG,SAAO;AAAA,MACP,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,WACG,OAAK,CAAC,QAAQ,QAAQ,OAAO,eAAe,CAAC,EAC7C,SAAS,2DAA2D,EACpE,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,kBACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,YACG,UAAQ,EACR,SAAS,kDAAkD,EAC3D,SAAS;AAAA,MACZ,eACG;AAAA,QACG;AAAA,UACE,SAAO;AAAA,YACP,aACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,UACd,CAAC;AAAA,UACC,MAAI;AAAA,YACF,SAAO;AAAA,cACP,aAAe,QAAM,EAAE,SAAS;AAAA,cAChC,WAAa,QAAM,EAAE,SAAS;AAAA,cAC9B,aAAe,QAAM,EAAE,SAAS;AAAA,YAClC,CAAC;AAAA,YACC,SAAO;AAAA,cACP,WAAa,QAAM,EAAE,SAAS;AAAA,cAC9B,aAAe,QAAM,EAAE,SAAS;AAAA,cAChC,aACG,SAAO,EACP,SAAS,0BAA0B,EACnC,IAAI,GAAG;AAAA,YACZ,CAAC;AAAA,YACC,SAAO;AAAA,cACP,aAAe,QAAM,EAAE,SAAS;AAAA,cAChC,aAAe,QAAM,EAAE,SAAS;AAAA,cAChC,WAAa,UAAQ,EAAE,SAAS,gBAAgB;AAAA,YAClD,CAAC;AAAA,YACC,SAAO;AAAA,cACP,aAAe,QAAM,EAAE,SAAS;AAAA,cAChC,WAAa,QAAM,EAAE,SAAS;AAAA,cAC9B,aAAe,SAAO,EAAE,SAAS,gBAAgB;AAAA,YACnD,CAAC;AAAA,UACH,CAAC;AAAA,QACH;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,YACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,wBAAsC,gBAAE,SAAO;AAAA,EAC1D,YACG,SAAO,EACP;AAAA,IACC;AAAA,EACF;AAAA,EACF,SAAW,SAAO;AAAA,IAChB,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,CAAC,EACL,IAAI,EAAE;AAAA,IACT,YACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,MAAQ,OAAK,CAAC,SAAS,MAAM,CAAC,EAAE,SAAS;AAAA,IACzC,QACG,SAAO;AAAA,MACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACZ,QACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,YACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACd,CAAC;AACH,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,YACG;AAAA,IACG,SAAO;AAAA,MACP,KACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,cACG;AAAA,QACG,SAAO;AAAA,UACP,eACG,SAAO,EACP,SAAS,0CAA0C,EACnD,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,aACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,gBACG;AAAA,QACG,SAAO;AAAA,UACP,aACG,SAAO,EACP,SAAS,wCAAwC,EACjD,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,aACG,SAAO,EACP,SAAS,mDAAmD,EAC5D,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,sBACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,gCAA8C,gBAAE,SAAO;AAAA,EAClE,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,iCAA+C,gBAAE,SAAO;AAAA,EACnE,SACG;AAAA,IACG,SAAO;AAAA,MACP,QACG,OAAK,CAAC,WAAW,SAAS,cAAc,OAAO,MAAM,CAAC,EACtD,SAAS,0BAA0B,EACnC,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AACd,CAAC;AACM,IAAM,2BAAyC,gBAAE,SAAO;AAAA,EAC7D,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,QAAU,OAAK,CAAC,WAAW,SAAS,cAAc,OAAO,MAAM,CAAC;AAAA,EAChE,SACG,SAAO;AAAA,IACN,aACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO;AAAA,EAC9D,uBACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,EACZ,mBACG,OAAK,CAAC,cAAc,wBAAwB,UAAU,CAAC,EACvD,SAAS,gDAAgD,EACzD,SAAS;AACd,CAAC;AACM,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,KACG,SAAO,EACP,SAAS,2DAA2D,EACpE,IAAI,CAAC,EACL,IAAI,CAAC;AAAA,EACR,SAAW,SAAO;AAAA,IAChB,uBACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACZ,CAAC;AACH,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,mBACG,OAAK,CAAC,cAAc,wBAAwB,UAAU,CAAC,EACvD,SAAS,kDAAkD,EAC3D,SAAS;AACd,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO;AAAA,EAC9D,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AACZ,CAAC;AACM,IAAM,6BAA2C,gBAAE,SAAO;AAAA,EAC/D,iBACG,SAAO;AAAA,IACN,oBACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,sBACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,OACG,OAAK;AAAA,MACJ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,sBACG,OAAK,CAAC,+BAA+B,4BAA4B,CAAC,EAClE;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,wBACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS,oDAAoD,EAC7D,SAAS;AACd,CAAC;AACM,IAAM,6BAA2C,gBAAE,SAAO;AAAA,EAC/D,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,WACG,SAAO;AAAA,IACN,WACG,OAAK,EACL;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,IACZ,SACG,OAAK,EACL;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA,SAAS,oCAAoC;AAAA,EAChD,SAAW,SAAO;AAAA,IAChB,aACG;AAAA,MACG,OAAK;AAAA,QACL;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC;AAAA,IACH,EACC,IAAI,EAAE;AAAA,EACX,CAAC;AACH,CAAC;AACM,IAAM,8BAA4C,gBAAE,SAAO;AAAA,EAChE,SACG;AAAA,IACG,SAAO;AAAA,MACP,YACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,MACZ,YACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACZ,aACG;AAAA,QACG,SAAO;AAAA,UACP,MACG,OAAK,EACL;AAAA,YACC;AAAA,UACF,EACC,SAAS,EACT,SAAS;AAAA,UACZ,OACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C,SAAS,qBAAqB,EAC9B,SAAS;AAAA,QACd,CAAC;AAAA,MACH,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AACd,CAAC;AACM,IAAM,sCAAoD,gBAAE,SAAO;AAAA,EACxE,YACG,SAAO,EACP,SAAS,oDAAoD,EAC7D,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,cACG,SAAO;AAAA,IACN,YACG,SAAO;AAAA,MACN,MACG,SAAO,EACP,IAAI,EACJ,SAAS,qCAAqC,EAC9C,IAAI,CAAC,EACL,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,IACd,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AAAA,IACZ,UACG,SAAO;AAAA,MACN,MACG,SAAO,EACP,IAAI,EACJ,SAAS,qCAAqC,EAC9C,IAAI,CAAC,EACL,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,OACG,SAAO,EACP,IAAI,EACJ;AAAA,QACC;AAAA,MACF,EACC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,IACd,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AAAA,EACd,CAAC,EACA,SAAS,0CAA0C;AAAA,EACtD,SACG,SAAO;AAAA,IACN,QACG,SAAO;AAAA,MACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,mDAAmD,EAC5D,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS,EACT,SAAS;AAAA,MACZ,QACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,uCAAqD,gBAAE,SAAO;AAAA,EACzE,oBACG;AAAA,IACG;AAAA,MACE,SAAO;AAAA,QACP,eACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,IAAI,EACR,SAAS;AAAA,MACd,CAAC;AAAA,MACC,MAAI;AAAA,QACF,SAAO;AAAA,UACP,OAAS,QAAM,EAAE,SAAS;AAAA,UAC1B,WAAa,QAAM,EAAE,SAAS;AAAA,QAChC,CAAC;AAAA,QACC,SAAO;AAAA,UACP,WAAa,QAAM,EAAE,SAAS;AAAA,UAC9B,OACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C,SAAS,sCAAsC;AAAA,QACpD,CAAC;AAAA,QACC,SAAO;AAAA,UACP,OAAS,QAAM,EAAE,SAAS;AAAA,UAC1B,WACG,SAAO,EACP,MAAM,WAAW,8BAA8B,EAC/C;AAAA,YACC;AAAA,UACF;AAAA,QACJ,CAAC;AAAA,MACH,CAAC;AAAA,IACH;AAAA,EACF,EACC,SAAS;AAAA,EACZ,gBACG,SAAO;AAAA,IACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,2CAA2C,EACpD,SAAS,EACT,SAAS;AAAA,IACZ,SACG,SAAO;AAAA,MACN,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAK,EACT,SAAS,EACT,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,SACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA;AAAA,IACC;AAAA,EACF,EACC,SAAS;AACd,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,YACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,IAAI;AAAA,EACX,OACG,SAAO,EAAE,OAAS,SAAO,EAAE,SAAS,EAAE,CAAC,EACvC,SAAS,8DAA8D;AAAA,EAC1E,SAAW,SAAO;AAAA,IAChB,MAAQ,OAAK;AAAA,MACX;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC;AAAA,EACH,CAAC;AACH,CAAC;AACM,IAAM,gCAA8C,gBAAE,SAAO;AAAA,EAClE,UACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,IAAI,EACR,SAAS,EACT,SAAS;AACd,CAAC;AACM,IAAM,2BAAyC,gBAAE,SAAO;AAAA,EAC7D,YACG,SAAO,EACP,SAAS,+DAA+D,EACxE,IAAI,IAAI;AACb,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO;AAAA,EAC9D,gBACG;AAAA,IACG,SAAO;AAAA,MACP,KACG,SAAO,EACP,SAAS,kCAAkC,EAC3C;AAAA,QACC;AAAA,QACA;AAAA,MACF,EACC,SAAS;AAAA,MACZ,kBACG,SAAO,EACP,SAAS,mDAAmD,EAC5D,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,MACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAI,EACR,SAAS,EACT,SAAS;AAAA,MACZ,qBACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,IAAI,EACR,SAAS;AAAA,MACZ,MACG,OAAK;AAAA,QACJ;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC,EACA,SAAS,6BAA6B,EACtC,SAAS;AAAA,MACZ,mBACG,UAAQ,EACR;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,SAAS;AACd,CAAC;AACM,IAAM,uCAAqD,gBAAE,SAAO;AAAA,EACzE,aACG,SAAO,EACP,SAAS,0DAA0D;AAAA,EACtE,SACG,SAAO;AAAA,IACN,QACG,SAAO,EACP;AAAA,MACC;AAAA;AAAA;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,wCAAsD,gBAAE,SAAO;AAAA,EAC1E,QACG,SAAO;AAAA,IACN,aACG,SAAO,EACP,SAAS,wDAAwD,EACjE,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,QACG;AAAA,MACG,OAAK;AAAA,QACL;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC;AAAA,IACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,gBACG;AAAA,MACG,OAAK;AAAA,QACL;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MACF,CAAC;AAAA,IACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,qBAAuB,QAAQ,SAAO,CAAC,EAAE,IAAI,GAAG,EAAE,SAAS;AAAA,IAC3D,cACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACZ,WAAa,QAAQ,SAAO,CAAC,EAAE,IAAI,EAAE,EAAE,SAAS;AAAA,IAChD,wBACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,cACG,SAAO,EACP,SAAS,2DAA2D,EACpE,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,iBACG,SAAO,EACP,SAAS,0DAA0D,EACnE,IAAI,EAAE,EACN,SAAS;AAAA,IACZ,gBACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC,EACA,SAAS,4DAA4D,EACrE,SAAS;AACd,CAAC;AACM,IAAM,wBAAsC,gBAAE,SAAO;AAAA,EAC1D,OACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,SAAW,SAAO;AAAA,IAChB,aACG,SAAO,EACP;AAAA,MACC;AAAA,IACF;AAAA,IACF,cACG,SAAO,EACP;AAAA,MACC;AAAA;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC;AACH,CAAC;AACM,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,aACG;AAAA,IACG,SAAO;AAAA,MACP,SACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,UACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,eACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,EAAE,EACN,SAAS;AACd,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,OACG,SAAO,EACP;AAAA,IACC;AAAA,EACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,EACV,SACG,SAAO;AAAA,IACN,aACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,SAAS,EACT,SAAS;AAAA,IACZ,cACG,SAAO,EACP;AAAA,MACC;AAAA;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,gCAA8C,gBAAE,SAAO;AAAA,EAClE,aACG;AAAA,IACG,SAAO;AAAA,MACP,SACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,aACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,UACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,MACZ,eACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,EAAE,EACN,SAAS;AACd,CAAC;AACM,IAAM,+BAA6C,gBAAE,SAAO;AAAA,EACjE,SAAW;AAAA,IACP,SAAO,CAAC,CAAC;AAAA,IACT,MAAI;AAAA,MACF,SAAO;AAAA,QACP,UAAY,QAAM,EAAE,SAAS;AAAA,QAC7B,OACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG;AAAA,MACZ,CAAC;AAAA,MACC,SAAO;AAAA,QACP,OAAS,QAAM,EAAE,SAAS;AAAA,QAC1B,UACG,SAAO;AAAA,UACN,MACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,OACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,cACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,iBACG,SAAO;AAAA,YACN,KACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,aACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,UACd,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,UACZ,sBACG;AAAA,YACG,SAAO;AAAA,cACP,KACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,cACZ,aACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,YACd,CAAC;AAAA,UACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,UACZ,SACG,SAAO;AAAA,YACN,aACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,mBACG,SAAO;AAAA,YACN,aACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,UACpD,CAAC,EACA;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,aACG,SAAO;AAAA,YACN,cACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,YACF,CAAC,EACA,SAAS;AAAA,YACZ,QACG;AAAA,cACG,SAAO;AAAA,gBACP,WACG,SAAO,EACP;AAAA,kBACC;AAAA,gBACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,gBACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,cACd,CAAC;AAAA,YACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,YACZ,YACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,cACG,SAAO,EACP,SAAS,yBAAyB,EAClC,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,kBAAoB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,UACtD,YACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,EACJ,IAAI,GAAI,EACR,SAAS,EACT,SAAS;AAAA,UACZ,WACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,cACG;AAAA,YACG,SAAO;AAAA,cACP,SACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,UACG,SAAO;AAAA,gBACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,gBACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,cACd,CAAC,EACA;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,cACZ,UACG,OAAK;AAAA,gBACJ;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,cACF,CAAC,EACA,SAAS;AAAA,cACZ,WACG,SAAO;AAAA,gBACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,gBACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,cACd,CAAC,EACA;AAAA,gBACC;AAAA,cACF,EACC,SAAS;AAAA,YACd,CAAC;AAAA,UACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,QACG,SAAO;AAAA,YACN,UACG,SAAO,EACP,SAAS,4CAA4C,EACrD,SAAS;AAAA,YACZ,WACG,SAAO,EACP,SAAS,+CAA+C,EACxD,SAAS;AAAA,UACd,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,UACZ,UACG,SAAO;AAAA,YACN,QACG,OAAK,CAAC,QAAQ,sBAAsB,oBAAoB,CAAC,EACzD,SAAS;AAAA,YACZ,WACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,UACZ,UACG,SAAO;AAAA,YACN,uBACG,UAAQ,EACR;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC,EACA;AAAA,YACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UACF,EACC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF;AAAA,MACJ,CAAC;AAAA,IACH,CAAC;AAAA,EACH;AACF,CAAC;AACM,IAAM,gCAA8C,gBAAE,SAAO;AAAA,EAClE,SACG;AAAA,IACG,SAAO;AAAA,MACP,UACG,SAAO;AAAA,QACN,MACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,OACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,QACZ,cACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,iBACG,SAAO;AAAA,UACN,KACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,aACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACd,CAAC,EACA,SAAS,gDAAgD,EACzD,SAAS;AAAA,QACZ,sBACG;AAAA,UACG,SAAO;AAAA,YACP,KACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,CAAC,EACL,IAAI,GAAG,EACP,SAAS;AAAA,YACZ,aACG,SAAO,EACP;AAAA,cACC;AAAA,YACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,UACd,CAAC;AAAA,QACH,EACC,IAAI,CAAC,EACL,SAAS;AAAA,QACZ,SACG,SAAO;AAAA,UACN,aACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,mBACG,SAAO;AAAA,UACN,aACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,UACZ,YACG,SAAO,EACP,SAAS,kBAAkB,EAC3B,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,oBACG,SAAO,EACP,SAAS,gDAAgD,EACzD,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,UACG,SAAO,EACP,SAAS,mBAAmB,EAC5B,IAAI,GAAG,EACP,SAAS;AAAA,UACZ,cAAgB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,QACpD,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,aACG,SAAO;AAAA,UACN,cACG,OAAK;AAAA,YACJ;AAAA,YACA;AAAA,UACF,CAAC,EACA,SAAS,gCAAgC,EACzC,SAAS;AAAA,UACZ,QACG;AAAA,YACG,SAAO;AAAA,cACP,WACG,SAAO,EACP;AAAA,gBACC;AAAA,cACF,EACC,IAAI,GAAG,EACP,SAAS;AAAA,cACZ,SACG,SAAO,EACP,SAAS,2BAA2B,EACpC,IAAI,GAAG,EACP,SAAS;AAAA,YACd,CAAC;AAAA,UACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,UACZ,YACG,SAAO,EACP;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA,QACF,EACC,SAAS;AAAA,QACZ,cACG,SAAO,EACP,SAAS,yBAAyB,EAClC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,kBAAoB,QAAQ,SAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS;AAAA,QACtD,YACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,EACJ,IAAI,GAAI,EACR,SAAS,EACT,SAAS;AAAA,QACZ,WACG,SAAO,EACP;AAAA,UACC;AAAA,QACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,cACG;AAAA,UACG,SAAO;AAAA,YACP,SACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,SAAO;AAAA,cACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,cACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,UACG,OAAK;AAAA,cACJ;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,YACZ,WACG,SAAO;AAAA,cACN,OACG,SAAO,EACP,IAAI,EACJ,SAAS,4BAA4B,EACrC,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,cACZ,SACG,SAAO,EACP,IAAI,EACJ,SAAS,mCAAmC,EAC5C,IAAI,CAAC,EACL,IAAI,EAAE,EACN,SAAS;AAAA,YACd,CAAC,EACA;AAAA,cACC;AAAA,YACF,EACC,SAAS;AAAA,UACd,CAAC;AAAA,QACH,EACC,IAAI,EAAE,EACN,SAAS;AAAA,QACZ,QACG,SAAO;AAAA,UACN,UACG,SAAO,EACP,SAAS,4CAA4C,EACrD,SAAS;AAAA,UACZ,WACG,SAAO,EACP,SAAS,+CAA+C,EACxD,SAAS;AAAA,QACd,CAAC,EACA,SAAS,2CAA2C,EACpD,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,QACG,OAAK,CAAC,QAAQ,sBAAsB,oBAAoB,CAAC,EACzD,SAAS,yBAAyB,EAClC,SAAS;AAAA,UACZ,WACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,QACd,CAAC,EACA,SAAS,mCAAmC,EAC5C,SAAS;AAAA,QACZ,UACG,SAAO;AAAA,UACN,uBACG,UAAQ,EACR;AAAA,YACC;AAAA,UACF,EACC,SAAS;AAAA,QACd,CAAC,EACA;AAAA,UACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QACF,EACC,SAAS;AAAA,MACd,CAAC,EACA;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,MACZ,QACG,OAAK,CAAC,aAAa,iBAAiB,CAAC,EACrC;AAAA,QACC;AAAA,MACF,EACC,SAAS;AAAA,IACd,CAAC;AAAA,EACH,EACC,IAAI,EAAE,EACN,SAAS;AACd,CAAC;","names":[]}
|