@forwardslashns/taskit-validation-messages 1.0.31 → 1.0.32

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.
@@ -293,6 +293,10 @@ export declare const VALIDATION_MESSAGES: {
293
293
  readonly message: "States with ids '{ids}' do not exist";
294
294
  readonly params: readonly ["ids"];
295
295
  };
296
+ readonly RESIDENCE_TYPE_DOES_NOT_EXIST: {
297
+ readonly message: "Residence type with ids '{ids}' does not exist";
298
+ readonly params: readonly ["ids"];
299
+ };
296
300
  readonly AT_LEAST_ONE_DOMESTIC_STATE_SHOULD_EXIST: {
297
301
  readonly message: "At least one domestic state should exist";
298
302
  };
@@ -1 +1 @@
1
- {"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkbtB,CAAC"}
1
+ {"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsbtB,CAAC"}
@@ -299,6 +299,10 @@ exports.VALIDATION_MESSAGES = {
299
299
  message: `States with ids '{ids}' do not exist`,
300
300
  params: ['ids'],
301
301
  },
302
+ RESIDENCE_TYPE_DOES_NOT_EXIST: {
303
+ message: `Residence type with ids '{ids}' does not exist`,
304
+ params: ['ids'],
305
+ },
302
306
  AT_LEAST_ONE_DOMESTIC_STATE_SHOULD_EXIST: {
303
307
  message: `At least one domestic state should exist`,
304
308
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -296,6 +296,10 @@ export const VALIDATION_MESSAGES = {
296
296
  message: `States with ids '{ids}' do not exist`,
297
297
  params: ['ids'],
298
298
  },
299
+ RESIDENCE_TYPE_DOES_NOT_EXIST: {
300
+ message: `Residence type with ids '{ids}' does not exist`,
301
+ params: ['ids'],
302
+ },
299
303
  AT_LEAST_ONE_DOMESTIC_STATE_SHOULD_EXIST: {
300
304
  message: `At least one domestic state should exist`,
301
305
  },