ns8-protect-models
Advanced tools
Comparing version 1.0.305-cd.d18d512dc36408f82ca31af75e17b7767c6b4c18.0 to 1.0.305-cd.d226435cabe8806e20c318047d70cf793c94492d.0
@@ -8,2 +8,4 @@ import { SubjectType } from './SubjectType'; | ||
subjectType: SubjectType; | ||
clientId: string; | ||
clientSecret: string; | ||
} |
@@ -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([ |
@@ -53,2 +53,3 @@ export * from './AccessToken'; | ||
export * from './MerchantUpdate'; | ||
export * from './migrations/EkataMigrationStatusResponse'; | ||
export * from './MonitorPutOptions'; | ||
@@ -55,0 +56,0 @@ export * from './MonitorStationType'; |
@@ -54,2 +54,3 @@ "use strict"; | ||
__export(require("./MerchantUpdate")); | ||
__export(require("./migrations/EkataMigrationStatusResponse")); | ||
__export(require("./MonitorPutOptions")); | ||
@@ -56,0 +57,0 @@ __export(require("./MonitorStationType")); |
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.d18d512dc36408f82ca31af75e17b7767c6b4c18.0", | ||
"version": "1.0.305-cd.d226435cabe8806e20c318047d70cf793c94492d.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
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
252419
369
4340