@opencrvs/toolkit 1.9.5-rc.27bcd3b → 1.9.5-rc.4eb57cc
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/WorkqueueConfig.d.ts +525 -525
- package/dist/conditionals/index.js +0 -2
- package/dist/events/index.js +1 -3
- package/dist/notification/index.js +0 -2
- package/package.json +1 -1
|
@@ -3627,17 +3627,17 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3627
3627
|
primaryOfficeId: string & import("zod").BRAND<"UUID">;
|
|
3628
3628
|
signature?: string | undefined;
|
|
3629
3629
|
device?: string | undefined;
|
|
3630
|
-
avatar?: string | undefined;
|
|
3631
3630
|
fullHonorificName?: string | undefined;
|
|
3631
|
+
avatar?: string | undefined;
|
|
3632
3632
|
} | {
|
|
3633
3633
|
type: "system";
|
|
3634
3634
|
id: string;
|
|
3635
3635
|
name: string;
|
|
3636
3636
|
role: "NATIONAL_ID" | "HEALTH" | "RECORD_SEARCH" | "REINDEX" | "WEBHOOK" | "IMPORT_EXPORT";
|
|
3637
3637
|
signature?: undefined;
|
|
3638
|
-
avatar?: undefined;
|
|
3639
3638
|
fullHonorificName?: string | undefined;
|
|
3640
3639
|
primaryOfficeId?: undefined;
|
|
3640
|
+
avatar?: undefined;
|
|
3641
3641
|
};
|
|
3642
3642
|
meta: import("trpc-to-openapi").OpenApiMeta;
|
|
3643
3643
|
}>;
|
|
@@ -3655,17 +3655,17 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3655
3655
|
primaryOfficeId: string & import("zod").BRAND<"UUID">;
|
|
3656
3656
|
signature?: string | undefined;
|
|
3657
3657
|
device?: string | undefined;
|
|
3658
|
-
avatar?: string | undefined;
|
|
3659
3658
|
fullHonorificName?: string | undefined;
|
|
3659
|
+
avatar?: string | undefined;
|
|
3660
3660
|
} | {
|
|
3661
3661
|
type: "system";
|
|
3662
3662
|
id: string;
|
|
3663
3663
|
name: string;
|
|
3664
3664
|
role: "NATIONAL_ID" | "HEALTH" | "RECORD_SEARCH" | "REINDEX" | "WEBHOOK" | "IMPORT_EXPORT";
|
|
3665
3665
|
signature?: undefined;
|
|
3666
|
-
avatar?: undefined;
|
|
3667
3666
|
fullHonorificName?: string | undefined;
|
|
3668
3667
|
primaryOfficeId?: undefined;
|
|
3668
|
+
avatar?: undefined;
|
|
3669
3669
|
})[];
|
|
3670
3670
|
meta: import("trpc-to-openapi").OpenApiMeta;
|
|
3671
3671
|
}>;
|
|
@@ -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: "
|
|
3842
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3843
3843
|
$location?: string | undefined;
|
|
3844
3844
|
};
|
|
3845
3845
|
} | undefined;
|
|
3846
3846
|
createdAtLocation?: {
|
|
3847
3847
|
type: "exact";
|
|
3848
3848
|
term: string | {
|
|
3849
|
-
$userField: "
|
|
3849
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3850
3850
|
$location?: string | undefined;
|
|
3851
3851
|
};
|
|
3852
3852
|
} | {
|
|
3853
3853
|
type: "within";
|
|
3854
3854
|
location: string | {
|
|
3855
|
-
$userField: "
|
|
3855
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3856
3856
|
$location?: string | undefined;
|
|
3857
3857
|
};
|
|
3858
3858
|
} | undefined;
|
|
3859
3859
|
assignedTo?: {
|
|
3860
3860
|
type: "exact";
|
|
3861
3861
|
term: string | {
|
|
3862
|
-
$userField: "
|
|
3862
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "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: "
|
|
3884
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3885
3885
|
$location?: string | undefined;
|
|
3886
3886
|
};
|
|
3887
3887
|
} | {
|
|
3888
3888
|
type: "within";
|
|
3889
3889
|
location: string | {
|
|
3890
|
-
$userField: "
|
|
3890
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3891
3891
|
$location?: string | undefined;
|
|
3892
3892
|
};
|
|
3893
3893
|
} | undefined;
|
|
3894
3894
|
updatedBy?: {
|
|
3895
3895
|
type: "exact";
|
|
3896
3896
|
term: string | {
|
|
3897
|
-
$userField: "
|
|
3897
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "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: "
|
|
3958
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3959
3959
|
$location?: string | undefined;
|
|
3960
3960
|
};
|
|
3961
3961
|
} | undefined;
|
|
3962
3962
|
createdAtLocation?: {
|
|
3963
3963
|
type: "exact";
|
|
3964
3964
|
term: string | {
|
|
3965
|
-
$userField: "
|
|
3965
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3966
3966
|
$location?: string | undefined;
|
|
3967
3967
|
};
|
|
3968
3968
|
} | {
|
|
3969
3969
|
type: "within";
|
|
3970
3970
|
location: string | {
|
|
3971
|
-
$userField: "
|
|
3971
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
3972
3972
|
$location?: string | undefined;
|
|
3973
3973
|
};
|
|
3974
3974
|
} | undefined;
|
|
3975
3975
|
assignedTo?: {
|
|
3976
3976
|
type: "exact";
|
|
3977
3977
|
term: string | {
|
|
3978
|
-
$userField: "
|
|
3978
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "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: "
|
|
4000
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
4001
4001
|
$location?: string | undefined;
|
|
4002
4002
|
};
|
|
4003
4003
|
} | {
|
|
4004
4004
|
type: "within";
|
|
4005
4005
|
location: string | {
|
|
4006
|
-
$userField: "
|
|
4006
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
4007
4007
|
$location?: string | undefined;
|
|
4008
4008
|
};
|
|
4009
4009
|
} | undefined;
|
|
4010
4010
|
updatedBy?: {
|
|
4011
4011
|
type: "exact";
|
|
4012
4012
|
term: string | {
|
|
4013
|
-
$userField: "
|
|
4013
|
+
$userField: "id" | "name" | "device" | "firstname" | "surname" | "middlename" | "role" | "fullHonorificName" | "primaryOfficeId";
|
|
4014
4014
|
$location?: string | undefined;
|
|
4015
4015
|
};
|
|
4016
4016
|
} | undefined;
|