@opencrvs/toolkit 1.9.5-rc.cae76cc → 1.9.5-rc.d427762
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/commons/api/router.d.ts +18 -18
- package/dist/commons/events/CountryConfigQueryInput.d.ts +350 -350
- package/dist/commons/events/FieldConfig.d.ts +38 -38
- package/dist/commons/events/TemplateConfig.d.ts +2 -2
- package/dist/commons/events/WorkqueueConfig.d.ts +525 -525
- package/dist/conditionals/index.js +2 -2
- package/dist/events/index.js +3 -3
- package/dist/notification/index.js +2 -2
- package/package.json +1 -1
|
@@ -172,148 +172,148 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
172
172
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
173
173
|
type: z.ZodLiteral<"within">;
|
|
174
174
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
175
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
175
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
176
176
|
$location: z.ZodOptional<z.ZodString>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
|
-
$userField: "
|
|
178
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
179
179
|
$location?: string | undefined;
|
|
180
180
|
}, {
|
|
181
|
-
$userField: "
|
|
181
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
182
182
|
$location?: string | undefined;
|
|
183
183
|
}>]>;
|
|
184
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
185
|
type: "within";
|
|
186
186
|
location: string | {
|
|
187
|
-
$userField: "
|
|
187
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
188
188
|
$location?: string | undefined;
|
|
189
189
|
};
|
|
190
190
|
}, {
|
|
191
191
|
type: "within";
|
|
192
192
|
location: string | {
|
|
193
|
-
$userField: "
|
|
193
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
194
194
|
$location?: string | undefined;
|
|
195
195
|
};
|
|
196
196
|
}>, z.ZodObject<{
|
|
197
197
|
type: z.ZodLiteral<"exact">;
|
|
198
198
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
199
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
199
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
200
200
|
$location: z.ZodOptional<z.ZodString>;
|
|
201
201
|
}, "strip", z.ZodTypeAny, {
|
|
202
|
-
$userField: "
|
|
202
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
203
203
|
$location?: string | undefined;
|
|
204
204
|
}, {
|
|
205
|
-
$userField: "
|
|
205
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
206
206
|
$location?: string | undefined;
|
|
207
207
|
}>]>;
|
|
208
208
|
}, "strip", z.ZodTypeAny, {
|
|
209
209
|
type: "exact";
|
|
210
210
|
term: string | {
|
|
211
|
-
$userField: "
|
|
211
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
212
212
|
$location?: string | undefined;
|
|
213
213
|
};
|
|
214
214
|
}, {
|
|
215
215
|
type: "exact";
|
|
216
216
|
term: string | {
|
|
217
|
-
$userField: "
|
|
217
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
218
218
|
$location?: string | undefined;
|
|
219
219
|
};
|
|
220
220
|
}>]>>>;
|
|
221
221
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
222
222
|
type: z.ZodLiteral<"within">;
|
|
223
223
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
224
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
224
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
225
225
|
$location: z.ZodOptional<z.ZodString>;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
|
-
$userField: "
|
|
227
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
228
228
|
$location?: string | undefined;
|
|
229
229
|
}, {
|
|
230
|
-
$userField: "
|
|
230
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
231
231
|
$location?: string | undefined;
|
|
232
232
|
}>]>;
|
|
233
233
|
}, "strip", z.ZodTypeAny, {
|
|
234
234
|
type: "within";
|
|
235
235
|
location: string | {
|
|
236
|
-
$userField: "
|
|
236
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
237
237
|
$location?: string | undefined;
|
|
238
238
|
};
|
|
239
239
|
}, {
|
|
240
240
|
type: "within";
|
|
241
241
|
location: string | {
|
|
242
|
-
$userField: "
|
|
242
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
243
243
|
$location?: string | undefined;
|
|
244
244
|
};
|
|
245
245
|
}>, z.ZodObject<{
|
|
246
246
|
type: z.ZodLiteral<"exact">;
|
|
247
247
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
248
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
248
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
249
249
|
$location: z.ZodOptional<z.ZodString>;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
|
-
$userField: "
|
|
251
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
252
252
|
$location?: string | undefined;
|
|
253
253
|
}, {
|
|
254
|
-
$userField: "
|
|
254
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
255
255
|
$location?: string | undefined;
|
|
256
256
|
}>]>;
|
|
257
257
|
}, "strip", z.ZodTypeAny, {
|
|
258
258
|
type: "exact";
|
|
259
259
|
term: string | {
|
|
260
|
-
$userField: "
|
|
260
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
261
261
|
$location?: string | undefined;
|
|
262
262
|
};
|
|
263
263
|
}, {
|
|
264
264
|
type: "exact";
|
|
265
265
|
term: string | {
|
|
266
|
-
$userField: "
|
|
266
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
267
267
|
$location?: string | undefined;
|
|
268
268
|
};
|
|
269
269
|
}>]>>>;
|
|
270
270
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
271
271
|
type: z.ZodLiteral<"exact">;
|
|
272
272
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
273
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
273
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
274
274
|
$location: z.ZodOptional<z.ZodString>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
-
$userField: "
|
|
276
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
277
277
|
$location?: string | undefined;
|
|
278
278
|
}, {
|
|
279
|
-
$userField: "
|
|
279
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
280
280
|
$location?: string | undefined;
|
|
281
281
|
}>]>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
type: "exact";
|
|
284
284
|
term: string | {
|
|
285
|
-
$userField: "
|
|
285
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
286
286
|
$location?: string | undefined;
|
|
287
287
|
};
|
|
288
288
|
}, {
|
|
289
289
|
type: "exact";
|
|
290
290
|
term: string | {
|
|
291
|
-
$userField: "
|
|
291
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
292
292
|
$location?: string | undefined;
|
|
293
293
|
};
|
|
294
294
|
}>>>;
|
|
295
295
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
296
296
|
type: z.ZodLiteral<"exact">;
|
|
297
297
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
298
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
298
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
299
299
|
$location: z.ZodOptional<z.ZodString>;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
-
$userField: "
|
|
301
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
302
302
|
$location?: string | undefined;
|
|
303
303
|
}, {
|
|
304
|
-
$userField: "
|
|
304
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
305
305
|
$location?: string | undefined;
|
|
306
306
|
}>]>;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
308
|
type: "exact";
|
|
309
309
|
term: string | {
|
|
310
|
-
$userField: "
|
|
310
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
311
311
|
$location?: string | undefined;
|
|
312
312
|
};
|
|
313
313
|
}, {
|
|
314
314
|
type: "exact";
|
|
315
315
|
term: string | {
|
|
316
|
-
$userField: "
|
|
316
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
317
317
|
$location?: string | undefined;
|
|
318
318
|
};
|
|
319
319
|
}>>>;
|
|
@@ -330,25 +330,25 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
330
330
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
331
331
|
type: z.ZodLiteral<"exact">;
|
|
332
332
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
333
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
333
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
334
334
|
$location: z.ZodOptional<z.ZodString>;
|
|
335
335
|
}, "strip", z.ZodTypeAny, {
|
|
336
|
-
$userField: "
|
|
336
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
337
337
|
$location?: string | undefined;
|
|
338
338
|
}, {
|
|
339
|
-
$userField: "
|
|
339
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
340
340
|
$location?: string | undefined;
|
|
341
341
|
}>]>;
|
|
342
342
|
}, "strip", z.ZodTypeAny, {
|
|
343
343
|
type: "exact";
|
|
344
344
|
term: string | {
|
|
345
|
-
$userField: "
|
|
345
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
346
346
|
$location?: string | undefined;
|
|
347
347
|
};
|
|
348
348
|
}, {
|
|
349
349
|
type: "exact";
|
|
350
350
|
term: string | {
|
|
351
|
-
$userField: "
|
|
351
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
352
352
|
$location?: string | undefined;
|
|
353
353
|
};
|
|
354
354
|
}>>>;
|
|
@@ -412,27 +412,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
412
412
|
createdBy?: {
|
|
413
413
|
type: "exact";
|
|
414
414
|
term: string | {
|
|
415
|
-
$userField: "
|
|
415
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
416
416
|
$location?: string | undefined;
|
|
417
417
|
};
|
|
418
418
|
} | undefined;
|
|
419
419
|
createdAtLocation?: {
|
|
420
420
|
type: "exact";
|
|
421
421
|
term: string | {
|
|
422
|
-
$userField: "
|
|
422
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
423
423
|
$location?: string | undefined;
|
|
424
424
|
};
|
|
425
425
|
} | {
|
|
426
426
|
type: "within";
|
|
427
427
|
location: string | {
|
|
428
|
-
$userField: "
|
|
428
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
429
429
|
$location?: string | undefined;
|
|
430
430
|
};
|
|
431
431
|
} | undefined;
|
|
432
432
|
assignedTo?: {
|
|
433
433
|
type: "exact";
|
|
434
434
|
term: string | {
|
|
435
|
-
$userField: "
|
|
435
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
436
436
|
$location?: string | undefined;
|
|
437
437
|
};
|
|
438
438
|
} | undefined;
|
|
@@ -454,20 +454,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
454
454
|
updatedAtLocation?: {
|
|
455
455
|
type: "exact";
|
|
456
456
|
term: string | {
|
|
457
|
-
$userField: "
|
|
457
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
458
458
|
$location?: string | undefined;
|
|
459
459
|
};
|
|
460
460
|
} | {
|
|
461
461
|
type: "within";
|
|
462
462
|
location: string | {
|
|
463
|
-
$userField: "
|
|
463
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
464
464
|
$location?: string | undefined;
|
|
465
465
|
};
|
|
466
466
|
} | undefined;
|
|
467
467
|
updatedBy?: {
|
|
468
468
|
type: "exact";
|
|
469
469
|
term: string | {
|
|
470
|
-
$userField: "
|
|
470
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
471
471
|
$location?: string | undefined;
|
|
472
472
|
};
|
|
473
473
|
} | undefined;
|
|
@@ -525,27 +525,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
525
525
|
createdBy?: {
|
|
526
526
|
type: "exact";
|
|
527
527
|
term: string | {
|
|
528
|
-
$userField: "
|
|
528
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
529
529
|
$location?: string | undefined;
|
|
530
530
|
};
|
|
531
531
|
} | undefined;
|
|
532
532
|
createdAtLocation?: {
|
|
533
533
|
type: "exact";
|
|
534
534
|
term: string | {
|
|
535
|
-
$userField: "
|
|
535
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
536
536
|
$location?: string | undefined;
|
|
537
537
|
};
|
|
538
538
|
} | {
|
|
539
539
|
type: "within";
|
|
540
540
|
location: string | {
|
|
541
|
-
$userField: "
|
|
541
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
542
542
|
$location?: string | undefined;
|
|
543
543
|
};
|
|
544
544
|
} | undefined;
|
|
545
545
|
assignedTo?: {
|
|
546
546
|
type: "exact";
|
|
547
547
|
term: string | {
|
|
548
|
-
$userField: "
|
|
548
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
549
549
|
$location?: string | undefined;
|
|
550
550
|
};
|
|
551
551
|
} | undefined;
|
|
@@ -567,20 +567,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
567
567
|
updatedAtLocation?: {
|
|
568
568
|
type: "exact";
|
|
569
569
|
term: string | {
|
|
570
|
-
$userField: "
|
|
570
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
571
571
|
$location?: string | undefined;
|
|
572
572
|
};
|
|
573
573
|
} | {
|
|
574
574
|
type: "within";
|
|
575
575
|
location: string | {
|
|
576
|
-
$userField: "
|
|
576
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
577
577
|
$location?: string | undefined;
|
|
578
578
|
};
|
|
579
579
|
} | undefined;
|
|
580
580
|
updatedBy?: {
|
|
581
581
|
type: "exact";
|
|
582
582
|
term: string | {
|
|
583
|
-
$userField: "
|
|
583
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
584
584
|
$location?: string | undefined;
|
|
585
585
|
};
|
|
586
586
|
} | undefined;
|
|
@@ -641,27 +641,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
641
641
|
createdBy?: {
|
|
642
642
|
type: "exact";
|
|
643
643
|
term: string | {
|
|
644
|
-
$userField: "
|
|
644
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
645
645
|
$location?: string | undefined;
|
|
646
646
|
};
|
|
647
647
|
} | undefined;
|
|
648
648
|
createdAtLocation?: {
|
|
649
649
|
type: "exact";
|
|
650
650
|
term: string | {
|
|
651
|
-
$userField: "
|
|
651
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
652
652
|
$location?: string | undefined;
|
|
653
653
|
};
|
|
654
654
|
} | {
|
|
655
655
|
type: "within";
|
|
656
656
|
location: string | {
|
|
657
|
-
$userField: "
|
|
657
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
658
658
|
$location?: string | undefined;
|
|
659
659
|
};
|
|
660
660
|
} | undefined;
|
|
661
661
|
assignedTo?: {
|
|
662
662
|
type: "exact";
|
|
663
663
|
term: string | {
|
|
664
|
-
$userField: "
|
|
664
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
665
665
|
$location?: string | undefined;
|
|
666
666
|
};
|
|
667
667
|
} | undefined;
|
|
@@ -683,20 +683,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
683
683
|
updatedAtLocation?: {
|
|
684
684
|
type: "exact";
|
|
685
685
|
term: string | {
|
|
686
|
-
$userField: "
|
|
686
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
687
687
|
$location?: string | undefined;
|
|
688
688
|
};
|
|
689
689
|
} | {
|
|
690
690
|
type: "within";
|
|
691
691
|
location: string | {
|
|
692
|
-
$userField: "
|
|
692
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
693
693
|
$location?: string | undefined;
|
|
694
694
|
};
|
|
695
695
|
} | undefined;
|
|
696
696
|
updatedBy?: {
|
|
697
697
|
type: "exact";
|
|
698
698
|
term: string | {
|
|
699
|
-
$userField: "
|
|
699
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
700
700
|
$location?: string | undefined;
|
|
701
701
|
};
|
|
702
702
|
} | undefined;
|
|
@@ -757,27 +757,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
757
757
|
createdBy?: {
|
|
758
758
|
type: "exact";
|
|
759
759
|
term: string | {
|
|
760
|
-
$userField: "
|
|
760
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
761
761
|
$location?: string | undefined;
|
|
762
762
|
};
|
|
763
763
|
} | undefined;
|
|
764
764
|
createdAtLocation?: {
|
|
765
765
|
type: "exact";
|
|
766
766
|
term: string | {
|
|
767
|
-
$userField: "
|
|
767
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
768
768
|
$location?: string | undefined;
|
|
769
769
|
};
|
|
770
770
|
} | {
|
|
771
771
|
type: "within";
|
|
772
772
|
location: string | {
|
|
773
|
-
$userField: "
|
|
773
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
774
774
|
$location?: string | undefined;
|
|
775
775
|
};
|
|
776
776
|
} | undefined;
|
|
777
777
|
assignedTo?: {
|
|
778
778
|
type: "exact";
|
|
779
779
|
term: string | {
|
|
780
|
-
$userField: "
|
|
780
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
781
781
|
$location?: string | undefined;
|
|
782
782
|
};
|
|
783
783
|
} | undefined;
|
|
@@ -799,20 +799,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
799
799
|
updatedAtLocation?: {
|
|
800
800
|
type: "exact";
|
|
801
801
|
term: string | {
|
|
802
|
-
$userField: "
|
|
802
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
803
803
|
$location?: string | undefined;
|
|
804
804
|
};
|
|
805
805
|
} | {
|
|
806
806
|
type: "within";
|
|
807
807
|
location: string | {
|
|
808
|
-
$userField: "
|
|
808
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
809
809
|
$location?: string | undefined;
|
|
810
810
|
};
|
|
811
811
|
} | undefined;
|
|
812
812
|
updatedBy?: {
|
|
813
813
|
type: "exact";
|
|
814
814
|
term: string | {
|
|
815
|
-
$userField: "
|
|
815
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
816
816
|
$location?: string | undefined;
|
|
817
817
|
};
|
|
818
818
|
} | undefined;
|
|
@@ -998,148 +998,148 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
998
998
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
999
999
|
type: z.ZodLiteral<"within">;
|
|
1000
1000
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1001
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
1001
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
1002
1002
|
$location: z.ZodOptional<z.ZodString>;
|
|
1003
1003
|
}, "strip", z.ZodTypeAny, {
|
|
1004
|
-
$userField: "
|
|
1004
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1005
1005
|
$location?: string | undefined;
|
|
1006
1006
|
}, {
|
|
1007
|
-
$userField: "
|
|
1007
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1008
1008
|
$location?: string | undefined;
|
|
1009
1009
|
}>]>;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
1011
|
type: "within";
|
|
1012
1012
|
location: string | {
|
|
1013
|
-
$userField: "
|
|
1013
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1014
1014
|
$location?: string | undefined;
|
|
1015
1015
|
};
|
|
1016
1016
|
}, {
|
|
1017
1017
|
type: "within";
|
|
1018
1018
|
location: string | {
|
|
1019
|
-
$userField: "
|
|
1019
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1020
1020
|
$location?: string | undefined;
|
|
1021
1021
|
};
|
|
1022
1022
|
}>, z.ZodObject<{
|
|
1023
1023
|
type: z.ZodLiteral<"exact">;
|
|
1024
1024
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1025
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
1025
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
1026
1026
|
$location: z.ZodOptional<z.ZodString>;
|
|
1027
1027
|
}, "strip", z.ZodTypeAny, {
|
|
1028
|
-
$userField: "
|
|
1028
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1029
1029
|
$location?: string | undefined;
|
|
1030
1030
|
}, {
|
|
1031
|
-
$userField: "
|
|
1031
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1032
1032
|
$location?: string | undefined;
|
|
1033
1033
|
}>]>;
|
|
1034
1034
|
}, "strip", z.ZodTypeAny, {
|
|
1035
1035
|
type: "exact";
|
|
1036
1036
|
term: string | {
|
|
1037
|
-
$userField: "
|
|
1037
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1038
1038
|
$location?: string | undefined;
|
|
1039
1039
|
};
|
|
1040
1040
|
}, {
|
|
1041
1041
|
type: "exact";
|
|
1042
1042
|
term: string | {
|
|
1043
|
-
$userField: "
|
|
1043
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1044
1044
|
$location?: string | undefined;
|
|
1045
1045
|
};
|
|
1046
1046
|
}>]>>>;
|
|
1047
1047
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
1048
1048
|
type: z.ZodLiteral<"within">;
|
|
1049
1049
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1050
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
1050
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
1051
1051
|
$location: z.ZodOptional<z.ZodString>;
|
|
1052
1052
|
}, "strip", z.ZodTypeAny, {
|
|
1053
|
-
$userField: "
|
|
1053
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1054
1054
|
$location?: string | undefined;
|
|
1055
1055
|
}, {
|
|
1056
|
-
$userField: "
|
|
1056
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1057
1057
|
$location?: string | undefined;
|
|
1058
1058
|
}>]>;
|
|
1059
1059
|
}, "strip", z.ZodTypeAny, {
|
|
1060
1060
|
type: "within";
|
|
1061
1061
|
location: string | {
|
|
1062
|
-
$userField: "
|
|
1062
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1063
1063
|
$location?: string | undefined;
|
|
1064
1064
|
};
|
|
1065
1065
|
}, {
|
|
1066
1066
|
type: "within";
|
|
1067
1067
|
location: string | {
|
|
1068
|
-
$userField: "
|
|
1068
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1069
1069
|
$location?: string | undefined;
|
|
1070
1070
|
};
|
|
1071
1071
|
}>, z.ZodObject<{
|
|
1072
1072
|
type: z.ZodLiteral<"exact">;
|
|
1073
1073
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1074
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
1074
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
1075
1075
|
$location: z.ZodOptional<z.ZodString>;
|
|
1076
1076
|
}, "strip", z.ZodTypeAny, {
|
|
1077
|
-
$userField: "
|
|
1077
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1078
1078
|
$location?: string | undefined;
|
|
1079
1079
|
}, {
|
|
1080
|
-
$userField: "
|
|
1080
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1081
1081
|
$location?: string | undefined;
|
|
1082
1082
|
}>]>;
|
|
1083
1083
|
}, "strip", z.ZodTypeAny, {
|
|
1084
1084
|
type: "exact";
|
|
1085
1085
|
term: string | {
|
|
1086
|
-
$userField: "
|
|
1086
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1087
1087
|
$location?: string | undefined;
|
|
1088
1088
|
};
|
|
1089
1089
|
}, {
|
|
1090
1090
|
type: "exact";
|
|
1091
1091
|
term: string | {
|
|
1092
|
-
$userField: "
|
|
1092
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1093
1093
|
$location?: string | undefined;
|
|
1094
1094
|
};
|
|
1095
1095
|
}>]>>>;
|
|
1096
1096
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1097
1097
|
type: z.ZodLiteral<"exact">;
|
|
1098
1098
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1099
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
1099
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
1100
1100
|
$location: z.ZodOptional<z.ZodString>;
|
|
1101
1101
|
}, "strip", z.ZodTypeAny, {
|
|
1102
|
-
$userField: "
|
|
1102
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1103
1103
|
$location?: string | undefined;
|
|
1104
1104
|
}, {
|
|
1105
|
-
$userField: "
|
|
1105
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1106
1106
|
$location?: string | undefined;
|
|
1107
1107
|
}>]>;
|
|
1108
1108
|
}, "strip", z.ZodTypeAny, {
|
|
1109
1109
|
type: "exact";
|
|
1110
1110
|
term: string | {
|
|
1111
|
-
$userField: "
|
|
1111
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1112
1112
|
$location?: string | undefined;
|
|
1113
1113
|
};
|
|
1114
1114
|
}, {
|
|
1115
1115
|
type: "exact";
|
|
1116
1116
|
term: string | {
|
|
1117
|
-
$userField: "
|
|
1117
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1118
1118
|
$location?: string | undefined;
|
|
1119
1119
|
};
|
|
1120
1120
|
}>>>;
|
|
1121
1121
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1122
1122
|
type: z.ZodLiteral<"exact">;
|
|
1123
1123
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1124
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
1124
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
1125
1125
|
$location: z.ZodOptional<z.ZodString>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
|
-
$userField: "
|
|
1127
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1128
1128
|
$location?: string | undefined;
|
|
1129
1129
|
}, {
|
|
1130
|
-
$userField: "
|
|
1130
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1131
1131
|
$location?: string | undefined;
|
|
1132
1132
|
}>]>;
|
|
1133
1133
|
}, "strip", z.ZodTypeAny, {
|
|
1134
1134
|
type: "exact";
|
|
1135
1135
|
term: string | {
|
|
1136
|
-
$userField: "
|
|
1136
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1137
1137
|
$location?: string | undefined;
|
|
1138
1138
|
};
|
|
1139
1139
|
}, {
|
|
1140
1140
|
type: "exact";
|
|
1141
1141
|
term: string | {
|
|
1142
|
-
$userField: "
|
|
1142
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1143
1143
|
$location?: string | undefined;
|
|
1144
1144
|
};
|
|
1145
1145
|
}>>>;
|
|
@@ -1156,25 +1156,25 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1156
1156
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1157
1157
|
type: z.ZodLiteral<"exact">;
|
|
1158
1158
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1159
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
1159
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
1160
1160
|
$location: z.ZodOptional<z.ZodString>;
|
|
1161
1161
|
}, "strip", z.ZodTypeAny, {
|
|
1162
|
-
$userField: "
|
|
1162
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1163
1163
|
$location?: string | undefined;
|
|
1164
1164
|
}, {
|
|
1165
|
-
$userField: "
|
|
1165
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1166
1166
|
$location?: string | undefined;
|
|
1167
1167
|
}>]>;
|
|
1168
1168
|
}, "strip", z.ZodTypeAny, {
|
|
1169
1169
|
type: "exact";
|
|
1170
1170
|
term: string | {
|
|
1171
|
-
$userField: "
|
|
1171
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1172
1172
|
$location?: string | undefined;
|
|
1173
1173
|
};
|
|
1174
1174
|
}, {
|
|
1175
1175
|
type: "exact";
|
|
1176
1176
|
term: string | {
|
|
1177
|
-
$userField: "
|
|
1177
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1178
1178
|
$location?: string | undefined;
|
|
1179
1179
|
};
|
|
1180
1180
|
}>>>;
|
|
@@ -1238,27 +1238,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1238
1238
|
createdBy?: {
|
|
1239
1239
|
type: "exact";
|
|
1240
1240
|
term: string | {
|
|
1241
|
-
$userField: "
|
|
1241
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1242
1242
|
$location?: string | undefined;
|
|
1243
1243
|
};
|
|
1244
1244
|
} | undefined;
|
|
1245
1245
|
createdAtLocation?: {
|
|
1246
1246
|
type: "exact";
|
|
1247
1247
|
term: string | {
|
|
1248
|
-
$userField: "
|
|
1248
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1249
1249
|
$location?: string | undefined;
|
|
1250
1250
|
};
|
|
1251
1251
|
} | {
|
|
1252
1252
|
type: "within";
|
|
1253
1253
|
location: string | {
|
|
1254
|
-
$userField: "
|
|
1254
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1255
1255
|
$location?: string | undefined;
|
|
1256
1256
|
};
|
|
1257
1257
|
} | undefined;
|
|
1258
1258
|
assignedTo?: {
|
|
1259
1259
|
type: "exact";
|
|
1260
1260
|
term: string | {
|
|
1261
|
-
$userField: "
|
|
1261
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1262
1262
|
$location?: string | undefined;
|
|
1263
1263
|
};
|
|
1264
1264
|
} | undefined;
|
|
@@ -1280,20 +1280,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1280
1280
|
updatedAtLocation?: {
|
|
1281
1281
|
type: "exact";
|
|
1282
1282
|
term: string | {
|
|
1283
|
-
$userField: "
|
|
1283
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1284
1284
|
$location?: string | undefined;
|
|
1285
1285
|
};
|
|
1286
1286
|
} | {
|
|
1287
1287
|
type: "within";
|
|
1288
1288
|
location: string | {
|
|
1289
|
-
$userField: "
|
|
1289
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1290
1290
|
$location?: string | undefined;
|
|
1291
1291
|
};
|
|
1292
1292
|
} | undefined;
|
|
1293
1293
|
updatedBy?: {
|
|
1294
1294
|
type: "exact";
|
|
1295
1295
|
term: string | {
|
|
1296
|
-
$userField: "
|
|
1296
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1297
1297
|
$location?: string | undefined;
|
|
1298
1298
|
};
|
|
1299
1299
|
} | undefined;
|
|
@@ -1351,27 +1351,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1351
1351
|
createdBy?: {
|
|
1352
1352
|
type: "exact";
|
|
1353
1353
|
term: string | {
|
|
1354
|
-
$userField: "
|
|
1354
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1355
1355
|
$location?: string | undefined;
|
|
1356
1356
|
};
|
|
1357
1357
|
} | undefined;
|
|
1358
1358
|
createdAtLocation?: {
|
|
1359
1359
|
type: "exact";
|
|
1360
1360
|
term: string | {
|
|
1361
|
-
$userField: "
|
|
1361
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1362
1362
|
$location?: string | undefined;
|
|
1363
1363
|
};
|
|
1364
1364
|
} | {
|
|
1365
1365
|
type: "within";
|
|
1366
1366
|
location: string | {
|
|
1367
|
-
$userField: "
|
|
1367
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1368
1368
|
$location?: string | undefined;
|
|
1369
1369
|
};
|
|
1370
1370
|
} | undefined;
|
|
1371
1371
|
assignedTo?: {
|
|
1372
1372
|
type: "exact";
|
|
1373
1373
|
term: string | {
|
|
1374
|
-
$userField: "
|
|
1374
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1375
1375
|
$location?: string | undefined;
|
|
1376
1376
|
};
|
|
1377
1377
|
} | undefined;
|
|
@@ -1393,20 +1393,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1393
1393
|
updatedAtLocation?: {
|
|
1394
1394
|
type: "exact";
|
|
1395
1395
|
term: string | {
|
|
1396
|
-
$userField: "
|
|
1396
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1397
1397
|
$location?: string | undefined;
|
|
1398
1398
|
};
|
|
1399
1399
|
} | {
|
|
1400
1400
|
type: "within";
|
|
1401
1401
|
location: string | {
|
|
1402
|
-
$userField: "
|
|
1402
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1403
1403
|
$location?: string | undefined;
|
|
1404
1404
|
};
|
|
1405
1405
|
} | undefined;
|
|
1406
1406
|
updatedBy?: {
|
|
1407
1407
|
type: "exact";
|
|
1408
1408
|
term: string | {
|
|
1409
|
-
$userField: "
|
|
1409
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1410
1410
|
$location?: string | undefined;
|
|
1411
1411
|
};
|
|
1412
1412
|
} | undefined;
|
|
@@ -1467,27 +1467,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1467
1467
|
createdBy?: {
|
|
1468
1468
|
type: "exact";
|
|
1469
1469
|
term: string | {
|
|
1470
|
-
$userField: "
|
|
1470
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1471
1471
|
$location?: string | undefined;
|
|
1472
1472
|
};
|
|
1473
1473
|
} | undefined;
|
|
1474
1474
|
createdAtLocation?: {
|
|
1475
1475
|
type: "exact";
|
|
1476
1476
|
term: string | {
|
|
1477
|
-
$userField: "
|
|
1477
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1478
1478
|
$location?: string | undefined;
|
|
1479
1479
|
};
|
|
1480
1480
|
} | {
|
|
1481
1481
|
type: "within";
|
|
1482
1482
|
location: string | {
|
|
1483
|
-
$userField: "
|
|
1483
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1484
1484
|
$location?: string | undefined;
|
|
1485
1485
|
};
|
|
1486
1486
|
} | undefined;
|
|
1487
1487
|
assignedTo?: {
|
|
1488
1488
|
type: "exact";
|
|
1489
1489
|
term: string | {
|
|
1490
|
-
$userField: "
|
|
1490
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1491
1491
|
$location?: string | undefined;
|
|
1492
1492
|
};
|
|
1493
1493
|
} | undefined;
|
|
@@ -1509,20 +1509,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1509
1509
|
updatedAtLocation?: {
|
|
1510
1510
|
type: "exact";
|
|
1511
1511
|
term: string | {
|
|
1512
|
-
$userField: "
|
|
1512
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1513
1513
|
$location?: string | undefined;
|
|
1514
1514
|
};
|
|
1515
1515
|
} | {
|
|
1516
1516
|
type: "within";
|
|
1517
1517
|
location: string | {
|
|
1518
|
-
$userField: "
|
|
1518
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1519
1519
|
$location?: string | undefined;
|
|
1520
1520
|
};
|
|
1521
1521
|
} | undefined;
|
|
1522
1522
|
updatedBy?: {
|
|
1523
1523
|
type: "exact";
|
|
1524
1524
|
term: string | {
|
|
1525
|
-
$userField: "
|
|
1525
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1526
1526
|
$location?: string | undefined;
|
|
1527
1527
|
};
|
|
1528
1528
|
} | undefined;
|
|
@@ -1583,27 +1583,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1583
1583
|
createdBy?: {
|
|
1584
1584
|
type: "exact";
|
|
1585
1585
|
term: string | {
|
|
1586
|
-
$userField: "
|
|
1586
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1587
1587
|
$location?: string | undefined;
|
|
1588
1588
|
};
|
|
1589
1589
|
} | undefined;
|
|
1590
1590
|
createdAtLocation?: {
|
|
1591
1591
|
type: "exact";
|
|
1592
1592
|
term: string | {
|
|
1593
|
-
$userField: "
|
|
1593
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1594
1594
|
$location?: string | undefined;
|
|
1595
1595
|
};
|
|
1596
1596
|
} | {
|
|
1597
1597
|
type: "within";
|
|
1598
1598
|
location: string | {
|
|
1599
|
-
$userField: "
|
|
1599
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1600
1600
|
$location?: string | undefined;
|
|
1601
1601
|
};
|
|
1602
1602
|
} | undefined;
|
|
1603
1603
|
assignedTo?: {
|
|
1604
1604
|
type: "exact";
|
|
1605
1605
|
term: string | {
|
|
1606
|
-
$userField: "
|
|
1606
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1607
1607
|
$location?: string | undefined;
|
|
1608
1608
|
};
|
|
1609
1609
|
} | undefined;
|
|
@@ -1625,20 +1625,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1625
1625
|
updatedAtLocation?: {
|
|
1626
1626
|
type: "exact";
|
|
1627
1627
|
term: string | {
|
|
1628
|
-
$userField: "
|
|
1628
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1629
1629
|
$location?: string | undefined;
|
|
1630
1630
|
};
|
|
1631
1631
|
} | {
|
|
1632
1632
|
type: "within";
|
|
1633
1633
|
location: string | {
|
|
1634
|
-
$userField: "
|
|
1634
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1635
1635
|
$location?: string | undefined;
|
|
1636
1636
|
};
|
|
1637
1637
|
} | undefined;
|
|
1638
1638
|
updatedBy?: {
|
|
1639
1639
|
type: "exact";
|
|
1640
1640
|
term: string | {
|
|
1641
|
-
$userField: "
|
|
1641
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1642
1642
|
$location?: string | undefined;
|
|
1643
1643
|
};
|
|
1644
1644
|
} | undefined;
|
|
@@ -1750,27 +1750,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1750
1750
|
createdBy?: {
|
|
1751
1751
|
type: "exact";
|
|
1752
1752
|
term: string | {
|
|
1753
|
-
$userField: "
|
|
1753
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1754
1754
|
$location?: string | undefined;
|
|
1755
1755
|
};
|
|
1756
1756
|
} | undefined;
|
|
1757
1757
|
createdAtLocation?: {
|
|
1758
1758
|
type: "exact";
|
|
1759
1759
|
term: string | {
|
|
1760
|
-
$userField: "
|
|
1760
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1761
1761
|
$location?: string | undefined;
|
|
1762
1762
|
};
|
|
1763
1763
|
} | {
|
|
1764
1764
|
type: "within";
|
|
1765
1765
|
location: string | {
|
|
1766
|
-
$userField: "
|
|
1766
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1767
1767
|
$location?: string | undefined;
|
|
1768
1768
|
};
|
|
1769
1769
|
} | undefined;
|
|
1770
1770
|
assignedTo?: {
|
|
1771
1771
|
type: "exact";
|
|
1772
1772
|
term: string | {
|
|
1773
|
-
$userField: "
|
|
1773
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1774
1774
|
$location?: string | undefined;
|
|
1775
1775
|
};
|
|
1776
1776
|
} | undefined;
|
|
@@ -1792,20 +1792,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1792
1792
|
updatedAtLocation?: {
|
|
1793
1793
|
type: "exact";
|
|
1794
1794
|
term: string | {
|
|
1795
|
-
$userField: "
|
|
1795
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1796
1796
|
$location?: string | undefined;
|
|
1797
1797
|
};
|
|
1798
1798
|
} | {
|
|
1799
1799
|
type: "within";
|
|
1800
1800
|
location: string | {
|
|
1801
|
-
$userField: "
|
|
1801
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1802
1802
|
$location?: string | undefined;
|
|
1803
1803
|
};
|
|
1804
1804
|
} | undefined;
|
|
1805
1805
|
updatedBy?: {
|
|
1806
1806
|
type: "exact";
|
|
1807
1807
|
term: string | {
|
|
1808
|
-
$userField: "
|
|
1808
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1809
1809
|
$location?: string | undefined;
|
|
1810
1810
|
};
|
|
1811
1811
|
} | undefined;
|
|
@@ -1866,27 +1866,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1866
1866
|
createdBy?: {
|
|
1867
1867
|
type: "exact";
|
|
1868
1868
|
term: string | {
|
|
1869
|
-
$userField: "
|
|
1869
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1870
1870
|
$location?: string | undefined;
|
|
1871
1871
|
};
|
|
1872
1872
|
} | undefined;
|
|
1873
1873
|
createdAtLocation?: {
|
|
1874
1874
|
type: "exact";
|
|
1875
1875
|
term: string | {
|
|
1876
|
-
$userField: "
|
|
1876
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1877
1877
|
$location?: string | undefined;
|
|
1878
1878
|
};
|
|
1879
1879
|
} | {
|
|
1880
1880
|
type: "within";
|
|
1881
1881
|
location: string | {
|
|
1882
|
-
$userField: "
|
|
1882
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1883
1883
|
$location?: string | undefined;
|
|
1884
1884
|
};
|
|
1885
1885
|
} | undefined;
|
|
1886
1886
|
assignedTo?: {
|
|
1887
1887
|
type: "exact";
|
|
1888
1888
|
term: string | {
|
|
1889
|
-
$userField: "
|
|
1889
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1890
1890
|
$location?: string | undefined;
|
|
1891
1891
|
};
|
|
1892
1892
|
} | undefined;
|
|
@@ -1908,20 +1908,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
1908
1908
|
updatedAtLocation?: {
|
|
1909
1909
|
type: "exact";
|
|
1910
1910
|
term: string | {
|
|
1911
|
-
$userField: "
|
|
1911
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1912
1912
|
$location?: string | undefined;
|
|
1913
1913
|
};
|
|
1914
1914
|
} | {
|
|
1915
1915
|
type: "within";
|
|
1916
1916
|
location: string | {
|
|
1917
|
-
$userField: "
|
|
1917
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1918
1918
|
$location?: string | undefined;
|
|
1919
1919
|
};
|
|
1920
1920
|
} | undefined;
|
|
1921
1921
|
updatedBy?: {
|
|
1922
1922
|
type: "exact";
|
|
1923
1923
|
term: string | {
|
|
1924
|
-
$userField: "
|
|
1924
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
1925
1925
|
$location?: string | undefined;
|
|
1926
1926
|
};
|
|
1927
1927
|
} | undefined;
|
|
@@ -2002,27 +2002,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
2002
2002
|
createdBy?: {
|
|
2003
2003
|
type: "exact";
|
|
2004
2004
|
term: string | {
|
|
2005
|
-
$userField: "
|
|
2005
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2006
2006
|
$location?: string | undefined;
|
|
2007
2007
|
};
|
|
2008
2008
|
} | undefined;
|
|
2009
2009
|
createdAtLocation?: {
|
|
2010
2010
|
type: "exact";
|
|
2011
2011
|
term: string | {
|
|
2012
|
-
$userField: "
|
|
2012
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2013
2013
|
$location?: string | undefined;
|
|
2014
2014
|
};
|
|
2015
2015
|
} | {
|
|
2016
2016
|
type: "within";
|
|
2017
2017
|
location: string | {
|
|
2018
|
-
$userField: "
|
|
2018
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2019
2019
|
$location?: string | undefined;
|
|
2020
2020
|
};
|
|
2021
2021
|
} | undefined;
|
|
2022
2022
|
assignedTo?: {
|
|
2023
2023
|
type: "exact";
|
|
2024
2024
|
term: string | {
|
|
2025
|
-
$userField: "
|
|
2025
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2026
2026
|
$location?: string | undefined;
|
|
2027
2027
|
};
|
|
2028
2028
|
} | undefined;
|
|
@@ -2044,20 +2044,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
2044
2044
|
updatedAtLocation?: {
|
|
2045
2045
|
type: "exact";
|
|
2046
2046
|
term: string | {
|
|
2047
|
-
$userField: "
|
|
2047
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2048
2048
|
$location?: string | undefined;
|
|
2049
2049
|
};
|
|
2050
2050
|
} | {
|
|
2051
2051
|
type: "within";
|
|
2052
2052
|
location: string | {
|
|
2053
|
-
$userField: "
|
|
2053
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2054
2054
|
$location?: string | undefined;
|
|
2055
2055
|
};
|
|
2056
2056
|
} | undefined;
|
|
2057
2057
|
updatedBy?: {
|
|
2058
2058
|
type: "exact";
|
|
2059
2059
|
term: string | {
|
|
2060
|
-
$userField: "
|
|
2060
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2061
2061
|
$location?: string | undefined;
|
|
2062
2062
|
};
|
|
2063
2063
|
} | undefined;
|
|
@@ -2118,27 +2118,27 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
2118
2118
|
createdBy?: {
|
|
2119
2119
|
type: "exact";
|
|
2120
2120
|
term: string | {
|
|
2121
|
-
$userField: "
|
|
2121
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2122
2122
|
$location?: string | undefined;
|
|
2123
2123
|
};
|
|
2124
2124
|
} | undefined;
|
|
2125
2125
|
createdAtLocation?: {
|
|
2126
2126
|
type: "exact";
|
|
2127
2127
|
term: string | {
|
|
2128
|
-
$userField: "
|
|
2128
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2129
2129
|
$location?: string | undefined;
|
|
2130
2130
|
};
|
|
2131
2131
|
} | {
|
|
2132
2132
|
type: "within";
|
|
2133
2133
|
location: string | {
|
|
2134
|
-
$userField: "
|
|
2134
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2135
2135
|
$location?: string | undefined;
|
|
2136
2136
|
};
|
|
2137
2137
|
} | undefined;
|
|
2138
2138
|
assignedTo?: {
|
|
2139
2139
|
type: "exact";
|
|
2140
2140
|
term: string | {
|
|
2141
|
-
$userField: "
|
|
2141
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2142
2142
|
$location?: string | undefined;
|
|
2143
2143
|
};
|
|
2144
2144
|
} | undefined;
|
|
@@ -2160,20 +2160,20 @@ export declare const WorkqueueConfig: z.ZodObject<{
|
|
|
2160
2160
|
updatedAtLocation?: {
|
|
2161
2161
|
type: "exact";
|
|
2162
2162
|
term: string | {
|
|
2163
|
-
$userField: "
|
|
2163
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2164
2164
|
$location?: string | undefined;
|
|
2165
2165
|
};
|
|
2166
2166
|
} | {
|
|
2167
2167
|
type: "within";
|
|
2168
2168
|
location: string | {
|
|
2169
|
-
$userField: "
|
|
2169
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2170
2170
|
$location?: string | undefined;
|
|
2171
2171
|
};
|
|
2172
2172
|
} | undefined;
|
|
2173
2173
|
updatedBy?: {
|
|
2174
2174
|
type: "exact";
|
|
2175
2175
|
term: string | {
|
|
2176
|
-
$userField: "
|
|
2176
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2177
2177
|
$location?: string | undefined;
|
|
2178
2178
|
};
|
|
2179
2179
|
} | undefined;
|
|
@@ -2385,148 +2385,148 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2385
2385
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2386
2386
|
type: z.ZodLiteral<"within">;
|
|
2387
2387
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2388
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
2388
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
2389
2389
|
$location: z.ZodOptional<z.ZodString>;
|
|
2390
2390
|
}, "strip", z.ZodTypeAny, {
|
|
2391
|
-
$userField: "
|
|
2391
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2392
2392
|
$location?: string | undefined;
|
|
2393
2393
|
}, {
|
|
2394
|
-
$userField: "
|
|
2394
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2395
2395
|
$location?: string | undefined;
|
|
2396
2396
|
}>]>;
|
|
2397
2397
|
}, "strip", z.ZodTypeAny, {
|
|
2398
2398
|
type: "within";
|
|
2399
2399
|
location: string | {
|
|
2400
|
-
$userField: "
|
|
2400
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2401
2401
|
$location?: string | undefined;
|
|
2402
2402
|
};
|
|
2403
2403
|
}, {
|
|
2404
2404
|
type: "within";
|
|
2405
2405
|
location: string | {
|
|
2406
|
-
$userField: "
|
|
2406
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2407
2407
|
$location?: string | undefined;
|
|
2408
2408
|
};
|
|
2409
2409
|
}>, z.ZodObject<{
|
|
2410
2410
|
type: z.ZodLiteral<"exact">;
|
|
2411
2411
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2412
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
2412
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
2413
2413
|
$location: z.ZodOptional<z.ZodString>;
|
|
2414
2414
|
}, "strip", z.ZodTypeAny, {
|
|
2415
|
-
$userField: "
|
|
2415
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2416
2416
|
$location?: string | undefined;
|
|
2417
2417
|
}, {
|
|
2418
|
-
$userField: "
|
|
2418
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2419
2419
|
$location?: string | undefined;
|
|
2420
2420
|
}>]>;
|
|
2421
2421
|
}, "strip", z.ZodTypeAny, {
|
|
2422
2422
|
type: "exact";
|
|
2423
2423
|
term: string | {
|
|
2424
|
-
$userField: "
|
|
2424
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2425
2425
|
$location?: string | undefined;
|
|
2426
2426
|
};
|
|
2427
2427
|
}, {
|
|
2428
2428
|
type: "exact";
|
|
2429
2429
|
term: string | {
|
|
2430
|
-
$userField: "
|
|
2430
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2431
2431
|
$location?: string | undefined;
|
|
2432
2432
|
};
|
|
2433
2433
|
}>]>>>;
|
|
2434
2434
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
2435
2435
|
type: z.ZodLiteral<"within">;
|
|
2436
2436
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2437
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
2437
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
2438
2438
|
$location: z.ZodOptional<z.ZodString>;
|
|
2439
2439
|
}, "strip", z.ZodTypeAny, {
|
|
2440
|
-
$userField: "
|
|
2440
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2441
2441
|
$location?: string | undefined;
|
|
2442
2442
|
}, {
|
|
2443
|
-
$userField: "
|
|
2443
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2444
2444
|
$location?: string | undefined;
|
|
2445
2445
|
}>]>;
|
|
2446
2446
|
}, "strip", z.ZodTypeAny, {
|
|
2447
2447
|
type: "within";
|
|
2448
2448
|
location: string | {
|
|
2449
|
-
$userField: "
|
|
2449
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2450
2450
|
$location?: string | undefined;
|
|
2451
2451
|
};
|
|
2452
2452
|
}, {
|
|
2453
2453
|
type: "within";
|
|
2454
2454
|
location: string | {
|
|
2455
|
-
$userField: "
|
|
2455
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2456
2456
|
$location?: string | undefined;
|
|
2457
2457
|
};
|
|
2458
2458
|
}>, z.ZodObject<{
|
|
2459
2459
|
type: z.ZodLiteral<"exact">;
|
|
2460
2460
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2461
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
2461
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
2462
2462
|
$location: z.ZodOptional<z.ZodString>;
|
|
2463
2463
|
}, "strip", z.ZodTypeAny, {
|
|
2464
|
-
$userField: "
|
|
2464
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2465
2465
|
$location?: string | undefined;
|
|
2466
2466
|
}, {
|
|
2467
|
-
$userField: "
|
|
2467
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2468
2468
|
$location?: string | undefined;
|
|
2469
2469
|
}>]>;
|
|
2470
2470
|
}, "strip", z.ZodTypeAny, {
|
|
2471
2471
|
type: "exact";
|
|
2472
2472
|
term: string | {
|
|
2473
|
-
$userField: "
|
|
2473
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2474
2474
|
$location?: string | undefined;
|
|
2475
2475
|
};
|
|
2476
2476
|
}, {
|
|
2477
2477
|
type: "exact";
|
|
2478
2478
|
term: string | {
|
|
2479
|
-
$userField: "
|
|
2479
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2480
2480
|
$location?: string | undefined;
|
|
2481
2481
|
};
|
|
2482
2482
|
}>]>>>;
|
|
2483
2483
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2484
2484
|
type: z.ZodLiteral<"exact">;
|
|
2485
2485
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2486
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
2486
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
2487
2487
|
$location: z.ZodOptional<z.ZodString>;
|
|
2488
2488
|
}, "strip", z.ZodTypeAny, {
|
|
2489
|
-
$userField: "
|
|
2489
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2490
2490
|
$location?: string | undefined;
|
|
2491
2491
|
}, {
|
|
2492
|
-
$userField: "
|
|
2492
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2493
2493
|
$location?: string | undefined;
|
|
2494
2494
|
}>]>;
|
|
2495
2495
|
}, "strip", z.ZodTypeAny, {
|
|
2496
2496
|
type: "exact";
|
|
2497
2497
|
term: string | {
|
|
2498
|
-
$userField: "
|
|
2498
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2499
2499
|
$location?: string | undefined;
|
|
2500
2500
|
};
|
|
2501
2501
|
}, {
|
|
2502
2502
|
type: "exact";
|
|
2503
2503
|
term: string | {
|
|
2504
|
-
$userField: "
|
|
2504
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2505
2505
|
$location?: string | undefined;
|
|
2506
2506
|
};
|
|
2507
2507
|
}>>>;
|
|
2508
2508
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2509
2509
|
type: z.ZodLiteral<"exact">;
|
|
2510
2510
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2511
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
2511
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
2512
2512
|
$location: z.ZodOptional<z.ZodString>;
|
|
2513
2513
|
}, "strip", z.ZodTypeAny, {
|
|
2514
|
-
$userField: "
|
|
2514
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2515
2515
|
$location?: string | undefined;
|
|
2516
2516
|
}, {
|
|
2517
|
-
$userField: "
|
|
2517
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2518
2518
|
$location?: string | undefined;
|
|
2519
2519
|
}>]>;
|
|
2520
2520
|
}, "strip", z.ZodTypeAny, {
|
|
2521
2521
|
type: "exact";
|
|
2522
2522
|
term: string | {
|
|
2523
|
-
$userField: "
|
|
2523
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2524
2524
|
$location?: string | undefined;
|
|
2525
2525
|
};
|
|
2526
2526
|
}, {
|
|
2527
2527
|
type: "exact";
|
|
2528
2528
|
term: string | {
|
|
2529
|
-
$userField: "
|
|
2529
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2530
2530
|
$location?: string | undefined;
|
|
2531
2531
|
};
|
|
2532
2532
|
}>>>;
|
|
@@ -2543,25 +2543,25 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2543
2543
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2544
2544
|
type: z.ZodLiteral<"exact">;
|
|
2545
2545
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
2546
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
2546
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
2547
2547
|
$location: z.ZodOptional<z.ZodString>;
|
|
2548
2548
|
}, "strip", z.ZodTypeAny, {
|
|
2549
|
-
$userField: "
|
|
2549
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2550
2550
|
$location?: string | undefined;
|
|
2551
2551
|
}, {
|
|
2552
|
-
$userField: "
|
|
2552
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2553
2553
|
$location?: string | undefined;
|
|
2554
2554
|
}>]>;
|
|
2555
2555
|
}, "strip", z.ZodTypeAny, {
|
|
2556
2556
|
type: "exact";
|
|
2557
2557
|
term: string | {
|
|
2558
|
-
$userField: "
|
|
2558
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2559
2559
|
$location?: string | undefined;
|
|
2560
2560
|
};
|
|
2561
2561
|
}, {
|
|
2562
2562
|
type: "exact";
|
|
2563
2563
|
term: string | {
|
|
2564
|
-
$userField: "
|
|
2564
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2565
2565
|
$location?: string | undefined;
|
|
2566
2566
|
};
|
|
2567
2567
|
}>>>;
|
|
@@ -2625,27 +2625,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2625
2625
|
createdBy?: {
|
|
2626
2626
|
type: "exact";
|
|
2627
2627
|
term: string | {
|
|
2628
|
-
$userField: "
|
|
2628
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2629
2629
|
$location?: string | undefined;
|
|
2630
2630
|
};
|
|
2631
2631
|
} | undefined;
|
|
2632
2632
|
createdAtLocation?: {
|
|
2633
2633
|
type: "exact";
|
|
2634
2634
|
term: string | {
|
|
2635
|
-
$userField: "
|
|
2635
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2636
2636
|
$location?: string | undefined;
|
|
2637
2637
|
};
|
|
2638
2638
|
} | {
|
|
2639
2639
|
type: "within";
|
|
2640
2640
|
location: string | {
|
|
2641
|
-
$userField: "
|
|
2641
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2642
2642
|
$location?: string | undefined;
|
|
2643
2643
|
};
|
|
2644
2644
|
} | undefined;
|
|
2645
2645
|
assignedTo?: {
|
|
2646
2646
|
type: "exact";
|
|
2647
2647
|
term: string | {
|
|
2648
|
-
$userField: "
|
|
2648
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2649
2649
|
$location?: string | undefined;
|
|
2650
2650
|
};
|
|
2651
2651
|
} | undefined;
|
|
@@ -2667,20 +2667,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2667
2667
|
updatedAtLocation?: {
|
|
2668
2668
|
type: "exact";
|
|
2669
2669
|
term: string | {
|
|
2670
|
-
$userField: "
|
|
2670
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2671
2671
|
$location?: string | undefined;
|
|
2672
2672
|
};
|
|
2673
2673
|
} | {
|
|
2674
2674
|
type: "within";
|
|
2675
2675
|
location: string | {
|
|
2676
|
-
$userField: "
|
|
2676
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2677
2677
|
$location?: string | undefined;
|
|
2678
2678
|
};
|
|
2679
2679
|
} | undefined;
|
|
2680
2680
|
updatedBy?: {
|
|
2681
2681
|
type: "exact";
|
|
2682
2682
|
term: string | {
|
|
2683
|
-
$userField: "
|
|
2683
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2684
2684
|
$location?: string | undefined;
|
|
2685
2685
|
};
|
|
2686
2686
|
} | undefined;
|
|
@@ -2738,27 +2738,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2738
2738
|
createdBy?: {
|
|
2739
2739
|
type: "exact";
|
|
2740
2740
|
term: string | {
|
|
2741
|
-
$userField: "
|
|
2741
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2742
2742
|
$location?: string | undefined;
|
|
2743
2743
|
};
|
|
2744
2744
|
} | undefined;
|
|
2745
2745
|
createdAtLocation?: {
|
|
2746
2746
|
type: "exact";
|
|
2747
2747
|
term: string | {
|
|
2748
|
-
$userField: "
|
|
2748
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2749
2749
|
$location?: string | undefined;
|
|
2750
2750
|
};
|
|
2751
2751
|
} | {
|
|
2752
2752
|
type: "within";
|
|
2753
2753
|
location: string | {
|
|
2754
|
-
$userField: "
|
|
2754
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2755
2755
|
$location?: string | undefined;
|
|
2756
2756
|
};
|
|
2757
2757
|
} | undefined;
|
|
2758
2758
|
assignedTo?: {
|
|
2759
2759
|
type: "exact";
|
|
2760
2760
|
term: string | {
|
|
2761
|
-
$userField: "
|
|
2761
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2762
2762
|
$location?: string | undefined;
|
|
2763
2763
|
};
|
|
2764
2764
|
} | undefined;
|
|
@@ -2780,20 +2780,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2780
2780
|
updatedAtLocation?: {
|
|
2781
2781
|
type: "exact";
|
|
2782
2782
|
term: string | {
|
|
2783
|
-
$userField: "
|
|
2783
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2784
2784
|
$location?: string | undefined;
|
|
2785
2785
|
};
|
|
2786
2786
|
} | {
|
|
2787
2787
|
type: "within";
|
|
2788
2788
|
location: string | {
|
|
2789
|
-
$userField: "
|
|
2789
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2790
2790
|
$location?: string | undefined;
|
|
2791
2791
|
};
|
|
2792
2792
|
} | undefined;
|
|
2793
2793
|
updatedBy?: {
|
|
2794
2794
|
type: "exact";
|
|
2795
2795
|
term: string | {
|
|
2796
|
-
$userField: "
|
|
2796
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2797
2797
|
$location?: string | undefined;
|
|
2798
2798
|
};
|
|
2799
2799
|
} | undefined;
|
|
@@ -2854,27 +2854,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2854
2854
|
createdBy?: {
|
|
2855
2855
|
type: "exact";
|
|
2856
2856
|
term: string | {
|
|
2857
|
-
$userField: "
|
|
2857
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2858
2858
|
$location?: string | undefined;
|
|
2859
2859
|
};
|
|
2860
2860
|
} | undefined;
|
|
2861
2861
|
createdAtLocation?: {
|
|
2862
2862
|
type: "exact";
|
|
2863
2863
|
term: string | {
|
|
2864
|
-
$userField: "
|
|
2864
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2865
2865
|
$location?: string | undefined;
|
|
2866
2866
|
};
|
|
2867
2867
|
} | {
|
|
2868
2868
|
type: "within";
|
|
2869
2869
|
location: string | {
|
|
2870
|
-
$userField: "
|
|
2870
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2871
2871
|
$location?: string | undefined;
|
|
2872
2872
|
};
|
|
2873
2873
|
} | undefined;
|
|
2874
2874
|
assignedTo?: {
|
|
2875
2875
|
type: "exact";
|
|
2876
2876
|
term: string | {
|
|
2877
|
-
$userField: "
|
|
2877
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2878
2878
|
$location?: string | undefined;
|
|
2879
2879
|
};
|
|
2880
2880
|
} | undefined;
|
|
@@ -2896,20 +2896,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2896
2896
|
updatedAtLocation?: {
|
|
2897
2897
|
type: "exact";
|
|
2898
2898
|
term: string | {
|
|
2899
|
-
$userField: "
|
|
2899
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2900
2900
|
$location?: string | undefined;
|
|
2901
2901
|
};
|
|
2902
2902
|
} | {
|
|
2903
2903
|
type: "within";
|
|
2904
2904
|
location: string | {
|
|
2905
|
-
$userField: "
|
|
2905
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2906
2906
|
$location?: string | undefined;
|
|
2907
2907
|
};
|
|
2908
2908
|
} | undefined;
|
|
2909
2909
|
updatedBy?: {
|
|
2910
2910
|
type: "exact";
|
|
2911
2911
|
term: string | {
|
|
2912
|
-
$userField: "
|
|
2912
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2913
2913
|
$location?: string | undefined;
|
|
2914
2914
|
};
|
|
2915
2915
|
} | undefined;
|
|
@@ -2970,27 +2970,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
2970
2970
|
createdBy?: {
|
|
2971
2971
|
type: "exact";
|
|
2972
2972
|
term: string | {
|
|
2973
|
-
$userField: "
|
|
2973
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2974
2974
|
$location?: string | undefined;
|
|
2975
2975
|
};
|
|
2976
2976
|
} | undefined;
|
|
2977
2977
|
createdAtLocation?: {
|
|
2978
2978
|
type: "exact";
|
|
2979
2979
|
term: string | {
|
|
2980
|
-
$userField: "
|
|
2980
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2981
2981
|
$location?: string | undefined;
|
|
2982
2982
|
};
|
|
2983
2983
|
} | {
|
|
2984
2984
|
type: "within";
|
|
2985
2985
|
location: string | {
|
|
2986
|
-
$userField: "
|
|
2986
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2987
2987
|
$location?: string | undefined;
|
|
2988
2988
|
};
|
|
2989
2989
|
} | undefined;
|
|
2990
2990
|
assignedTo?: {
|
|
2991
2991
|
type: "exact";
|
|
2992
2992
|
term: string | {
|
|
2993
|
-
$userField: "
|
|
2993
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
2994
2994
|
$location?: string | undefined;
|
|
2995
2995
|
};
|
|
2996
2996
|
} | undefined;
|
|
@@ -3012,20 +3012,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3012
3012
|
updatedAtLocation?: {
|
|
3013
3013
|
type: "exact";
|
|
3014
3014
|
term: string | {
|
|
3015
|
-
$userField: "
|
|
3015
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3016
3016
|
$location?: string | undefined;
|
|
3017
3017
|
};
|
|
3018
3018
|
} | {
|
|
3019
3019
|
type: "within";
|
|
3020
3020
|
location: string | {
|
|
3021
|
-
$userField: "
|
|
3021
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3022
3022
|
$location?: string | undefined;
|
|
3023
3023
|
};
|
|
3024
3024
|
} | undefined;
|
|
3025
3025
|
updatedBy?: {
|
|
3026
3026
|
type: "exact";
|
|
3027
3027
|
term: string | {
|
|
3028
|
-
$userField: "
|
|
3028
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3029
3029
|
$location?: string | undefined;
|
|
3030
3030
|
};
|
|
3031
3031
|
} | undefined;
|
|
@@ -3211,148 +3211,148 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3211
3211
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
3212
3212
|
type: z.ZodLiteral<"within">;
|
|
3213
3213
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3214
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
3214
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
3215
3215
|
$location: z.ZodOptional<z.ZodString>;
|
|
3216
3216
|
}, "strip", z.ZodTypeAny, {
|
|
3217
|
-
$userField: "
|
|
3217
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3218
3218
|
$location?: string | undefined;
|
|
3219
3219
|
}, {
|
|
3220
|
-
$userField: "
|
|
3220
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3221
3221
|
$location?: string | undefined;
|
|
3222
3222
|
}>]>;
|
|
3223
3223
|
}, "strip", z.ZodTypeAny, {
|
|
3224
3224
|
type: "within";
|
|
3225
3225
|
location: string | {
|
|
3226
|
-
$userField: "
|
|
3226
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3227
3227
|
$location?: string | undefined;
|
|
3228
3228
|
};
|
|
3229
3229
|
}, {
|
|
3230
3230
|
type: "within";
|
|
3231
3231
|
location: string | {
|
|
3232
|
-
$userField: "
|
|
3232
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3233
3233
|
$location?: string | undefined;
|
|
3234
3234
|
};
|
|
3235
3235
|
}>, z.ZodObject<{
|
|
3236
3236
|
type: z.ZodLiteral<"exact">;
|
|
3237
3237
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3238
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
3238
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
3239
3239
|
$location: z.ZodOptional<z.ZodString>;
|
|
3240
3240
|
}, "strip", z.ZodTypeAny, {
|
|
3241
|
-
$userField: "
|
|
3241
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3242
3242
|
$location?: string | undefined;
|
|
3243
3243
|
}, {
|
|
3244
|
-
$userField: "
|
|
3244
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3245
3245
|
$location?: string | undefined;
|
|
3246
3246
|
}>]>;
|
|
3247
3247
|
}, "strip", z.ZodTypeAny, {
|
|
3248
3248
|
type: "exact";
|
|
3249
3249
|
term: string | {
|
|
3250
|
-
$userField: "
|
|
3250
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3251
3251
|
$location?: string | undefined;
|
|
3252
3252
|
};
|
|
3253
3253
|
}, {
|
|
3254
3254
|
type: "exact";
|
|
3255
3255
|
term: string | {
|
|
3256
|
-
$userField: "
|
|
3256
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3257
3257
|
$location?: string | undefined;
|
|
3258
3258
|
};
|
|
3259
3259
|
}>]>>>;
|
|
3260
3260
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
3261
3261
|
type: z.ZodLiteral<"within">;
|
|
3262
3262
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3263
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
3263
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
3264
3264
|
$location: z.ZodOptional<z.ZodString>;
|
|
3265
3265
|
}, "strip", z.ZodTypeAny, {
|
|
3266
|
-
$userField: "
|
|
3266
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3267
3267
|
$location?: string | undefined;
|
|
3268
3268
|
}, {
|
|
3269
|
-
$userField: "
|
|
3269
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3270
3270
|
$location?: string | undefined;
|
|
3271
3271
|
}>]>;
|
|
3272
3272
|
}, "strip", z.ZodTypeAny, {
|
|
3273
3273
|
type: "within";
|
|
3274
3274
|
location: string | {
|
|
3275
|
-
$userField: "
|
|
3275
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3276
3276
|
$location?: string | undefined;
|
|
3277
3277
|
};
|
|
3278
3278
|
}, {
|
|
3279
3279
|
type: "within";
|
|
3280
3280
|
location: string | {
|
|
3281
|
-
$userField: "
|
|
3281
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3282
3282
|
$location?: string | undefined;
|
|
3283
3283
|
};
|
|
3284
3284
|
}>, z.ZodObject<{
|
|
3285
3285
|
type: z.ZodLiteral<"exact">;
|
|
3286
3286
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3287
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
3287
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
3288
3288
|
$location: z.ZodOptional<z.ZodString>;
|
|
3289
3289
|
}, "strip", z.ZodTypeAny, {
|
|
3290
|
-
$userField: "
|
|
3290
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3291
3291
|
$location?: string | undefined;
|
|
3292
3292
|
}, {
|
|
3293
|
-
$userField: "
|
|
3293
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3294
3294
|
$location?: string | undefined;
|
|
3295
3295
|
}>]>;
|
|
3296
3296
|
}, "strip", z.ZodTypeAny, {
|
|
3297
3297
|
type: "exact";
|
|
3298
3298
|
term: string | {
|
|
3299
|
-
$userField: "
|
|
3299
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3300
3300
|
$location?: string | undefined;
|
|
3301
3301
|
};
|
|
3302
3302
|
}, {
|
|
3303
3303
|
type: "exact";
|
|
3304
3304
|
term: string | {
|
|
3305
|
-
$userField: "
|
|
3305
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3306
3306
|
$location?: string | undefined;
|
|
3307
3307
|
};
|
|
3308
3308
|
}>]>>>;
|
|
3309
3309
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3310
3310
|
type: z.ZodLiteral<"exact">;
|
|
3311
3311
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3312
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
3312
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
3313
3313
|
$location: z.ZodOptional<z.ZodString>;
|
|
3314
3314
|
}, "strip", z.ZodTypeAny, {
|
|
3315
|
-
$userField: "
|
|
3315
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3316
3316
|
$location?: string | undefined;
|
|
3317
3317
|
}, {
|
|
3318
|
-
$userField: "
|
|
3318
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3319
3319
|
$location?: string | undefined;
|
|
3320
3320
|
}>]>;
|
|
3321
3321
|
}, "strip", z.ZodTypeAny, {
|
|
3322
3322
|
type: "exact";
|
|
3323
3323
|
term: string | {
|
|
3324
|
-
$userField: "
|
|
3324
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3325
3325
|
$location?: string | undefined;
|
|
3326
3326
|
};
|
|
3327
3327
|
}, {
|
|
3328
3328
|
type: "exact";
|
|
3329
3329
|
term: string | {
|
|
3330
|
-
$userField: "
|
|
3330
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3331
3331
|
$location?: string | undefined;
|
|
3332
3332
|
};
|
|
3333
3333
|
}>>>;
|
|
3334
3334
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3335
3335
|
type: z.ZodLiteral<"exact">;
|
|
3336
3336
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3337
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
3337
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
3338
3338
|
$location: z.ZodOptional<z.ZodString>;
|
|
3339
3339
|
}, "strip", z.ZodTypeAny, {
|
|
3340
|
-
$userField: "
|
|
3340
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3341
3341
|
$location?: string | undefined;
|
|
3342
3342
|
}, {
|
|
3343
|
-
$userField: "
|
|
3343
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3344
3344
|
$location?: string | undefined;
|
|
3345
3345
|
}>]>;
|
|
3346
3346
|
}, "strip", z.ZodTypeAny, {
|
|
3347
3347
|
type: "exact";
|
|
3348
3348
|
term: string | {
|
|
3349
|
-
$userField: "
|
|
3349
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3350
3350
|
$location?: string | undefined;
|
|
3351
3351
|
};
|
|
3352
3352
|
}, {
|
|
3353
3353
|
type: "exact";
|
|
3354
3354
|
term: string | {
|
|
3355
|
-
$userField: "
|
|
3355
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3356
3356
|
$location?: string | undefined;
|
|
3357
3357
|
};
|
|
3358
3358
|
}>>>;
|
|
@@ -3369,25 +3369,25 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3369
3369
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3370
3370
|
type: z.ZodLiteral<"exact">;
|
|
3371
3371
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
3372
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
3372
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
3373
3373
|
$location: z.ZodOptional<z.ZodString>;
|
|
3374
3374
|
}, "strip", z.ZodTypeAny, {
|
|
3375
|
-
$userField: "
|
|
3375
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3376
3376
|
$location?: string | undefined;
|
|
3377
3377
|
}, {
|
|
3378
|
-
$userField: "
|
|
3378
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3379
3379
|
$location?: string | undefined;
|
|
3380
3380
|
}>]>;
|
|
3381
3381
|
}, "strip", z.ZodTypeAny, {
|
|
3382
3382
|
type: "exact";
|
|
3383
3383
|
term: string | {
|
|
3384
|
-
$userField: "
|
|
3384
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3385
3385
|
$location?: string | undefined;
|
|
3386
3386
|
};
|
|
3387
3387
|
}, {
|
|
3388
3388
|
type: "exact";
|
|
3389
3389
|
term: string | {
|
|
3390
|
-
$userField: "
|
|
3390
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3391
3391
|
$location?: string | undefined;
|
|
3392
3392
|
};
|
|
3393
3393
|
}>>>;
|
|
@@ -3451,27 +3451,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3451
3451
|
createdBy?: {
|
|
3452
3452
|
type: "exact";
|
|
3453
3453
|
term: string | {
|
|
3454
|
-
$userField: "
|
|
3454
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3455
3455
|
$location?: string | undefined;
|
|
3456
3456
|
};
|
|
3457
3457
|
} | undefined;
|
|
3458
3458
|
createdAtLocation?: {
|
|
3459
3459
|
type: "exact";
|
|
3460
3460
|
term: string | {
|
|
3461
|
-
$userField: "
|
|
3461
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3462
3462
|
$location?: string | undefined;
|
|
3463
3463
|
};
|
|
3464
3464
|
} | {
|
|
3465
3465
|
type: "within";
|
|
3466
3466
|
location: string | {
|
|
3467
|
-
$userField: "
|
|
3467
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3468
3468
|
$location?: string | undefined;
|
|
3469
3469
|
};
|
|
3470
3470
|
} | undefined;
|
|
3471
3471
|
assignedTo?: {
|
|
3472
3472
|
type: "exact";
|
|
3473
3473
|
term: string | {
|
|
3474
|
-
$userField: "
|
|
3474
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3475
3475
|
$location?: string | undefined;
|
|
3476
3476
|
};
|
|
3477
3477
|
} | undefined;
|
|
@@ -3493,20 +3493,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3493
3493
|
updatedAtLocation?: {
|
|
3494
3494
|
type: "exact";
|
|
3495
3495
|
term: string | {
|
|
3496
|
-
$userField: "
|
|
3496
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3497
3497
|
$location?: string | undefined;
|
|
3498
3498
|
};
|
|
3499
3499
|
} | {
|
|
3500
3500
|
type: "within";
|
|
3501
3501
|
location: string | {
|
|
3502
|
-
$userField: "
|
|
3502
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3503
3503
|
$location?: string | undefined;
|
|
3504
3504
|
};
|
|
3505
3505
|
} | undefined;
|
|
3506
3506
|
updatedBy?: {
|
|
3507
3507
|
type: "exact";
|
|
3508
3508
|
term: string | {
|
|
3509
|
-
$userField: "
|
|
3509
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3510
3510
|
$location?: string | undefined;
|
|
3511
3511
|
};
|
|
3512
3512
|
} | undefined;
|
|
@@ -3564,27 +3564,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3564
3564
|
createdBy?: {
|
|
3565
3565
|
type: "exact";
|
|
3566
3566
|
term: string | {
|
|
3567
|
-
$userField: "
|
|
3567
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3568
3568
|
$location?: string | undefined;
|
|
3569
3569
|
};
|
|
3570
3570
|
} | undefined;
|
|
3571
3571
|
createdAtLocation?: {
|
|
3572
3572
|
type: "exact";
|
|
3573
3573
|
term: string | {
|
|
3574
|
-
$userField: "
|
|
3574
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3575
3575
|
$location?: string | undefined;
|
|
3576
3576
|
};
|
|
3577
3577
|
} | {
|
|
3578
3578
|
type: "within";
|
|
3579
3579
|
location: string | {
|
|
3580
|
-
$userField: "
|
|
3580
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3581
3581
|
$location?: string | undefined;
|
|
3582
3582
|
};
|
|
3583
3583
|
} | undefined;
|
|
3584
3584
|
assignedTo?: {
|
|
3585
3585
|
type: "exact";
|
|
3586
3586
|
term: string | {
|
|
3587
|
-
$userField: "
|
|
3587
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3588
3588
|
$location?: string | undefined;
|
|
3589
3589
|
};
|
|
3590
3590
|
} | undefined;
|
|
@@ -3606,20 +3606,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3606
3606
|
updatedAtLocation?: {
|
|
3607
3607
|
type: "exact";
|
|
3608
3608
|
term: string | {
|
|
3609
|
-
$userField: "
|
|
3609
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3610
3610
|
$location?: string | undefined;
|
|
3611
3611
|
};
|
|
3612
3612
|
} | {
|
|
3613
3613
|
type: "within";
|
|
3614
3614
|
location: string | {
|
|
3615
|
-
$userField: "
|
|
3615
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3616
3616
|
$location?: string | undefined;
|
|
3617
3617
|
};
|
|
3618
3618
|
} | undefined;
|
|
3619
3619
|
updatedBy?: {
|
|
3620
3620
|
type: "exact";
|
|
3621
3621
|
term: string | {
|
|
3622
|
-
$userField: "
|
|
3622
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3623
3623
|
$location?: string | undefined;
|
|
3624
3624
|
};
|
|
3625
3625
|
} | undefined;
|
|
@@ -3680,27 +3680,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3680
3680
|
createdBy?: {
|
|
3681
3681
|
type: "exact";
|
|
3682
3682
|
term: string | {
|
|
3683
|
-
$userField: "
|
|
3683
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3684
3684
|
$location?: string | undefined;
|
|
3685
3685
|
};
|
|
3686
3686
|
} | undefined;
|
|
3687
3687
|
createdAtLocation?: {
|
|
3688
3688
|
type: "exact";
|
|
3689
3689
|
term: string | {
|
|
3690
|
-
$userField: "
|
|
3690
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3691
3691
|
$location?: string | undefined;
|
|
3692
3692
|
};
|
|
3693
3693
|
} | {
|
|
3694
3694
|
type: "within";
|
|
3695
3695
|
location: string | {
|
|
3696
|
-
$userField: "
|
|
3696
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3697
3697
|
$location?: string | undefined;
|
|
3698
3698
|
};
|
|
3699
3699
|
} | undefined;
|
|
3700
3700
|
assignedTo?: {
|
|
3701
3701
|
type: "exact";
|
|
3702
3702
|
term: string | {
|
|
3703
|
-
$userField: "
|
|
3703
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3704
3704
|
$location?: string | undefined;
|
|
3705
3705
|
};
|
|
3706
3706
|
} | undefined;
|
|
@@ -3722,20 +3722,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3722
3722
|
updatedAtLocation?: {
|
|
3723
3723
|
type: "exact";
|
|
3724
3724
|
term: string | {
|
|
3725
|
-
$userField: "
|
|
3725
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3726
3726
|
$location?: string | undefined;
|
|
3727
3727
|
};
|
|
3728
3728
|
} | {
|
|
3729
3729
|
type: "within";
|
|
3730
3730
|
location: string | {
|
|
3731
|
-
$userField: "
|
|
3731
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3732
3732
|
$location?: string | undefined;
|
|
3733
3733
|
};
|
|
3734
3734
|
} | undefined;
|
|
3735
3735
|
updatedBy?: {
|
|
3736
3736
|
type: "exact";
|
|
3737
3737
|
term: string | {
|
|
3738
|
-
$userField: "
|
|
3738
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3739
3739
|
$location?: string | undefined;
|
|
3740
3740
|
};
|
|
3741
3741
|
} | undefined;
|
|
@@ -3796,27 +3796,27 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3796
3796
|
createdBy?: {
|
|
3797
3797
|
type: "exact";
|
|
3798
3798
|
term: string | {
|
|
3799
|
-
$userField: "
|
|
3799
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3800
3800
|
$location?: string | undefined;
|
|
3801
3801
|
};
|
|
3802
3802
|
} | undefined;
|
|
3803
3803
|
createdAtLocation?: {
|
|
3804
3804
|
type: "exact";
|
|
3805
3805
|
term: string | {
|
|
3806
|
-
$userField: "
|
|
3806
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3807
3807
|
$location?: string | undefined;
|
|
3808
3808
|
};
|
|
3809
3809
|
} | {
|
|
3810
3810
|
type: "within";
|
|
3811
3811
|
location: string | {
|
|
3812
|
-
$userField: "
|
|
3812
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3813
3813
|
$location?: string | undefined;
|
|
3814
3814
|
};
|
|
3815
3815
|
} | undefined;
|
|
3816
3816
|
assignedTo?: {
|
|
3817
3817
|
type: "exact";
|
|
3818
3818
|
term: string | {
|
|
3819
|
-
$userField: "
|
|
3819
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3820
3820
|
$location?: string | undefined;
|
|
3821
3821
|
};
|
|
3822
3822
|
} | undefined;
|
|
@@ -3838,20 +3838,20 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
|
|
|
3838
3838
|
updatedAtLocation?: {
|
|
3839
3839
|
type: "exact";
|
|
3840
3840
|
term: string | {
|
|
3841
|
-
$userField: "
|
|
3841
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3842
3842
|
$location?: string | undefined;
|
|
3843
3843
|
};
|
|
3844
3844
|
} | {
|
|
3845
3845
|
type: "within";
|
|
3846
3846
|
location: string | {
|
|
3847
|
-
$userField: "
|
|
3847
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3848
3848
|
$location?: string | undefined;
|
|
3849
3849
|
};
|
|
3850
3850
|
} | undefined;
|
|
3851
3851
|
updatedBy?: {
|
|
3852
3852
|
type: "exact";
|
|
3853
3853
|
term: string | {
|
|
3854
|
-
$userField: "
|
|
3854
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3855
3855
|
$location?: string | undefined;
|
|
3856
3856
|
};
|
|
3857
3857
|
} | undefined;
|
|
@@ -4114,148 +4114,148 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4114
4114
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
4115
4115
|
type: z.ZodLiteral<"within">;
|
|
4116
4116
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4117
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4117
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4118
4118
|
$location: z.ZodOptional<z.ZodString>;
|
|
4119
4119
|
}, "strip", z.ZodTypeAny, {
|
|
4120
|
-
$userField: "
|
|
4120
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4121
4121
|
$location?: string | undefined;
|
|
4122
4122
|
}, {
|
|
4123
|
-
$userField: "
|
|
4123
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4124
4124
|
$location?: string | undefined;
|
|
4125
4125
|
}>]>;
|
|
4126
4126
|
}, "strip", z.ZodTypeAny, {
|
|
4127
4127
|
type: "within";
|
|
4128
4128
|
location: string | {
|
|
4129
|
-
$userField: "
|
|
4129
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4130
4130
|
$location?: string | undefined;
|
|
4131
4131
|
};
|
|
4132
4132
|
}, {
|
|
4133
4133
|
type: "within";
|
|
4134
4134
|
location: string | {
|
|
4135
|
-
$userField: "
|
|
4135
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4136
4136
|
$location?: string | undefined;
|
|
4137
4137
|
};
|
|
4138
4138
|
}>, z.ZodObject<{
|
|
4139
4139
|
type: z.ZodLiteral<"exact">;
|
|
4140
4140
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4141
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4141
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4142
4142
|
$location: z.ZodOptional<z.ZodString>;
|
|
4143
4143
|
}, "strip", z.ZodTypeAny, {
|
|
4144
|
-
$userField: "
|
|
4144
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4145
4145
|
$location?: string | undefined;
|
|
4146
4146
|
}, {
|
|
4147
|
-
$userField: "
|
|
4147
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4148
4148
|
$location?: string | undefined;
|
|
4149
4149
|
}>]>;
|
|
4150
4150
|
}, "strip", z.ZodTypeAny, {
|
|
4151
4151
|
type: "exact";
|
|
4152
4152
|
term: string | {
|
|
4153
|
-
$userField: "
|
|
4153
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4154
4154
|
$location?: string | undefined;
|
|
4155
4155
|
};
|
|
4156
4156
|
}, {
|
|
4157
4157
|
type: "exact";
|
|
4158
4158
|
term: string | {
|
|
4159
|
-
$userField: "
|
|
4159
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4160
4160
|
$location?: string | undefined;
|
|
4161
4161
|
};
|
|
4162
4162
|
}>]>>>;
|
|
4163
4163
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
4164
4164
|
type: z.ZodLiteral<"within">;
|
|
4165
4165
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4166
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4166
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4167
4167
|
$location: z.ZodOptional<z.ZodString>;
|
|
4168
4168
|
}, "strip", z.ZodTypeAny, {
|
|
4169
|
-
$userField: "
|
|
4169
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4170
4170
|
$location?: string | undefined;
|
|
4171
4171
|
}, {
|
|
4172
|
-
$userField: "
|
|
4172
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4173
4173
|
$location?: string | undefined;
|
|
4174
4174
|
}>]>;
|
|
4175
4175
|
}, "strip", z.ZodTypeAny, {
|
|
4176
4176
|
type: "within";
|
|
4177
4177
|
location: string | {
|
|
4178
|
-
$userField: "
|
|
4178
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4179
4179
|
$location?: string | undefined;
|
|
4180
4180
|
};
|
|
4181
4181
|
}, {
|
|
4182
4182
|
type: "within";
|
|
4183
4183
|
location: string | {
|
|
4184
|
-
$userField: "
|
|
4184
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4185
4185
|
$location?: string | undefined;
|
|
4186
4186
|
};
|
|
4187
4187
|
}>, z.ZodObject<{
|
|
4188
4188
|
type: z.ZodLiteral<"exact">;
|
|
4189
4189
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4190
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4190
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4191
4191
|
$location: z.ZodOptional<z.ZodString>;
|
|
4192
4192
|
}, "strip", z.ZodTypeAny, {
|
|
4193
|
-
$userField: "
|
|
4193
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4194
4194
|
$location?: string | undefined;
|
|
4195
4195
|
}, {
|
|
4196
|
-
$userField: "
|
|
4196
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4197
4197
|
$location?: string | undefined;
|
|
4198
4198
|
}>]>;
|
|
4199
4199
|
}, "strip", z.ZodTypeAny, {
|
|
4200
4200
|
type: "exact";
|
|
4201
4201
|
term: string | {
|
|
4202
|
-
$userField: "
|
|
4202
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4203
4203
|
$location?: string | undefined;
|
|
4204
4204
|
};
|
|
4205
4205
|
}, {
|
|
4206
4206
|
type: "exact";
|
|
4207
4207
|
term: string | {
|
|
4208
|
-
$userField: "
|
|
4208
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4209
4209
|
$location?: string | undefined;
|
|
4210
4210
|
};
|
|
4211
4211
|
}>]>>>;
|
|
4212
4212
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4213
4213
|
type: z.ZodLiteral<"exact">;
|
|
4214
4214
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4215
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4215
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4216
4216
|
$location: z.ZodOptional<z.ZodString>;
|
|
4217
4217
|
}, "strip", z.ZodTypeAny, {
|
|
4218
|
-
$userField: "
|
|
4218
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4219
4219
|
$location?: string | undefined;
|
|
4220
4220
|
}, {
|
|
4221
|
-
$userField: "
|
|
4221
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4222
4222
|
$location?: string | undefined;
|
|
4223
4223
|
}>]>;
|
|
4224
4224
|
}, "strip", z.ZodTypeAny, {
|
|
4225
4225
|
type: "exact";
|
|
4226
4226
|
term: string | {
|
|
4227
|
-
$userField: "
|
|
4227
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4228
4228
|
$location?: string | undefined;
|
|
4229
4229
|
};
|
|
4230
4230
|
}, {
|
|
4231
4231
|
type: "exact";
|
|
4232
4232
|
term: string | {
|
|
4233
|
-
$userField: "
|
|
4233
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4234
4234
|
$location?: string | undefined;
|
|
4235
4235
|
};
|
|
4236
4236
|
}>>>;
|
|
4237
4237
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4238
4238
|
type: z.ZodLiteral<"exact">;
|
|
4239
4239
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4240
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4240
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4241
4241
|
$location: z.ZodOptional<z.ZodString>;
|
|
4242
4242
|
}, "strip", z.ZodTypeAny, {
|
|
4243
|
-
$userField: "
|
|
4243
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4244
4244
|
$location?: string | undefined;
|
|
4245
4245
|
}, {
|
|
4246
|
-
$userField: "
|
|
4246
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4247
4247
|
$location?: string | undefined;
|
|
4248
4248
|
}>]>;
|
|
4249
4249
|
}, "strip", z.ZodTypeAny, {
|
|
4250
4250
|
type: "exact";
|
|
4251
4251
|
term: string | {
|
|
4252
|
-
$userField: "
|
|
4252
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4253
4253
|
$location?: string | undefined;
|
|
4254
4254
|
};
|
|
4255
4255
|
}, {
|
|
4256
4256
|
type: "exact";
|
|
4257
4257
|
term: string | {
|
|
4258
|
-
$userField: "
|
|
4258
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4259
4259
|
$location?: string | undefined;
|
|
4260
4260
|
};
|
|
4261
4261
|
}>>>;
|
|
@@ -4272,25 +4272,25 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4272
4272
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4273
4273
|
type: z.ZodLiteral<"exact">;
|
|
4274
4274
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4275
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4275
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4276
4276
|
$location: z.ZodOptional<z.ZodString>;
|
|
4277
4277
|
}, "strip", z.ZodTypeAny, {
|
|
4278
|
-
$userField: "
|
|
4278
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4279
4279
|
$location?: string | undefined;
|
|
4280
4280
|
}, {
|
|
4281
|
-
$userField: "
|
|
4281
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4282
4282
|
$location?: string | undefined;
|
|
4283
4283
|
}>]>;
|
|
4284
4284
|
}, "strip", z.ZodTypeAny, {
|
|
4285
4285
|
type: "exact";
|
|
4286
4286
|
term: string | {
|
|
4287
|
-
$userField: "
|
|
4287
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4288
4288
|
$location?: string | undefined;
|
|
4289
4289
|
};
|
|
4290
4290
|
}, {
|
|
4291
4291
|
type: "exact";
|
|
4292
4292
|
term: string | {
|
|
4293
|
-
$userField: "
|
|
4293
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4294
4294
|
$location?: string | undefined;
|
|
4295
4295
|
};
|
|
4296
4296
|
}>>>;
|
|
@@ -4354,27 +4354,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4354
4354
|
createdBy?: {
|
|
4355
4355
|
type: "exact";
|
|
4356
4356
|
term: string | {
|
|
4357
|
-
$userField: "
|
|
4357
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4358
4358
|
$location?: string | undefined;
|
|
4359
4359
|
};
|
|
4360
4360
|
} | undefined;
|
|
4361
4361
|
createdAtLocation?: {
|
|
4362
4362
|
type: "exact";
|
|
4363
4363
|
term: string | {
|
|
4364
|
-
$userField: "
|
|
4364
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4365
4365
|
$location?: string | undefined;
|
|
4366
4366
|
};
|
|
4367
4367
|
} | {
|
|
4368
4368
|
type: "within";
|
|
4369
4369
|
location: string | {
|
|
4370
|
-
$userField: "
|
|
4370
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4371
4371
|
$location?: string | undefined;
|
|
4372
4372
|
};
|
|
4373
4373
|
} | undefined;
|
|
4374
4374
|
assignedTo?: {
|
|
4375
4375
|
type: "exact";
|
|
4376
4376
|
term: string | {
|
|
4377
|
-
$userField: "
|
|
4377
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4378
4378
|
$location?: string | undefined;
|
|
4379
4379
|
};
|
|
4380
4380
|
} | undefined;
|
|
@@ -4396,20 +4396,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4396
4396
|
updatedAtLocation?: {
|
|
4397
4397
|
type: "exact";
|
|
4398
4398
|
term: string | {
|
|
4399
|
-
$userField: "
|
|
4399
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4400
4400
|
$location?: string | undefined;
|
|
4401
4401
|
};
|
|
4402
4402
|
} | {
|
|
4403
4403
|
type: "within";
|
|
4404
4404
|
location: string | {
|
|
4405
|
-
$userField: "
|
|
4405
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4406
4406
|
$location?: string | undefined;
|
|
4407
4407
|
};
|
|
4408
4408
|
} | undefined;
|
|
4409
4409
|
updatedBy?: {
|
|
4410
4410
|
type: "exact";
|
|
4411
4411
|
term: string | {
|
|
4412
|
-
$userField: "
|
|
4412
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4413
4413
|
$location?: string | undefined;
|
|
4414
4414
|
};
|
|
4415
4415
|
} | undefined;
|
|
@@ -4467,27 +4467,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4467
4467
|
createdBy?: {
|
|
4468
4468
|
type: "exact";
|
|
4469
4469
|
term: string | {
|
|
4470
|
-
$userField: "
|
|
4470
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4471
4471
|
$location?: string | undefined;
|
|
4472
4472
|
};
|
|
4473
4473
|
} | undefined;
|
|
4474
4474
|
createdAtLocation?: {
|
|
4475
4475
|
type: "exact";
|
|
4476
4476
|
term: string | {
|
|
4477
|
-
$userField: "
|
|
4477
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4478
4478
|
$location?: string | undefined;
|
|
4479
4479
|
};
|
|
4480
4480
|
} | {
|
|
4481
4481
|
type: "within";
|
|
4482
4482
|
location: string | {
|
|
4483
|
-
$userField: "
|
|
4483
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4484
4484
|
$location?: string | undefined;
|
|
4485
4485
|
};
|
|
4486
4486
|
} | undefined;
|
|
4487
4487
|
assignedTo?: {
|
|
4488
4488
|
type: "exact";
|
|
4489
4489
|
term: string | {
|
|
4490
|
-
$userField: "
|
|
4490
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4491
4491
|
$location?: string | undefined;
|
|
4492
4492
|
};
|
|
4493
4493
|
} | undefined;
|
|
@@ -4509,20 +4509,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4509
4509
|
updatedAtLocation?: {
|
|
4510
4510
|
type: "exact";
|
|
4511
4511
|
term: string | {
|
|
4512
|
-
$userField: "
|
|
4512
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4513
4513
|
$location?: string | undefined;
|
|
4514
4514
|
};
|
|
4515
4515
|
} | {
|
|
4516
4516
|
type: "within";
|
|
4517
4517
|
location: string | {
|
|
4518
|
-
$userField: "
|
|
4518
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4519
4519
|
$location?: string | undefined;
|
|
4520
4520
|
};
|
|
4521
4521
|
} | undefined;
|
|
4522
4522
|
updatedBy?: {
|
|
4523
4523
|
type: "exact";
|
|
4524
4524
|
term: string | {
|
|
4525
|
-
$userField: "
|
|
4525
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4526
4526
|
$location?: string | undefined;
|
|
4527
4527
|
};
|
|
4528
4528
|
} | undefined;
|
|
@@ -4707,148 +4707,148 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4707
4707
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
4708
4708
|
type: z.ZodLiteral<"within">;
|
|
4709
4709
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4710
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4710
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4711
4711
|
$location: z.ZodOptional<z.ZodString>;
|
|
4712
4712
|
}, "strip", z.ZodTypeAny, {
|
|
4713
|
-
$userField: "
|
|
4713
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4714
4714
|
$location?: string | undefined;
|
|
4715
4715
|
}, {
|
|
4716
|
-
$userField: "
|
|
4716
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4717
4717
|
$location?: string | undefined;
|
|
4718
4718
|
}>]>;
|
|
4719
4719
|
}, "strip", z.ZodTypeAny, {
|
|
4720
4720
|
type: "within";
|
|
4721
4721
|
location: string | {
|
|
4722
|
-
$userField: "
|
|
4722
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4723
4723
|
$location?: string | undefined;
|
|
4724
4724
|
};
|
|
4725
4725
|
}, {
|
|
4726
4726
|
type: "within";
|
|
4727
4727
|
location: string | {
|
|
4728
|
-
$userField: "
|
|
4728
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4729
4729
|
$location?: string | undefined;
|
|
4730
4730
|
};
|
|
4731
4731
|
}>, z.ZodObject<{
|
|
4732
4732
|
type: z.ZodLiteral<"exact">;
|
|
4733
4733
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4734
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4734
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4735
4735
|
$location: z.ZodOptional<z.ZodString>;
|
|
4736
4736
|
}, "strip", z.ZodTypeAny, {
|
|
4737
|
-
$userField: "
|
|
4737
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4738
4738
|
$location?: string | undefined;
|
|
4739
4739
|
}, {
|
|
4740
|
-
$userField: "
|
|
4740
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4741
4741
|
$location?: string | undefined;
|
|
4742
4742
|
}>]>;
|
|
4743
4743
|
}, "strip", z.ZodTypeAny, {
|
|
4744
4744
|
type: "exact";
|
|
4745
4745
|
term: string | {
|
|
4746
|
-
$userField: "
|
|
4746
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4747
4747
|
$location?: string | undefined;
|
|
4748
4748
|
};
|
|
4749
4749
|
}, {
|
|
4750
4750
|
type: "exact";
|
|
4751
4751
|
term: string | {
|
|
4752
|
-
$userField: "
|
|
4752
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4753
4753
|
$location?: string | undefined;
|
|
4754
4754
|
};
|
|
4755
4755
|
}>]>>>;
|
|
4756
4756
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
4757
4757
|
type: z.ZodLiteral<"within">;
|
|
4758
4758
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4759
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4759
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4760
4760
|
$location: z.ZodOptional<z.ZodString>;
|
|
4761
4761
|
}, "strip", z.ZodTypeAny, {
|
|
4762
|
-
$userField: "
|
|
4762
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4763
4763
|
$location?: string | undefined;
|
|
4764
4764
|
}, {
|
|
4765
|
-
$userField: "
|
|
4765
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4766
4766
|
$location?: string | undefined;
|
|
4767
4767
|
}>]>;
|
|
4768
4768
|
}, "strip", z.ZodTypeAny, {
|
|
4769
4769
|
type: "within";
|
|
4770
4770
|
location: string | {
|
|
4771
|
-
$userField: "
|
|
4771
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4772
4772
|
$location?: string | undefined;
|
|
4773
4773
|
};
|
|
4774
4774
|
}, {
|
|
4775
4775
|
type: "within";
|
|
4776
4776
|
location: string | {
|
|
4777
|
-
$userField: "
|
|
4777
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4778
4778
|
$location?: string | undefined;
|
|
4779
4779
|
};
|
|
4780
4780
|
}>, z.ZodObject<{
|
|
4781
4781
|
type: z.ZodLiteral<"exact">;
|
|
4782
4782
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4783
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4783
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4784
4784
|
$location: z.ZodOptional<z.ZodString>;
|
|
4785
4785
|
}, "strip", z.ZodTypeAny, {
|
|
4786
|
-
$userField: "
|
|
4786
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4787
4787
|
$location?: string | undefined;
|
|
4788
4788
|
}, {
|
|
4789
|
-
$userField: "
|
|
4789
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4790
4790
|
$location?: string | undefined;
|
|
4791
4791
|
}>]>;
|
|
4792
4792
|
}, "strip", z.ZodTypeAny, {
|
|
4793
4793
|
type: "exact";
|
|
4794
4794
|
term: string | {
|
|
4795
|
-
$userField: "
|
|
4795
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4796
4796
|
$location?: string | undefined;
|
|
4797
4797
|
};
|
|
4798
4798
|
}, {
|
|
4799
4799
|
type: "exact";
|
|
4800
4800
|
term: string | {
|
|
4801
|
-
$userField: "
|
|
4801
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4802
4802
|
$location?: string | undefined;
|
|
4803
4803
|
};
|
|
4804
4804
|
}>]>>>;
|
|
4805
4805
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4806
4806
|
type: z.ZodLiteral<"exact">;
|
|
4807
4807
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4808
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4808
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4809
4809
|
$location: z.ZodOptional<z.ZodString>;
|
|
4810
4810
|
}, "strip", z.ZodTypeAny, {
|
|
4811
|
-
$userField: "
|
|
4811
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4812
4812
|
$location?: string | undefined;
|
|
4813
4813
|
}, {
|
|
4814
|
-
$userField: "
|
|
4814
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4815
4815
|
$location?: string | undefined;
|
|
4816
4816
|
}>]>;
|
|
4817
4817
|
}, "strip", z.ZodTypeAny, {
|
|
4818
4818
|
type: "exact";
|
|
4819
4819
|
term: string | {
|
|
4820
|
-
$userField: "
|
|
4820
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4821
4821
|
$location?: string | undefined;
|
|
4822
4822
|
};
|
|
4823
4823
|
}, {
|
|
4824
4824
|
type: "exact";
|
|
4825
4825
|
term: string | {
|
|
4826
|
-
$userField: "
|
|
4826
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4827
4827
|
$location?: string | undefined;
|
|
4828
4828
|
};
|
|
4829
4829
|
}>>>;
|
|
4830
4830
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4831
4831
|
type: z.ZodLiteral<"exact">;
|
|
4832
4832
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4833
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4833
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4834
4834
|
$location: z.ZodOptional<z.ZodString>;
|
|
4835
4835
|
}, "strip", z.ZodTypeAny, {
|
|
4836
|
-
$userField: "
|
|
4836
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4837
4837
|
$location?: string | undefined;
|
|
4838
4838
|
}, {
|
|
4839
|
-
$userField: "
|
|
4839
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4840
4840
|
$location?: string | undefined;
|
|
4841
4841
|
}>]>;
|
|
4842
4842
|
}, "strip", z.ZodTypeAny, {
|
|
4843
4843
|
type: "exact";
|
|
4844
4844
|
term: string | {
|
|
4845
|
-
$userField: "
|
|
4845
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4846
4846
|
$location?: string | undefined;
|
|
4847
4847
|
};
|
|
4848
4848
|
}, {
|
|
4849
4849
|
type: "exact";
|
|
4850
4850
|
term: string | {
|
|
4851
|
-
$userField: "
|
|
4851
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4852
4852
|
$location?: string | undefined;
|
|
4853
4853
|
};
|
|
4854
4854
|
}>>>;
|
|
@@ -4865,25 +4865,25 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4865
4865
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4866
4866
|
type: z.ZodLiteral<"exact">;
|
|
4867
4867
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
4868
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
4868
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
4869
4869
|
$location: z.ZodOptional<z.ZodString>;
|
|
4870
4870
|
}, "strip", z.ZodTypeAny, {
|
|
4871
|
-
$userField: "
|
|
4871
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4872
4872
|
$location?: string | undefined;
|
|
4873
4873
|
}, {
|
|
4874
|
-
$userField: "
|
|
4874
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4875
4875
|
$location?: string | undefined;
|
|
4876
4876
|
}>]>;
|
|
4877
4877
|
}, "strip", z.ZodTypeAny, {
|
|
4878
4878
|
type: "exact";
|
|
4879
4879
|
term: string | {
|
|
4880
|
-
$userField: "
|
|
4880
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4881
4881
|
$location?: string | undefined;
|
|
4882
4882
|
};
|
|
4883
4883
|
}, {
|
|
4884
4884
|
type: "exact";
|
|
4885
4885
|
term: string | {
|
|
4886
|
-
$userField: "
|
|
4886
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4887
4887
|
$location?: string | undefined;
|
|
4888
4888
|
};
|
|
4889
4889
|
}>>>;
|
|
@@ -4947,27 +4947,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4947
4947
|
createdBy?: {
|
|
4948
4948
|
type: "exact";
|
|
4949
4949
|
term: string | {
|
|
4950
|
-
$userField: "
|
|
4950
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4951
4951
|
$location?: string | undefined;
|
|
4952
4952
|
};
|
|
4953
4953
|
} | undefined;
|
|
4954
4954
|
createdAtLocation?: {
|
|
4955
4955
|
type: "exact";
|
|
4956
4956
|
term: string | {
|
|
4957
|
-
$userField: "
|
|
4957
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4958
4958
|
$location?: string | undefined;
|
|
4959
4959
|
};
|
|
4960
4960
|
} | {
|
|
4961
4961
|
type: "within";
|
|
4962
4962
|
location: string | {
|
|
4963
|
-
$userField: "
|
|
4963
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4964
4964
|
$location?: string | undefined;
|
|
4965
4965
|
};
|
|
4966
4966
|
} | undefined;
|
|
4967
4967
|
assignedTo?: {
|
|
4968
4968
|
type: "exact";
|
|
4969
4969
|
term: string | {
|
|
4970
|
-
$userField: "
|
|
4970
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4971
4971
|
$location?: string | undefined;
|
|
4972
4972
|
};
|
|
4973
4973
|
} | undefined;
|
|
@@ -4989,20 +4989,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
4989
4989
|
updatedAtLocation?: {
|
|
4990
4990
|
type: "exact";
|
|
4991
4991
|
term: string | {
|
|
4992
|
-
$userField: "
|
|
4992
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4993
4993
|
$location?: string | undefined;
|
|
4994
4994
|
};
|
|
4995
4995
|
} | {
|
|
4996
4996
|
type: "within";
|
|
4997
4997
|
location: string | {
|
|
4998
|
-
$userField: "
|
|
4998
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4999
4999
|
$location?: string | undefined;
|
|
5000
5000
|
};
|
|
5001
5001
|
} | undefined;
|
|
5002
5002
|
updatedBy?: {
|
|
5003
5003
|
type: "exact";
|
|
5004
5004
|
term: string | {
|
|
5005
|
-
$userField: "
|
|
5005
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5006
5006
|
$location?: string | undefined;
|
|
5007
5007
|
};
|
|
5008
5008
|
} | undefined;
|
|
@@ -5060,27 +5060,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5060
5060
|
createdBy?: {
|
|
5061
5061
|
type: "exact";
|
|
5062
5062
|
term: string | {
|
|
5063
|
-
$userField: "
|
|
5063
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5064
5064
|
$location?: string | undefined;
|
|
5065
5065
|
};
|
|
5066
5066
|
} | undefined;
|
|
5067
5067
|
createdAtLocation?: {
|
|
5068
5068
|
type: "exact";
|
|
5069
5069
|
term: string | {
|
|
5070
|
-
$userField: "
|
|
5070
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5071
5071
|
$location?: string | undefined;
|
|
5072
5072
|
};
|
|
5073
5073
|
} | {
|
|
5074
5074
|
type: "within";
|
|
5075
5075
|
location: string | {
|
|
5076
|
-
$userField: "
|
|
5076
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5077
5077
|
$location?: string | undefined;
|
|
5078
5078
|
};
|
|
5079
5079
|
} | undefined;
|
|
5080
5080
|
assignedTo?: {
|
|
5081
5081
|
type: "exact";
|
|
5082
5082
|
term: string | {
|
|
5083
|
-
$userField: "
|
|
5083
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5084
5084
|
$location?: string | undefined;
|
|
5085
5085
|
};
|
|
5086
5086
|
} | undefined;
|
|
@@ -5102,20 +5102,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5102
5102
|
updatedAtLocation?: {
|
|
5103
5103
|
type: "exact";
|
|
5104
5104
|
term: string | {
|
|
5105
|
-
$userField: "
|
|
5105
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5106
5106
|
$location?: string | undefined;
|
|
5107
5107
|
};
|
|
5108
5108
|
} | {
|
|
5109
5109
|
type: "within";
|
|
5110
5110
|
location: string | {
|
|
5111
|
-
$userField: "
|
|
5111
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5112
5112
|
$location?: string | undefined;
|
|
5113
5113
|
};
|
|
5114
5114
|
} | undefined;
|
|
5115
5115
|
updatedBy?: {
|
|
5116
5116
|
type: "exact";
|
|
5117
5117
|
term: string | {
|
|
5118
|
-
$userField: "
|
|
5118
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5119
5119
|
$location?: string | undefined;
|
|
5120
5120
|
};
|
|
5121
5121
|
} | undefined;
|
|
@@ -5176,27 +5176,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5176
5176
|
createdBy?: {
|
|
5177
5177
|
type: "exact";
|
|
5178
5178
|
term: string | {
|
|
5179
|
-
$userField: "
|
|
5179
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5180
5180
|
$location?: string | undefined;
|
|
5181
5181
|
};
|
|
5182
5182
|
} | undefined;
|
|
5183
5183
|
createdAtLocation?: {
|
|
5184
5184
|
type: "exact";
|
|
5185
5185
|
term: string | {
|
|
5186
|
-
$userField: "
|
|
5186
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5187
5187
|
$location?: string | undefined;
|
|
5188
5188
|
};
|
|
5189
5189
|
} | {
|
|
5190
5190
|
type: "within";
|
|
5191
5191
|
location: string | {
|
|
5192
|
-
$userField: "
|
|
5192
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5193
5193
|
$location?: string | undefined;
|
|
5194
5194
|
};
|
|
5195
5195
|
} | undefined;
|
|
5196
5196
|
assignedTo?: {
|
|
5197
5197
|
type: "exact";
|
|
5198
5198
|
term: string | {
|
|
5199
|
-
$userField: "
|
|
5199
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5200
5200
|
$location?: string | undefined;
|
|
5201
5201
|
};
|
|
5202
5202
|
} | undefined;
|
|
@@ -5218,20 +5218,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5218
5218
|
updatedAtLocation?: {
|
|
5219
5219
|
type: "exact";
|
|
5220
5220
|
term: string | {
|
|
5221
|
-
$userField: "
|
|
5221
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5222
5222
|
$location?: string | undefined;
|
|
5223
5223
|
};
|
|
5224
5224
|
} | {
|
|
5225
5225
|
type: "within";
|
|
5226
5226
|
location: string | {
|
|
5227
|
-
$userField: "
|
|
5227
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5228
5228
|
$location?: string | undefined;
|
|
5229
5229
|
};
|
|
5230
5230
|
} | undefined;
|
|
5231
5231
|
updatedBy?: {
|
|
5232
5232
|
type: "exact";
|
|
5233
5233
|
term: string | {
|
|
5234
|
-
$userField: "
|
|
5234
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5235
5235
|
$location?: string | undefined;
|
|
5236
5236
|
};
|
|
5237
5237
|
} | undefined;
|
|
@@ -5292,27 +5292,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5292
5292
|
createdBy?: {
|
|
5293
5293
|
type: "exact";
|
|
5294
5294
|
term: string | {
|
|
5295
|
-
$userField: "
|
|
5295
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5296
5296
|
$location?: string | undefined;
|
|
5297
5297
|
};
|
|
5298
5298
|
} | undefined;
|
|
5299
5299
|
createdAtLocation?: {
|
|
5300
5300
|
type: "exact";
|
|
5301
5301
|
term: string | {
|
|
5302
|
-
$userField: "
|
|
5302
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5303
5303
|
$location?: string | undefined;
|
|
5304
5304
|
};
|
|
5305
5305
|
} | {
|
|
5306
5306
|
type: "within";
|
|
5307
5307
|
location: string | {
|
|
5308
|
-
$userField: "
|
|
5308
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5309
5309
|
$location?: string | undefined;
|
|
5310
5310
|
};
|
|
5311
5311
|
} | undefined;
|
|
5312
5312
|
assignedTo?: {
|
|
5313
5313
|
type: "exact";
|
|
5314
5314
|
term: string | {
|
|
5315
|
-
$userField: "
|
|
5315
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5316
5316
|
$location?: string | undefined;
|
|
5317
5317
|
};
|
|
5318
5318
|
} | undefined;
|
|
@@ -5334,20 +5334,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5334
5334
|
updatedAtLocation?: {
|
|
5335
5335
|
type: "exact";
|
|
5336
5336
|
term: string | {
|
|
5337
|
-
$userField: "
|
|
5337
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5338
5338
|
$location?: string | undefined;
|
|
5339
5339
|
};
|
|
5340
5340
|
} | {
|
|
5341
5341
|
type: "within";
|
|
5342
5342
|
location: string | {
|
|
5343
|
-
$userField: "
|
|
5343
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5344
5344
|
$location?: string | undefined;
|
|
5345
5345
|
};
|
|
5346
5346
|
} | undefined;
|
|
5347
5347
|
updatedBy?: {
|
|
5348
5348
|
type: "exact";
|
|
5349
5349
|
term: string | {
|
|
5350
|
-
$userField: "
|
|
5350
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5351
5351
|
$location?: string | undefined;
|
|
5352
5352
|
};
|
|
5353
5353
|
} | undefined;
|
|
@@ -5533,148 +5533,148 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5533
5533
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
5534
5534
|
type: z.ZodLiteral<"within">;
|
|
5535
5535
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5536
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
5536
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
5537
5537
|
$location: z.ZodOptional<z.ZodString>;
|
|
5538
5538
|
}, "strip", z.ZodTypeAny, {
|
|
5539
|
-
$userField: "
|
|
5539
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5540
5540
|
$location?: string | undefined;
|
|
5541
5541
|
}, {
|
|
5542
|
-
$userField: "
|
|
5542
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5543
5543
|
$location?: string | undefined;
|
|
5544
5544
|
}>]>;
|
|
5545
5545
|
}, "strip", z.ZodTypeAny, {
|
|
5546
5546
|
type: "within";
|
|
5547
5547
|
location: string | {
|
|
5548
|
-
$userField: "
|
|
5548
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5549
5549
|
$location?: string | undefined;
|
|
5550
5550
|
};
|
|
5551
5551
|
}, {
|
|
5552
5552
|
type: "within";
|
|
5553
5553
|
location: string | {
|
|
5554
|
-
$userField: "
|
|
5554
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5555
5555
|
$location?: string | undefined;
|
|
5556
5556
|
};
|
|
5557
5557
|
}>, z.ZodObject<{
|
|
5558
5558
|
type: z.ZodLiteral<"exact">;
|
|
5559
5559
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5560
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
5560
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
5561
5561
|
$location: z.ZodOptional<z.ZodString>;
|
|
5562
5562
|
}, "strip", z.ZodTypeAny, {
|
|
5563
|
-
$userField: "
|
|
5563
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5564
5564
|
$location?: string | undefined;
|
|
5565
5565
|
}, {
|
|
5566
|
-
$userField: "
|
|
5566
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5567
5567
|
$location?: string | undefined;
|
|
5568
5568
|
}>]>;
|
|
5569
5569
|
}, "strip", z.ZodTypeAny, {
|
|
5570
5570
|
type: "exact";
|
|
5571
5571
|
term: string | {
|
|
5572
|
-
$userField: "
|
|
5572
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5573
5573
|
$location?: string | undefined;
|
|
5574
5574
|
};
|
|
5575
5575
|
}, {
|
|
5576
5576
|
type: "exact";
|
|
5577
5577
|
term: string | {
|
|
5578
|
-
$userField: "
|
|
5578
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5579
5579
|
$location?: string | undefined;
|
|
5580
5580
|
};
|
|
5581
5581
|
}>]>>>;
|
|
5582
5582
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
|
5583
5583
|
type: z.ZodLiteral<"within">;
|
|
5584
5584
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5585
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
5585
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
5586
5586
|
$location: z.ZodOptional<z.ZodString>;
|
|
5587
5587
|
}, "strip", z.ZodTypeAny, {
|
|
5588
|
-
$userField: "
|
|
5588
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5589
5589
|
$location?: string | undefined;
|
|
5590
5590
|
}, {
|
|
5591
|
-
$userField: "
|
|
5591
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5592
5592
|
$location?: string | undefined;
|
|
5593
5593
|
}>]>;
|
|
5594
5594
|
}, "strip", z.ZodTypeAny, {
|
|
5595
5595
|
type: "within";
|
|
5596
5596
|
location: string | {
|
|
5597
|
-
$userField: "
|
|
5597
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5598
5598
|
$location?: string | undefined;
|
|
5599
5599
|
};
|
|
5600
5600
|
}, {
|
|
5601
5601
|
type: "within";
|
|
5602
5602
|
location: string | {
|
|
5603
|
-
$userField: "
|
|
5603
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5604
5604
|
$location?: string | undefined;
|
|
5605
5605
|
};
|
|
5606
5606
|
}>, z.ZodObject<{
|
|
5607
5607
|
type: z.ZodLiteral<"exact">;
|
|
5608
5608
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5609
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
5609
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
5610
5610
|
$location: z.ZodOptional<z.ZodString>;
|
|
5611
5611
|
}, "strip", z.ZodTypeAny, {
|
|
5612
|
-
$userField: "
|
|
5612
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5613
5613
|
$location?: string | undefined;
|
|
5614
5614
|
}, {
|
|
5615
|
-
$userField: "
|
|
5615
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5616
5616
|
$location?: string | undefined;
|
|
5617
5617
|
}>]>;
|
|
5618
5618
|
}, "strip", z.ZodTypeAny, {
|
|
5619
5619
|
type: "exact";
|
|
5620
5620
|
term: string | {
|
|
5621
|
-
$userField: "
|
|
5621
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5622
5622
|
$location?: string | undefined;
|
|
5623
5623
|
};
|
|
5624
5624
|
}, {
|
|
5625
5625
|
type: "exact";
|
|
5626
5626
|
term: string | {
|
|
5627
|
-
$userField: "
|
|
5627
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5628
5628
|
$location?: string | undefined;
|
|
5629
5629
|
};
|
|
5630
5630
|
}>]>>>;
|
|
5631
5631
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
5632
5632
|
type: z.ZodLiteral<"exact">;
|
|
5633
5633
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5634
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
5634
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
5635
5635
|
$location: z.ZodOptional<z.ZodString>;
|
|
5636
5636
|
}, "strip", z.ZodTypeAny, {
|
|
5637
|
-
$userField: "
|
|
5637
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5638
5638
|
$location?: string | undefined;
|
|
5639
5639
|
}, {
|
|
5640
|
-
$userField: "
|
|
5640
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5641
5641
|
$location?: string | undefined;
|
|
5642
5642
|
}>]>;
|
|
5643
5643
|
}, "strip", z.ZodTypeAny, {
|
|
5644
5644
|
type: "exact";
|
|
5645
5645
|
term: string | {
|
|
5646
|
-
$userField: "
|
|
5646
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5647
5647
|
$location?: string | undefined;
|
|
5648
5648
|
};
|
|
5649
5649
|
}, {
|
|
5650
5650
|
type: "exact";
|
|
5651
5651
|
term: string | {
|
|
5652
|
-
$userField: "
|
|
5652
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5653
5653
|
$location?: string | undefined;
|
|
5654
5654
|
};
|
|
5655
5655
|
}>>>;
|
|
5656
5656
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
5657
5657
|
type: z.ZodLiteral<"exact">;
|
|
5658
5658
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5659
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
5659
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
5660
5660
|
$location: z.ZodOptional<z.ZodString>;
|
|
5661
5661
|
}, "strip", z.ZodTypeAny, {
|
|
5662
|
-
$userField: "
|
|
5662
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5663
5663
|
$location?: string | undefined;
|
|
5664
5664
|
}, {
|
|
5665
|
-
$userField: "
|
|
5665
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5666
5666
|
$location?: string | undefined;
|
|
5667
5667
|
}>]>;
|
|
5668
5668
|
}, "strip", z.ZodTypeAny, {
|
|
5669
5669
|
type: "exact";
|
|
5670
5670
|
term: string | {
|
|
5671
|
-
$userField: "
|
|
5671
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5672
5672
|
$location?: string | undefined;
|
|
5673
5673
|
};
|
|
5674
5674
|
}, {
|
|
5675
5675
|
type: "exact";
|
|
5676
5676
|
term: string | {
|
|
5677
|
-
$userField: "
|
|
5677
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5678
5678
|
$location?: string | undefined;
|
|
5679
5679
|
};
|
|
5680
5680
|
}>>>;
|
|
@@ -5691,25 +5691,25 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5691
5691
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
5692
5692
|
type: z.ZodLiteral<"exact">;
|
|
5693
5693
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
5694
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
|
5694
|
+
$userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
|
|
5695
5695
|
$location: z.ZodOptional<z.ZodString>;
|
|
5696
5696
|
}, "strip", z.ZodTypeAny, {
|
|
5697
|
-
$userField: "
|
|
5697
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5698
5698
|
$location?: string | undefined;
|
|
5699
5699
|
}, {
|
|
5700
|
-
$userField: "
|
|
5700
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5701
5701
|
$location?: string | undefined;
|
|
5702
5702
|
}>]>;
|
|
5703
5703
|
}, "strip", z.ZodTypeAny, {
|
|
5704
5704
|
type: "exact";
|
|
5705
5705
|
term: string | {
|
|
5706
|
-
$userField: "
|
|
5706
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5707
5707
|
$location?: string | undefined;
|
|
5708
5708
|
};
|
|
5709
5709
|
}, {
|
|
5710
5710
|
type: "exact";
|
|
5711
5711
|
term: string | {
|
|
5712
|
-
$userField: "
|
|
5712
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5713
5713
|
$location?: string | undefined;
|
|
5714
5714
|
};
|
|
5715
5715
|
}>>>;
|
|
@@ -5773,27 +5773,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5773
5773
|
createdBy?: {
|
|
5774
5774
|
type: "exact";
|
|
5775
5775
|
term: string | {
|
|
5776
|
-
$userField: "
|
|
5776
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5777
5777
|
$location?: string | undefined;
|
|
5778
5778
|
};
|
|
5779
5779
|
} | undefined;
|
|
5780
5780
|
createdAtLocation?: {
|
|
5781
5781
|
type: "exact";
|
|
5782
5782
|
term: string | {
|
|
5783
|
-
$userField: "
|
|
5783
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5784
5784
|
$location?: string | undefined;
|
|
5785
5785
|
};
|
|
5786
5786
|
} | {
|
|
5787
5787
|
type: "within";
|
|
5788
5788
|
location: string | {
|
|
5789
|
-
$userField: "
|
|
5789
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5790
5790
|
$location?: string | undefined;
|
|
5791
5791
|
};
|
|
5792
5792
|
} | undefined;
|
|
5793
5793
|
assignedTo?: {
|
|
5794
5794
|
type: "exact";
|
|
5795
5795
|
term: string | {
|
|
5796
|
-
$userField: "
|
|
5796
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5797
5797
|
$location?: string | undefined;
|
|
5798
5798
|
};
|
|
5799
5799
|
} | undefined;
|
|
@@ -5815,20 +5815,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5815
5815
|
updatedAtLocation?: {
|
|
5816
5816
|
type: "exact";
|
|
5817
5817
|
term: string | {
|
|
5818
|
-
$userField: "
|
|
5818
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5819
5819
|
$location?: string | undefined;
|
|
5820
5820
|
};
|
|
5821
5821
|
} | {
|
|
5822
5822
|
type: "within";
|
|
5823
5823
|
location: string | {
|
|
5824
|
-
$userField: "
|
|
5824
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5825
5825
|
$location?: string | undefined;
|
|
5826
5826
|
};
|
|
5827
5827
|
} | undefined;
|
|
5828
5828
|
updatedBy?: {
|
|
5829
5829
|
type: "exact";
|
|
5830
5830
|
term: string | {
|
|
5831
|
-
$userField: "
|
|
5831
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5832
5832
|
$location?: string | undefined;
|
|
5833
5833
|
};
|
|
5834
5834
|
} | undefined;
|
|
@@ -5886,27 +5886,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5886
5886
|
createdBy?: {
|
|
5887
5887
|
type: "exact";
|
|
5888
5888
|
term: string | {
|
|
5889
|
-
$userField: "
|
|
5889
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5890
5890
|
$location?: string | undefined;
|
|
5891
5891
|
};
|
|
5892
5892
|
} | undefined;
|
|
5893
5893
|
createdAtLocation?: {
|
|
5894
5894
|
type: "exact";
|
|
5895
5895
|
term: string | {
|
|
5896
|
-
$userField: "
|
|
5896
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5897
5897
|
$location?: string | undefined;
|
|
5898
5898
|
};
|
|
5899
5899
|
} | {
|
|
5900
5900
|
type: "within";
|
|
5901
5901
|
location: string | {
|
|
5902
|
-
$userField: "
|
|
5902
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5903
5903
|
$location?: string | undefined;
|
|
5904
5904
|
};
|
|
5905
5905
|
} | undefined;
|
|
5906
5906
|
assignedTo?: {
|
|
5907
5907
|
type: "exact";
|
|
5908
5908
|
term: string | {
|
|
5909
|
-
$userField: "
|
|
5909
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5910
5910
|
$location?: string | undefined;
|
|
5911
5911
|
};
|
|
5912
5912
|
} | undefined;
|
|
@@ -5928,20 +5928,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
5928
5928
|
updatedAtLocation?: {
|
|
5929
5929
|
type: "exact";
|
|
5930
5930
|
term: string | {
|
|
5931
|
-
$userField: "
|
|
5931
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5932
5932
|
$location?: string | undefined;
|
|
5933
5933
|
};
|
|
5934
5934
|
} | {
|
|
5935
5935
|
type: "within";
|
|
5936
5936
|
location: string | {
|
|
5937
|
-
$userField: "
|
|
5937
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5938
5938
|
$location?: string | undefined;
|
|
5939
5939
|
};
|
|
5940
5940
|
} | undefined;
|
|
5941
5941
|
updatedBy?: {
|
|
5942
5942
|
type: "exact";
|
|
5943
5943
|
term: string | {
|
|
5944
|
-
$userField: "
|
|
5944
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
5945
5945
|
$location?: string | undefined;
|
|
5946
5946
|
};
|
|
5947
5947
|
} | undefined;
|
|
@@ -6002,27 +6002,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6002
6002
|
createdBy?: {
|
|
6003
6003
|
type: "exact";
|
|
6004
6004
|
term: string | {
|
|
6005
|
-
$userField: "
|
|
6005
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6006
6006
|
$location?: string | undefined;
|
|
6007
6007
|
};
|
|
6008
6008
|
} | undefined;
|
|
6009
6009
|
createdAtLocation?: {
|
|
6010
6010
|
type: "exact";
|
|
6011
6011
|
term: string | {
|
|
6012
|
-
$userField: "
|
|
6012
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6013
6013
|
$location?: string | undefined;
|
|
6014
6014
|
};
|
|
6015
6015
|
} | {
|
|
6016
6016
|
type: "within";
|
|
6017
6017
|
location: string | {
|
|
6018
|
-
$userField: "
|
|
6018
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6019
6019
|
$location?: string | undefined;
|
|
6020
6020
|
};
|
|
6021
6021
|
} | undefined;
|
|
6022
6022
|
assignedTo?: {
|
|
6023
6023
|
type: "exact";
|
|
6024
6024
|
term: string | {
|
|
6025
|
-
$userField: "
|
|
6025
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6026
6026
|
$location?: string | undefined;
|
|
6027
6027
|
};
|
|
6028
6028
|
} | undefined;
|
|
@@ -6044,20 +6044,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6044
6044
|
updatedAtLocation?: {
|
|
6045
6045
|
type: "exact";
|
|
6046
6046
|
term: string | {
|
|
6047
|
-
$userField: "
|
|
6047
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6048
6048
|
$location?: string | undefined;
|
|
6049
6049
|
};
|
|
6050
6050
|
} | {
|
|
6051
6051
|
type: "within";
|
|
6052
6052
|
location: string | {
|
|
6053
|
-
$userField: "
|
|
6053
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6054
6054
|
$location?: string | undefined;
|
|
6055
6055
|
};
|
|
6056
6056
|
} | undefined;
|
|
6057
6057
|
updatedBy?: {
|
|
6058
6058
|
type: "exact";
|
|
6059
6059
|
term: string | {
|
|
6060
|
-
$userField: "
|
|
6060
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6061
6061
|
$location?: string | undefined;
|
|
6062
6062
|
};
|
|
6063
6063
|
} | undefined;
|
|
@@ -6118,27 +6118,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6118
6118
|
createdBy?: {
|
|
6119
6119
|
type: "exact";
|
|
6120
6120
|
term: string | {
|
|
6121
|
-
$userField: "
|
|
6121
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6122
6122
|
$location?: string | undefined;
|
|
6123
6123
|
};
|
|
6124
6124
|
} | undefined;
|
|
6125
6125
|
createdAtLocation?: {
|
|
6126
6126
|
type: "exact";
|
|
6127
6127
|
term: string | {
|
|
6128
|
-
$userField: "
|
|
6128
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6129
6129
|
$location?: string | undefined;
|
|
6130
6130
|
};
|
|
6131
6131
|
} | {
|
|
6132
6132
|
type: "within";
|
|
6133
6133
|
location: string | {
|
|
6134
|
-
$userField: "
|
|
6134
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6135
6135
|
$location?: string | undefined;
|
|
6136
6136
|
};
|
|
6137
6137
|
} | undefined;
|
|
6138
6138
|
assignedTo?: {
|
|
6139
6139
|
type: "exact";
|
|
6140
6140
|
term: string | {
|
|
6141
|
-
$userField: "
|
|
6141
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6142
6142
|
$location?: string | undefined;
|
|
6143
6143
|
};
|
|
6144
6144
|
} | undefined;
|
|
@@ -6160,20 +6160,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6160
6160
|
updatedAtLocation?: {
|
|
6161
6161
|
type: "exact";
|
|
6162
6162
|
term: string | {
|
|
6163
|
-
$userField: "
|
|
6163
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6164
6164
|
$location?: string | undefined;
|
|
6165
6165
|
};
|
|
6166
6166
|
} | {
|
|
6167
6167
|
type: "within";
|
|
6168
6168
|
location: string | {
|
|
6169
|
-
$userField: "
|
|
6169
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6170
6170
|
$location?: string | undefined;
|
|
6171
6171
|
};
|
|
6172
6172
|
} | undefined;
|
|
6173
6173
|
updatedBy?: {
|
|
6174
6174
|
type: "exact";
|
|
6175
6175
|
term: string | {
|
|
6176
|
-
$userField: "
|
|
6176
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6177
6177
|
$location?: string | undefined;
|
|
6178
6178
|
};
|
|
6179
6179
|
} | undefined;
|
|
@@ -6283,27 +6283,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6283
6283
|
createdBy?: {
|
|
6284
6284
|
type: "exact";
|
|
6285
6285
|
term: string | {
|
|
6286
|
-
$userField: "
|
|
6286
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6287
6287
|
$location?: string | undefined;
|
|
6288
6288
|
};
|
|
6289
6289
|
} | undefined;
|
|
6290
6290
|
createdAtLocation?: {
|
|
6291
6291
|
type: "exact";
|
|
6292
6292
|
term: string | {
|
|
6293
|
-
$userField: "
|
|
6293
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6294
6294
|
$location?: string | undefined;
|
|
6295
6295
|
};
|
|
6296
6296
|
} | {
|
|
6297
6297
|
type: "within";
|
|
6298
6298
|
location: string | {
|
|
6299
|
-
$userField: "
|
|
6299
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6300
6300
|
$location?: string | undefined;
|
|
6301
6301
|
};
|
|
6302
6302
|
} | undefined;
|
|
6303
6303
|
assignedTo?: {
|
|
6304
6304
|
type: "exact";
|
|
6305
6305
|
term: string | {
|
|
6306
|
-
$userField: "
|
|
6306
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6307
6307
|
$location?: string | undefined;
|
|
6308
6308
|
};
|
|
6309
6309
|
} | undefined;
|
|
@@ -6325,20 +6325,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6325
6325
|
updatedAtLocation?: {
|
|
6326
6326
|
type: "exact";
|
|
6327
6327
|
term: string | {
|
|
6328
|
-
$userField: "
|
|
6328
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6329
6329
|
$location?: string | undefined;
|
|
6330
6330
|
};
|
|
6331
6331
|
} | {
|
|
6332
6332
|
type: "within";
|
|
6333
6333
|
location: string | {
|
|
6334
|
-
$userField: "
|
|
6334
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6335
6335
|
$location?: string | undefined;
|
|
6336
6336
|
};
|
|
6337
6337
|
} | undefined;
|
|
6338
6338
|
updatedBy?: {
|
|
6339
6339
|
type: "exact";
|
|
6340
6340
|
term: string | {
|
|
6341
|
-
$userField: "
|
|
6341
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6342
6342
|
$location?: string | undefined;
|
|
6343
6343
|
};
|
|
6344
6344
|
} | undefined;
|
|
@@ -6398,27 +6398,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6398
6398
|
createdBy?: {
|
|
6399
6399
|
type: "exact";
|
|
6400
6400
|
term: string | {
|
|
6401
|
-
$userField: "
|
|
6401
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6402
6402
|
$location?: string | undefined;
|
|
6403
6403
|
};
|
|
6404
6404
|
} | undefined;
|
|
6405
6405
|
createdAtLocation?: {
|
|
6406
6406
|
type: "exact";
|
|
6407
6407
|
term: string | {
|
|
6408
|
-
$userField: "
|
|
6408
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6409
6409
|
$location?: string | undefined;
|
|
6410
6410
|
};
|
|
6411
6411
|
} | {
|
|
6412
6412
|
type: "within";
|
|
6413
6413
|
location: string | {
|
|
6414
|
-
$userField: "
|
|
6414
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6415
6415
|
$location?: string | undefined;
|
|
6416
6416
|
};
|
|
6417
6417
|
} | undefined;
|
|
6418
6418
|
assignedTo?: {
|
|
6419
6419
|
type: "exact";
|
|
6420
6420
|
term: string | {
|
|
6421
|
-
$userField: "
|
|
6421
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6422
6422
|
$location?: string | undefined;
|
|
6423
6423
|
};
|
|
6424
6424
|
} | undefined;
|
|
@@ -6440,20 +6440,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6440
6440
|
updatedAtLocation?: {
|
|
6441
6441
|
type: "exact";
|
|
6442
6442
|
term: string | {
|
|
6443
|
-
$userField: "
|
|
6443
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6444
6444
|
$location?: string | undefined;
|
|
6445
6445
|
};
|
|
6446
6446
|
} | {
|
|
6447
6447
|
type: "within";
|
|
6448
6448
|
location: string | {
|
|
6449
|
-
$userField: "
|
|
6449
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6450
6450
|
$location?: string | undefined;
|
|
6451
6451
|
};
|
|
6452
6452
|
} | undefined;
|
|
6453
6453
|
updatedBy?: {
|
|
6454
6454
|
type: "exact";
|
|
6455
6455
|
term: string | {
|
|
6456
|
-
$userField: "
|
|
6456
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6457
6457
|
$location?: string | undefined;
|
|
6458
6458
|
};
|
|
6459
6459
|
} | undefined;
|
|
@@ -6514,27 +6514,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6514
6514
|
createdBy?: {
|
|
6515
6515
|
type: "exact";
|
|
6516
6516
|
term: string | {
|
|
6517
|
-
$userField: "
|
|
6517
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6518
6518
|
$location?: string | undefined;
|
|
6519
6519
|
};
|
|
6520
6520
|
} | undefined;
|
|
6521
6521
|
createdAtLocation?: {
|
|
6522
6522
|
type: "exact";
|
|
6523
6523
|
term: string | {
|
|
6524
|
-
$userField: "
|
|
6524
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6525
6525
|
$location?: string | undefined;
|
|
6526
6526
|
};
|
|
6527
6527
|
} | {
|
|
6528
6528
|
type: "within";
|
|
6529
6529
|
location: string | {
|
|
6530
|
-
$userField: "
|
|
6530
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6531
6531
|
$location?: string | undefined;
|
|
6532
6532
|
};
|
|
6533
6533
|
} | undefined;
|
|
6534
6534
|
assignedTo?: {
|
|
6535
6535
|
type: "exact";
|
|
6536
6536
|
term: string | {
|
|
6537
|
-
$userField: "
|
|
6537
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6538
6538
|
$location?: string | undefined;
|
|
6539
6539
|
};
|
|
6540
6540
|
} | undefined;
|
|
@@ -6556,20 +6556,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6556
6556
|
updatedAtLocation?: {
|
|
6557
6557
|
type: "exact";
|
|
6558
6558
|
term: string | {
|
|
6559
|
-
$userField: "
|
|
6559
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6560
6560
|
$location?: string | undefined;
|
|
6561
6561
|
};
|
|
6562
6562
|
} | {
|
|
6563
6563
|
type: "within";
|
|
6564
6564
|
location: string | {
|
|
6565
|
-
$userField: "
|
|
6565
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6566
6566
|
$location?: string | undefined;
|
|
6567
6567
|
};
|
|
6568
6568
|
} | undefined;
|
|
6569
6569
|
updatedBy?: {
|
|
6570
6570
|
type: "exact";
|
|
6571
6571
|
term: string | {
|
|
6572
|
-
$userField: "
|
|
6572
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6573
6573
|
$location?: string | undefined;
|
|
6574
6574
|
};
|
|
6575
6575
|
} | undefined;
|
|
@@ -6648,27 +6648,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6648
6648
|
createdBy?: {
|
|
6649
6649
|
type: "exact";
|
|
6650
6650
|
term: string | {
|
|
6651
|
-
$userField: "
|
|
6651
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6652
6652
|
$location?: string | undefined;
|
|
6653
6653
|
};
|
|
6654
6654
|
} | undefined;
|
|
6655
6655
|
createdAtLocation?: {
|
|
6656
6656
|
type: "exact";
|
|
6657
6657
|
term: string | {
|
|
6658
|
-
$userField: "
|
|
6658
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6659
6659
|
$location?: string | undefined;
|
|
6660
6660
|
};
|
|
6661
6661
|
} | {
|
|
6662
6662
|
type: "within";
|
|
6663
6663
|
location: string | {
|
|
6664
|
-
$userField: "
|
|
6664
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6665
6665
|
$location?: string | undefined;
|
|
6666
6666
|
};
|
|
6667
6667
|
} | undefined;
|
|
6668
6668
|
assignedTo?: {
|
|
6669
6669
|
type: "exact";
|
|
6670
6670
|
term: string | {
|
|
6671
|
-
$userField: "
|
|
6671
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6672
6672
|
$location?: string | undefined;
|
|
6673
6673
|
};
|
|
6674
6674
|
} | undefined;
|
|
@@ -6690,20 +6690,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6690
6690
|
updatedAtLocation?: {
|
|
6691
6691
|
type: "exact";
|
|
6692
6692
|
term: string | {
|
|
6693
|
-
$userField: "
|
|
6693
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6694
6694
|
$location?: string | undefined;
|
|
6695
6695
|
};
|
|
6696
6696
|
} | {
|
|
6697
6697
|
type: "within";
|
|
6698
6698
|
location: string | {
|
|
6699
|
-
$userField: "
|
|
6699
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6700
6700
|
$location?: string | undefined;
|
|
6701
6701
|
};
|
|
6702
6702
|
} | undefined;
|
|
6703
6703
|
updatedBy?: {
|
|
6704
6704
|
type: "exact";
|
|
6705
6705
|
term: string | {
|
|
6706
|
-
$userField: "
|
|
6706
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6707
6707
|
$location?: string | undefined;
|
|
6708
6708
|
};
|
|
6709
6709
|
} | undefined;
|
|
@@ -6763,27 +6763,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6763
6763
|
createdBy?: {
|
|
6764
6764
|
type: "exact";
|
|
6765
6765
|
term: string | {
|
|
6766
|
-
$userField: "
|
|
6766
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6767
6767
|
$location?: string | undefined;
|
|
6768
6768
|
};
|
|
6769
6769
|
} | undefined;
|
|
6770
6770
|
createdAtLocation?: {
|
|
6771
6771
|
type: "exact";
|
|
6772
6772
|
term: string | {
|
|
6773
|
-
$userField: "
|
|
6773
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6774
6774
|
$location?: string | undefined;
|
|
6775
6775
|
};
|
|
6776
6776
|
} | {
|
|
6777
6777
|
type: "within";
|
|
6778
6778
|
location: string | {
|
|
6779
|
-
$userField: "
|
|
6779
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6780
6780
|
$location?: string | undefined;
|
|
6781
6781
|
};
|
|
6782
6782
|
} | undefined;
|
|
6783
6783
|
assignedTo?: {
|
|
6784
6784
|
type: "exact";
|
|
6785
6785
|
term: string | {
|
|
6786
|
-
$userField: "
|
|
6786
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6787
6787
|
$location?: string | undefined;
|
|
6788
6788
|
};
|
|
6789
6789
|
} | undefined;
|
|
@@ -6805,20 +6805,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6805
6805
|
updatedAtLocation?: {
|
|
6806
6806
|
type: "exact";
|
|
6807
6807
|
term: string | {
|
|
6808
|
-
$userField: "
|
|
6808
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6809
6809
|
$location?: string | undefined;
|
|
6810
6810
|
};
|
|
6811
6811
|
} | {
|
|
6812
6812
|
type: "within";
|
|
6813
6813
|
location: string | {
|
|
6814
|
-
$userField: "
|
|
6814
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6815
6815
|
$location?: string | undefined;
|
|
6816
6816
|
};
|
|
6817
6817
|
} | undefined;
|
|
6818
6818
|
updatedBy?: {
|
|
6819
6819
|
type: "exact";
|
|
6820
6820
|
term: string | {
|
|
6821
|
-
$userField: "
|
|
6821
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6822
6822
|
$location?: string | undefined;
|
|
6823
6823
|
};
|
|
6824
6824
|
} | undefined;
|
|
@@ -6879,27 +6879,27 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6879
6879
|
createdBy?: {
|
|
6880
6880
|
type: "exact";
|
|
6881
6881
|
term: string | {
|
|
6882
|
-
$userField: "
|
|
6882
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6883
6883
|
$location?: string | undefined;
|
|
6884
6884
|
};
|
|
6885
6885
|
} | undefined;
|
|
6886
6886
|
createdAtLocation?: {
|
|
6887
6887
|
type: "exact";
|
|
6888
6888
|
term: string | {
|
|
6889
|
-
$userField: "
|
|
6889
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6890
6890
|
$location?: string | undefined;
|
|
6891
6891
|
};
|
|
6892
6892
|
} | {
|
|
6893
6893
|
type: "within";
|
|
6894
6894
|
location: string | {
|
|
6895
|
-
$userField: "
|
|
6895
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6896
6896
|
$location?: string | undefined;
|
|
6897
6897
|
};
|
|
6898
6898
|
} | undefined;
|
|
6899
6899
|
assignedTo?: {
|
|
6900
6900
|
type: "exact";
|
|
6901
6901
|
term: string | {
|
|
6902
|
-
$userField: "
|
|
6902
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6903
6903
|
$location?: string | undefined;
|
|
6904
6904
|
};
|
|
6905
6905
|
} | undefined;
|
|
@@ -6921,20 +6921,20 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
|
|
|
6921
6921
|
updatedAtLocation?: {
|
|
6922
6922
|
type: "exact";
|
|
6923
6923
|
term: string | {
|
|
6924
|
-
$userField: "
|
|
6924
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6925
6925
|
$location?: string | undefined;
|
|
6926
6926
|
};
|
|
6927
6927
|
} | {
|
|
6928
6928
|
type: "within";
|
|
6929
6929
|
location: string | {
|
|
6930
|
-
$userField: "
|
|
6930
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6931
6931
|
$location?: string | undefined;
|
|
6932
6932
|
};
|
|
6933
6933
|
} | undefined;
|
|
6934
6934
|
updatedBy?: {
|
|
6935
6935
|
type: "exact";
|
|
6936
6936
|
term: string | {
|
|
6937
|
-
$userField: "
|
|
6937
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
6938
6938
|
$location?: string | undefined;
|
|
6939
6939
|
};
|
|
6940
6940
|
} | undefined;
|
|
@@ -7023,27 +7023,27 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
|
|
|
7023
7023
|
createdBy?: {
|
|
7024
7024
|
type: "exact";
|
|
7025
7025
|
term: string | {
|
|
7026
|
-
$userField: "
|
|
7026
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7027
7027
|
$location?: string | undefined;
|
|
7028
7028
|
};
|
|
7029
7029
|
} | undefined;
|
|
7030
7030
|
createdAtLocation?: {
|
|
7031
7031
|
type: "exact";
|
|
7032
7032
|
term: string | {
|
|
7033
|
-
$userField: "
|
|
7033
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7034
7034
|
$location?: string | undefined;
|
|
7035
7035
|
};
|
|
7036
7036
|
} | {
|
|
7037
7037
|
type: "within";
|
|
7038
7038
|
location: string | {
|
|
7039
|
-
$userField: "
|
|
7039
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7040
7040
|
$location?: string | undefined;
|
|
7041
7041
|
};
|
|
7042
7042
|
} | undefined;
|
|
7043
7043
|
assignedTo?: {
|
|
7044
7044
|
type: "exact";
|
|
7045
7045
|
term: string | {
|
|
7046
|
-
$userField: "
|
|
7046
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7047
7047
|
$location?: string | undefined;
|
|
7048
7048
|
};
|
|
7049
7049
|
} | undefined;
|
|
@@ -7065,20 +7065,20 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
|
|
|
7065
7065
|
updatedAtLocation?: {
|
|
7066
7066
|
type: "exact";
|
|
7067
7067
|
term: string | {
|
|
7068
|
-
$userField: "
|
|
7068
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7069
7069
|
$location?: string | undefined;
|
|
7070
7070
|
};
|
|
7071
7071
|
} | {
|
|
7072
7072
|
type: "within";
|
|
7073
7073
|
location: string | {
|
|
7074
|
-
$userField: "
|
|
7074
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7075
7075
|
$location?: string | undefined;
|
|
7076
7076
|
};
|
|
7077
7077
|
} | undefined;
|
|
7078
7078
|
updatedBy?: {
|
|
7079
7079
|
type: "exact";
|
|
7080
7080
|
term: string | {
|
|
7081
|
-
$userField: "
|
|
7081
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7082
7082
|
$location?: string | undefined;
|
|
7083
7083
|
};
|
|
7084
7084
|
} | undefined;
|
|
@@ -7139,27 +7139,27 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
|
|
|
7139
7139
|
createdBy?: {
|
|
7140
7140
|
type: "exact";
|
|
7141
7141
|
term: string | {
|
|
7142
|
-
$userField: "
|
|
7142
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7143
7143
|
$location?: string | undefined;
|
|
7144
7144
|
};
|
|
7145
7145
|
} | undefined;
|
|
7146
7146
|
createdAtLocation?: {
|
|
7147
7147
|
type: "exact";
|
|
7148
7148
|
term: string | {
|
|
7149
|
-
$userField: "
|
|
7149
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7150
7150
|
$location?: string | undefined;
|
|
7151
7151
|
};
|
|
7152
7152
|
} | {
|
|
7153
7153
|
type: "within";
|
|
7154
7154
|
location: string | {
|
|
7155
|
-
$userField: "
|
|
7155
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7156
7156
|
$location?: string | undefined;
|
|
7157
7157
|
};
|
|
7158
7158
|
} | undefined;
|
|
7159
7159
|
assignedTo?: {
|
|
7160
7160
|
type: "exact";
|
|
7161
7161
|
term: string | {
|
|
7162
|
-
$userField: "
|
|
7162
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7163
7163
|
$location?: string | undefined;
|
|
7164
7164
|
};
|
|
7165
7165
|
} | undefined;
|
|
@@ -7181,20 +7181,20 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
|
|
|
7181
7181
|
updatedAtLocation?: {
|
|
7182
7182
|
type: "exact";
|
|
7183
7183
|
term: string | {
|
|
7184
|
-
$userField: "
|
|
7184
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7185
7185
|
$location?: string | undefined;
|
|
7186
7186
|
};
|
|
7187
7187
|
} | {
|
|
7188
7188
|
type: "within";
|
|
7189
7189
|
location: string | {
|
|
7190
|
-
$userField: "
|
|
7190
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7191
7191
|
$location?: string | undefined;
|
|
7192
7192
|
};
|
|
7193
7193
|
} | undefined;
|
|
7194
7194
|
updatedBy?: {
|
|
7195
7195
|
type: "exact";
|
|
7196
7196
|
term: string | {
|
|
7197
|
-
$userField: "
|
|
7197
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7198
7198
|
$location?: string | undefined;
|
|
7199
7199
|
};
|
|
7200
7200
|
} | undefined;
|
|
@@ -7272,27 +7272,27 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
|
|
|
7272
7272
|
createdBy?: {
|
|
7273
7273
|
type: "exact";
|
|
7274
7274
|
term: string | {
|
|
7275
|
-
$userField: "
|
|
7275
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7276
7276
|
$location?: string | undefined;
|
|
7277
7277
|
};
|
|
7278
7278
|
} | undefined;
|
|
7279
7279
|
createdAtLocation?: {
|
|
7280
7280
|
type: "exact";
|
|
7281
7281
|
term: string | {
|
|
7282
|
-
$userField: "
|
|
7282
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7283
7283
|
$location?: string | undefined;
|
|
7284
7284
|
};
|
|
7285
7285
|
} | {
|
|
7286
7286
|
type: "within";
|
|
7287
7287
|
location: string | {
|
|
7288
|
-
$userField: "
|
|
7288
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7289
7289
|
$location?: string | undefined;
|
|
7290
7290
|
};
|
|
7291
7291
|
} | undefined;
|
|
7292
7292
|
assignedTo?: {
|
|
7293
7293
|
type: "exact";
|
|
7294
7294
|
term: string | {
|
|
7295
|
-
$userField: "
|
|
7295
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7296
7296
|
$location?: string | undefined;
|
|
7297
7297
|
};
|
|
7298
7298
|
} | undefined;
|
|
@@ -7314,20 +7314,20 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
|
|
|
7314
7314
|
updatedAtLocation?: {
|
|
7315
7315
|
type: "exact";
|
|
7316
7316
|
term: string | {
|
|
7317
|
-
$userField: "
|
|
7317
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7318
7318
|
$location?: string | undefined;
|
|
7319
7319
|
};
|
|
7320
7320
|
} | {
|
|
7321
7321
|
type: "within";
|
|
7322
7322
|
location: string | {
|
|
7323
|
-
$userField: "
|
|
7323
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7324
7324
|
$location?: string | undefined;
|
|
7325
7325
|
};
|
|
7326
7326
|
} | undefined;
|
|
7327
7327
|
updatedBy?: {
|
|
7328
7328
|
type: "exact";
|
|
7329
7329
|
term: string | {
|
|
7330
|
-
$userField: "
|
|
7330
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7331
7331
|
$location?: string | undefined;
|
|
7332
7332
|
};
|
|
7333
7333
|
} | undefined;
|
|
@@ -7388,27 +7388,27 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
|
|
|
7388
7388
|
createdBy?: {
|
|
7389
7389
|
type: "exact";
|
|
7390
7390
|
term: string | {
|
|
7391
|
-
$userField: "
|
|
7391
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7392
7392
|
$location?: string | undefined;
|
|
7393
7393
|
};
|
|
7394
7394
|
} | undefined;
|
|
7395
7395
|
createdAtLocation?: {
|
|
7396
7396
|
type: "exact";
|
|
7397
7397
|
term: string | {
|
|
7398
|
-
$userField: "
|
|
7398
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7399
7399
|
$location?: string | undefined;
|
|
7400
7400
|
};
|
|
7401
7401
|
} | {
|
|
7402
7402
|
type: "within";
|
|
7403
7403
|
location: string | {
|
|
7404
|
-
$userField: "
|
|
7404
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7405
7405
|
$location?: string | undefined;
|
|
7406
7406
|
};
|
|
7407
7407
|
} | undefined;
|
|
7408
7408
|
assignedTo?: {
|
|
7409
7409
|
type: "exact";
|
|
7410
7410
|
term: string | {
|
|
7411
|
-
$userField: "
|
|
7411
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7412
7412
|
$location?: string | undefined;
|
|
7413
7413
|
};
|
|
7414
7414
|
} | undefined;
|
|
@@ -7430,20 +7430,20 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
|
|
|
7430
7430
|
updatedAtLocation?: {
|
|
7431
7431
|
type: "exact";
|
|
7432
7432
|
term: string | {
|
|
7433
|
-
$userField: "
|
|
7433
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7434
7434
|
$location?: string | undefined;
|
|
7435
7435
|
};
|
|
7436
7436
|
} | {
|
|
7437
7437
|
type: "within";
|
|
7438
7438
|
location: string | {
|
|
7439
|
-
$userField: "
|
|
7439
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7440
7440
|
$location?: string | undefined;
|
|
7441
7441
|
};
|
|
7442
7442
|
} | undefined;
|
|
7443
7443
|
updatedBy?: {
|
|
7444
7444
|
type: "exact";
|
|
7445
7445
|
term: string | {
|
|
7446
|
-
$userField: "
|
|
7446
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
7447
7447
|
$location?: string | undefined;
|
|
7448
7448
|
};
|
|
7449
7449
|
} | undefined;
|