hububb-models 1.0.105 → 1.0.107
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/index.js +2 -2
- package/dist/schemas/apaleo/offer.d.ts +20 -20
- package/dist/schemas/apaleo/reservation.d.ts +46 -46
- package/dist/schemas/blog.d.ts +3 -3
- package/dist/schemas/channex/booking.d.ts +6 -6
- package/dist/schemas/channex/property.d.ts +16 -16
- package/dist/schemas/listing.d.ts +49 -49
- package/dist/schemas/reservation.d.ts +51 -51
- package/dist/schemas/thread.d.ts +53 -50
- package/dist/schemas/thread.js +1 -0
- package/dist/schemas/user.d.ts +3 -3
- package/package.json +1 -1
@@ -70,7 +70,7 @@ export declare const PaymentProvidersSchema: import("zod").ZodObject<{
|
|
70
70
|
status: import("zod").ZodString;
|
71
71
|
accountName: import("zod").ZodString;
|
72
72
|
defaultCurrency: import("zod").ZodString;
|
73
|
-
syncedAt: import("zod").ZodType<
|
73
|
+
syncedAt: import("zod").ZodType<import("@firebase/firestore-types").Timestamp, import("zod").ZodTypeDef, import("@firebase/firestore-types").Timestamp>;
|
74
74
|
payload: import("zod").ZodObject<{
|
75
75
|
id: import("zod").ZodString;
|
76
76
|
livemode: import("zod").ZodBoolean;
|
@@ -80,46 +80,46 @@ export declare const PaymentProvidersSchema: import("zod").ZodObject<{
|
|
80
80
|
scope: import("zod").ZodString;
|
81
81
|
}, "strip", import("zod").ZodTypeAny, {
|
82
82
|
id: string;
|
83
|
-
scope: string;
|
84
|
-
token_type: string;
|
85
83
|
livemode: boolean;
|
84
|
+
token_type: string;
|
86
85
|
stripe_publishable_key: string;
|
87
86
|
stripe_user_id: string;
|
87
|
+
scope: string;
|
88
88
|
}, {
|
89
89
|
id: string;
|
90
|
-
scope: string;
|
91
|
-
token_type: string;
|
92
90
|
livemode: boolean;
|
91
|
+
token_type: string;
|
93
92
|
stripe_publishable_key: string;
|
94
93
|
stripe_user_id: string;
|
94
|
+
scope: string;
|
95
95
|
}>;
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
97
97
|
active: boolean;
|
98
98
|
status: string;
|
99
99
|
accountName: string;
|
100
100
|
defaultCurrency: string;
|
101
|
-
syncedAt:
|
101
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
102
102
|
payload: {
|
103
103
|
id: string;
|
104
|
-
scope: string;
|
105
|
-
token_type: string;
|
106
104
|
livemode: boolean;
|
105
|
+
token_type: string;
|
107
106
|
stripe_publishable_key: string;
|
108
107
|
stripe_user_id: string;
|
108
|
+
scope: string;
|
109
109
|
};
|
110
110
|
}, {
|
111
111
|
active: boolean;
|
112
112
|
status: string;
|
113
113
|
accountName: string;
|
114
114
|
defaultCurrency: string;
|
115
|
-
syncedAt:
|
115
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
116
116
|
payload: {
|
117
117
|
id: string;
|
118
|
-
scope: string;
|
119
|
-
token_type: string;
|
120
118
|
livemode: boolean;
|
119
|
+
token_type: string;
|
121
120
|
stripe_publishable_key: string;
|
122
121
|
stripe_user_id: string;
|
122
|
+
scope: string;
|
123
123
|
};
|
124
124
|
}>;
|
125
125
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -128,14 +128,14 @@ export declare const PaymentProvidersSchema: import("zod").ZodObject<{
|
|
128
128
|
status: string;
|
129
129
|
accountName: string;
|
130
130
|
defaultCurrency: string;
|
131
|
-
syncedAt:
|
131
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
132
132
|
payload: {
|
133
133
|
id: string;
|
134
|
-
scope: string;
|
135
|
-
token_type: string;
|
136
134
|
livemode: boolean;
|
135
|
+
token_type: string;
|
137
136
|
stripe_publishable_key: string;
|
138
137
|
stripe_user_id: string;
|
138
|
+
scope: string;
|
139
139
|
};
|
140
140
|
};
|
141
141
|
}, {
|
@@ -144,14 +144,14 @@ export declare const PaymentProvidersSchema: import("zod").ZodObject<{
|
|
144
144
|
status: string;
|
145
145
|
accountName: string;
|
146
146
|
defaultCurrency: string;
|
147
|
-
syncedAt:
|
147
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
148
148
|
payload: {
|
149
149
|
id: string;
|
150
|
-
scope: string;
|
151
|
-
token_type: string;
|
152
150
|
livemode: boolean;
|
151
|
+
token_type: string;
|
153
152
|
stripe_publishable_key: string;
|
154
153
|
stripe_user_id: string;
|
154
|
+
scope: string;
|
155
155
|
};
|
156
156
|
};
|
157
157
|
}>;
|
@@ -169,7 +169,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
169
169
|
}>;
|
170
170
|
guestyId: import("zod").ZodOptional<import("zod").ZodString>;
|
171
171
|
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
172
|
-
createdAt: import("zod").ZodType<
|
172
|
+
createdAt: import("zod").ZodType<import("@firebase/firestore-types").Timestamp, import("zod").ZodTypeDef, import("@firebase/firestore-types").Timestamp>;
|
173
173
|
isVirtual: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
174
174
|
isListed: import("zod").ZodBoolean;
|
175
175
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -351,7 +351,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
351
351
|
status: import("zod").ZodString;
|
352
352
|
accountName: import("zod").ZodString;
|
353
353
|
defaultCurrency: import("zod").ZodString;
|
354
|
-
syncedAt: import("zod").ZodType<
|
354
|
+
syncedAt: import("zod").ZodType<import("@firebase/firestore-types").Timestamp, import("zod").ZodTypeDef, import("@firebase/firestore-types").Timestamp>;
|
355
355
|
payload: import("zod").ZodObject<{
|
356
356
|
id: import("zod").ZodString;
|
357
357
|
livemode: import("zod").ZodBoolean;
|
@@ -361,46 +361,46 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
361
361
|
scope: import("zod").ZodString;
|
362
362
|
}, "strip", import("zod").ZodTypeAny, {
|
363
363
|
id: string;
|
364
|
-
scope: string;
|
365
|
-
token_type: string;
|
366
364
|
livemode: boolean;
|
365
|
+
token_type: string;
|
367
366
|
stripe_publishable_key: string;
|
368
367
|
stripe_user_id: string;
|
368
|
+
scope: string;
|
369
369
|
}, {
|
370
370
|
id: string;
|
371
|
-
scope: string;
|
372
|
-
token_type: string;
|
373
371
|
livemode: boolean;
|
372
|
+
token_type: string;
|
374
373
|
stripe_publishable_key: string;
|
375
374
|
stripe_user_id: string;
|
375
|
+
scope: string;
|
376
376
|
}>;
|
377
377
|
}, "strip", import("zod").ZodTypeAny, {
|
378
378
|
active: boolean;
|
379
379
|
status: string;
|
380
380
|
accountName: string;
|
381
381
|
defaultCurrency: string;
|
382
|
-
syncedAt:
|
382
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
383
383
|
payload: {
|
384
384
|
id: string;
|
385
|
-
scope: string;
|
386
|
-
token_type: string;
|
387
385
|
livemode: boolean;
|
386
|
+
token_type: string;
|
388
387
|
stripe_publishable_key: string;
|
389
388
|
stripe_user_id: string;
|
389
|
+
scope: string;
|
390
390
|
};
|
391
391
|
}, {
|
392
392
|
active: boolean;
|
393
393
|
status: string;
|
394
394
|
accountName: string;
|
395
395
|
defaultCurrency: string;
|
396
|
-
syncedAt:
|
396
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
397
397
|
payload: {
|
398
398
|
id: string;
|
399
|
-
scope: string;
|
400
|
-
token_type: string;
|
401
399
|
livemode: boolean;
|
400
|
+
token_type: string;
|
402
401
|
stripe_publishable_key: string;
|
403
402
|
stripe_user_id: string;
|
403
|
+
scope: string;
|
404
404
|
};
|
405
405
|
}>;
|
406
406
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -409,14 +409,14 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
409
409
|
status: string;
|
410
410
|
accountName: string;
|
411
411
|
defaultCurrency: string;
|
412
|
-
syncedAt:
|
412
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
413
413
|
payload: {
|
414
414
|
id: string;
|
415
|
-
scope: string;
|
416
|
-
token_type: string;
|
417
415
|
livemode: boolean;
|
416
|
+
token_type: string;
|
418
417
|
stripe_publishable_key: string;
|
419
418
|
stripe_user_id: string;
|
419
|
+
scope: string;
|
420
420
|
};
|
421
421
|
};
|
422
422
|
}, {
|
@@ -425,14 +425,14 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
425
425
|
status: string;
|
426
426
|
accountName: string;
|
427
427
|
defaultCurrency: string;
|
428
|
-
syncedAt:
|
428
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
429
429
|
payload: {
|
430
430
|
id: string;
|
431
|
-
scope: string;
|
432
|
-
token_type: string;
|
433
431
|
livemode: boolean;
|
432
|
+
token_type: string;
|
434
433
|
stripe_publishable_key: string;
|
435
434
|
stripe_user_id: string;
|
435
|
+
scope: string;
|
436
436
|
};
|
437
437
|
};
|
438
438
|
}>;
|
@@ -444,14 +444,14 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
444
444
|
status: string;
|
445
445
|
accountName: string;
|
446
446
|
defaultCurrency: string;
|
447
|
-
syncedAt:
|
447
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
448
448
|
payload: {
|
449
449
|
id: string;
|
450
|
-
scope: string;
|
451
|
-
token_type: string;
|
452
450
|
livemode: boolean;
|
451
|
+
token_type: string;
|
453
452
|
stripe_publishable_key: string;
|
454
453
|
stripe_user_id: string;
|
454
|
+
scope: string;
|
455
455
|
};
|
456
456
|
};
|
457
457
|
};
|
@@ -463,14 +463,14 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
463
463
|
status: string;
|
464
464
|
accountName: string;
|
465
465
|
defaultCurrency: string;
|
466
|
-
syncedAt:
|
466
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
467
467
|
payload: {
|
468
468
|
id: string;
|
469
|
-
scope: string;
|
470
|
-
token_type: string;
|
471
469
|
livemode: boolean;
|
470
|
+
token_type: string;
|
472
471
|
stripe_publishable_key: string;
|
473
472
|
stripe_user_id: string;
|
473
|
+
scope: string;
|
474
474
|
};
|
475
475
|
};
|
476
476
|
};
|
@@ -522,7 +522,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
522
522
|
zipcode?: string | undefined;
|
523
523
|
};
|
524
524
|
active: boolean;
|
525
|
-
createdAt:
|
525
|
+
createdAt: import("@firebase/firestore-types").Timestamp;
|
526
526
|
pictures: {
|
527
527
|
height?: number | undefined;
|
528
528
|
width?: number | undefined;
|
@@ -605,14 +605,14 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
605
605
|
status: string;
|
606
606
|
accountName: string;
|
607
607
|
defaultCurrency: string;
|
608
|
-
syncedAt:
|
608
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
609
609
|
payload: {
|
610
610
|
id: string;
|
611
|
-
scope: string;
|
612
|
-
token_type: string;
|
613
611
|
livemode: boolean;
|
612
|
+
token_type: string;
|
614
613
|
stripe_publishable_key: string;
|
615
614
|
stripe_user_id: string;
|
615
|
+
scope: string;
|
616
616
|
};
|
617
617
|
};
|
618
618
|
};
|
@@ -649,7 +649,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
649
649
|
zipcode?: string | undefined;
|
650
650
|
};
|
651
651
|
active: boolean;
|
652
|
-
createdAt:
|
652
|
+
createdAt: import("@firebase/firestore-types").Timestamp;
|
653
653
|
pictures: {
|
654
654
|
height?: number | undefined;
|
655
655
|
width?: number | undefined;
|
@@ -732,14 +732,14 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
732
732
|
status: string;
|
733
733
|
accountName: string;
|
734
734
|
defaultCurrency: string;
|
735
|
-
syncedAt:
|
735
|
+
syncedAt: import("@firebase/firestore-types").Timestamp;
|
736
736
|
payload: {
|
737
737
|
id: string;
|
738
|
-
scope: string;
|
739
|
-
token_type: string;
|
740
738
|
livemode: boolean;
|
739
|
+
token_type: string;
|
741
740
|
stripe_publishable_key: string;
|
742
741
|
stripe_user_id: string;
|
742
|
+
scope: string;
|
743
743
|
};
|
744
744
|
};
|
745
745
|
};
|