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
79
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.4 to 2.27.5

4

dist/commons/SdPlatformUsedCredits.d.ts

@@ -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 @@ /**

2

package.json
{
"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

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