@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.12.11 to 2.13.0
@@ -36,2 +36,3 @@ export * from "./commons/SdPlatformApiTokenScopes"; | ||
export * from "./response/SdPlatformResponseAnalytics"; | ||
export * from "./response/SdPlatformJobLogResponse"; | ||
export * from "./response/SdPlatformResponseApiToken"; | ||
@@ -38,0 +39,0 @@ export * from "./response/SdPlatformResponseBackendSystem"; |
@@ -52,2 +52,3 @@ "use strict"; | ||
__exportStar(require("./response/SdPlatformResponseAnalytics"), exports); | ||
__exportStar(require("./response/SdPlatformJobLogResponse"), exports); | ||
__exportStar(require("./response/SdPlatformResponseApiToken"), exports); | ||
@@ -54,0 +55,0 @@ __exportStar(require("./response/SdPlatformResponseBackendSystem"), exports); |
@@ -29,2 +29,4 @@ /** | ||
description?: string; | ||
/** ARN(Amazon Resource Name) which is used to call AWS lambda in order to generate geometry backend token. */ | ||
lambda_arn: string; | ||
} | ||
@@ -59,2 +61,4 @@ /** | ||
description?: string; | ||
/** ARN(Amazon Resource Name) which is used to call AWS lambda in order to generate geometry backend token. */ | ||
lambda_arn?: string; | ||
} | ||
@@ -61,0 +65,0 @@ /** |
@@ -0,1 +1,5 @@ | ||
export interface SdPlatformRequestOpenIdProviderCreateAdditionalParameters { | ||
prompt?: string; | ||
hd?: string; | ||
} | ||
export interface SdPlatformRequestOpenIDProviderCreate { | ||
@@ -50,3 +54,23 @@ /** | ||
auth_group_user?: string; | ||
/** | ||
* The jwk token endpoint. | ||
*/ | ||
jwk_endpoint?: string; | ||
/** | ||
* The nonce. | ||
*/ | ||
nonce: boolean; | ||
/** | ||
* The use identity provider. | ||
*/ | ||
use_identity_provider: boolean; | ||
/** | ||
* The additional parameters. | ||
*/ | ||
additional_parameters?: SdPlatformRequestOpenIdProviderCreateAdditionalParameters; | ||
} | ||
export interface SdPlatformRequestOpenIDProviderPatchAdditionalParameters { | ||
prompt?: string; | ||
hd?: string; | ||
} | ||
export interface SdPlatformRequestOpenIDProviderPatch { | ||
@@ -101,3 +125,19 @@ /** | ||
auth_group_user?: string; | ||
/** | ||
* The jwk token endpoint. | ||
*/ | ||
jwk_endpoint?: string; | ||
/** | ||
* The nonce. | ||
*/ | ||
nonce?: boolean; | ||
/** | ||
* The use identity provider. | ||
*/ | ||
use_identity_provider?: boolean; | ||
/** | ||
* The additional parameters. | ||
*/ | ||
additional_parameters?: SdPlatformRequestOpenIDProviderPatchAdditionalParameters; | ||
} | ||
//# sourceMappingURL=SdPlatformRequestOpenIDProvider.d.ts.map |
@@ -42,2 +42,4 @@ /** | ||
readonly deleted_at?: string; | ||
/** ARN(Amazon Resource Name) which is used to call AWS lambda in order to generate geometry backend token. */ | ||
readonly lambda_arn: string; | ||
} | ||
@@ -44,0 +46,0 @@ /** |
import { SdPlatformResponseOrganizationPublic } from "./SdPlatformResponseOrganization"; | ||
export interface SdPlatformResponseOpenIDProviderAdditionalParameters { | ||
prompt?: string; | ||
hd?: string; | ||
} | ||
/** | ||
@@ -70,3 +74,19 @@ * The OpenID provider. | ||
readonly auth_group_user?: string; | ||
/** | ||
* The jwk token endpoint. | ||
*/ | ||
readonly jwk_endpoint?: string; | ||
/** | ||
* The nonce. | ||
*/ | ||
readonly nonce: boolean; | ||
/** | ||
* The use identity provider. | ||
*/ | ||
readonly use_identity_provider: boolean; | ||
/** | ||
* The additional parameters. | ||
*/ | ||
readonly additional_parameters?: SdPlatformResponseOpenIDProviderAdditionalParameters; | ||
} | ||
//# sourceMappingURL=SdPlatformResponseOpenIDProvider.d.ts.map |
{ | ||
"name": "@shapediver/api.platform-api-dto-v1", | ||
"version": "2.12.11", | ||
"version": "2.13.0", | ||
"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
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
292656
226
5220