diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e5dfe72..4f76c81 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/interfaces', - version: '1.0.16', + version: '1.0.17', description: 'interfaces for working with containers' } diff --git a/ts/data/secret.ts b/ts/data/secret.ts index a347d6d..b219352 100644 --- a/ts/data/secret.ts +++ b/ts/data/secret.ts @@ -5,6 +5,9 @@ export interface ISecretGroup { id: string; data: { + name: string; + description: string; + /** * the key of the secretgroup like CI_RUNNER_TOKEN */ @@ -53,7 +56,9 @@ export interface ISecretGroup { export interface ISecretBundle { id: string; data: { - purpose: string; + name: string; + description: string; + /** * You can add specific secret groups using this */