namirasoft-infra 1.4.0 → 1.4.2
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/NamirasoftInfraServer.d.ts +24 -8
- package/dist/NamirasoftInfraServer.js +25 -9
- package/dist/NamirasoftInfraServer.js.map +1 -1
- package/dist/{NamirasoftInfraServerChat.d.ts → NamirasoftInfraServerCloud.d.ts} +8 -4
- package/dist/{NamirasoftInfraServerChatTag.js → NamirasoftInfraServerCloud.js} +18 -18
- package/dist/NamirasoftInfraServerCloud.js.map +1 -0
- package/dist/{NamirasoftInfraServerChatCategory.d.ts → NamirasoftInfraServerCloudCategory.d.ts} +5 -5
- package/dist/{NamirasoftInfraServerChatCategory.js → NamirasoftInfraServerCloudCategory.js} +8 -8
- package/dist/NamirasoftInfraServerCloudCategory.js.map +1 -0
- package/dist/{NamirasoftInfraServerChatField.d.ts → NamirasoftInfraServerCloudField.d.ts} +6 -6
- package/dist/NamirasoftInfraServerCloudField.js +64 -0
- package/dist/NamirasoftInfraServerCloudField.js.map +1 -0
- package/dist/{NamirasoftInfraServerChatTag.d.ts → NamirasoftInfraServerCloudTag.d.ts} +6 -6
- package/dist/NamirasoftInfraServerCloudTag.js +64 -0
- package/dist/NamirasoftInfraServerCloudTag.js.map +1 -0
- package/dist/NamirasoftInfraServerMetric.d.ts +22 -0
- package/dist/NamirasoftInfraServerMetric.js +72 -0
- package/dist/NamirasoftInfraServerMetric.js.map +1 -0
- package/dist/NamirasoftInfraServerMetricCategory.d.ts +17 -0
- package/dist/{NamirasoftInfraServerChat.js → NamirasoftInfraServerMetricCategory.js} +26 -11
- package/dist/NamirasoftInfraServerMetricCategory.js.map +1 -0
- package/dist/NamirasoftInfraServerMetricField.d.ts +18 -0
- package/dist/NamirasoftInfraServerMetricField.js +64 -0
- package/dist/NamirasoftInfraServerMetricField.js.map +1 -0
- package/dist/NamirasoftInfraServerMetricTag.d.ts +18 -0
- package/dist/{NamirasoftInfraServerChatField.js → NamirasoftInfraServerMetricTag.js} +9 -9
- package/dist/{NamirasoftInfraServerChatField.js.map → NamirasoftInfraServerMetricTag.js.map} +1 -1
- package/dist/NamirasoftInfraServerMonitor.d.ts +22 -0
- package/dist/NamirasoftInfraServerMonitor.js +72 -0
- package/dist/NamirasoftInfraServerMonitor.js.map +1 -0
- package/dist/NamirasoftInfraServerMonitorCategory.d.ts +17 -0
- package/dist/NamirasoftInfraServerMonitorCategory.js +56 -0
- package/dist/NamirasoftInfraServerMonitorCategory.js.map +1 -0
- package/dist/NamirasoftInfraServerMonitorField.d.ts +18 -0
- package/dist/NamirasoftInfraServerMonitorField.js +64 -0
- package/dist/NamirasoftInfraServerMonitorField.js.map +1 -0
- package/dist/NamirasoftInfraServerMonitorTag.d.ts +18 -0
- package/dist/NamirasoftInfraServerMonitorTag.js +64 -0
- package/dist/NamirasoftInfraServerMonitorTag.js.map +1 -0
- package/dist/command/CloudCategoryCommand.d.ts +4 -0
- package/dist/command/CloudCategoryCommand.js +21 -0
- package/dist/command/CloudCategoryCommand.js.map +1 -0
- package/dist/command/CloudCategoryCreateCommand.d.ts +5 -0
- package/dist/command/{ChatCategoryCreateCommand.js → CloudCategoryCreateCommand.js} +5 -5
- package/dist/command/CloudCategoryCreateCommand.js.map +1 -0
- package/dist/command/CloudCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/CloudCategoryDeleteCommand.js +38 -0
- package/dist/command/CloudCategoryDeleteCommand.js.map +1 -0
- package/dist/command/{ChatCategoryListCommand.d.ts → CloudCategoryGetCommand.d.ts} +1 -1
- package/dist/command/CloudCategoryGetCommand.js +38 -0
- package/dist/command/CloudCategoryGetCommand.js.map +1 -0
- package/dist/command/CloudCategoryListCommand.d.ts +5 -0
- package/dist/command/CloudCategoryListCommand.js +38 -0
- package/dist/command/CloudCategoryListCommand.js.map +1 -0
- package/dist/command/{ChatCommand.d.ts → CloudCommand.d.ts} +1 -1
- package/dist/command/CloudCommand.js +23 -0
- package/dist/command/CloudCommand.js.map +1 -0
- package/dist/command/{ChatTagListCommand.d.ts → CloudCreateCommand.d.ts} +1 -1
- package/dist/command/CloudCreateCommand.js +85 -0
- package/dist/command/CloudCreateCommand.js.map +1 -0
- package/dist/command/CloudDeleteCommand.d.ts +5 -0
- package/dist/command/CloudDeleteCommand.js +38 -0
- package/dist/command/CloudDeleteCommand.js.map +1 -0
- package/dist/command/CloudFieldCommand.d.ts +4 -0
- package/dist/command/CloudFieldCommand.js +23 -0
- package/dist/command/CloudFieldCommand.js.map +1 -0
- package/dist/command/CloudFieldCreateCommand.d.ts +5 -0
- package/dist/command/{ChatFieldCreateCommand.js → CloudFieldCreateCommand.js} +5 -5
- package/dist/command/CloudFieldCreateCommand.js.map +1 -0
- package/dist/command/CloudFieldDeleteCommand.d.ts +5 -0
- package/dist/command/CloudFieldDeleteCommand.js +38 -0
- package/dist/command/CloudFieldDeleteCommand.js.map +1 -0
- package/dist/command/{ChatTagCreateCommand.d.ts → CloudFieldGetCommand.d.ts} +1 -1
- package/dist/command/{ChatTagDeleteCommand.js → CloudFieldGetCommand.js} +5 -5
- package/dist/command/{ChatTagDeleteCommand.js.map → CloudFieldGetCommand.js.map} +1 -1
- package/dist/command/CloudFieldListCommand.d.ts +5 -0
- package/dist/command/CloudFieldListCommand.js +38 -0
- package/dist/command/CloudFieldListCommand.js.map +1 -0
- package/dist/command/CloudFieldUpdateCommand.d.ts +5 -0
- package/dist/command/{ChatFieldUpdateCommand.js → CloudFieldUpdateCommand.js} +5 -5
- package/dist/command/CloudFieldUpdateCommand.js.map +1 -0
- package/dist/command/{ChatGetCommand.d.ts → CloudGetCommand.d.ts} +1 -1
- package/dist/command/{ChatGetCommand.js → CloudGetCommand.js} +5 -5
- package/dist/command/CloudGetCommand.js.map +1 -0
- package/dist/command/{ChatListCommand.d.ts → CloudListCommand.d.ts} +1 -1
- package/dist/command/{ChatListCommand.js → CloudListCommand.js} +5 -5
- package/dist/command/CloudListCommand.js.map +1 -0
- package/dist/command/CloudTagCommand.d.ts +4 -0
- package/dist/command/CloudTagCommand.js +23 -0
- package/dist/command/CloudTagCommand.js.map +1 -0
- package/dist/command/CloudTagCreateCommand.d.ts +5 -0
- package/dist/command/{ChatTagCreateCommand.js → CloudTagCreateCommand.js} +5 -5
- package/dist/command/CloudTagCreateCommand.js.map +1 -0
- package/dist/command/CloudTagDeleteCommand.d.ts +5 -0
- package/dist/command/CloudTagDeleteCommand.js +38 -0
- package/dist/command/CloudTagDeleteCommand.js.map +1 -0
- package/dist/command/CloudTagGetCommand.d.ts +5 -0
- package/dist/command/CloudTagGetCommand.js +38 -0
- package/dist/command/CloudTagGetCommand.js.map +1 -0
- package/dist/command/{ChatFieldGetCommand.d.ts → CloudTagListCommand.d.ts} +1 -1
- package/dist/command/CloudTagListCommand.js +38 -0
- package/dist/command/CloudTagListCommand.js.map +1 -0
- package/dist/command/CloudTagUpdateCommand.d.ts +5 -0
- package/dist/command/{ChatTagUpdateCommand.js → CloudTagUpdateCommand.js} +5 -5
- package/dist/command/CloudTagUpdateCommand.js.map +1 -0
- package/dist/command/CloudUpdateCommand.d.ts +5 -0
- package/dist/command/CloudUpdateCommand.js +85 -0
- package/dist/command/CloudUpdateCommand.js.map +1 -0
- package/dist/command/DatabaseCreateCommand.js +8 -8
- package/dist/command/DatabaseUpdateCommand.js +8 -8
- package/dist/command/InMemoryStoreCreateCommand.js +8 -8
- package/dist/command/InMemoryStoreUpdateCommand.js +8 -8
- package/dist/command/KubernetesCreateCommand.js +18 -0
- package/dist/command/KubernetesCreateCommand.js.map +1 -1
- package/dist/command/KubernetesUpdateCommand.js +18 -0
- package/dist/command/KubernetesUpdateCommand.js.map +1 -1
- package/dist/command/MessageBrokerCreateCommand.js +8 -8
- package/dist/command/MessageBrokerUpdateCommand.js +8 -8
- package/dist/command/MetricCategoryCommand.d.ts +4 -0
- package/dist/command/MetricCategoryCommand.js +21 -0
- package/dist/command/MetricCategoryCommand.js.map +1 -0
- package/dist/command/MetricCategoryCreateCommand.d.ts +5 -0
- package/dist/command/MetricCategoryCreateCommand.js +58 -0
- package/dist/command/MetricCategoryCreateCommand.js.map +1 -0
- package/dist/command/MetricCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/MetricCategoryDeleteCommand.js +38 -0
- package/dist/command/MetricCategoryDeleteCommand.js.map +1 -0
- package/dist/command/MetricCategoryGetCommand.d.ts +5 -0
- package/dist/command/MetricCategoryGetCommand.js +38 -0
- package/dist/command/MetricCategoryGetCommand.js.map +1 -0
- package/dist/command/{ChatCategoryCreateCommand.d.ts → MetricCategoryListCommand.d.ts} +1 -1
- package/dist/command/MetricCategoryListCommand.js +38 -0
- package/dist/command/MetricCategoryListCommand.js.map +1 -0
- package/dist/command/MetricCommand.d.ts +4 -0
- package/dist/command/MetricCommand.js +25 -0
- package/dist/command/MetricCommand.js.map +1 -0
- package/dist/command/MetricCreateCommand.d.ts +5 -0
- package/dist/command/MetricCreateCommand.js +139 -0
- package/dist/command/MetricCreateCommand.js.map +1 -0
- package/dist/command/MetricDeleteCommand.d.ts +5 -0
- package/dist/command/MetricDeleteCommand.js +38 -0
- package/dist/command/MetricDeleteCommand.js.map +1 -0
- package/dist/command/MetricFieldCommand.d.ts +4 -0
- package/dist/command/MetricFieldCommand.js +23 -0
- package/dist/command/MetricFieldCommand.js.map +1 -0
- package/dist/command/MetricFieldCreateCommand.d.ts +5 -0
- package/dist/command/MetricFieldCreateCommand.js +67 -0
- package/dist/command/MetricFieldCreateCommand.js.map +1 -0
- package/dist/command/MetricFieldDeleteCommand.d.ts +5 -0
- package/dist/command/MetricFieldDeleteCommand.js +38 -0
- package/dist/command/MetricFieldDeleteCommand.js.map +1 -0
- package/dist/command/MetricFieldGetCommand.d.ts +5 -0
- package/dist/command/MetricFieldGetCommand.js +38 -0
- package/dist/command/MetricFieldGetCommand.js.map +1 -0
- package/dist/command/{ChatFieldUpdateCommand.d.ts → MetricFieldListCommand.d.ts} +1 -1
- package/dist/command/MetricFieldListCommand.js +38 -0
- package/dist/command/MetricFieldListCommand.js.map +1 -0
- package/dist/command/MetricFieldUpdateCommand.d.ts +5 -0
- package/dist/command/MetricFieldUpdateCommand.js +67 -0
- package/dist/command/MetricFieldUpdateCommand.js.map +1 -0
- package/dist/command/MetricGetCommand.d.ts +5 -0
- package/dist/command/MetricGetCommand.js +38 -0
- package/dist/command/MetricGetCommand.js.map +1 -0
- package/dist/command/{ChatTagGetCommand.d.ts → MetricListCommand.d.ts} +1 -1
- package/dist/command/MetricListCommand.js +38 -0
- package/dist/command/MetricListCommand.js.map +1 -0
- package/dist/command/MetricResultCommand.d.ts +5 -0
- package/dist/command/MetricResultCommand.js +38 -0
- package/dist/command/MetricResultCommand.js.map +1 -0
- package/dist/command/{ChatFieldCommand.d.ts → MetricTagCommand.d.ts} +1 -1
- package/dist/command/MetricTagCommand.js +23 -0
- package/dist/command/{ChatFieldCommand.js.map → MetricTagCommand.js.map} +1 -1
- package/dist/command/{ChatFieldCreateCommand.d.ts → MetricTagCreateCommand.d.ts} +1 -1
- package/dist/command/MetricTagCreateCommand.js +67 -0
- package/dist/command/MetricTagCreateCommand.js.map +1 -0
- package/dist/command/{ChatFieldDeleteCommand.d.ts → MetricTagDeleteCommand.d.ts} +1 -1
- package/dist/command/{ChatCategoryGetCommand.js → MetricTagDeleteCommand.js} +5 -5
- package/dist/command/{ChatFieldDeleteCommand.js.map → MetricTagDeleteCommand.js.map} +1 -1
- package/dist/command/MetricTagGetCommand.d.ts +5 -0
- package/dist/command/{ChatFieldGetCommand.js → MetricTagGetCommand.js} +5 -5
- package/dist/command/{ChatFieldGetCommand.js.map → MetricTagGetCommand.js.map} +1 -1
- package/dist/command/{ChatFieldListCommand.d.ts → MetricTagListCommand.d.ts} +1 -1
- package/dist/command/{ChatFieldListCommand.js → MetricTagListCommand.js} +5 -5
- package/dist/command/{ChatFieldListCommand.js.map → MetricTagListCommand.js.map} +1 -1
- package/dist/command/{ChatCategoryGetCommand.d.ts → MetricTagUpdateCommand.d.ts} +1 -1
- package/dist/command/MetricTagUpdateCommand.js +67 -0
- package/dist/command/MetricTagUpdateCommand.js.map +1 -0
- package/dist/command/MetricUpdateCommand.d.ts +5 -0
- package/dist/command/MetricUpdateCommand.js +139 -0
- package/dist/command/MetricUpdateCommand.js.map +1 -0
- package/dist/command/MonitorCategoryCommand.d.ts +4 -0
- package/dist/command/MonitorCategoryCommand.js +21 -0
- package/dist/command/MonitorCategoryCommand.js.map +1 -0
- package/dist/command/MonitorCategoryCreateCommand.d.ts +5 -0
- package/dist/command/MonitorCategoryCreateCommand.js +58 -0
- package/dist/command/MonitorCategoryCreateCommand.js.map +1 -0
- package/dist/command/MonitorCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/MonitorCategoryDeleteCommand.js +38 -0
- package/dist/command/MonitorCategoryDeleteCommand.js.map +1 -0
- package/dist/command/{ChatCategoryDeleteCommand.d.ts → MonitorCategoryGetCommand.d.ts} +1 -1
- package/dist/command/{ChatCategoryDeleteCommand.js → MonitorCategoryGetCommand.js} +5 -5
- package/dist/command/MonitorCategoryGetCommand.js.map +1 -0
- package/dist/command/MonitorCategoryListCommand.d.ts +5 -0
- package/dist/command/MonitorCategoryListCommand.js +38 -0
- package/dist/command/MonitorCategoryListCommand.js.map +1 -0
- package/dist/command/{ChatTagCommand.d.ts → MonitorCommand.d.ts} +1 -1
- package/dist/command/MonitorCommand.js +25 -0
- package/dist/command/MonitorCommand.js.map +1 -0
- package/dist/command/{ChatTagDeleteCommand.d.ts → MonitorCreateCommand.d.ts} +1 -1
- package/dist/command/MonitorCreateCommand.js +382 -0
- package/dist/command/MonitorCreateCommand.js.map +1 -0
- package/dist/command/{ChatTagUpdateCommand.d.ts → MonitorDeleteCommand.d.ts} +1 -1
- package/dist/command/MonitorDeleteCommand.js +38 -0
- package/dist/command/MonitorDeleteCommand.js.map +1 -0
- package/dist/command/{ChatCategoryCommand.d.ts → MonitorFieldCommand.d.ts} +1 -1
- package/dist/command/MonitorFieldCommand.js +23 -0
- package/dist/command/MonitorFieldCommand.js.map +1 -0
- package/dist/command/MonitorFieldCreateCommand.d.ts +5 -0
- package/dist/command/MonitorFieldCreateCommand.js +67 -0
- package/dist/command/MonitorFieldCreateCommand.js.map +1 -0
- package/dist/command/MonitorFieldDeleteCommand.d.ts +5 -0
- package/dist/command/MonitorFieldDeleteCommand.js +38 -0
- package/dist/command/{ChatCategoryDeleteCommand.js.map → MonitorFieldDeleteCommand.js.map} +1 -1
- package/dist/command/MonitorFieldGetCommand.d.ts +5 -0
- package/dist/command/{ChatFieldDeleteCommand.js → MonitorFieldGetCommand.js} +5 -5
- package/dist/command/{ChatCategoryGetCommand.js.map → MonitorFieldGetCommand.js.map} +1 -1
- package/dist/command/MonitorFieldListCommand.d.ts +5 -0
- package/dist/command/{ChatCategoryListCommand.js → MonitorFieldListCommand.js} +5 -5
- package/dist/command/{ChatCategoryListCommand.js.map → MonitorFieldListCommand.js.map} +1 -1
- package/dist/command/MonitorFieldUpdateCommand.d.ts +5 -0
- package/dist/command/MonitorFieldUpdateCommand.js +67 -0
- package/dist/command/MonitorFieldUpdateCommand.js.map +1 -0
- package/dist/command/MonitorGetCommand.d.ts +5 -0
- package/dist/command/{ChatTagGetCommand.js → MonitorGetCommand.js} +5 -5
- package/dist/command/{ChatTagGetCommand.js.map → MonitorGetCommand.js.map} +1 -1
- package/dist/command/MonitorListCommand.d.ts +5 -0
- package/dist/command/{ChatTagListCommand.js → MonitorListCommand.js} +5 -5
- package/dist/command/{ChatTagListCommand.js.map → MonitorListCommand.js.map} +1 -1
- package/dist/command/MonitorResultCommand.d.ts +5 -0
- package/dist/command/MonitorResultCommand.js +38 -0
- package/dist/command/MonitorResultCommand.js.map +1 -0
- package/dist/command/MonitorTagCommand.d.ts +4 -0
- package/dist/command/MonitorTagCommand.js +23 -0
- package/dist/command/MonitorTagCommand.js.map +1 -0
- package/dist/command/MonitorTagCreateCommand.d.ts +5 -0
- package/dist/command/MonitorTagCreateCommand.js +67 -0
- package/dist/command/MonitorTagCreateCommand.js.map +1 -0
- package/dist/command/MonitorTagDeleteCommand.d.ts +5 -0
- package/dist/command/MonitorTagDeleteCommand.js +38 -0
- package/dist/command/MonitorTagDeleteCommand.js.map +1 -0
- package/dist/command/MonitorTagGetCommand.d.ts +5 -0
- package/dist/command/MonitorTagGetCommand.js +38 -0
- package/dist/command/MonitorTagGetCommand.js.map +1 -0
- package/dist/command/MonitorTagListCommand.d.ts +5 -0
- package/dist/command/MonitorTagListCommand.js +38 -0
- package/dist/command/MonitorTagListCommand.js.map +1 -0
- package/dist/command/MonitorTagUpdateCommand.d.ts +5 -0
- package/dist/command/MonitorTagUpdateCommand.js +67 -0
- package/dist/command/MonitorTagUpdateCommand.js.map +1 -0
- package/dist/command/MonitorUpdateCommand.d.ts +5 -0
- package/dist/command/MonitorUpdateCommand.js +382 -0
- package/dist/command/MonitorUpdateCommand.js.map +1 -0
- package/dist/command/ServerCreateCommand.js +18 -0
- package/dist/command/ServerCreateCommand.js.map +1 -1
- package/dist/command/ServerUpdateCommand.js +18 -0
- package/dist/command/ServerUpdateCommand.js.map +1 -1
- package/dist/command/cli.js +24 -8
- package/dist/command/cli.js.map +1 -1
- package/dist/enum/MetricCallerType.d.ts +5 -0
- package/dist/enum/MetricCallerType.js +10 -0
- package/dist/enum/MetricCallerType.js.map +1 -0
- package/dist/enum/MetricIntervalUnit.d.ts +5 -0
- package/dist/enum/MetricIntervalUnit.js +10 -0
- package/dist/enum/MetricIntervalUnit.js.map +1 -0
- package/dist/enum/MonitorCallerType.d.ts +5 -0
- package/dist/enum/MonitorCallerType.js +10 -0
- package/dist/enum/MonitorCallerType.js.map +1 -0
- package/dist/enum/MonitorDockerContainerConnectionType.d.ts +4 -0
- package/dist/enum/MonitorDockerContainerConnectionType.js +9 -0
- package/dist/enum/MonitorDockerContainerConnectionType.js.map +1 -0
- package/dist/enum/MonitorHTTPBodyEncoding.d.ts +5 -0
- package/dist/enum/MonitorHTTPBodyEncoding.js +10 -0
- package/dist/enum/MonitorHTTPBodyEncoding.js.map +1 -0
- package/dist/enum/MonitorHeartbeatIntervalUnit.d.ts +5 -0
- package/dist/enum/MonitorHeartbeatIntervalUnit.js +10 -0
- package/dist/enum/MonitorHeartbeatIntervalUnit.js.map +1 -0
- package/dist/enum/MonitorHeartbeatRetryIntervalUnit.d.ts +5 -0
- package/dist/enum/MonitorHeartbeatRetryIntervalUnit.js +10 -0
- package/dist/enum/MonitorHeartbeatRetryIntervalUnit.js.map +1 -0
- package/dist/enum/MonitorKubernetesPodControllerType.d.ts +5 -0
- package/dist/enum/MonitorKubernetesPodControllerType.js +10 -0
- package/dist/enum/MonitorKubernetesPodControllerType.js.map +1 -0
- package/dist/enum/MonitorRequestTimeoutUnit.d.ts +4 -0
- package/dist/enum/MonitorRequestTimeoutUnit.js +9 -0
- package/dist/enum/MonitorRequestTimeoutUnit.js.map +1 -0
- package/dist/enum/MonitorType.d.ts +10 -0
- package/dist/enum/MonitorType.js +15 -0
- package/dist/enum/MonitorType.js.map +1 -0
- package/dist/index.d.ts +120 -32
- package/dist/index.js +120 -32
- package/dist/index.js.map +1 -1
- package/dist/meta/{ChatCategoryMetaTable.d.ts → CloudCategoryMetaTable.d.ts} +2 -2
- package/dist/meta/{ChatCategoryMetaTable.js → CloudCategoryMetaTable.js} +7 -7
- package/dist/meta/CloudCategoryMetaTable.js.map +1 -0
- package/dist/meta/{ChatFieldMetaTable.d.ts → CloudFieldMetaTable.d.ts} +2 -2
- package/dist/meta/{ChatFieldMetaTable.js → CloudFieldMetaTable.js} +7 -7
- package/dist/meta/CloudFieldMetaTable.js.map +1 -0
- package/dist/meta/{ChatMetaTable.d.ts → CloudMetaTable.d.ts} +5 -6
- package/dist/meta/{ChatMetaTable.js → CloudMetaTable.js} +10 -13
- package/dist/meta/CloudMetaTable.js.map +1 -0
- package/dist/meta/{ChatTagMetaTable.d.ts → CloudTagMetaTable.d.ts} +2 -2
- package/dist/meta/{ChatTagMetaTable.js → CloudTagMetaTable.js} +7 -7
- package/dist/meta/CloudTagMetaTable.js.map +1 -0
- package/dist/meta/DatabaseMetaTable.d.ts +2 -2
- package/dist/meta/DatabaseMetaTable.js +2 -2
- package/dist/meta/InMemoryStoreMetaTable.d.ts +2 -2
- package/dist/meta/InMemoryStoreMetaTable.js +2 -2
- package/dist/meta/KubernetesMetaTable.d.ts +2 -0
- package/dist/meta/KubernetesMetaTable.js +2 -0
- package/dist/meta/KubernetesMetaTable.js.map +1 -1
- package/dist/meta/MessageBrokerMetaTable.d.ts +2 -2
- package/dist/meta/MessageBrokerMetaTable.js +2 -2
- package/dist/meta/MetricCategoryMetaTable.d.ts +15 -0
- package/dist/meta/MetricCategoryMetaTable.js +39 -0
- package/dist/meta/MetricCategoryMetaTable.js.map +1 -0
- package/dist/meta/MetricFieldMetaTable.d.ts +16 -0
- package/dist/meta/MetricFieldMetaTable.js +39 -0
- package/dist/meta/MetricFieldMetaTable.js.map +1 -0
- package/dist/meta/MetricMetaTable.d.ts +24 -0
- package/dist/meta/MetricMetaTable.js +47 -0
- package/dist/meta/MetricMetaTable.js.map +1 -0
- package/dist/meta/MetricTagMetaTable.d.ts +16 -0
- package/dist/meta/MetricTagMetaTable.js +39 -0
- package/dist/meta/{ChatFieldMetaTable.js.map → MetricTagMetaTable.js.map} +1 -1
- package/dist/meta/MonitorCategoryMetaTable.d.ts +15 -0
- package/dist/meta/MonitorCategoryMetaTable.js +39 -0
- package/dist/meta/MonitorCategoryMetaTable.js.map +1 -0
- package/dist/meta/MonitorFieldMetaTable.d.ts +16 -0
- package/dist/meta/MonitorFieldMetaTable.js +39 -0
- package/dist/meta/MonitorFieldMetaTable.js.map +1 -0
- package/dist/meta/MonitorMetaTable.d.ts +51 -0
- package/dist/meta/MonitorMetaTable.js +74 -0
- package/dist/meta/MonitorMetaTable.js.map +1 -0
- package/dist/meta/MonitorTagMetaTable.d.ts +16 -0
- package/dist/meta/MonitorTagMetaTable.js +39 -0
- package/dist/meta/MonitorTagMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftInfraMetaDatabase.d.ts +24 -8
- package/dist/meta/NamirasoftInfraMetaDatabase.js +25 -9
- package/dist/meta/NamirasoftInfraMetaDatabase.js.map +1 -1
- package/dist/meta/ServerMetaTable.d.ts +2 -0
- package/dist/meta/ServerMetaTable.js +2 -0
- package/dist/meta/ServerMetaTable.js.map +1 -1
- package/dist/row/{ChatCategoryRow.d.ts → CloudCategoryRow.d.ts} +1 -1
- package/dist/row/CloudCategoryRow.js +3 -0
- package/dist/row/CloudCategoryRow.js.map +1 -0
- package/dist/row/{ChatFieldRow.d.ts → CloudFieldRow.d.ts} +1 -1
- package/dist/row/{ChatCategoryRow.js → CloudFieldRow.js} +1 -1
- package/dist/row/CloudFieldRow.js.map +1 -0
- package/dist/row/CloudInputRow.d.ts +7 -0
- package/dist/row/CloudInputRow.js +3 -0
- package/dist/row/CloudInputRow.js.map +1 -0
- package/dist/row/{ChatRow.d.ts → CloudRow.d.ts} +4 -5
- package/dist/row/{ChatRow.js → CloudRow.js} +1 -1
- package/dist/row/CloudRow.js.map +1 -0
- package/dist/row/{ChatTagRow.d.ts → CloudTagRow.d.ts} +1 -1
- package/dist/row/{ChatFieldRow.js → CloudTagRow.js} +1 -1
- package/dist/row/CloudTagRow.js.map +1 -0
- package/dist/row/DatabaseInputRow.d.ts +2 -2
- package/dist/row/DatabaseRow.d.ts +2 -2
- package/dist/row/InMemoryStoreInputRow.d.ts +2 -2
- package/dist/row/InMemoryStoreRow.d.ts +2 -2
- package/dist/row/KubernetesInputRow.d.ts +2 -0
- package/dist/row/KubernetesRow.d.ts +2 -0
- package/dist/row/MessageBrokerInputRow.d.ts +2 -2
- package/dist/row/MessageBrokerRow.d.ts +2 -2
- package/dist/row/MetricCategoryRow.d.ts +8 -0
- package/dist/row/MetricCategoryRow.js +3 -0
- package/dist/row/MetricCategoryRow.js.map +1 -0
- package/dist/row/MetricFieldRow.d.ts +9 -0
- package/dist/row/MetricFieldRow.js +3 -0
- package/dist/row/MetricFieldRow.js.map +1 -0
- package/dist/row/MetricInputRow.d.ts +15 -0
- package/dist/row/MetricInputRow.js +3 -0
- package/dist/row/MetricInputRow.js.map +1 -0
- package/dist/row/MetricRow.d.ts +19 -0
- package/dist/row/{ChatTagRow.js → MetricRow.js} +1 -1
- package/dist/row/MetricRow.js.map +1 -0
- package/dist/row/MetricTagRow.d.ts +9 -0
- package/dist/row/MetricTagRow.js +3 -0
- package/dist/row/MetricTagRow.js.map +1 -0
- package/dist/row/MonitorCategoryRow.d.ts +8 -0
- package/dist/row/MonitorCategoryRow.js +3 -0
- package/dist/row/MonitorCategoryRow.js.map +1 -0
- package/dist/row/MonitorFieldRow.d.ts +9 -0
- package/dist/row/MonitorFieldRow.js +3 -0
- package/dist/row/MonitorFieldRow.js.map +1 -0
- package/dist/row/MonitorInputRow.d.ts +48 -0
- package/dist/row/MonitorInputRow.js +3 -0
- package/dist/row/MonitorInputRow.js.map +1 -0
- package/dist/row/MonitorRow.d.ts +52 -0
- package/dist/row/MonitorRow.js +3 -0
- package/dist/row/MonitorRow.js.map +1 -0
- package/dist/row/MonitorTagRow.d.ts +9 -0
- package/dist/row/MonitorTagRow.js +3 -0
- package/dist/row/MonitorTagRow.js.map +1 -0
- package/dist/row/ServerInputRow.d.ts +2 -0
- package/dist/row/ServerRow.d.ts +2 -0
- package/package.json +1 -1
- package/src/NamirasoftInfraServer.ts +37 -13
- package/src/NamirasoftInfraServerCloud.ts +71 -0
- package/src/{NamirasoftInfraServerChatCategory.ts → NamirasoftInfraServerCloudCategory.ts} +12 -12
- package/src/{NamirasoftInfraServerChatField.ts → NamirasoftInfraServerCloudField.ts} +15 -15
- package/src/{NamirasoftInfraServerChatTag.ts → NamirasoftInfraServerCloudTag.ts} +15 -15
- package/src/NamirasoftInfraServerMetric.ts +78 -0
- package/src/{NamirasoftInfraServerChat.ts → NamirasoftInfraServerMetricCategory.ts} +25 -11
- package/src/NamirasoftInfraServerMetricField.ts +71 -0
- package/src/NamirasoftInfraServerMetricTag.ts +71 -0
- package/src/NamirasoftInfraServerMonitor.ts +78 -0
- package/src/NamirasoftInfraServerMonitorCategory.ts +64 -0
- package/src/NamirasoftInfraServerMonitorField.ts +71 -0
- package/src/NamirasoftInfraServerMonitorTag.ts +71 -0
- package/src/command/{ChatCategoryCommand.ts → CloudCategoryCommand.ts} +9 -9
- package/src/command/{ChatCategoryCreateCommand.ts → CloudCategoryCreateCommand.ts} +2 -2
- package/src/command/CloudCategoryDeleteCommand.ts +45 -0
- package/src/command/CloudCategoryGetCommand.ts +45 -0
- package/src/command/CloudCategoryListCommand.ts +45 -0
- package/src/command/{ChatCommand.ts → CloudCommand.ts} +11 -5
- package/src/command/CloudCreateCommand.ts +92 -0
- package/src/command/{ChatTagGetCommand.ts → CloudDeleteCommand.ts} +2 -2
- package/src/command/CloudFieldCommand.ts +40 -0
- package/src/command/{ChatFieldCreateCommand.ts → CloudFieldCreateCommand.ts} +2 -2
- package/src/command/CloudFieldDeleteCommand.ts +45 -0
- package/src/command/{ChatTagDeleteCommand.ts → CloudFieldGetCommand.ts} +2 -2
- package/src/command/CloudFieldListCommand.ts +45 -0
- package/src/command/{ChatFieldUpdateCommand.ts → CloudFieldUpdateCommand.ts} +2 -2
- package/src/command/{ChatGetCommand.ts → CloudGetCommand.ts} +2 -2
- package/src/command/{ChatListCommand.ts → CloudListCommand.ts} +2 -2
- package/src/command/CloudTagCommand.ts +40 -0
- package/src/command/{ChatTagCreateCommand.ts → CloudTagCreateCommand.ts} +2 -2
- package/src/command/CloudTagDeleteCommand.ts +45 -0
- package/src/command/CloudTagGetCommand.ts +45 -0
- package/src/command/CloudTagListCommand.ts +45 -0
- package/src/command/{ChatTagUpdateCommand.ts → CloudTagUpdateCommand.ts} +2 -2
- package/src/command/CloudUpdateCommand.ts +92 -0
- package/src/command/DatabaseCreateCommand.ts +8 -8
- package/src/command/DatabaseUpdateCommand.ts +8 -8
- package/src/command/InMemoryStoreCreateCommand.ts +8 -8
- package/src/command/InMemoryStoreUpdateCommand.ts +8 -8
- package/src/command/KubernetesCreateCommand.ts +18 -0
- package/src/command/KubernetesUpdateCommand.ts +18 -0
- package/src/command/MessageBrokerCreateCommand.ts +8 -8
- package/src/command/MessageBrokerUpdateCommand.ts +8 -8
- package/src/command/{ChatTagCommand.ts → MetricCategoryCommand.ts} +9 -11
- package/src/command/MetricCategoryCreateCommand.ts +65 -0
- package/src/command/MetricCategoryDeleteCommand.ts +45 -0
- package/src/command/MetricCategoryGetCommand.ts +45 -0
- package/src/command/MetricCategoryListCommand.ts +45 -0
- package/src/command/MetricCommand.ts +42 -0
- package/src/command/MetricCreateCommand.ts +146 -0
- package/src/command/MetricDeleteCommand.ts +45 -0
- package/src/command/MetricFieldCommand.ts +40 -0
- package/src/command/MetricFieldCreateCommand.ts +74 -0
- package/src/command/MetricFieldDeleteCommand.ts +45 -0
- package/src/command/MetricFieldGetCommand.ts +45 -0
- package/src/command/MetricFieldListCommand.ts +45 -0
- package/src/command/MetricFieldUpdateCommand.ts +74 -0
- package/src/command/MetricGetCommand.ts +45 -0
- package/src/command/{ChatTagListCommand.ts → MetricListCommand.ts} +2 -2
- package/src/command/MetricResultCommand.ts +45 -0
- package/src/command/{ChatFieldCommand.ts → MetricTagCommand.ts} +11 -11
- package/src/command/MetricTagCreateCommand.ts +74 -0
- package/src/command/{ChatFieldDeleteCommand.ts → MetricTagDeleteCommand.ts} +2 -2
- package/src/command/{ChatFieldGetCommand.ts → MetricTagGetCommand.ts} +2 -2
- package/src/command/{ChatFieldListCommand.ts → MetricTagListCommand.ts} +2 -2
- package/src/command/MetricTagUpdateCommand.ts +74 -0
- package/src/command/MetricUpdateCommand.ts +146 -0
- package/src/command/MonitorCategoryCommand.ts +38 -0
- package/src/command/MonitorCategoryCreateCommand.ts +65 -0
- package/src/command/MonitorCategoryDeleteCommand.ts +45 -0
- package/src/command/{ChatCategoryDeleteCommand.ts → MonitorCategoryGetCommand.ts} +2 -2
- package/src/command/MonitorCategoryListCommand.ts +45 -0
- package/src/command/MonitorCommand.ts +42 -0
- package/src/command/MonitorCreateCommand.ts +389 -0
- package/src/command/MonitorDeleteCommand.ts +45 -0
- package/src/command/MonitorFieldCommand.ts +40 -0
- package/src/command/MonitorFieldCreateCommand.ts +74 -0
- package/src/command/MonitorFieldDeleteCommand.ts +45 -0
- package/src/command/{ChatCategoryGetCommand.ts → MonitorFieldGetCommand.ts} +2 -2
- package/src/command/{ChatCategoryListCommand.ts → MonitorFieldListCommand.ts} +2 -2
- package/src/command/MonitorFieldUpdateCommand.ts +74 -0
- package/src/command/MonitorGetCommand.ts +45 -0
- package/src/command/MonitorListCommand.ts +45 -0
- package/src/command/MonitorResultCommand.ts +45 -0
- package/src/command/MonitorTagCommand.ts +40 -0
- package/src/command/MonitorTagCreateCommand.ts +74 -0
- package/src/command/MonitorTagDeleteCommand.ts +45 -0
- package/src/command/MonitorTagGetCommand.ts +45 -0
- package/src/command/MonitorTagListCommand.ts +45 -0
- package/src/command/MonitorTagUpdateCommand.ts +74 -0
- package/src/command/MonitorUpdateCommand.ts +389 -0
- package/src/command/ServerCreateCommand.ts +18 -0
- package/src/command/ServerUpdateCommand.ts +18 -0
- package/src/command/cli.ts +24 -8
- package/src/enum/MetricCallerType.ts +26 -0
- package/src/enum/MetricIntervalUnit.ts +26 -0
- package/src/enum/MonitorCallerType.ts +26 -0
- package/src/enum/MonitorDockerContainerConnectionType.ts +25 -0
- package/src/enum/MonitorHTTPBodyEncoding.ts +26 -0
- package/src/enum/MonitorHeartbeatIntervalUnit.ts +26 -0
- package/src/enum/MonitorHeartbeatRetryIntervalUnit.ts +26 -0
- package/src/enum/MonitorKubernetesPodControllerType.ts +26 -0
- package/src/enum/MonitorRequestTimeoutUnit.ts +25 -0
- package/src/enum/MonitorType.ts +31 -0
- package/src/index.ts +120 -32
- package/src/meta/{ChatCategoryMetaTable.ts → CloudCategoryMetaTable.ts} +5 -5
- package/src/meta/{ChatFieldMetaTable.ts → CloudFieldMetaTable.ts} +5 -5
- package/src/meta/{ChatMetaTable.ts → CloudMetaTable.ts} +11 -15
- package/src/meta/{ChatTagMetaTable.ts → CloudTagMetaTable.ts} +5 -5
- package/src/meta/DatabaseMetaTable.ts +4 -4
- package/src/meta/InMemoryStoreMetaTable.ts +4 -4
- package/src/meta/KubernetesMetaTable.ts +4 -0
- package/src/meta/MessageBrokerMetaTable.ts +4 -4
- package/src/meta/MetricCategoryMetaTable.ts +60 -0
- package/src/meta/MetricFieldMetaTable.ts +61 -0
- package/src/meta/MetricMetaTable.ts +77 -0
- package/src/meta/MetricTagMetaTable.ts +61 -0
- package/src/meta/MonitorCategoryMetaTable.ts +60 -0
- package/src/meta/MonitorFieldMetaTable.ts +61 -0
- package/src/meta/MonitorMetaTable.ts +131 -0
- package/src/meta/MonitorTagMetaTable.ts +61 -0
- package/src/meta/NamirasoftInfraMetaDatabase.ts +37 -13
- package/src/meta/ServerMetaTable.ts +4 -0
- package/src/row/{ChatCategoryRow.ts → CloudCategoryRow.ts} +1 -1
- package/src/row/{ChatFieldRow.ts → CloudFieldRow.ts} +1 -1
- package/src/row/CloudInputRow.ts +28 -0
- package/src/row/{ChatRow.ts → CloudRow.ts} +4 -5
- package/src/row/{ChatTagRow.ts → CloudTagRow.ts} +1 -1
- package/src/row/DatabaseInputRow.ts +2 -2
- package/src/row/DatabaseRow.ts +2 -2
- package/src/row/InMemoryStoreInputRow.ts +2 -2
- package/src/row/InMemoryStoreRow.ts +2 -2
- package/src/row/KubernetesInputRow.ts +2 -0
- package/src/row/KubernetesRow.ts +2 -0
- package/src/row/MessageBrokerInputRow.ts +2 -2
- package/src/row/MessageBrokerRow.ts +2 -2
- package/src/row/MetricCategoryRow.ts +29 -0
- package/src/row/MetricFieldRow.ts +30 -0
- package/src/row/MetricInputRow.ts +37 -0
- package/src/row/MetricRow.ts +41 -0
- package/src/row/MetricTagRow.ts +30 -0
- package/src/row/MonitorCategoryRow.ts +29 -0
- package/src/row/MonitorFieldRow.ts +30 -0
- package/src/row/MonitorInputRow.ts +70 -0
- package/src/row/MonitorRow.ts +74 -0
- package/src/row/MonitorTagRow.ts +30 -0
- package/src/row/ServerInputRow.ts +2 -0
- package/src/row/ServerRow.ts +2 -0
- package/dist/NamirasoftInfraServerChat.js.map +0 -1
- package/dist/NamirasoftInfraServerChatCategory.js.map +0 -1
- package/dist/NamirasoftInfraServerChatTag.js.map +0 -1
- package/dist/command/ChatCategoryCommand.js +0 -21
- package/dist/command/ChatCategoryCommand.js.map +0 -1
- package/dist/command/ChatCategoryCreateCommand.js.map +0 -1
- package/dist/command/ChatCommand.js +0 -17
- package/dist/command/ChatCommand.js.map +0 -1
- package/dist/command/ChatFieldCommand.js +0 -23
- package/dist/command/ChatFieldCreateCommand.js.map +0 -1
- package/dist/command/ChatFieldUpdateCommand.js.map +0 -1
- package/dist/command/ChatGetCommand.js.map +0 -1
- package/dist/command/ChatListCommand.js.map +0 -1
- package/dist/command/ChatTagCommand.js +0 -23
- package/dist/command/ChatTagCommand.js.map +0 -1
- package/dist/command/ChatTagCreateCommand.js.map +0 -1
- package/dist/command/ChatTagUpdateCommand.js.map +0 -1
- package/dist/meta/ChatCategoryMetaTable.js.map +0 -1
- package/dist/meta/ChatMetaTable.js.map +0 -1
- package/dist/meta/ChatTagMetaTable.js.map +0 -1
- package/dist/row/ChatCategoryRow.js.map +0 -1
- package/dist/row/ChatFieldRow.js.map +0 -1
- package/dist/row/ChatRow.js.map +0 -1
- package/dist/row/ChatTagRow.js.map +0 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MetricCallerType = void 0;
|
|
4
|
+
var MetricCallerType;
|
|
5
|
+
(function (MetricCallerType) {
|
|
6
|
+
MetricCallerType["Globally"] = "Globally";
|
|
7
|
+
MetricCallerType["ByServer"] = "ByServer";
|
|
8
|
+
MetricCallerType["ByKubernetes"] = "ByKubernetes";
|
|
9
|
+
})(MetricCallerType || (exports.MetricCallerType = MetricCallerType = {}));
|
|
10
|
+
//# sourceMappingURL=MetricCallerType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetricCallerType.js","sourceRoot":"","sources":["../../src/enum/MetricCallerType.ts"],"names":[],"mappings":";;;AAoBA,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAExB,yCAAqB,CAAA;IACrB,yCAAqB,CAAA;IACrB,iDAA6B,CAAA;AACjC,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MetricIntervalUnit = void 0;
|
|
4
|
+
var MetricIntervalUnit;
|
|
5
|
+
(function (MetricIntervalUnit) {
|
|
6
|
+
MetricIntervalUnit["Second"] = "Second";
|
|
7
|
+
MetricIntervalUnit["Minute"] = "Minute";
|
|
8
|
+
MetricIntervalUnit["Hours"] = "Hours";
|
|
9
|
+
})(MetricIntervalUnit || (exports.MetricIntervalUnit = MetricIntervalUnit = {}));
|
|
10
|
+
//# sourceMappingURL=MetricIntervalUnit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MetricIntervalUnit.js","sourceRoot":"","sources":["../../src/enum/MetricIntervalUnit.ts"],"names":[],"mappings":";;;AAoBA,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAE1B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,qCAAe,CAAA;AACnB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorCallerType = void 0;
|
|
4
|
+
var MonitorCallerType;
|
|
5
|
+
(function (MonitorCallerType) {
|
|
6
|
+
MonitorCallerType["Globally"] = "Globally";
|
|
7
|
+
MonitorCallerType["ByServer"] = "ByServer";
|
|
8
|
+
MonitorCallerType["ByKubernetes"] = "ByKubernetes";
|
|
9
|
+
})(MonitorCallerType || (exports.MonitorCallerType = MonitorCallerType = {}));
|
|
10
|
+
//# sourceMappingURL=MonitorCallerType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorCallerType.js","sourceRoot":"","sources":["../../src/enum/MonitorCallerType.ts"],"names":[],"mappings":";;;AAoBA,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAEzB,0CAAqB,CAAA;IACrB,0CAAqB,CAAA;IACrB,kDAA6B,CAAA;AACjC,CAAC,EALW,iBAAiB,iCAAjB,iBAAiB,QAK5B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorDockerContainerConnectionType = void 0;
|
|
4
|
+
var MonitorDockerContainerConnectionType;
|
|
5
|
+
(function (MonitorDockerContainerConnectionType) {
|
|
6
|
+
MonitorDockerContainerConnectionType["Socket"] = "Socket";
|
|
7
|
+
MonitorDockerContainerConnectionType["TcpHttp"] = "TcpHttp";
|
|
8
|
+
})(MonitorDockerContainerConnectionType || (exports.MonitorDockerContainerConnectionType = MonitorDockerContainerConnectionType = {}));
|
|
9
|
+
//# sourceMappingURL=MonitorDockerContainerConnectionType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorDockerContainerConnectionType.js","sourceRoot":"","sources":["../../src/enum/MonitorDockerContainerConnectionType.ts"],"names":[],"mappings":";;;AAoBA,IAAY,oCAIX;AAJD,WAAY,oCAAoC;IAE5C,yDAAiB,CAAA;IACjB,2DAAmB,CAAA;AACvB,CAAC,EAJW,oCAAoC,oDAApC,oCAAoC,QAI/C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorHTTPBodyEncoding = void 0;
|
|
4
|
+
var MonitorHTTPBodyEncoding;
|
|
5
|
+
(function (MonitorHTTPBodyEncoding) {
|
|
6
|
+
MonitorHTTPBodyEncoding["Json"] = "Json";
|
|
7
|
+
MonitorHTTPBodyEncoding["X_WWW_FormUrlencoded"] = "X_WWW_FormUrlencoded";
|
|
8
|
+
MonitorHTTPBodyEncoding["Xml"] = "Xml";
|
|
9
|
+
})(MonitorHTTPBodyEncoding || (exports.MonitorHTTPBodyEncoding = MonitorHTTPBodyEncoding = {}));
|
|
10
|
+
//# sourceMappingURL=MonitorHTTPBodyEncoding.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorHTTPBodyEncoding.js","sourceRoot":"","sources":["../../src/enum/MonitorHTTPBodyEncoding.ts"],"names":[],"mappings":";;;AAoBA,IAAY,uBAKX;AALD,WAAY,uBAAuB;IAE/B,wCAAa,CAAA;IACb,wEAA6C,CAAA;IAC7C,sCAAW,CAAA;AACf,CAAC,EALW,uBAAuB,uCAAvB,uBAAuB,QAKlC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorHeartbeatIntervalUnit = void 0;
|
|
4
|
+
var MonitorHeartbeatIntervalUnit;
|
|
5
|
+
(function (MonitorHeartbeatIntervalUnit) {
|
|
6
|
+
MonitorHeartbeatIntervalUnit["Second"] = "Second";
|
|
7
|
+
MonitorHeartbeatIntervalUnit["Minute"] = "Minute";
|
|
8
|
+
MonitorHeartbeatIntervalUnit["Hours"] = "Hours";
|
|
9
|
+
})(MonitorHeartbeatIntervalUnit || (exports.MonitorHeartbeatIntervalUnit = MonitorHeartbeatIntervalUnit = {}));
|
|
10
|
+
//# sourceMappingURL=MonitorHeartbeatIntervalUnit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorHeartbeatIntervalUnit.js","sourceRoot":"","sources":["../../src/enum/MonitorHeartbeatIntervalUnit.ts"],"names":[],"mappings":";;;AAoBA,IAAY,4BAKX;AALD,WAAY,4BAA4B;IAEpC,iDAAiB,CAAA;IACjB,iDAAiB,CAAA;IACjB,+CAAe,CAAA;AACnB,CAAC,EALW,4BAA4B,4CAA5B,4BAA4B,QAKvC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorHeartbeatRetryIntervalUnit = void 0;
|
|
4
|
+
var MonitorHeartbeatRetryIntervalUnit;
|
|
5
|
+
(function (MonitorHeartbeatRetryIntervalUnit) {
|
|
6
|
+
MonitorHeartbeatRetryIntervalUnit["Second"] = "Second";
|
|
7
|
+
MonitorHeartbeatRetryIntervalUnit["Minute"] = "Minute";
|
|
8
|
+
MonitorHeartbeatRetryIntervalUnit["Hours"] = "Hours";
|
|
9
|
+
})(MonitorHeartbeatRetryIntervalUnit || (exports.MonitorHeartbeatRetryIntervalUnit = MonitorHeartbeatRetryIntervalUnit = {}));
|
|
10
|
+
//# sourceMappingURL=MonitorHeartbeatRetryIntervalUnit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorHeartbeatRetryIntervalUnit.js","sourceRoot":"","sources":["../../src/enum/MonitorHeartbeatRetryIntervalUnit.ts"],"names":[],"mappings":";;;AAoBA,IAAY,iCAKX;AALD,WAAY,iCAAiC;IAEzC,sDAAiB,CAAA;IACjB,sDAAiB,CAAA;IACjB,oDAAe,CAAA;AACnB,CAAC,EALW,iCAAiC,iDAAjC,iCAAiC,QAK5C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorKubernetesPodControllerType = void 0;
|
|
4
|
+
var MonitorKubernetesPodControllerType;
|
|
5
|
+
(function (MonitorKubernetesPodControllerType) {
|
|
6
|
+
MonitorKubernetesPodControllerType["Deployment"] = "Deployment";
|
|
7
|
+
MonitorKubernetesPodControllerType["Statefulset"] = "Statefulset";
|
|
8
|
+
MonitorKubernetesPodControllerType["Deamonset"] = "Deamonset";
|
|
9
|
+
})(MonitorKubernetesPodControllerType || (exports.MonitorKubernetesPodControllerType = MonitorKubernetesPodControllerType = {}));
|
|
10
|
+
//# sourceMappingURL=MonitorKubernetesPodControllerType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorKubernetesPodControllerType.js","sourceRoot":"","sources":["../../src/enum/MonitorKubernetesPodControllerType.ts"],"names":[],"mappings":";;;AAoBA,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAE1C,+DAAyB,CAAA;IACzB,iEAA2B,CAAA;IAC3B,6DAAuB,CAAA;AAC3B,CAAC,EALW,kCAAkC,kDAAlC,kCAAkC,QAK7C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorRequestTimeoutUnit = void 0;
|
|
4
|
+
var MonitorRequestTimeoutUnit;
|
|
5
|
+
(function (MonitorRequestTimeoutUnit) {
|
|
6
|
+
MonitorRequestTimeoutUnit["Second"] = "Second";
|
|
7
|
+
MonitorRequestTimeoutUnit["Minute"] = "Minute";
|
|
8
|
+
})(MonitorRequestTimeoutUnit || (exports.MonitorRequestTimeoutUnit = MonitorRequestTimeoutUnit = {}));
|
|
9
|
+
//# sourceMappingURL=MonitorRequestTimeoutUnit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorRequestTimeoutUnit.js","sourceRoot":"","sources":["../../src/enum/MonitorRequestTimeoutUnit.ts"],"names":[],"mappings":";;;AAoBA,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IAEjC,8CAAiB,CAAA;IACjB,8CAAiB,CAAA;AACrB,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MonitorType = void 0;
|
|
4
|
+
var MonitorType;
|
|
5
|
+
(function (MonitorType) {
|
|
6
|
+
MonitorType["Http"] = "Http";
|
|
7
|
+
MonitorType["Ping"] = "Ping";
|
|
8
|
+
MonitorType["Port"] = "Port";
|
|
9
|
+
MonitorType["Database"] = "Database";
|
|
10
|
+
MonitorType["InMemoryStore"] = "InMemoryStore";
|
|
11
|
+
MonitorType["MessageBroker"] = "MessageBroker";
|
|
12
|
+
MonitorType["DockerContainer"] = "DockerContainer";
|
|
13
|
+
MonitorType["KubernetesPod"] = "KubernetesPod";
|
|
14
|
+
})(MonitorType || (exports.MonitorType = MonitorType = {}));
|
|
15
|
+
//# sourceMappingURL=MonitorType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorType.js","sourceRoot":"","sources":["../../src/enum/MonitorType.ts"],"names":[],"mappings":";;;AAoBA,IAAY,WAUX;AAVD,WAAY,WAAW;IAEnB,4BAAa,CAAA;IACb,4BAAa,CAAA;IACb,4BAAa,CAAA;IACb,oCAAqB,CAAA;IACrB,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,kDAAmC,CAAA;IACnC,8CAA+B,CAAA;AACnC,CAAC,EAVW,WAAW,2BAAX,WAAW,QAUtB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -4,10 +4,10 @@ export * from "./NamirasoftInfraServerAlertCategory";
|
|
|
4
4
|
export * from "./NamirasoftInfraServerAlertField";
|
|
5
5
|
export * from "./NamirasoftInfraServerAlertTag";
|
|
6
6
|
export * from "./NamirasoftInfraServerBase";
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./
|
|
10
|
-
export * from "./
|
|
7
|
+
export * from "./NamirasoftInfraServerCloud";
|
|
8
|
+
export * from "./NamirasoftInfraServerCloudCategory";
|
|
9
|
+
export * from "./NamirasoftInfraServerCloudField";
|
|
10
|
+
export * from "./NamirasoftInfraServerCloudTag";
|
|
11
11
|
export * from "./NamirasoftInfraServerDatabase";
|
|
12
12
|
export * from "./NamirasoftInfraServerDatabaseCategory";
|
|
13
13
|
export * from "./NamirasoftInfraServerDatabaseField";
|
|
@@ -34,7 +34,15 @@ export * from "./NamirasoftInfraServerMessageBroker";
|
|
|
34
34
|
export * from "./NamirasoftInfraServerMessageBrokerCategory";
|
|
35
35
|
export * from "./NamirasoftInfraServerMessageBrokerField";
|
|
36
36
|
export * from "./NamirasoftInfraServerMessageBrokerTag";
|
|
37
|
+
export * from "./NamirasoftInfraServerMetric";
|
|
38
|
+
export * from "./NamirasoftInfraServerMetricCategory";
|
|
39
|
+
export * from "./NamirasoftInfraServerMetricField";
|
|
40
|
+
export * from "./NamirasoftInfraServerMetricTag";
|
|
37
41
|
export * from "./NamirasoftInfraServerMetrics";
|
|
42
|
+
export * from "./NamirasoftInfraServerMonitor";
|
|
43
|
+
export * from "./NamirasoftInfraServerMonitorCategory";
|
|
44
|
+
export * from "./NamirasoftInfraServerMonitorField";
|
|
45
|
+
export * from "./NamirasoftInfraServerMonitorTag";
|
|
38
46
|
export * from "./NamirasoftInfraServerProject";
|
|
39
47
|
export * from "./NamirasoftInfraServerProjectCategory";
|
|
40
48
|
export * from "./NamirasoftInfraServerProjectField";
|
|
@@ -67,26 +75,29 @@ export * from "./command/AlertTagGetCommand";
|
|
|
67
75
|
export * from "./command/AlertTagListCommand";
|
|
68
76
|
export * from "./command/AlertTagUpdateCommand";
|
|
69
77
|
export * from "./command/AlertUpdateCommand";
|
|
70
|
-
export * from "./command/
|
|
71
|
-
export * from "./command/
|
|
72
|
-
export * from "./command/
|
|
73
|
-
export * from "./command/
|
|
74
|
-
export * from "./command/
|
|
75
|
-
export * from "./command/
|
|
76
|
-
export * from "./command/
|
|
77
|
-
export * from "./command/
|
|
78
|
-
export * from "./command/
|
|
79
|
-
export * from "./command/
|
|
80
|
-
export * from "./command/
|
|
81
|
-
export * from "./command/
|
|
82
|
-
export * from "./command/
|
|
83
|
-
export * from "./command/
|
|
84
|
-
export * from "./command/
|
|
85
|
-
export * from "./command/
|
|
86
|
-
export * from "./command/
|
|
87
|
-
export * from "./command/
|
|
88
|
-
export * from "./command/
|
|
89
|
-
export * from "./command/
|
|
78
|
+
export * from "./command/CloudCategoryCommand";
|
|
79
|
+
export * from "./command/CloudCategoryCreateCommand";
|
|
80
|
+
export * from "./command/CloudCategoryDeleteCommand";
|
|
81
|
+
export * from "./command/CloudCategoryGetCommand";
|
|
82
|
+
export * from "./command/CloudCategoryListCommand";
|
|
83
|
+
export * from "./command/CloudCommand";
|
|
84
|
+
export * from "./command/CloudCreateCommand";
|
|
85
|
+
export * from "./command/CloudDeleteCommand";
|
|
86
|
+
export * from "./command/CloudFieldCommand";
|
|
87
|
+
export * from "./command/CloudFieldCreateCommand";
|
|
88
|
+
export * from "./command/CloudFieldDeleteCommand";
|
|
89
|
+
export * from "./command/CloudFieldGetCommand";
|
|
90
|
+
export * from "./command/CloudFieldListCommand";
|
|
91
|
+
export * from "./command/CloudFieldUpdateCommand";
|
|
92
|
+
export * from "./command/CloudGetCommand";
|
|
93
|
+
export * from "./command/CloudListCommand";
|
|
94
|
+
export * from "./command/CloudTagCommand";
|
|
95
|
+
export * from "./command/CloudTagCreateCommand";
|
|
96
|
+
export * from "./command/CloudTagDeleteCommand";
|
|
97
|
+
export * from "./command/CloudTagGetCommand";
|
|
98
|
+
export * from "./command/CloudTagListCommand";
|
|
99
|
+
export * from "./command/CloudTagUpdateCommand";
|
|
100
|
+
export * from "./command/CloudUpdateCommand";
|
|
90
101
|
export * from "./command/DatabaseCategoryCommand";
|
|
91
102
|
export * from "./command/DatabaseCategoryCreateCommand";
|
|
92
103
|
export * from "./command/DatabaseCategoryDeleteCommand";
|
|
@@ -230,8 +241,56 @@ export * from "./command/MessageBrokerTagGetCommand";
|
|
|
230
241
|
export * from "./command/MessageBrokerTagListCommand";
|
|
231
242
|
export * from "./command/MessageBrokerTagUpdateCommand";
|
|
232
243
|
export * from "./command/MessageBrokerUpdateCommand";
|
|
244
|
+
export * from "./command/MetricCategoryCommand";
|
|
245
|
+
export * from "./command/MetricCategoryCreateCommand";
|
|
246
|
+
export * from "./command/MetricCategoryDeleteCommand";
|
|
247
|
+
export * from "./command/MetricCategoryGetCommand";
|
|
248
|
+
export * from "./command/MetricCategoryListCommand";
|
|
249
|
+
export * from "./command/MetricCommand";
|
|
250
|
+
export * from "./command/MetricCreateCommand";
|
|
251
|
+
export * from "./command/MetricDeleteCommand";
|
|
252
|
+
export * from "./command/MetricFieldCommand";
|
|
253
|
+
export * from "./command/MetricFieldCreateCommand";
|
|
254
|
+
export * from "./command/MetricFieldDeleteCommand";
|
|
255
|
+
export * from "./command/MetricFieldGetCommand";
|
|
256
|
+
export * from "./command/MetricFieldListCommand";
|
|
257
|
+
export * from "./command/MetricFieldUpdateCommand";
|
|
258
|
+
export * from "./command/MetricGetCommand";
|
|
259
|
+
export * from "./command/MetricListCommand";
|
|
260
|
+
export * from "./command/MetricResultCommand";
|
|
261
|
+
export * from "./command/MetricTagCommand";
|
|
262
|
+
export * from "./command/MetricTagCreateCommand";
|
|
263
|
+
export * from "./command/MetricTagDeleteCommand";
|
|
264
|
+
export * from "./command/MetricTagGetCommand";
|
|
265
|
+
export * from "./command/MetricTagListCommand";
|
|
266
|
+
export * from "./command/MetricTagUpdateCommand";
|
|
267
|
+
export * from "./command/MetricUpdateCommand";
|
|
233
268
|
export * from "./command/MetricsCommand";
|
|
234
269
|
export * from "./command/MetricsGetCommand";
|
|
270
|
+
export * from "./command/MonitorCategoryCommand";
|
|
271
|
+
export * from "./command/MonitorCategoryCreateCommand";
|
|
272
|
+
export * from "./command/MonitorCategoryDeleteCommand";
|
|
273
|
+
export * from "./command/MonitorCategoryGetCommand";
|
|
274
|
+
export * from "./command/MonitorCategoryListCommand";
|
|
275
|
+
export * from "./command/MonitorCommand";
|
|
276
|
+
export * from "./command/MonitorCreateCommand";
|
|
277
|
+
export * from "./command/MonitorDeleteCommand";
|
|
278
|
+
export * from "./command/MonitorFieldCommand";
|
|
279
|
+
export * from "./command/MonitorFieldCreateCommand";
|
|
280
|
+
export * from "./command/MonitorFieldDeleteCommand";
|
|
281
|
+
export * from "./command/MonitorFieldGetCommand";
|
|
282
|
+
export * from "./command/MonitorFieldListCommand";
|
|
283
|
+
export * from "./command/MonitorFieldUpdateCommand";
|
|
284
|
+
export * from "./command/MonitorGetCommand";
|
|
285
|
+
export * from "./command/MonitorListCommand";
|
|
286
|
+
export * from "./command/MonitorResultCommand";
|
|
287
|
+
export * from "./command/MonitorTagCommand";
|
|
288
|
+
export * from "./command/MonitorTagCreateCommand";
|
|
289
|
+
export * from "./command/MonitorTagDeleteCommand";
|
|
290
|
+
export * from "./command/MonitorTagGetCommand";
|
|
291
|
+
export * from "./command/MonitorTagListCommand";
|
|
292
|
+
export * from "./command/MonitorTagUpdateCommand";
|
|
293
|
+
export * from "./command/MonitorUpdateCommand";
|
|
235
294
|
export * from "./command/ProjectCategoryCommand";
|
|
236
295
|
export * from "./command/ProjectCategoryCreateCommand";
|
|
237
296
|
export * from "./command/ProjectCategoryDeleteCommand";
|
|
@@ -289,15 +348,25 @@ export * from "./enum/InMemoryStoreType";
|
|
|
289
348
|
export * from "./enum/IncidentStatus";
|
|
290
349
|
export * from "./enum/MessageBrokerConnectType";
|
|
291
350
|
export * from "./enum/MessageBrokerType";
|
|
351
|
+
export * from "./enum/MetricCallerType";
|
|
352
|
+
export * from "./enum/MetricIntervalUnit";
|
|
353
|
+
export * from "./enum/MonitorCallerType";
|
|
354
|
+
export * from "./enum/MonitorDockerContainerConnectionType";
|
|
355
|
+
export * from "./enum/MonitorHTTPBodyEncoding";
|
|
356
|
+
export * from "./enum/MonitorHeartbeatIntervalUnit";
|
|
357
|
+
export * from "./enum/MonitorHeartbeatRetryIntervalUnit";
|
|
358
|
+
export * from "./enum/MonitorKubernetesPodControllerType";
|
|
359
|
+
export * from "./enum/MonitorRequestTimeoutUnit";
|
|
360
|
+
export * from "./enum/MonitorType";
|
|
292
361
|
export * from "./enum/ServerMetricRetentionUnit";
|
|
293
362
|
export * from "./meta/AlertCategoryMetaTable";
|
|
294
363
|
export * from "./meta/AlertFieldMetaTable";
|
|
295
364
|
export * from "./meta/AlertMetaTable";
|
|
296
365
|
export * from "./meta/AlertTagMetaTable";
|
|
297
|
-
export * from "./meta/
|
|
298
|
-
export * from "./meta/
|
|
299
|
-
export * from "./meta/
|
|
300
|
-
export * from "./meta/
|
|
366
|
+
export * from "./meta/CloudCategoryMetaTable";
|
|
367
|
+
export * from "./meta/CloudFieldMetaTable";
|
|
368
|
+
export * from "./meta/CloudMetaTable";
|
|
369
|
+
export * from "./meta/CloudTagMetaTable";
|
|
301
370
|
export * from "./meta/DatabaseCategoryMetaTable";
|
|
302
371
|
export * from "./meta/DatabaseFieldMetaTable";
|
|
303
372
|
export * from "./meta/DatabaseMetaTable";
|
|
@@ -322,6 +391,14 @@ export * from "./meta/MessageBrokerCategoryMetaTable";
|
|
|
322
391
|
export * from "./meta/MessageBrokerFieldMetaTable";
|
|
323
392
|
export * from "./meta/MessageBrokerMetaTable";
|
|
324
393
|
export * from "./meta/MessageBrokerTagMetaTable";
|
|
394
|
+
export * from "./meta/MetricCategoryMetaTable";
|
|
395
|
+
export * from "./meta/MetricFieldMetaTable";
|
|
396
|
+
export * from "./meta/MetricMetaTable";
|
|
397
|
+
export * from "./meta/MetricTagMetaTable";
|
|
398
|
+
export * from "./meta/MonitorCategoryMetaTable";
|
|
399
|
+
export * from "./meta/MonitorFieldMetaTable";
|
|
400
|
+
export * from "./meta/MonitorMetaTable";
|
|
401
|
+
export * from "./meta/MonitorTagMetaTable";
|
|
325
402
|
export * from "./meta/NamirasoftInfraMetaDatabase";
|
|
326
403
|
export * from "./meta/ProjectCategoryMetaTable";
|
|
327
404
|
export * from "./meta/ProjectFieldMetaTable";
|
|
@@ -336,10 +413,11 @@ export * from "./row/AlertFieldRow";
|
|
|
336
413
|
export * from "./row/AlertInputRow";
|
|
337
414
|
export * from "./row/AlertRow";
|
|
338
415
|
export * from "./row/AlertTagRow";
|
|
339
|
-
export * from "./row/
|
|
340
|
-
export * from "./row/
|
|
341
|
-
export * from "./row/
|
|
342
|
-
export * from "./row/
|
|
416
|
+
export * from "./row/CloudCategoryRow";
|
|
417
|
+
export * from "./row/CloudFieldRow";
|
|
418
|
+
export * from "./row/CloudInputRow";
|
|
419
|
+
export * from "./row/CloudRow";
|
|
420
|
+
export * from "./row/CloudTagRow";
|
|
343
421
|
export * from "./row/DatabaseCategoryRow";
|
|
344
422
|
export * from "./row/DatabaseFieldRow";
|
|
345
423
|
export * from "./row/DatabaseInputRow";
|
|
@@ -373,6 +451,16 @@ export * from "./row/MessageBrokerFieldRow";
|
|
|
373
451
|
export * from "./row/MessageBrokerInputRow";
|
|
374
452
|
export * from "./row/MessageBrokerRow";
|
|
375
453
|
export * from "./row/MessageBrokerTagRow";
|
|
454
|
+
export * from "./row/MetricCategoryRow";
|
|
455
|
+
export * from "./row/MetricFieldRow";
|
|
456
|
+
export * from "./row/MetricInputRow";
|
|
457
|
+
export * from "./row/MetricRow";
|
|
458
|
+
export * from "./row/MetricTagRow";
|
|
459
|
+
export * from "./row/MonitorCategoryRow";
|
|
460
|
+
export * from "./row/MonitorFieldRow";
|
|
461
|
+
export * from "./row/MonitorInputRow";
|
|
462
|
+
export * from "./row/MonitorRow";
|
|
463
|
+
export * from "./row/MonitorTagRow";
|
|
376
464
|
export * from "./row/ProjectCategoryRow";
|
|
377
465
|
export * from "./row/ProjectFieldRow";
|
|
378
466
|
export * from "./row/ProjectInputRow";
|