@forwardslashns/taskit-validation-messages 1.0.46 → 1.0.47
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.
|
@@ -249,6 +249,9 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
249
249
|
readonly CLIENT_COULD_NOT_BE_DELETED_BANK_ACCOUNTS_EXIST: {
|
|
250
250
|
readonly message: "This client cannot be deleted because it has bank accounts associated";
|
|
251
251
|
};
|
|
252
|
+
readonly CLIENT_COULD_NOT_BE_DELETED_CREDIT_CARDS_EXIST: {
|
|
253
|
+
readonly message: "This client cannot be deleted because it has credit cards associated";
|
|
254
|
+
};
|
|
252
255
|
readonly CLIENT_COULD_NOT_BE_DELETED_WORKLOGS_EXIST: {
|
|
253
256
|
readonly message: "This client cannot be deleted because it has worklogs associated";
|
|
254
257
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4hBtB,CAAC"}
|
|
@@ -252,6 +252,9 @@ exports.VALIDATION_MESSAGES = {
|
|
|
252
252
|
CLIENT_COULD_NOT_BE_DELETED_BANK_ACCOUNTS_EXIST: {
|
|
253
253
|
message: `This client cannot be deleted because it has bank accounts associated`,
|
|
254
254
|
},
|
|
255
|
+
CLIENT_COULD_NOT_BE_DELETED_CREDIT_CARDS_EXIST: {
|
|
256
|
+
message: `This client cannot be deleted because it has credit cards associated`,
|
|
257
|
+
},
|
|
255
258
|
CLIENT_COULD_NOT_BE_DELETED_WORKLOGS_EXIST: {
|
|
256
259
|
message: `This client cannot be deleted because it has worklogs associated`,
|
|
257
260
|
},
|
package/package.json
CHANGED
|
@@ -249,6 +249,9 @@ export const VALIDATION_MESSAGES = {
|
|
|
249
249
|
CLIENT_COULD_NOT_BE_DELETED_BANK_ACCOUNTS_EXIST: {
|
|
250
250
|
message: `This client cannot be deleted because it has bank accounts associated`,
|
|
251
251
|
},
|
|
252
|
+
CLIENT_COULD_NOT_BE_DELETED_CREDIT_CARDS_EXIST: {
|
|
253
|
+
message: `This client cannot be deleted because it has credit cards associated`,
|
|
254
|
+
},
|
|
252
255
|
CLIENT_COULD_NOT_BE_DELETED_WORKLOGS_EXIST: {
|
|
253
256
|
message: `This client cannot be deleted because it has worklogs associated`,
|
|
254
257
|
},
|