@voyant-travel/storefront 0.120.1

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 (126) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +231 -0
  3. package/dist/booking-intents.d.ts +42 -0
  4. package/dist/booking-intents.d.ts.map +1 -0
  5. package/dist/booking-intents.js +83 -0
  6. package/dist/customer-portal/index.d.ts +16 -0
  7. package/dist/customer-portal/index.d.ts.map +1 -0
  8. package/dist/customer-portal/index.js +23 -0
  9. package/dist/customer-portal/route-runtime.d.ts +16 -0
  10. package/dist/customer-portal/route-runtime.d.ts.map +1 -0
  11. package/dist/customer-portal/route-runtime.js +27 -0
  12. package/dist/customer-portal/routes-public.d.ts +1936 -0
  13. package/dist/customer-portal/routes-public.d.ts.map +1 -0
  14. package/dist/customer-portal/routes-public.js +165 -0
  15. package/dist/customer-portal/routes.d.ts +43 -0
  16. package/dist/customer-portal/routes.d.ts.map +1 -0
  17. package/dist/customer-portal/routes.js +17 -0
  18. package/dist/customer-portal/service-public-impl.d.ts +138 -0
  19. package/dist/customer-portal/service-public-impl.d.ts.map +1 -0
  20. package/dist/customer-portal/service-public-impl.js +1808 -0
  21. package/dist/customer-portal/service-public.d.ts +2 -0
  22. package/dist/customer-portal/service-public.d.ts.map +1 -0
  23. package/dist/customer-portal/service-public.js +1 -0
  24. package/dist/customer-portal/validation-public/bookings.d.ts +551 -0
  25. package/dist/customer-portal/validation-public/bookings.d.ts.map +1 -0
  26. package/dist/customer-portal/validation-public/bookings.js +132 -0
  27. package/dist/customer-portal/validation-public/common.d.ts +162 -0
  28. package/dist/customer-portal/validation-public/common.d.ts.map +1 -0
  29. package/dist/customer-portal/validation-public/common.js +139 -0
  30. package/dist/customer-portal/validation-public/profile.d.ts +749 -0
  31. package/dist/customer-portal/validation-public/profile.d.ts.map +1 -0
  32. package/dist/customer-portal/validation-public/profile.js +308 -0
  33. package/dist/customer-portal/validation-public.d.ts +3 -0
  34. package/dist/customer-portal/validation-public.d.ts.map +1 -0
  35. package/dist/customer-portal/validation-public.js +2 -0
  36. package/dist/guest-booking-guard.d.ts +24 -0
  37. package/dist/guest-booking-guard.d.ts.map +1 -0
  38. package/dist/guest-booking-guard.js +55 -0
  39. package/dist/index.d.ts +23 -0
  40. package/dist/index.d.ts.map +1 -0
  41. package/dist/index.js +41 -0
  42. package/dist/product-extra-ref.d.ts +238 -0
  43. package/dist/product-extra-ref.d.ts.map +1 -0
  44. package/dist/product-extra-ref.js +22 -0
  45. package/dist/routes-admin.d.ts +220 -0
  46. package/dist/routes-admin.d.ts.map +1 -0
  47. package/dist/routes-admin.js +28 -0
  48. package/dist/routes-public.d.ts +1475 -0
  49. package/dist/routes-public.d.ts.map +1 -0
  50. package/dist/routes-public.js +362 -0
  51. package/dist/service-booking-session-bootstrap.d.ts +227 -0
  52. package/dist/service-booking-session-bootstrap.d.ts.map +1 -0
  53. package/dist/service-booking-session-bootstrap.js +287 -0
  54. package/dist/service-boundary-resource-sql.d.ts +18 -0
  55. package/dist/service-boundary-resource-sql.d.ts.map +1 -0
  56. package/dist/service-boundary-resource-sql.js +73 -0
  57. package/dist/service-boundary-sql.d.ts +103 -0
  58. package/dist/service-boundary-sql.d.ts.map +1 -0
  59. package/dist/service-boundary-sql.js +307 -0
  60. package/dist/service-departures-core.d.ts +41 -0
  61. package/dist/service-departures-core.d.ts.map +1 -0
  62. package/dist/service-departures-core.js +92 -0
  63. package/dist/service-departures-extensions.d.ts +46 -0
  64. package/dist/service-departures-extensions.d.ts.map +1 -0
  65. package/dist/service-departures-extensions.js +81 -0
  66. package/dist/service-departures-offers.d.ts +220 -0
  67. package/dist/service-departures-offers.d.ts.map +1 -0
  68. package/dist/service-departures-offers.js +177 -0
  69. package/dist/service-departures-price-preview.d.ts +306 -0
  70. package/dist/service-departures-price-preview.d.ts.map +1 -0
  71. package/dist/service-departures-price-preview.js +383 -0
  72. package/dist/service-departures-pricing-context.d.ts +115 -0
  73. package/dist/service-departures-pricing-context.d.ts.map +1 -0
  74. package/dist/service-departures-pricing-context.js +237 -0
  75. package/dist/service-departures-pricing.d.ts +5 -0
  76. package/dist/service-departures-pricing.d.ts.map +1 -0
  77. package/dist/service-departures-pricing.js +4 -0
  78. package/dist/service-departures.d.ts +192 -0
  79. package/dist/service-departures.d.ts.map +1 -0
  80. package/dist/service-departures.js +213 -0
  81. package/dist/service-intake.d.ts +130 -0
  82. package/dist/service-intake.d.ts.map +1 -0
  83. package/dist/service-intake.js +274 -0
  84. package/dist/service-transport-eligibility.d.ts +10 -0
  85. package/dist/service-transport-eligibility.d.ts.map +1 -0
  86. package/dist/service-transport-eligibility.js +198 -0
  87. package/dist/service.d.ts +1062 -0
  88. package/dist/service.d.ts.map +1 -0
  89. package/dist/service.js +332 -0
  90. package/dist/transport-eligibility.d.ts +4 -0
  91. package/dist/transport-eligibility.d.ts.map +1 -0
  92. package/dist/transport-eligibility.js +2 -0
  93. package/dist/validation/departures.d.ts +1669 -0
  94. package/dist/validation/departures.d.ts.map +1 -0
  95. package/dist/validation/departures.js +397 -0
  96. package/dist/validation/intake.d.ts +147 -0
  97. package/dist/validation/intake.d.ts.map +1 -0
  98. package/dist/validation/intake.js +69 -0
  99. package/dist/validation/offers.d.ts +340 -0
  100. package/dist/validation/offers.d.ts.map +1 -0
  101. package/dist/validation/offers.js +117 -0
  102. package/dist/validation-settings.d.ts +609 -0
  103. package/dist/validation-settings.d.ts.map +1 -0
  104. package/dist/validation-settings.js +235 -0
  105. package/dist/validation-transport-eligibility.d.ts +314 -0
  106. package/dist/validation-transport-eligibility.d.ts.map +1 -0
  107. package/dist/validation-transport-eligibility.js +97 -0
  108. package/dist/validation.d.ts +6 -0
  109. package/dist/validation.d.ts.map +1 -0
  110. package/dist/validation.js +4 -0
  111. package/dist/verification/index.d.ts +12 -0
  112. package/dist/verification/index.d.ts.map +1 -0
  113. package/dist/verification/index.js +18 -0
  114. package/dist/verification/routes-public.d.ts +121 -0
  115. package/dist/verification/routes-public.d.ts.map +1 -0
  116. package/dist/verification/routes-public.js +125 -0
  117. package/dist/verification/schema.d.ts +273 -0
  118. package/dist/verification/schema.d.ts.map +1 -0
  119. package/dist/verification/schema.js +50 -0
  120. package/dist/verification/service.d.ts +114 -0
  121. package/dist/verification/service.d.ts.map +1 -0
  122. package/dist/verification/service.js +283 -0
  123. package/dist/verification/validation.d.ts +98 -0
  124. package/dist/verification/validation.d.ts.map +1 -0
  125. package/dist/verification/validation.js +54 -0
  126. package/package.json +148 -0
