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

@shapediver/api.platform-api-dto-v1

Package Overview
Dependencies
Maintainers
5
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/api.platform-api-dto-v1 - npm Package Compare versions

Comparing version 2.15.2 to 2.15.4

13

dist/request/SdPlatformRequestOrganization.d.ts

@@ -40,2 +40,11 @@ import { SdPlatformOrganizationVisibility } from "../commons/SdPlatformVisibility";

/**
* DTO creating an organization - admin access level
*/
export interface SdPlatformOrganizationCreateAdmin extends SdPlatformRequestOrganizationCreate {
/**
* The domain of an organization.
*/
domain?: string;
}
/**
* DTO for patching an organization - organization administrator access level

@@ -114,2 +123,6 @@ */

chargebee_customer_id?: string;
/**
* The domain of an organization.
*/
domain?: string;
}

@@ -116,0 +129,0 @@ /**

4

dist/response/SdPlatformResponseOrganization.d.ts

@@ -86,2 +86,6 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeePlan, SdPlatformChargebeeSubscription } from "../commons/SdPlatformChargebee";

readonly openid_provider?: string;
/**
* The domain of organization.
*/
readonly domain?: string;
}

@@ -88,0 +92,0 @@ /**

7

package.json
{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.15.2",
"version": "2.15.4",
"description": "Data Transfer Object Definitions of the Platform API v1",

@@ -34,7 +34,8 @@ "keywords": [

"dependencies": {
"@types/q": "~1.5.5",
"chargebee-typescript": "~2.16.0"
},
"devDependencies": {
"@types/q": "~1.5.5",
"lerna": "~3.22.1",
"@types/node": "^18.16.1",
"lerna": "^6.6.1",
"typescript": "~4.9.5"

@@ -41,0 +42,0 @@ },

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