@nira-opencrvs/toolkit 1.9.12-rc.87a8eb2 → 1.9.12-rc.c37ceee
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 +20 -16
- package/dist/commons/events/CountryConfigQueryInput.d.ts +400 -400
- package/dist/commons/events/FieldConfig.d.ts +84 -54
- package/dist/commons/events/TemplateConfig.d.ts +2 -0
- package/dist/commons/events/WorkqueueConfig.d.ts +600 -600
- package/dist/conditionals/index.js +3 -1
- package/dist/events/index.js +6 -4
- package/dist/notification/index.js +5 -3
- package/package.json +1 -1
|
@@ -3682,7 +3682,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3682
3682
|
signature?: string | undefined;
|
|
3683
3683
|
device?: string | undefined;
|
|
3684
3684
|
data?: Record<string, string> | undefined;
|
|
3685
|
+
email?: string | undefined;
|
|
3685
3686
|
fullHonorificName?: string | undefined;
|
|
3687
|
+
mobile?: string | undefined;
|
|
3686
3688
|
avatar?: string | undefined;
|
|
3687
3689
|
} | {
|
|
3688
3690
|
type: "system";
|
|
@@ -3711,7 +3713,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3711
3713
|
signature?: string | undefined;
|
|
3712
3714
|
device?: string | undefined;
|
|
3713
3715
|
data?: Record<string, string> | undefined;
|
|
3716
|
+
email?: string | undefined;
|
|
3714
3717
|
fullHonorificName?: string | undefined;
|
|
3718
|
+
mobile?: string | undefined;
|
|
3715
3719
|
avatar?: string | undefined;
|
|
3716
3720
|
} | {
|
|
3717
3721
|
type: "system";
|
|
@@ -3895,27 +3899,27 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3895
3899
|
createdBy?: {
|
|
3896
3900
|
type: "exact";
|
|
3897
3901
|
term: string | {
|
|
3898
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3902
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3899
3903
|
$location?: string | undefined;
|
|
3900
3904
|
};
|
|
3901
3905
|
} | undefined;
|
|
3902
3906
|
createdAtLocation?: {
|
|
3903
3907
|
type: "exact";
|
|
3904
3908
|
term: string | {
|
|
3905
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3909
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3906
3910
|
$location?: string | undefined;
|
|
3907
3911
|
};
|
|
3908
3912
|
} | {
|
|
3909
3913
|
type: "within";
|
|
3910
3914
|
location: string | {
|
|
3911
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3915
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3912
3916
|
$location?: string | undefined;
|
|
3913
3917
|
};
|
|
3914
3918
|
} | undefined;
|
|
3915
3919
|
assignedTo?: {
|
|
3916
3920
|
type: "exact";
|
|
3917
3921
|
term: string | {
|
|
3918
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3922
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3919
3923
|
$location?: string | undefined;
|
|
3920
3924
|
};
|
|
3921
3925
|
} | undefined;
|
|
@@ -3937,27 +3941,27 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3937
3941
|
updatedByUserRole?: {
|
|
3938
3942
|
type: "exact";
|
|
3939
3943
|
term: string | {
|
|
3940
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3944
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3941
3945
|
$location?: string | undefined;
|
|
3942
3946
|
};
|
|
3943
3947
|
} | undefined;
|
|
3944
3948
|
updatedAtLocation?: {
|
|
3945
3949
|
type: "exact";
|
|
3946
3950
|
term: string | {
|
|
3947
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3951
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3948
3952
|
$location?: string | undefined;
|
|
3949
3953
|
};
|
|
3950
3954
|
} | {
|
|
3951
3955
|
type: "within";
|
|
3952
3956
|
location: string | {
|
|
3953
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3957
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3954
3958
|
$location?: string | undefined;
|
|
3955
3959
|
};
|
|
3956
3960
|
} | undefined;
|
|
3957
3961
|
updatedBy?: {
|
|
3958
3962
|
type: "exact";
|
|
3959
3963
|
term: string | {
|
|
3960
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3964
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
3961
3965
|
$location?: string | undefined;
|
|
3962
3966
|
};
|
|
3963
3967
|
} | undefined;
|
|
@@ -4018,27 +4022,27 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4018
4022
|
createdBy?: {
|
|
4019
4023
|
type: "exact";
|
|
4020
4024
|
term: string | {
|
|
4021
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4025
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4022
4026
|
$location?: string | undefined;
|
|
4023
4027
|
};
|
|
4024
4028
|
} | undefined;
|
|
4025
4029
|
createdAtLocation?: {
|
|
4026
4030
|
type: "exact";
|
|
4027
4031
|
term: string | {
|
|
4028
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4032
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4029
4033
|
$location?: string | undefined;
|
|
4030
4034
|
};
|
|
4031
4035
|
} | {
|
|
4032
4036
|
type: "within";
|
|
4033
4037
|
location: string | {
|
|
4034
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4038
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4035
4039
|
$location?: string | undefined;
|
|
4036
4040
|
};
|
|
4037
4041
|
} | undefined;
|
|
4038
4042
|
assignedTo?: {
|
|
4039
4043
|
type: "exact";
|
|
4040
4044
|
term: string | {
|
|
4041
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4045
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4042
4046
|
$location?: string | undefined;
|
|
4043
4047
|
};
|
|
4044
4048
|
} | undefined;
|
|
@@ -4060,27 +4064,27 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4060
4064
|
updatedByUserRole?: {
|
|
4061
4065
|
type: "exact";
|
|
4062
4066
|
term: string | {
|
|
4063
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4067
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4064
4068
|
$location?: string | undefined;
|
|
4065
4069
|
};
|
|
4066
4070
|
} | undefined;
|
|
4067
4071
|
updatedAtLocation?: {
|
|
4068
4072
|
type: "exact";
|
|
4069
4073
|
term: string | {
|
|
4070
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4074
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4071
4075
|
$location?: string | undefined;
|
|
4072
4076
|
};
|
|
4073
4077
|
} | {
|
|
4074
4078
|
type: "within";
|
|
4075
4079
|
location: string | {
|
|
4076
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4080
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4077
4081
|
$location?: string | undefined;
|
|
4078
4082
|
};
|
|
4079
4083
|
} | undefined;
|
|
4080
4084
|
updatedBy?: {
|
|
4081
4085
|
type: "exact";
|
|
4082
4086
|
term: string | {
|
|
4083
|
-
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4087
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "email" | "role" | "fullHonorificName" | "province" | "primaryOfficeId" | "mobile";
|
|
4084
4088
|
$location?: string | undefined;
|
|
4085
4089
|
};
|
|
4086
4090
|
} | undefined;
|