Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ns8-protect-models

Package Overview
Dependencies
Maintainers
1
Versions
415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ns8-protect-models - npm Package Compare versions

Comparing version 1.0.305-cd.a226b7cebdce72910d5f845d4adbd3a56f971b01.0 to 1.0.305-cd.a29fa7aa96cbe69325087167e2da1cc0ac721c35.0

lib/interface/MerchantRelationships.d.ts

2

lib/MerchantUpdate.d.ts
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);

2

lib/SubjectType.d.ts
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.a226b7cebdce72910d5f845d4adbd3a56f971b01.0",
"version": "1.0.305-cd.a29fa7aa96cbe69325087167e2da1cc0ac721c35.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc