From 5d7f7f77a7780761e2d5f1d47d419bce40d4a5e4 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 13 Jul 2023 21:25:09 +0000 Subject: [PATCH] Regenerate client from commit 70f8c389 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 4 ++++ .../datadog-api-client-v2/models/RUMApplicationList.ts | 8 ++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 156cb7f6a24f..3e3608b10010 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.5", - "regenerated": "2023-07-13 20:37:06.082780", - "spec_repo_commit": "efde263a" + "regenerated": "2023-07-13 21:23:39.909700", + "spec_repo_commit": "70f8c389" }, "v2": { "apigentools_version": "1.6.5", - "regenerated": "2023-07-13 20:37:06.100361", - "spec_repo_commit": "efde263a" + "regenerated": "2023-07-13 21:23:39.924986", + "spec_repo_commit": "70f8c389" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 4ab7cb1ac429..3f7b978b38df 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -10872,6 +10872,10 @@ components: properties: attributes: $ref: '#/components/schemas/RUMApplicationListAttributes' + id: + description: RUM application ID. + example: abcd1234-0000-0000-abcd-1234abcd5678 + type: string type: $ref: '#/components/schemas/RUMApplicationListType' required: diff --git a/packages/datadog-api-client-v2/models/RUMApplicationList.ts b/packages/datadog-api-client-v2/models/RUMApplicationList.ts index 4d8ab1ddc27b..64375c0875bf 100644 --- a/packages/datadog-api-client-v2/models/RUMApplicationList.ts +++ b/packages/datadog-api-client-v2/models/RUMApplicationList.ts @@ -16,6 +16,10 @@ export class RUMApplicationList { * RUM application list attributes. */ "attributes": RUMApplicationListAttributes; + /** + * RUM application ID. + */ + "id"?: string; /** * RUM application list type. */ @@ -35,6 +39,10 @@ export class RUMApplicationList { type: "RUMApplicationListAttributes", required: true, }, + id: { + baseName: "id", + type: "string", + }, type: { baseName: "type", type: "RUMApplicationListType",