@shapediver/api.platform-api-dto-v1
Advanced tools
Comparing version 2.27.4 to 2.27.5
@@ -9,3 +9,7 @@ /** | ||
readonly used_credits_current_month: number; | ||
/** | ||
* Credits used so far in the current month for price v2. | ||
*/ | ||
readonly used_credits_current_month_v2: number; | ||
} | ||
//# sourceMappingURL=SdPlatformUsedCredits.d.ts.map |
@@ -127,2 +127,4 @@ import { SdPlatformOrganizationVisibility } from "../commons/SdPlatformVisibility"; | ||
slug?: string; | ||
/** Max excess credit */ | ||
max_excess_credits?: number; | ||
} | ||
@@ -129,0 +131,0 @@ /** |
@@ -212,2 +212,4 @@ import { SdPlatformOrganizationMemberRole } from "../commons/SdPlatformOrganizationCommons"; | ||
webhook_secret_confirmation?: string; | ||
/** Max excess credit */ | ||
max_excess_credits?: number; | ||
} | ||
@@ -214,0 +216,0 @@ /** |
@@ -47,2 +47,3 @@ /** | ||
readonly max_credits_per_month: number; | ||
readonly max_credits_per_month_trial: number; | ||
readonly max_model_size: number; | ||
@@ -49,0 +50,0 @@ readonly max_asset_size: number; |
@@ -9,2 +9,3 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeePlan, SdPlatformChargebeeSubscription } from "../commons/SdPlatformChargebee"; | ||
import { SdPlatformResponseUserOrganization } from "./SdPlatformResponseUser"; | ||
import { SdPlatformUsedCredits } from "../commons/SdPlatformUsedCredits"; | ||
/** | ||
@@ -111,2 +112,14 @@ * Organization - public access level | ||
readonly filter_by_team?: string; | ||
/** | ||
* Limit for excess credits | ||
*/ | ||
readonly max_excess_credits?: number; | ||
/** | ||
* Credit limit exceeded flag | ||
*/ | ||
readonly credit_limit_exceeded?: boolean; | ||
/** | ||
* Summarized information about consumed credits | ||
*/ | ||
readonly used_credits?: SdPlatformUsedCredits; | ||
} | ||
@@ -113,0 +126,0 @@ /** |
@@ -210,2 +210,6 @@ import { SdPlatformChargebeeAddon, SdPlatformChargebeeCustomer, SdPlatformChargebeeSubscription, SdPlatformChargebeePlan } from "../commons/SdPlatformChargebee"; | ||
/** | ||
* Max excess credits | ||
*/ | ||
readonly max_excess_credits?: number; | ||
/** | ||
* Administrative roles of the user (used for ShapeDiver admin access) | ||
@@ -250,2 +254,6 @@ */ | ||
readonly webhook_identifier?: string; | ||
/** | ||
* Credit limit exceeded flag | ||
*/ | ||
readonly credit_limit_exceeded?: boolean; | ||
} | ||
@@ -252,0 +260,0 @@ /** |
{ | ||
"name": "@shapediver/api.platform-api-dto-v1", | ||
"version": "2.27.4", | ||
"version": "2.27.5", | ||
"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
314987
5722