Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
5
Versions
74
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.4 to 2.16.1

dist/response/SdPlatformResponseJobLog.d.ts

2

dist/index.d.ts

@@ -36,3 +36,3 @@ export * from "./commons/SdPlatformApiTokenScopes";

export * from "./response/SdPlatformResponseAnalytics";
export * from "./response/SdPlatformJobLogResponse";
export * from "./response/SdPlatformResponseJobLog";
export * from "./response/SdPlatformResponseApiToken";

@@ -39,0 +39,0 @@ export * from "./response/SdPlatformResponseBackendSystem";

@@ -52,3 +52,3 @@ "use strict";

__exportStar(require("./response/SdPlatformResponseAnalytics"), exports);
__exportStar(require("./response/SdPlatformJobLogResponse"), exports);
__exportStar(require("./response/SdPlatformResponseJobLog"), exports);
__exportStar(require("./response/SdPlatformResponseApiToken"), exports);

@@ -55,0 +55,0 @@ __exportStar(require("./response/SdPlatformResponseBackendSystem"), exports);

@@ -43,6 +43,6 @@ export interface SdPlatformRequestDocumentCreate {

/**
* Recaptcha token.
* Captcha token.
*/
recaptcha_token: string;
friendly_captcha_solution: string;
}
//# sourceMappingURL=SdPlatformRequestDocument.d.ts.map

@@ -254,2 +254,4 @@ import { SdPlatformModelFileType } from "../commons/SdPlatformModelCommons";

readonly organization?: SdPlatformResponseOrganizationPublic;
/** The geometry backend access token. Can be requested by embedding 'token_view', 'token_export' or 'token_owner' in Get request. */
readonly access_token?: string;
}

@@ -256,0 +258,0 @@ /**

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

@@ -38,4 +38,4 @@ "keywords": [

"devDependencies": {
"@types/node": "^18.16.1",
"lerna": "^6.6.1",
"@types/node": "^18.16.8",
"lerna": "^6.6.2",
"typescript": "~4.9.5"

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