Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/resources/radar/ai/inference/timeseries-groups/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export interface SummaryModelResponse {
export namespace SummaryModelResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand All @@ -68,6 +69,7 @@ export interface SummaryTaskResponse {
export namespace SummaryTaskResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/resources/radar/ai/timeseries-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export interface TimeseriesGroupUserAgentResponse {
export namespace TimeseriesGroupUserAgentResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/resources/radar/as112/timeseries-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ export interface TimeseriesGroupQueryTypeResponse {
export namespace TimeseriesGroupQueryTypeResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand All @@ -227,6 +228,7 @@ export interface TimeseriesGroupResponseCodesResponse {
export namespace TimeseriesGroupResponseCodesResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down
3 changes: 3 additions & 0 deletions src/resources/radar/attacks/layer3/timeseries-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ export interface TimeseriesGroupIndustryResponse {
export namespace TimeseriesGroupIndustryResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down Expand Up @@ -271,6 +272,7 @@ export interface TimeseriesGroupVectorResponse {
export namespace TimeseriesGroupVectorResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand All @@ -284,6 +286,7 @@ export interface TimeseriesGroupVerticalResponse {
export namespace TimeseriesGroupVerticalResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down
5 changes: 5 additions & 0 deletions src/resources/radar/attacks/layer7/timeseries-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export interface TimeseriesGroupHTTPMethodResponse {
export namespace TimeseriesGroupHTTPMethodResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down Expand Up @@ -207,6 +208,7 @@ export interface TimeseriesGroupIndustryResponse {
export namespace TimeseriesGroupIndustryResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down Expand Up @@ -236,6 +238,7 @@ export interface TimeseriesGroupManagedRulesResponse {
export namespace TimeseriesGroupManagedRulesResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand All @@ -249,6 +252,7 @@ export interface TimeseriesGroupMitigationProductResponse {
export namespace TimeseriesGroupMitigationProductResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand All @@ -262,6 +266,7 @@ export interface TimeseriesGroupVerticalResponse {
export namespace TimeseriesGroupVerticalResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/resources/radar/dns/timeseries-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ export interface TimeseriesGroupQueryTypeResponse {
export namespace TimeseriesGroupQueryTypeResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand All @@ -361,6 +362,7 @@ export interface TimeseriesGroupResponseCodeResponse {
export namespace TimeseriesGroupResponseCodeResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down
3 changes: 3 additions & 0 deletions src/resources/radar/http/timeseries-groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export interface TimeseriesGroupBrowserResponse {
export namespace TimeseriesGroupBrowserResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand All @@ -273,6 +274,7 @@ export interface TimeseriesGroupBrowserFamilyResponse {
export namespace TimeseriesGroupBrowserFamilyResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down Expand Up @@ -354,6 +356,7 @@ export interface TimeseriesGroupOSResponse {
export namespace TimeseriesGroupOSResponse {
export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string> | undefined;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/resources/radar/ranking/internet-services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export namespace InternetServiceTimeseriesGroupsResponse {

export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string | number> | Array<string> | undefined;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/resources/radar/ranking/ranking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export namespace RankingTimeseriesGroupsResponse {

export interface Serie0 {
timestamps: Array<string>;

[k: string]: Array<string | number> | Array<string> | undefined;
}
}
Expand Down