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
package/src/index.ts
CHANGED
|
@@ -36,6 +36,10 @@ export * from "./NamirasoftInfraServerDatabase";
|
|
|
36
36
|
export * from "./NamirasoftInfraServerDatabaseCategory";
|
|
37
37
|
export * from "./NamirasoftInfraServerDatabaseField";
|
|
38
38
|
export * from "./NamirasoftInfraServerDatabaseTag";
|
|
39
|
+
export * from "./NamirasoftInfraServerDocker";
|
|
40
|
+
export * from "./NamirasoftInfraServerDockerCategory";
|
|
41
|
+
export * from "./NamirasoftInfraServerDockerField";
|
|
42
|
+
export * from "./NamirasoftInfraServerDockerTag";
|
|
39
43
|
export * from "./NamirasoftInfraServerEnvironment";
|
|
40
44
|
export * from "./NamirasoftInfraServerEnvironmentCategory";
|
|
41
45
|
export * from "./NamirasoftInfraServerEnvironmentField";
|
|
@@ -47,10 +51,10 @@ export * from "./NamirasoftInfraServerKubernetes";
|
|
|
47
51
|
export * from "./NamirasoftInfraServerKubernetesCategory";
|
|
48
52
|
export * from "./NamirasoftInfraServerKubernetesField";
|
|
49
53
|
export * from "./NamirasoftInfraServerKubernetesTag";
|
|
50
|
-
export * from "./
|
|
51
|
-
export * from "./
|
|
52
|
-
export * from "./
|
|
53
|
-
export * from "./
|
|
54
|
+
export * from "./NamirasoftInfraServerMessaging";
|
|
55
|
+
export * from "./NamirasoftInfraServerMessagingCategory";
|
|
56
|
+
export * from "./NamirasoftInfraServerMessagingField";
|
|
57
|
+
export * from "./NamirasoftInfraServerMessagingTag";
|
|
54
58
|
export * from "./NamirasoftInfraServerMetric";
|
|
55
59
|
export * from "./NamirasoftInfraServerMetricCategory";
|
|
56
60
|
export * from "./NamirasoftInfraServerMetricField";
|
|
@@ -68,6 +72,10 @@ export * from "./NamirasoftInfraServerServer";
|
|
|
68
72
|
export * from "./NamirasoftInfraServerServerCategory";
|
|
69
73
|
export * from "./NamirasoftInfraServerServerField";
|
|
70
74
|
export * from "./NamirasoftInfraServerServerTag";
|
|
75
|
+
export * from "./NamirasoftInfraServerStreaming";
|
|
76
|
+
export * from "./NamirasoftInfraServerStreamingCategory";
|
|
77
|
+
export * from "./NamirasoftInfraServerStreamingField";
|
|
78
|
+
export * from "./NamirasoftInfraServerStreamingTag";
|
|
71
79
|
export * from "./NamirasoftInfraServerValue";
|
|
72
80
|
export * from "./command/AlertCategoryCommand";
|
|
73
81
|
export * from "./command/AlertCategoryCreateCommand";
|
|
@@ -108,6 +116,7 @@ export * from "./command/CacheFieldListCommand";
|
|
|
108
116
|
export * from "./command/CacheFieldUpdateCommand";
|
|
109
117
|
export * from "./command/CacheGetCommand";
|
|
110
118
|
export * from "./command/CacheListCommand";
|
|
119
|
+
export * from "./command/CacheSetCollectiveCommand";
|
|
111
120
|
export * from "./command/CacheTagCommand";
|
|
112
121
|
export * from "./command/CacheTagCreateCommand";
|
|
113
122
|
export * from "./command/CacheTagDeleteCommand";
|
|
@@ -115,6 +124,7 @@ export * from "./command/CacheTagGetCommand";
|
|
|
115
124
|
export * from "./command/CacheTagListCommand";
|
|
116
125
|
export * from "./command/CacheTagUpdateCommand";
|
|
117
126
|
export * from "./command/CacheUpdateCommand";
|
|
127
|
+
export * from "./command/Cache_SetDerivativeCommand";
|
|
118
128
|
export * from "./command/CloudCategoryCommand";
|
|
119
129
|
export * from "./command/CloudCategoryCreateCommand";
|
|
120
130
|
export * from "./command/CloudCategoryDeleteCommand";
|
|
@@ -131,6 +141,7 @@ export * from "./command/CloudFieldListCommand";
|
|
|
131
141
|
export * from "./command/CloudFieldUpdateCommand";
|
|
132
142
|
export * from "./command/CloudGetCommand";
|
|
133
143
|
export * from "./command/CloudListCommand";
|
|
144
|
+
export * from "./command/CloudSetCollectiveCommand";
|
|
134
145
|
export * from "./command/CloudTagCommand";
|
|
135
146
|
export * from "./command/CloudTagCreateCommand";
|
|
136
147
|
export * from "./command/CloudTagDeleteCommand";
|
|
@@ -138,6 +149,7 @@ export * from "./command/CloudTagGetCommand";
|
|
|
138
149
|
export * from "./command/CloudTagListCommand";
|
|
139
150
|
export * from "./command/CloudTagUpdateCommand";
|
|
140
151
|
export * from "./command/CloudUpdateCommand";
|
|
152
|
+
export * from "./command/Cloud_SetDerivativeCommand";
|
|
141
153
|
export * from "./command/DatabaseCategoryCommand";
|
|
142
154
|
export * from "./command/DatabaseCategoryCreateCommand";
|
|
143
155
|
export * from "./command/DatabaseCategoryDeleteCommand";
|
|
@@ -154,6 +166,7 @@ export * from "./command/DatabaseFieldListCommand";
|
|
|
154
166
|
export * from "./command/DatabaseFieldUpdateCommand";
|
|
155
167
|
export * from "./command/DatabaseGetCommand";
|
|
156
168
|
export * from "./command/DatabaseListCommand";
|
|
169
|
+
export * from "./command/DatabaseSetCollectiveCommand";
|
|
157
170
|
export * from "./command/DatabaseTagCommand";
|
|
158
171
|
export * from "./command/DatabaseTagCreateCommand";
|
|
159
172
|
export * from "./command/DatabaseTagDeleteCommand";
|
|
@@ -161,6 +174,32 @@ export * from "./command/DatabaseTagGetCommand";
|
|
|
161
174
|
export * from "./command/DatabaseTagListCommand";
|
|
162
175
|
export * from "./command/DatabaseTagUpdateCommand";
|
|
163
176
|
export * from "./command/DatabaseUpdateCommand";
|
|
177
|
+
export * from "./command/Database_SetDerivativeCommand";
|
|
178
|
+
export * from "./command/DockerCategoryCommand";
|
|
179
|
+
export * from "./command/DockerCategoryCreateCommand";
|
|
180
|
+
export * from "./command/DockerCategoryDeleteCommand";
|
|
181
|
+
export * from "./command/DockerCategoryGetCommand";
|
|
182
|
+
export * from "./command/DockerCategoryListCommand";
|
|
183
|
+
export * from "./command/DockerCommand";
|
|
184
|
+
export * from "./command/DockerCreateCommand";
|
|
185
|
+
export * from "./command/DockerDeleteCommand";
|
|
186
|
+
export * from "./command/DockerFieldCommand";
|
|
187
|
+
export * from "./command/DockerFieldCreateCommand";
|
|
188
|
+
export * from "./command/DockerFieldDeleteCommand";
|
|
189
|
+
export * from "./command/DockerFieldGetCommand";
|
|
190
|
+
export * from "./command/DockerFieldListCommand";
|
|
191
|
+
export * from "./command/DockerFieldUpdateCommand";
|
|
192
|
+
export * from "./command/DockerGetCommand";
|
|
193
|
+
export * from "./command/DockerListCommand";
|
|
194
|
+
export * from "./command/DockerSetCollectiveCommand";
|
|
195
|
+
export * from "./command/DockerTagCommand";
|
|
196
|
+
export * from "./command/DockerTagCreateCommand";
|
|
197
|
+
export * from "./command/DockerTagDeleteCommand";
|
|
198
|
+
export * from "./command/DockerTagGetCommand";
|
|
199
|
+
export * from "./command/DockerTagListCommand";
|
|
200
|
+
export * from "./command/DockerTagUpdateCommand";
|
|
201
|
+
export * from "./command/DockerUpdateCommand";
|
|
202
|
+
export * from "./command/Docker_SetDerivativeCommand";
|
|
164
203
|
export * from "./command/EnvironmentCategoryCommand";
|
|
165
204
|
export * from "./command/EnvironmentCategoryCreateCommand";
|
|
166
205
|
export * from "./command/EnvironmentCategoryDeleteCommand";
|
|
@@ -208,6 +247,7 @@ export * from "./command/KubernetesFieldListCommand";
|
|
|
208
247
|
export * from "./command/KubernetesFieldUpdateCommand";
|
|
209
248
|
export * from "./command/KubernetesGetCommand";
|
|
210
249
|
export * from "./command/KubernetesListCommand";
|
|
250
|
+
export * from "./command/KubernetesSetCollectiveCommand";
|
|
211
251
|
export * from "./command/KubernetesTagCommand";
|
|
212
252
|
export * from "./command/KubernetesTagCreateCommand";
|
|
213
253
|
export * from "./command/KubernetesTagDeleteCommand";
|
|
@@ -215,29 +255,32 @@ export * from "./command/KubernetesTagGetCommand";
|
|
|
215
255
|
export * from "./command/KubernetesTagListCommand";
|
|
216
256
|
export * from "./command/KubernetesTagUpdateCommand";
|
|
217
257
|
export * from "./command/KubernetesUpdateCommand";
|
|
218
|
-
export * from "./command/
|
|
219
|
-
export * from "./command/
|
|
220
|
-
export * from "./command/
|
|
221
|
-
export * from "./command/
|
|
222
|
-
export * from "./command/
|
|
223
|
-
export * from "./command/
|
|
224
|
-
export * from "./command/
|
|
225
|
-
export * from "./command/
|
|
226
|
-
export * from "./command/
|
|
227
|
-
export * from "./command/
|
|
228
|
-
export * from "./command/
|
|
229
|
-
export * from "./command/
|
|
230
|
-
export * from "./command/
|
|
231
|
-
export * from "./command/
|
|
232
|
-
export * from "./command/
|
|
233
|
-
export * from "./command/
|
|
234
|
-
export * from "./command/
|
|
235
|
-
export * from "./command/
|
|
236
|
-
export * from "./command/
|
|
237
|
-
export * from "./command/
|
|
238
|
-
export * from "./command/
|
|
239
|
-
export * from "./command/
|
|
240
|
-
export * from "./command/
|
|
258
|
+
export * from "./command/Kubernetes_SetDerivativeCommand";
|
|
259
|
+
export * from "./command/MessagingCategoryCommand";
|
|
260
|
+
export * from "./command/MessagingCategoryCreateCommand";
|
|
261
|
+
export * from "./command/MessagingCategoryDeleteCommand";
|
|
262
|
+
export * from "./command/MessagingCategoryGetCommand";
|
|
263
|
+
export * from "./command/MessagingCategoryListCommand";
|
|
264
|
+
export * from "./command/MessagingCommand";
|
|
265
|
+
export * from "./command/MessagingCreateCommand";
|
|
266
|
+
export * from "./command/MessagingDeleteCommand";
|
|
267
|
+
export * from "./command/MessagingFieldCommand";
|
|
268
|
+
export * from "./command/MessagingFieldCreateCommand";
|
|
269
|
+
export * from "./command/MessagingFieldDeleteCommand";
|
|
270
|
+
export * from "./command/MessagingFieldGetCommand";
|
|
271
|
+
export * from "./command/MessagingFieldListCommand";
|
|
272
|
+
export * from "./command/MessagingFieldUpdateCommand";
|
|
273
|
+
export * from "./command/MessagingGetCommand";
|
|
274
|
+
export * from "./command/MessagingListCommand";
|
|
275
|
+
export * from "./command/MessagingSetCollectiveCommand";
|
|
276
|
+
export * from "./command/MessagingTagCommand";
|
|
277
|
+
export * from "./command/MessagingTagCreateCommand";
|
|
278
|
+
export * from "./command/MessagingTagDeleteCommand";
|
|
279
|
+
export * from "./command/MessagingTagGetCommand";
|
|
280
|
+
export * from "./command/MessagingTagListCommand";
|
|
281
|
+
export * from "./command/MessagingTagUpdateCommand";
|
|
282
|
+
export * from "./command/MessagingUpdateCommand";
|
|
283
|
+
export * from "./command/Messaging_SetDerivativeCommand";
|
|
241
284
|
export * from "./command/MetricCategoryCommand";
|
|
242
285
|
export * from "./command/MetricCategoryCreateCommand";
|
|
243
286
|
export * from "./command/MetricCategoryDeleteCommand";
|
|
@@ -255,6 +298,7 @@ export * from "./command/MetricFieldUpdateCommand";
|
|
|
255
298
|
export * from "./command/MetricGetCommand";
|
|
256
299
|
export * from "./command/MetricListCommand";
|
|
257
300
|
export * from "./command/MetricResultCommand";
|
|
301
|
+
export * from "./command/MetricSetCollectiveCommand";
|
|
258
302
|
export * from "./command/MetricTagCommand";
|
|
259
303
|
export * from "./command/MetricTagCreateCommand";
|
|
260
304
|
export * from "./command/MetricTagDeleteCommand";
|
|
@@ -262,6 +306,7 @@ export * from "./command/MetricTagGetCommand";
|
|
|
262
306
|
export * from "./command/MetricTagListCommand";
|
|
263
307
|
export * from "./command/MetricTagUpdateCommand";
|
|
264
308
|
export * from "./command/MetricUpdateCommand";
|
|
309
|
+
export * from "./command/Metric_SetDerivativeCommand";
|
|
265
310
|
export * from "./command/MetricsCommand";
|
|
266
311
|
export * from "./command/MetricsGetCommand";
|
|
267
312
|
export * from "./command/MonitorCategoryCommand";
|
|
@@ -327,6 +372,7 @@ export * from "./command/ServerFieldListCommand";
|
|
|
327
372
|
export * from "./command/ServerFieldUpdateCommand";
|
|
328
373
|
export * from "./command/ServerGetCommand";
|
|
329
374
|
export * from "./command/ServerListCommand";
|
|
375
|
+
export * from "./command/ServerSetCollectiveCommand";
|
|
330
376
|
export * from "./command/ServerTagCommand";
|
|
331
377
|
export * from "./command/ServerTagCreateCommand";
|
|
332
378
|
export * from "./command/ServerTagDeleteCommand";
|
|
@@ -334,6 +380,32 @@ export * from "./command/ServerTagGetCommand";
|
|
|
334
380
|
export * from "./command/ServerTagListCommand";
|
|
335
381
|
export * from "./command/ServerTagUpdateCommand";
|
|
336
382
|
export * from "./command/ServerUpdateCommand";
|
|
383
|
+
export * from "./command/Server_SetDerivativeCommand";
|
|
384
|
+
export * from "./command/StreamingCategoryCommand";
|
|
385
|
+
export * from "./command/StreamingCategoryCreateCommand";
|
|
386
|
+
export * from "./command/StreamingCategoryDeleteCommand";
|
|
387
|
+
export * from "./command/StreamingCategoryGetCommand";
|
|
388
|
+
export * from "./command/StreamingCategoryListCommand";
|
|
389
|
+
export * from "./command/StreamingCommand";
|
|
390
|
+
export * from "./command/StreamingCreateCommand";
|
|
391
|
+
export * from "./command/StreamingDeleteCommand";
|
|
392
|
+
export * from "./command/StreamingFieldCommand";
|
|
393
|
+
export * from "./command/StreamingFieldCreateCommand";
|
|
394
|
+
export * from "./command/StreamingFieldDeleteCommand";
|
|
395
|
+
export * from "./command/StreamingFieldGetCommand";
|
|
396
|
+
export * from "./command/StreamingFieldListCommand";
|
|
397
|
+
export * from "./command/StreamingFieldUpdateCommand";
|
|
398
|
+
export * from "./command/StreamingGetCommand";
|
|
399
|
+
export * from "./command/StreamingListCommand";
|
|
400
|
+
export * from "./command/StreamingSetCollectiveCommand";
|
|
401
|
+
export * from "./command/StreamingTagCommand";
|
|
402
|
+
export * from "./command/StreamingTagCreateCommand";
|
|
403
|
+
export * from "./command/StreamingTagDeleteCommand";
|
|
404
|
+
export * from "./command/StreamingTagGetCommand";
|
|
405
|
+
export * from "./command/StreamingTagListCommand";
|
|
406
|
+
export * from "./command/StreamingTagUpdateCommand";
|
|
407
|
+
export * from "./command/StreamingUpdateCommand";
|
|
408
|
+
export * from "./command/Streaming_SetDerivativeCommand";
|
|
337
409
|
export * from "./command/ValueCommand";
|
|
338
410
|
export * from "./command/ValueListCommand";
|
|
339
411
|
export * from "./enum/AlertTriggerAggregator";
|
|
@@ -343,10 +415,11 @@ export * from "./enum/CacheType";
|
|
|
343
415
|
export * from "./enum/CloudType";
|
|
344
416
|
export * from "./enum/DatabaseConnectType";
|
|
345
417
|
export * from "./enum/DatabaseType";
|
|
418
|
+
export * from "./enum/DockerCloud";
|
|
346
419
|
export * from "./enum/IncidentStatus";
|
|
347
420
|
export * from "./enum/KubernetesCloud";
|
|
348
|
-
export * from "./enum/
|
|
349
|
-
export * from "./enum/
|
|
421
|
+
export * from "./enum/MessagingConnectType";
|
|
422
|
+
export * from "./enum/MessagingType";
|
|
350
423
|
export * from "./enum/MetricCallerType";
|
|
351
424
|
export * from "./enum/MonitorCallerType";
|
|
352
425
|
export * from "./enum/MonitorDockerContainerConnectionType";
|
|
@@ -357,6 +430,8 @@ export * from "./enum/MonitorRequestTimeoutUnit";
|
|
|
357
430
|
export * from "./enum/MonitorType";
|
|
358
431
|
export * from "./enum/ServerCloud";
|
|
359
432
|
export * from "./enum/ServerMetricRetentionUnit";
|
|
433
|
+
export * from "./enum/StreamingConnectType";
|
|
434
|
+
export * from "./enum/StreamingType";
|
|
360
435
|
export * from "./meta/AlertCategoryMetaTable";
|
|
361
436
|
export * from "./meta/AlertFieldMetaTable";
|
|
362
437
|
export * from "./meta/AlertMetaTable";
|
|
@@ -377,14 +452,15 @@ export * from "./meta/EnvironmentCategoryMetaTable";
|
|
|
377
452
|
export * from "./meta/EnvironmentFieldMetaTable";
|
|
378
453
|
export * from "./meta/EnvironmentMetaTable";
|
|
379
454
|
export * from "./meta/EnvironmentTagMetaTable";
|
|
455
|
+
export * from "./meta/IncidentMetaTable";
|
|
380
456
|
export * from "./meta/KubernetesCategoryMetaTable";
|
|
381
457
|
export * from "./meta/KubernetesFieldMetaTable";
|
|
382
458
|
export * from "./meta/KubernetesMetaTable";
|
|
383
459
|
export * from "./meta/KubernetesTagMetaTable";
|
|
384
|
-
export * from "./meta/
|
|
385
|
-
export * from "./meta/
|
|
386
|
-
export * from "./meta/
|
|
387
|
-
export * from "./meta/
|
|
460
|
+
export * from "./meta/MessagingCategoryMetaTable";
|
|
461
|
+
export * from "./meta/MessagingFieldMetaTable";
|
|
462
|
+
export * from "./meta/MessagingMetaTable";
|
|
463
|
+
export * from "./meta/MessagingTagMetaTable";
|
|
388
464
|
export * from "./meta/MetricCategoryMetaTable";
|
|
389
465
|
export * from "./meta/MetricFieldMetaTable";
|
|
390
466
|
export * from "./meta/MetricMetaTable";
|
|
@@ -402,6 +478,10 @@ export * from "./meta/ServerCategoryMetaTable";
|
|
|
402
478
|
export * from "./meta/ServerFieldMetaTable";
|
|
403
479
|
export * from "./meta/ServerMetaTable";
|
|
404
480
|
export * from "./meta/ServerTagMetaTable";
|
|
481
|
+
export * from "./meta/StreamingCategoryMetaTable";
|
|
482
|
+
export * from "./meta/StreamingFieldMetaTable";
|
|
483
|
+
export * from "./meta/StreamingMetaTable";
|
|
484
|
+
export * from "./meta/StreamingTagMetaTable";
|
|
405
485
|
export * from "./row/AlertCategoryRow";
|
|
406
486
|
export * from "./row/AlertFieldRow";
|
|
407
487
|
export * from "./row/AlertInputRow";
|
|
@@ -422,6 +502,11 @@ export * from "./row/DatabaseFieldRow";
|
|
|
422
502
|
export * from "./row/DatabaseInputRow";
|
|
423
503
|
export * from "./row/DatabaseRow";
|
|
424
504
|
export * from "./row/DatabaseTagRow";
|
|
505
|
+
export * from "./row/DockerCategoryRow";
|
|
506
|
+
export * from "./row/DockerFieldRow";
|
|
507
|
+
export * from "./row/DockerInputRow";
|
|
508
|
+
export * from "./row/DockerRow";
|
|
509
|
+
export * from "./row/DockerTagRow";
|
|
425
510
|
export * from "./row/EntityCategoryInputRow";
|
|
426
511
|
export * from "./row/EntityFieldInputRow";
|
|
427
512
|
export * from "./row/EntityTagInputRow";
|
|
@@ -436,11 +521,11 @@ export * from "./row/KubernetesFieldRow";
|
|
|
436
521
|
export * from "./row/KubernetesInputRow";
|
|
437
522
|
export * from "./row/KubernetesRow";
|
|
438
523
|
export * from "./row/KubernetesTagRow";
|
|
439
|
-
export * from "./row/
|
|
440
|
-
export * from "./row/
|
|
441
|
-
export * from "./row/
|
|
442
|
-
export * from "./row/
|
|
443
|
-
export * from "./row/
|
|
524
|
+
export * from "./row/MessagingCategoryRow";
|
|
525
|
+
export * from "./row/MessagingFieldRow";
|
|
526
|
+
export * from "./row/MessagingInputRow";
|
|
527
|
+
export * from "./row/MessagingRow";
|
|
528
|
+
export * from "./row/MessagingTagRow";
|
|
444
529
|
export * from "./row/MetricCategoryRow";
|
|
445
530
|
export * from "./row/MetricFieldRow";
|
|
446
531
|
export * from "./row/MetricInputRow";
|
|
@@ -449,6 +534,7 @@ export * from "./row/MetricTagRow";
|
|
|
449
534
|
export * from "./row/MonitorCategoryRow";
|
|
450
535
|
export * from "./row/MonitorFieldRow";
|
|
451
536
|
export * from "./row/MonitorInputRow";
|
|
537
|
+
export * from "./row/MonitorResultTypeRow";
|
|
452
538
|
export * from "./row/MonitorRow";
|
|
453
539
|
export * from "./row/MonitorTagRow";
|
|
454
540
|
export * from "./row/ProjectCategoryRow";
|
|
@@ -460,4 +546,9 @@ export * from "./row/ServerCategoryRow";
|
|
|
460
546
|
export * from "./row/ServerFieldRow";
|
|
461
547
|
export * from "./row/ServerInputRow";
|
|
462
548
|
export * from "./row/ServerRow";
|
|
463
|
-
export * from "./row/ServerTagRow";
|
|
549
|
+
export * from "./row/ServerTagRow";
|
|
550
|
+
export * from "./row/StreamingCategoryRow";
|
|
551
|
+
export * from "./row/StreamingFieldRow";
|
|
552
|
+
export * from "./row/StreamingInputRow";
|
|
553
|
+
export * from "./row/StreamingRow";
|
|
554
|
+
export * from "./row/StreamingTagRow";
|
|
@@ -40,6 +40,8 @@ export class CacheMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Cache
|
|
|
40
40
|
connect_server_id: BaseMetaColumn;
|
|
41
41
|
connect_kubernetes_id: BaseMetaColumn;
|
|
42
42
|
description: BaseMetaColumn;
|
|
43
|
+
meta_collective: BaseMetaColumn;
|
|
44
|
+
meta_derivative: BaseMetaColumn;
|
|
43
45
|
created_at: BaseMetaColumn;
|
|
44
46
|
updated_at: BaseMetaColumn;
|
|
45
47
|
}
|
|
@@ -59,7 +61,9 @@ export class CacheMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Cache
|
|
|
59
61
|
connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
|
|
60
62
|
connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
|
|
61
63
|
connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
|
|
62
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
64
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
65
|
+
meta_collective: new BaseMetaColumn(this, "meta_collective", "Meta Collective", "Any", false),
|
|
66
|
+
meta_derivative: new BaseMetaColumn(this, "meta_derivative", "Meta Derivative", "Any", false),
|
|
63
67
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
64
68
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
65
69
|
};
|
|
@@ -34,6 +34,8 @@ export class CloudMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Cloud
|
|
|
34
34
|
name: BaseMetaColumn;
|
|
35
35
|
type: BaseMetaColumn;
|
|
36
36
|
description: BaseMetaColumn;
|
|
37
|
+
meta_collective: BaseMetaColumn;
|
|
38
|
+
meta_derivative: BaseMetaColumn;
|
|
37
39
|
created_at: BaseMetaColumn;
|
|
38
40
|
updated_at: BaseMetaColumn;
|
|
39
41
|
}
|
|
@@ -47,7 +49,9 @@ export class CloudMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Cloud
|
|
|
47
49
|
ctl_on_server_id: new BaseMetaColumn(this, "ctl_on_server_id", "Ctl On Server ID", "String", true),
|
|
48
50
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
49
51
|
type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
|
|
50
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
52
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
53
|
+
meta_collective: new BaseMetaColumn(this, "meta_collective", "Meta Collective", "Any", false),
|
|
54
|
+
meta_derivative: new BaseMetaColumn(this, "meta_derivative", "Meta Derivative", "Any", false),
|
|
51
55
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
52
56
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
53
57
|
};
|
|
@@ -40,6 +40,8 @@ export class DatabaseMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Da
|
|
|
40
40
|
connect_server_id: BaseMetaColumn;
|
|
41
41
|
connect_kubernetes_id: BaseMetaColumn;
|
|
42
42
|
description: BaseMetaColumn;
|
|
43
|
+
meta_collective: BaseMetaColumn;
|
|
44
|
+
meta_derivative: BaseMetaColumn;
|
|
43
45
|
created_at: BaseMetaColumn;
|
|
44
46
|
updated_at: BaseMetaColumn;
|
|
45
47
|
}
|
|
@@ -59,7 +61,9 @@ export class DatabaseMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Da
|
|
|
59
61
|
connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
|
|
60
62
|
connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
|
|
61
63
|
connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
|
|
62
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
64
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
65
|
+
meta_collective: new BaseMetaColumn(this, "meta_collective", "Meta Collective", "Any", false),
|
|
66
|
+
meta_derivative: new BaseMetaColumn(this, "meta_derivative", "Meta Derivative", "Any", false),
|
|
63
67
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
64
68
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
65
69
|
};
|
|
@@ -0,0 +1,75 @@
|
|
|
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 { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
|
+
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
+
import { IncidentRow } from "../row/IncidentRow";
|
|
24
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
25
|
+
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
26
|
+
|
|
27
|
+
export class IncidentMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, IncidentRow>
|
|
28
|
+
{
|
|
29
|
+
public override columns: {
|
|
30
|
+
id: BaseMetaColumn;
|
|
31
|
+
user_id: BaseMetaColumn;
|
|
32
|
+
workspace_id: BaseMetaColumn;
|
|
33
|
+
server_id: BaseMetaColumn;
|
|
34
|
+
kubernetes_id: BaseMetaColumn;
|
|
35
|
+
monitor_id: BaseMetaColumn;
|
|
36
|
+
alert_id: BaseMetaColumn;
|
|
37
|
+
metric_id: BaseMetaColumn;
|
|
38
|
+
chat_id: BaseMetaColumn;
|
|
39
|
+
status: BaseMetaColumn;
|
|
40
|
+
description: BaseMetaColumn;
|
|
41
|
+
created_at: BaseMetaColumn;
|
|
42
|
+
updated_at: BaseMetaColumn;
|
|
43
|
+
}
|
|
44
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
45
|
+
{
|
|
46
|
+
super(database, "incident", "Incident", new BaseUUID("ifr-inc"));
|
|
47
|
+
this.columns = {
|
|
48
|
+
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
49
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
50
|
+
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
51
|
+
server_id: new BaseMetaColumn(this, "server_id", "Server ID", "String", false),
|
|
52
|
+
kubernetes_id: new BaseMetaColumn(this, "kubernetes_id", "Kubernetes ID", "String", false),
|
|
53
|
+
monitor_id: new BaseMetaColumn(this, "monitor_id", "Monitor ID", "String", false),
|
|
54
|
+
alert_id: new BaseMetaColumn(this, "alert_id", "Alert ID", "String", false),
|
|
55
|
+
metric_id: new BaseMetaColumn(this, "metric_id", "Metric ID", "String", false),
|
|
56
|
+
chat_id: new BaseMetaColumn(this, "chat_id", "Chat ID", "String", false),
|
|
57
|
+
status: new BaseMetaColumn(this, "status", "Status", "Enum", true),
|
|
58
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
59
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
60
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
61
|
+
};
|
|
62
|
+
this.back_end.get = async (id: string) =>
|
|
63
|
+
{
|
|
64
|
+
let server = this.database.getServer();
|
|
65
|
+
return await server.incident.Get(id);
|
|
66
|
+
};
|
|
67
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
68
|
+
{
|
|
69
|
+
let server = this.database.getServer();
|
|
70
|
+
return await server.incident.List(filters, page, size, sorts);
|
|
71
|
+
};
|
|
72
|
+
this.front_end.getNewLink = () => "";
|
|
73
|
+
this.front_end.getUpdateLink = () => "";
|
|
74
|
+
}
|
|
75
|
+
};
|
|
@@ -41,6 +41,8 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
|
|
|
41
41
|
description: BaseMetaColumn;
|
|
42
42
|
ip_public: BaseMetaColumn;
|
|
43
43
|
last_sync: BaseMetaColumn;
|
|
44
|
+
meta_collective: BaseMetaColumn;
|
|
45
|
+
meta_derivative: BaseMetaColumn;
|
|
44
46
|
created_at: BaseMetaColumn;
|
|
45
47
|
updated_at: BaseMetaColumn;
|
|
46
48
|
}
|
|
@@ -59,9 +61,11 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
|
|
|
59
61
|
kubctl_on_server_id: new BaseMetaColumn(this, "kubctl_on_server_id", "Kubctl On Server ID", "String", true),
|
|
60
62
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
61
63
|
cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
|
|
62
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
64
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
63
65
|
ip_public: new BaseMetaColumn(this, "ip_public", "IP Public", "String", true),
|
|
64
66
|
last_sync: new BaseMetaColumn(this, "last_sync", "Last Sync", "String", true),
|
|
67
|
+
meta_collective: new BaseMetaColumn(this, "meta_collective", "Meta Collective", "Any", false),
|
|
68
|
+
meta_derivative: new BaseMetaColumn(this, "meta_derivative", "Meta Derivative", "Any", false),
|
|
65
69
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
66
70
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
67
71
|
};
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
|
|
21
21
|
import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
22
|
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
-
import {
|
|
23
|
+
import { MessagingCategoryRow } from "../row/MessagingCategoryRow";
|
|
24
24
|
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
25
25
|
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
26
26
|
|
|
27
|
-
export class
|
|
27
|
+
export class MessagingCategoryMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, MessagingCategoryRow>
|
|
28
28
|
{
|
|
29
29
|
public override columns: {
|
|
30
30
|
id: BaseMetaColumn;
|
|
@@ -36,7 +36,7 @@ export class MessageBrokerCategoryMetaTable extends NSBaseMetaTable<NamirasoftIn
|
|
|
36
36
|
}
|
|
37
37
|
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
38
38
|
{
|
|
39
|
-
super(database, "
|
|
39
|
+
super(database, "messaging_category", "Messaging Category", new BaseUUID(""));
|
|
40
40
|
this.columns = {
|
|
41
41
|
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
42
42
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
@@ -48,12 +48,12 @@ export class MessageBrokerCategoryMetaTable extends NSBaseMetaTable<NamirasoftIn
|
|
|
48
48
|
this.back_end.get = async (id: string) =>
|
|
49
49
|
{
|
|
50
50
|
let server = this.database.getServer();
|
|
51
|
-
return await server.
|
|
51
|
+
return await server.messaging_category.Get(id);
|
|
52
52
|
};
|
|
53
53
|
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
54
54
|
{
|
|
55
55
|
let server = this.database.getServer();
|
|
56
|
-
return await server.
|
|
56
|
+
return await server.messaging_category.List(filters, page, size, sorts);
|
|
57
57
|
};
|
|
58
58
|
this.front_end.getUpdateLink = () => "";
|
|
59
59
|
}
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
|
|
21
21
|
import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
22
|
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
-
import {
|
|
23
|
+
import { MessagingFieldRow } from "../row/MessagingFieldRow";
|
|
24
24
|
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
25
25
|
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
26
26
|
|
|
27
|
-
export class
|
|
27
|
+
export class MessagingFieldMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, MessagingFieldRow>
|
|
28
28
|
{
|
|
29
29
|
public override columns: {
|
|
30
30
|
id: BaseMetaColumn;
|
|
@@ -37,7 +37,7 @@ export class MessageBrokerFieldMetaTable extends NSBaseMetaTable<NamirasoftInfra
|
|
|
37
37
|
}
|
|
38
38
|
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
39
39
|
{
|
|
40
|
-
super(database, "
|
|
40
|
+
super(database, "messaging_field", "Messaging Field", new BaseUUID(""));
|
|
41
41
|
this.columns = {
|
|
42
42
|
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
43
43
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
@@ -50,12 +50,12 @@ export class MessageBrokerFieldMetaTable extends NSBaseMetaTable<NamirasoftInfra
|
|
|
50
50
|
this.back_end.get = async (id: string) =>
|
|
51
51
|
{
|
|
52
52
|
let server = this.database.getServer();
|
|
53
|
-
return await server.
|
|
53
|
+
return await server.messaging_field.Get(id);
|
|
54
54
|
};
|
|
55
55
|
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
56
56
|
{
|
|
57
57
|
let server = this.database.getServer();
|
|
58
|
-
return await server.
|
|
58
|
+
return await server.messaging_field.List(filters, page, size, sorts);
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
};
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
|
|
21
21
|
import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
|
|
22
22
|
import { FilterItem, SortItem } from "namirasoft-core";
|
|
23
|
-
import {
|
|
23
|
+
import { MessagingRow } from "../row/MessagingRow";
|
|
24
24
|
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
25
25
|
import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
|
|
26
26
|
|
|
27
|
-
export class
|
|
27
|
+
export class MessagingMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, MessagingRow>
|
|
28
28
|
{
|
|
29
29
|
public override columns: {
|
|
30
30
|
id: BaseMetaColumn;
|
|
@@ -33,19 +33,21 @@ export class MessageBrokerMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
|
|
|
33
33
|
project_id: BaseMetaColumn;
|
|
34
34
|
environment_id: BaseMetaColumn;
|
|
35
35
|
log_group_id: BaseMetaColumn;
|
|
36
|
-
|
|
36
|
+
messaging_credential_id: BaseMetaColumn;
|
|
37
37
|
name: BaseMetaColumn;
|
|
38
38
|
type: BaseMetaColumn;
|
|
39
39
|
connect_type: BaseMetaColumn;
|
|
40
40
|
connect_server_id: BaseMetaColumn;
|
|
41
41
|
connect_kubernetes_id: BaseMetaColumn;
|
|
42
42
|
description: BaseMetaColumn;
|
|
43
|
+
meta_collective: BaseMetaColumn;
|
|
44
|
+
meta_derivative: BaseMetaColumn;
|
|
43
45
|
created_at: BaseMetaColumn;
|
|
44
46
|
updated_at: BaseMetaColumn;
|
|
45
47
|
}
|
|
46
48
|
constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
|
|
47
49
|
{
|
|
48
|
-
super(database, "
|
|
50
|
+
super(database, "messaging", "Messaging", new BaseUUID("ifr-mbk"));
|
|
49
51
|
this.columns = {
|
|
50
52
|
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
51
53
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
@@ -53,25 +55,27 @@ export class MessageBrokerMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
|
|
|
53
55
|
project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
|
|
54
56
|
environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
|
|
55
57
|
log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
|
|
56
|
-
|
|
58
|
+
messaging_credential_id: new BaseMetaColumn(this, "messaging_credential_id", "Messaging Credential ID", "String", true),
|
|
57
59
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
58
60
|
type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
|
|
59
61
|
connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
|
|
60
62
|
connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
|
|
61
63
|
connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
|
|
62
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
64
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
65
|
+
meta_collective: new BaseMetaColumn(this, "meta_collective", "Meta Collective", "Any", false),
|
|
66
|
+
meta_derivative: new BaseMetaColumn(this, "meta_derivative", "Meta Derivative", "Any", false),
|
|
63
67
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
64
68
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
65
69
|
};
|
|
66
70
|
this.back_end.get = async (id: string) =>
|
|
67
71
|
{
|
|
68
72
|
let server = this.database.getServer();
|
|
69
|
-
return await server.
|
|
73
|
+
return await server.messaging.Get(id);
|
|
70
74
|
};
|
|
71
75
|
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
72
76
|
{
|
|
73
77
|
let server = this.database.getServer();
|
|
74
|
-
return await server.
|
|
78
|
+
return await server.messaging.List(filters, page, size, sorts);
|
|
75
79
|
};
|
|
76
80
|
}
|
|
77
81
|
};
|