@superbright/indexeddb-orm 1.0.56 → 1.0.58
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/api/api.generated.d.ts +1034 -361
- package/dist/api/embed-schemas.generated.cjs +1 -1
- package/dist/api/embed-schemas.generated.cjs.map +1 -1
- package/dist/api/embed-schemas.generated.d.ts +148 -160
- package/dist/api/embed-schemas.generated.mjs +49 -50
- package/dist/api/embed-schemas.generated.mjs.map +1 -1
- package/dist/api/schemas.generated.cjs +1 -1
- package/dist/api/schemas.generated.cjs.map +1 -1
- package/dist/api/schemas.generated.d.ts +7716 -1549
- package/dist/api/schemas.generated.mjs +411 -220
- package/dist/api/schemas.generated.mjs.map +1 -1
- package/dist/base/amenityimagesonproperty.cjs +1 -1
- package/dist/base/amenityimagesonproperty.cjs.map +1 -1
- package/dist/base/amenityimagesonproperty.d.ts +6 -6
- package/dist/base/amenityimagesonproperty.mjs +2 -2
- package/dist/base/amenityimagesonproperty.mjs.map +1 -1
- package/dist/base/enums.cjs +1 -1
- package/dist/base/enums.cjs.map +1 -1
- package/dist/base/enums.d.ts +4 -0
- package/dist/base/enums.mjs +8 -7
- package/dist/base/enums.mjs.map +1 -1
- package/dist/base/floorplan.cjs +1 -1
- package/dist/base/floorplan.cjs.map +1 -1
- package/dist/base/floorplan.d.ts +15 -15
- package/dist/base/floorplan.mjs +8 -8
- package/dist/base/floorplan.mjs.map +1 -1
- package/dist/base/media.cjs.map +1 -1
- package/dist/base/media.mjs.map +1 -1
- package/dist/base/overviewimagesonproperty.cjs.map +1 -1
- package/dist/base/overviewimagesonproperty.mjs.map +1 -1
- package/dist/base/property.cjs +1 -1
- package/dist/base/property.cjs.map +1 -1
- package/dist/base/property.d.ts +12 -12
- package/dist/base/property.mjs +8 -8
- package/dist/base/property.mjs.map +1 -1
- package/dist/base/propertyamenity.cjs +1 -1
- package/dist/base/propertyamenity.cjs.map +1 -1
- package/dist/base/propertyamenity.d.ts +3 -3
- package/dist/base/propertyamenity.mjs +3 -3
- package/dist/base/propertyamenity.mjs.map +1 -1
- package/dist/base/propertyhighlight.cjs +1 -1
- package/dist/base/propertyhighlight.cjs.map +1 -1
- package/dist/base/propertyhighlight.d.ts +3 -3
- package/dist/base/propertyhighlight.mjs +1 -1
- package/dist/base/propertyhighlight.mjs.map +1 -1
- package/dist/base/propertylink.cjs +1 -1
- package/dist/base/propertylink.cjs.map +1 -1
- package/dist/base/propertylink.d.ts +12 -12
- package/dist/base/propertylink.mjs +4 -4
- package/dist/base/propertylink.mjs.map +1 -1
- package/dist/base/renderedstyle.cjs +1 -1
- package/dist/base/renderedstyle.cjs.map +1 -1
- package/dist/base/renderedstyle.d.ts +12 -12
- package/dist/base/renderedstyle.mjs +7 -7
- package/dist/base/renderedstyle.mjs.map +1 -1
- package/dist/base/room.cjs +1 -1
- package/dist/base/room.cjs.map +1 -1
- package/dist/base/room.d.ts +3 -3
- package/dist/base/room.mjs +1 -1
- package/dist/base/room.mjs.map +1 -1
- package/dist/base/style.cjs +1 -1
- package/dist/base/style.cjs.map +1 -1
- package/dist/base/style.d.ts +3 -3
- package/dist/base/style.mjs +5 -5
- package/dist/base/style.mjs.map +1 -1
- package/dist/base/unit.cjs +1 -1
- package/dist/base/unit.cjs.map +1 -1
- package/dist/base/unit.d.ts +21 -21
- package/dist/base/unit.mjs +16 -16
- package/dist/base/unit.mjs.map +1 -1
- package/dist/base/userinquiry.d.ts +19 -15
- package/dist/base/visitor.d.ts +9 -9
- package/dist/base/visitorfilter.d.ts +12 -9
- package/dist/base/visitorquestionnaire.d.ts +9 -9
- package/dist/base/visitorunitengagement.d.ts +15 -15
- package/dist/features/analytics/analytics.d.ts +108 -108
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +38 -37
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.cjs +1 -1
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.cjs.map +1 -1
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +103 -104
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs.map +1 -1
- package/dist/schema.d.ts +16 -16
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.mjs +61 -34
- package/package.json +3 -3
package/dist/schema.d.ts
CHANGED
|
@@ -104,11 +104,11 @@ export declare const UnitSchema: z.ZodObject<{
|
|
|
104
104
|
amenities?: unknown[] | undefined;
|
|
105
105
|
highlights?: unknown[] | undefined;
|
|
106
106
|
date_availability?: string | null | undefined;
|
|
107
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
108
107
|
createdAt?: string | undefined;
|
|
109
108
|
propertyId?: string | number | undefined;
|
|
110
109
|
updatedAt?: string | undefined;
|
|
111
110
|
is_available?: boolean | undefined;
|
|
111
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
112
112
|
floorPlanId?: string | number | null | undefined;
|
|
113
113
|
property?: unknown;
|
|
114
114
|
floorPlan?: unknown;
|
|
@@ -132,11 +132,11 @@ export declare const UnitSchema: z.ZodObject<{
|
|
|
132
132
|
amenities?: unknown[] | undefined;
|
|
133
133
|
highlights?: unknown[] | undefined;
|
|
134
134
|
date_availability?: string | null | undefined;
|
|
135
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
136
135
|
createdAt?: string | undefined;
|
|
137
136
|
propertyId?: string | number | undefined;
|
|
138
137
|
updatedAt?: string | undefined;
|
|
139
138
|
is_available?: boolean | undefined;
|
|
139
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
140
140
|
floorPlanId?: string | number | null | undefined;
|
|
141
141
|
property?: unknown;
|
|
142
142
|
floorPlan?: unknown;
|
|
@@ -244,11 +244,11 @@ export declare const PropertySchema: z.ZodObject<{
|
|
|
244
244
|
amenities?: unknown[] | undefined;
|
|
245
245
|
highlights?: unknown[] | undefined;
|
|
246
246
|
date_availability?: string | null | undefined;
|
|
247
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
248
247
|
createdAt?: string | undefined;
|
|
249
248
|
propertyId?: string | number | undefined;
|
|
250
249
|
updatedAt?: string | undefined;
|
|
251
250
|
is_available?: boolean | undefined;
|
|
251
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
252
252
|
floorPlanId?: string | number | null | undefined;
|
|
253
253
|
property?: unknown;
|
|
254
254
|
floorPlan?: unknown;
|
|
@@ -272,11 +272,11 @@ export declare const PropertySchema: z.ZodObject<{
|
|
|
272
272
|
amenities?: unknown[] | undefined;
|
|
273
273
|
highlights?: unknown[] | undefined;
|
|
274
274
|
date_availability?: string | null | undefined;
|
|
275
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
276
275
|
createdAt?: string | undefined;
|
|
277
276
|
propertyId?: string | number | undefined;
|
|
278
277
|
updatedAt?: string | undefined;
|
|
279
278
|
is_available?: boolean | undefined;
|
|
279
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
280
280
|
floorPlanId?: string | number | null | undefined;
|
|
281
281
|
property?: unknown;
|
|
282
282
|
floorPlan?: unknown;
|
|
@@ -329,11 +329,11 @@ export declare const PropertySchema: z.ZodObject<{
|
|
|
329
329
|
amenities?: unknown[] | undefined;
|
|
330
330
|
highlights?: unknown[] | undefined;
|
|
331
331
|
date_availability?: string | null | undefined;
|
|
332
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
333
332
|
createdAt?: string | undefined;
|
|
334
333
|
propertyId?: string | number | undefined;
|
|
335
334
|
updatedAt?: string | undefined;
|
|
336
335
|
is_available?: boolean | undefined;
|
|
336
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
337
337
|
floorPlanId?: string | number | null | undefined;
|
|
338
338
|
property?: unknown;
|
|
339
339
|
floorPlan?: unknown;
|
|
@@ -386,11 +386,11 @@ export declare const PropertySchema: z.ZodObject<{
|
|
|
386
386
|
amenities?: unknown[] | undefined;
|
|
387
387
|
highlights?: unknown[] | undefined;
|
|
388
388
|
date_availability?: string | null | undefined;
|
|
389
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
390
389
|
createdAt?: string | undefined;
|
|
391
390
|
propertyId?: string | number | undefined;
|
|
392
391
|
updatedAt?: string | undefined;
|
|
393
392
|
is_available?: boolean | undefined;
|
|
393
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
394
394
|
floorPlanId?: string | number | null | undefined;
|
|
395
395
|
property?: unknown;
|
|
396
396
|
floorPlan?: unknown;
|
|
@@ -514,11 +514,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
514
514
|
amenities?: unknown[] | undefined;
|
|
515
515
|
highlights?: unknown[] | undefined;
|
|
516
516
|
date_availability?: string | null | undefined;
|
|
517
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
518
517
|
createdAt?: string | undefined;
|
|
519
518
|
propertyId?: string | number | undefined;
|
|
520
519
|
updatedAt?: string | undefined;
|
|
521
520
|
is_available?: boolean | undefined;
|
|
521
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
522
522
|
floorPlanId?: string | number | null | undefined;
|
|
523
523
|
property?: unknown;
|
|
524
524
|
floorPlan?: unknown;
|
|
@@ -542,11 +542,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
542
542
|
amenities?: unknown[] | undefined;
|
|
543
543
|
highlights?: unknown[] | undefined;
|
|
544
544
|
date_availability?: string | null | undefined;
|
|
545
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
546
545
|
createdAt?: string | undefined;
|
|
547
546
|
propertyId?: string | number | undefined;
|
|
548
547
|
updatedAt?: string | undefined;
|
|
549
548
|
is_available?: boolean | undefined;
|
|
549
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
550
550
|
floorPlanId?: string | number | null | undefined;
|
|
551
551
|
property?: unknown;
|
|
552
552
|
floorPlan?: unknown;
|
|
@@ -599,11 +599,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
599
599
|
amenities?: unknown[] | undefined;
|
|
600
600
|
highlights?: unknown[] | undefined;
|
|
601
601
|
date_availability?: string | null | undefined;
|
|
602
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
603
602
|
createdAt?: string | undefined;
|
|
604
603
|
propertyId?: string | number | undefined;
|
|
605
604
|
updatedAt?: string | undefined;
|
|
606
605
|
is_available?: boolean | undefined;
|
|
606
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
607
607
|
floorPlanId?: string | number | null | undefined;
|
|
608
608
|
property?: unknown;
|
|
609
609
|
floorPlan?: unknown;
|
|
@@ -656,11 +656,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
656
656
|
amenities?: unknown[] | undefined;
|
|
657
657
|
highlights?: unknown[] | undefined;
|
|
658
658
|
date_availability?: string | null | undefined;
|
|
659
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
660
659
|
createdAt?: string | undefined;
|
|
661
660
|
propertyId?: string | number | undefined;
|
|
662
661
|
updatedAt?: string | undefined;
|
|
663
662
|
is_available?: boolean | undefined;
|
|
663
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
664
664
|
floorPlanId?: string | number | null | undefined;
|
|
665
665
|
property?: unknown;
|
|
666
666
|
floorPlan?: unknown;
|
|
@@ -721,11 +721,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
721
721
|
amenities?: unknown[] | undefined;
|
|
722
722
|
highlights?: unknown[] | undefined;
|
|
723
723
|
date_availability?: string | null | undefined;
|
|
724
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
725
724
|
createdAt?: string | undefined;
|
|
726
725
|
propertyId?: string | number | undefined;
|
|
727
726
|
updatedAt?: string | undefined;
|
|
728
727
|
is_available?: boolean | undefined;
|
|
728
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
729
729
|
floorPlanId?: string | number | null | undefined;
|
|
730
730
|
property?: unknown;
|
|
731
731
|
floorPlan?: unknown;
|
|
@@ -749,11 +749,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
749
749
|
amenities?: unknown[] | undefined;
|
|
750
750
|
highlights?: unknown[] | undefined;
|
|
751
751
|
date_availability?: string | null | undefined;
|
|
752
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
753
752
|
createdAt?: string | undefined;
|
|
754
753
|
propertyId?: string | number | undefined;
|
|
755
754
|
updatedAt?: string | undefined;
|
|
756
755
|
is_available?: boolean | undefined;
|
|
756
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
757
757
|
floorPlanId?: string | number | null | undefined;
|
|
758
758
|
property?: unknown;
|
|
759
759
|
floorPlan?: unknown;
|
|
@@ -813,11 +813,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
813
813
|
amenities?: unknown[] | undefined;
|
|
814
814
|
highlights?: unknown[] | undefined;
|
|
815
815
|
date_availability?: string | null | undefined;
|
|
816
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
817
816
|
createdAt?: string | undefined;
|
|
818
817
|
propertyId?: string | number | undefined;
|
|
819
818
|
updatedAt?: string | undefined;
|
|
820
819
|
is_available?: boolean | undefined;
|
|
820
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
821
821
|
floorPlanId?: string | number | null | undefined;
|
|
822
822
|
property?: unknown;
|
|
823
823
|
floorPlan?: unknown;
|
|
@@ -850,11 +850,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
850
850
|
amenities?: unknown[] | undefined;
|
|
851
851
|
highlights?: unknown[] | undefined;
|
|
852
852
|
date_availability?: string | null | undefined;
|
|
853
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
854
853
|
createdAt?: string | undefined;
|
|
855
854
|
propertyId?: string | number | undefined;
|
|
856
855
|
updatedAt?: string | undefined;
|
|
857
856
|
is_available?: boolean | undefined;
|
|
857
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
858
858
|
floorPlanId?: string | number | null | undefined;
|
|
859
859
|
property?: unknown;
|
|
860
860
|
floorPlan?: unknown;
|
|
@@ -911,11 +911,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
911
911
|
amenities?: unknown[] | undefined;
|
|
912
912
|
highlights?: unknown[] | undefined;
|
|
913
913
|
date_availability?: string | null | undefined;
|
|
914
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
915
914
|
createdAt?: string | undefined;
|
|
916
915
|
propertyId?: string | number | undefined;
|
|
917
916
|
updatedAt?: string | undefined;
|
|
918
917
|
is_available?: boolean | undefined;
|
|
918
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
919
919
|
floorPlanId?: string | number | null | undefined;
|
|
920
920
|
property?: unknown;
|
|
921
921
|
floorPlan?: unknown;
|
|
@@ -948,11 +948,11 @@ export declare const ApiUserSchema: z.ZodObject<{
|
|
|
948
948
|
amenities?: unknown[] | undefined;
|
|
949
949
|
highlights?: unknown[] | undefined;
|
|
950
950
|
date_availability?: string | null | undefined;
|
|
951
|
-
unitSetAvailableOn?: string | null | undefined;
|
|
952
951
|
createdAt?: string | undefined;
|
|
953
952
|
propertyId?: string | number | undefined;
|
|
954
953
|
updatedAt?: string | undefined;
|
|
955
954
|
is_available?: boolean | undefined;
|
|
955
|
+
unitSetAvailableOn?: string | null | undefined;
|
|
956
956
|
floorPlanId?: string | number | null | undefined;
|
|
957
957
|
property?: unknown;
|
|
958
958
|
floorPlan?: unknown;
|
package/dist/schemas.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./api/schemas.generated.cjs");exports.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./api/schemas.generated.cjs");exports.AvailabilityFilterSchema=e.AvailabilityFilterSchema;exports.AvailabilityOptionSchema=e.AvailabilityOptionSchema;exports.BasePriceFilterSchema=e.BasePriceFilterSchema;exports.BasePriceOptionSchema=e.BasePriceOptionSchema;exports.BedroomsFilterSchema=e.BedroomsFilterSchema;exports.BedroomsOptionSchema=e.BedroomsOptionSchema;exports.BootstrapDataSchema=e.BootstrapDataSchema;exports.BootstrapResponseSchema=e.BootstrapResponseSchema;exports.ContactBuildingPayloadSchema=e.ContactBuildingPayloadSchema;exports.ContactBuildingResponseSchema=e.ContactBuildingResponseSchema;exports.EngagementResponseSchema=e.EngagementResponseSchema;exports.EngagementTypeSchema=e.EngagementTypeSchema;exports.ErrorSchema=e.ErrorSchema;exports.ErrorUnprocessableEntitySchema=e.ErrorUnprocessableEntitySchema;exports.ExternalServiceConfigSchema=e.ExternalServiceConfigSchema;exports.ExternalServiceSnippetConfigSchema=e.ExternalServiceSnippetConfigSchema;exports.ExternalServicesSchema=e.ExternalServicesSchema;exports.FiltersResponseDataSchema=e.FiltersResponseDataSchema;exports.FiltersResponseSchema=e.FiltersResponseSchema;exports.FloorPlanSchema=e.FloorPlanSchema;exports.FloorplanStylesSchema=e.FloorplanStylesSchema;exports.FurnitureInRoomsSchema=e.FurnitureInRoomsSchema;exports.FurnitureSchema=e.FurnitureSchema;exports.ImageSchema=e.ImageSchema;exports.LeadActivitiesResponseSchema=e.LeadActivitiesResponseSchema;exports.LeadActivityItemSchema=e.LeadActivityItemSchema;exports.LeadActivitySchema=e.LeadActivitySchema;exports.LeadDetailsResponseSchema=e.LeadDetailsResponseSchema;exports.LeadSchema=e.LeadSchema;exports.LeadsListResponseSchema=e.LeadsListResponseSchema;exports.LinkedPropertiesResponseSchema=e.LinkedPropertiesResponseSchema;exports.LinkedPropertySchema=e.LinkedPropertySchema;exports.MediaDataSchema=e.MediaDataSchema;exports.MediaSchema=e.MediaSchema;exports.OverviewImageSchema=e.OverviewImageSchema;exports.PaginationSchema=e.PaginationSchema;exports.PropertyAmenitySchema=e.PropertyAmenitySchema;exports.PropertyHighlightSchema=e.PropertyHighlightSchema;exports.PropertyResponseDataSchema=e.PropertyResponseDataSchema;exports.PropertyResponseSchema=e.PropertyResponseSchema;exports.PropertySchema=e.PropertySchema;exports.QuestionnaireOptionSchema=e.QuestionnaireOptionSchema;exports.QuestionnairePayloadSchema=e.QuestionnairePayloadSchema;exports.QuestionnaireResponseSchema=e.QuestionnaireResponseSchema;exports.QuestionnaireSchema=e.QuestionnaireSchema;exports.QueueJobSchema=e.QueueJobSchema;exports.RenderJobSchema=e.RenderJobSchema;exports.RenderedStyleSchema=e.RenderedStyleSchema;exports.RoomSchema=e.RoomSchema;exports.SaveFiltersPayloadSchema=e.SaveFiltersPayloadSchema;exports.SaveFiltersResponseSchema=e.SaveFiltersResponseSchema;exports.StyleSchema=e.StyleSchema;exports.UnitAmenitySchema=e.UnitAmenitySchema;exports.UnitRenderedStyleSchema=e.UnitRenderedStyleSchema;exports.UnitSchema=e.UnitSchema;exports.UnitSourceSchema=e.UnitSourceSchema;exports.UnitsByIdsResponseSchema=e.UnitsByIdsResponseSchema;exports.UploadUrlSchema=e.UploadUrlSchema;exports.UserSchema=e.UserSchema;exports.UserWebhookSchema=e.UserWebhookSchema;
|
|
2
2
|
//# sourceMappingURL=schemas.cjs.map
|
package/dist/schemas.mjs
CHANGED
|
@@ -1,37 +1,64 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AvailabilityFilterSchema as c, AvailabilityOptionSchema as m, BasePriceFilterSchema as S, BasePriceOptionSchema as t, BedroomsFilterSchema as i, BedroomsOptionSchema as o, BootstrapDataSchema as h, BootstrapResponseSchema as n, ContactBuildingPayloadSchema as r, ContactBuildingResponseSchema as s, EngagementResponseSchema as p, EngagementTypeSchema as l, ErrorSchema as d, ErrorUnprocessableEntitySchema as y, ExternalServiceConfigSchema as R, ExternalServiceSnippetConfigSchema as P, ExternalServicesSchema as g, FiltersResponseDataSchema as u, FiltersResponseSchema as v, FloorPlanSchema as F, FloorplanStylesSchema as U, FurnitureInRoomsSchema as B, FurnitureSchema as L, ImageSchema as E, LeadActivitiesResponseSchema as A, LeadActivityItemSchema as b, LeadActivitySchema as D, LeadDetailsResponseSchema as I, LeadSchema as O, LeadsListResponseSchema as Q, LinkedPropertiesResponseSchema as x, LinkedPropertySchema as C, MediaDataSchema as f, MediaSchema as k, OverviewImageSchema as J, PaginationSchema as M, PropertyAmenitySchema as w, PropertyHighlightSchema as H, PropertyResponseDataSchema as T, PropertyResponseSchema as W, PropertySchema as j, QuestionnaireOptionSchema as q, QuestionnairePayloadSchema as z, QuestionnaireResponseSchema as G, QuestionnaireSchema as K, QueueJobSchema as N, RenderJobSchema as V, RenderedStyleSchema as X, RoomSchema as Y, SaveFiltersPayloadSchema as Z, SaveFiltersResponseSchema as _, StyleSchema as $, UnitAmenitySchema as ee, UnitRenderedStyleSchema as ae, UnitSchema as ce, UnitSourceSchema as me, UnitsByIdsResponseSchema as Se, UploadUrlSchema as te, UserSchema as ie, UserWebhookSchema as oe } from "./api/schemas.generated.mjs";
|
|
2
2
|
export {
|
|
3
|
-
c as
|
|
4
|
-
m as
|
|
5
|
-
S as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
n as
|
|
11
|
-
|
|
12
|
-
s as
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
y as
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
u as
|
|
21
|
-
v as
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
I as
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
C as
|
|
35
|
-
|
|
3
|
+
c as AvailabilityFilterSchema,
|
|
4
|
+
m as AvailabilityOptionSchema,
|
|
5
|
+
S as BasePriceFilterSchema,
|
|
6
|
+
t as BasePriceOptionSchema,
|
|
7
|
+
i as BedroomsFilterSchema,
|
|
8
|
+
o as BedroomsOptionSchema,
|
|
9
|
+
h as BootstrapDataSchema,
|
|
10
|
+
n as BootstrapResponseSchema,
|
|
11
|
+
r as ContactBuildingPayloadSchema,
|
|
12
|
+
s as ContactBuildingResponseSchema,
|
|
13
|
+
p as EngagementResponseSchema,
|
|
14
|
+
l as EngagementTypeSchema,
|
|
15
|
+
d as ErrorSchema,
|
|
16
|
+
y as ErrorUnprocessableEntitySchema,
|
|
17
|
+
R as ExternalServiceConfigSchema,
|
|
18
|
+
P as ExternalServiceSnippetConfigSchema,
|
|
19
|
+
g as ExternalServicesSchema,
|
|
20
|
+
u as FiltersResponseDataSchema,
|
|
21
|
+
v as FiltersResponseSchema,
|
|
22
|
+
F as FloorPlanSchema,
|
|
23
|
+
U as FloorplanStylesSchema,
|
|
24
|
+
B as FurnitureInRoomsSchema,
|
|
25
|
+
L as FurnitureSchema,
|
|
26
|
+
E as ImageSchema,
|
|
27
|
+
A as LeadActivitiesResponseSchema,
|
|
28
|
+
b as LeadActivityItemSchema,
|
|
29
|
+
D as LeadActivitySchema,
|
|
30
|
+
I as LeadDetailsResponseSchema,
|
|
31
|
+
O as LeadSchema,
|
|
32
|
+
Q as LeadsListResponseSchema,
|
|
33
|
+
x as LinkedPropertiesResponseSchema,
|
|
34
|
+
C as LinkedPropertySchema,
|
|
35
|
+
f as MediaDataSchema,
|
|
36
|
+
k as MediaSchema,
|
|
37
|
+
J as OverviewImageSchema,
|
|
38
|
+
M as PaginationSchema,
|
|
39
|
+
w as PropertyAmenitySchema,
|
|
40
|
+
H as PropertyHighlightSchema,
|
|
41
|
+
T as PropertyResponseDataSchema,
|
|
42
|
+
W as PropertyResponseSchema,
|
|
43
|
+
j as PropertySchema,
|
|
44
|
+
q as QuestionnaireOptionSchema,
|
|
45
|
+
z as QuestionnairePayloadSchema,
|
|
46
|
+
G as QuestionnaireResponseSchema,
|
|
47
|
+
K as QuestionnaireSchema,
|
|
48
|
+
N as QueueJobSchema,
|
|
49
|
+
V as RenderJobSchema,
|
|
50
|
+
X as RenderedStyleSchema,
|
|
51
|
+
Y as RoomSchema,
|
|
52
|
+
Z as SaveFiltersPayloadSchema,
|
|
53
|
+
_ as SaveFiltersResponseSchema,
|
|
54
|
+
$ as StyleSchema,
|
|
55
|
+
ee as UnitAmenitySchema,
|
|
56
|
+
ae as UnitRenderedStyleSchema,
|
|
57
|
+
ce as UnitSchema,
|
|
58
|
+
me as UnitSourceSchema,
|
|
59
|
+
Se as UnitsByIdsResponseSchema,
|
|
60
|
+
te as UploadUrlSchema,
|
|
61
|
+
ie as UserSchema,
|
|
62
|
+
oe as UserWebhookSchema
|
|
36
63
|
};
|
|
37
64
|
//# sourceMappingURL=schemas.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superbright/indexeddb-orm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.58",
|
|
4
4
|
"description": "Vite + TypeScript IndexedDB ORM.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"docs:serve": "cp openapi.json autodocs/static/openapi.json && cd autodocs && pnpm start",
|
|
64
64
|
"mock:api": "scalar mock openapi.json --port 4010",
|
|
65
65
|
"validate:api": "scalar validate openapi.json",
|
|
66
|
+
"lint:camel-case": "node scripts/check-camel-case.mjs",
|
|
66
67
|
"generate:api-schema:local": "node scripts/generate-api-schema.mjs --url http://localhost:3000/docs/json",
|
|
67
68
|
"generate:api-schema:dev": "node scripts/generate-api-schema.mjs --url https://api.dev.inresi.link/docs/json",
|
|
68
|
-
"generate:api-schema:prod": "node scripts/generate-api-schema.mjs --url https://api.inresiapp.com/docs/json"
|
|
69
|
-
"prepublishOnly": "pnpm generate:api-schema:dev"
|
|
69
|
+
"generate:api-schema:prod": "node scripts/generate-api-schema.mjs --url https://api.inresiapp.com/docs/json"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"add": "^2.0.6",
|