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
0
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.27.1 to 2.27.2

dist/commons/SdPlatformOrganizationTokenScopes.d.ts

1

dist/index.d.ts

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

export * from "./response/SdPlatformResponseChargebee";
export * from "./response/SdPlatformResponseCreditMetrics";
export * from "./response/SdPlatformResponseDocument";

@@ -43,0 +44,0 @@ export * from "./response/SdPlatformResponseDomain";

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

__exportStar(require("./response/SdPlatformResponseChargebee"), exports);
__exportStar(require("./response/SdPlatformResponseCreditMetrics"), exports);
__exportStar(require("./response/SdPlatformResponseDocument"), exports);

@@ -59,0 +60,0 @@ __exportStar(require("./response/SdPlatformResponseDomain"), exports);

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

@@ -169,2 +170,10 @@ * DTO for creating an organization

}
/**
* DTO for getting a organization token
*/
export interface SdPlatformRequestOrganizationToken {
timestamp_from: number;
timestamp_to: number;
scope: SdPlatformOrganizationTokenScopes;
}
//# sourceMappingURL=SdPlatformRequestOrganization.d.ts.map
import { SdPlatformOrganizationMemberRole } from "../commons/SdPlatformOrganizationCommons";
import { SdPlatformUserVisibility } from "../commons/SdPlatformVisibility";
import { SdPlatformUserTokenScopes } from "../commons/SdPlatformUserTokenScopes";
/**

@@ -229,2 +230,10 @@ * DTO for request a password reset request

}
/**
* DTO for getting a user token
*/
export interface SdPlatformRequestUserToken {
timestamp_from: number;
timestamp_to: number;
scope: SdPlatformUserTokenScopes;
}
//# sourceMappingURL=SdPlatformRequestUser.d.ts.map

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

export type SdPlatformResponseOrganizationAny = SdPlatformResponseOrganizationAdmin | SdPlatformResponseOrganizationOwner | SdPlatformResponseOrganizationAdministrator | SdPlatformResponseOrganizationMember | SdPlatformResponseOrganizationPublic;
export type SdPlatformResponseOrganizationToken = {
access_token: string;
backend_system: SdPlatformResponseBackendSystem;
};
//# sourceMappingURL=SdPlatformResponseOrganization.d.ts.map

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

export type SdPlatformResponseUserAny = SdPlatformResponseUserAdmin | SdPlatformResponseUserSelf | SdPlatformResponseUserPublic | SdPlatformResponseUserMinimal;
export type SdPlatformResponseUserToken = {
access_token: string;
backend_system: SdPlatformResponseBackendSystem;
};
//# sourceMappingURL=SdPlatformResponseUser.d.ts.map

2

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

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