@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.27.1 to 2.27.2
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313623
246
5692