@nest-boot/validator 1.0.0 → 1.1.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"is-unique.decorator.js","sourceRoot":"","sources":["../../../src/decorators/common/is-unique.decorator.ts"],"names":[],"mappings":";;;;;;AACA,qDAIyB;AACzB,oDAAuB;AACvB,qCAAoD;AAEpD,uCAA+C;AAkB/C,SAAgB,QAAQ,CACtB,OAAgD,EAChD,iBAAqC;IAErC,OAAO,CAAC,MAAe,EAAE,YAAoB,EAAE,EAAE;QAC/C,IAAA,mCAAiB,EAAC;YAChB,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,MAAM,CAAC,WAAW;YAC1B,YAAY;YACZ,WAAW,EAAE;gBACX,OAAO,YAAY,QAAQ,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,OAAO;aAC5D;YACD,OAAO,EAAE,iBAAiB;YAC1B,SAAS,EAAE;gBACT,KAAK,CAAC,QAAQ,CAAC,KAAc,EAAE,IAAyB;oBACtD,MAAM,EACJ,UAAU,EACV,MAAM,EACN,KAAK,GAAG,IAAI,CAAC,QAAQ,GACtB,GAAoB,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;oBAEzC,MAAM,UAAU,GAAG,CAAC,UAAU,YAAY,oBAAU;wBAClD,CAAC,CAAC,UAAU;wBACZ,CAAC,CAAC,IAAA,uBAAa,EAAC,UAAU,CAAC,CAC5B,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC,CAAC;oBAE1B,OAAO,CAAC,CAAC,MAAM,UAAU,CAAC,OAAO,CAAC;wBAChC,KAAK,EAAE,gBAAC,CAAC,GAAG,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC;qBAC/B,CAAC,CAAC,CAAC;gBACN,CAAC;gBACD,cAAc,EAAE,IAAA,wBAAgB,EAAC,GAAG,EAAE,CAAC,WAAW,CAAC;aACpD;SACF,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC;AAnCD,4BAmCC"}
1
+ {"version":3,"file":"is-unique.decorator.js","sourceRoot":"","sources":["../../../src/decorators/common/is-unique.decorator.ts"],"names":[],"mappings":";;;;;;AACA,qDAIyB;AACzB,oDAAuB;AACvB,qCAAoD;AAEpD,uCAA+C;AAkB/C,SAAgB,QAAQ,CACtB,OAAgD,EAChD,iBAAqC;IAErC,OAAO,CAAC,MAAe,EAAE,YAAoB,EAAE,EAAE;QAC/C,IAAA,mCAAiB,EAAC;YAChB,IAAI,EAAE,UAAU;YAChB,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,MAAM,CAAC,WAAW;YAC1B,YAAY;YACZ,WAAW,EAAE;gBACX,OAAO,YAAY,QAAQ,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,OAAO;aAC5D;YACD,OAAO,EAAE,iBAAiB;YAC1B,SAAS,EAAE;gBACT,KAAK,CAAC,QAAQ,CAAC,KAAc,EAAE,IAAyB;oBACtD,MAAM,EACJ,UAAU,EACV,MAAM,EACN,KAAK,GAAG,IAAI,CAAC,QAAQ,GACtB,GAAoB,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;oBAEzC,MAAM,UAAU,GAAG,CACjB,UAAU,YAAY,oBAAU;wBAC9B,CAAC,CAAC,UAAU;wBACZ,CAAC,CAAC,IAAA,uBAAa,EAAC,UAAU,CAAC,CAC9B,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC,CAAC;oBAE1B,OAAO,CAAC,CAAC,MAAM,UAAU,CAAC,OAAO,CAAC;wBAChC,KAAK,EAAE,gBAAC,CAAC,GAAG,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC;qBAC/B,CAAC,CAAC,CAAC;gBACN,CAAC;gBACD,cAAc,EAAE,IAAA,wBAAgB,EAAC,GAAG,EAAE,CAAC,WAAW,CAAC;aACpD;SACF,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC;AApCD,4BAoCC"}
@@ -1,15 +1,15 @@
1
- export * from "./common/is-unique.decorator";
2
1
  export * from "./common/array-length.decorator";
2
+ export * from "./common/is-unique.decorator";
3
3
  export * from "./string/is-domain.decorator";
4
4
  export * from "./string/is-email.decorator";
5
5
  export * from "./string/is-number-string.decorator";
6
6
  export * from "./string/is-timezone.decorator";
7
7
  export * from "./string/is-url.decorator";
8
8
  export * from "./string/length.decorator";
9
- export * from "./number/is-greater-than-or-equal.decorator";
10
9
  export * from "./number/is-greater-than.decorator";
11
- export * from "./number/is-less-than-or-equal.decorator";
10
+ export * from "./number/is-greater-than-or-equal.decorator";
12
11
  export * from "./number/is-less-than.decorator";
12
+ export * from "./number/is-less-than-or-equal.decorator";
13
13
  export * from "./number/max.decorator";
14
14
  export * from "./number/min.decorator";
15
15
  export * from "./type-check/is-date.decorator";
@@ -10,18 +10,18 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
10
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./common/is-unique.decorator"), exports);
14
13
  __exportStar(require("./common/array-length.decorator"), exports);
14
+ __exportStar(require("./common/is-unique.decorator"), exports);
15
15
  __exportStar(require("./string/is-domain.decorator"), exports);
16
16
  __exportStar(require("./string/is-email.decorator"), exports);
17
17
  __exportStar(require("./string/is-number-string.decorator"), exports);
18
18
  __exportStar(require("./string/is-timezone.decorator"), exports);
19
19
  __exportStar(require("./string/is-url.decorator"), exports);
20
20
  __exportStar(require("./string/length.decorator"), exports);
21
- __exportStar(require("./number/is-greater-than-or-equal.decorator"), exports);
22
21
  __exportStar(require("./number/is-greater-than.decorator"), exports);
23
- __exportStar(require("./number/is-less-than-or-equal.decorator"), exports);
22
+ __exportStar(require("./number/is-greater-than-or-equal.decorator"), exports);
24
23
  __exportStar(require("./number/is-less-than.decorator"), exports);
24
+ __exportStar(require("./number/is-less-than-or-equal.decorator"), exports);
25
25
  __exportStar(require("./number/max.decorator"), exports);
26
26
  __exportStar(require("./number/min.decorator"), exports);
27
27
  __exportStar(require("./type-check/is-date.decorator"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/decorators/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+DAA6C;AAC7C,kEAAgD;AAGhD,+DAA6C;AAC7C,8DAA4C;AAC5C,sEAAoD;AACpD,iEAA+C;AAC/C,4DAA0C;AAC1C,4DAA0C;AAG1C,8EAA4D;AAC5D,qEAAmD;AACnD,2EAAyD;AACzD,kEAAgD;AAChD,yDAAuC;AACvC,yDAAuC;AAGvC,iEAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/decorators/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,kEAAgD;AAChD,+DAA6C;AAG7C,+DAA6C;AAC7C,8DAA4C;AAC5C,sEAAoD;AACpD,iEAA+C;AAC/C,4DAA0C;AAC1C,4DAA0C;AAG1C,qEAAmD;AACnD,8EAA4D;AAC5D,kEAAgD;AAChD,2EAAyD;AACzD,yDAAuC;AACvC,yDAAuC;AAGvC,iEAA+C"}