@@ -0,0 +1,749 @@
1
+ import { z } from "zod";
2
+ export declare const customerPortalAddressSchema: z.ZodObject<{
3
+ id: z.ZodString;
4
+ label: z.ZodEnum<{
5
+ service: "service";
6
+ primary: "primary";
7
+ other: "other";
8
+ legal: "legal";
9
+ billing: "billing";
10
+ meeting: "meeting";
11
+ shipping: "shipping";
12
+ mailing: "mailing";
13
+ }>;
14
+ fullText: z.ZodNullable<z.ZodString>;
15
+ line1: z.ZodNullable<z.ZodString>;
16
+ line2: z.ZodNullable<z.ZodString>;
17
+ city: z.ZodNullable<z.ZodString>;
18
+ region: z.ZodNullable<z.ZodString>;
19
+ postalCode: z.ZodNullable<z.ZodString>;
20
+ country: z.ZodNullable<z.ZodString>;
21
+ isPrimary: z.ZodBoolean;
22
+ }, z.core.$strip>;
23
+ export declare const updateCustomerPortalAddressSchema: z.ZodObject<{
24
+ label: z.ZodOptional<z.ZodEnum<{
25
+ service: "service";
26
+ primary: "primary";
27
+ other: "other";
28
+ legal: "legal";
29
+ billing: "billing";
30
+ meeting: "meeting";
31
+ shipping: "shipping";
32
+ mailing: "mailing";
33
+ }>>;
34
+ fullText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ isPrimary: z.ZodOptional<z.ZodBoolean>;
42
+ }, z.core.$strip>;
43
+ export declare const customerPortalRecordSchema: z.ZodObject<{
44
+ id: z.ZodString;
45
+ firstName: z.ZodString;
46
+ lastName: z.ZodString;
47
+ preferredLanguage: z.ZodNullable<z.ZodString>;
48
+ preferredCurrency: z.ZodNullable<z.ZodString>;
49
+ dateOfBirth: z.ZodNullable<z.ZodString>;
50
+ email: z.ZodNullable<z.ZodString>;
51
+ phone: z.ZodNullable<z.ZodString>;
52
+ billingAddress: z.ZodNullable<z.ZodObject<{
53
+ id: z.ZodString;
54
+ label: z.ZodEnum<{
55
+ service: "service";
56
+ primary: "primary";
57
+ other: "other";
58
+ legal: "legal";
59
+ billing: "billing";
60
+ meeting: "meeting";
61
+ shipping: "shipping";
62
+ mailing: "mailing";
63
+ }>;
64
+ fullText: z.ZodNullable<z.ZodString>;
65
+ line1: z.ZodNullable<z.ZodString>;
66
+ line2: z.ZodNullable<z.ZodString>;
67
+ city: z.ZodNullable<z.ZodString>;
68
+ region: z.ZodNullable<z.ZodString>;
69
+ postalCode: z.ZodNullable<z.ZodString>;
70
+ country: z.ZodNullable<z.ZodString>;
71
+ isPrimary: z.ZodBoolean;
72
+ }, z.core.$strip>>;
73
+ relation: z.ZodNullable<z.ZodString>;
74
+ status: z.ZodString;
75
+ }, z.core.$strip>;
76
+ export declare const customerPortalBootstrapCandidateSchema: z.ZodObject<{
77
+ id: z.ZodString;
78
+ firstName: z.ZodString;
79
+ lastName: z.ZodString;
80
+ preferredLanguage: z.ZodNullable<z.ZodString>;
81
+ preferredCurrency: z.ZodNullable<z.ZodString>;
82
+ dateOfBirth: z.ZodNullable<z.ZodString>;
83
+ email: z.ZodNullable<z.ZodString>;
84
+ phone: z.ZodNullable<z.ZodString>;
85
+ billingAddress: z.ZodNullable<z.ZodObject<{
86
+ id: z.ZodString;
87
+ label: z.ZodEnum<{
88
+ service: "service";
89
+ primary: "primary";
90
+ other: "other";
91
+ legal: "legal";
92
+ billing: "billing";
93
+ meeting: "meeting";
94
+ shipping: "shipping";
95
+ mailing: "mailing";
96
+ }>;
97
+ fullText: z.ZodNullable<z.ZodString>;
98
+ line1: z.ZodNullable<z.ZodString>;
99
+ line2: z.ZodNullable<z.ZodString>;
100
+ city: z.ZodNullable<z.ZodString>;
101
+ region: z.ZodNullable<z.ZodString>;
102
+ postalCode: z.ZodNullable<z.ZodString>;
103
+ country: z.ZodNullable<z.ZodString>;
104
+ isPrimary: z.ZodBoolean;
105
+ }, z.core.$strip>>;
106
+ relation: z.ZodNullable<z.ZodString>;
107
+ status: z.ZodString;
108
+ linkable: z.ZodBoolean;
109
+ claimedByAnotherUser: z.ZodBoolean;
110
+ }, z.core.$strip>;
111
+ export declare const customerPortalProfileSchema: z.ZodObject<{
112
+ userId: z.ZodString;
113
+ email: z.ZodNullable<z.ZodString>;
114
+ phoneNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
115
+ emailVerified: z.ZodBoolean;
116
+ firstName: z.ZodNullable<z.ZodString>;
117
+ middleName: z.ZodNullable<z.ZodString>;
118
+ lastName: z.ZodNullable<z.ZodString>;
119
+ avatarUrl: z.ZodNullable<z.ZodString>;
120
+ locale: z.ZodString;
121
+ timezone: z.ZodNullable<z.ZodString>;
122
+ seatingPreference: z.ZodNullable<z.ZodEnum<{
123
+ aisle: "aisle";
124
+ window: "window";
125
+ middle: "middle";
126
+ no_preference: "no_preference";
127
+ }>>;
128
+ dateOfBirth: z.ZodNullable<z.ZodString>;
129
+ address: z.ZodNullable<z.ZodObject<{
130
+ country: z.ZodNullable<z.ZodString>;
131
+ state: z.ZodNullable<z.ZodString>;
132
+ city: z.ZodNullable<z.ZodString>;
133
+ postalCode: z.ZodNullable<z.ZodString>;
134
+ addressLine1: z.ZodNullable<z.ZodString>;
135
+ addressLine2: z.ZodNullable<z.ZodString>;
136
+ }, z.core.$strip>>;
137
+ accessibility: z.ZodNullable<z.ZodString>;
138
+ dietary: z.ZodNullable<z.ZodString>;
139
+ loyalty: z.ZodNullable<z.ZodString>;
140
+ insurance: z.ZodNullable<z.ZodString>;
141
+ marketingConsent: z.ZodBoolean;
142
+ marketingConsentAt: z.ZodNullable<z.ZodString>;
143
+ marketingConsentSource: z.ZodNullable<z.ZodString>;
144
+ notificationDefaults: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
145
+ uiPrefs: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
146
+ customerRecord: z.ZodNullable<z.ZodObject<{
147
+ id: z.ZodString;
148
+ firstName: z.ZodString;
149
+ lastName: z.ZodString;
150
+ preferredLanguage: z.ZodNullable<z.ZodString>;
151
+ preferredCurrency: z.ZodNullable<z.ZodString>;
152
+ dateOfBirth: z.ZodNullable<z.ZodString>;
153
+ email: z.ZodNullable<z.ZodString>;
154
+ phone: z.ZodNullable<z.ZodString>;
155
+ billingAddress: z.ZodNullable<z.ZodObject<{
156
+ id: z.ZodString;
157
+ label: z.ZodEnum<{
158
+ service: "service";
159
+ primary: "primary";
160
+ other: "other";
161
+ legal: "legal";
162
+ billing: "billing";
163
+ meeting: "meeting";
164
+ shipping: "shipping";
165
+ mailing: "mailing";
166
+ }>;
167
+ fullText: z.ZodNullable<z.ZodString>;
168
+ line1: z.ZodNullable<z.ZodString>;
169
+ line2: z.ZodNullable<z.ZodString>;
170
+ city: z.ZodNullable<z.ZodString>;
171
+ region: z.ZodNullable<z.ZodString>;
172
+ postalCode: z.ZodNullable<z.ZodString>;
173
+ country: z.ZodNullable<z.ZodString>;
174
+ isPrimary: z.ZodBoolean;
175
+ }, z.core.$strip>>;
176
+ relation: z.ZodNullable<z.ZodString>;
177
+ status: z.ZodString;
178
+ }, z.core.$strip>>;
179
+ }, z.core.$strip>;
180
+ export declare const updateCustomerPortalRecordSchema: z.ZodObject<{
181
+ preferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
182
+ preferredCurrency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
183
+ dateOfBirth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
184
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
185
+ billingAddress: z.ZodOptional<z.ZodObject<{
186
+ label: z.ZodOptional<z.ZodEnum<{
187
+ service: "service";
188
+ primary: "primary";
189
+ other: "other";
190
+ legal: "legal";
191
+ billing: "billing";
192
+ meeting: "meeting";
193
+ shipping: "shipping";
194
+ mailing: "mailing";
195
+ }>>;
196
+ fullText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
197
+ line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
198
+ line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
199
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
200
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
201
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
202
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
203
+ isPrimary: z.ZodOptional<z.ZodBoolean>;
204
+ }, z.core.$strip>>;
205
+ }, z.core.$strip>;
206
+ export declare const updateCustomerPortalProfileSchema: z.ZodObject<{
207
+ firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
208
+ middleName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
209
+ lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
210
+ avatarUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
211
+ locale: z.ZodOptional<z.ZodString>;
212
+ timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
213
+ seatingPreference: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
214
+ aisle: "aisle";
215
+ window: "window";
216
+ middle: "middle";
217
+ no_preference: "no_preference";
218
+ }>>>;
219
+ dateOfBirth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
220
+ address: z.ZodOptional<z.ZodObject<{
221
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
222
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
223
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
224
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
225
+ addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
226
+ addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
227
+ }, z.core.$strip>>;
228
+ accessibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
229
+ dietary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
230
+ loyalty: z.ZodOptional<z.ZodNullable<z.ZodString>>;
231
+ insurance: z.ZodOptional<z.ZodNullable<z.ZodString>>;
232
+ marketingConsent: z.ZodOptional<z.ZodBoolean>;
233
+ marketingConsentSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
234
+ notificationDefaults: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
235
+ uiPrefs: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
236
+ customerRecord: z.ZodOptional<z.ZodObject<{
237
+ preferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
238
+ preferredCurrency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
239
+ dateOfBirth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
240
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
241
+ billingAddress: z.ZodOptional<z.ZodObject<{
242
+ label: z.ZodOptional<z.ZodEnum<{
243
+ service: "service";
244
+ primary: "primary";
245
+ other: "other";
246
+ legal: "legal";
247
+ billing: "billing";
248
+ meeting: "meeting";
249
+ shipping: "shipping";
250
+ mailing: "mailing";
251
+ }>>;
252
+ fullText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
253
+ line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
254
+ line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
255
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
256
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
257
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
258
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
259
+ isPrimary: z.ZodOptional<z.ZodBoolean>;
260
+ }, z.core.$strip>>;
261
+ }, z.core.$strip>>;
262
+ }, z.core.$strip>;
263
+ /**
264
+ * Per-document shape exposed by `/me/documents`. Plaintext on the
265
+ * wire — server encrypts/decrypts `number` against the people KMS key.
266
+ */
267
+ export declare const customerPortalProfileDocumentSchema: z.ZodObject<{
268
+ id: z.ZodString;
269
+ type: z.ZodEnum<{
270
+ passport: "passport";
271
+ visa: "visa";
272
+ drivers_license: "drivers_license";
273
+ other: "other";
274
+ id_card: "id_card";
275
+ }>;
276
+ number: z.ZodNullable<z.ZodString>;
277
+ issuingAuthority: z.ZodNullable<z.ZodString>;
278
+ issuingCountry: z.ZodNullable<z.ZodString>;
279
+ issueDate: z.ZodNullable<z.ZodString>;
280
+ expiryDate: z.ZodNullable<z.ZodString>;
281
+ attachmentId: z.ZodNullable<z.ZodString>;
282
+ isPrimary: z.ZodBoolean;
283
+ notes: z.ZodNullable<z.ZodString>;
284
+ createdAt: z.ZodString;
285
+ updatedAt: z.ZodString;
286
+ }, z.core.$strip>;
287
+ export declare const createCustomerPortalProfileDocumentSchema: z.ZodObject<{
288
+ type: z.ZodEnum<{
289
+ passport: "passport";
290
+ visa: "visa";
291
+ drivers_license: "drivers_license";
292
+ other: "other";
293
+ id_card: "id_card";
294
+ }>;
295
+ number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
296
+ issuingAuthority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
297
+ issuingCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
298
+ issueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
299
+ expiryDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
300
+ attachmentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
301
+ isPrimary: z.ZodOptional<z.ZodBoolean>;
302
+ notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
303
+ }, z.core.$strip>;
304
+ export declare const updateCustomerPortalProfileDocumentSchema: z.ZodObject<{
305
+ type: z.ZodOptional<z.ZodEnum<{
306
+ passport: "passport";
307
+ visa: "visa";
308
+ drivers_license: "drivers_license";
309
+ other: "other";
310
+ id_card: "id_card";
311
+ }>>;
312
+ number: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
313
+ issuingAuthority: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
314
+ issuingCountry: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
315
+ issueDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
316
+ expiryDate: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
317
+ attachmentId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
318
+ isPrimary: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
319
+ notes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
320
+ }, z.core.$strip>;
321
+ export declare const customerPortalContactExistsQuerySchema: z.ZodObject<{
322
+ email: z.ZodString;
323
+ }, z.core.$strip>;
324
+ export declare const customerPortalContactExistsResultSchema: z.ZodObject<{
325
+ email: z.ZodString;
326
+ authAccountExists: z.ZodBoolean;
327
+ customerRecordExists: z.ZodBoolean;
328
+ linkedCustomerRecordExists: z.ZodBoolean;
329
+ }, z.core.$strip>;
330
+ export declare const customerPortalPhoneContactExistsQuerySchema: z.ZodObject<{
331
+ phone: z.ZodString;
332
+ }, z.core.$strip>;
333
+ export declare const customerPortalPhoneContactExistsResultSchema: z.ZodObject<{
334
+ phone: z.ZodString;
335
+ authAccountExists: z.ZodBoolean;
336
+ authAccountVerified: z.ZodBoolean;
337
+ customerRecordExists: z.ZodBoolean;
338
+ linkedCustomerRecordExists: z.ZodBoolean;
339
+ }, z.core.$strip>;
340
+ export declare const bootstrapCustomerPortalSchema: z.ZodObject<{
341
+ customerRecordId: z.ZodOptional<z.ZodString>;
342
+ createCustomerIfMissing: z.ZodDefault<z.ZodBoolean>;
343
+ firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
344
+ lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
345
+ marketingConsent: z.ZodOptional<z.ZodBoolean>;
346
+ marketingConsentSource: z.ZodOptional<z.ZodNullable<z.ZodString>>;
347
+ customerRecord: z.ZodOptional<z.ZodObject<{
348
+ preferredLanguage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
349
+ preferredCurrency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
350
+ dateOfBirth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
351
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
352
+ billingAddress: z.ZodOptional<z.ZodObject<{
353
+ label: z.ZodOptional<z.ZodEnum<{
354
+ service: "service";
355
+ primary: "primary";
356
+ other: "other";
357
+ legal: "legal";
358
+ billing: "billing";
359
+ meeting: "meeting";
360
+ shipping: "shipping";
361
+ mailing: "mailing";
362
+ }>>;
363
+ fullText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
364
+ line1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
365
+ line2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
366
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
367
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
368
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
369
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
370
+ isPrimary: z.ZodOptional<z.ZodBoolean>;
371
+ }, z.core.$strip>>;
372
+ }, z.core.$strip>>;
373
+ }, z.core.$strip>;
374
+ export declare const bootstrapCustomerPortalResultSchema: z.ZodObject<{
375
+ status: z.ZodEnum<{
376
+ already_linked: "already_linked";
377
+ linked_existing_customer: "linked_existing_customer";
378
+ created_customer: "created_customer";
379
+ customer_selection_required: "customer_selection_required";
380
+ }>;
381
+ profile: z.ZodNullable<z.ZodObject<{
382
+ userId: z.ZodString;
383
+ email: z.ZodNullable<z.ZodString>;
384
+ phoneNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
385
+ emailVerified: z.ZodBoolean;
386
+ firstName: z.ZodNullable<z.ZodString>;
387
+ middleName: z.ZodNullable<z.ZodString>;
388
+ lastName: z.ZodNullable<z.ZodString>;
389
+ avatarUrl: z.ZodNullable<z.ZodString>;
390
+ locale: z.ZodString;
391
+ timezone: z.ZodNullable<z.ZodString>;
392
+ seatingPreference: z.ZodNullable<z.ZodEnum<{
393
+ aisle: "aisle";
394
+ window: "window";
395
+ middle: "middle";
396
+ no_preference: "no_preference";
397
+ }>>;
398
+ dateOfBirth: z.ZodNullable<z.ZodString>;
399
+ address: z.ZodNullable<z.ZodObject<{
400
+ country: z.ZodNullable<z.ZodString>;
401
+ state: z.ZodNullable<z.ZodString>;
402
+ city: z.ZodNullable<z.ZodString>;
403
+ postalCode: z.ZodNullable<z.ZodString>;
404
+ addressLine1: z.ZodNullable<z.ZodString>;
405
+ addressLine2: z.ZodNullable<z.ZodString>;
406
+ }, z.core.$strip>>;
407
+ accessibility: z.ZodNullable<z.ZodString>;
408
+ dietary: z.ZodNullable<z.ZodString>;
409
+ loyalty: z.ZodNullable<z.ZodString>;
410
+ insurance: z.ZodNullable<z.ZodString>;
411
+ marketingConsent: z.ZodBoolean;
412
+ marketingConsentAt: z.ZodNullable<z.ZodString>;
413
+ marketingConsentSource: z.ZodNullable<z.ZodString>;
414
+ notificationDefaults: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
415
+ uiPrefs: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
416
+ customerRecord: z.ZodNullable<z.ZodObject<{
417
+ id: z.ZodString;
418
+ firstName: z.ZodString;
419
+ lastName: z.ZodString;
420
+ preferredLanguage: z.ZodNullable<z.ZodString>;
421
+ preferredCurrency: z.ZodNullable<z.ZodString>;
422
+ dateOfBirth: z.ZodNullable<z.ZodString>;
423
+ email: z.ZodNullable<z.ZodString>;
424
+ phone: z.ZodNullable<z.ZodString>;
425
+ billingAddress: z.ZodNullable<z.ZodObject<{
426
+ id: z.ZodString;
427
+ label: z.ZodEnum<{
428
+ service: "service";
429
+ primary: "primary";
430
+ other: "other";
431
+ legal: "legal";
432
+ billing: "billing";
433
+ meeting: "meeting";
434
+ shipping: "shipping";
435
+ mailing: "mailing";
436
+ }>;
437
+ fullText: z.ZodNullable<z.ZodString>;
438
+ line1: z.ZodNullable<z.ZodString>;
439
+ line2: z.ZodNullable<z.ZodString>;
440
+ city: z.ZodNullable<z.ZodString>;
441
+ region: z.ZodNullable<z.ZodString>;
442
+ postalCode: z.ZodNullable<z.ZodString>;
443
+ country: z.ZodNullable<z.ZodString>;
444
+ isPrimary: z.ZodBoolean;
445
+ }, z.core.$strip>>;
446
+ relation: z.ZodNullable<z.ZodString>;
447
+ status: z.ZodString;
448
+ }, z.core.$strip>>;
449
+ }, z.core.$strip>>;
450
+ candidates: z.ZodDefault<z.ZodArray<z.ZodObject<{
451
+ id: z.ZodString;
452
+ firstName: z.ZodString;
453
+ lastName: z.ZodString;
454
+ preferredLanguage: z.ZodNullable<z.ZodString>;
455
+ preferredCurrency: z.ZodNullable<z.ZodString>;
456
+ dateOfBirth: z.ZodNullable<z.ZodString>;
457
+ email: z.ZodNullable<z.ZodString>;
458
+ phone: z.ZodNullable<z.ZodString>;
459
+ billingAddress: z.ZodNullable<z.ZodObject<{
460
+ id: z.ZodString;
461
+ label: z.ZodEnum<{
462
+ service: "service";
463
+ primary: "primary";
464
+ other: "other";
465
+ legal: "legal";
466
+ billing: "billing";
467
+ meeting: "meeting";
468
+ shipping: "shipping";
469
+ mailing: "mailing";
470
+ }>;
471
+ fullText: z.ZodNullable<z.ZodString>;
472
+ line1: z.ZodNullable<z.ZodString>;
473
+ line2: z.ZodNullable<z.ZodString>;
474
+ city: z.ZodNullable<z.ZodString>;
475
+ region: z.ZodNullable<z.ZodString>;
476
+ postalCode: z.ZodNullable<z.ZodString>;
477
+ country: z.ZodNullable<z.ZodString>;
478
+ isPrimary: z.ZodBoolean;
479
+ }, z.core.$strip>>;
480
+ relation: z.ZodNullable<z.ZodString>;
481
+ status: z.ZodString;
482
+ linkable: z.ZodBoolean;
483
+ claimedByAnotherUser: z.ZodBoolean;
484
+ }, z.core.$strip>>>;
485
+ }, z.core.$strip>;
486
+ export declare const customerPortalCompanionSchema: z.ZodObject<{
487
+ id: z.ZodString;
488
+ role: z.ZodString;
489
+ name: z.ZodString;
490
+ title: z.ZodNullable<z.ZodString>;
491
+ email: z.ZodNullable<z.ZodString>;
492
+ phone: z.ZodNullable<z.ZodString>;
493
+ isPrimary: z.ZodBoolean;
494
+ notes: z.ZodNullable<z.ZodString>;
495
+ typeKey: z.ZodNullable<z.ZodString>;
496
+ person: z.ZodObject<{
497
+ firstName: z.ZodNullable<z.ZodString>;
498
+ middleName: z.ZodNullable<z.ZodString>;
499
+ lastName: z.ZodNullable<z.ZodString>;
500
+ dateOfBirth: z.ZodNullable<z.ZodString>;
501
+ addresses: z.ZodArray<z.ZodObject<{
502
+ type: z.ZodNullable<z.ZodString>;
503
+ country: z.ZodNullable<z.ZodString>;
504
+ state: z.ZodNullable<z.ZodString>;
505
+ city: z.ZodNullable<z.ZodString>;
506
+ postalCode: z.ZodNullable<z.ZodString>;
507
+ addressLine1: z.ZodNullable<z.ZodString>;
508
+ addressLine2: z.ZodNullable<z.ZodString>;
509
+ isDefault: z.ZodBoolean;
510
+ }, z.core.$strip>>;
511
+ documents: z.ZodArray<z.ZodObject<{
512
+ type: z.ZodEnum<{
513
+ passport: "passport";
514
+ visa: "visa";
515
+ drivers_license: "drivers_license";
516
+ other: "other";
517
+ id_card: "id_card";
518
+ }>;
519
+ number: z.ZodNullable<z.ZodString>;
520
+ issuingAuthority: z.ZodNullable<z.ZodString>;
521
+ country: z.ZodNullable<z.ZodString>;
522
+ issueDate: z.ZodNullable<z.ZodString>;
523
+ expiryDate: z.ZodNullable<z.ZodString>;
524
+ }, z.core.$strip>>;
525
+ }, z.core.$strip>;
526
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
527
+ }, z.core.$strip>;
528
+ export declare const createCustomerPortalCompanionSchema: z.ZodObject<{
529
+ role: z.ZodDefault<z.ZodEnum<{
530
+ primary: "primary";
531
+ other: "other";
532
+ legal: "legal";
533
+ operations: "operations";
534
+ reservations: "reservations";
535
+ general: "general";
536
+ front_desk: "front_desk";
537
+ sales: "sales";
538
+ emergency: "emergency";
539
+ accounting: "accounting";
540
+ }>>;
541
+ name: z.ZodString;
542
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
543
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
544
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
545
+ isPrimary: z.ZodDefault<z.ZodBoolean>;
546
+ notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
547
+ typeKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
548
+ person: z.ZodOptional<z.ZodObject<{
549
+ firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
550
+ middleName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
551
+ lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
552
+ dateOfBirth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
553
+ addresses: z.ZodOptional<z.ZodArray<z.ZodObject<{
554
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
555
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
556
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
557
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
558
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
559
+ addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
560
+ addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
561
+ isDefault: z.ZodOptional<z.ZodBoolean>;
562
+ }, z.core.$strip>>>;
563
+ documents: z.ZodOptional<z.ZodArray<z.ZodObject<{
564
+ type: z.ZodEnum<{
565
+ passport: "passport";
566
+ visa: "visa";
567
+ drivers_license: "drivers_license";
568
+ other: "other";
569
+ id_card: "id_card";
570
+ }>;
571
+ number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
572
+ issuingAuthority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
573
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
574
+ issueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
575
+ expiryDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
576
+ }, z.core.$strip>>>;
577
+ }, z.core.$strip>>;
578
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
579
+ }, z.core.$strip>;
580
+ export declare const updateCustomerPortalCompanionSchema: z.ZodObject<{
581
+ role: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
582
+ primary: "primary";
583
+ other: "other";
584
+ legal: "legal";
585
+ operations: "operations";
586
+ reservations: "reservations";
587
+ general: "general";
588
+ front_desk: "front_desk";
589
+ sales: "sales";
590
+ emergency: "emergency";
591
+ accounting: "accounting";
592
+ }>>>;
593
+ name: z.ZodOptional<z.ZodString>;
594
+ title: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
595
+ email: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
596
+ phone: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
597
+ isPrimary: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
598
+ notes: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
599
+ typeKey: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
600
+ person: z.ZodOptional<z.ZodOptional<z.ZodObject<{
601
+ firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
602
+ middleName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
603
+ lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
604
+ dateOfBirth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
605
+ addresses: z.ZodOptional<z.ZodArray<z.ZodObject<{
606
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
607
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
608
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
609
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
610
+ postalCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
611
+ addressLine1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
612
+ addressLine2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
613
+ isDefault: z.ZodOptional<z.ZodBoolean>;
614
+ }, z.core.$strip>>>;
615
+ documents: z.ZodOptional<z.ZodArray<z.ZodObject<{
616
+ type: z.ZodEnum<{
617
+ passport: "passport";
618
+ visa: "visa";
619
+ drivers_license: "drivers_license";
620
+ other: "other";
621
+ id_card: "id_card";
622
+ }>;
623
+ number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
624
+ issuingAuthority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
625
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
626
+ issueDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
627
+ expiryDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
628
+ }, z.core.$strip>>>;
629
+ }, z.core.$strip>>>;
630
+ metadata: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
631
+ }, z.core.$strip>;
632
+ export declare const importCustomerPortalBookingTravelersSchema: z.ZodObject<{
633
+ bookingIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
634
+ }, z.core.$strip>;
635
+ export declare const importCustomerPortalBookingTravelersResultSchema: z.ZodObject<{
636
+ created: z.ZodArray<z.ZodObject<{
637
+ id: z.ZodString;
638
+ role: z.ZodString;
639
+ name: z.ZodString;
640
+ title: z.ZodNullable<z.ZodString>;
641
+ email: z.ZodNullable<z.ZodString>;
642
+ phone: z.ZodNullable<z.ZodString>;
643
+ isPrimary: z.ZodBoolean;
644
+ notes: z.ZodNullable<z.ZodString>;
645
+ typeKey: z.ZodNullable<z.ZodString>;
646
+ person: z.ZodObject<{
647
+ firstName: z.ZodNullable<z.ZodString>;
648
+ middleName: z.ZodNullable<z.ZodString>;
649
+ lastName: z.ZodNullable<z.ZodString>;
650
+ dateOfBirth: z.ZodNullable<z.ZodString>;
651
+ addresses: z.ZodArray<z.ZodObject<{
652
+ type: z.ZodNullable<z.ZodString>;
653
+ country: z.ZodNullable<z.ZodString>;
654
+ state: z.ZodNullable<z.ZodString>;
655
+ city: z.ZodNullable<z.ZodString>;
656
+ postalCode: z.ZodNullable<z.ZodString>;
657
+ addressLine1: z.ZodNullable<z.ZodString>;
658
+ addressLine2: z.ZodNullable<z.ZodString>;
659
+ isDefault: z.ZodBoolean;
660
+ }, z.core.$strip>>;
661
+ documents: z.ZodArray<z.ZodObject<{
662
+ type: z.ZodEnum<{
663
+ passport: "passport";
664
+ visa: "visa";
665
+ drivers_license: "drivers_license";
666
+ other: "other";
667
+ id_card: "id_card";
668
+ }>;
669
+ number: z.ZodNullable<z.ZodString>;
670
+ issuingAuthority: z.ZodNullable<z.ZodString>;
671
+ country: z.ZodNullable<z.ZodString>;
672
+ issueDate: z.ZodNullable<z.ZodString>;
673
+ expiryDate: z.ZodNullable<z.ZodString>;
674
+ }, z.core.$strip>>;
675
+ }, z.core.$strip>;
676
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
677
+ }, z.core.$strip>>;
678
+ skippedCount: z.ZodNumber;
679
+ }, z.core.$strip>;
680
+ export declare const importCustomerPortalBookingParticipantsSchema: z.ZodObject<{
681
+ bookingIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
682
+ }, z.core.$strip>;
683
+ export declare const importCustomerPortalBookingParticipantsResultSchema: z.ZodObject<{
684
+ created: z.ZodArray<z.ZodObject<{
685
+ id: z.ZodString;
686
+ role: z.ZodString;
687
+ name: z.ZodString;
688
+ title: z.ZodNullable<z.ZodString>;
689
+ email: z.ZodNullable<z.ZodString>;
690
+ phone: z.ZodNullable<z.ZodString>;
691
+ isPrimary: z.ZodBoolean;
692
+ notes: z.ZodNullable<z.ZodString>;
693
+ typeKey: z.ZodNullable<z.ZodString>;
694
+ person: z.ZodObject<{
695
+ firstName: z.ZodNullable<z.ZodString>;
696
+ middleName: z.ZodNullable<z.ZodString>;
697
+ lastName: z.ZodNullable<z.ZodString>;
698
+ dateOfBirth: z.ZodNullable<z.ZodString>;
699
+ addresses: z.ZodArray<z.ZodObject<{
700
+ type: z.ZodNullable<z.ZodString>;
701
+ country: z.ZodNullable<z.ZodString>;
702
+ state: z.ZodNullable<z.ZodString>;
703
+ city: z.ZodNullable<z.ZodString>;
704
+ postalCode: z.ZodNullable<z.ZodString>;
705
+ addressLine1: z.ZodNullable<z.ZodString>;
706
+ addressLine2: z.ZodNullable<z.ZodString>;
707
+ isDefault: z.ZodBoolean;
708
+ }, z.core.$strip>>;
709
+ documents: z.ZodArray<z.ZodObject<{
710
+ type: z.ZodEnum<{
711
+ passport: "passport";
712
+ visa: "visa";
713
+ drivers_license: "drivers_license";
714
+ other: "other";
715
+ id_card: "id_card";
716
+ }>;
717
+ number: z.ZodNullable<z.ZodString>;
718
+ issuingAuthority: z.ZodNullable<z.ZodString>;
719
+ country: z.ZodNullable<z.ZodString>;
720
+ issueDate: z.ZodNullable<z.ZodString>;
721
+ expiryDate: z.ZodNullable<z.ZodString>;
722
+ }, z.core.$strip>>;
723
+ }, z.core.$strip>;
724
+ metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
725
+ }, z.core.$strip>>;
726
+ skippedCount: z.ZodNumber;
727
+ }, z.core.$strip>;
728
+ export type CustomerPortalProfile = z.infer<typeof customerPortalProfileSchema>;
729
+ export type UpdateCustomerPortalProfileInput = z.infer<typeof updateCustomerPortalProfileSchema>;
730
+ export type CustomerPortalAddress = z.infer<typeof customerPortalAddressSchema>;
731
+ export type UpdateCustomerPortalAddressInput = z.input<typeof updateCustomerPortalAddressSchema>;
732
+ export type CustomerPortalProfileDocument = z.infer<typeof customerPortalProfileDocumentSchema>;
733
+ export type CreateCustomerPortalProfileDocumentInput = z.infer<typeof createCustomerPortalProfileDocumentSchema>;
734
+ export type UpdateCustomerPortalProfileDocumentInput = z.infer<typeof updateCustomerPortalProfileDocumentSchema>;
735
+ export type CustomerPortalContactExistsQuery = z.infer<typeof customerPortalContactExistsQuerySchema>;
736
+ export type CustomerPortalContactExistsResult = z.infer<typeof customerPortalContactExistsResultSchema>;
737
+ export type CustomerPortalPhoneContactExistsQuery = z.infer<typeof customerPortalPhoneContactExistsQuerySchema>;
738
+ export type CustomerPortalPhoneContactExistsResult = z.infer<typeof customerPortalPhoneContactExistsResultSchema>;
739
+ export type BootstrapCustomerPortalInput = z.infer<typeof bootstrapCustomerPortalSchema>;
740
+ export type BootstrapCustomerPortalResult = z.infer<typeof bootstrapCustomerPortalResultSchema>;
741
+ export type CustomerPortalBootstrapCandidate = z.infer<typeof customerPortalBootstrapCandidateSchema>;
742
+ export type CustomerPortalCompanion = z.infer<typeof customerPortalCompanionSchema>;
743
+ export type CreateCustomerPortalCompanionInput = z.infer<typeof createCustomerPortalCompanionSchema>;
744
+ export type UpdateCustomerPortalCompanionInput = z.infer<typeof updateCustomerPortalCompanionSchema>;
745
+ export type ImportCustomerPortalBookingTravelersInput = z.infer<typeof importCustomerPortalBookingTravelersSchema>;
746
+ export type ImportCustomerPortalBookingTravelersResult = z.infer<typeof importCustomerPortalBookingTravelersResultSchema>;
747
+ export type ImportCustomerPortalBookingParticipantsInput = ImportCustomerPortalBookingTravelersInput;
748
+ export type ImportCustomerPortalBookingParticipantsResult = ImportCustomerPortalBookingTravelersResult;
749
+ //# sourceMappingURL=profile.d.ts.map