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.23.1 to 2.24.0

8

dist/commons/SdPlatformNotificationCommons.d.ts

@@ -45,2 +45,3 @@ /**

ModelDenied = "model-denied",
ModelVisibilityChanged = "model-visibility-changed",
ScriptDenied = "script-denied",

@@ -78,4 +79,9 @@ ComputationFailed = "computation-failed",

*/
BackendSystemChanged = "backend-system-changed"
BackendSystemChanged = "backend-system-changed",
/**
* Common.
*/
Update = "update",
Information = "information"
}
//# sourceMappingURL=SdPlatformNotificationCommons.d.ts.map

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

SdPlatformNotificationType["ModelDenied"] = "model-denied";
SdPlatformNotificationType["ModelVisibilityChanged"] = "model-visibility-changed";
SdPlatformNotificationType["ScriptDenied"] = "script-denied";

@@ -89,3 +90,8 @@ SdPlatformNotificationType["ComputationFailed"] = "computation-failed";

SdPlatformNotificationType["BackendSystemChanged"] = "backend-system-changed";
/**
* Common.
*/
SdPlatformNotificationType["Update"] = "update";
SdPlatformNotificationType["Information"] = "information";
})(SdPlatformNotificationType = exports.SdPlatformNotificationType || (exports.SdPlatformNotificationType = {}));
//# sourceMappingURL=SdPlatformNotificationCommons.js.map

@@ -11,2 +11,6 @@ /**

/**
* Organization consumer.
*/
Consumer = "consumer",
/**
* A plain organization member.

@@ -13,0 +17,0 @@ */

@@ -15,2 +15,6 @@ "use strict";

/**
* Organization consumer.
*/
SdPlatformOrganizationMemberRole["Consumer"] = "consumer";
/**
* A plain organization member.

@@ -17,0 +21,0 @@ */

@@ -155,2 +155,3 @@ /**

updateOwner = "update_owner",
updateOrganization = "update_organization",
delete = "delete",

@@ -157,0 +158,0 @@ embedOrganization = "embed_organization",

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

SdPlatformPolicyPermissionsModel["updateOwner"] = "update_owner";
SdPlatformPolicyPermissionsModel["updateOrganization"] = "update_organization";
SdPlatformPolicyPermissionsModel["delete"] = "delete";

@@ -169,0 +170,0 @@ SdPlatformPolicyPermissionsModel["embedOrganization"] = "embed_organization";

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

}
export interface SdPlatformRequestModelOrganizationSettings {
confirmed?: boolean;
}
/**

@@ -59,2 +62,4 @@ * DTO for patching a model

settings?: SdPlatformRequestModelSettings;
/** Organization settings of the model. */
organization_settings?: SdPlatformRequestModelOrganizationSettings;
/** Allow direct embedding */

@@ -61,0 +66,0 @@ allow_direct_embedding?: boolean;

import { SdPlatformOrganizationVisibility } from "../commons/SdPlatformVisibility";
import { SdPlatformOrganizationMemberRole } from "../commons/SdPlatformOrganizationCommons";
/**

@@ -44,5 +45,9 @@ * DTO for creating an organization

/**
* The domain of an organization.
* The primary domain of an organization.
*/
domain?: string;
/**
* The domains of an organization.
*/
domains?: string[];
}

@@ -110,2 +115,10 @@ /**

slug?: string;
/**
* The default team for the organization.
*/
default_team?: string;
/**
* Consider organization teams.
*/
filter_by_team?: boolean;
}

@@ -125,5 +138,13 @@ /**

/**
* The domain of an organization.
*/
* The primary domain of an organization.
*/
domain?: string;
/**
* The domains of an organization.
*/
domains?: string[];
/**
* updates the application name prefix
*/
app_builder_slug?: string;
}

@@ -134,2 +155,15 @@ /**

export type SdPlatformRequestOrganizationPatchAny = SdPlatformRequestOrganizationPatchAdmin | SdPlatformRequestOrganizationPatchOwner | SdPlatformRequestOrganizationPatchAdministrator;
/**
* DTO for patching an organization user - organization admin/owner access level
*/
export interface SdPlatformRequestOrganizationPatchMemberRole {
/**
* Organization role of the user.
*/
organization_role?: SdPlatformOrganizationMemberRole;
/**
* Organization team of the user.
*/
organization_team?: string;
}
//# sourceMappingURL=SdPlatformRequestOrganization.d.ts.map

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

import { SdPlatformResponseSavedStatePublic } from "./SdPlatformResponseSavedState";
import { SdPlatformRequestModelOrganizationSettings } from "../request/SdPlatformRequestModel";
/** Level of trust into a model. */

@@ -320,2 +321,4 @@ export declare enum SdPlatformModelTrustlevel {

readonly settings: SdPlatformModelSettings;
/** Organization model settings */
readonly organization_settings: SdPlatformRequestModelOrganizationSettings;
}

@@ -322,0 +325,0 @@ /**

@@ -87,6 +87,10 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeePlan, SdPlatformChargebeeSubscription } from "../commons/SdPlatformChargebee";

/**
* The domain of organization.
* The primary domain of organization.
*/
readonly domain?: string;
/**
* The domains of organization.
*/
readonly domains?: string[];
/**
* The chargebee subscription of the organization.

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

2

package.json
{
"name": "@shapediver/api.platform-api-dto-v1",
"version": "2.23.1",
"version": "2.24.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

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