@devcycle/types
Advanced tools
Comparing version 1.0.35 to 1.0.36
{ | ||
"name": "@devcycle/types", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "type": "commonjs", | ||
"class-transformer": "0.5.1", | ||
"class-validator": "^0.13.1", | ||
"@nestjs/class-validator": "^0.13.4", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -14,0 +14,0 @@ "lodash": "^4.17.21", |
@@ -13,3 +13,3 @@ "use strict"; | ||
exports.DVCPopulatedRequestEventDto = void 0; | ||
var class_validator_1 = require("class-validator"); | ||
var class_validator_1 = require("@nestjs/class-validator"); | ||
require("reflect-metadata"); | ||
@@ -16,0 +16,0 @@ /** |
@@ -29,3 +29,3 @@ "use strict"; | ||
var lodash_1 = require("lodash"); | ||
var class_validator_1 = require("class-validator"); | ||
var class_validator_1 = require("@nestjs/class-validator"); | ||
var class_transformer_1 = require("class-transformer"); | ||
@@ -32,0 +32,0 @@ require("reflect-metadata"); |
@@ -14,3 +14,3 @@ "use strict"; | ||
var clientSDKAPI_1 = require("./clientSDKAPI"); | ||
var class_validator_1 = require("class-validator"); | ||
var class_validator_1 = require("@nestjs/class-validator"); | ||
var class_transformer_1 = require("class-transformer"); | ||
@@ -17,0 +17,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { ValidationOptions } from 'class-validator'; | ||
import { ValidationOptions } from '@nestjs/class-validator'; | ||
export declare type DVCJSON = { | ||
@@ -3,0 +3,0 @@ [key: string]: string | number | boolean; |
@@ -5,3 +5,3 @@ "use strict"; | ||
var lodash_1 = require("lodash"); | ||
var class_validator_1 = require("class-validator"); | ||
var class_validator_1 = require("@nestjs/class-validator"); | ||
/** | ||
@@ -8,0 +8,0 @@ * Validates that JSON Object is a valid JSON Object with only |
@@ -1,2 +0,2 @@ | ||
import { ValidationOptions } from 'class-validator'; | ||
import { ValidationOptions } from '@nestjs/class-validator'; | ||
export declare const IS_ISO6391 = "isISO6391"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.isISO6391Validator = exports.IsISO6391 = exports.isISO6391 = exports.IS_ISO6391 = void 0; | ||
var class_validator_1 = require("class-validator"); | ||
var class_validator_1 = require("@nestjs/class-validator"); | ||
var iso_639_1_1 = __importDefault(require("iso-639-1")); | ||
@@ -10,0 +10,0 @@ exports.IS_ISO6391 = 'isISO6391'; |
@@ -1,2 +0,2 @@ | ||
import { ValidationOptions } from 'class-validator'; | ||
import { ValidationOptions } from '@nestjs/class-validator'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Validates that string is not filled with spaces |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validate = exports.IsNotBlank = void 0; | ||
var class_validator_1 = require("class-validator"); | ||
var class_validator_1 = require("@nestjs/class-validator"); | ||
/** | ||
@@ -6,0 +6,0 @@ * Validates that string is not filled with spaces |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82426