@sortipei/api-contracts 0.1.9 → 0.1.10

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.
@@ -60,6 +60,69 @@ export declare const EventDTOSchema: z.ZodObject<{
60
60
  name: string;
61
61
  }[];
62
62
  }>;
63
+ export declare const EventPublicDTOSchema: z.ZodObject<z.objectUtil.extendShape<Omit<{
64
+ capacity: z.ZodNullable<z.ZodNumber>;
65
+ description: z.ZodString;
66
+ finishTime: z.ZodNullable<z.ZodString>;
67
+ hasHandicapAccess: z.ZodNullable<z.ZodBoolean>;
68
+ id: z.ZodBranded<z.ZodString, "EventId">;
69
+ imageUrls: z.ZodArray<z.ZodString, "many">;
70
+ isDisplayed: z.ZodBoolean;
71
+ isPromoted: z.ZodBoolean;
72
+ link: z.ZodNullable<z.ZodString>;
73
+ price: z.ZodNullable<z.ZodNumber>;
74
+ region: z.ZodNativeEnum<typeof import('../../shared').Region>;
75
+ startTime: z.ZodString;
76
+ title: z.ZodString;
77
+ organizers: z.ZodArray<z.ZodObject<{
78
+ id: z.ZodBranded<z.ZodString, "OrganizerId">;
79
+ name: z.ZodString;
80
+ }, "strip", z.ZodTypeAny, {
81
+ id: string & z.BRAND<"OrganizerId">;
82
+ name: string;
83
+ }, {
84
+ id: string;
85
+ name: string;
86
+ }>, "many">;
87
+ }, "isDisplayed">, {
88
+ isFavorite: z.ZodBoolean;
89
+ }>, "strip", z.ZodTypeAny, {
90
+ capacity: number | null;
91
+ description: string;
92
+ finishTime: string | null;
93
+ hasHandicapAccess: boolean | null;
94
+ id: string & z.BRAND<"EventId">;
95
+ imageUrls: string[];
96
+ isPromoted: boolean;
97
+ link: string | null;
98
+ price: number | null;
99
+ region: import('../../shared').Region;
100
+ startTime: string;
101
+ title: string;
102
+ organizers: {
103
+ id: string & z.BRAND<"OrganizerId">;
104
+ name: string;
105
+ }[];
106
+ isFavorite: boolean;
107
+ }, {
108
+ capacity: number | null;
109
+ description: string;
110
+ finishTime: string | null;
111
+ hasHandicapAccess: boolean | null;
112
+ id: string;
113
+ imageUrls: string[];
114
+ isPromoted: boolean;
115
+ link: string | null;
116
+ price: number | null;
117
+ region: import('../../shared').Region;
118
+ startTime: string;
119
+ title: string;
120
+ organizers: {
121
+ id: string;
122
+ name: string;
123
+ }[];
124
+ isFavorite: boolean;
125
+ }>;
63
126
  export declare const CreateEventDTOSchema: z.ZodObject<{
64
127
  capacity: z.ZodNullable<z.ZodNumber>;
65
128
  description: z.ZodString;
@@ -174,6 +237,7 @@ export type DisplayEventDTO = z.infer<typeof DisplayEventDTOSchema>;
174
237
  export type PromoteEventDTO = z.infer<typeof PromoteEventDTOSchema>;
175
238
  export type EventFileUploadsDTO = z.infer<typeof EventFileUploadsDTOSchema>;
176
239
  export type EventDTO = z.infer<typeof EventDTOSchema>;
240
+ export type EventPublicDTO = z.infer<typeof EventPublicDTOSchema>;
177
241
  export declare const constraints: {
178
242
  description: {
179
243
  minLength: number;
@@ -1 +1 @@
1
- {"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../src/V1/api/event.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBzB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc/B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE/B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;EAEhC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;EAEhC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;WAK5B,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEtD,eAAO,MAAM,WAAW;;;;;;;;;CASvB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../../src/V1/api/event.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBzB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI/B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAc/B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE/B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;EAEhC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;EAEhC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;WAK5B,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE,eAAO,MAAM,WAAW;;;;;;;;;CASvB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -4090,6 +4090,11 @@ const EventDTOSchema = z.object({
4090
4090
  name: StringSchema
4091
4091
  }).array().min(1)
4092
4092
  });
4093
+ const EventPublicDTOSchema = EventDTOSchema.omit({
4094
+ isDisplayed: true
4095
+ }).extend({
4096
+ isFavorite: z.boolean()
4097
+ });
4093
4098
  const CreateEventDTOSchema = z.object({
4094
4099
  capacity: SafeNonNegativeIntegerSchema.nullable(),
4095
4100
  description: StringSchema,
@@ -4161,6 +4166,7 @@ const index$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
4161
4166
  DisplayEventDTOSchema,
4162
4167
  EventDTOSchema,
4163
4168
  EventFileUploadsDTOSchema,
4169
+ EventPublicDTOSchema,
4164
4170
  ImportDTOSchema,
4165
4171
  OrganizerDTOSchema,
4166
4172
  PromoteEventDTOSchema,
@@ -4088,6 +4088,11 @@ const EventDTOSchema = z.object({
4088
4088
  name: StringSchema
4089
4089
  }).array().min(1)
4090
4090
  });
4091
+ const EventPublicDTOSchema = EventDTOSchema.omit({
4092
+ isDisplayed: true
4093
+ }).extend({
4094
+ isFavorite: z.boolean()
4095
+ });
4091
4096
  const CreateEventDTOSchema = z.object({
4092
4097
  capacity: SafeNonNegativeIntegerSchema.nullable(),
4093
4098
  description: StringSchema,
@@ -4159,6 +4164,7 @@ const index$2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
4159
4164
  DisplayEventDTOSchema,
4160
4165
  EventDTOSchema,
4161
4166
  EventFileUploadsDTOSchema,
4167
+ EventPublicDTOSchema,
4162
4168
  ImportDTOSchema,
4163
4169
  OrganizerDTOSchema,
4164
4170
  PromoteEventDTOSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sortipei/api-contracts",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "license": "UNLICENCED",
5
5
  "main": "dist/api-contracts.js",
6
6
  "module": "dist/api-contracts.mjs",