@opencrvs/toolkit 1.9.11-rc.21ee237 → 1.9.11-rc.50dc121

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.
@@ -267,6 +267,31 @@ export declare const WorkqueueConfig: z.ZodObject<{
267
267
  $location?: string | undefined;
268
268
  };
269
269
  }>]>>>;
270
+ updatedByUserRole: z.ZodOptional<z.ZodOptional<z.ZodObject<{
271
+ type: z.ZodLiteral<"exact">;
272
+ term: z.ZodUnion<[z.ZodString, z.ZodObject<{
273
+ $userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
274
+ $location: z.ZodOptional<z.ZodString>;
275
+ }, "strip", z.ZodTypeAny, {
276
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
277
+ $location?: string | undefined;
278
+ }, {
279
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
280
+ $location?: string | undefined;
281
+ }>]>;
282
+ }, "strip", z.ZodTypeAny, {
283
+ type: "exact";
284
+ term: string | {
285
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
286
+ $location?: string | undefined;
287
+ };
288
+ }, {
289
+ type: "exact";
290
+ term: string | {
291
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
292
+ $location?: string | undefined;
293
+ };
294
+ }>>>;
270
295
  assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
271
296
  type: z.ZodLiteral<"exact">;
272
297
  term: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -451,6 +476,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
451
476
  type: "timePeriod";
452
477
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
453
478
  } | undefined;
