@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.15.1 to 2.15.2
@@ -131,2 +131,11 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeePlan, SdPlatformChargebeeSubscription } from "../commons/SdPlatformChargebee"; | ||
/** | ||
* Holds name of single sign on provider. | ||
*/ | ||
export interface SdPlatformResponseIdentifySSO { | ||
/** | ||
* The name of a open id provider. | ||
*/ | ||
readonly openid_provider_name: string; | ||
} | ||
/** | ||
* Organization - any access level | ||
@@ -133,0 +142,0 @@ */ |
{ | ||
"name": "@shapediver/api.platform-api-dto-v1", | ||
"version": "2.15.1", | ||
"version": "2.15.2", | ||
"description": "Data Transfer Object Definitions of the Platform API v1", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
289091
5253