ns8-protect-models
Advanced tools
Comparing version 1.0.305-cd.f6d807505173aa5bc9e72367d9892ce5b61fb740.0 to 1.0.305-cd.f79c7c164b071143319f5671270904111b2bbf46.0
@@ -14,4 +14,3 @@ "use strict"; | ||
class_validator_1.IsInt(), | ||
class_validator_1.Min(1), | ||
class_validator_1.Max(50) | ||
class_validator_1.Min(1) | ||
], EkataMigrationListOptions.prototype, "count", void 0); | ||
@@ -18,0 +17,0 @@ __decorate([ |
import { Contact } from './Contact'; | ||
import { MerchantStatus } from './MerchantStatus'; | ||
import { Profile } from './Profile'; | ||
export declare class MerchantUpdate { | ||
@@ -8,3 +9,4 @@ constructor(partial?: Partial<MerchantUpdate>); | ||
contact?: Contact; | ||
profile?: Profile; | ||
storefrontUrl?: string; | ||
} |
@@ -31,2 +31,6 @@ "use strict"; | ||
class_validator_1.IsOptional(), | ||
class_validator_1.ValidateNested() | ||
], MerchantUpdate.prototype, "profile", void 0); | ||
__decorate([ | ||
class_validator_1.IsOptional(), | ||
class_validator_1.IsString() | ||
@@ -33,0 +37,0 @@ ], MerchantUpdate.prototype, "storefrontUrl", void 0); |
export declare enum SubjectType { | ||
MERCHANT = "MERCHANT", | ||
DEVELOPER = "DEVELOPER", | ||
STRIPE = "STRIPE" | ||
EXTENSION = "EXTENSION" | ||
} |
@@ -7,4 +7,4 @@ "use strict"; | ||
SubjectType["DEVELOPER"] = "DEVELOPER"; | ||
SubjectType["STRIPE"] = "STRIPE"; | ||
SubjectType["EXTENSION"] = "EXTENSION"; | ||
})(SubjectType = exports.SubjectType || (exports.SubjectType = {})); | ||
//# sourceMappingURL=SubjectType.js.map |
{ | ||
"name": "ns8-protect-models", | ||
"version": "1.0.305-cd.f6d807505173aa5bc9e72367d9892ce5b61fb740.0", | ||
"version": "1.0.305-cd.f79c7c164b071143319f5671270904111b2bbf46.0", | ||
"description": "Core data model classes defined by protect and shared with consumers like switchboard", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
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
252370
369
4338