@seamapi/types 1.423.2 → 1.423.4
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 +49 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +67 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +19 -0
- package/lib/seam/connect/models/customer/customer-data.js +5 -1
- package/lib/seam/connect/models/customer/customer-data.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +3 -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/customer/location-resources.d.ts +28 -0
- package/lib/seam/connect/models/customer/location-resources.js +7 -0
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +49 -0
- package/lib/seam/connect/openapi.js +46 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-data.ts +5 -0
- package/src/lib/seam/connect/models/customer/customer-portal.ts +5 -0
- package/src/lib/seam/connect/models/customer/location-resources.ts +9 -0
- package/src/lib/seam/connect/openapi.ts +51 -2
- package/src/lib/seam/connect/route-types.ts +22 -1
package/dist/connect.d.cts
CHANGED
|
@@ -48648,6 +48648,7 @@ declare const _default: {
|
|
|
48648
48648
|
exclude: boolean;
|
|
48649
48649
|
};
|
|
48650
48650
|
};
|
|
48651
|
+
is_embedded: boolean;
|
|
48651
48652
|
};
|
|
48652
48653
|
description: string;
|
|
48653
48654
|
properties: {
|
|
@@ -48693,6 +48694,11 @@ declare const _default: {
|
|
|
48693
48694
|
};
|
|
48694
48695
|
type: string;
|
|
48695
48696
|
};
|
|
48697
|
+
is_embedded: {
|
|
48698
|
+
default: boolean;
|
|
48699
|
+
description: string;
|
|
48700
|
+
type: string;
|
|
48701
|
+
};
|
|
48696
48702
|
customer_data?: never;
|
|
48697
48703
|
};
|
|
48698
48704
|
type: string;
|
|
@@ -49024,6 +49030,24 @@ declare const _default: {
|
|
|
49024
49030
|
};
|
|
49025
49031
|
type: string;
|
|
49026
49032
|
};
|
|
49033
|
+
property_listings: {
|
|
49034
|
+
description: string;
|
|
49035
|
+
items: {
|
|
49036
|
+
properties: {
|
|
49037
|
+
name: {
|
|
49038
|
+
description: string;
|
|
49039
|
+
type: string;
|
|
49040
|
+
};
|
|
49041
|
+
property_listing_key: {
|
|
49042
|
+
description: string;
|
|
49043
|
+
type: string;
|
|
49044
|
+
};
|
|
49045
|
+
};
|
|
49046
|
+
required: string[];
|
|
49047
|
+
type: string;
|
|
49048
|
+
};
|
|
49049
|
+
type: string;
|
|
49050
|
+
};
|
|
49027
49051
|
reservations: {
|
|
49028
49052
|
description: string;
|
|
49029
49053
|
items: {
|
|
@@ -49289,6 +49313,7 @@ declare const _default: {
|
|
|
49289
49313
|
type: string;
|
|
49290
49314
|
};
|
|
49291
49315
|
features?: never;
|
|
49316
|
+
is_embedded?: never;
|
|
49292
49317
|
};
|
|
49293
49318
|
type: string;
|
|
49294
49319
|
default?: never;
|
|
@@ -49680,6 +49705,24 @@ declare const _default: {
|
|
|
49680
49705
|
};
|
|
49681
49706
|
type: string;
|
|
49682
49707
|
};
|
|
49708
|
+
property_listings: {
|
|
49709
|
+
description: string;
|
|
49710
|
+
items: {
|
|
49711
|
+
properties: {
|
|
49712
|
+
name: {
|
|
49713
|
+
description: string;
|
|
49714
|
+
type: string;
|
|
49715
|
+
};
|
|
49716
|
+
property_listing_key: {
|
|
49717
|
+
description: string;
|
|
49718
|
+
type: string;
|
|
49719
|
+
};
|
|
49720
|
+
};
|
|
49721
|
+
required: string[];
|
|
49722
|
+
type: string;
|
|
49723
|
+
};
|
|
49724
|
+
type: string;
|
|
49725
|
+
};
|
|
49683
49726
|
reservations: {
|
|
49684
49727
|
description: string;
|
|
49685
49728
|
items: {
|
|
@@ -56428,6 +56471,9 @@ declare const _default: {
|
|
|
56428
56471
|
};
|
|
56429
56472
|
type: string;
|
|
56430
56473
|
};
|
|
56474
|
+
is_embedded: {
|
|
56475
|
+
type: string;
|
|
56476
|
+
};
|
|
56431
56477
|
};
|
|
56432
56478
|
type: string;
|
|
56433
56479
|
};
|
|
@@ -56522,6 +56568,9 @@ declare const _default: {
|
|
|
56522
56568
|
};
|
|
56523
56569
|
type: string;
|
|
56524
56570
|
};
|
|
56571
|
+
is_embedded: {
|
|
56572
|
+
type: string;
|
|
56573
|
+
};
|
|
56525
56574
|
};
|
|
56526
56575
|
type: string;
|
|
56527
56576
|
};
|
|
@@ -90815,6 +90864,8 @@ interface Routes {
|
|
|
90815
90864
|
exclude?: boolean;
|
|
90816
90865
|
};
|
|
90817
90866
|
};
|
|
90867
|
+
/** Whether the portal is embedded in another application. */
|
|
90868
|
+
is_embedded?: boolean;
|
|
90818
90869
|
} & {
|
|
90819
90870
|
customer_data?: {
|
|
90820
90871
|
/** Your unique identifier for the customer. */
|
|
@@ -90875,6 +90926,13 @@ interface Routes {
|
|
|
90875
90926
|
/** Your unique identifier for the listing. */
|
|
90876
90927
|
listing_key: string;
|
|
90877
90928
|
}> | undefined;
|
|
90929
|
+
/** List of property listings. */
|
|
90930
|
+
property_listings?: Array<{
|
|
90931
|
+
/** Your display name for this location resource. */
|
|
90932
|
+
name: string;
|
|
90933
|
+
/** Your unique identifier for the property listing. */
|
|
90934
|
+
property_listing_key: string;
|
|
90935
|
+
}> | undefined;
|
|
90878
90936
|
/** List of guests. */
|
|
90879
90937
|
guests?: Array<{
|
|
90880
90938
|
/** Your display name for this user identity resource. */
|
|
@@ -91128,6 +91186,13 @@ interface Routes {
|
|
|
91128
91186
|
/** Your unique identifier for the listing. */
|
|
91129
91187
|
listing_key: string;
|
|
91130
91188
|
}> | undefined;
|
|
91189
|
+
/** List of property listings. */
|
|
91190
|
+
property_listings?: Array<{
|
|
91191
|
+
/** Your display name for this location resource. */
|
|
91192
|
+
name: string;
|
|
91193
|
+
/** Your unique identifier for the property listing. */
|
|
91194
|
+
property_listing_key: string;
|
|
91195
|
+
}> | undefined;
|
|
91131
91196
|
/** List of guests. */
|
|
91132
91197
|
guests?: Array<{
|
|
91133
91198
|
/** Your display name for this user identity resource. */
|
|
@@ -95978,7 +96043,7 @@ interface Routes {
|
|
|
95978
96043
|
event_types?: Array<'access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated'> | undefined;
|
|
95979
96044
|
/** ID of the connected account for which you want to list events. */
|
|
95980
96045
|
connected_account_id?: string | undefined;
|
|
95981
|
-
/**
|
|
96046
|
+
/** ID of the Connect Webview for which you want to list events. */
|
|
95982
96047
|
connect_webview_id?: string | undefined;
|
|
95983
96048
|
/** Numerical limit on the number of events to return. */
|
|
95984
96049
|
limit?: number;
|
|
@@ -114080,6 +114145,7 @@ interface Routes {
|
|
|
114080
114145
|
exclude?: boolean | undefined;
|
|
114081
114146
|
} | undefined;
|
|
114082
114147
|
} | undefined;
|
|
114148
|
+
is_embedded?: boolean | undefined;
|
|
114083
114149
|
/** Business vertical of the customer portal. */
|
|
114084
114150
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
114085
114151
|
};
|
|
@@ -89,6 +89,17 @@ export declare const customer_data: z.ZodObject<{
|
|
|
89
89
|
name: string;
|
|
90
90
|
listing_key: string;
|
|
91
91
|
}>, "many">>;
|
|
92
|
+
property_listings: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
93
|
+
name: z.ZodString;
|
|
94
|
+
}, {
|
|
95
|
+
property_listing_key: z.ZodString;
|
|
96
|
+
}>, "strip", z.ZodTypeAny, {
|
|
97
|
+
name: string;
|
|
98
|
+
property_listing_key: string;
|
|
99
|
+
}, {
|
|
100
|
+
name: string;
|
|
101
|
+
property_listing_key: string;
|
|
102
|
+
}>, "many">>;
|
|
92
103
|
guests: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
93
104
|
name: z.ZodString;
|
|
94
105
|
email_address: z.ZodOptional<z.ZodString>;
|
|
@@ -382,6 +393,10 @@ export declare const customer_data: z.ZodObject<{
|
|
|
382
393
|
name: string;
|
|
383
394
|
listing_key: string;
|
|
384
395
|
}[] | undefined;
|
|
396
|
+
property_listings?: {
|
|
397
|
+
name: string;
|
|
398
|
+
property_listing_key: string;
|
|
399
|
+
}[] | undefined;
|
|
385
400
|
guests?: {
|
|
386
401
|
name: string;
|
|
387
402
|
guest_key: string;
|
|
@@ -503,6 +518,10 @@ export declare const customer_data: z.ZodObject<{
|
|
|
503
518
|
name: string;
|
|
504
519
|
listing_key: string;
|
|
505
520
|
}[] | undefined;
|
|
521
|
+
property_listings?: {
|
|
522
|
+
name: string;
|
|
523
|
+
property_listing_key: string;
|
|
524
|
+
}[] | undefined;
|
|
506
525
|
guests?: {
|
|
507
526
|
name: string;
|
|
508
527
|
guest_key: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { access_grant_resource, booking_resource, reservation_resource, } from './access-grant-resources.js';
|
|
3
|
-
import { building_resource, common_area_resource, facility_resource, listing_resource, neutral_resource, property_resource, room_resource, unit_resource, } from './location-resources.js';
|
|
3
|
+
import { building_resource, common_area_resource, facility_resource, listing_resource, neutral_resource, property_listing_resource, property_resource, room_resource, unit_resource, } from './location-resources.js';
|
|
4
4
|
import { guest_resource, resident_resource, tenant_resource, user_identity_resource, user_resource, } from './user-identity-resources.js';
|
|
5
5
|
export const customer_data = z.object({
|
|
6
6
|
customer_key: z.string().describe('Your unique identifier for the customer.'),
|
|
@@ -37,6 +37,10 @@ export const customer_data = z.object({
|
|
|
37
37
|
.array(listing_resource)
|
|
38
38
|
.optional()
|
|
39
39
|
.describe('List of property listings.'),
|
|
40
|
+
property_listings: z
|
|
41
|
+
.array(property_listing_resource)
|
|
42
|
+
.optional()
|
|
43
|
+
.describe('List of property listings.'),
|
|
40
44
|
// User identity resources
|
|
41
45
|
guests: z.array(guest_resource).optional().describe('List of guests.'),
|
|
42
46
|
tenants: z.array(tenant_resource).optional().describe('List of tenants.'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-data.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-data.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"customer-data.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-data.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,6 +43,7 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
43
43
|
exclude?: boolean | undefined;
|
|
44
44
|
} | undefined;
|
|
45
45
|
}>>;
|
|
46
|
+
is_embedded: z.ZodDefault<z.ZodBoolean>;
|
|
46
47
|
}, "strip", z.ZodTypeAny, {
|
|
47
48
|
features: {
|
|
48
49
|
connect: {
|
|
@@ -55,6 +56,7 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
55
56
|
exclude: boolean;
|
|
56
57
|
};
|
|
57
58
|
};
|
|
59
|
+
is_embedded: boolean;
|
|
58
60
|
}, {
|
|
59
61
|
features?: {
|
|
60
62
|
connect?: {
|
|
@@ -67,5 +69,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
67
69
|
exclude?: boolean | undefined;
|
|
68
70
|
} | undefined;
|
|
69
71
|
} | undefined;
|
|
72
|
+
is_embedded?: boolean | undefined;
|
|
70
73
|
}>>;
|
|
71
74
|
export type PortalConfiguration = z.infer<typeof portal_configuration>;
|
|
@@ -22,6 +22,10 @@ const base_features = z.object({
|
|
|
22
22
|
export const portal_configuration = z
|
|
23
23
|
.object({
|
|
24
24
|
features: base_features.default({}),
|
|
25
|
+
is_embedded: z
|
|
26
|
+
.boolean()
|
|
27
|
+
.default(false)
|
|
28
|
+
.describe('Whether the portal is embedded in another application.'),
|
|
25
29
|
})
|
|
26
30
|
.default({
|
|
27
31
|
features: {
|
|
@@ -29,6 +33,7 @@ export const portal_configuration = z
|
|
|
29
33
|
organize: { exclude: false },
|
|
30
34
|
manage_devices: { exclude: false },
|
|
31
35
|
},
|
|
36
|
+
is_embedded: false,
|
|
32
37
|
})
|
|
33
38
|
.describe(`Configuration for a customer portal`);
|
|
34
39
|
//# sourceMappingURL=customer-portal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-portal.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-portal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,kDAAkD,CAAC;CAChE,CAAC,CAAA;AAEF,MAAM,oBAAoB,GAAG,YAAY,CAAA;AACzC,MAAM,2BAA2B,GAAG,YAAY,CAAA;AAChD,MAAM,qBAAqB,GAAG,YAAY,CAAA;AAE1C,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7B,OAAO,EAAE,oBAAoB;SAC1B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,cAAc,EAAE,2BAA2B;SACxC,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,+CAA+C,CAAC;IAC5D,QAAQ,EAAE,qBAAqB;SAC5B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,yCAAyC,CAAC;CACvD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC;KAClC,MAAM,CAAC;IACN,QAAQ,EAAE,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"customer-portal.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-portal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,kDAAkD,CAAC;CAChE,CAAC,CAAA;AAEF,MAAM,oBAAoB,GAAG,YAAY,CAAA;AACzC,MAAM,2BAA2B,GAAG,YAAY,CAAA;AAChD,MAAM,qBAAqB,GAAG,YAAY,CAAA;AAE1C,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7B,OAAO,EAAE,oBAAoB;SAC1B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,cAAc,EAAE,2BAA2B;SACxC,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,+CAA+C,CAAC;IAC5D,QAAQ,EAAE,qBAAqB;SAC5B,OAAO,CAAC,EAAE,CAAC;SACX,QAAQ,CAAC,yCAAyC,CAAC;CACvD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC;KAClC,MAAM,CAAC;IACN,QAAQ,EAAE,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC;IACnC,WAAW,EAAE,CAAC;SACX,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,wDAAwD,CAAC;CACtE,CAAC;KACD,OAAO,CAAC;IACP,QAAQ,EAAE;QACR,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;QAC3B,QAAQ,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;QAC5B,cAAc,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;KACnC;IACD,WAAW,EAAE,KAAK;CACnB,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA"}
|
|
@@ -87,6 +87,17 @@ export declare const listing_resource: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
87
87
|
name: string;
|
|
88
88
|
listing_key: string;
|
|
89
89
|
}>;
|
|
90
|
+
export declare const property_listing_resource: z.ZodObject<z.objectUtil.extendShape<{
|
|
91
|
+
name: z.ZodString;
|
|
92
|
+
}, {
|
|
93
|
+
property_listing_key: z.ZodString;
|
|
94
|
+
}>, "strip", z.ZodTypeAny, {
|
|
95
|
+
name: string;
|
|
96
|
+
property_listing_key: string;
|
|
97
|
+
}, {
|
|
98
|
+
name: string;
|
|
99
|
+
property_listing_key: string;
|
|
100
|
+
}>;
|
|
90
101
|
export declare const location_resource: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
91
102
|
name: z.ZodString;
|
|
92
103
|
}, {
|
|
@@ -167,6 +178,16 @@ export declare const location_resource: z.ZodUnion<[z.ZodObject<z.objectUtil.ext
|
|
|
167
178
|
}, {
|
|
168
179
|
name: string;
|
|
169
180
|
listing_key: string;
|
|
181
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
182
|
+
name: z.ZodString;
|
|
183
|
+
}, {
|
|
184
|
+
property_listing_key: z.ZodString;
|
|
185
|
+
}>, "strip", z.ZodTypeAny, {
|
|
186
|
+
name: string;
|
|
187
|
+
property_listing_key: string;
|
|
188
|
+
}, {
|
|
189
|
+
name: string;
|
|
190
|
+
property_listing_key: string;
|
|
170
191
|
}>]>;
|
|
171
192
|
export declare const location_key_aliases: z.ZodUnion<[z.ZodObject<{
|
|
172
193
|
space_key: z.ZodString;
|
|
@@ -216,6 +237,12 @@ export declare const location_key_aliases: z.ZodUnion<[z.ZodObject<{
|
|
|
216
237
|
listing_key: string;
|
|
217
238
|
}, {
|
|
218
239
|
listing_key: string;
|
|
240
|
+
}>, z.ZodObject<{
|
|
241
|
+
property_listing_key: z.ZodString;
|
|
242
|
+
}, "strip", z.ZodTypeAny, {
|
|
243
|
+
property_listing_key: string;
|
|
244
|
+
}, {
|
|
245
|
+
property_listing_key: string;
|
|
219
246
|
}>]>;
|
|
220
247
|
export type NeutralResource = z.infer<typeof neutral_resource>;
|
|
221
248
|
export type PropertyResource = z.infer<typeof property_resource>;
|
|
@@ -225,5 +252,6 @@ export type UnitResource = z.infer<typeof unit_resource>;
|
|
|
225
252
|
export type FacilityResource = z.infer<typeof facility_resource>;
|
|
226
253
|
export type BuildingResource = z.infer<typeof building_resource>;
|
|
227
254
|
export type ListingResource = z.infer<typeof listing_resource>;
|
|
255
|
+
export type PropertyListingResource = z.infer<typeof property_listing_resource>;
|
|
228
256
|
export type LocationResource = z.infer<typeof location_resource>;
|
|
229
257
|
export type LocationKeyAliases = z.infer<typeof location_key_aliases>;
|
|
@@ -30,6 +30,11 @@ export const building_resource = base_location_resource.extend({
|
|
|
30
30
|
export const listing_resource = base_location_resource.extend({
|
|
31
31
|
listing_key: z.string().describe('Your unique identifier for the listing.'),
|
|
32
32
|
});
|
|
33
|
+
export const property_listing_resource = base_location_resource.extend({
|
|
34
|
+
property_listing_key: z
|
|
35
|
+
.string()
|
|
36
|
+
.describe('Your unique identifier for the property listing.'),
|
|
37
|
+
});
|
|
33
38
|
// Union of all location resource types
|
|
34
39
|
export const location_resource = z.union([
|
|
35
40
|
neutral_resource,
|
|
@@ -40,6 +45,7 @@ export const location_resource = z.union([
|
|
|
40
45
|
facility_resource,
|
|
41
46
|
building_resource,
|
|
42
47
|
listing_resource,
|
|
48
|
+
property_listing_resource,
|
|
43
49
|
]);
|
|
44
50
|
// All location key aliases for use in references
|
|
45
51
|
export const location_key_aliases = z.union([
|
|
@@ -51,5 +57,6 @@ export const location_key_aliases = z.union([
|
|
|
51
57
|
z.object({ facility_key: z.string() }),
|
|
52
58
|
z.object({ building_key: z.string() }),
|
|
53
59
|
z.object({ listing_key: z.string() }),
|
|
60
|
+
z.object({ property_listing_key: z.string() }),
|
|
54
61
|
]);
|
|
55
62
|
//# sourceMappingURL=location-resources.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"location-resources.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/location-resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,4CAA4C;AAC5C,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,+CAA+C,CAAC;CAC3E,CAAC,CAAA;AAEF,iDAAiD;AACjD,MAAM,CAAC,MAAM,gBAAgB,GAAG,sBAAsB,CAAC,MAAM,CAAC;IAC5D,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,uCAAuC,CAAC;CACxE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC,MAAM,CAAC;IAC7D,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;CAC9E,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,sBAAsB,CAAC,MAAM,CAAC;IACzD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;CACtE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,sBAAsB,CAAC,MAAM,CAAC;IAChE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,CAAC,6CAA6C,CAAC;CAC3D,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,sBAAsB,CAAC,MAAM,CAAC;IACzD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;CACtE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC,MAAM,CAAC;IAC7D,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;CAC9E,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,sBAAsB,CAAC,MAAM,CAAC;IAC7D,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;CAC9E,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,sBAAsB,CAAC,MAAM,CAAC;IAC5D,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,yCAAyC,CAAC;CAC5E,CAAC,CAAA;AAEF,uCAAuC;AACvC,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,gBAAgB;IAChB,iBAAiB;IACjB,aAAa;IACb,oBAAoB;IACpB,aAAa;IACb,iBAAiB;IACjB,iBAAiB;IACjB,gBAAgB;
|
|
1
|
+
{"version":3,"file":"location-resources.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/location-resources.ts"],"names":[],"mappings":"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"}
|
|
@@ -26871,6 +26871,7 @@ declare const _default: {
|
|
|
26871
26871
|
exclude: boolean;
|
|
26872
26872
|
};
|
|
26873
26873
|
};
|
|
26874
|
+
is_embedded: boolean;
|
|
26874
26875
|
};
|
|
26875
26876
|
description: string;
|
|
26876
26877
|
properties: {
|
|
@@ -26916,6 +26917,11 @@ declare const _default: {
|
|
|
26916
26917
|
};
|
|
26917
26918
|
type: string;
|
|
26918
26919
|
};
|
|
26920
|
+
is_embedded: {
|
|
26921
|
+
default: boolean;
|
|
26922
|
+
description: string;
|
|
26923
|
+
type: string;
|
|
26924
|
+
};
|
|
26919
26925
|
customer_data?: never;
|
|
26920
26926
|
};
|
|
26921
26927
|
type: string;
|
|
@@ -27247,6 +27253,24 @@ declare const _default: {
|
|
|
27247
27253
|
};
|
|
27248
27254
|
type: string;
|
|
27249
27255
|
};
|
|
27256
|
+
property_listings: {
|
|
27257
|
+
description: string;
|
|
27258
|
+
items: {
|
|
27259
|
+
properties: {
|
|
27260
|
+
name: {
|
|
27261
|
+
description: string;
|
|
27262
|
+
type: string;
|
|
27263
|
+
};
|
|
27264
|
+
property_listing_key: {
|
|
27265
|
+
description: string;
|
|
27266
|
+
type: string;
|
|
27267
|
+
};
|
|
27268
|
+
};
|
|
27269
|
+
required: string[];
|
|
27270
|
+
type: string;
|
|
27271
|
+
};
|
|
27272
|
+
type: string;
|
|
27273
|
+
};
|
|
27250
27274
|
reservations: {
|
|
27251
27275
|
description: string;
|
|
27252
27276
|
items: {
|
|
@@ -27512,6 +27536,7 @@ declare const _default: {
|
|
|
27512
27536
|
type: string;
|
|
27513
27537
|
};
|
|
27514
27538
|
features?: never;
|
|
27539
|
+
is_embedded?: never;
|
|
27515
27540
|
};
|
|
27516
27541
|
type: string;
|
|
27517
27542
|
default?: never;
|
|
@@ -27903,6 +27928,24 @@ declare const _default: {
|
|
|
27903
27928
|
};
|
|
27904
27929
|
type: string;
|
|
27905
27930
|
};
|
|
27931
|
+
property_listings: {
|
|
27932
|
+
description: string;
|
|
27933
|
+
items: {
|
|
27934
|
+
properties: {
|
|
27935
|
+
name: {
|
|
27936
|
+
description: string;
|
|
27937
|
+
type: string;
|
|
27938
|
+
};
|
|
27939
|
+
property_listing_key: {
|
|
27940
|
+
description: string;
|
|
27941
|
+
type: string;
|
|
27942
|
+
};
|
|
27943
|
+
};
|
|
27944
|
+
required: string[];
|
|
27945
|
+
type: string;
|
|
27946
|
+
};
|
|
27947
|
+
type: string;
|
|
27948
|
+
};
|
|
27906
27949
|
reservations: {
|
|
27907
27950
|
description: string;
|
|
27908
27951
|
items: {
|
|
@@ -34651,6 +34694,9 @@ declare const _default: {
|
|
|
34651
34694
|
};
|
|
34652
34695
|
type: string;
|
|
34653
34696
|
};
|
|
34697
|
+
is_embedded: {
|
|
34698
|
+
type: string;
|
|
34699
|
+
};
|
|
34654
34700
|
};
|
|
34655
34701
|
type: string;
|
|
34656
34702
|
};
|
|
@@ -34745,6 +34791,9 @@ declare const _default: {
|
|
|
34745
34791
|
};
|
|
34746
34792
|
type: string;
|
|
34747
34793
|
};
|
|
34794
|
+
is_embedded: {
|
|
34795
|
+
type: string;
|
|
34796
|
+
};
|
|
34748
34797
|
};
|
|
34749
34798
|
type: string;
|
|
34750
34799
|
};
|
|
@@ -32739,6 +32739,7 @@ export default {
|
|
|
32739
32739
|
manage_devices: { exclude: false },
|
|
32740
32740
|
organize: { exclude: false },
|
|
32741
32741
|
},
|
|
32742
|
+
is_embedded: false,
|
|
32742
32743
|
},
|
|
32743
32744
|
description: 'Configuration for a customer portal',
|
|
32744
32745
|
properties: {
|
|
@@ -32784,6 +32785,11 @@ export default {
|
|
|
32784
32785
|
},
|
|
32785
32786
|
type: 'object',
|
|
32786
32787
|
},
|
|
32788
|
+
is_embedded: {
|
|
32789
|
+
default: false,
|
|
32790
|
+
description: 'Whether the portal is embedded in another application.',
|
|
32791
|
+
type: 'boolean',
|
|
32792
|
+
},
|
|
32787
32793
|
},
|
|
32788
32794
|
type: 'object',
|
|
32789
32795
|
},
|
|
@@ -33083,6 +33089,24 @@ export default {
|
|
|
33083
33089
|
},
|
|
33084
33090
|
type: 'array',
|
|
33085
33091
|
},
|
|
33092
|
+
property_listings: {
|
|
33093
|
+
description: 'List of property listings.',
|
|
33094
|
+
items: {
|
|
33095
|
+
properties: {
|
|
33096
|
+
name: {
|
|
33097
|
+
description: 'Your display name for this location resource.',
|
|
33098
|
+
type: 'string',
|
|
33099
|
+
},
|
|
33100
|
+
property_listing_key: {
|
|
33101
|
+
description: 'Your unique identifier for the property listing.',
|
|
33102
|
+
type: 'string',
|
|
33103
|
+
},
|
|
33104
|
+
},
|
|
33105
|
+
required: ['name', 'property_listing_key'],
|
|
33106
|
+
type: 'object',
|
|
33107
|
+
},
|
|
33108
|
+
type: 'array',
|
|
33109
|
+
},
|
|
33086
33110
|
reservations: {
|
|
33087
33111
|
description: 'List of reservations.',
|
|
33088
33112
|
items: {
|
|
@@ -33673,6 +33697,24 @@ export default {
|
|
|
33673
33697
|
},
|
|
33674
33698
|
type: 'array',
|
|
33675
33699
|
},
|
|
33700
|
+
property_listings: {
|
|
33701
|
+
description: 'List of property listings.',
|
|
33702
|
+
items: {
|
|
33703
|
+
properties: {
|
|
33704
|
+
name: {
|
|
33705
|
+
description: 'Your display name for this location resource.',
|
|
33706
|
+
type: 'string',
|
|
33707
|
+
},
|
|
33708
|
+
property_listing_key: {
|
|
33709
|
+
description: 'Your unique identifier for the property listing.',
|
|
33710
|
+
type: 'string',
|
|
33711
|
+
},
|
|
33712
|
+
},
|
|
33713
|
+
required: ['name', 'property_listing_key'],
|
|
33714
|
+
type: 'object',
|
|
33715
|
+
},
|
|
33716
|
+
type: 'array',
|
|
33717
|
+
},
|
|
33676
33718
|
reservations: {
|
|
33677
33719
|
description: 'List of reservations.',
|
|
33678
33720
|
items: {
|
|
@@ -36669,7 +36711,7 @@ export default {
|
|
|
36669
36711
|
in: 'query',
|
|
36670
36712
|
name: 'connect_webview_id',
|
|
36671
36713
|
schema: {
|
|
36672
|
-
description: '
|
|
36714
|
+
description: 'ID of the Connect Webview for which you want to list events.',
|
|
36673
36715
|
format: 'uuid',
|
|
36674
36716
|
type: 'string',
|
|
36675
36717
|
},
|
|
@@ -36781,7 +36823,7 @@ export default {
|
|
|
36781
36823
|
type: 'array',
|
|
36782
36824
|
},
|
|
36783
36825
|
connect_webview_id: {
|
|
36784
|
-
description: '
|
|
36826
|
+
description: 'ID of the Connect Webview for which you want to list events.',
|
|
36785
36827
|
format: 'uuid',
|
|
36786
36828
|
type: 'string',
|
|
36787
36829
|
},
|
|
@@ -40278,6 +40320,7 @@ export default {
|
|
|
40278
40320
|
},
|
|
40279
40321
|
type: 'object',
|
|
40280
40322
|
},
|
|
40323
|
+
is_embedded: { type: 'boolean' },
|
|
40281
40324
|
},
|
|
40282
40325
|
type: 'object',
|
|
40283
40326
|
},
|
|
@@ -40358,6 +40401,7 @@ export default {
|
|
|
40358
40401
|
},
|
|
40359
40402
|
type: 'object',
|
|
40360
40403
|
},
|
|
40404
|
+
is_embedded: { type: 'boolean' },
|
|
40361
40405
|
},
|
|
40362
40406
|
type: 'object',
|
|
40363
40407
|
},
|