@opencrvs/toolkit 1.9.5-rc.710ac2d → 1.9.5-rc.873140
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 +14 -14
- 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 +3 -0
- package/dist/events/index.js +4 -1
- package/dist/notification/index.js +3 -0
- package/package.json +1 -1
|
@@ -3839,27 +3839,27 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3839
3839
|
createdBy?: {
|
|
3840
3840
|
type: "exact";
|
|
3841
3841
|
term: string | {
|
|
3842
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3842
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3843
3843
|
$location?: string | undefined;
|
|
3844
3844
|
};
|
|
3845
3845
|
} | undefined;
|
|
3846
3846
|
createdAtLocation?: {
|
|
3847
3847
|
type: "exact";
|
|
3848
3848
|
term: string | {
|
|
3849
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3849
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3850
3850
|
$location?: string | undefined;
|
|
3851
3851
|
};
|
|
3852
3852
|
} | {
|
|
3853
3853
|
type: "within";
|
|
3854
3854
|
location: string | {
|
|
3855
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3855
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3856
3856
|
$location?: string | undefined;
|
|
3857
3857
|
};
|
|
3858
3858
|
} | undefined;
|
|
3859
3859
|
assignedTo?: {
|
|
3860
3860
|
type: "exact";
|
|
3861
3861
|
term: string | {
|
|
3862
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3862
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3863
3863
|
$location?: string | undefined;
|
|
3864
3864
|
};
|
|
3865
3865
|
} | undefined;
|
|
@@ -3881,20 +3881,20 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3881
3881
|
updatedAtLocation?: {
|
|
3882
3882
|
type: "exact";
|
|
3883
3883
|
term: string | {
|
|
3884
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3884
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3885
3885
|
$location?: string | undefined;
|
|
3886
3886
|
};
|
|
3887
3887
|
} | {
|
|
3888
3888
|
type: "within";
|
|
3889
3889
|
location: string | {
|
|
3890
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3890
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3891
3891
|
$location?: string | undefined;
|
|
3892
3892
|
};
|
|
3893
3893
|
} | undefined;
|
|
3894
3894
|
updatedBy?: {
|
|
3895
3895
|
type: "exact";
|
|
3896
3896
|
term: string | {
|
|
3897
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3897
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3898
3898
|
$location?: string | undefined;
|
|
3899
3899
|
};
|
|
3900
3900
|
} | undefined;
|
|
@@ -3955,27 +3955,27 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3955
3955
|
createdBy?: {
|
|
3956
3956
|
type: "exact";
|
|
3957
3957
|
term: string | {
|
|
3958
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3958
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3959
3959
|
$location?: string | undefined;
|
|
3960
3960
|
};
|
|
3961
3961
|
} | undefined;
|
|
3962
3962
|
createdAtLocation?: {
|
|
3963
3963
|
type: "exact";
|
|
3964
3964
|
term: string | {
|
|
3965
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3965
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3966
3966
|
$location?: string | undefined;
|
|
3967
3967
|
};
|
|
3968
3968
|
} | {
|
|
3969
3969
|
type: "within";
|
|
3970
3970
|
location: string | {
|
|
3971
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3971
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3972
3972
|
$location?: string | undefined;
|
|
3973
3973
|
};
|
|
3974
3974
|
} | undefined;
|
|
3975
3975
|
assignedTo?: {
|
|
3976
3976
|
type: "exact";
|
|
3977
3977
|
term: string | {
|
|
3978
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3978
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
3979
3979
|
$location?: string | undefined;
|
|
3980
3980
|
};
|
|
3981
3981
|
} | undefined;
|
|
@@ -3997,20 +3997,20 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3997
3997
|
updatedAtLocation?: {
|
|
3998
3998
|
type: "exact";
|
|
3999
3999
|
term: string | {
|
|
4000
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
4000
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4001
4001
|
$location?: string | undefined;
|
|
4002
4002
|
};
|
|
4003
4003
|
} | {
|
|
4004
4004
|
type: "within";
|
|
4005
4005
|
location: string | {
|
|
4006
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
4006
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4007
4007
|
$location?: string | undefined;
|
|
4008
4008
|
};
|
|
4009
4009
|
} | undefined;
|
|
4010
4010
|
updatedBy?: {
|
|
4011
4011
|
type: "exact";
|
|
4012
4012
|
term: string | {
|
|
4013
|
-
$userField: "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
4013
|
+
$userField: "id" | "name" | "device" | "district" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "province" | "primaryOfficeId";
|
|
4014
4014
|
$location?: string | undefined;
|
|
4015
4015
|
};
|
|
4016
4016
|
} | undefined;
|