hububb-saas-shared 1.0.86 → 1.0.87
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.
|
@@ -21,6 +21,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
21
21
|
stripeCustomerId: z.ZodOptional<z.ZodString>;
|
|
22
22
|
onboardingStep: z.ZodNumber;
|
|
23
23
|
onboardingType: z.ZodUnion<[z.ZodLiteral<"AIRBNB_CONNECT">, z.ZodLiteral<"MANUAL_LISTING">]>;
|
|
24
|
+
hasFullAccess: z.ZodOptional<z.ZodBoolean>;
|
|
24
25
|
}, "strip", z.ZodTypeAny, {
|
|
25
26
|
name: string;
|
|
26
27
|
id: string;
|
|
@@ -37,6 +38,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
37
38
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
38
39
|
photoUrl?: string | undefined;
|
|
39
40
|
stripeCustomerId?: string | undefined;
|
|
41
|
+
hasFullAccess?: boolean | undefined;
|
|
40
42
|
}, {
|
|
41
43
|
name: string;
|
|
42
44
|
id: string;
|
|
@@ -53,6 +55,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
53
55
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
54
56
|
photoUrl?: string | undefined;
|
|
55
57
|
stripeCustomerId?: string | undefined;
|
|
58
|
+
hasFullAccess?: boolean | undefined;
|
|
56
59
|
}>>;
|
|
57
60
|
contentType: z.ZodString;
|
|
58
61
|
body: z.ZodString;
|
|
@@ -89,6 +92,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
89
92
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
90
93
|
photoUrl?: string | undefined;
|
|
91
94
|
stripeCustomerId?: string | undefined;
|
|
95
|
+
hasFullAccess?: boolean | undefined;
|
|
92
96
|
} | undefined;
|
|
93
97
|
lastSeen?: import("../../helpers").Timestamp | undefined;
|
|
94
98
|
externalMessageId?: string | undefined;
|
|
@@ -119,6 +123,7 @@ export declare const ChatMessageSchema: z.ZodObject<{
|
|
|
119
123
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
120
124
|
photoUrl?: string | undefined;
|
|
121
125
|
stripeCustomerId?: string | undefined;
|
|
126
|
+
hasFullAccess?: boolean | undefined;
|
|
122
127
|
} | undefined;
|
|
123
128
|
lastSeen?: import("../../helpers").Timestamp | undefined;
|
|
124
129
|
externalMessageId?: string | undefined;
|
|
@@ -148,6 +153,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
148
153
|
stripeCustomerId: z.ZodOptional<z.ZodString>;
|
|
149
154
|
onboardingStep: z.ZodNumber;
|
|
150
155
|
onboardingType: z.ZodUnion<[z.ZodLiteral<"AIRBNB_CONNECT">, z.ZodLiteral<"MANUAL_LISTING">]>;
|
|
156
|
+
hasFullAccess: z.ZodOptional<z.ZodBoolean>;
|
|
151
157
|
}, "strip", z.ZodTypeAny, {
|
|
152
158
|
name: string;
|
|
153
159
|
id: string;
|
|
@@ -164,6 +170,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
164
170
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
165
171
|
photoUrl?: string | undefined;
|
|
166
172
|
stripeCustomerId?: string | undefined;
|
|
173
|
+
hasFullAccess?: boolean | undefined;
|
|
167
174
|
}, {
|
|
168
175
|
name: string;
|
|
169
176
|
id: string;
|
|
@@ -180,6 +187,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
180
187
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
181
188
|
photoUrl?: string | undefined;
|
|
182
189
|
stripeCustomerId?: string | undefined;
|
|
190
|
+
hasFullAccess?: boolean | undefined;
|
|
183
191
|
}>>;
|
|
184
192
|
contentType: z.ZodString;
|
|
185
193
|
body: z.ZodString;
|
|
@@ -216,6 +224,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
216
224
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
217
225
|
photoUrl?: string | undefined;
|
|
218
226
|
stripeCustomerId?: string | undefined;
|
|
227
|
+
hasFullAccess?: boolean | undefined;
|
|
219
228
|
} | undefined;
|
|
220
229
|
lastSeen?: import("../../helpers").Timestamp | undefined;
|
|
221
230
|
externalMessageId?: string | undefined;
|
|
@@ -246,6 +255,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
246
255
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
247
256
|
photoUrl?: string | undefined;
|
|
248
257
|
stripeCustomerId?: string | undefined;
|
|
258
|
+
hasFullAccess?: boolean | undefined;
|
|
249
259
|
} | undefined;
|
|
250
260
|
lastSeen?: import("../../helpers").Timestamp | undefined;
|
|
251
261
|
externalMessageId?: string | undefined;
|
|
@@ -267,6 +277,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
267
277
|
stripeCustomerId: z.ZodOptional<z.ZodString>;
|
|
268
278
|
onboardingStep: z.ZodNumber;
|
|
269
279
|
onboardingType: z.ZodUnion<[z.ZodLiteral<"AIRBNB_CONNECT">, z.ZodLiteral<"MANUAL_LISTING">]>;
|
|
280
|
+
hasFullAccess: z.ZodOptional<z.ZodBoolean>;
|
|
270
281
|
}, {
|
|
271
282
|
userRole: z.ZodOptional<z.ZodObject<{
|
|
272
283
|
id: z.ZodNumber;
|
|
@@ -300,6 +311,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
300
311
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
301
312
|
photoUrl?: string | undefined;
|
|
302
313
|
stripeCustomerId?: string | undefined;
|
|
314
|
+
hasFullAccess?: boolean | undefined;
|
|
303
315
|
userRole?: {
|
|
304
316
|
name: string;
|
|
305
317
|
id: number;
|
|
@@ -322,6 +334,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
322
334
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
323
335
|
photoUrl?: string | undefined;
|
|
324
336
|
stripeCustomerId?: string | undefined;
|
|
337
|
+
hasFullAccess?: boolean | undefined;
|
|
325
338
|
userRole?: {
|
|
326
339
|
name: string;
|
|
327
340
|
id: number;
|
|
@@ -526,6 +539,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
526
539
|
stripeCustomerId: z.ZodOptional<z.ZodString>;
|
|
527
540
|
onboardingStep: z.ZodNumber;
|
|
528
541
|
onboardingType: z.ZodUnion<[z.ZodLiteral<"AIRBNB_CONNECT">, z.ZodLiteral<"MANUAL_LISTING">]>;
|
|
542
|
+
hasFullAccess: z.ZodOptional<z.ZodBoolean>;
|
|
529
543
|
}, "name" | "id" | "email" | "firstName" | "lastName" | "phone" | "photoUrl" | "userRoleId">, "strip", z.ZodTypeAny, {
|
|
530
544
|
name: string;
|
|
531
545
|
id: string;
|
|
@@ -561,6 +575,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
561
575
|
stripeCustomerId: z.ZodOptional<z.ZodString>;
|
|
562
576
|
onboardingStep: z.ZodNumber;
|
|
563
577
|
onboardingType: z.ZodUnion<[z.ZodLiteral<"AIRBNB_CONNECT">, z.ZodLiteral<"MANUAL_LISTING">]>;
|
|
578
|
+
hasFullAccess: z.ZodOptional<z.ZodBoolean>;
|
|
564
579
|
}, "name" | "id" | "firstName" | "lastName" | "photoUrl">, "strip", z.ZodTypeAny, {
|
|
565
580
|
name: string;
|
|
566
581
|
id: string;
|
|
@@ -613,6 +628,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
613
628
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
614
629
|
photoUrl?: string | undefined;
|
|
615
630
|
stripeCustomerId?: string | undefined;
|
|
631
|
+
hasFullAccess?: boolean | undefined;
|
|
616
632
|
} | undefined;
|
|
617
633
|
lastSeen?: import("../../helpers").Timestamp | undefined;
|
|
618
634
|
externalMessageId?: string | undefined;
|
|
@@ -633,6 +649,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
633
649
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
634
650
|
photoUrl?: string | undefined;
|
|
635
651
|
stripeCustomerId?: string | undefined;
|
|
652
|
+
hasFullAccess?: boolean | undefined;
|
|
636
653
|
userRole?: {
|
|
637
654
|
name: string;
|
|
638
655
|
id: number;
|
|
@@ -738,6 +755,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
738
755
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
739
756
|
photoUrl?: string | undefined;
|
|
740
757
|
stripeCustomerId?: string | undefined;
|
|
758
|
+
hasFullAccess?: boolean | undefined;
|
|
741
759
|
} | undefined;
|
|
742
760
|
lastSeen?: import("../../helpers").Timestamp | undefined;
|
|
743
761
|
externalMessageId?: string | undefined;
|
|
@@ -758,6 +776,7 @@ export declare const ChatThreadSchema: z.ZodObject<{
|
|
|
758
776
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
759
777
|
photoUrl?: string | undefined;
|
|
760
778
|
stripeCustomerId?: string | undefined;
|
|
779
|
+
hasFullAccess?: boolean | undefined;
|
|
761
780
|
userRole?: {
|
|
762
781
|
name: string;
|
|
763
782
|
id: number;
|
|
@@ -14,6 +14,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
14
14
|
stripeCustomerId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15
15
|
onboardingStep: import("zod").ZodNumber;
|
|
16
16
|
onboardingType: import("zod").ZodUnion<[import("zod").ZodLiteral<"AIRBNB_CONNECT">, import("zod").ZodLiteral<"MANUAL_LISTING">]>;
|
|
17
|
+
hasFullAccess: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
17
18
|
}, "strip", import("zod").ZodTypeAny, {
|
|
18
19
|
name: string;
|
|
19
20
|
id: string;
|
|
@@ -30,6 +31,7 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
30
31
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
31
32
|
photoUrl?: string | undefined;
|
|
32
33
|
stripeCustomerId?: string | undefined;
|
|
34
|
+
hasFullAccess?: boolean | undefined;
|
|
33
35
|
}, {
|
|
34
36
|
name: string;
|
|
35
37
|
id: string;
|
|
@@ -46,4 +48,5 @@ export declare const userSchema: import("zod").ZodObject<{
|
|
|
46
48
|
onboardingType: "AIRBNB_CONNECT" | "MANUAL_LISTING";
|
|
47
49
|
photoUrl?: string | undefined;
|
|
48
50
|
stripeCustomerId?: string | undefined;
|
|
51
|
+
hasFullAccess?: boolean | undefined;
|
|
49
52
|
}>;
|
|
@@ -18,4 +18,5 @@ exports.userSchema = (0, zod_1.object)({
|
|
|
18
18
|
stripeCustomerId: (0, zod_1.string)().optional(),
|
|
19
19
|
onboardingStep: (0, zod_1.number)(),
|
|
20
20
|
onboardingType: (0, zod_1.union)([(0, zod_1.literal)("AIRBNB_CONNECT"), (0, zod_1.literal)("MANUAL_LISTING")]),
|
|
21
|
+
hasFullAccess: (0, zod_1.boolean)().optional(),
|
|
21
22
|
});
|