@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.15.2 to 2.15.4
@@ -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 @@ /** |
@@ -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 @@ /** |
{ | ||
"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
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
289693
5270
2
+ Added@types/q@~1.5.5
+ Added@types/q@1.5.8(transitive)