From 56e93f36b94b7ad8c4dc567548eb54ec87a9eb7b Mon Sep 17 00:00:00 2001 From: Jakub Duras Date: Mon, 9 Dec 2024 14:40:42 +0100 Subject: [PATCH] chore(customer-portal-client): update client with new spec --- clients/customer-portal-client/package.json | 2 +- clients/customer-portal-client/src/openapi.d.ts | 8 ++++++++ clients/customer-portal-client/src/openapi.json | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/clients/customer-portal-client/package.json b/clients/customer-portal-client/package.json index 256b4b67..abd81050 100644 --- a/clients/customer-portal-client/package.json +++ b/clients/customer-portal-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/customer-portal-client", - "version": "0.18.2", + "version": "0.18.3", "description": "API Client for epilot portal API", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/clients/customer-portal-client/src/openapi.d.ts b/clients/customer-portal-client/src/openapi.d.ts index ab0d5114..1a0dd157 100644 --- a/clients/customer-portal-client/src/openapi.d.ts +++ b/clients/customer-portal-client/src/openapi.d.ts @@ -3259,6 +3259,10 @@ declare namespace Components { }; } export interface PublicDataRetrievalHookDetails { + /** + * Identifier of the hook. + */ + id?: string; name?: { [name: string]: string; /** @@ -3281,6 +3285,10 @@ declare namespace Components { }; } export interface PublicExtensionDetails { + /** + * Identifier of the extension. + */ + id?: string; name?: { [name: string]: string; /** diff --git a/clients/customer-portal-client/src/openapi.json b/clients/customer-portal-client/src/openapi.json index e11bb349..d6efff26 100644 --- a/clients/customer-portal-client/src/openapi.json +++ b/clients/customer-portal-client/src/openapi.json @@ -8193,6 +8193,10 @@ "PublicExtensionDetails": { "type": "object", "properties": { + "id": { + "type": "string", + "description": "Identifier of the extension." + }, "name": { "type": "object", "properties": { @@ -8214,6 +8218,10 @@ "PublicDataRetrievalHookDetails": { "type": "object", "properties": { + "id": { + "type": "string", + "description": "Identifier of the hook." + }, "name": { "type": "object", "properties": {