@_henriquewilson/gabirubi-domain 1.0.64 → 1.0.65

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.
@@ -26,9 +26,9 @@ declare const IuguChargeSchema: z.ZodObject<{
26
26
  pdf: string;
27
27
  invoice_id: string;
28
28
  LR: string;
29
- reversible?: string | null | undefined;
30
29
  brand?: string | null | undefined;
31
30
  bin?: string | null | undefined;
31
+ reversible?: string | null | undefined;
32
32
  last4?: string | null | undefined;
33
33
  issuer?: string | null | undefined;
34
34
  identification?: string | null | undefined;
@@ -42,9 +42,9 @@ declare const IuguChargeSchema: z.ZodObject<{
42
42
  pdf: string;
43
43
  invoice_id: string;
44
44
  LR: string;
45
- reversible?: string | null | undefined;
46
45
  brand?: string | null | undefined;
47
46
  bin?: string | null | undefined;
47
+ reversible?: string | null | undefined;
48
48
  last4?: string | null | undefined;
49
49
  issuer?: string | null | undefined;
50
50
  identification?: string | null | undefined;
@@ -26,9 +26,9 @@ declare const IuguChargeSchema: z.ZodObject<{
26
26
  pdf: string;
27
27
  invoice_id: string;
28
28
  LR: string;
29
- reversible?: string | null | undefined;
30
29
  brand?: string | null | undefined;
31
30
  bin?: string | null | undefined;
31
+ reversible?: string | null | undefined;
32
32
  last4?: string | null | undefined;
33
33
  issuer?: string | null | undefined;
34
34
  identification?: string | null | undefined;
@@ -42,9 +42,9 @@ declare const IuguChargeSchema: z.ZodObject<{
42
42
  pdf: string;
43
43
  invoice_id: string;
44
44
  LR: string;
45
- reversible?: string | null | undefined;
46
45
  brand?: string | null | undefined;
47
46
  bin?: string | null | undefined;
47
+ reversible?: string | null | undefined;
48
48
  last4?: string | null | undefined;
49
49
  issuer?: string | null | undefined;
50
50
  identification?: string | null | undefined;
@@ -12,9 +12,9 @@ declare const dataSchema: z.ZodObject<{
12
12
  masked_number: z.ZodString;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  brand: string;
15
- bin: string;
16
15
  holder_name: string;
17
16
  display_number: string;
17
+ bin: string;
18
18
  year: number;
19
19
  month: number;
20
20
  last_digits: string;
@@ -22,9 +22,9 @@ declare const dataSchema: z.ZodObject<{
22
22
  masked_number: string;
23
23
  }, {
24
24
  brand: string;
25
- bin: string;
26
25
  holder_name: string;
27
26
  display_number: string;
27
+ bin: string;
28
28
  year: number;
29
29
  month: number;
30
30
  last_digits: string;
@@ -47,9 +47,9 @@ declare const paymentMethodSchema: z.ZodObject<{
47
47
  masked_number: z.ZodString;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  brand: string;
50
- bin: string;
51
50
  holder_name: string;
52
51
  display_number: string;
52
+ bin: string;
53
53
  year: number;
54
54
  month: number;
55
55
  last_digits: string;
@@ -57,9 +57,9 @@ declare const paymentMethodSchema: z.ZodObject<{
57
57
  masked_number: string;
58
58
  }, {
59
59
  brand: string;
60
- bin: string;
61
60
  holder_name: string;
62
61
  display_number: string;
62
+ bin: string;
63
63
  year: number;
64
64
  month: number;
65
65
  last_digits: string;
@@ -72,9 +72,9 @@ declare const paymentMethodSchema: z.ZodObject<{
72
72
  item_type: string;
73
73
  data: {
74
74
  brand: string;
75
- bin: string;
76
75
  holder_name: string;
77
76
  display_number: string;
77
+ bin: string;
78
78
  year: number;
79
79
  month: number;
80
80
  last_digits: string;
@@ -87,9 +87,9 @@ declare const paymentMethodSchema: z.ZodObject<{
87
87
  item_type: string;
88
88
  data: {
89
89
  brand: string;
90
- bin: string;
91
90
  holder_name: string;
92
91
  display_number: string;
92
+ bin: string;
93
93
  year: number;
94
94
  month: number;
95
95
  last_digits: string;
@@ -139,9 +139,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
139
139
  masked_number: z.ZodString;
140
140
  }, "strip", z.ZodTypeAny, {
141
141
  brand: string;
142
- bin: string;
143
142
  holder_name: string;
144
143
  display_number: string;
144
+ bin: string;
145
145
  year: number;
146
146
  month: number;
147
147
  last_digits: string;
@@ -149,9 +149,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
149
149
  masked_number: string;
150
150
  }, {
151
151
  brand: string;
152
- bin: string;
153
152
  holder_name: string;
154
153
  display_number: string;
154
+ bin: string;
155
155
  year: number;
156
156
  month: number;
157
157
  last_digits: string;
@@ -164,9 +164,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
164
164
  item_type: string;
165
165
  data: {
166
166
  brand: string;
167
- bin: string;
168
167
  holder_name: string;
169
168
  display_number: string;
169
+ bin: string;
170
170
  year: number;
171
171
  month: number;
172
172
  last_digits: string;
@@ -179,9 +179,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
179
179
  item_type: string;
180
180
  data: {
181
181
  brand: string;
182
- bin: string;
183
182
  holder_name: string;
184
183
  display_number: string;
184
+ bin: string;
185
185
  year: number;
186
186
  month: number;
187
187
  last_digits: string;
@@ -216,9 +216,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
216
216
  item_type: string;
217
217
  data: {
218
218
  brand: string;
219
- bin: string;
220
219
  holder_name: string;
221
220
  display_number: string;
221
+ bin: string;
222
222
  year: number;
223
223
  month: number;
224
224
  last_digits: string;
@@ -253,9 +253,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
253
253
  item_type: string;
254
254
  data: {
255
255
  brand: string;
256
- bin: string;
257
256
  holder_name: string;
258
257
  display_number: string;
258
+ bin: string;
259
259
  year: number;
260
260
  month: number;
261
261
  last_digits: string;
@@ -12,9 +12,9 @@ declare const dataSchema: z.ZodObject<{
12
12
  masked_number: z.ZodString;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  brand: string;
15
- bin: string;
16
15
  holder_name: string;
17
16
  display_number: string;
17
+ bin: string;
18
18
  year: number;
19
19
  month: number;
20
20
  last_digits: string;
@@ -22,9 +22,9 @@ declare const dataSchema: z.ZodObject<{
22
22
  masked_number: string;
23
23
  }, {
24
24
  brand: string;
25
- bin: string;
26
25
  holder_name: string;
27
26
  display_number: string;
27
+ bin: string;
28
28
  year: number;
29
29
  month: number;
30
30
  last_digits: string;
@@ -47,9 +47,9 @@ declare const paymentMethodSchema: z.ZodObject<{
47
47
  masked_number: z.ZodString;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  brand: string;
50
- bin: string;
51
50
  holder_name: string;
52
51
  display_number: string;
52
+ bin: string;
53
53
  year: number;
54
54
  month: number;
55
55
  last_digits: string;
@@ -57,9 +57,9 @@ declare const paymentMethodSchema: z.ZodObject<{
57
57
  masked_number: string;
58
58
  }, {
59
59
  brand: string;
60
- bin: string;
61
60
  holder_name: string;
62
61
  display_number: string;
62
+ bin: string;
63
63
  year: number;
64
64
  month: number;
65
65
  last_digits: string;
@@ -72,9 +72,9 @@ declare const paymentMethodSchema: z.ZodObject<{
72
72
  item_type: string;
73
73
  data: {
74
74
  brand: string;
75
- bin: string;
76
75
  holder_name: string;
77
76
  display_number: string;
77
+ bin: string;
78
78
  year: number;
79
79
  month: number;
80
80
  last_digits: string;
@@ -87,9 +87,9 @@ declare const paymentMethodSchema: z.ZodObject<{
87
87
  item_type: string;
88
88
  data: {
89
89
  brand: string;
90
- bin: string;
91
90
  holder_name: string;
92
91
  display_number: string;
92
+ bin: string;
93
93
  year: number;
94
94
  month: number;
95
95
  last_digits: string;
@@ -139,9 +139,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
139
139
  masked_number: z.ZodString;
140
140
  }, "strip", z.ZodTypeAny, {
141
141
  brand: string;
142
- bin: string;
143
142
  holder_name: string;
144
143
  display_number: string;
144
+ bin: string;
145
145
  year: number;
146
146
  month: number;
147
147
  last_digits: string;
@@ -149,9 +149,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
149
149
  masked_number: string;
150
150
  }, {
151
151
  brand: string;
152
- bin: string;
153
152
  holder_name: string;
154
153
  display_number: string;
154
+ bin: string;
155
155
  year: number;
156
156
  month: number;
157
157
  last_digits: string;
@@ -164,9 +164,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
164
164
  item_type: string;
165
165
  data: {
166
166
  brand: string;
167
- bin: string;
168
167
  holder_name: string;
169
168
  display_number: string;
169
+ bin: string;
170
170
  year: number;
171
171
  month: number;
172
172
  last_digits: string;
@@ -179,9 +179,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
179
179
  item_type: string;
180
180
  data: {
181
181
  brand: string;
182
- bin: string;
183
182
  holder_name: string;
184
183
  display_number: string;
184
+ bin: string;
185
185
  year: number;
186
186
  month: number;
187
187
  last_digits: string;
@@ -216,9 +216,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
216
216
  item_type: string;
217
217
  data: {
218
218
  brand: string;
219
- bin: string;
220
219
  holder_name: string;
221
220
  display_number: string;
221
+ bin: string;
222
222
  year: number;
223
223
  month: number;
224
224
  last_digits: string;
@@ -253,9 +253,9 @@ declare const IuguClientSchema: z.ZodObject<z.objectUtil.extendShape<{
253
253
  item_type: string;
254
254
  data: {
255
255
  brand: string;
256
- bin: string;
257
256
  holder_name: string;
258
257
  display_number: string;
258
+ bin: string;
259
259
  year: number;
260
260
  month: number;
261
261
  last_digits: string;
@@ -116,28 +116,28 @@ declare const ModuleSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
116
116
  order?: number | null | undefined;
117
117
  createAt?: FirebaseFirestore.Timestamp | undefined;
118
118
  updateAt?: FirebaseFirestore.Timestamp | undefined;
119
+ publishOnDate?: FirebaseFirestore.Timestamp | undefined;
119
120
  previous?: {
120
121
  id?: string | null | undefined;
121
122
  order?: number | null | undefined;
122
123
  createAt?: FirebaseFirestore.Timestamp | undefined;
123
124
  updateAt?: FirebaseFirestore.Timestamp | undefined;
124
125
  }[] | undefined;
125
- publishOnDate?: FirebaseFirestore.Timestamp | undefined;
126
126
  }, {
127
127
  title: string;
128
128
  id?: string | null | undefined;
129
129
  order?: number | null | undefined;
130
130
  createAt?: unknown;
131
131
  updateAt?: unknown;
132
+ publishOnDate?: unknown;
133
+ published?: boolean | undefined;
134
+ isPrivate?: boolean | undefined;
132
135
  previous?: {
133
136
  id?: string | null | undefined;
134
137
  order?: number | null | undefined;
135
138
  createAt?: unknown;
136
139
  updateAt?: unknown;
137
140
  }[] | undefined;
138
- publishOnDate?: unknown;
139
- published?: boolean | undefined;
140
- isPrivate?: boolean | undefined;
141
141
  }>;
142
142
  declare const JourneyContentTypeSchema: z.ZodEnum<["video", "file", "audio", "text", "soundcloud", "youtube", "form"]>;
143
143
  declare const ActivitySchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -163,11 +163,11 @@ declare const ActivitySchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
163
163
  publishOnDate: z.ZodOptional<z.ZodEffects<z.ZodType<FirebaseFirestore.Timestamp, z.ZodTypeDef, FirebaseFirestore.Timestamp>, FirebaseFirestore.Timestamp, unknown>>;
164
164
  published: z.ZodDefault<z.ZodBoolean>;
165
165
  }>>, "strip", z.ZodTypeAny, {
166
- enabled: boolean;
167
166
  published: boolean;
168
167
  title: string;
169
168
  contentType: "video" | "file" | "audio" | "text" | "soundcloud" | "youtube" | "form";
170
169
  content: string;
170
+ enabled: boolean;
171
171
  hideComments: boolean;
172
172
  id?: string | null | undefined;
173
173
  order?: number | null | undefined;
@@ -185,12 +185,12 @@ declare const ActivitySchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
185
185
  order?: number | null | undefined;
186
186
  createAt?: unknown;
187
187
  updateAt?: unknown;
188
- enabled?: boolean | undefined;
189
188
  publishOnDate?: unknown;
190
189
  published?: boolean | undefined;
191
190
  description?: string | undefined;
192
191
  secondContent?: string | undefined;
193
192
  backupContent?: string | undefined;
193
+ enabled?: boolean | undefined;
194
194
  hideComments?: boolean | undefined;
195
195
  }>;
196
196
  type Module = z.infer<typeof ModuleSchema>;
@@ -257,11 +257,11 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
257
257
  publishOnDate: z.ZodOptional<z.ZodEffects<z.ZodType<FirebaseFirestore.Timestamp, z.ZodTypeDef, FirebaseFirestore.Timestamp>, FirebaseFirestore.Timestamp, unknown>>;
258
258
  published: z.ZodDefault<z.ZodBoolean>;
259
259
  }>>, "strip", z.ZodTypeAny, {
260
- enabled: boolean;
261
260
  published: boolean;
262
261
  title: string;
263
262
  contentType: "video" | "file" | "audio" | "text" | "soundcloud" | "youtube" | "form";
264
263
  content: string;
264
+ enabled: boolean;
265
265
  hideComments: boolean;
266
266
  id?: string | null | undefined;
267
267
  order?: number | null | undefined;
@@ -279,12 +279,12 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
279
279
  order?: number | null | undefined;
280
280
  createAt?: unknown;
281
281
  updateAt?: unknown;
282
- enabled?: boolean | undefined;
283
282
  publishOnDate?: unknown;
284
283
  published?: boolean | undefined;
285
284
  description?: string | undefined;
286
285
  secondContent?: string | undefined;
287
286
  backupContent?: string | undefined;
287
+ enabled?: boolean | undefined;
288
288
  hideComments?: boolean | undefined;
289
289
  }>, "many">;
290
290
  }>, "strip", z.ZodTypeAny, {
@@ -292,11 +292,11 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
292
292
  title: string;
293
293
  isPrivate: boolean;
294
294
  activities: {
295
- enabled: boolean;
296
295
  published: boolean;
297
296
  title: string;
298
297
  contentType: "video" | "file" | "audio" | "text" | "soundcloud" | "youtube" | "form";
299
298
  content: string;
299
+ enabled: boolean;
300
300
  hideComments: boolean;
301
301
  id?: string | null | undefined;
302
302
  order?: number | null | undefined;
@@ -311,13 +311,13 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
311
311
  order?: number | null | undefined;
312
312
  createAt?: FirebaseFirestore.Timestamp | undefined;
313
313
  updateAt?: FirebaseFirestore.Timestamp | undefined;
314
+ publishOnDate?: FirebaseFirestore.Timestamp | undefined;
314
315
  previous?: {
315
316
  id?: string | null | undefined;
316
317
  order?: number | null | undefined;
317
318
  createAt?: FirebaseFirestore.Timestamp | undefined;
318
319
  updateAt?: FirebaseFirestore.Timestamp | undefined;
319
320
  }[] | undefined;
320
- publishOnDate?: FirebaseFirestore.Timestamp | undefined;
321
321
  }, {
322
322
  title: string;
323
323
  activities: {
@@ -328,27 +328,27 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
328
328
  order?: number | null | undefined;
329
329
  createAt?: unknown;
330
330
  updateAt?: unknown;
331
- enabled?: boolean | undefined;
332
331
  publishOnDate?: unknown;
333
332
  published?: boolean | undefined;
334
333
  description?: string | undefined;
335
334
  secondContent?: string | undefined;
336
335
  backupContent?: string | undefined;
336
+ enabled?: boolean | undefined;
337
337
  hideComments?: boolean | undefined;
338
338
  }[];
339
339
  id?: string | null | undefined;
340
340
  order?: number | null | undefined;
341
341
  createAt?: unknown;
342
342
  updateAt?: unknown;
343
+ publishOnDate?: unknown;
344
+ published?: boolean | undefined;
345
+ isPrivate?: boolean | undefined;
343
346
  previous?: {
344
347
  id?: string | null | undefined;
345
348
  order?: number | null | undefined;
346
349
  createAt?: unknown;
347
350
  updateAt?: unknown;
348
351
  }[] | undefined;
349
- publishOnDate?: unknown;
350
- published?: boolean | undefined;
351
- isPrivate?: boolean | undefined;
352
352
  }>;
353
353
  type ModuleWithActivities = z.infer<typeof ModuleWithActivities>;
354
354
  type Activity = z.infer<typeof ActivitySchema>;
@@ -116,28 +116,28 @@ declare const ModuleSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.ex
116
116
  order?: number | null | undefined;
117
117
  createAt?: FirebaseFirestore.Timestamp | undefined;
118
118
  updateAt?: FirebaseFirestore.Timestamp | undefined;
119
+ publishOnDate?: FirebaseFirestore.Timestamp | undefined;
119
120
  previous?: {
120
121
  id?: string | null | undefined;
121
122
  order?: number | null | undefined;
122
123
  createAt?: FirebaseFirestore.Timestamp | undefined;
123
124
  updateAt?: FirebaseFirestore.Timestamp | undefined;
124
125
  }[] | undefined;
125
- publishOnDate?: FirebaseFirestore.Timestamp | undefined;
126
126
  }, {
127
127
  title: string;
128
128
  id?: string | null | undefined;
129
129
  order?: number | null | undefined;
130
130
  createAt?: unknown;
131
131
  updateAt?: unknown;
132
+ publishOnDate?: unknown;
133
+ published?: boolean | undefined;
134
+ isPrivate?: boolean | undefined;
132
135
  previous?: {
133
136
  id?: string | null | undefined;
134
137
  order?: number | null | undefined;
135
138
  createAt?: unknown;
136
139
  updateAt?: unknown;
137
140
  }[] | undefined;
138
- publishOnDate?: unknown;
139
- published?: boolean | undefined;
140
- isPrivate?: boolean | undefined;
141
141
  }>;
142
142
  declare const JourneyContentTypeSchema: z.ZodEnum<["video", "file", "audio", "text", "soundcloud", "youtube", "form"]>;
143
143
  declare const ActivitySchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -163,11 +163,11 @@ declare const ActivitySchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
163
163
  publishOnDate: z.ZodOptional<z.ZodEffects<z.ZodType<FirebaseFirestore.Timestamp, z.ZodTypeDef, FirebaseFirestore.Timestamp>, FirebaseFirestore.Timestamp, unknown>>;
164
164
  published: z.ZodDefault<z.ZodBoolean>;
165
165
  }>>, "strip", z.ZodTypeAny, {
166
- enabled: boolean;
167
166
  published: boolean;
168
167
  title: string;
169
168
  contentType: "video" | "file" | "audio" | "text" | "soundcloud" | "youtube" | "form";
170
169
  content: string;
170
+ enabled: boolean;
171
171
  hideComments: boolean;
172
172
  id?: string | null | undefined;
173
173
  order?: number | null | undefined;
@@ -185,12 +185,12 @@ declare const ActivitySchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
185
185
  order?: number | null | undefined;
186
186
  createAt?: unknown;
187
187
  updateAt?: unknown;
188
- enabled?: boolean | undefined;
189
188
  publishOnDate?: unknown;
190
189
  published?: boolean | undefined;
191
190
  description?: string | undefined;
192
191
  secondContent?: string | undefined;
193
192
  backupContent?: string | undefined;
193
+ enabled?: boolean | undefined;
194
194
  hideComments?: boolean | undefined;
195
195
  }>;
196
196
  type Module = z.infer<typeof ModuleSchema>;
@@ -257,11 +257,11 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
257
257
  publishOnDate: z.ZodOptional<z.ZodEffects<z.ZodType<FirebaseFirestore.Timestamp, z.ZodTypeDef, FirebaseFirestore.Timestamp>, FirebaseFirestore.Timestamp, unknown>>;
258
258
  published: z.ZodDefault<z.ZodBoolean>;
259
259
  }>>, "strip", z.ZodTypeAny, {
260
- enabled: boolean;
261
260
  published: boolean;
262
261
  title: string;
263
262
  contentType: "video" | "file" | "audio" | "text" | "soundcloud" | "youtube" | "form";
264
263
  content: string;
264
+ enabled: boolean;
265
265
  hideComments: boolean;
266
266
  id?: string | null | undefined;
267
267
  order?: number | null | undefined;
@@ -279,12 +279,12 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
279
279
  order?: number | null | undefined;
280
280
  createAt?: unknown;
281
281
  updateAt?: unknown;
282
- enabled?: boolean | undefined;
283
282
  publishOnDate?: unknown;
284
283
  published?: boolean | undefined;
285
284
  description?: string | undefined;
286
285
  secondContent?: string | undefined;
287
286
  backupContent?: string | undefined;
287
+ enabled?: boolean | undefined;
288
288
  hideComments?: boolean | undefined;
289
289
  }>, "many">;
290
290
  }>, "strip", z.ZodTypeAny, {
@@ -292,11 +292,11 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
292
292
  title: string;
293
293
  isPrivate: boolean;
294
294
  activities: {
295
- enabled: boolean;
296
295
  published: boolean;
297
296
  title: string;
298
297
  contentType: "video" | "file" | "audio" | "text" | "soundcloud" | "youtube" | "form";
299
298
  content: string;
299
+ enabled: boolean;
300
300
  hideComments: boolean;
301
301
  id?: string | null | undefined;
302
302
  order?: number | null | undefined;
@@ -311,13 +311,13 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
311
311
  order?: number | null | undefined;
312
312
  createAt?: FirebaseFirestore.Timestamp | undefined;
313
313
  updateAt?: FirebaseFirestore.Timestamp | undefined;
314
+ publishOnDate?: FirebaseFirestore.Timestamp | undefined;
314
315
  previous?: {
315
316
  id?: string | null | undefined;
316
317
  order?: number | null | undefined;
317
318
  createAt?: FirebaseFirestore.Timestamp | undefined;
318
319
  updateAt?: FirebaseFirestore.Timestamp | undefined;
319
320
  }[] | undefined;
320
- publishOnDate?: FirebaseFirestore.Timestamp | undefined;
321
321
  }, {
322
322
  title: string;
323
323
  activities: {
@@ -328,27 +328,27 @@ declare const ModuleWithActivities: z.ZodObject<z.objectUtil.extendShape<z.objec
328
328
  order?: number | null | undefined;
329
329
  createAt?: unknown;
330
330
  updateAt?: unknown;
331
- enabled?: boolean | undefined;
332
331
  publishOnDate?: unknown;
333
332
  published?: boolean | undefined;
334
333
  description?: string | undefined;
335
334
  secondContent?: string | undefined;
336
335
  backupContent?: string | undefined;
336
+ enabled?: boolean | undefined;
337
337
  hideComments?: boolean | undefined;
338
338
  }[];
339
339
  id?: string | null | undefined;
340
340
  order?: number | null | undefined;
341
341
  createAt?: unknown;
342
342
  updateAt?: unknown;
343
+ publishOnDate?: unknown;
344
+ published?: boolean | undefined;
345
+ isPrivate?: boolean | undefined;
343
346
  previous?: {
344
347
  id?: string | null | undefined;
345
348
  order?: number | null | undefined;
346
349
  createAt?: unknown;
347
350
  updateAt?: unknown;
348
351
  }[] | undefined;
349
- publishOnDate?: unknown;
350
- published?: boolean | undefined;
351
- isPrivate?: boolean | undefined;
352
352
  }>;
353
353
  type ModuleWithActivities = z.infer<typeof ModuleWithActivities>;
354
354
  type Activity = z.infer<typeof ActivitySchema>;
@@ -551,10 +551,10 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
551
551
  order?: number | null | undefined;
552
552
  createAt?: FirebaseFirestore.Timestamp | undefined;
553
553
  updateAt?: FirebaseFirestore.Timestamp | undefined;
554
+ lastNewsDate?: FirebaseFirestore.Timestamp | undefined;
555
+ enabled?: boolean | undefined;
554
556
  email?: string | undefined;
555
557
  name?: string | undefined;
556
- enabled?: boolean | undefined;
557
- lastNewsDate?: FirebaseFirestore.Timestamp | undefined;
558
558
  password?: string | undefined;
559
559
  phone?: string | undefined;
560
560
  userHash?: string | null | undefined;
@@ -564,10 +564,10 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
564
564
  order?: number | null | undefined;
565
565
  createAt?: unknown;
566
566
  updateAt?: unknown;
567
+ lastNewsDate?: unknown;
568
+ enabled?: boolean | undefined;
567
569
  email?: string | undefined;
568
570
  name?: string | undefined;
569
- enabled?: boolean | undefined;
570
- lastNewsDate?: unknown;
571
571
  password?: string | undefined;
572
572
  phone?: string | undefined;
573
573
  userHash?: string | null | undefined;
@@ -575,16 +575,17 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
575
575
  }>;
576
576
  coupon: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
577
577
  portalEmail: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
578
+ answeredSurvey: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodBoolean>>>;
578
579
  }>, "strip", z.ZodTypeAny, {
579
580
  user: {
580
581
  id?: string | null | undefined;
581
582
  order?: number | null | undefined;
582
583
  createAt?: FirebaseFirestore.Timestamp | undefined;
583
584
  updateAt?: FirebaseFirestore.Timestamp | undefined;
585
+ lastNewsDate?: FirebaseFirestore.Timestamp | undefined;
586
+ enabled?: boolean | undefined;
584
587
  email?: string | undefined;
585
588
  name?: string | undefined;
586
- enabled?: boolean | undefined;
587
- lastNewsDate?: FirebaseFirestore.Timestamp | undefined;
588
589
  password?: string | undefined;
589
590
  phone?: string | undefined;
590
591
  userHash?: string | null | undefined;
@@ -749,16 +750,17 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
749
750
  updateAt?: FirebaseFirestore.Timestamp | undefined;
750
751
  coupon?: string | null | undefined;
751
752
  portalEmail?: string | null | undefined;
753
+ answeredSurvey?: boolean | null | undefined;
752
754
  }, {
753
755
  user: {
754
756
  id?: string | null | undefined;
755
757
  order?: number | null | undefined;
756
758
  createAt?: unknown;
757
759
  updateAt?: unknown;
760
+ lastNewsDate?: unknown;
761
+ enabled?: boolean | undefined;
758
762
  email?: string | undefined;
759
763
  name?: string | undefined;
760
- enabled?: boolean | undefined;
761
- lastNewsDate?: unknown;
762
764
  password?: string | undefined;
763
765
  phone?: string | undefined;
764
766
  userHash?: string | null | undefined;
@@ -923,6 +925,7 @@ declare const SubscriptionSchema: z.ZodObject<z.objectUtil.extendShape<{
923
925
  updateAt?: unknown;
924
926
  coupon?: string | null | undefined;
925
927
  portalEmail?: string | null | undefined;
928
+ answeredSurvey?: boolean | null | undefined;
926
929
  }>;
927
930
  type Subscription = z.infer<typeof SubscriptionSchema>;
928
931