@opencrvs/toolkit 2.0.0-rc.fc7f7fc → 2.0.0-rc.fef9d21
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/cli.js +1383 -142
- package/dist/commons/api/router.d.ts +42 -63
- package/dist/migrations/v2.0/add-birth-certificate-issuance-flag.d.ts.map +1 -1
- package/dist/migrations/v2.0/add-birth-certificate-issuance-flag.js +3 -4
- package/dist/migrations/v2.0/add-resend-invite-notification.d.ts +3 -0
- package/dist/migrations/v2.0/add-resend-invite-notification.d.ts.map +1 -0
- package/dist/migrations/v2.0/add-resend-invite-notification.js +373 -0
- package/dist/migrations/v2.0/checkout-upstream-files.d.ts +19 -0
- package/dist/migrations/v2.0/checkout-upstream-files.d.ts.map +1 -1
- package/dist/migrations/v2.0/checkout-upstream-files.js +17 -13
- package/dist/migrations/v2.0/convert-config-files-to-ts.d.ts.map +1 -1
- package/dist/migrations/v2.0/convert-config-files-to-ts.js +4 -5
- package/dist/migrations/v2.0/convert-paragraph-to-heading.d.ts.map +1 -1
- package/dist/migrations/v2.0/convert-paragraph-to-heading.js +4 -5
- package/dist/migrations/v2.0/create-events-index.d.ts.map +1 -1
- package/dist/migrations/v2.0/create-events-index.js +1 -2
- package/dist/migrations/v2.0/delete-infrastructure-directory.d.ts +3 -0
- package/dist/migrations/v2.0/delete-infrastructure-directory.d.ts.map +1 -0
- package/dist/migrations/v2.0/delete-infrastructure-directory.js +77 -0
- package/dist/migrations/v2.0/index.d.ts +8 -4
- package/dist/migrations/v2.0/index.d.ts.map +1 -1
- package/dist/migrations/v2.0/index.js +1351 -139
- package/dist/migrations/v2.0/make-built-in-validate-actions-custom.d.ts.map +1 -1
- package/dist/migrations/v2.0/make-built-in-validate-actions-custom.js +5 -6
- package/dist/migrations/v2.0/merge-infrastructure-directory.d.ts +3 -0
- package/dist/migrations/v2.0/merge-infrastructure-directory.d.ts.map +1 -0
- package/dist/migrations/v2.0/merge-infrastructure-directory.js +221 -0
- package/dist/migrations/v2.0/migrate-application-config-url.d.ts +3 -0
- package/dist/migrations/v2.0/migrate-application-config-url.d.ts.map +1 -0
- package/dist/migrations/v2.0/migrate-application-config-url.js +342 -0
- package/dist/migrations/v2.0/migrate-scopes.d.ts.map +1 -1
- package/dist/migrations/v2.0/migrate-scopes.js +6 -7
- package/dist/migrations/v2.0/migrate-validated-workqueue-status-to-flag.d.ts.map +1 -1
- package/dist/migrations/v2.0/migrate-validated-workqueue-status-to-flag.js +3 -4
- package/dist/migrations/v2.0/migrate-workqueue-configs.d.ts.map +1 -1
- package/dist/migrations/v2.0/migrate-workqueue-configs.js +3 -4
- package/dist/migrations/v2.0/remove-delete-actions.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-delete-actions.js +3 -4
- package/dist/migrations/v2.0/remove-demo-scope.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-demo-scope.js +2 -3
- package/dist/migrations/v2.0/remove-deprecated-imports.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-deprecated-imports.js +3 -4
- package/dist/migrations/v2.0/remove-fhir-url-helpers.d.ts +3 -0
- package/dist/migrations/v2.0/remove-fhir-url-helpers.d.ts.map +1 -0
- package/dist/migrations/v2.0/remove-fhir-url-helpers.js +163 -0
- package/dist/migrations/v2.0/remove-hearth-migrations.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-hearth-migrations.js +1 -2
- package/dist/migrations/v2.0/remove-old-statistics-service.d.ts +3 -0
- package/dist/migrations/v2.0/remove-old-statistics-service.d.ts.map +1 -0
- package/dist/migrations/v2.0/remove-old-statistics-service.js +356 -0
- package/dist/migrations/v2.0/remove-pending-certification-flag.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-pending-certification-flag.js +3 -4
- package/dist/migrations/v2.0/remove-review-from-register-action.d.ts.map +1 -1
- package/dist/migrations/v2.0/remove-review-from-register-action.js +3 -4
- package/dist/migrations/v2.0/remove-unused-environment-variables.d.ts +3 -0
- package/dist/migrations/v2.0/remove-unused-environment-variables.d.ts.map +1 -0
- package/dist/migrations/v2.0/remove-unused-environment-variables.js +186 -0
- package/dist/migrations/v2.0/rename-api-paths.d.ts.map +1 -1
- package/dist/migrations/v2.0/rename-api-paths.js +3 -4
- package/dist/migrations/v2.0/rename-location-parent-id.d.ts.map +1 -1
- package/dist/migrations/v2.0/rename-location-parent-id.js +3 -4
- package/dist/migrations/v2.0/simplify-analytics-precalculations.d.ts.map +1 -1
- package/dist/migrations/v2.0/simplify-analytics-precalculations.js +1 -2
- package/dist/migrations/v2.0/update-package-json.d.ts +3 -0
- package/dist/migrations/v2.0/update-package-json.d.ts.map +1 -0
- package/dist/migrations/v2.0/update-package-json.js +105 -0
- package/opencrvs-toolkit-2.0.0-rc.fef9d21.tgz +0 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/opencrvs-toolkit-2.0.0-rc.fc7f7fc.tgz +0 -0
|
@@ -3975,10 +3975,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
3975
3975
|
output: {
|
|
3976
3976
|
id: string & import("zod").$brand<"UUID">;
|
|
3977
3977
|
name: {
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
}[];
|
|
3978
|
+
firstname: string;
|
|
3979
|
+
surname: string;
|
|
3980
|
+
};
|
|
3982
3981
|
role: string;
|
|
3983
3982
|
primaryOfficeId: string & import("zod").$brand<"UUID">;
|
|
3984
3983
|
type: "user";
|
|
@@ -4008,10 +4007,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4008
4007
|
create: import("@trpc/server").TRPCMutationProcedure<{
|
|
4009
4008
|
input: {
|
|
4010
4009
|
name: {
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
}[];
|
|
4010
|
+
firstname: string;
|
|
4011
|
+
surname: string;
|
|
4012
|
+
};
|
|
4015
4013
|
role: string;
|
|
4016
4014
|
primaryOfficeId: string;
|
|
4017
4015
|
data?: Record<string, unknown> | undefined;
|
|
@@ -4020,6 +4018,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4020
4018
|
email?: string | undefined;
|
|
4021
4019
|
mobile?: string | undefined;
|
|
4022
4020
|
username?: undefined;
|
|
4021
|
+
password?: undefined;
|
|
4023
4022
|
signature?: {
|
|
4024
4023
|
path: string;
|
|
4025
4024
|
originalFilename: string;
|
|
@@ -4029,10 +4028,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4029
4028
|
output: {
|
|
4030
4029
|
id: string & import("zod").$brand<"UUID">;
|
|
4031
4030
|
name: {
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
}[];
|
|
4031
|
+
firstname: string;
|
|
4032
|
+
surname: string;
|
|
4033
|
+
};
|
|
4036
4034
|
role: string;
|
|
4037
4035
|
primaryOfficeId: string & import("zod").$brand<"UUID">;
|
|
4038
4036
|
type: "user";
|
|
@@ -4053,10 +4051,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4053
4051
|
id: string;
|
|
4054
4052
|
data?: Record<string, unknown> | undefined;
|
|
4055
4053
|
name?: {
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
}[] | undefined;
|
|
4054
|
+
firstname: string;
|
|
4055
|
+
surname: string;
|
|
4056
|
+
} | undefined;
|
|
4060
4057
|
role?: string | undefined;
|
|
4061
4058
|
fullHonorificName?: string | undefined;
|
|
4062
4059
|
device?: string | undefined;
|
|
@@ -4069,16 +4066,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4069
4066
|
type: string;
|
|
4070
4067
|
} | undefined;
|
|
4071
4068
|
status?: "active" | "deactivated" | undefined;
|
|
4072
|
-
} & {
|
|
4073
|
-
id: string;
|
|
4074
4069
|
};
|
|
4075
4070
|
output: {
|
|
4076
4071
|
id: string & import("zod").$brand<"UUID">;
|
|
4077
4072
|
name: {
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
}[];
|
|
4073
|
+
firstname: string;
|
|
4074
|
+
surname: string;
|
|
4075
|
+
};
|
|
4082
4076
|
role: string;
|
|
4083
4077
|
primaryOfficeId: string & import("zod").$brand<"UUID">;
|
|
4084
4078
|
type: "user";
|
|
@@ -4099,10 +4093,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4099
4093
|
output: ({
|
|
4100
4094
|
id: string & import("zod").$brand<"UUID">;
|
|
4101
4095
|
name: {
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
}[];
|
|
4096
|
+
firstname: string;
|
|
4097
|
+
surname: string;
|
|
4098
|
+
};
|
|
4106
4099
|
role: string;
|
|
4107
4100
|
primaryOfficeId: string & import("zod").$brand<"UUID">;
|
|
4108
4101
|
type: "user";
|
|
@@ -4144,10 +4137,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4144
4137
|
output: ({
|
|
4145
4138
|
id: string & import("zod").$brand<"UUID">;
|
|
4146
4139
|
name: {
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
}[];
|
|
4140
|
+
firstname: string;
|
|
4141
|
+
surname: string;
|
|
4142
|
+
};
|
|
4151
4143
|
role: string;
|
|
4152
4144
|
primaryOfficeId: string & import("zod").$brand<"UUID">;
|
|
4153
4145
|
type: "user";
|
|
@@ -4318,19 +4310,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4318
4310
|
output: void;
|
|
4319
4311
|
meta: import("trpc-to-openapi").OpenApiMeta;
|
|
4320
4312
|
}>;
|
|
4321
|
-
verifyPasswordById: import("@trpc/server").TRPCMutationProcedure<{
|
|
4322
|
-
input: {
|
|
4323
|
-
id: string;
|
|
4324
|
-
password: string;
|
|
4325
|
-
};
|
|
4326
|
-
output: {
|
|
4327
|
-
status: string;
|
|
4328
|
-
username: string;
|
|
4329
|
-
id: string;
|
|
4330
|
-
mobile?: string | undefined;
|
|
4331
|
-
};
|
|
4332
|
-
meta: import("trpc-to-openapi").OpenApiMeta;
|
|
4333
|
-
}>;
|
|
4334
4313
|
audit: import("@trpc/server").TRPCBuiltRouter<{
|
|
4335
4314
|
ctx: Partial<{
|
|
4336
4315
|
token: `Bearer ${string}`;
|
|
@@ -4786,7 +4765,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4786
4765
|
'legalStatuses.DECLARED.createdAtLocation'?: {
|
|
4787
4766
|
type: "within";
|
|
4788
4767
|
location: string | {
|
|
4789
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4768
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4790
4769
|
$location?: string | undefined;
|
|
4791
4770
|
};
|
|
4792
4771
|
} | undefined;
|
|
@@ -4808,7 +4787,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4808
4787
|
'legalStatuses.REGISTERED.createdAtLocation'?: {
|
|
4809
4788
|
type: "within";
|
|
4810
4789
|
location: string | {
|
|
4811
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4790
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4812
4791
|
$location?: string | undefined;
|
|
4813
4792
|
};
|
|
4814
4793
|
} | undefined;
|
|
@@ -4823,47 +4802,47 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4823
4802
|
createdAtLocation?: {
|
|
4824
4803
|
type: "within";
|
|
4825
4804
|
location: string | {
|
|
4826
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4805
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4827
4806
|
$location?: string | undefined;
|
|
4828
4807
|
};
|
|
4829
4808
|
} | {
|
|
4830
4809
|
type: "exact";
|
|
4831
4810
|
term: string | {
|
|
4832
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4811
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4833
4812
|
$location?: string | undefined;
|
|
4834
4813
|
};
|
|
4835
4814
|
} | undefined;
|
|
4836
4815
|
updatedAtLocation?: {
|
|
4837
4816
|
type: "within";
|
|
4838
4817
|
location: string | {
|
|
4839
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4818
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4840
4819
|
$location?: string | undefined;
|
|
4841
4820
|
};
|
|
4842
4821
|
} | {
|
|
4843
4822
|
type: "exact";
|
|
4844
4823
|
term: string | {
|
|
4845
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4824
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4846
4825
|
$location?: string | undefined;
|
|
4847
4826
|
};
|
|
4848
4827
|
} | undefined;
|
|
4849
4828
|
updatedByUserRole?: {
|
|
4850
4829
|
type: "exact";
|
|
4851
4830
|
term: string | {
|
|
4852
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4831
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4853
4832
|
$location?: string | undefined;
|
|
4854
4833
|
};
|
|
4855
4834
|
} | undefined;
|
|
4856
4835
|
assignedTo?: {
|
|
4857
4836
|
type: "exact";
|
|
4858
4837
|
term: string | {
|
|
4859
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4838
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4860
4839
|
$location?: string | undefined;
|
|
4861
4840
|
};
|
|
4862
4841
|
} | undefined;
|
|
4863
4842
|
createdBy?: {
|
|
4864
4843
|
type: "exact";
|
|
4865
4844
|
term: string | {
|
|
4866
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4845
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4867
4846
|
$location?: string | undefined;
|
|
4868
4847
|
};
|
|
4869
4848
|
} | undefined;
|
|
@@ -4874,7 +4853,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4874
4853
|
updatedBy?: {
|
|
4875
4854
|
type: "exact";
|
|
4876
4855
|
term: string | {
|
|
4877
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4856
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4878
4857
|
$location?: string | undefined;
|
|
4879
4858
|
};
|
|
4880
4859
|
} | undefined;
|
|
@@ -4924,7 +4903,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4924
4903
|
'legalStatuses.DECLARED.createdAtLocation'?: {
|
|
4925
4904
|
type: "within";
|
|
4926
4905
|
location: string | {
|
|
4927
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4906
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4928
4907
|
$location?: string | undefined;
|
|
4929
4908
|
};
|
|
4930
4909
|
} | undefined;
|
|
@@ -4946,7 +4925,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4946
4925
|
'legalStatuses.REGISTERED.createdAtLocation'?: {
|
|
4947
4926
|
type: "within";
|
|
4948
4927
|
location: string | {
|
|
4949
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4928
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4950
4929
|
$location?: string | undefined;
|
|
4951
4930
|
};
|
|
4952
4931
|
} | undefined;
|
|
@@ -4961,47 +4940,47 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4961
4940
|
createdAtLocation?: {
|
|
4962
4941
|
type: "within";
|
|
4963
4942
|
location: string | {
|
|
4964
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4943
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4965
4944
|
$location?: string | undefined;
|
|
4966
4945
|
};
|
|
4967
4946
|
} | {
|
|
4968
4947
|
type: "exact";
|
|
4969
4948
|
term: string | {
|
|
4970
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4949
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4971
4950
|
$location?: string | undefined;
|
|
4972
4951
|
};
|
|
4973
4952
|
} | undefined;
|
|
4974
4953
|
updatedAtLocation?: {
|
|
4975
4954
|
type: "within";
|
|
4976
4955
|
location: string | {
|
|
4977
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4956
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4978
4957
|
$location?: string | undefined;
|
|
4979
4958
|
};
|
|
4980
4959
|
} | {
|
|
4981
4960
|
type: "exact";
|
|
4982
4961
|
term: string | {
|
|
4983
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4962
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4984
4963
|
$location?: string | undefined;
|
|
4985
4964
|
};
|
|
4986
4965
|
} | undefined;
|
|
4987
4966
|
updatedByUserRole?: {
|
|
4988
4967
|
type: "exact";
|
|
4989
4968
|
term: string | {
|
|
4990
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4969
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4991
4970
|
$location?: string | undefined;
|
|
4992
4971
|
};
|
|
4993
4972
|
} | undefined;
|
|
4994
4973
|
assignedTo?: {
|
|
4995
4974
|
type: "exact";
|
|
4996
4975
|
term: string | {
|
|
4997
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4976
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
4998
4977
|
$location?: string | undefined;
|
|
4999
4978
|
};
|
|
5000
4979
|
} | undefined;
|
|
5001
4980
|
createdBy?: {
|
|
5002
4981
|
type: "exact";
|
|
5003
4982
|
term: string | {
|
|
5004
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4983
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
5005
4984
|
$location?: string | undefined;
|
|
5006
4985
|
};
|
|
5007
4986
|
} | undefined;
|
|
@@ -5012,7 +4991,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
5012
4991
|
updatedBy?: {
|
|
5013
4992
|
type: "exact";
|
|
5014
4993
|
term: string | {
|
|
5015
|
-
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "
|
|
4994
|
+
$userField: "id" | "name" | "administrativeAreaId" | "firstname" | "surname" | "fullHonorificName" | "role" | "device" | "avatar" | "signature" | "primaryOfficeId" | "middlename";
|
|
5016
4995
|
$location?: string | undefined;
|
|
5017
4996
|
};
|
|
5018
4997
|
} | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-birth-certificate-issuance-flag.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/add-birth-certificate-issuance-flag.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-birth-certificate-issuance-flag.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/add-birth-certificate-issuance-flag.ts"],"names":[],"mappings":"AA2aA,iBAAe,IAAI,kBAiDlB;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -48,7 +48,6 @@ exports.main = main;
|
|
|
48
48
|
*/
|
|
49
49
|
const ts_morph_1 = require("ts-morph");
|
|
50
50
|
const path_1 = __importDefault(require("path"));
|
|
51
|
-
const _1 = require(".");
|
|
52
51
|
const DEFINE_CONFIG_NAME = 'defineConfig';
|
|
53
52
|
const DEFINE_WORKQUEUES_NAME = 'defineWorkqueues';
|
|
54
53
|
const ACTIONS_PROPERTY_NAME = 'actions';
|
|
@@ -318,7 +317,7 @@ function processFile(filePath, project) {
|
|
|
318
317
|
if (!sourceFile)
|
|
319
318
|
return 0;
|
|
320
319
|
let totalChanges = 0;
|
|
321
|
-
const relPath = path_1.default.relative(
|
|
320
|
+
const relPath = path_1.default.relative(process.cwd(), filePath);
|
|
322
321
|
const callExpressions = sourceFile.getDescendantsOfKind(ts_morph_1.SyntaxKind.CallExpression);
|
|
323
322
|
for (const call of callExpressions) {
|
|
324
323
|
const expression = call.getExpression();
|
|
@@ -369,7 +368,7 @@ function processFile(filePath, project) {
|
|
|
369
368
|
// ─── Entry point ─────────────────────────────────────────────────────────────
|
|
370
369
|
function main() {
|
|
371
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
372
|
-
const srcDir = path_1.default.join(
|
|
371
|
+
const srcDir = path_1.default.join(process.cwd(), 'src');
|
|
373
372
|
console.log(`Scanning for birth defineConfig and PRINT_CERTIFICATE workqueues in: ${srcDir}\n`);
|
|
374
373
|
const project = new ts_morph_1.Project({
|
|
375
374
|
tsConfigFilePath: path_1.default.resolve(srcDir, '../tsconfig.json'),
|
|
@@ -398,7 +397,7 @@ function main() {
|
|
|
398
397
|
for (const filePath of modifiedFiles) {
|
|
399
398
|
const sourceFile = project.getSourceFileOrThrow(filePath);
|
|
400
399
|
yield sourceFile.save();
|
|
401
|
-
console.log(` Saved: ${path_1.default.relative(
|
|
400
|
+
console.log(` Saved: ${path_1.default.relative(process.cwd(), filePath)}`);
|
|
402
401
|
}
|
|
403
402
|
console.log(`\nDone. Applied ${totalChanges} change(s) across ${modifiedFiles.length} file(s).`);
|
|
404
403
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-resend-invite-notification.d.ts","sourceRoot":"","sources":["../../../src/migrations/v2.0/add-resend-invite-notification.ts"],"names":[],"mappings":"AA8ZA,iBAAe,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAuCnC;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|