@blockscout/autoscout-types 1.12.0 → 1.12.1-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v1/autoscout.d.ts +1 -0
- package/dist/v1/autoscout.ts +1 -0
- package/package.json +1 -1
package/dist/v1/autoscout.d.ts
CHANGED
|
@@ -450,6 +450,7 @@ export interface BillingUsage {
|
|
|
450
450
|
total_amount_usd: string;
|
|
451
451
|
instances: BillingUsageByInstance[];
|
|
452
452
|
deducted_from_balance_usd: string;
|
|
453
|
+
already_billed_usd: string;
|
|
453
454
|
}
|
|
454
455
|
export interface GetBillingResponse {
|
|
455
456
|
pay_as_you_go: PayAsYouGoInfo | undefined;
|
package/dist/v1/autoscout.ts
CHANGED