@@ -720,6 +720,7 @@ import { SlackIntegrationMetadata } from "./SlackIntegrationMetadata";
720
720
import { SlackIntegrationMetadataChannelItem } from "./SlackIntegrationMetadataChannelItem" ;
721
721
import { Span } from "./Span" ;
722
722
import { SpansAggregateBucket } from "./SpansAggregateBucket" ;
723
+ import { SpansAggregateBucketAttributes } from "./SpansAggregateBucketAttributes" ;
723
724
import { SpansAggregateBucketValueTimeseriesPoint } from "./SpansAggregateBucketValueTimeseriesPoint" ;
724
725
import { SpansAggregateData } from "./SpansAggregateData" ;
725
726
import { SpansAggregateRequest } from "./SpansAggregateRequest" ;
@@ -1258,6 +1259,7 @@ const enumsMap: { [key: string]: any[] } = {
1258
1259
ServiceDefinitionV2OpsgenieRegion : [ "US" , "EU" ] ,
1259
1260
ServiceDefinitionV2SlackType : [ "slack" ] ,
1260
1261
ServiceDefinitionV2Version : [ "v2" ] ,
1262
+ SpansAggregateBucketType : [ "bucket" ] ,
1261
1263
SpansAggregateRequestType : [ "aggregate_request" ] ,
1262
1264
SpansAggregateResponseStatus : [ "done" , "timeout" ] ,
1263
1265
SpansAggregateSortType : [ "alphabetical" , "measure" ] ,
@@ -2117,6 +2119,7 @@ const typeMap: { [index: string]: any } = {
2117
2119
SlackIntegrationMetadataChannelItem : SlackIntegrationMetadataChannelItem ,
2118
2120
Span : Span ,
2119
2121
SpansAggregateBucket : SpansAggregateBucket ,
2122
+ SpansAggregateBucketAttributes : SpansAggregateBucketAttributes ,
2120
2123
SpansAggregateBucketValueTimeseriesPoint :
2121
2124
SpansAggregateBucketValueTimeseriesPoint ,
2122
2125
SpansAggregateData : SpansAggregateData ,
0 commit comments