File tree 6 files changed +6
-61
lines changed
packages/datadog-api-client-v2
6 files changed +6
-61
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-03-17 14:53:08.665656 ",
8
- "spec_repo_commit": "f73f9d61 "
7
+ "regenerated": "2025-03-17 17:20:20.434189 ",
8
+ "spec_repo_commit": "29344bf2 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-03-17 14:53:08.681430 ",
13
- "spec_repo_commit": "f73f9d61 "
12
+ "regenerated": "2025-03-17 17:20:20.450257 ",
13
+ "spec_repo_commit": "29344bf2 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -29902,24 +29902,8 @@ components:
29902
29902
type: object
29903
29903
ServiceDefinitionV2Dot2Type:
29904
29904
description: The type of service.
29905
- enum:
29906
- - web
29907
- - db
29908
- - cache
29909
- - function
29910
- - browser
29911
- - mobile
29912
- - custom
29913
29905
example: web
29914
29906
type: string
29915
- x-enum-varnames:
29916
- - WEB
29917
- - DB
29918
- - CACHE
29919
- - FUNCTION
29920
- - BROSWER
29921
- - MOBILE
29922
- - CUSTOM
29923
29907
ServiceDefinitionV2Dot2Version:
29924
29908
default: v2.2
29925
29909
description: Schema version being used.
Original file line number Diff line number Diff line change @@ -2513,7 +2513,6 @@ export { ServiceDefinitionV2Dot2Link } from "./models/ServiceDefinitionV2Dot2Lin
2513
2513
export { ServiceDefinitionV2Dot2Opsgenie } from "./models/ServiceDefinitionV2Dot2Opsgenie" ;
2514
2514
export { ServiceDefinitionV2Dot2OpsgenieRegion } from "./models/ServiceDefinitionV2Dot2OpsgenieRegion" ;
2515
2515
export { ServiceDefinitionV2Dot2Pagerduty } from "./models/ServiceDefinitionV2Dot2Pagerduty" ;
2516
- export { ServiceDefinitionV2Dot2Type } from "./models/ServiceDefinitionV2Dot2Type" ;
2517
2516
export { ServiceDefinitionV2Dot2Version } from "./models/ServiceDefinitionV2Dot2Version" ;
2518
2517
export { ServiceDefinitionV2Email } from "./models/ServiceDefinitionV2Email" ;
2519
2518
export { ServiceDefinitionV2EmailType } from "./models/ServiceDefinitionV2EmailType" ;
Original file line number Diff line number Diff line change @@ -2419,15 +2419,6 @@ const enumsMap: { [key: string]: any[] } = {
2419
2419
ServiceDefinitionV2Dot1SlackType : [ "slack" ] ,
2420
2420
ServiceDefinitionV2Dot1Version : [ "v2.1" ] ,
2421
2421
ServiceDefinitionV2Dot2OpsgenieRegion : [ "US" , "EU" ] ,
2422
- ServiceDefinitionV2Dot2Type : [
2423
- "web" ,
2424
- "db" ,
2425
- "cache" ,
2426
- "function" ,
2427
- "browser" ,
2428
- "mobile" ,
2429
- "custom" ,
2430
- ] ,
2431
2422
ServiceDefinitionV2Dot2Version : [ "v2.2" ] ,
2432
2423
ServiceDefinitionV2EmailType : [ "email" ] ,
2433
2424
ServiceDefinitionV2LinkType : [
Original file line number Diff line number Diff line change 6
6
import { ServiceDefinitionV2Dot2Contact } from "./ServiceDefinitionV2Dot2Contact" ;
7
7
import { ServiceDefinitionV2Dot2Integrations } from "./ServiceDefinitionV2Dot2Integrations" ;
8
8
import { ServiceDefinitionV2Dot2Link } from "./ServiceDefinitionV2Dot2Link" ;
9
- import { ServiceDefinitionV2Dot2Type } from "./ServiceDefinitionV2Dot2Type" ;
10
9
import { ServiceDefinitionV2Dot2Version } from "./ServiceDefinitionV2Dot2Version" ;
11
10
12
11
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
@@ -74,7 +73,7 @@ export class ServiceDefinitionV2Dot2 {
74
73
/**
75
74
* The type of service.
76
75
*/
77
- "type" ?: ServiceDefinitionV2Dot2Type ;
76
+ "type" ?: string ;
78
77
79
78
/**
80
79
* A container for additional, undeclared properties.
@@ -152,7 +151,7 @@ export class ServiceDefinitionV2Dot2 {
152
151
} ,
153
152
type : {
154
153
baseName : "type" ,
155
- type : "ServiceDefinitionV2Dot2Type " ,
154
+ type : "string " ,
156
155
} ,
157
156
additionalProperties : {
158
157
baseName : "additionalProperties" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments