@seamapi/types 1.442.0 → 1.443.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.
Files changed (89) hide show
  1. package/dist/connect.cjs +86 -2
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1914 -1913
  4. package/dist/devicedb.cjs.map +1 -1
  5. package/dist/devicedb.d.cts +27 -27
  6. package/dist/index.cjs +86 -2
  7. package/dist/index.cjs.map +1 -1
  8. package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +387 -389
  9. package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +173 -186
  10. package/lib/seam/connect/models/acs/acs-access-group.d.ts +18 -18
  11. package/lib/seam/connect/models/acs/acs-credential.d.ts +63 -63
  12. package/lib/seam/connect/models/acs/acs-encoder.d.ts +6 -6
  13. package/lib/seam/connect/models/acs/acs-entrance.d.ts +3 -3
  14. package/lib/seam/connect/models/acs/acs-system.d.ts +56 -56
  15. package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +152 -152
  16. package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +45 -45
  17. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +300 -354
  18. package/lib/seam/connect/models/action-attempts/activate-climate-preset.d.ts +12 -15
  19. package/lib/seam/connect/models/action-attempts/common.d.ts +9 -12
  20. package/lib/seam/connect/models/action-attempts/deprecated.d.ts +84 -105
  21. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +54 -57
  22. package/lib/seam/connect/models/action-attempts/lock-door.d.ts +12 -15
  23. package/lib/seam/connect/models/action-attempts/push-thermostat-programs.d.ts +12 -15
  24. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +12 -15
  25. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +54 -57
  26. package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +12 -15
  27. package/lib/seam/connect/models/action-attempts/set-hvac-mode.d.ts +12 -15
  28. package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.d.ts +12 -15
  29. package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.d.ts +12 -15
  30. package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +12 -15
  31. package/lib/seam/connect/models/batches/batch.d.ts +128 -120
  32. package/lib/seam/connect/models/batches/spaces.d.ts +128 -120
  33. package/lib/seam/connect/models/bridges/bridge-client-session.d.ts +24 -24
  34. package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
  35. package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +78 -78
  36. package/lib/seam/connect/models/customer/access-grant-resources.d.ts +30 -30
  37. package/lib/seam/connect/models/customer/customer-data.d.ts +57 -57
  38. package/lib/seam/connect/models/customer/location-resources.d.ts +54 -54
  39. package/lib/seam/connect/models/customer/user-identity-resources.d.ts +30 -30
  40. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -3
  41. package/lib/seam/connect/models/devices/device-provider.d.ts +4 -4
  42. package/lib/seam/connect/models/devices/device.d.ts +368 -376
  43. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +118 -120
  44. package/lib/seam/connect/models/events/access-codes.d.ts +136 -136
  45. package/lib/seam/connect/models/events/access-grants.d.ts +40 -40
  46. package/lib/seam/connect/models/events/access-methods.d.ts +40 -40
  47. package/lib/seam/connect/models/events/acs/access-groups.d.ts +10 -10
  48. package/lib/seam/connect/models/events/acs/common.d.ts +3 -3
  49. package/lib/seam/connect/models/events/acs/credentials.d.ts +40 -40
  50. package/lib/seam/connect/models/events/acs/encoders.d.ts +20 -20
  51. package/lib/seam/connect/models/events/acs/entrances.d.ts +20 -20
  52. package/lib/seam/connect/models/events/acs/index.d.ts +67 -67
  53. package/lib/seam/connect/models/events/acs/systems.d.ts +24 -24
  54. package/lib/seam/connect/models/events/acs/users.d.ts +20 -20
  55. package/lib/seam/connect/models/events/action-attempts.d.ts +32 -32
  56. package/lib/seam/connect/models/events/client-sessions.d.ts +8 -8
  57. package/lib/seam/connect/models/events/connect-webviews.d.ts +16 -16
  58. package/lib/seam/connect/models/events/connected-accounts.d.ts +56 -56
  59. package/lib/seam/connect/models/events/devices.d.ts +266 -266
  60. package/lib/seam/connect/models/events/enrollment-automations.d.ts +8 -8
  61. package/lib/seam/connect/models/events/phones.d.ts +8 -8
  62. package/lib/seam/connect/models/events/seam-event.d.ts +372 -372
  63. package/lib/seam/connect/models/phones/phone-session.d.ts +50 -50
  64. package/lib/seam/connect/models/spaces/space.d.ts +6 -0
  65. package/lib/seam/connect/models/spaces/space.js +2 -0
  66. package/lib/seam/connect/models/spaces/space.js.map +1 -1
  67. package/lib/seam/connect/models/user-identities/user-identity.d.ts +18 -18
  68. package/lib/seam/connect/openapi.d.ts +35 -0
  69. package/lib/seam/connect/openapi.js +82 -0
  70. package/lib/seam/connect/openapi.js.map +1 -1
  71. package/lib/seam/connect/route-types.d.ts +30 -0
  72. package/lib/seam/devicedb/models/device-model.d.ts +15 -15
  73. package/lib/seam/devicedb/route-specs.d.ts +12 -12
  74. package/package.json +8 -7
  75. package/src/lib/seam/connect/models/spaces/space.ts +2 -0
  76. package/src/lib/seam/connect/openapi.ts +92 -0
  77. package/src/lib/seam/connect/route-types.ts +30 -0
  78. package/lib/seam/connect/internal/enums.d.ts +0 -1
  79. package/lib/seam/connect/internal/enums.js +0 -2
  80. package/lib/seam/connect/internal/enums.js.map +0 -1
  81. package/lib/seam/connect/internal/index.d.ts +0 -4
  82. package/lib/seam/connect/internal/index.js +0 -5
  83. package/lib/seam/connect/internal/index.js.map +0 -1
  84. package/lib/seam/connect/internal/model-types.d.ts +0 -2
  85. package/lib/seam/connect/internal/model-types.js +0 -2
  86. package/lib/seam/connect/internal/model-types.js.map +0 -1
  87. package/lib/seam/connect/internal/schemas.d.ts +0 -2
  88. package/lib/seam/connect/internal/schemas.js +0 -3
  89. package/lib/seam/connect/internal/schemas.js.map +0 -1
@@ -46,19 +46,19 @@ export declare const location_references: z.ZodObject<{
46
46
  building_keys?: string[] | undefined;
47
47
  listing_keys?: string[] | undefined;
48
48
  }>;
49
- export declare const reservation_resource: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
49
+ export declare const reservation_resource: z.ZodObject<{
50
50
  name: z.ZodString;
51
51
  starts_at: z.ZodOptional<z.ZodString>;
52
52
  ends_at: z.ZodOptional<z.ZodString>;
53
- }, {
53
+ } & {
54
54
  reservation_key: z.ZodString;
55
- }>, {
55
+ } & {
56
56
  guest_key: z.ZodOptional<z.ZodString>;
57
57
  tenant_key: z.ZodOptional<z.ZodString>;
58
58
  resident_key: z.ZodOptional<z.ZodString>;
59
59
  user_key: z.ZodOptional<z.ZodString>;
60
60
  user_identity_key: z.ZodOptional<z.ZodString>;
61
- }>, {
61
+ } & {
62
62
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
63
63
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
64
64
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -67,7 +67,7 @@ export declare const reservation_resource: z.ZodObject<z.objectUtil.extendShape<
67
67
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
68
68
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
69
69
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
70
- }>, "strip", z.ZodTypeAny, {
70
+ }, "strip", z.ZodTypeAny, {
71
71
  name: string;
72
72
  reservation_key: string;
73
73
  starts_at?: string | undefined;
@@ -104,19 +104,19 @@ export declare const reservation_resource: z.ZodObject<z.objectUtil.extendShape<
104
104
  building_keys?: string[] | undefined;
105
105
  listing_keys?: string[] | undefined;
106
106
  }>;
107
- export declare const booking_resource: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
107
+ export declare const booking_resource: z.ZodObject<{
108
108
  name: z.ZodString;
109
109
  starts_at: z.ZodOptional<z.ZodString>;
110
110
  ends_at: z.ZodOptional<z.ZodString>;
111
- }, {
111
+ } & {
112
112
  booking_key: z.ZodString;
113
- }>, {
113
+ } & {
114
114
  guest_key: z.ZodOptional<z.ZodString>;
115
115
  tenant_key: z.ZodOptional<z.ZodString>;
116
116
  resident_key: z.ZodOptional<z.ZodString>;
117
117
  user_key: z.ZodOptional<z.ZodString>;
118
118
  user_identity_key: z.ZodOptional<z.ZodString>;
119
- }>, {
119
+ } & {
120
120
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
121
121
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
122
122
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -125,7 +125,7 @@ export declare const booking_resource: z.ZodObject<z.objectUtil.extendShape<z.ob
125
125
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
126
126
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
127
127
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
128
- }>, "strip", z.ZodTypeAny, {
128
+ }, "strip", z.ZodTypeAny, {
129
129
  name: string;
130
130
  booking_key: string;
131
131
  starts_at?: string | undefined;
@@ -162,19 +162,19 @@ export declare const booking_resource: z.ZodObject<z.objectUtil.extendShape<z.ob
162
162
  building_keys?: string[] | undefined;
163
163
  listing_keys?: string[] | undefined;
164
164
  }>;
165
- export declare const access_grant_resource: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
165
+ export declare const access_grant_resource: z.ZodObject<{
166
166
  name: z.ZodString;
167
167
  starts_at: z.ZodOptional<z.ZodString>;
168
168
  ends_at: z.ZodOptional<z.ZodString>;
169
- }, {
169
+ } & {
170
170
  access_grant_key: z.ZodString;
171
- }>, {
171
+ } & {
172
172
  guest_key: z.ZodOptional<z.ZodString>;
173
173
  tenant_key: z.ZodOptional<z.ZodString>;
174
174
  resident_key: z.ZodOptional<z.ZodString>;
175
175
  user_key: z.ZodOptional<z.ZodString>;
176
176
  user_identity_key: z.ZodOptional<z.ZodString>;
177
- }>, {
177
+ } & {
178
178
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
179
179
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
180
180
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -183,7 +183,7 @@ export declare const access_grant_resource: z.ZodObject<z.objectUtil.extendShape
183
183
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
184
184
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
185
185
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
186
- }>, "strip", z.ZodTypeAny, {
186
+ }, "strip", z.ZodTypeAny, {
187
187
  name: string;
188
188
  access_grant_key: string;
189
189
  starts_at?: string | undefined;
@@ -220,19 +220,19 @@ export declare const access_grant_resource: z.ZodObject<z.objectUtil.extendShape
220
220
  building_keys?: string[] | undefined;
221
221
  listing_keys?: string[] | undefined;
222
222
  }>;
223
- export declare const access_grant_resource_union: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
223
+ export declare const access_grant_resource_union: z.ZodUnion<[z.ZodObject<{
224
224
  name: z.ZodString;
225
225
  starts_at: z.ZodOptional<z.ZodString>;
226
226
  ends_at: z.ZodOptional<z.ZodString>;
227
- }, {
227
+ } & {
228
228
  reservation_key: z.ZodString;
229
- }>, {
229
+ } & {
230
230
  guest_key: z.ZodOptional<z.ZodString>;
231
231
  tenant_key: z.ZodOptional<z.ZodString>;
232
232
  resident_key: z.ZodOptional<z.ZodString>;
233
233
  user_key: z.ZodOptional<z.ZodString>;
234
234
  user_identity_key: z.ZodOptional<z.ZodString>;
235
- }>, {
235
+ } & {
236
236
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
237
237
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
238
238
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -241,7 +241,7 @@ export declare const access_grant_resource_union: z.ZodUnion<[z.ZodObject<z.obje
241
241
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
242
242
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
243
243
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
244
- }>, "strip", z.ZodTypeAny, {
244
+ }, "strip", z.ZodTypeAny, {
245
245
  name: string;
246
246
  reservation_key: string;
247
247
  starts_at?: string | undefined;
@@ -277,19 +277,19 @@ export declare const access_grant_resource_union: z.ZodUnion<[z.ZodObject<z.obje
277
277
  facility_keys?: string[] | undefined;
278
278
  building_keys?: string[] | undefined;
279
279
  listing_keys?: string[] | undefined;
280
- }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
280
+ }>, z.ZodObject<{
281
281
  name: z.ZodString;
282
282
  starts_at: z.ZodOptional<z.ZodString>;
283
283
  ends_at: z.ZodOptional<z.ZodString>;
284
- }, {
284
+ } & {
285
285
  booking_key: z.ZodString;
286
- }>, {
286
+ } & {
287
287
  guest_key: z.ZodOptional<z.ZodString>;
288
288
  tenant_key: z.ZodOptional<z.ZodString>;
289
289
  resident_key: z.ZodOptional<z.ZodString>;
290
290
  user_key: z.ZodOptional<z.ZodString>;
291
291
  user_identity_key: z.ZodOptional<z.ZodString>;
292
- }>, {
292
+ } & {
293
293
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
294
294
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
295
295
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -298,7 +298,7 @@ export declare const access_grant_resource_union: z.ZodUnion<[z.ZodObject<z.obje
298
298
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
299
299
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
300
300
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
301
- }>, "strip", z.ZodTypeAny, {
301
+ }, "strip", z.ZodTypeAny, {
302
302
  name: string;
303
303
  booking_key: string;
304
304
  starts_at?: string | undefined;
@@ -334,19 +334,19 @@ export declare const access_grant_resource_union: z.ZodUnion<[z.ZodObject<z.obje
334
334
  facility_keys?: string[] | undefined;
335
335
  building_keys?: string[] | undefined;
336
336
  listing_keys?: string[] | undefined;
337
- }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
337
+ }>, z.ZodObject<{
338
338
  name: z.ZodString;
339
339
  starts_at: z.ZodOptional<z.ZodString>;
340
340
  ends_at: z.ZodOptional<z.ZodString>;
341
- }, {
341
+ } & {
342
342
  access_grant_key: z.ZodString;
343
- }>, {
343
+ } & {
344
344
  guest_key: z.ZodOptional<z.ZodString>;
345
345
  tenant_key: z.ZodOptional<z.ZodString>;
346
346
  resident_key: z.ZodOptional<z.ZodString>;
347
347
  user_key: z.ZodOptional<z.ZodString>;
348
348
  user_identity_key: z.ZodOptional<z.ZodString>;
349
- }>, {
349
+ } & {
350
350
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
351
351
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
352
352
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -355,7 +355,7 @@ export declare const access_grant_resource_union: z.ZodUnion<[z.ZodObject<z.obje
355
355
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
356
356
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
357
357
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
358
- }>, "strip", z.ZodTypeAny, {
358
+ }, "strip", z.ZodTypeAny, {
359
359
  name: string;
360
360
  access_grant_key: string;
361
361
  starts_at?: string | undefined;
@@ -1,112 +1,112 @@
1
1
  import { z } from 'zod';
2
2
  export declare const customer_data: z.ZodObject<{
3
3
  customer_key: z.ZodString;
4
- spaces: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
4
+ spaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
5
5
  name: z.ZodString;
6
- }, {
6
+ } & {
7
7
  space_key: z.ZodString;
8
- }>, "strip", z.ZodTypeAny, {
8
+ }, "strip", z.ZodTypeAny, {
9
9
  name: string;
10
10
  space_key: string;
11
11
  }, {
12
12
  name: string;
13
13
  space_key: string;
14
14
  }>, "many">>;
15
- properties: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
15
+ properties: z.ZodOptional<z.ZodArray<z.ZodObject<{
16
16
  name: z.ZodString;
17
- }, {
17
+ } & {
18
18
  property_key: z.ZodString;
19
- }>, "strip", z.ZodTypeAny, {
19
+ }, "strip", z.ZodTypeAny, {
20
20
  name: string;
21
21
  property_key: string;
22
22
  }, {
23
23
  name: string;
24
24
  property_key: string;
25
25
  }>, "many">>;
26
- rooms: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
26
+ rooms: z.ZodOptional<z.ZodArray<z.ZodObject<{
27
27
  name: z.ZodString;
28
- }, {
28
+ } & {
29
29
  room_key: z.ZodString;
30
- }>, "strip", z.ZodTypeAny, {
30
+ }, "strip", z.ZodTypeAny, {
31
31
  name: string;
32
32
  room_key: string;
33
33
  }, {
34
34
  name: string;
35
35
  room_key: string;
36
36
  }>, "many">>;
37
- common_areas: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
37
+ common_areas: z.ZodOptional<z.ZodArray<z.ZodObject<{
38
38
  name: z.ZodString;
39
- }, {
39
+ } & {
40
40
  common_area_key: z.ZodString;
41
- }>, "strip", z.ZodTypeAny, {
41
+ }, "strip", z.ZodTypeAny, {
42
42
  name: string;
43
43
  common_area_key: string;
44
44
  }, {
45
45
  name: string;
46
46
  common_area_key: string;
47
47
  }>, "many">>;
48
- units: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
48
+ units: z.ZodOptional<z.ZodArray<z.ZodObject<{
49
49
  name: z.ZodString;
50
- }, {
50
+ } & {
51
51
  unit_key: z.ZodString;
52
- }>, "strip", z.ZodTypeAny, {
52
+ }, "strip", z.ZodTypeAny, {
53
53
  name: string;
54
54
  unit_key: string;
55
55
  }, {
56
56
  name: string;
57
57
  unit_key: string;
58
58
  }>, "many">>;
59
- facilities: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
59
+ facilities: z.ZodOptional<z.ZodArray<z.ZodObject<{
60
60
  name: z.ZodString;
61
- }, {
61
+ } & {
62
62
  facility_key: z.ZodString;
63
- }>, "strip", z.ZodTypeAny, {
63
+ }, "strip", z.ZodTypeAny, {
64
64
  name: string;
65
65
  facility_key: string;
66
66
  }, {
67
67
  name: string;
68
68
  facility_key: string;
69
69
  }>, "many">>;
70
- buildings: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
70
+ buildings: z.ZodOptional<z.ZodArray<z.ZodObject<{
71
71
  name: z.ZodString;
72
- }, {
72
+ } & {
73
73
  building_key: z.ZodString;
74
- }>, "strip", z.ZodTypeAny, {
74
+ }, "strip", z.ZodTypeAny, {
75
75
  name: string;
76
76
  building_key: string;
77
77
  }, {
78
78
  name: string;
79
79
  building_key: string;
80
80
  }>, "many">>;
81
- listings: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
81
+ listings: z.ZodOptional<z.ZodArray<z.ZodObject<{
82
82
  name: z.ZodString;
83
- }, {
83
+ } & {
84
84
  listing_key: z.ZodString;
85
- }>, "strip", z.ZodTypeAny, {
85
+ }, "strip", z.ZodTypeAny, {
86
86
  name: string;
87
87
  listing_key: string;
88
88
  }, {
89
89
  name: string;
90
90
  listing_key: string;
91
91
  }>, "many">>;
92
- property_listings: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
92
+ property_listings: z.ZodOptional<z.ZodArray<z.ZodObject<{
93
93
  name: z.ZodString;
94
- }, {
94
+ } & {
95
95
  property_listing_key: z.ZodString;
96
- }>, "strip", z.ZodTypeAny, {
96
+ }, "strip", z.ZodTypeAny, {
97
97
  name: string;
98
98
  property_listing_key: string;
99
99
  }, {
100
100
  name: string;
101
101
  property_listing_key: string;
102
102
  }>, "many">>;
103
- guests: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
103
+ guests: z.ZodOptional<z.ZodArray<z.ZodObject<{
104
104
  name: z.ZodString;
105
105
  email_address: z.ZodOptional<z.ZodString>;
106
106
  phone_number: z.ZodOptional<z.ZodString>;
107
- }, {
107
+ } & {
108
108
  guest_key: z.ZodString;
109
- }>, "strip", z.ZodTypeAny, {
109
+ }, "strip", z.ZodTypeAny, {
110
110
  name: string;
111
111
  guest_key: string;
112
112
  email_address?: string | undefined;
@@ -117,13 +117,13 @@ export declare const customer_data: z.ZodObject<{
117
117
  email_address?: string | undefined;
118
118
  phone_number?: string | undefined;
119
119
  }>, "many">>;
120
- tenants: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
120
+ tenants: z.ZodOptional<z.ZodArray<z.ZodObject<{
121
121
  name: z.ZodString;
122
122
  email_address: z.ZodOptional<z.ZodString>;
123
123
  phone_number: z.ZodOptional<z.ZodString>;
124
- }, {
124
+ } & {
125
125
  tenant_key: z.ZodString;
126
- }>, "strip", z.ZodTypeAny, {
126
+ }, "strip", z.ZodTypeAny, {
127
127
  name: string;
128
128
  tenant_key: string;
129
129
  email_address?: string | undefined;
@@ -134,13 +134,13 @@ export declare const customer_data: z.ZodObject<{
134
134
  email_address?: string | undefined;
135
135
  phone_number?: string | undefined;
136
136
  }>, "many">>;
137
- residents: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
137
+ residents: z.ZodOptional<z.ZodArray<z.ZodObject<{
138
138
  name: z.ZodString;
139
139
  email_address: z.ZodOptional<z.ZodString>;
140
140
  phone_number: z.ZodOptional<z.ZodString>;
141
- }, {
141
+ } & {
142
142
  resident_key: z.ZodString;
143
- }>, "strip", z.ZodTypeAny, {
143
+ }, "strip", z.ZodTypeAny, {
144
144
  name: string;
145
145
  resident_key: string;
146
146
  email_address?: string | undefined;
@@ -151,13 +151,13 @@ export declare const customer_data: z.ZodObject<{
151
151
  email_address?: string | undefined;
152
152
  phone_number?: string | undefined;
153
153
  }>, "many">>;
154
- users: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
154
+ users: z.ZodOptional<z.ZodArray<z.ZodObject<{
155
155
  name: z.ZodString;
156
156
  email_address: z.ZodOptional<z.ZodString>;
157
157
  phone_number: z.ZodOptional<z.ZodString>;
158
- }, {
158
+ } & {
159
159
  user_key: z.ZodString;
160
- }>, "strip", z.ZodTypeAny, {
160
+ }, "strip", z.ZodTypeAny, {
161
161
  name: string;
162
162
  user_key: string;
163
163
  email_address?: string | undefined;
@@ -168,13 +168,13 @@ export declare const customer_data: z.ZodObject<{
168
168
  email_address?: string | undefined;
169
169
  phone_number?: string | undefined;
170
170
  }>, "many">>;
171
- user_identities: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
171
+ user_identities: z.ZodOptional<z.ZodArray<z.ZodObject<{
172
172
  name: z.ZodString;
173
173
  email_address: z.ZodOptional<z.ZodString>;
174
174
  phone_number: z.ZodOptional<z.ZodString>;
175
- }, {
175
+ } & {
176
176
  user_identity_key: z.ZodString;
177
- }>, "strip", z.ZodTypeAny, {
177
+ }, "strip", z.ZodTypeAny, {
178
178
  name: string;
179
179
  user_identity_key: string;
180
180
  email_address?: string | undefined;
@@ -185,19 +185,19 @@ export declare const customer_data: z.ZodObject<{
185
185
  email_address?: string | undefined;
186
186
  phone_number?: string | undefined;
187
187
  }>, "many">>;
188
- reservations: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
188
+ reservations: z.ZodOptional<z.ZodArray<z.ZodObject<{
189
189
  name: z.ZodString;
190
190
  starts_at: z.ZodOptional<z.ZodString>;
191
191
  ends_at: z.ZodOptional<z.ZodString>;
192
- }, {
192
+ } & {
193
193
  reservation_key: z.ZodString;
194
- }>, {
194
+ } & {
195
195
  guest_key: z.ZodOptional<z.ZodString>;
196
196
  tenant_key: z.ZodOptional<z.ZodString>;
197
197
  resident_key: z.ZodOptional<z.ZodString>;
198
198
  user_key: z.ZodOptional<z.ZodString>;
199
199
  user_identity_key: z.ZodOptional<z.ZodString>;
200
- }>, {
200
+ } & {
201
201
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
202
202
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
203
203
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -206,7 +206,7 @@ export declare const customer_data: z.ZodObject<{
206
206
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
207
207
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
208
208
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
209
- }>, "strip", z.ZodTypeAny, {
209
+ }, "strip", z.ZodTypeAny, {
210
210
  name: string;
211
211
  reservation_key: string;
212
212
  starts_at?: string | undefined;
@@ -243,19 +243,19 @@ export declare const customer_data: z.ZodObject<{
243
243
  building_keys?: string[] | undefined;
244
244
  listing_keys?: string[] | undefined;
245
245
  }>, "many">>;
246
- bookings: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
246
+ bookings: z.ZodOptional<z.ZodArray<z.ZodObject<{
247
247
  name: z.ZodString;
248
248
  starts_at: z.ZodOptional<z.ZodString>;
249
249
  ends_at: z.ZodOptional<z.ZodString>;
250
- }, {
250
+ } & {
251
251
  booking_key: z.ZodString;
252
- }>, {
252
+ } & {
253
253
  guest_key: z.ZodOptional<z.ZodString>;
254
254
  tenant_key: z.ZodOptional<z.ZodString>;
255
255
  resident_key: z.ZodOptional<z.ZodString>;
256
256
  user_key: z.ZodOptional<z.ZodString>;
257
257
  user_identity_key: z.ZodOptional<z.ZodString>;
258
- }>, {
258
+ } & {
259
259
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
260
260
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
261
261
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -264,7 +264,7 @@ export declare const customer_data: z.ZodObject<{
264
264
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
265
265
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
266
266
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
267
- }>, "strip", z.ZodTypeAny, {
267
+ }, "strip", z.ZodTypeAny, {
268
268
  name: string;
269
269
  booking_key: string;
270
270
  starts_at?: string | undefined;
@@ -301,19 +301,19 @@ export declare const customer_data: z.ZodObject<{
301
301
  building_keys?: string[] | undefined;
302
302
  listing_keys?: string[] | undefined;
303
303
  }>, "many">>;
304
- access_grants: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
304
+ access_grants: z.ZodOptional<z.ZodArray<z.ZodObject<{
305
305
  name: z.ZodString;
306
306
  starts_at: z.ZodOptional<z.ZodString>;
307
307
  ends_at: z.ZodOptional<z.ZodString>;
308
- }, {
308
+ } & {
309
309
  access_grant_key: z.ZodString;
310
- }>, {
310
+ } & {
311
311
  guest_key: z.ZodOptional<z.ZodString>;
312
312
  tenant_key: z.ZodOptional<z.ZodString>;
313
313
  resident_key: z.ZodOptional<z.ZodString>;
314
314
  user_key: z.ZodOptional<z.ZodString>;
315
315
  user_identity_key: z.ZodOptional<z.ZodString>;
316
- }>, {
316
+ } & {
317
317
  space_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
318
318
  property_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
319
319
  room_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -322,7 +322,7 @@ export declare const customer_data: z.ZodObject<{
322
322
  facility_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
323
323
  building_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
324
324
  listing_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
325
- }>, "strip", z.ZodTypeAny, {
325
+ }, "strip", z.ZodTypeAny, {
326
326
  name: string;
327
327
  access_grant_key: string;
328
328
  starts_at?: string | undefined;