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,24 @@
|
|
|
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
|
+
export type EntityCategoryInputRow =
|
|
22
|
+
{
|
|
23
|
+
category_id: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
export type EntityFieldInputRow =
|
|
22
|
+
{
|
|
23
|
+
field_id: string;
|
|
24
|
+
value: (any | null);
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
export type EntityTagInputRow =
|
|
22
|
+
{
|
|
23
|
+
name: string;
|
|
24
|
+
value: (string | null);
|
|
25
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "ES6",
|
|
4
|
+
"module": "CommonJS",
|
|
5
|
+
"rootDir": "./src",
|
|
6
|
+
"outDir": "./dist",
|
|
7
|
+
"lib": [
|
|
8
|
+
"es6",
|
|
9
|
+
"dom"
|
|
10
|
+
],
|
|
11
|
+
"allowJs": false,
|
|
12
|
+
"checkJs": false,
|
|
13
|
+
"strict": true,
|
|
14
|
+
"esModuleInterop": true,
|
|
15
|
+
"sourceMap": true,
|
|
16
|
+
"resolveJsonModule": true,
|
|
17
|
+
"declaration": true,
|
|
18
|
+
"noUnusedLocals": true,
|
|
19
|
+
"noUnusedParameters": true,
|
|
20
|
+
"noImplicitAny": true,
|
|
21
|
+
"noImplicitOverride": true,
|
|
22
|
+
"noImplicitReturns": true,
|
|
23
|
+
"noImplicitThis": true,
|
|
24
|
+
"skipLibCheck": true,
|
|
25
|
+
"allowSyntheticDefaultImports": true,
|
|
26
|
+
"forceConsistentCasingInFileNames": true,
|
|
27
|
+
"noFallthroughCasesInSwitch": true,
|
|
28
|
+
"isolatedModules": false,
|
|
29
|
+
"removeComments": true
|
|
30
|
+
},
|
|
31
|
+
"include": [
|
|
32
|
+
"src",
|
|
33
|
+
"build/types/**/*.ts"
|
|
34
|
+
],
|
|
35
|
+
"exclude": [
|
|
36
|
+
"node_modules",
|
|
37
|
+
"build",
|
|
38
|
+
"dist",
|
|
39
|
+
"static",
|
|
40
|
+
"public"
|
|
41
|
+
]
|
|
42
|
+
}
|