namirasoft-container-registry 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/NamirasoftContainerRegistryServer.d.ts +19 -0
- package/dist/NamirasoftContainerRegistryServer.js +26 -0
- package/dist/NamirasoftContainerRegistryServer.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerBase.d.ts +5 -0
- package/dist/NamirasoftContainerRegistryServerBase.js +11 -0
- package/dist/NamirasoftContainerRegistryServerBase.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistry.d.ts +18 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistry.js +64 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistry.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryCategory.d.ts +17 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryCategory.js +56 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryCategory.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryField.d.ts +18 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryField.js +64 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryField.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryTag.d.ts +18 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryTag.js +64 -0
- package/dist/NamirasoftContainerRegistryServerContainerRegistryTag.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerHealthz.d.ts +7 -0
- package/dist/NamirasoftContainerRegistryServerHealthz.js +28 -0
- package/dist/NamirasoftContainerRegistryServerHealthz.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerMetrics.d.ts +7 -0
- package/dist/NamirasoftContainerRegistryServerMetrics.js +28 -0
- package/dist/NamirasoftContainerRegistryServerMetrics.js.map +1 -0
- package/dist/NamirasoftContainerRegistryServerValue.d.ts +7 -0
- package/dist/NamirasoftContainerRegistryServerValue.js +29 -0
- package/dist/NamirasoftContainerRegistryServerValue.js.map +1 -0
- package/dist/command/ContainerRegistryCategoryCommand.d.ts +4 -0
- package/dist/command/ContainerRegistryCategoryCommand.js +21 -0
- package/dist/command/ContainerRegistryCategoryCommand.js.map +1 -0
- package/dist/command/ContainerRegistryCategoryCreateCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryCategoryCreateCommand.js +49 -0
- package/dist/command/ContainerRegistryCategoryCreateCommand.js.map +1 -0
- package/dist/command/ContainerRegistryCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryCategoryDeleteCommand.js +38 -0
- package/dist/command/ContainerRegistryCategoryDeleteCommand.js.map +1 -0
- package/dist/command/ContainerRegistryCategoryGetCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryCategoryGetCommand.js +38 -0
- package/dist/command/ContainerRegistryCategoryGetCommand.js.map +1 -0
- package/dist/command/ContainerRegistryCategoryListCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryCategoryListCommand.js +38 -0
- package/dist/command/ContainerRegistryCategoryListCommand.js.map +1 -0
- package/dist/command/ContainerRegistryCommand.d.ts +4 -0
- package/dist/command/ContainerRegistryCommand.js +23 -0
- package/dist/command/ContainerRegistryCommand.js.map +1 -0
- package/dist/command/ContainerRegistryCreateCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryCreateCommand.js +76 -0
- package/dist/command/ContainerRegistryCreateCommand.js.map +1 -0
- package/dist/command/ContainerRegistryDeleteCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryDeleteCommand.js +38 -0
- package/dist/command/ContainerRegistryDeleteCommand.js.map +1 -0
- package/dist/command/ContainerRegistryFieldCommand.d.ts +4 -0
- package/dist/command/ContainerRegistryFieldCommand.js +23 -0
- package/dist/command/ContainerRegistryFieldCommand.js.map +1 -0
- package/dist/command/ContainerRegistryFieldCreateCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryFieldCreateCommand.js +58 -0
- package/dist/command/ContainerRegistryFieldCreateCommand.js.map +1 -0
- package/dist/command/ContainerRegistryFieldDeleteCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryFieldDeleteCommand.js +38 -0
- package/dist/command/ContainerRegistryFieldDeleteCommand.js.map +1 -0
- package/dist/command/ContainerRegistryFieldGetCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryFieldGetCommand.js +38 -0
- package/dist/command/ContainerRegistryFieldGetCommand.js.map +1 -0
- package/dist/command/ContainerRegistryFieldListCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryFieldListCommand.js +38 -0
- package/dist/command/ContainerRegistryFieldListCommand.js.map +1 -0
- package/dist/command/ContainerRegistryFieldUpdateCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryFieldUpdateCommand.js +58 -0
- package/dist/command/ContainerRegistryFieldUpdateCommand.js.map +1 -0
- package/dist/command/ContainerRegistryGetCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryGetCommand.js +38 -0
- package/dist/command/ContainerRegistryGetCommand.js.map +1 -0
- package/dist/command/ContainerRegistryListCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryListCommand.js +38 -0
- package/dist/command/ContainerRegistryListCommand.js.map +1 -0
- package/dist/command/ContainerRegistryTagCommand.d.ts +4 -0
- package/dist/command/ContainerRegistryTagCommand.js +23 -0
- package/dist/command/ContainerRegistryTagCommand.js.map +1 -0
- package/dist/command/ContainerRegistryTagCreateCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryTagCreateCommand.js +58 -0
- package/dist/command/ContainerRegistryTagCreateCommand.js.map +1 -0
- package/dist/command/ContainerRegistryTagDeleteCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryTagDeleteCommand.js +38 -0
- package/dist/command/ContainerRegistryTagDeleteCommand.js.map +1 -0
- package/dist/command/ContainerRegistryTagGetCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryTagGetCommand.js +38 -0
- package/dist/command/ContainerRegistryTagGetCommand.js.map +1 -0
- package/dist/command/ContainerRegistryTagListCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryTagListCommand.js +38 -0
- package/dist/command/ContainerRegistryTagListCommand.js.map +1 -0
- package/dist/command/ContainerRegistryTagUpdateCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryTagUpdateCommand.js +58 -0
- package/dist/command/ContainerRegistryTagUpdateCommand.js.map +1 -0
- package/dist/command/ContainerRegistryUpdateCommand.d.ts +5 -0
- package/dist/command/ContainerRegistryUpdateCommand.js +76 -0
- package/dist/command/ContainerRegistryUpdateCommand.js.map +1 -0
- package/dist/command/HealthzCommand.d.ts +4 -0
- package/dist/command/HealthzCommand.js +15 -0
- package/dist/command/HealthzCommand.js.map +1 -0
- package/dist/command/HealthzGetCommand.d.ts +5 -0
- package/dist/command/HealthzGetCommand.js +38 -0
- package/dist/command/HealthzGetCommand.js.map +1 -0
- package/dist/command/MetricsCommand.d.ts +4 -0
- package/dist/command/MetricsCommand.js +15 -0
- package/dist/command/MetricsCommand.js.map +1 -0
- package/dist/command/MetricsGetCommand.d.ts +5 -0
- package/dist/command/MetricsGetCommand.js +38 -0
- package/dist/command/MetricsGetCommand.js.map +1 -0
- package/dist/command/ValueCommand.d.ts +4 -0
- package/dist/command/ValueCommand.js +15 -0
- package/dist/command/ValueCommand.js.map +1 -0
- package/dist/command/ValueListCommand.d.ts +5 -0
- package/dist/command/ValueListCommand.js +38 -0
- package/dist/command/ValueListCommand.js.map +1 -0
- package/dist/command/cli.d.ts +2 -0
- package/dist/command/cli.js +26 -0
- package/dist/command/cli.js.map +1 -0
- package/dist/enum/ContainerRegistryType.d.ts +13 -0
- package/dist/enum/ContainerRegistryType.js +18 -0
- package/dist/enum/ContainerRegistryType.js.map +1 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +66 -0
- package/dist/index.js.map +1 -0
- package/dist/meta/ContainerRegistryMetaTable.d.ts +18 -0
- package/dist/meta/ContainerRegistryMetaTable.js +41 -0
- package/dist/meta/ContainerRegistryMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftContainerRegistryMetaDatabase.d.ts +13 -0
- package/dist/meta/NamirasoftContainerRegistryMetaDatabase.js +27 -0
- package/dist/meta/NamirasoftContainerRegistryMetaDatabase.js.map +1 -0
- package/dist/row/ContainerRegistryCategoryRow.d.ts +8 -0
- package/dist/row/ContainerRegistryCategoryRow.js +3 -0
- package/dist/row/ContainerRegistryCategoryRow.js.map +1 -0
- package/dist/row/ContainerRegistryFieldRow.d.ts +9 -0
- package/dist/row/ContainerRegistryFieldRow.js +3 -0
- package/dist/row/ContainerRegistryFieldRow.js.map +1 -0
- package/dist/row/ContainerRegistryInputRow.d.ts +7 -0
- package/dist/row/ContainerRegistryInputRow.js +3 -0
- package/dist/row/ContainerRegistryInputRow.js.map +1 -0
- package/dist/row/ContainerRegistryRow.d.ts +12 -0
- package/dist/row/ContainerRegistryRow.js +3 -0
- package/dist/row/ContainerRegistryRow.js.map +1 -0
- package/dist/row/ContainerRegistryTagRow.d.ts +9 -0
- package/dist/row/ContainerRegistryTagRow.js +3 -0
- package/dist/row/ContainerRegistryTagRow.js.map +1 -0
- package/dist/row/EntityCategoryInputRow.d.ts +3 -0
- package/dist/row/EntityCategoryInputRow.js +3 -0
- package/dist/row/EntityCategoryInputRow.js.map +1 -0
- package/dist/row/EntityFieldInputRow.d.ts +4 -0
- package/dist/row/EntityFieldInputRow.js +3 -0
- package/dist/row/EntityFieldInputRow.js.map +1 -0
- package/dist/row/EntityTagInputRow.d.ts +4 -0
- package/dist/row/EntityTagInputRow.js +3 -0
- package/dist/row/EntityTagInputRow.js.map +1 -0
- package/logo.png +0 -0
- package/package.json +28 -0
- package/src/NamirasoftContainerRegistryServer.ts +51 -0
- package/src/NamirasoftContainerRegistryServerBase.ts +30 -0
- package/src/NamirasoftContainerRegistryServerContainerRegistry.ts +71 -0
- package/src/NamirasoftContainerRegistryServerContainerRegistryCategory.ts +64 -0
- package/src/NamirasoftContainerRegistryServerContainerRegistryField.ts +71 -0
- package/src/NamirasoftContainerRegistryServerContainerRegistryTag.ts +71 -0
- package/src/NamirasoftContainerRegistryServerHealthz.ts +37 -0
- package/src/NamirasoftContainerRegistryServerMetrics.ts +37 -0
- package/src/NamirasoftContainerRegistryServerValue.ts +38 -0
- package/src/command/ContainerRegistryCategoryCommand.ts +38 -0
- package/src/command/ContainerRegistryCategoryCreateCommand.ts +56 -0
- package/src/command/ContainerRegistryCategoryDeleteCommand.ts +45 -0
- package/src/command/ContainerRegistryCategoryGetCommand.ts +45 -0
- package/src/command/ContainerRegistryCategoryListCommand.ts +45 -0
- package/src/command/ContainerRegistryCommand.ts +40 -0
- package/src/command/ContainerRegistryCreateCommand.ts +83 -0
- package/src/command/ContainerRegistryDeleteCommand.ts +45 -0
- package/src/command/ContainerRegistryFieldCommand.ts +40 -0
- package/src/command/ContainerRegistryFieldCreateCommand.ts +65 -0
- package/src/command/ContainerRegistryFieldDeleteCommand.ts +45 -0
- package/src/command/ContainerRegistryFieldGetCommand.ts +45 -0
- package/src/command/ContainerRegistryFieldListCommand.ts +45 -0
- package/src/command/ContainerRegistryFieldUpdateCommand.ts +65 -0
- package/src/command/ContainerRegistryGetCommand.ts +45 -0
- package/src/command/ContainerRegistryListCommand.ts +45 -0
- package/src/command/ContainerRegistryTagCommand.ts +40 -0
- package/src/command/ContainerRegistryTagCreateCommand.ts +65 -0
- package/src/command/ContainerRegistryTagDeleteCommand.ts +45 -0
- package/src/command/ContainerRegistryTagGetCommand.ts +45 -0
- package/src/command/ContainerRegistryTagListCommand.ts +45 -0
- package/src/command/ContainerRegistryTagUpdateCommand.ts +65 -0
- package/src/command/ContainerRegistryUpdateCommand.ts +83 -0
- package/src/command/HealthzCommand.ts +32 -0
- package/src/command/HealthzGetCommand.ts +45 -0
- package/src/command/MetricsCommand.ts +32 -0
- package/src/command/MetricsGetCommand.ts +45 -0
- package/src/command/ValueCommand.ts +32 -0
- package/src/command/ValueListCommand.ts +45 -0
- package/src/command/cli.ts +45 -0
- package/src/enum/ContainerRegistryType.ts +34 -0
- package/src/index.ts +69 -0
- package/src/meta/ContainerRegistryMetaTable.ts +64 -0
- package/src/meta/NamirasoftContainerRegistryMetaDatabase.ts +51 -0
- package/src/row/ContainerRegistryCategoryRow.ts +29 -0
- package/src/row/ContainerRegistryFieldRow.ts +30 -0
- package/src/row/ContainerRegistryInputRow.ts +29 -0
- package/src/row/ContainerRegistryRow.ts +34 -0
- package/src/row/ContainerRegistryTagRow.ts +30 -0
- package/src/row/EntityCategoryInputRow.ts +24 -0
- package/src/row/EntityFieldInputRow.ts +25 -0
- package/src/row/EntityTagInputRow.ts +25 -0
- package/tsconfig.json +42 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NamirasoftContainerRegistryMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftContainerRegistryMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,6EAA0E;AAC1E,qDAA6C;AAC7C,qDAAqD;AACrD,4FAAyF;AAGzF,MAAa,uCAAwC,SAAQ,oCAAqD;IAO9G,YAAY,OAAsB,EAAE,OAAgC;QAEhE,KAAK,CAAC,EAAE,EAAE,EAAE,sBAAsB,EAAE,IAAI,EAAE,+BAA+B,EAAE,QAAQ,EAAE,gDAAgD,EAAE,WAAW,EAAE,gPAAgP,EAAE,IAAI,EAAE,iFAAiF,EAAE,IAAI,EAAE,2CAA2C,EAAE,CAAC,CAAC;QACphB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG;YACV,kBAAkB,EAAE,IAAI,uDAA0B,CAAC,IAAI,CAAC;SAC3D,CAAC;IACN,CAAC;IACQ,SAAS;QAEd,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO;YAC9B,MAAM,IAAI,KAAK,CAAC,6GAA6G,CAAC,CAAA;QAClI,IAAI,IAAI,GAAG,oCAAkB,CAAC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,QAAQ,GAAG,IAAI,4BAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC;QACtD,OAAO,IAAI,qEAAiC,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IACvF,CAAC;CACJ;AAxBD,0FAwBC;AAAA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerRegistryCategoryRow.js","sourceRoot":"","sources":["../../src/row/ContainerRegistryCategoryRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerRegistryFieldRow.js","sourceRoot":"","sources":["../../src/row/ContainerRegistryFieldRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerRegistryInputRow.js","sourceRoot":"","sources":["../../src/row/ContainerRegistryInputRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ContainerRegistryType } from "../enum/ContainerRegistryType";
|
|
2
|
+
export type ContainerRegistryRow = {
|
|
3
|
+
id: string;
|
|
4
|
+
user_id: string;
|
|
5
|
+
workspace_id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
type: ContainerRegistryType;
|
|
8
|
+
meta: (any | null);
|
|
9
|
+
description: (string | null);
|
|
10
|
+
created_at: Date;
|
|
11
|
+
updated_at: Date;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerRegistryRow.js","sourceRoot":"","sources":["../../src/row/ContainerRegistryRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerRegistryTagRow.js","sourceRoot":"","sources":["../../src/row/ContainerRegistryTagRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityCategoryInputRow.js","sourceRoot":"","sources":["../../src/row/EntityCategoryInputRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityFieldInputRow.js","sourceRoot":"","sources":["../../src/row/EntityFieldInputRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityTagInputRow.js","sourceRoot":"","sources":["../../src/row/EntityTagInputRow.ts"],"names":[],"mappings":""}
|
package/logo.png
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "namirasoft-container-registry",
|
|
3
|
+
"title": "Namirasoft Container Registry NPM Package",
|
|
4
|
+
"description": "Namira Software Corporation Container Registry NPM Package",
|
|
5
|
+
"icon": "logo.png",
|
|
6
|
+
"logo": "https://static.namirasoft.com/image/namirasoft/container-registry/logo/base.png",
|
|
7
|
+
"language": "ts",
|
|
8
|
+
"framework": "npm",
|
|
9
|
+
"application": "package",
|
|
10
|
+
"private": false,
|
|
11
|
+
"version": "1.4.0",
|
|
12
|
+
"author": "Amir Abolhasani",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"main": "./dist/index.js",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": ""
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"namirasoft-core": "^1.4.104",
|
|
21
|
+
"namirasoft-site": "^1.4.41",
|
|
22
|
+
"namirasoft-node-cli": "^1.4.10",
|
|
23
|
+
"namirasoft-account": "^1.4.99"
|
|
24
|
+
},
|
|
25
|
+
"bin": {
|
|
26
|
+
"ns-container-registry": "./dist/command/cli.js"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { NSABaseServer } from "namirasoft-account";
|
|
22
|
+
import { NamirasoftContainerRegistryServerContainerRegistry } from "./NamirasoftContainerRegistryServerContainerRegistry";
|
|
23
|
+
import { NamirasoftContainerRegistryServerContainerRegistryCategory } from "./NamirasoftContainerRegistryServerContainerRegistryCategory";
|
|
24
|
+
import { NamirasoftContainerRegistryServerContainerRegistryField } from "./NamirasoftContainerRegistryServerContainerRegistryField";
|
|
25
|
+
import { NamirasoftContainerRegistryServerContainerRegistryTag } from "./NamirasoftContainerRegistryServerContainerRegistryTag";
|
|
26
|
+
import { NamirasoftContainerRegistryServerHealthz } from "./NamirasoftContainerRegistryServerHealthz";
|
|
27
|
+
import { NamirasoftContainerRegistryServerMetrics } from "./NamirasoftContainerRegistryServerMetrics";
|
|
28
|
+
import { NamirasoftContainerRegistryServerValue } from "./NamirasoftContainerRegistryServerValue";
|
|
29
|
+
import { TokenManager } from "namirasoft-account";
|
|
30
|
+
|
|
31
|
+
export class NamirasoftContainerRegistryServer extends NSABaseServer
|
|
32
|
+
{
|
|
33
|
+
healthz: NamirasoftContainerRegistryServerHealthz;
|
|
34
|
+
metrics: NamirasoftContainerRegistryServerMetrics;
|
|
35
|
+
value: NamirasoftContainerRegistryServerValue;
|
|
36
|
+
container_registry_category: NamirasoftContainerRegistryServerContainerRegistryCategory;
|
|
37
|
+
container_registry_field: NamirasoftContainerRegistryServerContainerRegistryField;
|
|
38
|
+
container_registry_tag: NamirasoftContainerRegistryServerContainerRegistryTag;
|
|
39
|
+
container_registry: NamirasoftContainerRegistryServerContainerRegistry;
|
|
40
|
+
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
41
|
+
{
|
|
42
|
+
super(base_url, `1.4.0`, manager, onError);
|
|
43
|
+
this.healthz = new NamirasoftContainerRegistryServerHealthz(this);
|
|
44
|
+
this.metrics = new NamirasoftContainerRegistryServerMetrics(this);
|
|
45
|
+
this.value = new NamirasoftContainerRegistryServerValue(this);
|
|
46
|
+
this.container_registry_category = new NamirasoftContainerRegistryServerContainerRegistryCategory(this);
|
|
47
|
+
this.container_registry_field = new NamirasoftContainerRegistryServerContainerRegistryField(this);
|
|
48
|
+
this.container_registry_tag = new NamirasoftContainerRegistryServerContainerRegistryTag(this);
|
|
49
|
+
this.container_registry = new NamirasoftContainerRegistryServerContainerRegistry(this);
|
|
50
|
+
}
|
|
51
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
|
|
22
|
+
|
|
23
|
+
export class NamirasoftContainerRegistryServerBase
|
|
24
|
+
{
|
|
25
|
+
public server: NamirasoftContainerRegistryServer;
|
|
26
|
+
constructor(server: NamirasoftContainerRegistryServer)
|
|
27
|
+
{
|
|
28
|
+
this.server = server;
|
|
29
|
+
}
|
|
30
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { ContainerRegistryInputRow } from "./row/ContainerRegistryInputRow";
|
|
23
|
+
import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
|
|
24
|
+
import { FilterItem } from "namirasoft-core";
|
|
25
|
+
import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
|
|
26
|
+
import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftContainerRegistryServerContainerRegistry extends NamirasoftContainerRegistryServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftContainerRegistryServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: ContainerRegistryRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `/container/registry/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: ContainerRegistryRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `/container/registry/${id}`;
|
|
51
|
+
let { data } = await this.server._get<ContainerRegistryRow>(path, {}, config);
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(body: ContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `/container/registry`;
|
|
57
|
+
let { data } = await this.server._post<ContainerRegistryRow>(path, {}, body, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(id: string, body: ContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `/container/registry/${id}`;
|
|
63
|
+
let { data } = await this.server._put<ContainerRegistryRow>(path, {}, body, config);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(id: string, config?: BaseServerConfig<any>): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `/container/registry/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {}, config);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { ContainerRegistryCategoryRow } from "./row/ContainerRegistryCategoryRow";
|
|
23
|
+
import { EntityCategoryInputRow } from "./row/EntityCategoryInputRow";
|
|
24
|
+
import { FilterItem } from "namirasoft-core";
|
|
25
|
+
import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
|
|
26
|
+
import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftContainerRegistryServerContainerRegistryCategory extends NamirasoftContainerRegistryServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftContainerRegistryServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Delete = this.Delete.bind(this);
|
|
38
|
+
}
|
|
39
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: ContainerRegistryCategoryRow[], count: number }>
|
|
40
|
+
{
|
|
41
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
42
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
43
|
+
let path = `container/registry/category/list`;
|
|
44
|
+
let { data } = await this.server._get<{ rows: ContainerRegistryCategoryRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
45
|
+
return data;
|
|
46
|
+
}
|
|
47
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<ContainerRegistryCategoryRow>
|
|
48
|
+
{
|
|
49
|
+
let path = `container/registry/category/${id}`;
|
|
50
|
+
let { data } = await this.server._get<ContainerRegistryCategoryRow>(path, {}, config);
|
|
51
|
+
return data;
|
|
52
|
+
}
|
|
53
|
+
async Create(entity_id: string, body: EntityCategoryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryCategoryRow>
|
|
54
|
+
{
|
|
55
|
+
let path = `container/registry/category/${entity_id}`;
|
|
56
|
+
let { data } = await this.server._post<ContainerRegistryCategoryRow>(path, {}, body, config);
|
|
57
|
+
return data;
|
|
58
|
+
}
|
|
59
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
60
|
+
{
|
|
61
|
+
let path = `container/registry/category/${entity_id}/${id}`;
|
|
62
|
+
await this.server._delete<void>(path, {}, config);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { ContainerRegistryFieldRow } from "./row/ContainerRegistryFieldRow";
|
|
23
|
+
import { EntityFieldInputRow } from "./row/EntityFieldInputRow";
|
|
24
|
+
import { FilterItem } from "namirasoft-core";
|
|
25
|
+
import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
|
|
26
|
+
import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftContainerRegistryServerContainerRegistryField extends NamirasoftContainerRegistryServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftContainerRegistryServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: ContainerRegistryFieldRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `container/registry/field/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: ContainerRegistryFieldRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<ContainerRegistryFieldRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `container/registry/field/${id}`;
|
|
51
|
+
let { data } = await this.server._get<ContainerRegistryFieldRow>(path, {}, config);
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(entity_id: string, body: EntityFieldInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryFieldRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `container/registry/field/${entity_id}`;
|
|
57
|
+
let { data } = await this.server._post<ContainerRegistryFieldRow>(path, {}, body, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(entity_id: string, id: number, body: EntityFieldInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryFieldRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `container/registry/field/${entity_id}/${id}`;
|
|
63
|
+
let { data } = await this.server._put<ContainerRegistryFieldRow>(path, {}, body, config);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `container/registry/field/${entity_id}/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {}, config);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { ContainerRegistryTagRow } from "./row/ContainerRegistryTagRow";
|
|
23
|
+
import { EntityTagInputRow } from "./row/EntityTagInputRow";
|
|
24
|
+
import { FilterItem } from "namirasoft-core";
|
|
25
|
+
import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
|
|
26
|
+
import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftContainerRegistryServerContainerRegistryTag extends NamirasoftContainerRegistryServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftContainerRegistryServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: ContainerRegistryTagRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `container/registry/tag/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: ContainerRegistryTagRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<ContainerRegistryTagRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `container/registry/tag/${id}`;
|
|
51
|
+
let { data } = await this.server._get<ContainerRegistryTagRow>(path, {}, config);
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(entity_id: string, body: EntityTagInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryTagRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `container/registry/tag/${entity_id}`;
|
|
57
|
+
let { data } = await this.server._post<ContainerRegistryTagRow>(path, {}, body, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(entity_id: string, id: number, body: EntityTagInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryTagRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `container/registry/tag/${entity_id}/${id}`;
|
|
63
|
+
let { data } = await this.server._put<ContainerRegistryTagRow>(path, {}, body, config);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `container/registry/tag/${entity_id}/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {}, config);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
|
|
23
|
+
import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
|
|
24
|
+
|
|
25
|
+
export class NamirasoftContainerRegistryServerHealthz extends NamirasoftContainerRegistryServerBase
|
|
26
|
+
{
|
|
27
|
+
constructor(server: NamirasoftContainerRegistryServer)
|
|
28
|
+
{
|
|
29
|
+
super(server);
|
|
30
|
+
this.Get = this.Get.bind(this);
|
|
31
|
+
}
|
|
32
|
+
async Get(config?: BaseServerConfig<any>): Promise<void>
|
|
33
|
+
{
|
|
34
|
+
let path = `/healthz`;
|
|
35
|
+
await this.server._get<void>(path, {}, config);
|
|
36
|
+
}
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
|
|
23
|
+
import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
|
|
24
|
+
|
|
25
|
+
export class NamirasoftContainerRegistryServerMetrics extends NamirasoftContainerRegistryServerBase
|
|
26
|
+
{
|
|
27
|
+
constructor(server: NamirasoftContainerRegistryServer)
|
|
28
|
+
{
|
|
29
|
+
super(server);
|
|
30
|
+
this.Get = this.Get.bind(this);
|
|
31
|
+
}
|
|
32
|
+
async Get(config?: BaseServerConfig<any>): Promise<void>
|
|
33
|
+
{
|
|
34
|
+
let path = `/metrics`;
|
|
35
|
+
await this.server._get<void>(path, {}, config);
|
|
36
|
+
}
|
|
37
|
+
};
|