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.11.8 to 2.12.2

dist/request/SdPlatformRequestApiClients.d.ts

7

dist/commons/SdPlatformNotificationCommons.d.ts

@@ -16,4 +16,7 @@ /**

export declare enum SdPlatformNotificationLevel {
/** Information level */
Info = "info",
/** Warning level */
Warning = "warning",
/** Error level */
Error = "error"

@@ -25,5 +28,9 @@ }

export declare enum SdPlatformNotificationClass {
/** Model-related notification */
Model = "model",
/** Account-related notification */
Account = "account",
/** Organization-related notification */
Organization = "organization",
/** Sharing-related notification */
Sharing = "sharing"

@@ -30,0 +37,0 @@ }

@@ -22,4 +22,7 @@ "use strict";

(function (SdPlatformNotificationLevel) {
/** Information level */
SdPlatformNotificationLevel["Info"] = "info";
/** Warning level */
SdPlatformNotificationLevel["Warning"] = "warning";
/** Error level */
SdPlatformNotificationLevel["Error"] = "error";

@@ -33,5 +36,9 @@ })(SdPlatformNotificationLevel = exports.SdPlatformNotificationLevel || (exports.SdPlatformNotificationLevel = {}));

(function (SdPlatformNotificationClass) {
/** Model-related notification */
SdPlatformNotificationClass["Model"] = "model";
/** Account-related notification */
SdPlatformNotificationClass["Account"] = "account";
/** Organization-related notification */
SdPlatformNotificationClass["Organization"] = "organization";
/** Sharing-related notification */
SdPlatformNotificationClass["Sharing"] = "sharing";

@@ -38,0 +45,0 @@ })(SdPlatformNotificationClass = exports.SdPlatformNotificationClass || (exports.SdPlatformNotificationClass = {}));

9

dist/commons/SdPlatformOrganizationCommons.d.ts

@@ -6,3 +6,3 @@ /**

/**
* Suspended organization member are not allowed to login, and
* Suspended organization members are not allowed to login, and
* are not granted any policies, which organization membership usually grants.

@@ -20,5 +20,6 @@ */

/**
* Add / remove / change role of organization members who are not owners.
* Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
* Manage domains for the organization.
* Allowed to
* - Add / remove / change role of organization members who are not owners.
* - Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
* - Manage domains for the organization.
*/

@@ -25,0 +26,0 @@ Admin = "admin",

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

/**
* Suspended organization member are not allowed to login, and
* Suspended organization members are not allowed to login, and
* are not granted any policies, which organization membership usually grants.

@@ -24,5 +24,6 @@ */

/**
* Add / remove / change role of organization members who are not owners.
* Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
* Manage domains for the organization.
* Allowed to
* - Add / remove / change role of organization members who are not owners.
* - Edit settings of organization like visibility, allow_sharing, allow_link_sharing, allow_expose_email.
* - Manage domains for the organization.
*/

@@ -29,0 +30,0 @@ SdPlatformOrganizationMemberRole["Admin"] = "admin";

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

export * from "./request/SdPlatformBaseRequestTypes";
export * from "./request/SdPlatformRequestApiClients";
export * from "./request/SdPlatformRequestApiToken";

@@ -34,2 +35,3 @@ export * from "./request/SdPlatformRequestBackendSystem";

export * from "./response/SdPlatformBaseResponseTypes";
export * from "./response/SdPlatformResponseApiClient";
export * from "./response/SdPlatformResponseAnalytics";

@@ -36,0 +38,0 @@ export * from "./response/SdPlatformResponseApiToken";

@@ -28,2 +28,3 @@ "use strict";

__exportStar(require("./request/SdPlatformBaseRequestTypes"), exports);
__exportStar(require("./request/SdPlatformRequestApiClients"), exports);
__exportStar(require("./request/SdPlatformRequestApiToken"), exports);

@@ -50,2 +51,3 @@ __exportStar(require("./request/SdPlatformRequestBackendSystem"), exports);

__exportStar(require("./response/SdPlatformBaseResponseTypes"), exports);
__exportStar(require("./response/SdPlatformResponseApiClient"), exports);
__exportStar(require("./response/SdPlatformResponseAnalytics"), exports);

@@ -52,0 +54,0 @@ __exportStar(require("./response/SdPlatformResponseApiToken"), exports);

@@ -69,2 +69,5 @@ import { SdPlatformOrganizationMemberRole } from "../commons/SdPlatformOrganizationCommons";

limit_credit_consumption?: boolean;
transfers_accept_any?: boolean;
transfers_clear_sharing?: boolean;
transfers_accept_shareback?: boolean;
}

@@ -71,0 +74,0 @@ /**

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

readonly trust?: SdPlatformModelTrustlevel;
/**
* Maximum number of bytes allowed for a single texture
*/
readonly max_texture_size?: number;
}

@@ -93,0 +97,0 @@ /**

@@ -106,2 +106,25 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeeSubscription, SdPlatformChargebeePlan } from "../commons/SdPlatformChargebee";

}
export interface SdPlatformResponseUserRefreshToken {
/**
* Uuid of the refresh token
*/
readonly id: string;
readonly client_id?: string;
/**
* Name of API client
*/
readonly client_name?: string;
readonly created_at: number;
readonly updated_at: number;
readonly expire_at: number;
readonly location?: string;
/**
* How often the token has been used.
*/
readonly num_requests: number;
/**
* How often then token can be used
*/
readonly max_requests: number;
}
/**

@@ -108,0 +131,0 @@ * User - any access level

{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.11.8",
"version": "2.12.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

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

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