namirasoft-infra 1.4.6 → 1.4.8
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 +33 -17
- package/dist/NamirasoftInfraServer.js +34 -18
- package/dist/NamirasoftInfraServer.js.map +1 -1
- package/dist/NamirasoftInfraServerAlert.d.ts +4 -4
- package/dist/NamirasoftInfraServerAlert.js +10 -10
- package/dist/NamirasoftInfraServerAlert.js.map +1 -1
- package/dist/NamirasoftInfraServerCache.d.ts +11 -4
- package/dist/NamirasoftInfraServerCache.js +22 -6
- package/dist/NamirasoftInfraServerCache.js.map +1 -1
- package/dist/NamirasoftInfraServerCloud.d.ts +11 -4
- package/dist/NamirasoftInfraServerCloud.js +22 -6
- package/dist/NamirasoftInfraServerCloud.js.map +1 -1
- package/dist/NamirasoftInfraServerDatabase.d.ts +11 -4
- package/dist/NamirasoftInfraServerDatabase.js +22 -6
- package/dist/NamirasoftInfraServerDatabase.js.map +1 -1
- package/dist/NamirasoftInfraServerDocker.d.ts +25 -0
- package/dist/NamirasoftInfraServerDocker.js +80 -0
- package/dist/NamirasoftInfraServerDocker.js.map +1 -0
- package/dist/NamirasoftInfraServerDockerCategory.d.ts +17 -0
- package/dist/{NamirasoftInfraServerMessageBrokerCategory.js → NamirasoftInfraServerDockerCategory.js} +8 -8
- package/dist/NamirasoftInfraServerDockerCategory.js.map +1 -0
- package/dist/NamirasoftInfraServerDockerField.d.ts +18 -0
- package/dist/{NamirasoftInfraServerMessageBroker.js → NamirasoftInfraServerDockerField.js} +18 -18
- package/dist/NamirasoftInfraServerDockerField.js.map +1 -0
- package/dist/NamirasoftInfraServerDockerTag.d.ts +18 -0
- package/dist/{NamirasoftInfraServerMessageBrokerTag.js → NamirasoftInfraServerDockerTag.js} +9 -9
- package/dist/NamirasoftInfraServerDockerTag.js.map +1 -0
- package/dist/NamirasoftInfraServerEnvironment.d.ts +4 -4
- package/dist/NamirasoftInfraServerEnvironment.js +10 -10
- package/dist/NamirasoftInfraServerEnvironment.js.map +1 -1
- package/dist/NamirasoftInfraServerIncident.d.ts +1 -1
- package/dist/NamirasoftInfraServerIncident.js +8 -8
- package/dist/NamirasoftInfraServerIncident.js.map +1 -1
- package/dist/NamirasoftInfraServerKubernetes.d.ts +11 -4
- package/dist/NamirasoftInfraServerKubernetes.js +22 -6
- package/dist/NamirasoftInfraServerKubernetes.js.map +1 -1
- package/dist/NamirasoftInfraServerMessaging.d.ts +25 -0
- package/dist/NamirasoftInfraServerMessaging.js +80 -0
- package/dist/NamirasoftInfraServerMessaging.js.map +1 -0
- package/dist/{NamirasoftInfraServerMessageBrokerCategory.d.ts → NamirasoftInfraServerMessagingCategory.d.ts} +5 -5
- package/dist/NamirasoftInfraServerMessagingCategory.js +56 -0
- package/dist/NamirasoftInfraServerMessagingCategory.js.map +1 -0
- package/dist/{NamirasoftInfraServerMessageBrokerField.d.ts → NamirasoftInfraServerMessagingField.d.ts} +6 -6
- package/dist/{NamirasoftInfraServerMessageBrokerField.js → NamirasoftInfraServerMessagingField.js} +9 -9
- package/dist/NamirasoftInfraServerMessagingField.js.map +1 -0
- package/dist/{NamirasoftInfraServerMessageBrokerTag.d.ts → NamirasoftInfraServerMessagingTag.d.ts} +6 -6
- package/dist/NamirasoftInfraServerMessagingTag.js +64 -0
- package/dist/NamirasoftInfraServerMessagingTag.js.map +1 -0
- package/dist/NamirasoftInfraServerMetric.d.ts +11 -4
- package/dist/NamirasoftInfraServerMetric.js +22 -6
- package/dist/NamirasoftInfraServerMetric.js.map +1 -1
- package/dist/NamirasoftInfraServerMonitor.d.ts +43 -8
- package/dist/NamirasoftInfraServerMonitor.js +12 -12
- package/dist/NamirasoftInfraServerMonitor.js.map +1 -1
- package/dist/NamirasoftInfraServerProject.d.ts +4 -4
- package/dist/NamirasoftInfraServerProject.js +10 -10
- package/dist/NamirasoftInfraServerProject.js.map +1 -1
- package/dist/NamirasoftInfraServerServer.d.ts +11 -4
- package/dist/NamirasoftInfraServerServer.js +22 -6
- package/dist/NamirasoftInfraServerServer.js.map +1 -1
- package/dist/NamirasoftInfraServerStreaming.d.ts +25 -0
- package/dist/NamirasoftInfraServerStreaming.js +80 -0
- package/dist/NamirasoftInfraServerStreaming.js.map +1 -0
- package/dist/NamirasoftInfraServerStreamingCategory.d.ts +17 -0
- package/dist/NamirasoftInfraServerStreamingCategory.js +56 -0
- package/dist/NamirasoftInfraServerStreamingCategory.js.map +1 -0
- package/dist/NamirasoftInfraServerStreamingField.d.ts +18 -0
- package/dist/NamirasoftInfraServerStreamingField.js +64 -0
- package/dist/NamirasoftInfraServerStreamingField.js.map +1 -0
- package/dist/NamirasoftInfraServerStreamingTag.d.ts +18 -0
- package/dist/NamirasoftInfraServerStreamingTag.js +64 -0
- package/dist/NamirasoftInfraServerStreamingTag.js.map +1 -0
- package/dist/command/AlertCommand.js +1 -1
- package/dist/command/AlertCommand.js.map +1 -1
- package/dist/command/AlertCreateCommand.js +1 -1
- package/dist/command/AlertCreateCommand.js.map +1 -1
- package/dist/command/AlertUpdateCommand.js +1 -1
- package/dist/command/AlertUpdateCommand.js.map +1 -1
- package/dist/command/CacheCommand.js +5 -1
- package/dist/command/CacheCommand.js.map +1 -1
- package/dist/command/CacheCreateCommand.js +2 -2
- package/dist/command/CacheCreateCommand.js.map +1 -1
- package/dist/command/CacheSetCollectiveCommand.d.ts +5 -0
- package/dist/command/CacheSetCollectiveCommand.js +58 -0
- package/dist/command/CacheSetCollectiveCommand.js.map +1 -0
- package/dist/command/CacheUpdateCommand.js +2 -2
- package/dist/command/CacheUpdateCommand.js.map +1 -1
- package/dist/command/{MessageBrokerTagGetCommand.d.ts → Cache_SetDerivativeCommand.d.ts} +1 -1
- package/dist/command/{MessageBrokerCategoryGetCommand.js → Cache_SetDerivativeCommand.js} +17 -6
- package/dist/command/Cache_SetDerivativeCommand.js.map +1 -0
- package/dist/command/CloudCommand.js +5 -1
- package/dist/command/CloudCommand.js.map +1 -1
- package/dist/command/CloudCreateCommand.js +2 -2
- package/dist/command/CloudCreateCommand.js.map +1 -1
- package/dist/command/CloudSetCollectiveCommand.d.ts +5 -0
- package/dist/command/CloudSetCollectiveCommand.js +58 -0
- package/dist/command/CloudSetCollectiveCommand.js.map +1 -0
- package/dist/command/CloudUpdateCommand.js +2 -2
- package/dist/command/CloudUpdateCommand.js.map +1 -1
- package/dist/command/{MessageBrokerCreateCommand.d.ts → Cloud_SetDerivativeCommand.d.ts} +1 -1
- package/dist/command/{MessageBrokerCategoryDeleteCommand.js → Cloud_SetDerivativeCommand.js} +17 -6
- package/dist/command/Cloud_SetDerivativeCommand.js.map +1 -0
- package/dist/command/DatabaseCommand.js +5 -1
- package/dist/command/DatabaseCommand.js.map +1 -1
- package/dist/command/DatabaseCreateCommand.js +2 -2
- package/dist/command/DatabaseCreateCommand.js.map +1 -1
- package/dist/command/{MessageBrokerFieldGetCommand.d.ts → DatabaseSetCollectiveCommand.d.ts} +1 -1
- package/dist/command/DatabaseSetCollectiveCommand.js +58 -0
- package/dist/command/DatabaseSetCollectiveCommand.js.map +1 -0
- package/dist/command/DatabaseUpdateCommand.js +2 -2
- package/dist/command/DatabaseUpdateCommand.js.map +1 -1
- package/dist/command/{MessageBrokerTagCreateCommand.d.ts → Database_SetDerivativeCommand.d.ts} +1 -1
- package/dist/command/Database_SetDerivativeCommand.js +49 -0
- package/dist/command/Database_SetDerivativeCommand.js.map +1 -0
- package/dist/command/{MessageBrokerTagCommand.d.ts → DockerCategoryCommand.d.ts} +1 -1
- package/dist/command/DockerCategoryCommand.js +21 -0
- package/dist/command/DockerCategoryCommand.js.map +1 -0
- package/dist/command/{MessageBrokerTagListCommand.d.ts → DockerCategoryCreateCommand.d.ts} +1 -1
- package/dist/command/{MessageBrokerCategoryCreateCommand.js → DockerCategoryCreateCommand.js} +5 -5
- package/dist/command/DockerCategoryCreateCommand.js.map +1 -0
- package/dist/command/DockerCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerTagGetCommand.js → DockerCategoryDeleteCommand.js} +5 -5
- package/dist/command/DockerCategoryDeleteCommand.js.map +1 -0
- package/dist/command/{MessageBrokerListCommand.d.ts → DockerCategoryGetCommand.d.ts} +1 -1
- package/dist/command/{MessageBrokerDeleteCommand.js → DockerCategoryGetCommand.js} +5 -5
- package/dist/command/DockerCategoryGetCommand.js.map +1 -0
- package/dist/command/DockerCategoryListCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerFieldListCommand.js → DockerCategoryListCommand.js} +5 -5
- package/dist/command/DockerCategoryListCommand.js.map +1 -0
- package/dist/command/{MessageBrokerCommand.d.ts → DockerCommand.d.ts} +1 -1
- package/dist/command/DockerCommand.js +27 -0
- package/dist/command/DockerCommand.js.map +1 -0
- package/dist/command/DockerCreateCommand.d.ts +5 -0
- package/dist/command/DockerCreateCommand.js +112 -0
- package/dist/command/DockerCreateCommand.js.map +1 -0
- package/dist/command/DockerDeleteCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerGetCommand.js → DockerDeleteCommand.js} +5 -5
- package/dist/command/DockerDeleteCommand.js.map +1 -0
- package/dist/command/{MessageBrokerFieldCommand.d.ts → DockerFieldCommand.d.ts} +1 -1
- package/dist/command/DockerFieldCommand.js +23 -0
- package/dist/command/DockerFieldCommand.js.map +1 -0
- package/dist/command/DockerFieldCreateCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerFieldCreateCommand.js → DockerFieldCreateCommand.js} +5 -5
- package/dist/command/DockerFieldCreateCommand.js.map +1 -0
- package/dist/command/DockerFieldDeleteCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerFieldGetCommand.js → DockerFieldDeleteCommand.js} +5 -5
- package/dist/command/DockerFieldDeleteCommand.js.map +1 -0
- package/dist/command/DockerFieldGetCommand.d.ts +5 -0
- package/dist/command/DockerFieldGetCommand.js +38 -0
- package/dist/command/DockerFieldGetCommand.js.map +1 -0
- package/dist/command/DockerFieldListCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerListCommand.js → DockerFieldListCommand.js} +5 -5
- package/dist/command/DockerFieldListCommand.js.map +1 -0
- package/dist/command/DockerFieldUpdateCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerFieldUpdateCommand.js → DockerFieldUpdateCommand.js} +5 -5
- package/dist/command/DockerFieldUpdateCommand.js.map +1 -0
- package/dist/command/DockerGetCommand.d.ts +5 -0
- package/dist/command/DockerGetCommand.js +38 -0
- package/dist/command/DockerGetCommand.js.map +1 -0
- package/dist/command/DockerListCommand.d.ts +5 -0
- package/dist/command/DockerListCommand.js +38 -0
- package/dist/command/DockerListCommand.js.map +1 -0
- package/dist/command/{MessageBrokerDeleteCommand.d.ts → DockerSetCollectiveCommand.d.ts} +1 -1
- package/dist/command/DockerSetCollectiveCommand.js +58 -0
- package/dist/command/DockerSetCollectiveCommand.js.map +1 -0
- package/dist/command/{MessageBrokerCategoryCommand.d.ts → DockerTagCommand.d.ts} +1 -1
- package/dist/command/DockerTagCommand.js +23 -0
- package/dist/command/DockerTagCommand.js.map +1 -0
- package/dist/command/DockerTagCreateCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerTagCreateCommand.js → DockerTagCreateCommand.js} +5 -5
- package/dist/command/DockerTagCreateCommand.js.map +1 -0
- package/dist/command/DockerTagDeleteCommand.d.ts +5 -0
- package/dist/command/DockerTagDeleteCommand.js +38 -0
- package/dist/command/DockerTagDeleteCommand.js.map +1 -0
- package/dist/command/DockerTagGetCommand.d.ts +5 -0
- package/dist/command/DockerTagGetCommand.js +38 -0
- package/dist/command/DockerTagGetCommand.js.map +1 -0
- package/dist/command/DockerTagListCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerCategoryListCommand.js → DockerTagListCommand.js} +5 -5
- package/dist/command/DockerTagListCommand.js.map +1 -0
- package/dist/command/DockerTagUpdateCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerTagUpdateCommand.js → DockerTagUpdateCommand.js} +5 -5
- package/dist/command/DockerTagUpdateCommand.js.map +1 -0
- package/dist/command/DockerUpdateCommand.d.ts +5 -0
- package/dist/command/DockerUpdateCommand.js +112 -0
- package/dist/command/DockerUpdateCommand.js.map +1 -0
- package/dist/command/Docker_SetDerivativeCommand.d.ts +5 -0
- package/dist/command/Docker_SetDerivativeCommand.js +49 -0
- package/dist/command/Docker_SetDerivativeCommand.js.map +1 -0
- package/dist/command/EnvironmentCommand.js +1 -1
- package/dist/command/EnvironmentCommand.js.map +1 -1
- package/dist/command/EnvironmentCreateCommand.js +1 -1
- package/dist/command/EnvironmentCreateCommand.js.map +1 -1
- package/dist/command/EnvironmentUpdateCommand.js +1 -1
- package/dist/command/EnvironmentUpdateCommand.js.map +1 -1
- package/dist/command/IncidentCommand.js +1 -1
- package/dist/command/IncidentCommand.js.map +1 -1
- package/dist/command/KubernetesCommand.js +5 -1
- package/dist/command/KubernetesCommand.js.map +1 -1
- package/dist/command/KubernetesCreateCommand.js +2 -2
- package/dist/command/KubernetesCreateCommand.js.map +1 -1
- package/dist/command/{MessageBrokerFieldListCommand.d.ts → KubernetesSetCollectiveCommand.d.ts} +1 -1
- package/dist/command/KubernetesSetCollectiveCommand.js +58 -0
- package/dist/command/KubernetesSetCollectiveCommand.js.map +1 -0
- package/dist/command/KubernetesUpdateCommand.js +2 -2
- package/dist/command/KubernetesUpdateCommand.js.map +1 -1
- package/dist/command/{MessageBrokerFieldCreateCommand.d.ts → Kubernetes_SetDerivativeCommand.d.ts} +1 -1
- package/dist/command/{MessageBrokerFieldDeleteCommand.js → Kubernetes_SetDerivativeCommand.js} +17 -6
- package/dist/command/Kubernetes_SetDerivativeCommand.js.map +1 -0
- package/dist/command/MessagingCategoryCommand.d.ts +4 -0
- package/dist/command/MessagingCategoryCommand.js +21 -0
- package/dist/command/MessagingCategoryCommand.js.map +1 -0
- package/dist/command/MessagingCategoryCreateCommand.d.ts +5 -0
- package/dist/command/MessagingCategoryCreateCommand.js +58 -0
- package/dist/command/MessagingCategoryCreateCommand.js.map +1 -0
- package/dist/command/MessagingCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerTagDeleteCommand.js → MessagingCategoryDeleteCommand.js} +5 -5
- package/dist/command/MessagingCategoryDeleteCommand.js.map +1 -0
- package/dist/command/MessagingCategoryGetCommand.d.ts +5 -0
- package/dist/command/MessagingCategoryGetCommand.js +38 -0
- package/dist/command/MessagingCategoryGetCommand.js.map +1 -0
- package/dist/command/MessagingCategoryListCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerTagListCommand.js → MessagingCategoryListCommand.js} +5 -5
- package/dist/command/MessagingCategoryListCommand.js.map +1 -0
- package/dist/command/MessagingCommand.d.ts +4 -0
- package/dist/command/MessagingCommand.js +27 -0
- package/dist/command/MessagingCommand.js.map +1 -0
- package/dist/command/MessagingCreateCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerCreateCommand.js → MessagingCreateCommand.js} +11 -11
- package/dist/command/MessagingCreateCommand.js.map +1 -0
- package/dist/command/MessagingDeleteCommand.d.ts +5 -0
- package/dist/command/MessagingDeleteCommand.js +38 -0
- package/dist/command/MessagingDeleteCommand.js.map +1 -0
- package/dist/command/MessagingFieldCommand.d.ts +4 -0
- package/dist/command/MessagingFieldCommand.js +23 -0
- package/dist/command/MessagingFieldCommand.js.map +1 -0
- package/dist/command/MessagingFieldCreateCommand.d.ts +5 -0
- package/dist/command/MessagingFieldCreateCommand.js +67 -0
- package/dist/command/MessagingFieldCreateCommand.js.map +1 -0
- package/dist/command/MessagingFieldDeleteCommand.d.ts +5 -0
- package/dist/command/MessagingFieldDeleteCommand.js +38 -0
- package/dist/command/MessagingFieldDeleteCommand.js.map +1 -0
- package/dist/command/MessagingFieldGetCommand.d.ts +5 -0
- package/dist/command/MessagingFieldGetCommand.js +38 -0
- package/dist/command/MessagingFieldGetCommand.js.map +1 -0
- package/dist/command/MessagingFieldListCommand.d.ts +5 -0
- package/dist/command/MessagingFieldListCommand.js +38 -0
- package/dist/command/MessagingFieldListCommand.js.map +1 -0
- package/dist/command/MessagingFieldUpdateCommand.d.ts +5 -0
- package/dist/command/MessagingFieldUpdateCommand.js +67 -0
- package/dist/command/MessagingFieldUpdateCommand.js.map +1 -0
- package/dist/command/MessagingGetCommand.d.ts +5 -0
- package/dist/command/MessagingGetCommand.js +38 -0
- package/dist/command/MessagingGetCommand.js.map +1 -0
- package/dist/command/MessagingListCommand.d.ts +5 -0
- package/dist/command/MessagingListCommand.js +38 -0
- package/dist/command/MessagingListCommand.js.map +1 -0
- package/dist/command/{MessageBrokerTagDeleteCommand.d.ts → MessagingSetCollectiveCommand.d.ts} +1 -1
- package/dist/command/MessagingSetCollectiveCommand.js +58 -0
- package/dist/command/MessagingSetCollectiveCommand.js.map +1 -0
- package/dist/command/MessagingTagCommand.d.ts +4 -0
- package/dist/command/MessagingTagCommand.js +23 -0
- package/dist/command/MessagingTagCommand.js.map +1 -0
- package/dist/command/MessagingTagCreateCommand.d.ts +5 -0
- package/dist/command/MessagingTagCreateCommand.js +67 -0
- package/dist/command/MessagingTagCreateCommand.js.map +1 -0
- package/dist/command/MessagingTagDeleteCommand.d.ts +5 -0
- package/dist/command/MessagingTagDeleteCommand.js +38 -0
- package/dist/command/MessagingTagDeleteCommand.js.map +1 -0
- package/dist/command/MessagingTagGetCommand.d.ts +5 -0
- package/dist/command/MessagingTagGetCommand.js +38 -0
- package/dist/command/MessagingTagGetCommand.js.map +1 -0
- package/dist/command/{MessageBrokerGetCommand.d.ts → MessagingTagListCommand.d.ts} +1 -1
- package/dist/command/MessagingTagListCommand.js +38 -0
- package/dist/command/MessagingTagListCommand.js.map +1 -0
- package/dist/command/MessagingTagUpdateCommand.d.ts +5 -0
- package/dist/command/MessagingTagUpdateCommand.js +67 -0
- package/dist/command/MessagingTagUpdateCommand.js.map +1 -0
- package/dist/command/MessagingUpdateCommand.d.ts +5 -0
- package/dist/command/{MessageBrokerUpdateCommand.js → MessagingUpdateCommand.js} +11 -11
- package/dist/command/MessagingUpdateCommand.js.map +1 -0
- package/dist/command/Messaging_SetDerivativeCommand.d.ts +5 -0
- package/dist/command/Messaging_SetDerivativeCommand.js +49 -0
- package/dist/command/Messaging_SetDerivativeCommand.js.map +1 -0
- package/dist/command/MetricCommand.js +5 -1
- package/dist/command/MetricCommand.js.map +1 -1
- package/dist/command/MetricCreateCommand.js +1 -1
- package/dist/command/MetricCreateCommand.js.map +1 -1
- package/dist/command/{MessageBrokerUpdateCommand.d.ts → MetricSetCollectiveCommand.d.ts} +1 -1
- package/dist/command/MetricSetCollectiveCommand.js +58 -0
- package/dist/command/MetricSetCollectiveCommand.js.map +1 -0
- package/dist/command/MetricUpdateCommand.js +1 -1
- package/dist/command/MetricUpdateCommand.js.map +1 -1
- package/dist/command/Metric_SetDerivativeCommand.d.ts +5 -0
- package/dist/command/Metric_SetDerivativeCommand.js +49 -0
- package/dist/command/Metric_SetDerivativeCommand.js.map +1 -0
- package/dist/command/MonitorCommand.js +1 -1
- package/dist/command/MonitorCommand.js.map +1 -1
- package/dist/command/MonitorCreateCommand.js +5 -5
- package/dist/command/MonitorCreateCommand.js.map +1 -1
- package/dist/command/MonitorResultCommand.js +11 -2
- package/dist/command/MonitorResultCommand.js.map +1 -1
- package/dist/command/MonitorUpdateCommand.js +5 -5
- package/dist/command/MonitorUpdateCommand.js.map +1 -1
- package/dist/command/ProjectCommand.js +1 -1
- package/dist/command/ProjectCommand.js.map +1 -1
- package/dist/command/ProjectCreateCommand.js +1 -1
- package/dist/command/ProjectCreateCommand.js.map +1 -1
- package/dist/command/ProjectUpdateCommand.js +1 -1
- package/dist/command/ProjectUpdateCommand.js.map +1 -1
- package/dist/command/ServerCommand.js +5 -1
- package/dist/command/ServerCommand.js.map +1 -1
- package/dist/command/ServerCreateCommand.js +2 -2
- package/dist/command/ServerCreateCommand.js.map +1 -1
- package/dist/command/ServerSetCollectiveCommand.d.ts +5 -0
- package/dist/command/ServerSetCollectiveCommand.js +58 -0
- package/dist/command/ServerSetCollectiveCommand.js.map +1 -0
- package/dist/command/ServerUpdateCommand.js +2 -2
- package/dist/command/ServerUpdateCommand.js.map +1 -1
- package/dist/command/Server_SetDerivativeCommand.d.ts +5 -0
- package/dist/command/Server_SetDerivativeCommand.js +49 -0
- package/dist/command/Server_SetDerivativeCommand.js.map +1 -0
- package/dist/command/StreamingCategoryCommand.d.ts +4 -0
- package/dist/command/StreamingCategoryCommand.js +21 -0
- package/dist/command/StreamingCategoryCommand.js.map +1 -0
- package/dist/command/StreamingCategoryCreateCommand.d.ts +5 -0
- package/dist/command/StreamingCategoryCreateCommand.js +58 -0
- package/dist/command/StreamingCategoryCreateCommand.js.map +1 -0
- package/dist/command/StreamingCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/StreamingCategoryDeleteCommand.js +38 -0
- package/dist/command/StreamingCategoryDeleteCommand.js.map +1 -0
- package/dist/command/StreamingCategoryGetCommand.d.ts +5 -0
- package/dist/command/StreamingCategoryGetCommand.js +38 -0
- package/dist/command/StreamingCategoryGetCommand.js.map +1 -0
- package/dist/command/StreamingCategoryListCommand.d.ts +5 -0
- package/dist/command/StreamingCategoryListCommand.js +38 -0
- package/dist/command/StreamingCategoryListCommand.js.map +1 -0
- package/dist/command/StreamingCommand.d.ts +4 -0
- package/dist/command/StreamingCommand.js +27 -0
- package/dist/command/StreamingCommand.js.map +1 -0
- package/dist/command/StreamingCreateCommand.d.ts +5 -0
- package/dist/command/StreamingCreateCommand.js +139 -0
- package/dist/command/StreamingCreateCommand.js.map +1 -0
- package/dist/command/StreamingDeleteCommand.d.ts +5 -0
- package/dist/command/StreamingDeleteCommand.js +38 -0
- package/dist/command/StreamingDeleteCommand.js.map +1 -0
- package/dist/command/StreamingFieldCommand.d.ts +4 -0
- package/dist/command/StreamingFieldCommand.js +23 -0
- package/dist/command/StreamingFieldCommand.js.map +1 -0
- package/dist/command/StreamingFieldCreateCommand.d.ts +5 -0
- package/dist/command/StreamingFieldCreateCommand.js +67 -0
- package/dist/command/StreamingFieldCreateCommand.js.map +1 -0
- package/dist/command/StreamingFieldDeleteCommand.d.ts +5 -0
- package/dist/command/StreamingFieldDeleteCommand.js +38 -0
- package/dist/command/StreamingFieldDeleteCommand.js.map +1 -0
- package/dist/command/StreamingFieldGetCommand.d.ts +5 -0
- package/dist/command/StreamingFieldGetCommand.js +38 -0
- package/dist/command/StreamingFieldGetCommand.js.map +1 -0
- package/dist/command/StreamingFieldListCommand.d.ts +5 -0
- package/dist/command/StreamingFieldListCommand.js +38 -0
- package/dist/command/StreamingFieldListCommand.js.map +1 -0
- package/dist/command/StreamingFieldUpdateCommand.d.ts +5 -0
- package/dist/command/StreamingFieldUpdateCommand.js +67 -0
- package/dist/command/StreamingFieldUpdateCommand.js.map +1 -0
- package/dist/command/StreamingGetCommand.d.ts +5 -0
- package/dist/command/StreamingGetCommand.js +38 -0
- package/dist/command/StreamingGetCommand.js.map +1 -0
- package/dist/command/StreamingListCommand.d.ts +5 -0
- package/dist/command/StreamingListCommand.js +38 -0
- package/dist/command/StreamingListCommand.js.map +1 -0
- package/dist/command/{MessageBrokerTagUpdateCommand.d.ts → StreamingSetCollectiveCommand.d.ts} +1 -1
- package/dist/command/StreamingSetCollectiveCommand.js +58 -0
- package/dist/command/StreamingSetCollectiveCommand.js.map +1 -0
- package/dist/command/StreamingTagCommand.d.ts +4 -0
- package/dist/command/StreamingTagCommand.js +23 -0
- package/dist/command/StreamingTagCommand.js.map +1 -0
- package/dist/command/StreamingTagCreateCommand.d.ts +5 -0
- package/dist/command/StreamingTagCreateCommand.js +67 -0
- package/dist/command/StreamingTagCreateCommand.js.map +1 -0
- package/dist/command/StreamingTagDeleteCommand.d.ts +5 -0
- package/dist/command/StreamingTagDeleteCommand.js +38 -0
- package/dist/command/StreamingTagDeleteCommand.js.map +1 -0
- package/dist/command/StreamingTagGetCommand.d.ts +5 -0
- package/dist/command/StreamingTagGetCommand.js +38 -0
- package/dist/command/StreamingTagGetCommand.js.map +1 -0
- package/dist/command/StreamingTagListCommand.d.ts +5 -0
- package/dist/command/StreamingTagListCommand.js +38 -0
- package/dist/command/StreamingTagListCommand.js.map +1 -0
- package/dist/command/StreamingTagUpdateCommand.d.ts +5 -0
- package/dist/command/StreamingTagUpdateCommand.js +67 -0
- package/dist/command/StreamingTagUpdateCommand.js.map +1 -0
- package/dist/command/StreamingUpdateCommand.d.ts +5 -0
- package/dist/command/StreamingUpdateCommand.js +139 -0
- package/dist/command/StreamingUpdateCommand.js.map +1 -0
- package/dist/command/Streaming_SetDerivativeCommand.d.ts +5 -0
- package/dist/command/Streaming_SetDerivativeCommand.js +49 -0
- package/dist/command/Streaming_SetDerivativeCommand.js.map +1 -0
- package/dist/command/cli.js +33 -17
- package/dist/command/cli.js.map +1 -1
- package/dist/enum/DockerCloud.d.ts +6 -0
- package/dist/enum/DockerCloud.js +11 -0
- package/dist/enum/DockerCloud.js.map +1 -0
- package/dist/enum/{MessageBrokerConnectType.d.ts → MessagingConnectType.d.ts} +1 -1
- package/dist/enum/MessagingConnectType.js +10 -0
- package/dist/enum/MessagingConnectType.js.map +1 -0
- package/dist/enum/{MessageBrokerType.d.ts → MessagingType.d.ts} +1 -1
- package/dist/enum/MessagingType.js +9 -0
- package/dist/enum/MessagingType.js.map +1 -0
- package/dist/enum/MonitorType.d.ts +1 -1
- package/dist/enum/MonitorType.js +1 -1
- package/dist/enum/MonitorType.js.map +1 -1
- package/dist/enum/StreamingConnectType.d.ts +5 -0
- package/dist/enum/StreamingConnectType.js +10 -0
- package/dist/enum/StreamingConnectType.js.map +1 -0
- package/dist/enum/StreamingType.d.ts +4 -0
- package/dist/enum/StreamingType.js +9 -0
- package/dist/enum/StreamingType.js.map +1 -0
- package/dist/index.d.ts +129 -38
- package/dist/index.js +129 -38
- package/dist/index.js.map +1 -1
- package/dist/meta/CacheMetaTable.d.ts +2 -0
- package/dist/meta/CacheMetaTable.js +3 -1
- package/dist/meta/CacheMetaTable.js.map +1 -1
- package/dist/meta/CloudMetaTable.d.ts +2 -0
- package/dist/meta/CloudMetaTable.js +3 -1
- package/dist/meta/CloudMetaTable.js.map +1 -1
- package/dist/meta/DatabaseMetaTable.d.ts +2 -0
- package/dist/meta/DatabaseMetaTable.js +3 -1
- package/dist/meta/DatabaseMetaTable.js.map +1 -1
- package/dist/meta/IncidentMetaTable.d.ts +22 -0
- package/dist/meta/IncidentMetaTable.js +47 -0
- package/dist/meta/IncidentMetaTable.js.map +1 -0
- package/dist/meta/KubernetesMetaTable.d.ts +2 -0
- package/dist/meta/KubernetesMetaTable.js +3 -1
- package/dist/meta/KubernetesMetaTable.js.map +1 -1
- package/dist/meta/{MessageBrokerCategoryMetaTable.d.ts → MessagingCategoryMetaTable.d.ts} +2 -2
- package/dist/meta/{MessageBrokerCategoryMetaTable.js → MessagingCategoryMetaTable.js} +7 -7
- package/dist/meta/MessagingCategoryMetaTable.js.map +1 -0
- package/dist/meta/{MessageBrokerFieldMetaTable.d.ts → MessagingFieldMetaTable.d.ts} +2 -2
- package/dist/meta/{MessageBrokerFieldMetaTable.js → MessagingFieldMetaTable.js} +7 -7
- package/dist/meta/MessagingFieldMetaTable.js.map +1 -0
- package/dist/meta/{MessageBrokerMetaTable.d.ts → MessagingMetaTable.d.ts} +5 -3
- package/dist/meta/{MessageBrokerMetaTable.js → MessagingMetaTable.js} +11 -9
- package/dist/meta/MessagingMetaTable.js.map +1 -0
- package/dist/meta/{MessageBrokerTagMetaTable.d.ts → MessagingTagMetaTable.d.ts} +2 -2
- package/dist/meta/{MessageBrokerTagMetaTable.js → MessagingTagMetaTable.js} +7 -7
- package/dist/meta/MessagingTagMetaTable.js.map +1 -0
- package/dist/meta/MetricMetaTable.d.ts +2 -0
- package/dist/meta/MetricMetaTable.js +2 -0
- package/dist/meta/MetricMetaTable.js.map +1 -1
- package/dist/meta/MonitorMetaTable.d.ts +1 -1
- package/dist/meta/MonitorMetaTable.js +1 -1
- package/dist/meta/MonitorMetaTable.js.map +1 -1
- package/dist/meta/NamirasoftInfraMetaDatabase.d.ts +26 -16
- package/dist/meta/NamirasoftInfraMetaDatabase.js +27 -17
- package/dist/meta/NamirasoftInfraMetaDatabase.js.map +1 -1
- package/dist/meta/ServerMetaTable.d.ts +2 -0
- package/dist/meta/ServerMetaTable.js +3 -1
- package/dist/meta/ServerMetaTable.js.map +1 -1
- package/dist/meta/StreamingCategoryMetaTable.d.ts +15 -0
- package/dist/meta/StreamingCategoryMetaTable.js +39 -0
- package/dist/meta/StreamingCategoryMetaTable.js.map +1 -0
- package/dist/meta/StreamingFieldMetaTable.d.ts +16 -0
- package/dist/meta/StreamingFieldMetaTable.js +39 -0
- package/dist/meta/StreamingFieldMetaTable.js.map +1 -0
- package/dist/meta/StreamingMetaTable.d.ts +26 -0
- package/dist/meta/StreamingMetaTable.js +49 -0
- package/dist/meta/StreamingMetaTable.js.map +1 -0
- package/dist/meta/StreamingTagMetaTable.d.ts +16 -0
- package/dist/meta/StreamingTagMetaTable.js +39 -0
- package/dist/meta/StreamingTagMetaTable.js.map +1 -0
- package/dist/row/AlertInputRow.d.ts +1 -1
- package/dist/row/CacheInputRow.d.ts +2 -2
- package/dist/row/CacheRow.d.ts +3 -1
- package/dist/row/CloudInputRow.d.ts +2 -2
- package/dist/row/CloudRow.d.ts +3 -1
- package/dist/row/DatabaseInputRow.d.ts +2 -2
- package/dist/row/DatabaseRow.d.ts +3 -1
- package/dist/row/{MessageBrokerCategoryRow.d.ts → DockerCategoryRow.d.ts} +1 -1
- package/dist/row/{MessageBrokerTagRow.js → DockerCategoryRow.js} +1 -1
- package/dist/row/DockerCategoryRow.js.map +1 -0
- package/dist/row/{MessageBrokerFieldRow.d.ts → DockerFieldRow.d.ts} +1 -1
- package/dist/row/{MessageBrokerRow.js → DockerFieldRow.js} +1 -1
- package/dist/row/DockerFieldRow.js.map +1 -0
- package/dist/row/DockerInputRow.d.ts +11 -0
- package/dist/row/{MessageBrokerFieldRow.js → DockerInputRow.js} +1 -1
- package/dist/row/DockerInputRow.js.map +1 -0
- package/dist/row/DockerRow.d.ts +21 -0
- package/dist/row/{MessageBrokerInputRow.js → DockerRow.js} +1 -1
- package/dist/row/DockerRow.js.map +1 -0
- package/dist/row/{MessageBrokerTagRow.d.ts → DockerTagRow.d.ts} +1 -1
- package/dist/row/DockerTagRow.js +3 -0
- package/dist/row/DockerTagRow.js.map +1 -0
- package/dist/row/EnvironmentInputRow.d.ts +1 -1
- package/dist/row/IncidentRow.d.ts +6 -6
- package/dist/row/KubernetesInputRow.d.ts +2 -2
- package/dist/row/KubernetesRow.d.ts +3 -1
- package/dist/row/MessagingCategoryRow.d.ts +8 -0
- package/dist/row/MessagingCategoryRow.js +3 -0
- package/dist/row/MessagingCategoryRow.js.map +1 -0
- package/dist/row/MessagingFieldRow.d.ts +9 -0
- package/dist/row/MessagingFieldRow.js +3 -0
- package/dist/row/MessagingFieldRow.js.map +1 -0
- package/dist/row/MessagingInputRow.d.ts +15 -0
- package/dist/row/MessagingInputRow.js +3 -0
- package/dist/row/MessagingInputRow.js.map +1 -0
- package/dist/row/MessagingRow.d.ts +21 -0
- package/dist/row/MessagingRow.js +3 -0
- package/dist/row/MessagingRow.js.map +1 -0
- package/dist/row/MessagingTagRow.d.ts +9 -0
- package/dist/row/MessagingTagRow.js +3 -0
- package/dist/row/MessagingTagRow.js.map +1 -0
- package/dist/row/MetricInputRow.d.ts +1 -1
- package/dist/row/MetricRow.d.ts +2 -0
- package/dist/row/MonitorInputRow.d.ts +2 -2
- package/dist/row/MonitorResultTypeRow.d.ts +7 -0
- package/dist/row/MonitorResultTypeRow.js +3 -0
- package/dist/row/MonitorResultTypeRow.js.map +1 -0
- package/dist/row/MonitorRow.d.ts +1 -1
- package/dist/row/ProjectInputRow.d.ts +1 -1
- package/dist/row/ServerInputRow.d.ts +2 -2
- package/dist/row/ServerRow.d.ts +3 -1
- package/dist/row/StreamingCategoryRow.d.ts +8 -0
- package/dist/row/StreamingCategoryRow.js +3 -0
- package/dist/row/StreamingCategoryRow.js.map +1 -0
- package/dist/row/StreamingFieldRow.d.ts +9 -0
- package/dist/row/StreamingFieldRow.js +3 -0
- package/dist/row/StreamingFieldRow.js.map +1 -0
- package/dist/row/StreamingInputRow.d.ts +15 -0
- package/dist/row/StreamingInputRow.js +3 -0
- package/dist/row/StreamingInputRow.js.map +1 -0
- package/dist/row/StreamingRow.d.ts +21 -0
- package/dist/row/StreamingRow.js +3 -0
- package/dist/row/StreamingRow.js.map +1 -0
- package/dist/row/StreamingTagRow.d.ts +9 -0
- package/dist/row/StreamingTagRow.js +3 -0
- package/dist/row/StreamingTagRow.js.map +1 -0
- package/logo.png +0 -0
- package/package.json +2 -2
- package/src/NamirasoftInfraServer.ts +55 -31
- package/src/NamirasoftInfraServerAlert.ts +9 -9
- package/src/NamirasoftInfraServerCache.ts +20 -6
- package/src/NamirasoftInfraServerCloud.ts +20 -6
- package/src/NamirasoftInfraServerDatabase.ts +20 -6
- package/src/NamirasoftInfraServerDocker.ts +85 -0
- package/src/{NamirasoftInfraServerMessageBrokerCategory.ts → NamirasoftInfraServerDockerCategory.ts} +12 -12
- package/src/{NamirasoftInfraServerMessageBrokerField.ts → NamirasoftInfraServerDockerField.ts} +15 -15
- package/src/{NamirasoftInfraServerMessageBrokerTag.ts → NamirasoftInfraServerDockerTag.ts} +15 -15
- package/src/NamirasoftInfraServerEnvironment.ts +9 -9
- package/src/NamirasoftInfraServerIncident.ts +7 -7
- package/src/NamirasoftInfraServerKubernetes.ts +20 -6
- package/src/NamirasoftInfraServerMessaging.ts +85 -0
- package/src/NamirasoftInfraServerMessagingCategory.ts +64 -0
- package/src/{NamirasoftInfraServerMessageBroker.ts → NamirasoftInfraServerMessagingField.ts} +22 -22
- package/src/NamirasoftInfraServerMessagingTag.ts +71 -0
- package/src/NamirasoftInfraServerMetric.ts +20 -6
- package/src/NamirasoftInfraServerMonitor.ts +18 -11
- package/src/NamirasoftInfraServerProject.ts +9 -9
- package/src/NamirasoftInfraServerServer.ts +20 -6
- package/src/NamirasoftInfraServerStreaming.ts +85 -0
- package/src/NamirasoftInfraServerStreamingCategory.ts +64 -0
- package/src/NamirasoftInfraServerStreamingField.ts +71 -0
- package/src/NamirasoftInfraServerStreamingTag.ts +71 -0
- package/src/command/AlertCommand.ts +1 -1
- package/src/command/AlertCreateCommand.ts +1 -1
- package/src/command/AlertUpdateCommand.ts +1 -1
- package/src/command/CacheCommand.ts +5 -1
- package/src/command/CacheCreateCommand.ts +2 -2
- package/src/command/CacheSetCollectiveCommand.ts +65 -0
- package/src/command/CacheUpdateCommand.ts +2 -2
- package/src/command/{MessageBrokerCategoryGetCommand.ts → Cache_SetDerivativeCommand.ts} +14 -3
- package/src/command/CloudCommand.ts +5 -1
- package/src/command/CloudCreateCommand.ts +2 -2
- package/src/command/CloudSetCollectiveCommand.ts +65 -0
- package/src/command/CloudUpdateCommand.ts +2 -2
- package/src/command/Cloud_SetDerivativeCommand.ts +56 -0
- package/src/command/DatabaseCommand.ts +5 -1
- package/src/command/DatabaseCreateCommand.ts +2 -2
- package/src/command/DatabaseSetCollectiveCommand.ts +65 -0
- package/src/command/DatabaseUpdateCommand.ts +2 -2
- package/src/command/Database_SetDerivativeCommand.ts +56 -0
- package/src/command/{MessageBrokerCategoryCommand.ts → DockerCategoryCommand.ts} +9 -9
- package/src/command/{MessageBrokerCategoryCreateCommand.ts → DockerCategoryCreateCommand.ts} +2 -2
- package/src/command/{MessageBrokerTagGetCommand.ts → DockerCategoryDeleteCommand.ts} +2 -2
- package/src/command/{MessageBrokerDeleteCommand.ts → DockerCategoryGetCommand.ts} +2 -2
- package/src/command/{MessageBrokerFieldListCommand.ts → DockerCategoryListCommand.ts} +2 -2
- package/src/command/DockerCommand.ts +44 -0
- package/src/command/DockerCreateCommand.ts +119 -0
- package/src/command/{MessageBrokerGetCommand.ts → DockerDeleteCommand.ts} +2 -2
- package/src/command/{MessageBrokerCommand.ts → DockerFieldCommand.ts} +11 -11
- package/src/command/{MessageBrokerFieldCreateCommand.ts → DockerFieldCreateCommand.ts} +2 -2
- package/src/command/{MessageBrokerFieldGetCommand.ts → DockerFieldDeleteCommand.ts} +2 -2
- package/src/command/DockerFieldGetCommand.ts +45 -0
- package/src/command/{MessageBrokerListCommand.ts → DockerFieldListCommand.ts} +2 -2
- package/src/command/{MessageBrokerFieldUpdateCommand.ts → DockerFieldUpdateCommand.ts} +2 -2
- package/src/command/DockerGetCommand.ts +45 -0
- package/src/command/{MessageBrokerCategoryListCommand.ts → DockerListCommand.ts} +2 -2
- package/src/command/DockerSetCollectiveCommand.ts +65 -0
- package/src/command/{MessageBrokerTagCommand.ts → DockerTagCommand.ts} +11 -11
- package/src/command/{MessageBrokerTagCreateCommand.ts → DockerTagCreateCommand.ts} +2 -2
- package/src/command/DockerTagDeleteCommand.ts +45 -0
- package/src/command/DockerTagGetCommand.ts +45 -0
- package/src/command/DockerTagListCommand.ts +45 -0
- package/src/command/{MessageBrokerTagUpdateCommand.ts → DockerTagUpdateCommand.ts} +2 -2
- package/src/command/DockerUpdateCommand.ts +119 -0
- package/src/command/Docker_SetDerivativeCommand.ts +56 -0
- package/src/command/EnvironmentCommand.ts +1 -1
- package/src/command/EnvironmentCreateCommand.ts +1 -1
- package/src/command/EnvironmentUpdateCommand.ts +1 -1
- package/src/command/IncidentCommand.ts +1 -1
- package/src/command/KubernetesCommand.ts +5 -1
- package/src/command/KubernetesCreateCommand.ts +2 -2
- package/src/command/KubernetesSetCollectiveCommand.ts +65 -0
- package/src/command/KubernetesUpdateCommand.ts +2 -2
- package/src/command/{MessageBrokerFieldDeleteCommand.ts → Kubernetes_SetDerivativeCommand.ts} +14 -3
- package/src/command/{MessageBrokerFieldCommand.ts → MessagingCategoryCommand.ts} +9 -11
- package/src/command/MessagingCategoryCreateCommand.ts +65 -0
- package/src/command/{MessageBrokerTagDeleteCommand.ts → MessagingCategoryDeleteCommand.ts} +2 -2
- package/src/command/MessagingCategoryGetCommand.ts +45 -0
- package/src/command/{MessageBrokerTagListCommand.ts → MessagingCategoryListCommand.ts} +2 -2
- package/src/command/MessagingCommand.ts +44 -0
- package/src/command/{MessageBrokerCreateCommand.ts → MessagingCreateCommand.ts} +8 -8
- package/src/command/MessagingDeleteCommand.ts +45 -0
- package/src/command/MessagingFieldCommand.ts +40 -0
- package/src/command/MessagingFieldCreateCommand.ts +74 -0
- package/src/command/MessagingFieldDeleteCommand.ts +45 -0
- package/src/command/MessagingFieldGetCommand.ts +45 -0
- package/src/command/MessagingFieldListCommand.ts +45 -0
- package/src/command/MessagingFieldUpdateCommand.ts +74 -0
- package/src/command/MessagingGetCommand.ts +45 -0
- package/src/command/MessagingListCommand.ts +45 -0
- package/src/command/MessagingSetCollectiveCommand.ts +65 -0
- package/src/command/MessagingTagCommand.ts +40 -0
- package/src/command/MessagingTagCreateCommand.ts +74 -0
- package/src/command/MessagingTagDeleteCommand.ts +45 -0
- package/src/command/MessagingTagGetCommand.ts +45 -0
- package/src/command/MessagingTagListCommand.ts +45 -0
- package/src/command/MessagingTagUpdateCommand.ts +74 -0
- package/src/command/{MessageBrokerUpdateCommand.ts → MessagingUpdateCommand.ts} +8 -8
- package/src/command/{MessageBrokerCategoryDeleteCommand.ts → Messaging_SetDerivativeCommand.ts} +14 -3
- package/src/command/MetricCommand.ts +5 -1
- package/src/command/MetricCreateCommand.ts +1 -1
- package/src/command/MetricSetCollectiveCommand.ts +65 -0
- package/src/command/MetricUpdateCommand.ts +1 -1
- package/src/command/Metric_SetDerivativeCommand.ts +56 -0
- package/src/command/MonitorCommand.ts +1 -1
- package/src/command/MonitorCreateCommand.ts +5 -5
- package/src/command/MonitorResultCommand.ts +11 -2
- package/src/command/MonitorUpdateCommand.ts +5 -5
- package/src/command/ProjectCommand.ts +1 -1
- package/src/command/ProjectCreateCommand.ts +1 -1
- package/src/command/ProjectUpdateCommand.ts +1 -1
- package/src/command/ServerCommand.ts +5 -1
- package/src/command/ServerCreateCommand.ts +2 -2
- package/src/command/ServerSetCollectiveCommand.ts +65 -0
- package/src/command/ServerUpdateCommand.ts +2 -2
- package/src/command/Server_SetDerivativeCommand.ts +56 -0
- package/src/command/StreamingCategoryCommand.ts +38 -0
- package/src/command/StreamingCategoryCreateCommand.ts +65 -0
- package/src/command/StreamingCategoryDeleteCommand.ts +45 -0
- package/src/command/StreamingCategoryGetCommand.ts +45 -0
- package/src/command/StreamingCategoryListCommand.ts +45 -0
- package/src/command/StreamingCommand.ts +44 -0
- package/src/command/StreamingCreateCommand.ts +146 -0
- package/src/command/StreamingDeleteCommand.ts +45 -0
- package/src/command/StreamingFieldCommand.ts +40 -0
- package/src/command/StreamingFieldCreateCommand.ts +74 -0
- package/src/command/StreamingFieldDeleteCommand.ts +45 -0
- package/src/command/StreamingFieldGetCommand.ts +45 -0
- package/src/command/StreamingFieldListCommand.ts +45 -0
- package/src/command/StreamingFieldUpdateCommand.ts +74 -0
- package/src/command/StreamingGetCommand.ts +45 -0
- package/src/command/StreamingListCommand.ts +45 -0
- package/src/command/StreamingSetCollectiveCommand.ts +65 -0
- package/src/command/StreamingTagCommand.ts +40 -0
- package/src/command/StreamingTagCreateCommand.ts +74 -0
- package/src/command/StreamingTagDeleteCommand.ts +45 -0
- package/src/command/StreamingTagGetCommand.ts +45 -0
- package/src/command/StreamingTagListCommand.ts +45 -0
- package/src/command/StreamingTagUpdateCommand.ts +74 -0
- package/src/command/StreamingUpdateCommand.ts +146 -0
- package/src/command/Streaming_SetDerivativeCommand.ts +56 -0
- package/src/command/cli.ts +33 -17
- package/src/enum/DockerCloud.ts +27 -0
- package/src/enum/{MessageBrokerConnectType.ts → MessagingConnectType.ts} +1 -1
- package/src/enum/{MessageBrokerType.ts → MessagingType.ts} +1 -1
- package/src/enum/MonitorType.ts +1 -1
- package/src/enum/StreamingConnectType.ts +26 -0
- package/src/enum/StreamingType.ts +25 -0
- package/src/index.ts +130 -39
- package/src/meta/CacheMetaTable.ts +5 -1
- package/src/meta/CloudMetaTable.ts +5 -1
- package/src/meta/DatabaseMetaTable.ts +5 -1
- package/src/meta/IncidentMetaTable.ts +75 -0
- package/src/meta/KubernetesMetaTable.ts +5 -1
- package/src/meta/{MessageBrokerCategoryMetaTable.ts → MessagingCategoryMetaTable.ts} +5 -5
- package/src/meta/{MessageBrokerFieldMetaTable.ts → MessagingFieldMetaTable.ts} +5 -5
- package/src/meta/{MessageBrokerMetaTable.ts → MessagingMetaTable.ts} +12 -8
- package/src/meta/{MessageBrokerTagMetaTable.ts → MessagingTagMetaTable.ts} +5 -5
- package/src/meta/MetricMetaTable.ts +4 -0
- package/src/meta/MonitorMetaTable.ts +2 -2
- package/src/meta/NamirasoftInfraMetaDatabase.ts +44 -29
- package/src/meta/ServerMetaTable.ts +5 -1
- package/src/meta/StreamingCategoryMetaTable.ts +60 -0
- package/src/meta/StreamingFieldMetaTable.ts +61 -0
- package/src/meta/StreamingMetaTable.ts +81 -0
- package/src/meta/StreamingTagMetaTable.ts +61 -0
- package/src/row/AlertInputRow.ts +1 -1
- package/src/row/CacheInputRow.ts +2 -2
- package/src/row/CacheRow.ts +3 -1
- package/src/row/CloudInputRow.ts +2 -2
- package/src/row/CloudRow.ts +3 -1
- package/src/row/DatabaseInputRow.ts +2 -2
- package/src/row/DatabaseRow.ts +3 -1
- package/src/row/{MessageBrokerCategoryRow.ts → DockerCategoryRow.ts} +1 -1
- package/src/row/{MessageBrokerFieldRow.ts → DockerFieldRow.ts} +1 -1
- package/src/row/DockerInputRow.ts +33 -0
- package/src/row/DockerRow.ts +43 -0
- package/src/row/{MessageBrokerTagRow.ts → DockerTagRow.ts} +1 -1
- package/src/row/EnvironmentInputRow.ts +1 -1
- package/src/row/IncidentRow.ts +6 -6
- package/src/row/KubernetesInputRow.ts +2 -2
- package/src/row/KubernetesRow.ts +3 -1
- package/src/row/MessagingCategoryRow.ts +29 -0
- package/src/row/MessagingFieldRow.ts +30 -0
- package/src/row/{MessageBrokerInputRow.ts → MessagingInputRow.ts} +8 -8
- package/src/row/{MessageBrokerRow.ts → MessagingRow.ts} +9 -7
- package/src/row/MessagingTagRow.ts +30 -0
- package/src/row/MetricInputRow.ts +1 -1
- package/src/row/MetricRow.ts +2 -0
- package/src/row/MonitorInputRow.ts +2 -2
- package/src/row/MonitorResultTypeRow.ts +28 -0
- package/src/row/MonitorRow.ts +1 -1
- package/src/row/ProjectInputRow.ts +1 -1
- package/src/row/ServerInputRow.ts +2 -2
- package/src/row/ServerRow.ts +3 -1
- package/src/row/StreamingCategoryRow.ts +29 -0
- package/src/row/StreamingFieldRow.ts +30 -0
- package/src/row/StreamingInputRow.ts +37 -0
- package/src/row/StreamingRow.ts +43 -0
- package/src/row/StreamingTagRow.ts +30 -0
- package/dist/NamirasoftInfraServerMessageBroker.d.ts +0 -18
- package/dist/NamirasoftInfraServerMessageBroker.js.map +0 -1
- package/dist/NamirasoftInfraServerMessageBrokerCategory.js.map +0 -1
- package/dist/NamirasoftInfraServerMessageBrokerField.js.map +0 -1
- package/dist/NamirasoftInfraServerMessageBrokerTag.js.map +0 -1
- package/dist/command/MessageBrokerCategoryCommand.js +0 -21
- package/dist/command/MessageBrokerCategoryCommand.js.map +0 -1
- package/dist/command/MessageBrokerCategoryCreateCommand.d.ts +0 -5
- package/dist/command/MessageBrokerCategoryCreateCommand.js.map +0 -1
- package/dist/command/MessageBrokerCategoryDeleteCommand.d.ts +0 -5
- package/dist/command/MessageBrokerCategoryDeleteCommand.js.map +0 -1
- package/dist/command/MessageBrokerCategoryGetCommand.d.ts +0 -5
- package/dist/command/MessageBrokerCategoryGetCommand.js.map +0 -1
- package/dist/command/MessageBrokerCategoryListCommand.d.ts +0 -5
- package/dist/command/MessageBrokerCategoryListCommand.js.map +0 -1
- package/dist/command/MessageBrokerCommand.js +0 -23
- package/dist/command/MessageBrokerCommand.js.map +0 -1
- package/dist/command/MessageBrokerCreateCommand.js.map +0 -1
- package/dist/command/MessageBrokerDeleteCommand.js.map +0 -1
- package/dist/command/MessageBrokerFieldCommand.js +0 -23
- package/dist/command/MessageBrokerFieldCommand.js.map +0 -1
- package/dist/command/MessageBrokerFieldCreateCommand.js.map +0 -1
- package/dist/command/MessageBrokerFieldDeleteCommand.d.ts +0 -5
- package/dist/command/MessageBrokerFieldDeleteCommand.js.map +0 -1
- package/dist/command/MessageBrokerFieldGetCommand.js.map +0 -1
- package/dist/command/MessageBrokerFieldListCommand.js.map +0 -1
- package/dist/command/MessageBrokerFieldUpdateCommand.d.ts +0 -5
- package/dist/command/MessageBrokerFieldUpdateCommand.js.map +0 -1
- package/dist/command/MessageBrokerGetCommand.js.map +0 -1
- package/dist/command/MessageBrokerListCommand.js.map +0 -1
- package/dist/command/MessageBrokerTagCommand.js +0 -23
- package/dist/command/MessageBrokerTagCommand.js.map +0 -1
- package/dist/command/MessageBrokerTagCreateCommand.js.map +0 -1
- package/dist/command/MessageBrokerTagDeleteCommand.js.map +0 -1
- package/dist/command/MessageBrokerTagGetCommand.js.map +0 -1
- package/dist/command/MessageBrokerTagListCommand.js.map +0 -1
- package/dist/command/MessageBrokerTagUpdateCommand.js.map +0 -1
- package/dist/command/MessageBrokerUpdateCommand.js.map +0 -1
- package/dist/enum/MessageBrokerConnectType.js +0 -10
- package/dist/enum/MessageBrokerConnectType.js.map +0 -1
- package/dist/enum/MessageBrokerType.js +0 -9
- package/dist/enum/MessageBrokerType.js.map +0 -1
- package/dist/meta/MessageBrokerCategoryMetaTable.js.map +0 -1
- package/dist/meta/MessageBrokerFieldMetaTable.js.map +0 -1
- package/dist/meta/MessageBrokerMetaTable.js.map +0 -1
- package/dist/meta/MessageBrokerTagMetaTable.js.map +0 -1
- package/dist/row/MessageBrokerCategoryRow.js +0 -3
- package/dist/row/MessageBrokerCategoryRow.js.map +0 -1
- package/dist/row/MessageBrokerFieldRow.js.map +0 -1
- package/dist/row/MessageBrokerInputRow.d.ts +0 -15
- package/dist/row/MessageBrokerInputRow.js.map +0 -1
- package/dist/row/MessageBrokerRow.d.ts +0 -19
- package/dist/row/MessageBrokerRow.js.map +0 -1
- package/dist/row/MessageBrokerTagRow.js.map +0 -1
|
@@ -30,11 +30,11 @@ export class ProjectCommand extends BaseNavigatorCommand
|
|
|
30
30
|
constructor(argv: string[])
|
|
31
31
|
{
|
|
32
32
|
super(argv, {
|
|
33
|
+
"list": ProjectListCommand,
|
|
33
34
|
"get": ProjectGetCommand,
|
|
34
35
|
"create": ProjectCreateCommand,
|
|
35
36
|
"update": ProjectUpdateCommand,
|
|
36
37
|
"delete": ProjectDeleteCommand,
|
|
37
|
-
"list": ProjectListCommand,
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
40
|
};
|
|
@@ -23,18 +23,22 @@ import { ServerCreateCommand } from "./ServerCreateCommand";
|
|
|
23
23
|
import { ServerDeleteCommand } from "./ServerDeleteCommand";
|
|
24
24
|
import { ServerGetCommand } from "./ServerGetCommand";
|
|
25
25
|
import { ServerListCommand } from "./ServerListCommand";
|
|
26
|
+
import { ServerSetCollectiveCommand } from "./ServerSetCollectiveCommand";
|
|
26
27
|
import { ServerUpdateCommand } from "./ServerUpdateCommand";
|
|
28
|
+
import { Server_SetDerivativeCommand } from "./Server_SetDerivativeCommand";
|
|
27
29
|
|
|
28
30
|
export class ServerCommand extends BaseNavigatorCommand
|
|
29
31
|
{
|
|
30
32
|
constructor(argv: string[])
|
|
31
33
|
{
|
|
32
34
|
super(argv, {
|
|
35
|
+
"list": ServerListCommand,
|
|
33
36
|
"get": ServerGetCommand,
|
|
34
37
|
"create": ServerCreateCommand,
|
|
35
38
|
"update": ServerUpdateCommand,
|
|
36
39
|
"delete": ServerDeleteCommand,
|
|
37
|
-
"
|
|
40
|
+
"setcollective": ServerSetCollectiveCommand,
|
|
41
|
+
"_setderivative": Server_SetDerivativeCommand,
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
};
|
|
@@ -32,7 +32,7 @@ export class ServerCreateCommand extends BaseFinalCommand
|
|
|
32
32
|
name: "workspace_id",
|
|
33
33
|
short: "",
|
|
34
34
|
description: "Provides the value of 'workspace_id' in body",
|
|
35
|
-
optional:
|
|
35
|
+
optional: true,
|
|
36
36
|
args: ["workspace_id"],
|
|
37
37
|
defaults: [""]
|
|
38
38
|
},
|
|
@@ -96,7 +96,7 @@ export class ServerCreateCommand extends BaseFinalCommand
|
|
|
96
96
|
name: "description",
|
|
97
97
|
short: "",
|
|
98
98
|
description: "Provides the value of 'description' in body",
|
|
99
|
-
optional:
|
|
99
|
+
optional: false,
|
|
100
100
|
args: ["description"],
|
|
101
101
|
defaults: [""]
|
|
102
102
|
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class ServerSetCollectiveCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["id"], [
|
|
31
|
+
{
|
|
32
|
+
name: "applications",
|
|
33
|
+
short: "",
|
|
34
|
+
description: "Provides the value of 'applications' in body",
|
|
35
|
+
optional: false,
|
|
36
|
+
args: ["applications"],
|
|
37
|
+
defaults: [""]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: "dockers",
|
|
41
|
+
short: "",
|
|
42
|
+
description: "Provides the value of 'dockers' in body",
|
|
43
|
+
optional: false,
|
|
44
|
+
args: ["dockers"],
|
|
45
|
+
defaults: [""]
|
|
46
|
+
}
|
|
47
|
+
]);
|
|
48
|
+
}
|
|
49
|
+
override async exec()
|
|
50
|
+
{
|
|
51
|
+
let token = this.app.storage.getNSAToken();
|
|
52
|
+
if (token == null)
|
|
53
|
+
throw new Error("Token is not available. Please login first using:\nns-infra account config \nor \nns-infra account login.");
|
|
54
|
+
let storage = new IStorageMemoryDedicated();
|
|
55
|
+
let token_manager = new TokenManager(storage, () => { });
|
|
56
|
+
token_manager.setValue(token, false);
|
|
57
|
+
let url = this.app.storage.getItem("ns-infra-server-url");
|
|
58
|
+
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
59
|
+
let ans = await server.server.SetCollective(this.arg_values[0], {
|
|
60
|
+
applications: this.option_values.applications,
|
|
61
|
+
dockers: this.option_values.dockers
|
|
62
|
+
});
|
|
63
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
64
|
+
}
|
|
65
|
+
};
|
|
@@ -32,7 +32,7 @@ export class ServerUpdateCommand extends BaseFinalCommand
|
|
|
32
32
|
name: "workspace_id",
|
|
33
33
|
short: "",
|
|
34
34
|
description: "Provides the value of 'workspace_id' in body",
|
|
35
|
-
optional:
|
|
35
|
+
optional: true,
|
|
36
36
|
args: ["workspace_id"],
|
|
37
37
|
defaults: [""]
|
|
38
38
|
},
|
|
@@ -96,7 +96,7 @@ export class ServerUpdateCommand extends BaseFinalCommand
|
|
|
96
96
|
name: "description",
|
|
97
97
|
short: "",
|
|
98
98
|
description: "Provides the value of 'description' in body",
|
|
99
|
-
optional:
|
|
99
|
+
optional: false,
|
|
100
100
|
args: ["description"],
|
|
101
101
|
defaults: [""]
|
|
102
102
|
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class Server_SetDerivativeCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["id"], [
|
|
31
|
+
{
|
|
32
|
+
name: "roles",
|
|
33
|
+
short: "",
|
|
34
|
+
description: "Provides the value of 'roles' in body",
|
|
35
|
+
optional: false,
|
|
36
|
+
args: ["roles"],
|
|
37
|
+
defaults: [""]
|
|
38
|
+
}
|
|
39
|
+
]);
|
|
40
|
+
}
|
|
41
|
+
override async exec()
|
|
42
|
+
{
|
|
43
|
+
let token = this.app.storage.getNSAToken();
|
|
44
|
+
if (token == null)
|
|
45
|
+
throw new Error("Token is not available. Please login first using:\nns-infra account config \nor \nns-infra account login.");
|
|
46
|
+
let storage = new IStorageMemoryDedicated();
|
|
47
|
+
let token_manager = new TokenManager(storage, () => { });
|
|
48
|
+
token_manager.setValue(token, false);
|
|
49
|
+
let url = this.app.storage.getItem("ns-infra-server-url");
|
|
50
|
+
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
51
|
+
let ans = await server.server._SetDerivative(this.arg_values[0], {
|
|
52
|
+
roles: this.option_values.roles
|
|
53
|
+
});
|
|
54
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
55
|
+
}
|
|
56
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
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 { BaseNavigatorCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { StreamingCategoryCreateCommand } from "./StreamingCategoryCreateCommand";
|
|
23
|
+
import { StreamingCategoryDeleteCommand } from "./StreamingCategoryDeleteCommand";
|
|
24
|
+
import { StreamingCategoryGetCommand } from "./StreamingCategoryGetCommand";
|
|
25
|
+
import { StreamingCategoryListCommand } from "./StreamingCategoryListCommand";
|
|
26
|
+
|
|
27
|
+
export class StreamingCategoryCommand extends BaseNavigatorCommand
|
|
28
|
+
{
|
|
29
|
+
constructor(argv: string[])
|
|
30
|
+
{
|
|
31
|
+
super(argv, {
|
|
32
|
+
"list": StreamingCategoryListCommand,
|
|
33
|
+
"get": StreamingCategoryGetCommand,
|
|
34
|
+
"create": StreamingCategoryCreateCommand,
|
|
35
|
+
"delete": StreamingCategoryDeleteCommand,
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class StreamingCategoryCreateCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, [], [
|
|
31
|
+
{
|
|
32
|
+
name: "entity_id",
|
|
33
|
+
short: "",
|
|
34
|
+
description: "Provides the value of 'entity_id' in body",
|
|
35
|
+
optional: false,
|
|
36
|
+
args: ["entity_id"],
|
|
37
|
+
defaults: [""]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: "category_id",
|
|
41
|
+
short: "",
|
|
42
|
+
description: "Provides the value of 'category_id' in body",
|
|
43
|
+
optional: false,
|
|
44
|
+
args: ["category_id"],
|
|
45
|
+
defaults: [""]
|
|
46
|
+
}
|
|
47
|
+
]);
|
|
48
|
+
}
|
|
49
|
+
override async exec()
|
|
50
|
+
{
|
|
51
|
+
let token = this.app.storage.getNSAToken();
|
|
52
|
+
if (token == null)
|
|
53
|
+
throw new Error("Token is not available. Please login first using:\nns-infra account config \nor \nns-infra account login.");
|
|
54
|
+
let storage = new IStorageMemoryDedicated();
|
|
55
|
+
let token_manager = new TokenManager(storage, () => { });
|
|
56
|
+
token_manager.setValue(token, false);
|
|
57
|
+
let url = this.app.storage.getItem("ns-infra-server-url");
|
|
58
|
+
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
59
|
+
let ans = await server.streaming_category.Create({
|
|
60
|
+
entity_id: this.option_values.entity_id,
|
|
61
|
+
category_id: this.option_values.category_id
|
|
62
|
+
});
|
|
63
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
64
|
+
}
|
|
65
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class StreamingCategoryDeleteCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["id"], []);
|
|
31
|
+
}
|
|
32
|
+
override async exec()
|
|
33
|
+
{
|
|
34
|
+
let token = this.app.storage.getNSAToken();
|
|
35
|
+
if (token == null)
|
|
36
|
+
throw new Error("Token is not available. Please login first using:\nns-infra account config \nor \nns-infra account login.");
|
|
37
|
+
let storage = new IStorageMemoryDedicated();
|
|
38
|
+
let token_manager = new TokenManager(storage, () => { });
|
|
39
|
+
token_manager.setValue(token, false);
|
|
40
|
+
let url = this.app.storage.getItem("ns-infra-server-url");
|
|
41
|
+
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
42
|
+
let ans = await server.streaming_category.Delete(this.arg_values[0]);
|
|
43
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
44
|
+
}
|
|
45
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class StreamingCategoryGetCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["id"], []);
|
|
31
|
+
}
|
|
32
|
+
override async exec()
|
|
33
|
+
{
|
|
34
|
+
let token = this.app.storage.getNSAToken();
|
|
35
|
+
if (token == null)
|
|
36
|
+
throw new Error("Token is not available. Please login first using:\nns-infra account config \nor \nns-infra account login.");
|
|
37
|
+
let storage = new IStorageMemoryDedicated();
|
|
38
|
+
let token_manager = new TokenManager(storage, () => { });
|
|
39
|
+
token_manager.setValue(token, false);
|
|
40
|
+
let url = this.app.storage.getItem("ns-infra-server-url");
|
|
41
|
+
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
42
|
+
let ans = await server.streaming_category.Get(this.arg_values[0]);
|
|
43
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
44
|
+
}
|
|
45
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class StreamingCategoryListCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["filters", "page", "size", "sorts"], []);
|
|
31
|
+
}
|
|
32
|
+
override async exec()
|
|
33
|
+
{
|
|
34
|
+
let token = this.app.storage.getNSAToken();
|
|
35
|
+
if (token == null)
|
|
36
|
+
throw new Error("Token is not available. Please login first using:\nns-infra account config \nor \nns-infra account login.");
|
|
37
|
+
let storage = new IStorageMemoryDedicated();
|
|
38
|
+
let token_manager = new TokenManager(storage, () => { });
|
|
39
|
+
token_manager.setValue(token, false);
|
|
40
|
+
let url = this.app.storage.getItem("ns-infra-server-url");
|
|
41
|
+
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
42
|
+
let ans = await server.streaming_category.List(this.arg_values[0], this.arg_values[1], this.arg_values[2], this.arg_values[3]);
|
|
43
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
44
|
+
}
|
|
45
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { BaseNavigatorCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { StreamingCreateCommand } from "./StreamingCreateCommand";
|
|
23
|
+
import { StreamingDeleteCommand } from "./StreamingDeleteCommand";
|
|
24
|
+
import { StreamingGetCommand } from "./StreamingGetCommand";
|
|
25
|
+
import { StreamingListCommand } from "./StreamingListCommand";
|
|
26
|
+
import { StreamingSetCollectiveCommand } from "./StreamingSetCollectiveCommand";
|
|
27
|
+
import { StreamingUpdateCommand } from "./StreamingUpdateCommand";
|
|
28
|
+
import { Streaming_SetDerivativeCommand } from "./Streaming_SetDerivativeCommand";
|
|
29
|
+
|
|
30
|
+
export class StreamingCommand extends BaseNavigatorCommand
|
|
31
|
+
{
|
|
32
|
+
constructor(argv: string[])
|
|
33
|
+
{
|
|
34
|
+
super(argv, {
|
|
35
|
+
"list": StreamingListCommand,
|
|
36
|
+
"get": StreamingGetCommand,
|
|
37
|
+
"create": StreamingCreateCommand,
|
|
38
|
+
"update": StreamingUpdateCommand,
|
|
39
|
+
"delete": StreamingDeleteCommand,
|
|
40
|
+
"setcollective": StreamingSetCollectiveCommand,
|
|
41
|
+
"_setderivative": Streaming_SetDerivativeCommand,
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
};
|
|
@@ -0,0 +1,146 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class StreamingCreateCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, [], [
|
|
31
|
+
{
|
|
32
|
+
name: "workspace_id",
|
|
33
|
+
short: "",
|
|
34
|
+
description: "Provides the value of 'workspace_id' in body",
|
|
35
|
+
optional: true,
|
|
36
|
+
args: ["workspace_id"],
|
|
37
|
+
defaults: [""]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: "project_id",
|
|
41
|
+
short: "",
|
|
42
|
+
description: "Provides the value of 'project_id' in body",
|
|
43
|
+
optional: false,
|
|
44
|
+
args: ["project_id"],
|
|
45
|
+
defaults: [""]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: "environment_id",
|
|
49
|
+
short: "",
|
|
50
|
+
description: "Provides the value of 'environment_id' in body",
|
|
51
|
+
optional: false,
|
|
52
|
+
args: ["environment_id"],
|
|
53
|
+
defaults: [""]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "log_group_id",
|
|
57
|
+
short: "",
|
|
58
|
+
description: "Provides the value of 'log_group_id' in body",
|
|
59
|
+
optional: true,
|
|
60
|
+
args: ["log_group_id"],
|
|
61
|
+
defaults: [""]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: "streaming_credential_id",
|
|
65
|
+
short: "",
|
|
66
|
+
description: "Provides the value of 'streaming_credential_id' in body",
|
|
67
|
+
optional: false,
|
|
68
|
+
args: ["streaming_credential_id"],
|
|
69
|
+
defaults: [""]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "name",
|
|
73
|
+
short: "",
|
|
74
|
+
description: "Provides the value of 'name' in body",
|
|
75
|
+
optional: false,
|
|
76
|
+
args: ["name"],
|
|
77
|
+
defaults: [""]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "type",
|
|
81
|
+
short: "",
|
|
82
|
+
description: "Provides the value of 'type' in body",
|
|
83
|
+
optional: false,
|
|
84
|
+
args: ["type"],
|
|
85
|
+
defaults: [""]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: "connect_type",
|
|
89
|
+
short: "",
|
|
90
|
+
description: "Provides the value of 'connect_type' in body",
|
|
91
|
+
optional: false,
|
|
92
|
+
args: ["connect_type"],
|
|
93
|
+
defaults: [""]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
name: "connect_server_id",
|
|
97
|
+
short: "",
|
|
98
|
+
description: "Provides the value of 'connect_server_id' in body",
|
|
99
|
+
optional: true,
|
|
100
|
+
args: ["connect_server_id"],
|
|
101
|
+
defaults: [""]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: "connect_kubernetes_id",
|
|
105
|
+
short: "",
|
|
106
|
+
description: "Provides the value of 'connect_kubernetes_id' in body",
|
|
107
|
+
optional: true,
|
|
108
|
+
args: ["connect_kubernetes_id"],
|
|
109
|
+
defaults: [""]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
name: "description",
|
|
113
|
+
short: "",
|
|
114
|
+
description: "Provides the value of 'description' in body",
|
|
115
|
+
optional: false,
|
|
116
|
+
args: ["description"],
|
|
117
|
+
defaults: [""]
|
|
118
|
+
}
|
|
119
|
+
]);
|
|
120
|
+
}
|
|
121
|
+
override async exec()
|
|
122
|
+
{
|
|
123
|
+
let token = this.app.storage.getNSAToken();
|
|
124
|
+
if (token == null)
|
|
125
|
+
throw new Error("Token is not available. Please login first using:\nns-infra account config \nor \nns-infra account login.");
|
|
126
|
+
let storage = new IStorageMemoryDedicated();
|
|
127
|
+
let token_manager = new TokenManager(storage, () => { });
|
|
128
|
+
token_manager.setValue(token, false);
|
|
129
|
+
let url = this.app.storage.getItem("ns-infra-server-url");
|
|
130
|
+
let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
131
|
+
let ans = await server.streaming.Create({
|
|
132
|
+
workspace_id: this.option_values.workspace_id,
|
|
133
|
+
project_id: this.option_values.project_id,
|
|
134
|
+
environment_id: this.option_values.environment_id,
|
|
135
|
+
log_group_id: this.option_values.log_group_id,
|
|
136
|
+
streaming_credential_id: this.option_values.streaming_credential_id,
|
|
137
|
+
name: this.option_values.name,
|
|
138
|
+
type: this.option_values.type,
|
|
139
|
+
connect_type: this.option_values.connect_type,
|
|
140
|
+
connect_server_id: this.option_values.connect_server_id,
|
|
141
|
+
connect_kubernetes_id: this.option_values.connect_kubernetes_id,
|
|
142
|
+
description: this.option_values.description
|
|
143
|
+
});
|
|
144
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
145
|
+
}
|
|
146
|
+
};
|