479
+ updatedByUserRole?: {
480
+ type: "exact";
481
+ term: string | {
482
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
483
+ $location?: string | undefined;
484
+ };
485
+ } | undefined;
454
486
  updatedAtLocation?: {
455
487
  type: "exact";
456
488
  term: string | {
@@ -564,6 +596,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
564
596
  type: "timePeriod";
565
597
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
566
598
  } | undefined;
599
+ updatedByUserRole?: {
600
+ type: "exact";
601
+ term: string | {
602
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
603
+ $location?: string | undefined;
604
+ };
605
+ } | undefined;
567
606
  updatedAtLocation?: {
568
607
  type: "exact";
569
608
  term: string | {
@@ -680,6 +719,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
680
719
  type: "timePeriod";
681
720
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
682
721
  } | undefined;
722
+ updatedByUserRole?: {
723
+ type: "exact";
724
+ term: string | {
725
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
726
+ $location?: string | undefined;
727
+ };
728
+ } | undefined;
683
729
  updatedAtLocation?: {
684
730
  type: "exact";
685
731
  term: string | {
@@ -796,6 +842,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
796
842
  type: "timePeriod";
797
843
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
798
844
  } | undefined;
845
+ updatedByUserRole?: {
846
+ type: "exact";
847
+ term: string | {
848
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
849
+ $location?: string | undefined;
850
+ };
851
+ } | undefined;
799
852
  updatedAtLocation?: {
800
853
  type: "exact";
801
854
  term: string | {
@@ -1093,6 +1146,31 @@ export declare const WorkqueueConfig: z.ZodObject<{
1093
1146
  $location?: string | undefined;
1094
1147
  };
1095
1148
  }>]>>>;
1149
+ updatedByUserRole: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1150
+ type: z.ZodLiteral<"exact">;
1151
+ term: z.ZodUnion<[z.ZodString, z.ZodObject<{
1152
+ $userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
1153
+ $location: z.ZodOptional<z.ZodString>;
1154
+ }, "strip", z.ZodTypeAny, {
1155
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1156
+ $location?: string | undefined;
1157
+ }, {
1158
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1159
+ $location?: string | undefined;
1160
+ }>]>;
1161
+ }, "strip", z.ZodTypeAny, {
1162
+ type: "exact";
1163
+ term: string | {
1164
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1165
+ $location?: string | undefined;
1166
+ };
1167
+ }, {
1168
+ type: "exact";
1169
+ term: string | {
1170
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1171
+ $location?: string | undefined;
1172
+ };
1173
+ }>>>;
1096
1174
  assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1097
1175
  type: z.ZodLiteral<"exact">;
1098
1176
  term: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -1277,6 +1355,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
1277
1355
  type: "timePeriod";
1278
1356
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
1279
1357
  } | undefined;
1358
+ updatedByUserRole?: {
1359
+ type: "exact";
1360
+ term: string | {
1361
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1362
+ $location?: string | undefined;
1363
+ };
1364
+ } | undefined;
1280
1365
  updatedAtLocation?: {
1281
1366
  type: "exact";
1282
1367
  term: string | {
@@ -1390,6 +1475,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
1390
1475
  type: "timePeriod";
1391
1476
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
1392
1477
  } | undefined;
1478
+ updatedByUserRole?: {
1479
+ type: "exact";
1480
+ term: string | {
1481
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1482
+ $location?: string | undefined;
1483
+ };
1484
+ } | undefined;
1393
1485
  updatedAtLocation?: {
1394
1486
  type: "exact";
1395
1487
  term: string | {
@@ -1506,6 +1598,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
1506
1598
  type: "timePeriod";
1507
1599
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
1508
1600
  } | undefined;
1601
+ updatedByUserRole?: {
1602
+ type: "exact";
1603
+ term: string | {
1604
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1605
+ $location?: string | undefined;
1606
+ };
1607
+ } | undefined;
1509
1608
  updatedAtLocation?: {
1510
1609
  type: "exact";
1511
1610
  term: string | {
@@ -1622,6 +1721,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
1622
1721
  type: "timePeriod";
1623
1722
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
1624
1723
  } | undefined;
1724
+ updatedByUserRole?: {
1725
+ type: "exact";
1726
+ term: string | {
1727
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1728
+ $location?: string | undefined;
1729
+ };
1730
+ } | undefined;
1625
1731
  updatedAtLocation?: {
1626
1732
  type: "exact";
1627
1733
  term: string | {
@@ -1789,6 +1895,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
1789
1895
  type: "timePeriod";
1790
1896
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
1791
1897
  } | undefined;
1898
+ updatedByUserRole?: {
1899
+ type: "exact";
1900
+ term: string | {
1901
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
1902
+ $location?: string | undefined;
1903
+ };
1904
+ } | undefined;
1792
1905
  updatedAtLocation?: {
1793
1906
  type: "exact";
1794
1907
  term: string | {
@@ -1905,6 +2018,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
1905
2018
  type: "timePeriod";
1906
2019
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
1907
2020
  } | undefined;
2021
+ updatedByUserRole?: {
2022
+ type: "exact";
2023
+ term: string | {
2024
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2025
+ $location?: string | undefined;
2026
+ };
2027
+ } | undefined;
1908
2028
  updatedAtLocation?: {
1909
2029
  type: "exact";
1910
2030
  term: string | {
@@ -2041,6 +2161,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
2041
2161
  type: "timePeriod";
2042
2162
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
2043
2163
  } | undefined;
2164
+ updatedByUserRole?: {
2165
+ type: "exact";
2166
+ term: string | {
2167
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2168
+ $location?: string | undefined;
2169
+ };
2170
+ } | undefined;
2044
2171
  updatedAtLocation?: {
2045
2172
  type: "exact";
2046
2173
  term: string | {
@@ -2157,6 +2284,13 @@ export declare const WorkqueueConfig: z.ZodObject<{
2157
2284
  type: "timePeriod";
2158
2285
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
2159
2286
  } | undefined;
2287
+ updatedByUserRole?: {
2288
+ type: "exact";
2289
+ term: string | {
2290
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2291
+ $location?: string | undefined;
2292
+ };
2293
+ } | undefined;
2160
2294
  updatedAtLocation?: {
2161
2295
  type: "exact";
2162
2296
  term: string | {
@@ -2480,6 +2614,31 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2480
2614
  $location?: string | undefined;
2481
2615
  };
2482
2616
  }>]>>>;
2617
+ updatedByUserRole: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2618
+ type: z.ZodLiteral<"exact">;
2619
+ term: z.ZodUnion<[z.ZodString, z.ZodObject<{
2620
+ $userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
2621
+ $location: z.ZodOptional<z.ZodString>;
2622
+ }, "strip", z.ZodTypeAny, {
2623
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2624
+ $location?: string | undefined;
2625
+ }, {
2626
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2627
+ $location?: string | undefined;
2628
+ }>]>;
2629
+ }, "strip", z.ZodTypeAny, {
2630
+ type: "exact";
2631
+ term: string | {
2632
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2633
+ $location?: string | undefined;
2634
+ };
2635
+ }, {
2636
+ type: "exact";
2637
+ term: string | {
2638
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2639
+ $location?: string | undefined;
2640
+ };
2641
+ }>>>;
2483
2642
  assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2484
2643
  type: z.ZodLiteral<"exact">;
2485
2644
  term: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -2664,6 +2823,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2664
2823
  type: "timePeriod";
2665
2824
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
2666
2825
  } | undefined;
2826
+ updatedByUserRole?: {
2827
+ type: "exact";
2828
+ term: string | {
2829
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2830
+ $location?: string | undefined;
2831
+ };
2832
+ } | undefined;
2667
2833
  updatedAtLocation?: {
2668
2834
  type: "exact";
2669
2835
  term: string | {
@@ -2777,6 +2943,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2777
2943
  type: "timePeriod";
2778
2944
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
2779
2945
  } | undefined;
2946
+ updatedByUserRole?: {
2947
+ type: "exact";
2948
+ term: string | {
2949
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
2950
+ $location?: string | undefined;
2951
+ };
2952
+ } | undefined;
2780
2953
  updatedAtLocation?: {
2781
2954
  type: "exact";
2782
2955
  term: string | {
@@ -2893,6 +3066,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2893
3066
  type: "timePeriod";
2894
3067
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
2895
3068
  } | undefined;
3069
+ updatedByUserRole?: {
3070
+ type: "exact";
3071
+ term: string | {
3072
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3073
+ $location?: string | undefined;
3074
+ };
3075
+ } | undefined;
2896
3076
  updatedAtLocation?: {
2897
3077
  type: "exact";
2898
3078
  term: string | {
@@ -3009,6 +3189,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
3009
3189
  type: "timePeriod";
3010
3190
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
3011
3191
  } | undefined;
3192
+ updatedByUserRole?: {
3193
+ type: "exact";
3194
+ term: string | {
3195
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3196
+ $location?: string | undefined;
3197
+ };
3198
+ } | undefined;
3012
3199
  updatedAtLocation?: {
3013
3200
  type: "exact";
3014
3201
  term: string | {
@@ -3306,6 +3493,31 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
3306
3493
  $location?: string | undefined;
3307
3494
  };
3308
3495
  }>]>>>;
3496
+ updatedByUserRole: z.ZodOptional<z.ZodOptional<z.ZodObject<{
3497
+ type: z.ZodLiteral<"exact">;
3498
+ term: z.ZodUnion<[z.ZodString, z.ZodObject<{
3499
+ $userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
3500
+ $location: z.ZodOptional<z.ZodString>;
3501
+ }, "strip", z.ZodTypeAny, {
3502
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3503
+ $location?: string | undefined;
3504
+ }, {
3505
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3506
+ $location?: string | undefined;
3507
+ }>]>;
3508
+ }, "strip", z.ZodTypeAny, {
3509
+ type: "exact";
3510
+ term: string | {
3511
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3512
+ $location?: string | undefined;
3513
+ };
3514
+ }, {
3515
+ type: "exact";
3516
+ term: string | {
3517
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3518
+ $location?: string | undefined;
3519
+ };
3520
+ }>>>;
3309
3521
  assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
3310
3522
  type: z.ZodLiteral<"exact">;
3311
3523
  term: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -3490,6 +3702,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
3490
3702
  type: "timePeriod";
3491
3703
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
3492
3704
  } | undefined;
3705
+ updatedByUserRole?: {
3706
+ type: "exact";
3707
+ term: string | {
3708
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3709
+ $location?: string | undefined;
3710
+ };
3711
+ } | undefined;
3493
3712
  updatedAtLocation?: {
3494
3713
  type: "exact";
3495
3714
  term: string | {
@@ -3603,6 +3822,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
3603
3822
  type: "timePeriod";
3604
3823
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
3605
3824
  } | undefined;
3825
+ updatedByUserRole?: {
3826
+ type: "exact";
3827
+ term: string | {
3828
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3829
+ $location?: string | undefined;
3830
+ };
3831
+ } | undefined;
3606
3832
  updatedAtLocation?: {
3607
3833
  type: "exact";
3608
3834
  term: string | {
@@ -3719,6 +3945,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
3719
3945
  type: "timePeriod";
3720
3946
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
3721
3947
  } | undefined;
3948
+ updatedByUserRole?: {
3949
+ type: "exact";
3950
+ term: string | {
3951
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
3952
+ $location?: string | undefined;
3953
+ };
3954
+ } | undefined;
3722
3955
  updatedAtLocation?: {
3723
3956
  type: "exact";
3724
3957
  term: string | {
@@ -3835,6 +4068,13 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
3835
4068
  type: "timePeriod";
3836
4069
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
3837
4070
  } | undefined;
4071
+ updatedByUserRole?: {
4072
+ type: "exact";
4073
+ term: string | {
4074
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
4075
+ $location?: string | undefined;
4076
+ };
4077
+ } | undefined;
3838
4078
  updatedAtLocation?: {
3839
4079
  type: "exact";
3840
4080
  term: string | {
@@ -4209,6 +4449,31 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4209
4449
  $location?: string | undefined;
4210
4450
  };
4211
4451
  }>]>>>;
4452
+ updatedByUserRole: z.ZodOptional<z.ZodOptional<z.ZodObject<{
4453
+ type: z.ZodLiteral<"exact">;
4454
+ term: z.ZodUnion<[z.ZodString, z.ZodObject<{
4455
+ $userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
4456
+ $location: z.ZodOptional<z.ZodString>;
4457
+ }, "strip", z.ZodTypeAny, {
4458
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
4459
+ $location?: string | undefined;
4460
+ }, {
4461
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
4462
+ $location?: string | undefined;
4463
+ }>]>;
4464
+ }, "strip", z.ZodTypeAny, {
4465
+ type: "exact";
4466
+ term: string | {
4467
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
4468
+ $location?: string | undefined;
4469
+ };
4470
+ }, {
4471
+ type: "exact";
4472
+ term: string | {
4473
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
4474
+ $location?: string | undefined;
4475
+ };
4476
+ }>>>;
4212
4477
  assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
4213
4478
  type: z.ZodLiteral<"exact">;
4214
4479
  term: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -4393,6 +4658,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4393
4658
  type: "timePeriod";
4394
4659
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
4395
4660
  } | undefined;
4661
+ updatedByUserRole?: {
4662
+ type: "exact";
4663
+ term: string | {
4664
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
4665
+ $location?: string | undefined;
4666
+ };
4667
+ } | undefined;
4396
4668
  updatedAtLocation?: {
4397
4669
  type: "exact";
4398
4670
  term: string | {
@@ -4506,6 +4778,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4506
4778
  type: "timePeriod";
4507
4779
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
4508
4780
  } | undefined;
4781
+ updatedByUserRole?: {
4782
+ type: "exact";
4783
+ term: string | {
4784
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
4785
+ $location?: string | undefined;
4786
+ };
4787
+ } | undefined;
4509
4788
  updatedAtLocation?: {
4510
4789
  type: "exact";
4511
4790
  term: string | {
@@ -4802,6 +5081,31 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4802
5081
  $location?: string | undefined;
4803
5082
  };
4804
5083
  }>]>>>;
5084
+ updatedByUserRole: z.ZodOptional<z.ZodOptional<z.ZodObject<{
5085
+ type: z.ZodLiteral<"exact">;
5086
+ term: z.ZodUnion<[z.ZodString, z.ZodObject<{
5087
+ $userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
5088
+ $location: z.ZodOptional<z.ZodString>;
5089
+ }, "strip", z.ZodTypeAny, {
5090
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5091
+ $location?: string | undefined;
5092
+ }, {
5093
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5094
+ $location?: string | undefined;
5095
+ }>]>;
5096
+ }, "strip", z.ZodTypeAny, {
5097
+ type: "exact";
5098
+ term: string | {
5099
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5100
+ $location?: string | undefined;
5101
+ };
5102
+ }, {
5103
+ type: "exact";
5104
+ term: string | {
5105
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5106
+ $location?: string | undefined;
5107
+ };
5108
+ }>>>;
4805
5109
  assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
4806
5110
  type: z.ZodLiteral<"exact">;
4807
5111
  term: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -4986,6 +5290,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4986
5290
  type: "timePeriod";
4987
5291
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
4988
5292
  } | undefined;
5293
+ updatedByUserRole?: {
5294
+ type: "exact";
5295
+ term: string | {
5296
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5297
+ $location?: string | undefined;
5298
+ };
5299
+ } | undefined;
4989
5300
  updatedAtLocation?: {
4990
5301
  type: "exact";
4991
5302
  term: string | {
@@ -5099,6 +5410,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
5099
5410
  type: "timePeriod";
5100
5411
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
5101
5412
  } | undefined;
5413
+ updatedByUserRole?: {
5414
+ type: "exact";
5415
+ term: string | {
5416
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5417
+ $location?: string | undefined;
5418
+ };
5419
+ } | undefined;
5102
5420
  updatedAtLocation?: {
5103
5421
  type: "exact";
5104
5422
  term: string | {
@@ -5215,6 +5533,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
5215
5533
  type: "timePeriod";
5216
5534
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
5217
5535
  } | undefined;
5536
+ updatedByUserRole?: {
5537
+ type: "exact";
5538
+ term: string | {
5539
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5540
+ $location?: string | undefined;
5541
+ };
5542
+ } | undefined;
5218
5543
  updatedAtLocation?: {
5219
5544
  type: "exact";
5220
5545
  term: string | {
@@ -5331,6 +5656,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
5331
5656
  type: "timePeriod";
5332
5657
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
5333
5658
  } | undefined;
5659
+ updatedByUserRole?: {
5660
+ type: "exact";
5661
+ term: string | {
5662
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5663
+ $location?: string | undefined;
5664
+ };
5665
+ } | undefined;
5334
5666
  updatedAtLocation?: {
5335
5667
  type: "exact";
5336
5668
  term: string | {
@@ -5628,6 +5960,31 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
5628
5960
  $location?: string | undefined;
5629
5961
  };
5630
5962
  }>]>>>;
5963
+ updatedByUserRole: z.ZodOptional<z.ZodOptional<z.ZodObject<{
5964
+ type: z.ZodLiteral<"exact">;
5965
+ term: z.ZodUnion<[z.ZodString, z.ZodObject<{
5966
+ $userField: z.ZodEnum<["id", "name", "role", "fullHonorificName", "device", "firstname", "middlename", "surname", "district", "province", "primaryOfficeId"]>;
5967
+ $location: z.ZodOptional<z.ZodString>;
5968
+ }, "strip", z.ZodTypeAny, {
5969
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5970
+ $location?: string | undefined;
5971
+ }, {
5972
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5973
+ $location?: string | undefined;
5974
+ }>]>;
5975
+ }, "strip", z.ZodTypeAny, {
5976
+ type: "exact";
5977
+ term: string | {
5978
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5979
+ $location?: string | undefined;
5980
+ };
5981
+ }, {
5982
+ type: "exact";
5983
+ term: string | {
5984
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
5985
+ $location?: string | undefined;
5986
+ };
5987
+ }>>>;
5631
5988
  assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
5632
5989
  type: z.ZodLiteral<"exact">;
5633
5990
  term: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -5812,6 +6169,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
5812
6169
  type: "timePeriod";
5813
6170
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
5814
6171
  } | undefined;
6172
+ updatedByUserRole?: {
6173
+ type: "exact";
6174
+ term: string | {
6175
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
6176
+ $location?: string | undefined;
6177
+ };
6178
+ } | undefined;
5815
6179
  updatedAtLocation?: {
5816
6180
  type: "exact";
5817
6181
  term: string | {
@@ -5925,6 +6289,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
5925
6289
  type: "timePeriod";
5926
6290
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
5927
6291
  } | undefined;
6292
+ updatedByUserRole?: {
6293
+ type: "exact";
6294
+ term: string | {
6295
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
6296
+ $location?: string | undefined;
6297
+ };
6298
+ } | undefined;
5928
6299
  updatedAtLocation?: {
5929
6300
  type: "exact";
5930
6301
  term: string | {
@@ -6041,6 +6412,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6041
6412
  type: "timePeriod";
6042
6413
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6043
6414
  } | undefined;
6415
+ updatedByUserRole?: {
6416
+ type: "exact";
6417
+ term: string | {
6418
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
6419
+ $location?: string | undefined;
6420
+ };
6421
+ } | undefined;
6044
6422
  updatedAtLocation?: {
6045
6423
  type: "exact";
6046
6424
  term: string | {
@@ -6157,6 +6535,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6157
6535
  type: "timePeriod";
6158
6536
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6159
6537
  } | undefined;
6538
+ updatedByUserRole?: {
6539
+ type: "exact";
6540
+ term: string | {
6541
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
6542
+ $location?: string | undefined;
6543
+ };
6544
+ } | undefined;
6160
6545
  updatedAtLocation?: {
6161
6546
  type: "exact";
6162
6547
  term: string | {
@@ -6322,6 +6707,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6322
6707
  type: "timePeriod";
6323
6708
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6324
6709
  } | undefined;
6710
+ updatedByUserRole?: {
6711
+ type: "exact";
6712
+ term: string | {
6713
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
6714
+ $location?: string | undefined;
6715
+ };
6716
+ } | undefined;
6325
6717
  updatedAtLocation?: {
6326
6718
  type: "exact";
6327
6719
  term: string | {
@@ -6437,6 +6829,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6437
6829
  type: "timePeriod";
6438
6830
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6439
6831
  } | undefined;
6832
+ updatedByUserRole?: {
6833
+ type: "exact";
6834
+ term: string | {
6835
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
6836
+ $location?: string | undefined;
6837
+ };
6838
+ } | undefined;
6440
6839
  updatedAtLocation?: {
6441
6840
  type: "exact";
6442
6841
  term: string | {
@@ -6553,6 +6952,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6553
6952
  type: "timePeriod";
6554
6953
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6555
6954
  } | undefined;
6955
+ updatedByUserRole?: {
6956
+ type: "exact";
6957
+ term: string | {
6958
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
6959
+ $location?: string | undefined;
6960
+ };
6961
+ } | undefined;
6556
6962
  updatedAtLocation?: {
6557
6963
  type: "exact";
6558
6964
  term: string | {
@@ -6687,6 +7093,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6687
7093
  type: "timePeriod";
6688
7094
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6689
7095
  } | undefined;
7096
+ updatedByUserRole?: {
7097
+ type: "exact";
7098
+ term: string | {
7099
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
7100
+ $location?: string | undefined;
7101
+ };
7102
+ } | undefined;
6690
7103
  updatedAtLocation?: {
6691
7104
  type: "exact";
6692
7105
  term: string | {
@@ -6802,6 +7215,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6802
7215
  type: "timePeriod";
6803
7216
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6804
7217
  } | undefined;
7218
+ updatedByUserRole?: {
7219
+ type: "exact";
7220
+ term: string | {
7221
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
7222
+ $location?: string | undefined;
7223
+ };
7224
+ } | undefined;
6805
7225
  updatedAtLocation?: {
6806
7226
  type: "exact";
6807
7227
  term: string | {
@@ -6918,6 +7338,13 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
6918
7338
  type: "timePeriod";
6919
7339
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
6920
7340
  } | undefined;
7341
+ updatedByUserRole?: {
7342
+ type: "exact";
7343
+ term: string | {
7344
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
7345
+ $location?: string | undefined;
7346
+ };
7347
+ } | undefined;
6921
7348
  updatedAtLocation?: {
6922
7349
  type: "exact";
6923
7350
  term: string | {
@@ -7062,6 +7489,13 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
7062
7489
  type: "timePeriod";
7063
7490
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
7064
7491
  } | undefined;
7492
+ updatedByUserRole?: {
7493
+ type: "exact";
7494
+ term: string | {
7495
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
7496
+ $location?: string | undefined;
7497
+ };
7498
+ } | undefined;
7065
7499
  updatedAtLocation?: {
7066
7500
  type: "exact";
7067
7501
  term: string | {
@@ -7178,6 +7612,13 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
7178
7612
  type: "timePeriod";
7179
7613
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
7180
7614
  } | undefined;
7615
+ updatedByUserRole?: {
7616
+ type: "exact";
7617
+ term: string | {
7618
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
7619
+ $location?: string | undefined;
7620
+ };
7621
+ } | undefined;
7181
7622
  updatedAtLocation?: {
7182
7623
  type: "exact";
7183
7624
  term: string | {
@@ -7311,6 +7752,13 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
7311
7752
  type: "timePeriod";
7312
7753
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
7313
7754
  } | undefined;
7755
+ updatedByUserRole?: {
7756
+ type: "exact";
7757
+ term: string | {
7758
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
7759
+ $location?: string | undefined;
7760
+ };
7761
+ } | undefined;
7314
7762
  updatedAtLocation?: {
7315
7763
  type: "exact";
7316
7764
  term: string | {
@@ -7427,6 +7875,13 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
7427
7875
  type: "timePeriod";
7428
7876
  term: "last7Days" | "last30Days" | "last90Days" | "last365Days";
7429
7877
  } | undefined;
7878
+ updatedByUserRole?: {
7879
+ type: "exact";
7880
+ term: string | {
7881
+ $userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
7882
+ $location?: string | undefined;
7883
+ };
7884
+ } | undefined;
7430
7885
  updatedAtLocation?: {
7431
7886
  type: "exact";
7432
7887
  term: string | {