@blockscout/autoscout-types 1.11.1-alpha.2 → 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.
@@ -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;
@@ -528,6 +528,7 @@ export interface BillingUsage {
528
528
  total_amount_usd: string;
529
529
  instances: BillingUsageByInstance[];
530
530
  deducted_from_balance_usd: string;
531
+ already_billed_usd: string;
531
532
  }
532
533
 
533
534
  export interface GetBillingResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/autoscout-types",
3
- "version": "1.11.1-alpha.2",
3
+ "version": "1.12.1-alpha",
4
4
  "description": "TypeScript definitions for Autoscout microservice",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",