@northflank/js-client 0.7.4 → 0.7.5

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.
@@ -728,6 +728,7 @@ declare class NorthflankMetricFetch {
728
728
  metricsSingle(parameters: {
729
729
  projectId: string;
730
730
  entityId: string;
731
+ buildId?: string;
731
732
  }, data: MetricsSingleRequestData, entityType: 'service' | 'job' | 'addon'): Promise<ApiCallMetricsResponse>;
732
733
  getServiceMetricsRange(parameters: {
733
734
  projectId: string;