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.12.11 to 2.13.0

dist/response/SdPlatformJobLogResponse.d.ts

1

dist/index.d.ts

@@ -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

2

package.json
{
"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

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