@seamapi/types 1.678.0 → 1.680.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/dist/connect.cjs +537 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +211 -0
- package/dist/index.cjs +537 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.d.ts +8 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +122 -0
- package/lib/seam/connect/openapi.js +535 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +63 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +10 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +4 -0
- package/src/lib/seam/connect/openapi.ts +541 -1
- package/src/lib/seam/connect/route-types.ts +498 -0
|
@@ -10899,6 +10899,8 @@ export type Routes = {
|
|
|
10899
10899
|
device_name: string;
|
|
10900
10900
|
/** Device type for an Ultraloq device. */
|
|
10901
10901
|
device_type: string;
|
|
10902
|
+
/** IANA timezone for the Ultraloq device. */
|
|
10903
|
+
time_zone: string | null;
|
|
10902
10904
|
} | undefined;
|
|
10903
10905
|
}) & ({
|
|
10904
10906
|
/** */
|
|
@@ -14288,6 +14290,8 @@ export type Routes = {
|
|
|
14288
14290
|
device_name: string;
|
|
14289
14291
|
/** Device type for an Ultraloq device. */
|
|
14290
14292
|
device_type: string;
|
|
14293
|
+
/** IANA timezone for the Ultraloq device. */
|
|
14294
|
+
time_zone: string | null;
|
|
14291
14295
|
} | undefined;
|
|
14292
14296
|
}) & ({
|
|
14293
14297
|
/** */
|
|
@@ -26657,6 +26661,10 @@ export type Routes = {
|
|
|
26657
26661
|
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
|
|
26658
26662
|
/** The ID of the customization profile to use for the portal. */
|
|
26659
26663
|
customization_profile_id?: string | undefined;
|
|
26664
|
+
/** Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings. */
|
|
26665
|
+
property_listing_filter?: {
|
|
26666
|
+
[x: string]: string | boolean;
|
|
26667
|
+
} | undefined;
|
|
26660
26668
|
} & {
|
|
26661
26669
|
customer_data?: {
|
|
26662
26670
|
/** Your unique identifier for the customer. */
|
|
@@ -27942,6 +27950,8 @@ export type Routes = {
|
|
|
27942
27950
|
device_name: string;
|
|
27943
27951
|
/** Device type for an Ultraloq device. */
|
|
27944
27952
|
device_type: string;
|
|
27953
|
+
/** IANA timezone for the Ultraloq device. */
|
|
27954
|
+
time_zone: string | null;
|
|
27945
27955
|
} | undefined;
|
|
27946
27956
|
}) & ({
|
|
27947
27957
|
/** */
|
|
@@ -29224,6 +29234,8 @@ export type Routes = {
|
|
|
29224
29234
|
device_name: string;
|
|
29225
29235
|
/** Device type for an Ultraloq device. */
|
|
29226
29236
|
device_type: string;
|
|
29237
|
+
/** IANA timezone for the Ultraloq device. */
|
|
29238
|
+
time_zone: string | null;
|
|
29227
29239
|
} | undefined;
|
|
29228
29240
|
}) & ({
|
|
29229
29241
|
/** */
|
|
@@ -29904,6 +29916,27 @@ export type Routes = {
|
|
|
29904
29916
|
};
|
|
29905
29917
|
maxDuration: undefined;
|
|
29906
29918
|
};
|
|
29919
|
+
'/devices/report_provider_metadata': {
|
|
29920
|
+
route: '/devices/report_provider_metadata';
|
|
29921
|
+
method: 'POST';
|
|
29922
|
+
queryParams: {};
|
|
29923
|
+
jsonBody: {};
|
|
29924
|
+
commonParams: {
|
|
29925
|
+
/** Array of devices with provider metadata to update */
|
|
29926
|
+
devices: {
|
|
29927
|
+
/** ID of the device to update */
|
|
29928
|
+
device_id: string;
|
|
29929
|
+
/** Ultraloq-specific metadata to update */
|
|
29930
|
+
ultraloq_metadata?: {
|
|
29931
|
+
/** IANA timezone for the Ultraloq device */
|
|
29932
|
+
time_zone: 'Africa/Abidjan' | 'Africa/Accra' | 'Africa/Addis_Ababa' | 'Africa/Algiers' | 'Africa/Asmera' | 'Africa/Bamako' | 'Africa/Bangui' | 'Africa/Banjul' | 'Africa/Bissau' | 'Africa/Blantyre' | 'Africa/Brazzaville' | 'Africa/Bujumbura' | 'Africa/Cairo' | 'Africa/Casablanca' | 'Africa/Ceuta' | 'Africa/Conakry' | 'Africa/Dakar' | 'Africa/Dar_es_Salaam' | 'Africa/Djibouti' | 'Africa/Douala' | 'Africa/El_Aaiun' | 'Africa/Freetown' | 'Africa/Gaborone' | 'Africa/Harare' | 'Africa/Johannesburg' | 'Africa/Juba' | 'Africa/Kampala' | 'Africa/Khartoum' | 'Africa/Kigali' | 'Africa/Kinshasa' | 'Africa/Lagos' | 'Africa/Libreville' | 'Africa/Lome' | 'Africa/Luanda' | 'Africa/Lubumbashi' | 'Africa/Lusaka' | 'Africa/Malabo' | 'Africa/Maputo' | 'Africa/Maseru' | 'Africa/Mbabane' | 'Africa/Mogadishu' | 'Africa/Monrovia' | 'Africa/Nairobi' | 'Africa/Ndjamena' | 'Africa/Niamey' | 'Africa/Nouakchott' | 'Africa/Ouagadougou' | 'Africa/Porto-Novo' | 'Africa/Sao_Tome' | 'Africa/Tripoli' | 'Africa/Tunis' | 'Africa/Windhoek' | 'America/Adak' | 'America/Anchorage' | 'America/Anguilla' | 'America/Antigua' | 'America/Araguaina' | 'America/Argentina/La_Rioja' | 'America/Argentina/Rio_Gallegos' | 'America/Argentina/Salta' | 'America/Argentina/San_Juan' | 'America/Argentina/San_Luis' | 'America/Argentina/Tucuman' | 'America/Argentina/Ushuaia' | 'America/Aruba' | 'America/Asuncion' | 'America/Bahia' | 'America/Bahia_Banderas' | 'America/Barbados' | 'America/Belem' | 'America/Belize' | 'America/Blanc-Sablon' | 'America/Boa_Vista' | 'America/Bogota' | 'America/Boise' | 'America/Buenos_Aires' | 'America/Cambridge_Bay' | 'America/Campo_Grande' | 'America/Cancun' | 'America/Caracas' | 'America/Catamarca' | 'America/Cayenne' | 'America/Cayman' | 'America/Chicago' | 'America/Chihuahua' | 'America/Ciudad_Juarez' | 'America/Coral_Harbour' | 'America/Cordoba' | 'America/Costa_Rica' | 'America/Creston' | 'America/Cuiaba' | 'America/Curacao' | 'America/Danmarkshavn' | 'America/Dawson' | 'America/Dawson_Creek' | 'America/Denver' | 'America/Detroit' | 'America/Dominica' | 'America/Edmonton' | 'America/Eirunepe' | 'America/El_Salvador' | 'America/Fort_Nelson' | 'America/Fortaleza' | 'America/Glace_Bay' | 'America/Godthab' | 'America/Goose_Bay' | 'America/Grand_Turk' | 'America/Grenada' | 'America/Guadeloupe' | 'America/Guatemala' | 'America/Guayaquil' | 'America/Guyana' | 'America/Halifax' | 'America/Havana' | 'America/Hermosillo' | 'America/Indiana/Knox' | 'America/Indiana/Marengo' | 'America/Indiana/Petersburg' | 'America/Indiana/Tell_City' | 'America/Indiana/Vevay' | 'America/Indiana/Vincennes' | 'America/Indiana/Winamac' | 'America/Indianapolis' | 'America/Inuvik' | 'America/Iqaluit' | 'America/Jamaica' | 'America/Jujuy' | 'America/Juneau' | 'America/Kentucky/Monticello' | 'America/Kralendijk' | 'America/La_Paz' | 'America/Lima' | 'America/Los_Angeles' | 'America/Louisville' | 'America/Lower_Princes' | 'America/Maceio' | 'America/Managua' | 'America/Manaus' | 'America/Marigot' | 'America/Martinique' | 'America/Matamoros' | 'America/Mazatlan' | 'America/Mendoza' | 'America/Menominee' | 'America/Merida' | 'America/Metlakatla' | 'America/Mexico_City' | 'America/Miquelon' | 'America/Moncton' | 'America/Monterrey' | 'America/Montevideo' | 'America/Montreal' | 'America/Montserrat' | 'America/Nassau' | 'America/New_York' | 'America/Nipigon' | 'America/Nome' | 'America/Noronha' | 'America/North_Dakota/Beulah' | 'America/North_Dakota/Center' | 'America/North_Dakota/New_Salem' | 'America/Ojinaga' | 'America/Panama' | 'America/Pangnirtung' | 'America/Paramaribo' | 'America/Phoenix' | 'America/Port-au-Prince' | 'America/Port_of_Spain' | 'America/Porto_Velho' | 'America/Puerto_Rico' | 'America/Punta_Arenas' | 'America/Rainy_River' | 'America/Rankin_Inlet' | 'America/Recife' | 'America/Regina' | 'America/Resolute' | 'America/Rio_Branco' | 'America/Santa_Isabel' | 'America/Santarem' | 'America/Santiago' | 'America/Santo_Domingo' | 'America/Sao_Paulo' | 'America/Scoresbysund' | 'America/Sitka' | 'America/St_Barthelemy' | 'America/St_Johns' | 'America/St_Kitts' | 'America/St_Lucia' | 'America/St_Thomas' | 'America/St_Vincent' | 'America/Swift_Current' | 'America/Tegucigalpa' | 'America/Thule' | 'America/Thunder_Bay' | 'America/Tijuana' | 'America/Toronto' | 'America/Tortola' | 'America/Vancouver' | 'America/Whitehorse' | 'America/Winnipeg' | 'America/Yakutat' | 'America/Yellowknife' | 'Antarctica/Casey' | 'Antarctica/Davis' | 'Antarctica/DumontDUrville' | 'Antarctica/Macquarie' | 'Antarctica/Mawson' | 'Antarctica/McMurdo' | 'Antarctica/Palmer' | 'Antarctica/Rothera' | 'Antarctica/Syowa' | 'Antarctica/Troll' | 'Antarctica/Vostok' | 'Arctic/Longyearbyen' | 'Asia/Aden' | 'Asia/Almaty' | 'Asia/Amman' | 'Asia/Anadyr' | 'Asia/Aqtau' | 'Asia/Aqtobe' | 'Asia/Ashgabat' | 'Asia/Atyrau' | 'Asia/Baghdad' | 'Asia/Bahrain' | 'Asia/Baku' | 'Asia/Bangkok' | 'Asia/Barnaul' | 'Asia/Beirut' | 'Asia/Bishkek' | 'Asia/Brunei' | 'Asia/Calcutta' | 'Asia/Chita' | 'Asia/Choibalsan' | 'Asia/Colombo' | 'Asia/Damascus' | 'Asia/Dhaka' | 'Asia/Dili' | 'Asia/Dubai' | 'Asia/Dushanbe' | 'Asia/Famagusta' | 'Asia/Gaza' | 'Asia/Hebron' | 'Asia/Hong_Kong' | 'Asia/Hovd' | 'Asia/Irkutsk' | 'Asia/Jakarta' | 'Asia/Jayapura' | 'Asia/Jerusalem' | 'Asia/Kabul' | 'Asia/Kamchatka' | 'Asia/Karachi' | 'Asia/Katmandu' | 'Asia/Khandyga' | 'Asia/Krasnoyarsk' | 'Asia/Kuala_Lumpur' | 'Asia/Kuching' | 'Asia/Kuwait' | 'Asia/Macau' | 'Asia/Magadan' | 'Asia/Makassar' | 'Asia/Manila' | 'Asia/Muscat' | 'Asia/Nicosia' | 'Asia/Novokuznetsk' | 'Asia/Novosibirsk' | 'Asia/Omsk' | 'Asia/Oral' | 'Asia/Phnom_Penh' | 'Asia/Pontianak' | 'Asia/Pyongyang' | 'Asia/Qatar' | 'Asia/Qostanay' | 'Asia/Qyzylorda' | 'Asia/Rangoon' | 'Asia/Riyadh' | 'Asia/Saigon' | 'Asia/Sakhalin' | 'Asia/Samarkand' | 'Asia/Seoul' | 'Asia/Shanghai' | 'Asia/Singapore' | 'Asia/Srednekolymsk' | 'Asia/Taipei' | 'Asia/Tashkent' | 'Asia/Tbilisi' | 'Asia/Tehran' | 'Asia/Thimphu' | 'Asia/Tokyo' | 'Asia/Tomsk' | 'Asia/Ulaanbaatar' | 'Asia/Urumqi' | 'Asia/Ust-Nera' | 'Asia/Vientiane' | 'Asia/Vladivostok' | 'Asia/Yakutsk' | 'Asia/Yekaterinburg' | 'Asia/Yerevan' | 'Atlantic/Azores' | 'Atlantic/Bermuda' | 'Atlantic/Canary' | 'Atlantic/Cape_Verde' | 'Atlantic/Faeroe' | 'Atlantic/Madeira' | 'Atlantic/Reykjavik' | 'Atlantic/South_Georgia' | 'Atlantic/St_Helena' | 'Atlantic/Stanley' | 'Australia/Adelaide' | 'Australia/Brisbane' | 'Australia/Broken_Hill' | 'Australia/Currie' | 'Australia/Darwin' | 'Australia/Eucla' | 'Australia/Hobart' | 'Australia/Lindeman' | 'Australia/Lord_Howe' | 'Australia/Melbourne' | 'Australia/Perth' | 'Australia/Sydney' | 'Europe/Amsterdam' | 'Europe/Andorra' | 'Europe/Astrakhan' | 'Europe/Athens' | 'Europe/Belgrade' | 'Europe/Berlin' | 'Europe/Bratislava' | 'Europe/Brussels' | 'Europe/Bucharest' | 'Europe/Budapest' | 'Europe/Busingen' | 'Europe/Chisinau' | 'Europe/Copenhagen' | 'Europe/Dublin' | 'Europe/Gibraltar' | 'Europe/Guernsey' | 'Europe/Helsinki' | 'Europe/Isle_of_Man' | 'Europe/Istanbul' | 'Europe/Jersey' | 'Europe/Kaliningrad' | 'Europe/Kiev' | 'Europe/Kirov' | 'Europe/Lisbon' | 'Europe/Ljubljana' | 'Europe/London' | 'Europe/Luxembourg' | 'Europe/Madrid' | 'Europe/Malta' | 'Europe/Mariehamn' | 'Europe/Minsk' | 'Europe/Monaco' | 'Europe/Moscow' | 'Europe/Oslo' | 'Europe/Paris' | 'Europe/Podgorica' | 'Europe/Prague' | 'Europe/Riga' | 'Europe/Rome' | 'Europe/Samara' | 'Europe/San_Marino' | 'Europe/Sarajevo' | 'Europe/Saratov' | 'Europe/Simferopol' | 'Europe/Skopje' | 'Europe/Sofia' | 'Europe/Stockholm' | 'Europe/Tallinn' | 'Europe/Tirane' | 'Europe/Ulyanovsk' | 'Europe/Uzhgorod' | 'Europe/Vaduz' | 'Europe/Vatican' | 'Europe/Vienna' | 'Europe/Vilnius' | 'Europe/Volgograd' | 'Europe/Warsaw' | 'Europe/Zagreb' | 'Europe/Zaporozhye' | 'Europe/Zurich' | 'Indian/Antananarivo' | 'Indian/Chagos' | 'Indian/Christmas' | 'Indian/Cocos' | 'Indian/Comoro' | 'Indian/Kerguelen' | 'Indian/Mahe' | 'Indian/Maldives' | 'Indian/Mauritius' | 'Indian/Mayotte' | 'Indian/Reunion' | 'Pacific/Apia' | 'Pacific/Auckland' | 'Pacific/Bougainville' | 'Pacific/Chatham' | 'Pacific/Easter' | 'Pacific/Efate' | 'Pacific/Enderbury' | 'Pacific/Fakaofo' | 'Pacific/Fiji' | 'Pacific/Funafuti' | 'Pacific/Galapagos' | 'Pacific/Gambier' | 'Pacific/Guadalcanal' | 'Pacific/Guam' | 'Pacific/Honolulu' | 'Pacific/Johnston' | 'Pacific/Kiritimati' | 'Pacific/Kosrae' | 'Pacific/Kwajalein' | 'Pacific/Majuro' | 'Pacific/Marquesas' | 'Pacific/Midway' | 'Pacific/Nauru' | 'Pacific/Niue' | 'Pacific/Norfolk' | 'Pacific/Noumea' | 'Pacific/Pago_Pago' | 'Pacific/Palau' | 'Pacific/Pitcairn' | 'Pacific/Ponape' | 'Pacific/Port_Moresby' | 'Pacific/Rarotonga' | 'Pacific/Saipan' | 'Pacific/Tahiti' | 'Pacific/Tarawa' | 'Pacific/Tongatapu' | 'Pacific/Truk' | 'Pacific/Wake' | 'Pacific/Wallis';
|
|
29933
|
+
} | undefined;
|
|
29934
|
+
}[];
|
|
29935
|
+
};
|
|
29936
|
+
formData: {};
|
|
29937
|
+
jsonResponse: {};
|
|
29938
|
+
maxDuration: undefined;
|
|
29939
|
+
};
|
|
29907
29940
|
'/devices/simulate/connect': {
|
|
29908
29941
|
route: '/devices/simulate/connect';
|
|
29909
29942
|
method: 'POST';
|
|
@@ -35571,6 +35604,8 @@ export type Routes = {
|
|
|
35571
35604
|
device_name: string;
|
|
35572
35605
|
/** Device type for an Ultraloq device. */
|
|
35573
35606
|
device_type: string;
|
|
35607
|
+
/** IANA timezone for the Ultraloq device. */
|
|
35608
|
+
time_zone: string | null;
|
|
35574
35609
|
} | undefined;
|
|
35575
35610
|
}) & ({
|
|
35576
35611
|
/** */
|
|
@@ -36803,6 +36838,8 @@ export type Routes = {
|
|
|
36803
36838
|
device_name: string;
|
|
36804
36839
|
/** Device type for an Ultraloq device. */
|
|
36805
36840
|
device_type: string;
|
|
36841
|
+
/** IANA timezone for the Ultraloq device. */
|
|
36842
|
+
time_zone: string | null;
|
|
36806
36843
|
} | undefined;
|
|
36807
36844
|
}) & ({
|
|
36808
36845
|
/** */
|
|
@@ -38085,6 +38122,8 @@ export type Routes = {
|
|
|
38085
38122
|
device_name: string;
|
|
38086
38123
|
/** Device type for an Ultraloq device. */
|
|
38087
38124
|
device_type: string;
|
|
38125
|
+
/** IANA timezone for the Ultraloq device. */
|
|
38126
|
+
time_zone: string | null;
|
|
38088
38127
|
} | undefined;
|
|
38089
38128
|
}) & ({
|
|
38090
38129
|
/** */
|
|
@@ -39316,6 +39355,8 @@ export type Routes = {
|
|
|
39316
39355
|
device_name: string;
|
|
39317
39356
|
/** Device type for an Ultraloq device. */
|
|
39318
39357
|
device_type: string;
|
|
39358
|
+
/** IANA timezone for the Ultraloq device. */
|
|
39359
|
+
time_zone: string | null;
|
|
39319
39360
|
} | undefined;
|
|
39320
39361
|
}) & ({
|
|
39321
39362
|
/** */
|
|
@@ -45680,6 +45721,8 @@ export type Routes = {
|
|
|
45680
45721
|
device_name: string;
|
|
45681
45722
|
/** Device type for an Ultraloq device. */
|
|
45682
45723
|
device_type: string;
|
|
45724
|
+
/** IANA timezone for the Ultraloq device. */
|
|
45725
|
+
time_zone: string | null;
|
|
45683
45726
|
} | undefined;
|
|
45684
45727
|
}) & ({
|
|
45685
45728
|
/** */
|
|
@@ -46911,6 +46954,8 @@ export type Routes = {
|
|
|
46911
46954
|
device_name: string;
|
|
46912
46955
|
/** Device type for an Ultraloq device. */
|
|
46913
46956
|
device_type: string;
|
|
46957
|
+
/** IANA timezone for the Ultraloq device. */
|
|
46958
|
+
time_zone: string | null;
|
|
46914
46959
|
} | undefined;
|
|
46915
46960
|
}) & ({
|
|
46916
46961
|
/** */
|
|
@@ -54688,6 +54733,10 @@ export type Routes = {
|
|
|
54688
54733
|
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
|
|
54689
54734
|
/** The ID of the customization profile to use for the portal. */
|
|
54690
54735
|
customization_profile_id?: string | undefined;
|
|
54736
|
+
/** Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings. */
|
|
54737
|
+
property_listing_filter?: {
|
|
54738
|
+
[x: string]: string | boolean;
|
|
54739
|
+
} | undefined;
|
|
54691
54740
|
/** Business vertical of the customer portal. */
|
|
54692
54741
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54693
54742
|
};
|
|
@@ -56467,6 +56516,8 @@ export type Routes = {
|
|
|
56467
56516
|
device_name: string;
|
|
56468
56517
|
/** Device type for an Ultraloq device. */
|
|
56469
56518
|
device_type: string;
|
|
56519
|
+
/** IANA timezone for the Ultraloq device. */
|
|
56520
|
+
time_zone: string | null;
|
|
56470
56521
|
} | undefined;
|
|
56471
56522
|
}) & ({
|
|
56472
56523
|
/** */
|
|
@@ -62144,6 +62195,8 @@ export type Routes = {
|
|
|
62144
62195
|
device_name: string;
|
|
62145
62196
|
/** Device type for an Ultraloq device. */
|
|
62146
62197
|
device_type: string;
|
|
62198
|
+
/** IANA timezone for the Ultraloq device. */
|
|
62199
|
+
time_zone: string | null;
|
|
62147
62200
|
} | undefined;
|
|
62148
62201
|
}) & ({
|
|
62149
62202
|
/** */
|
|
@@ -65980,6 +66033,8 @@ export type Routes = {
|
|
|
65980
66033
|
device_name: string;
|
|
65981
66034
|
/** Device type for an Ultraloq device. */
|
|
65982
66035
|
device_type: string;
|
|
66036
|
+
/** IANA timezone for the Ultraloq device. */
|
|
66037
|
+
time_zone: string | null;
|
|
65983
66038
|
} | undefined;
|
|
65984
66039
|
}) & ({
|
|
65985
66040
|
/** */
|
|
@@ -67211,6 +67266,8 @@ export type Routes = {
|
|
|
67211
67266
|
device_name: string;
|
|
67212
67267
|
/** Device type for an Ultraloq device. */
|
|
67213
67268
|
device_type: string;
|
|
67269
|
+
/** IANA timezone for the Ultraloq device. */
|
|
67270
|
+
time_zone: string | null;
|
|
67214
67271
|
} | undefined;
|
|
67215
67272
|
}) & ({
|
|
67216
67273
|
/** */
|
|
@@ -74462,6 +74519,8 @@ export type Routes = {
|
|
|
74462
74519
|
device_name: string;
|
|
74463
74520
|
/** Device type for an Ultraloq device. */
|
|
74464
74521
|
device_type: string;
|
|
74522
|
+
/** IANA timezone for the Ultraloq device. */
|
|
74523
|
+
time_zone: string | null;
|
|
74465
74524
|
} | undefined;
|
|
74466
74525
|
}) & ({
|
|
74467
74526
|
/** */
|
|
@@ -75695,6 +75754,8 @@ export type Routes = {
|
|
|
75695
75754
|
device_name: string;
|
|
75696
75755
|
/** Device type for an Ultraloq device. */
|
|
75697
75756
|
device_type: string;
|
|
75757
|
+
/** IANA timezone for the Ultraloq device. */
|
|
75758
|
+
time_zone: string | null;
|
|
75698
75759
|
} | undefined;
|
|
75699
75760
|
}) & ({
|
|
75700
75761
|
/** */
|
|
@@ -77893,6 +77954,8 @@ export type Routes = {
|
|
|
77893
77954
|
device_name: string;
|
|
77894
77955
|
/** Device type for an Ultraloq device. */
|
|
77895
77956
|
device_type: string;
|
|
77957
|
+
/** IANA timezone for the Ultraloq device. */
|
|
77958
|
+
time_zone: string | null;
|
|
77896
77959
|
} | undefined;
|
|
77897
77960
|
}) & ({
|
|
77898
77961
|
/** */
|
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod'
|
|
2
2
|
|
|
3
|
+
import type { CustomMetadata } from '../custom-metadata.js'
|
|
3
4
|
import { access_grant_key_aliases } from './access-grant-resources.js'
|
|
4
5
|
import { location_key_aliases } from './location-resources.js'
|
|
5
6
|
|
|
@@ -108,6 +109,12 @@ export const portal_configuration_base = z.object({
|
|
|
108
109
|
.uuid()
|
|
109
110
|
.optional()
|
|
110
111
|
.describe('The ID of the customization profile to use for the portal.'),
|
|
112
|
+
property_listing_filter: z
|
|
113
|
+
.record(z.string(), z.union([z.string(), z.boolean()]))
|
|
114
|
+
.optional()
|
|
115
|
+
.describe(
|
|
116
|
+
'Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings.',
|
|
117
|
+
),
|
|
111
118
|
})
|
|
112
119
|
|
|
113
120
|
export const portal_configuration = portal_configuration_base
|
|
@@ -132,7 +139,10 @@ export const portal_configuration = portal_configuration_base
|
|
|
132
139
|
},
|
|
133
140
|
is_embedded: false,
|
|
134
141
|
locale: undefined,
|
|
142
|
+
property_listing_filter: undefined,
|
|
135
143
|
})
|
|
136
144
|
.describe(`Configuration for a customer portal`)
|
|
137
145
|
|
|
138
146
|
export type PortalConfiguration = z.infer<typeof portal_configuration>
|
|
147
|
+
|
|
148
|
+
export type PropertyListingFilter = CustomMetadata
|
|
@@ -696,6 +696,10 @@ export const device_metadata = z
|
|
|
696
696
|
device_id: z.string().describe(`Device ID for an Ultraloq device.`),
|
|
697
697
|
device_name: z.string().describe(`Device name for an Ultraloq device.`),
|
|
698
698
|
device_type: z.string().describe(`Device type for an Ultraloq device.`),
|
|
699
|
+
time_zone: z
|
|
700
|
+
.string()
|
|
701
|
+
.nullable()
|
|
702
|
+
.describe(`IANA timezone for the Ultraloq device.`),
|
|
699
703
|
})
|
|
700
704
|
.describe(`Metadata for an Ultraloq device.`),
|
|
701
705
|
})
|