namirasoft-infra 1.4.1 → 1.4.3
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 +8 -8
- package/dist/NamirasoftInfraServer.js +9 -9
- package/dist/NamirasoftInfraServer.js.map +1 -1
- package/dist/{NamirasoftInfraServerChat.d.ts → NamirasoftInfraServerCloud.d.ts} +8 -4
- package/dist/{NamirasoftInfraServerChatTag.js → NamirasoftInfraServerCloud.js} +18 -18
- package/dist/NamirasoftInfraServerCloud.js.map +1 -0
- package/dist/{NamirasoftInfraServerChatCategory.d.ts → NamirasoftInfraServerCloudCategory.d.ts} +5 -5
- package/dist/{NamirasoftInfraServerChatCategory.js → NamirasoftInfraServerCloudCategory.js} +8 -8
- package/dist/NamirasoftInfraServerCloudCategory.js.map +1 -0
- package/dist/{NamirasoftInfraServerChatField.d.ts → NamirasoftInfraServerCloudField.d.ts} +6 -6
- package/dist/{NamirasoftInfraServerChat.js → NamirasoftInfraServerCloudField.js} +34 -11
- package/dist/NamirasoftInfraServerCloudField.js.map +1 -0
- package/dist/{NamirasoftInfraServerChatTag.d.ts → NamirasoftInfraServerCloudTag.d.ts} +6 -6
- package/dist/{NamirasoftInfraServerChatField.js → NamirasoftInfraServerCloudTag.js} +9 -9
- package/dist/NamirasoftInfraServerCloudTag.js.map +1 -0
- package/dist/NamirasoftInfraServerMetric.d.ts +4 -1
- package/dist/NamirasoftInfraServerMetric.js.map +1 -1
- package/dist/NamirasoftInfraServerMonitor.d.ts +4 -2
- package/dist/NamirasoftInfraServerMonitor.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/{ChatCategoryCommand.d.ts → CloudCategoryCommand.d.ts} +1 -1
- package/dist/command/CloudCategoryCommand.js +21 -0
- package/dist/command/CloudCategoryCommand.js.map +1 -0
- package/dist/command/{ChatCategoryCreateCommand.d.ts → CloudCategoryCreateCommand.d.ts} +1 -1
- package/dist/command/{ChatCategoryCreateCommand.js → CloudCategoryCreateCommand.js} +5 -5
- package/dist/command/CloudCategoryCreateCommand.js.map +1 -0
- package/dist/command/{ChatCategoryDeleteCommand.d.ts → CloudCategoryDeleteCommand.d.ts} +1 -1
- package/dist/command/{ChatCategoryDeleteCommand.js → CloudCategoryDeleteCommand.js} +5 -5
- package/dist/command/CloudCategoryDeleteCommand.js.map +1 -0
- package/dist/command/{ChatCategoryListCommand.d.ts → CloudCategoryGetCommand.d.ts} +1 -1
- package/dist/command/{ChatCategoryGetCommand.js → CloudCategoryGetCommand.js} +5 -5
- package/dist/command/CloudCategoryGetCommand.js.map +1 -0
- package/dist/command/CloudCategoryListCommand.d.ts +5 -0
- package/dist/command/{ChatCategoryListCommand.js → CloudCategoryListCommand.js} +5 -5
- package/dist/command/CloudCategoryListCommand.js.map +1 -0
- package/dist/command/{ChatCommand.d.ts → CloudCommand.d.ts} +1 -1
- package/dist/command/CloudCommand.js +23 -0
- package/dist/command/CloudCommand.js.map +1 -0
- package/dist/command/{ChatTagListCommand.d.ts → CloudCreateCommand.d.ts} +1 -1
- package/dist/command/CloudCreateCommand.js +85 -0
- package/dist/command/CloudCreateCommand.js.map +1 -0
- package/dist/command/{ChatTagGetCommand.d.ts → CloudDeleteCommand.d.ts} +1 -1
- package/dist/command/{ChatTagGetCommand.js → CloudDeleteCommand.js} +5 -5
- package/dist/command/CloudDeleteCommand.js.map +1 -0
- package/dist/command/{ChatFieldCommand.d.ts → CloudFieldCommand.d.ts} +1 -1
- package/dist/command/CloudFieldCommand.js +23 -0
- package/dist/command/CloudFieldCommand.js.map +1 -0
- package/dist/command/{ChatFieldCreateCommand.d.ts → CloudFieldCreateCommand.d.ts} +1 -1
- package/dist/command/{ChatFieldCreateCommand.js → CloudFieldCreateCommand.js} +5 -5
- package/dist/command/CloudFieldCreateCommand.js.map +1 -0
- package/dist/command/{ChatFieldDeleteCommand.d.ts → CloudFieldDeleteCommand.d.ts} +1 -1
- package/dist/command/{ChatFieldDeleteCommand.js → CloudFieldDeleteCommand.js} +5 -5
- package/dist/command/CloudFieldDeleteCommand.js.map +1 -0
- package/dist/command/{ChatTagCreateCommand.d.ts → CloudFieldGetCommand.d.ts} +1 -1
- package/dist/command/{ChatTagDeleteCommand.js → CloudFieldGetCommand.js} +5 -5
- package/dist/command/{ChatTagDeleteCommand.js.map → CloudFieldGetCommand.js.map} +1 -1
- package/dist/command/{ChatFieldListCommand.d.ts → CloudFieldListCommand.d.ts} +1 -1
- package/dist/command/{ChatFieldListCommand.js → CloudFieldListCommand.js} +5 -5
- package/dist/command/CloudFieldListCommand.js.map +1 -0
- package/dist/command/{ChatCategoryGetCommand.d.ts → CloudFieldUpdateCommand.d.ts} +1 -1
- package/dist/command/{ChatFieldUpdateCommand.js → CloudFieldUpdateCommand.js} +5 -5
- package/dist/command/CloudFieldUpdateCommand.js.map +1 -0
- package/dist/command/{ChatGetCommand.d.ts → CloudGetCommand.d.ts} +1 -1
- package/dist/command/{ChatGetCommand.js → CloudGetCommand.js} +5 -5
- package/dist/command/CloudGetCommand.js.map +1 -0
- package/dist/command/{ChatListCommand.d.ts → CloudListCommand.d.ts} +1 -1
- package/dist/command/{ChatListCommand.js → CloudListCommand.js} +5 -5
- package/dist/command/CloudListCommand.js.map +1 -0
- package/dist/command/{ChatTagCommand.d.ts → CloudTagCommand.d.ts} +1 -1
- package/dist/command/CloudTagCommand.js +23 -0
- package/dist/command/CloudTagCommand.js.map +1 -0
- package/dist/command/CloudTagCreateCommand.d.ts +5 -0
- package/dist/command/{ChatTagCreateCommand.js → CloudTagCreateCommand.js} +5 -5
- package/dist/command/CloudTagCreateCommand.js.map +1 -0
- package/dist/command/CloudTagDeleteCommand.d.ts +5 -0
- package/dist/command/CloudTagDeleteCommand.js +38 -0
- package/dist/command/CloudTagDeleteCommand.js.map +1 -0
- package/dist/command/CloudTagGetCommand.d.ts +5 -0
- package/dist/command/{ChatFieldGetCommand.js → CloudTagGetCommand.js} +5 -5
- package/dist/command/CloudTagGetCommand.js.map +1 -0
- package/dist/command/{ChatFieldGetCommand.d.ts → CloudTagListCommand.d.ts} +1 -1
- package/dist/command/{ChatTagListCommand.js → CloudTagListCommand.js} +5 -5
- package/dist/command/CloudTagListCommand.js.map +1 -0
- package/dist/command/CloudTagUpdateCommand.d.ts +5 -0
- package/dist/command/{ChatTagUpdateCommand.js → CloudTagUpdateCommand.js} +5 -5
- package/dist/command/CloudTagUpdateCommand.js.map +1 -0
- package/dist/command/CloudUpdateCommand.d.ts +5 -0
- package/dist/command/CloudUpdateCommand.js +85 -0
- package/dist/command/CloudUpdateCommand.js.map +1 -0
- package/dist/command/DatabaseCreateCommand.js +9 -9
- package/dist/command/DatabaseCreateCommand.js.map +1 -1
- package/dist/command/DatabaseUpdateCommand.js +9 -9
- package/dist/command/DatabaseUpdateCommand.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/InMemoryStoreCreateCommand.js +9 -9
- package/dist/command/InMemoryStoreCreateCommand.js.map +1 -1
- package/dist/command/InMemoryStoreUpdateCommand.js +9 -9
- package/dist/command/InMemoryStoreUpdateCommand.js.map +1 -1
- package/dist/command/IncidentCreateCommand.js +1 -1
- package/dist/command/IncidentCreateCommand.js.map +1 -1
- package/dist/command/IncidentUpdateCommand.js +1 -1
- package/dist/command/IncidentUpdateCommand.js.map +1 -1
- package/dist/command/KubernetesCreateCommand.js +37 -1
- package/dist/command/KubernetesCreateCommand.js.map +1 -1
- package/dist/command/KubernetesUpdateCommand.js +37 -1
- package/dist/command/KubernetesUpdateCommand.js.map +1 -1
- package/dist/command/MessageBrokerCreateCommand.js +9 -9
- package/dist/command/MessageBrokerCreateCommand.js.map +1 -1
- package/dist/command/MessageBrokerUpdateCommand.js +9 -9
- package/dist/command/MessageBrokerUpdateCommand.js.map +1 -1
- package/dist/command/MetricCreateCommand.js +4 -13
- package/dist/command/MetricCreateCommand.js.map +1 -1
- package/dist/command/MetricUpdateCommand.js +4 -13
- package/dist/command/MetricUpdateCommand.js.map +1 -1
- package/dist/command/MonitorCreateCommand.js +5 -14
- package/dist/command/MonitorCreateCommand.js.map +1 -1
- package/dist/command/MonitorUpdateCommand.js +5 -14
- package/dist/command/MonitorUpdateCommand.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/ServerCreateCommand.js +28 -1
- package/dist/command/ServerCreateCommand.js.map +1 -1
- package/dist/command/ServerUpdateCommand.js +28 -1
- package/dist/command/ServerUpdateCommand.js.map +1 -1
- package/dist/command/cli.js +8 -8
- package/dist/command/cli.js.map +1 -1
- package/dist/enum/CloudType.d.ts +6 -0
- package/dist/enum/CloudType.js +11 -0
- package/dist/enum/CloudType.js.map +1 -0
- package/dist/enum/KubernetesCloud.d.ts +6 -0
- package/dist/enum/KubernetesCloud.js +11 -0
- package/dist/enum/KubernetesCloud.js.map +1 -0
- package/dist/enum/ServerCloud.d.ts +6 -0
- package/dist/enum/ServerCloud.js +11 -0
- package/dist/enum/ServerCloud.js.map +1 -0
- package/dist/index.d.ts +39 -34
- package/dist/index.js +39 -34
- package/dist/index.js.map +1 -1
- package/dist/meta/AlertMetaTable.js +1 -1
- package/dist/meta/AlertMetaTable.js.map +1 -1
- package/dist/meta/{ChatCategoryMetaTable.d.ts → CloudCategoryMetaTable.d.ts} +2 -2
- package/dist/meta/{ChatCategoryMetaTable.js → CloudCategoryMetaTable.js} +7 -7
- package/dist/meta/CloudCategoryMetaTable.js.map +1 -0
- package/dist/meta/{ChatFieldMetaTable.d.ts → CloudFieldMetaTable.d.ts} +2 -2
- package/dist/meta/{ChatFieldMetaTable.js → CloudFieldMetaTable.js} +7 -7
- package/dist/meta/CloudFieldMetaTable.js.map +1 -0
- package/dist/meta/{ChatMetaTable.d.ts → CloudMetaTable.d.ts} +5 -6
- package/dist/meta/{ChatMetaTable.js → CloudMetaTable.js} +10 -13
- package/dist/meta/CloudMetaTable.js.map +1 -0
- package/dist/meta/{ChatTagMetaTable.d.ts → CloudTagMetaTable.d.ts} +2 -2
- package/dist/meta/{ChatTagMetaTable.js → CloudTagMetaTable.js} +7 -7
- package/dist/meta/CloudTagMetaTable.js.map +1 -0
- package/dist/meta/DatabaseMetaTable.d.ts +2 -2
- package/dist/meta/DatabaseMetaTable.js +3 -3
- package/dist/meta/DatabaseMetaTable.js.map +1 -1
- package/dist/meta/EnvironmentMetaTable.js +1 -1
- package/dist/meta/EnvironmentMetaTable.js.map +1 -1
- package/dist/meta/InMemoryStoreMetaTable.d.ts +2 -2
- package/dist/meta/InMemoryStoreMetaTable.js +3 -3
- package/dist/meta/InMemoryStoreMetaTable.js.map +1 -1
- package/dist/meta/IncidentMetaTable.js +1 -1
- package/dist/meta/IncidentMetaTable.js.map +1 -1
- package/dist/meta/KubernetesMetaTable.d.ts +4 -0
- package/dist/meta/KubernetesMetaTable.js +5 -1
- package/dist/meta/KubernetesMetaTable.js.map +1 -1
- package/dist/meta/MessageBrokerMetaTable.d.ts +2 -2
- package/dist/meta/MessageBrokerMetaTable.js +3 -3
- package/dist/meta/MessageBrokerMetaTable.js.map +1 -1
- package/dist/meta/MetricMetaTable.d.ts +1 -2
- package/dist/meta/MetricMetaTable.js +1 -2
- package/dist/meta/MetricMetaTable.js.map +1 -1
- package/dist/meta/MonitorMetaTable.d.ts +1 -2
- package/dist/meta/MonitorMetaTable.js +2 -3
- package/dist/meta/MonitorMetaTable.js.map +1 -1
- package/dist/meta/NamirasoftInfraMetaDatabase.d.ts +8 -8
- package/dist/meta/NamirasoftInfraMetaDatabase.js +9 -9
- package/dist/meta/NamirasoftInfraMetaDatabase.js.map +1 -1
- package/dist/meta/ProjectMetaTable.js +1 -1
- package/dist/meta/ProjectMetaTable.js.map +1 -1
- package/dist/meta/ServerMetaTable.d.ts +3 -0
- package/dist/meta/ServerMetaTable.js +4 -1
- package/dist/meta/ServerMetaTable.js.map +1 -1
- package/dist/row/AlertInputRow.d.ts +1 -1
- package/dist/row/AlertRow.d.ts +1 -1
- package/dist/row/{ChatCategoryRow.d.ts → CloudCategoryRow.d.ts} +1 -1
- package/dist/row/CloudCategoryRow.js +3 -0
- package/dist/row/CloudCategoryRow.js.map +1 -0
- package/dist/row/{ChatFieldRow.d.ts → CloudFieldRow.d.ts} +1 -1
- package/dist/row/{ChatFieldRow.js → CloudFieldRow.js} +1 -1
- package/dist/row/CloudFieldRow.js.map +1 -0
- package/dist/row/CloudInputRow.d.ts +8 -0
- package/dist/row/{ChatCategoryRow.js → CloudInputRow.js} +1 -1
- package/dist/row/CloudInputRow.js.map +1 -0
- package/dist/row/CloudRow.d.ts +12 -0
- package/dist/row/{ChatRow.js → CloudRow.js} +1 -1
- package/dist/row/CloudRow.js.map +1 -0
- package/dist/row/{ChatTagRow.d.ts → CloudTagRow.d.ts} +1 -1
- package/dist/row/{ChatTagRow.js → CloudTagRow.js} +1 -1
- package/dist/row/CloudTagRow.js.map +1 -0
- package/dist/row/DatabaseInputRow.d.ts +3 -3
- package/dist/row/DatabaseRow.d.ts +3 -3
- package/dist/row/EnvironmentInputRow.d.ts +1 -1
- package/dist/row/EnvironmentRow.d.ts +1 -1
- package/dist/row/InMemoryStoreInputRow.d.ts +3 -3
- package/dist/row/InMemoryStoreRow.d.ts +3 -3
- package/dist/row/IncidentInputRow.d.ts +1 -1
- package/dist/row/IncidentRow.d.ts +1 -1
- package/dist/row/KubernetesInputRow.d.ts +6 -1
- package/dist/row/KubernetesRow.d.ts +6 -1
- package/dist/row/MessageBrokerInputRow.d.ts +3 -3
- package/dist/row/MessageBrokerRow.d.ts +3 -3
- package/dist/row/MetricInputRow.d.ts +1 -3
- package/dist/row/MetricRow.d.ts +1 -3
- package/dist/row/MonitorInputRow.d.ts +2 -4
- package/dist/row/MonitorRow.d.ts +2 -4
- package/dist/row/ProjectInputRow.d.ts +1 -1
- package/dist/row/ProjectRow.d.ts +1 -1
- package/dist/row/ServerInputRow.d.ts +5 -1
- package/dist/row/ServerRow.d.ts +5 -1
- package/package.json +1 -1
- package/src/NamirasoftInfraServer.ts +13 -13
- package/src/{NamirasoftInfraServerChat.ts → NamirasoftInfraServerCloud.ts} +29 -8
- package/src/{NamirasoftInfraServerChatCategory.ts → NamirasoftInfraServerCloudCategory.ts} +12 -12
- package/src/{NamirasoftInfraServerChatField.ts → NamirasoftInfraServerCloudField.ts} +15 -15
- package/src/{NamirasoftInfraServerChatTag.ts → NamirasoftInfraServerCloudTag.ts} +15 -15
- package/src/NamirasoftInfraServerMetric.ts +2 -2
- package/src/NamirasoftInfraServerMonitor.ts +2 -3
- package/src/command/AlertCreateCommand.ts +1 -1
- package/src/command/AlertUpdateCommand.ts +1 -1
- package/src/command/{ChatCategoryCommand.ts → CloudCategoryCommand.ts} +9 -9
- package/src/command/{ChatCategoryCreateCommand.ts → CloudCategoryCreateCommand.ts} +2 -2
- package/src/command/{ChatCategoryDeleteCommand.ts → CloudCategoryDeleteCommand.ts} +2 -2
- package/src/command/{ChatFieldDeleteCommand.ts → CloudCategoryGetCommand.ts} +2 -2
- package/src/command/{ChatCategoryListCommand.ts → CloudCategoryListCommand.ts} +2 -2
- package/src/command/{ChatCommand.ts → CloudCommand.ts} +11 -5
- package/src/command/CloudCreateCommand.ts +92 -0
- package/src/command/{ChatTagGetCommand.ts → CloudDeleteCommand.ts} +2 -2
- package/src/command/{ChatFieldCommand.ts → CloudFieldCommand.ts} +11 -11
- package/src/command/{ChatFieldCreateCommand.ts → CloudFieldCreateCommand.ts} +2 -2
- package/src/command/{ChatCategoryGetCommand.ts → CloudFieldDeleteCommand.ts} +2 -2
- package/src/command/{ChatTagDeleteCommand.ts → CloudFieldGetCommand.ts} +2 -2
- package/src/command/{ChatFieldListCommand.ts → CloudFieldListCommand.ts} +2 -2
- package/src/command/{ChatFieldUpdateCommand.ts → CloudFieldUpdateCommand.ts} +2 -2
- package/src/command/{ChatGetCommand.ts → CloudGetCommand.ts} +2 -2
- package/src/command/{ChatListCommand.ts → CloudListCommand.ts} +2 -2
- package/src/command/{ChatTagCommand.ts → CloudTagCommand.ts} +11 -11
- package/src/command/{ChatTagCreateCommand.ts → CloudTagCreateCommand.ts} +2 -2
- package/src/command/CloudTagDeleteCommand.ts +45 -0
- package/src/command/{ChatFieldGetCommand.ts → CloudTagGetCommand.ts} +2 -2
- package/src/command/{ChatTagListCommand.ts → CloudTagListCommand.ts} +2 -2
- package/src/command/{ChatTagUpdateCommand.ts → CloudTagUpdateCommand.ts} +2 -2
- package/src/command/CloudUpdateCommand.ts +92 -0
- package/src/command/DatabaseCreateCommand.ts +9 -9
- package/src/command/DatabaseUpdateCommand.ts +9 -9
- package/src/command/EnvironmentCreateCommand.ts +1 -1
- package/src/command/EnvironmentUpdateCommand.ts +1 -1
- package/src/command/InMemoryStoreCreateCommand.ts +9 -9
- package/src/command/InMemoryStoreUpdateCommand.ts +9 -9
- package/src/command/IncidentCreateCommand.ts +1 -1
- package/src/command/IncidentUpdateCommand.ts +1 -1
- package/src/command/KubernetesCreateCommand.ts +37 -1
- package/src/command/KubernetesUpdateCommand.ts +37 -1
- package/src/command/MessageBrokerCreateCommand.ts +9 -9
- package/src/command/MessageBrokerUpdateCommand.ts +9 -9
- package/src/command/MetricCreateCommand.ts +4 -13
- package/src/command/MetricUpdateCommand.ts +4 -13
- package/src/command/MonitorCreateCommand.ts +5 -14
- package/src/command/MonitorUpdateCommand.ts +5 -14
- package/src/command/ProjectCreateCommand.ts +1 -1
- package/src/command/ProjectUpdateCommand.ts +1 -1
- package/src/command/ServerCreateCommand.ts +28 -1
- package/src/command/ServerUpdateCommand.ts +28 -1
- package/src/command/cli.ts +8 -8
- package/src/enum/{MetricIntervalUnit.ts → CloudType.ts} +5 -4
- package/src/enum/{MonitorHeartbeatIntervalUnit.ts → KubernetesCloud.ts} +5 -4
- package/src/enum/ServerCloud.ts +27 -0
- package/src/index.ts +39 -34
- package/src/meta/AlertMetaTable.ts +1 -1
- package/src/meta/{ChatCategoryMetaTable.ts → CloudCategoryMetaTable.ts} +5 -5
- package/src/meta/{ChatFieldMetaTable.ts → CloudFieldMetaTable.ts} +5 -5
- package/src/meta/{ChatMetaTable.ts → CloudMetaTable.ts} +11 -15
- package/src/meta/{ChatTagMetaTable.ts → CloudTagMetaTable.ts} +5 -5
- package/src/meta/DatabaseMetaTable.ts +5 -5
- package/src/meta/EnvironmentMetaTable.ts +1 -1
- package/src/meta/InMemoryStoreMetaTable.ts +5 -5
- package/src/meta/IncidentMetaTable.ts +1 -1
- package/src/meta/KubernetesMetaTable.ts +9 -1
- package/src/meta/MessageBrokerMetaTable.ts +5 -5
- package/src/meta/MetricMetaTable.ts +2 -4
- package/src/meta/MonitorMetaTable.ts +3 -5
- package/src/meta/NamirasoftInfraMetaDatabase.ts +13 -13
- package/src/meta/ProjectMetaTable.ts +1 -1
- package/src/meta/ServerMetaTable.ts +7 -1
- package/src/row/AlertInputRow.ts +1 -1
- package/src/row/AlertRow.ts +1 -1
- package/src/row/{ChatCategoryRow.ts → CloudCategoryRow.ts} +1 -1
- package/src/row/{ChatFieldRow.ts → CloudFieldRow.ts} +1 -1
- package/src/row/CloudInputRow.ts +30 -0
- package/src/row/{ChatRow.ts → CloudRow.ts} +6 -5
- package/src/row/{ChatTagRow.ts → CloudTagRow.ts} +1 -1
- package/src/row/DatabaseInputRow.ts +3 -3
- package/src/row/DatabaseRow.ts +3 -3
- package/src/row/EnvironmentInputRow.ts +1 -1
- package/src/row/EnvironmentRow.ts +1 -1
- package/src/row/InMemoryStoreInputRow.ts +3 -3
- package/src/row/InMemoryStoreRow.ts +3 -3
- package/src/row/IncidentInputRow.ts +1 -1
- package/src/row/IncidentRow.ts +1 -1
- package/src/row/KubernetesInputRow.ts +7 -1
- package/src/row/KubernetesRow.ts +7 -1
- package/src/row/MessageBrokerInputRow.ts +3 -3
- package/src/row/MessageBrokerRow.ts +3 -3
- package/src/row/MetricInputRow.ts +1 -3
- package/src/row/MetricRow.ts +1 -3
- package/src/row/MonitorInputRow.ts +2 -4
- package/src/row/MonitorRow.ts +2 -4
- package/src/row/ProjectInputRow.ts +1 -1
- package/src/row/ProjectRow.ts +1 -1
- package/src/row/ServerInputRow.ts +5 -1
- package/src/row/ServerRow.ts +5 -1
- package/dist/NamirasoftInfraServerChat.js.map +0 -1
- package/dist/NamirasoftInfraServerChatCategory.js.map +0 -1
- package/dist/NamirasoftInfraServerChatField.js.map +0 -1
- package/dist/NamirasoftInfraServerChatTag.js.map +0 -1
- package/dist/command/ChatCategoryCommand.js +0 -21
- package/dist/command/ChatCategoryCommand.js.map +0 -1
- package/dist/command/ChatCategoryCreateCommand.js.map +0 -1
- package/dist/command/ChatCategoryDeleteCommand.js.map +0 -1
- package/dist/command/ChatCategoryGetCommand.js.map +0 -1
- package/dist/command/ChatCategoryListCommand.js.map +0 -1
- package/dist/command/ChatCommand.js +0 -17
- package/dist/command/ChatCommand.js.map +0 -1
- package/dist/command/ChatFieldCommand.js +0 -23
- package/dist/command/ChatFieldCommand.js.map +0 -1
- package/dist/command/ChatFieldCreateCommand.js.map +0 -1
- package/dist/command/ChatFieldDeleteCommand.js.map +0 -1
- package/dist/command/ChatFieldGetCommand.js.map +0 -1
- package/dist/command/ChatFieldListCommand.js.map +0 -1
- package/dist/command/ChatFieldUpdateCommand.d.ts +0 -5
- package/dist/command/ChatFieldUpdateCommand.js.map +0 -1
- package/dist/command/ChatGetCommand.js.map +0 -1
- package/dist/command/ChatListCommand.js.map +0 -1
- package/dist/command/ChatTagCommand.js +0 -23
- package/dist/command/ChatTagCommand.js.map +0 -1
- package/dist/command/ChatTagCreateCommand.js.map +0 -1
- package/dist/command/ChatTagDeleteCommand.d.ts +0 -5
- package/dist/command/ChatTagGetCommand.js.map +0 -1
- package/dist/command/ChatTagListCommand.js.map +0 -1
- package/dist/command/ChatTagUpdateCommand.d.ts +0 -5
- package/dist/command/ChatTagUpdateCommand.js.map +0 -1
- package/dist/enum/MetricIntervalUnit.d.ts +0 -5
- package/dist/enum/MetricIntervalUnit.js +0 -10
- package/dist/enum/MetricIntervalUnit.js.map +0 -1
- package/dist/enum/MonitorHeartbeatIntervalUnit.d.ts +0 -5
- package/dist/enum/MonitorHeartbeatIntervalUnit.js +0 -10
- package/dist/enum/MonitorHeartbeatIntervalUnit.js.map +0 -1
- package/dist/meta/ChatCategoryMetaTable.js.map +0 -1
- package/dist/meta/ChatFieldMetaTable.js.map +0 -1
- package/dist/meta/ChatMetaTable.js.map +0 -1
- package/dist/meta/ChatTagMetaTable.js.map +0 -1
- package/dist/row/ChatCategoryRow.js.map +0 -1
- package/dist/row/ChatFieldRow.js.map +0 -1
- package/dist/row/ChatRow.d.ts +0 -12
- package/dist/row/ChatRow.js.map +0 -1
- package/dist/row/ChatTagRow.js.map +0 -1
|
@@ -37,8 +37,8 @@ export class InMemoryStoreMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
|
|
|
37
37
|
name: BaseMetaColumn;
|
|
38
38
|
type: BaseMetaColumn;
|
|
39
39
|
connect_type: BaseMetaColumn;
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
connect_server_id: BaseMetaColumn;
|
|
41
|
+
connect_kubernetes_id: BaseMetaColumn;
|
|
42
42
|
description: BaseMetaColumn;
|
|
43
43
|
created_at: BaseMetaColumn;
|
|
44
44
|
updated_at: BaseMetaColumn;
|
|
@@ -57,9 +57,9 @@ export class InMemoryStoreMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
|
|
|
57
57
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
58
58
|
type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
|
|
59
59
|
connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
60
|
+
connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
|
|
61
|
+
connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
|
|
62
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
63
63
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
64
64
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
65
65
|
};
|
|
@@ -55,7 +55,7 @@ export class IncidentMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, In
|
|
|
55
55
|
metric_id: new BaseMetaColumn(this, "metric_id", "Metric ID", "String", true),
|
|
56
56
|
chat_id: new BaseMetaColumn(this, "chat_id", "Chat ID", "String", true),
|
|
57
57
|
status: new BaseMetaColumn(this, "status", "Status", "Enum", true),
|
|
58
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
58
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
59
59
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
60
60
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
61
61
|
};
|
|
@@ -30,9 +30,13 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
|
|
|
30
30
|
id: BaseMetaColumn;
|
|
31
31
|
user_id: BaseMetaColumn;
|
|
32
32
|
workspace_id: BaseMetaColumn;
|
|
33
|
+
service_user_id: BaseMetaColumn;
|
|
34
|
+
service_session_id: BaseMetaColumn;
|
|
33
35
|
project_id: BaseMetaColumn;
|
|
34
36
|
environment_id: BaseMetaColumn;
|
|
35
37
|
log_group_id: BaseMetaColumn;
|
|
38
|
+
kubrenetes_on_server_id: BaseMetaColumn;
|
|
39
|
+
cloud: BaseMetaColumn;
|
|
36
40
|
name: BaseMetaColumn;
|
|
37
41
|
description: BaseMetaColumn;
|
|
38
42
|
hash: BaseMetaColumn;
|
|
@@ -48,11 +52,15 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
|
|
|
48
52
|
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
49
53
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
50
54
|
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
55
|
+
service_user_id: new BaseMetaColumn(this, "service_user_id", "Service User ID", "String", true),
|
|
56
|
+
service_session_id: new BaseMetaColumn(this, "service_session_id", "Service Session ID", "String", true),
|
|
51
57
|
project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
|
|
52
58
|
environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
|
|
53
59
|
log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
|
|
60
|
+
kubrenetes_on_server_id: new BaseMetaColumn(this, "kubrenetes_on_server_id", "Kubrenetes On Server ID", "String", true),
|
|
61
|
+
cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
|
|
54
62
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
55
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
63
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
56
64
|
hash: new BaseMetaColumn(this, "hash", "Hash", "String", true),
|
|
57
65
|
ip_public: new BaseMetaColumn(this, "ip_public", "IP Public", "String", true),
|
|
58
66
|
last_sync: new BaseMetaColumn(this, "last_sync", "Last Sync", "String", true),
|
|
@@ -37,8 +37,8 @@ export class MessageBrokerMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
|
|
|
37
37
|
name: BaseMetaColumn;
|
|
38
38
|
type: BaseMetaColumn;
|
|
39
39
|
connect_type: BaseMetaColumn;
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
connect_server_id: BaseMetaColumn;
|
|
41
|
+
connect_kubernetes_id: BaseMetaColumn;
|
|
42
42
|
description: BaseMetaColumn;
|
|
43
43
|
created_at: BaseMetaColumn;
|
|
44
44
|
updated_at: BaseMetaColumn;
|
|
@@ -57,9 +57,9 @@ export class MessageBrokerMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
|
|
|
57
57
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
58
58
|
type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
|
|
59
59
|
connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
60
|
+
connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
|
|
61
|
+
connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
|
|
62
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
63
63
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
64
64
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
65
65
|
};
|
|
@@ -37,8 +37,7 @@ export class MetricMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Metr
|
|
|
37
37
|
caller_server_id: BaseMetaColumn;
|
|
38
38
|
caller_kubernetes_id: BaseMetaColumn;
|
|
39
39
|
url: BaseMetaColumn;
|
|
40
|
-
|
|
41
|
-
interval_unit: BaseMetaColumn;
|
|
40
|
+
interval_scheduler_id: BaseMetaColumn;
|
|
42
41
|
description: BaseMetaColumn;
|
|
43
42
|
created_at: BaseMetaColumn;
|
|
44
43
|
updated_at: BaseMetaColumn;
|
|
@@ -57,8 +56,7 @@ export class MetricMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Metr
|
|
|
57
56
|
caller_server_id: new BaseMetaColumn(this, "caller_server_id", "Caller Server ID", "String", false),
|
|
58
57
|
caller_kubernetes_id: new BaseMetaColumn(this, "caller_kubernetes_id", "Caller Kubernetes ID", "String", false),
|
|
59
58
|
url: new BaseMetaColumn(this, "url", "URL", "String", true),
|
|
60
|
-
|
|
61
|
-
interval_unit: new BaseMetaColumn(this, "interval_unit", "Interval Unit", "Enum", true),
|
|
59
|
+
interval_scheduler_id: new BaseMetaColumn(this, "interval_scheduler_id", "Interval Scheduler ID", "String", true),
|
|
62
60
|
description: new BaseMetaColumn(this, "description", "Description", "String", true),
|
|
63
61
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
64
62
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
@@ -38,8 +38,7 @@ export class MonitorMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Mon
|
|
|
38
38
|
caller_server_id: BaseMetaColumn;
|
|
39
39
|
caller_kubernetes_id: BaseMetaColumn;
|
|
40
40
|
up_side_down: BaseMetaColumn;
|
|
41
|
-
|
|
42
|
-
heartbeat_interval_unit: BaseMetaColumn;
|
|
41
|
+
heartbeat_interval_scheduler_id: BaseMetaColumn;
|
|
43
42
|
retries: BaseMetaColumn;
|
|
44
43
|
heartbeat_retry_interval_value: BaseMetaColumn;
|
|
45
44
|
heartbeat_retry_interval_unit: BaseMetaColumn;
|
|
@@ -85,8 +84,7 @@ export class MonitorMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Mon
|
|
|
85
84
|
caller_server_id: new BaseMetaColumn(this, "caller_server_id", "Caller Server ID", "String", false),
|
|
86
85
|
caller_kubernetes_id: new BaseMetaColumn(this, "caller_kubernetes_id", "Caller Kubernetes ID", "String", false),
|
|
87
86
|
up_side_down: new BaseMetaColumn(this, "up_side_down", "Up Side Down", "Boolean", true),
|
|
88
|
-
|
|
89
|
-
heartbeat_interval_unit: new BaseMetaColumn(this, "heartbeat_interval_unit", "Heartbeat Interval Unit", "Enum", true),
|
|
87
|
+
heartbeat_interval_scheduler_id: new BaseMetaColumn(this, "heartbeat_interval_scheduler_id", "Heartbeat Interval Scheduler ID", "String", true),
|
|
90
88
|
retries: new BaseMetaColumn(this, "retries", "Retries", "Integer", true),
|
|
91
89
|
heartbeat_retry_interval_value: new BaseMetaColumn(this, "heartbeat_retry_interval_value", "Heartbeat Retry Interval Value", "Integer", true),
|
|
92
90
|
heartbeat_retry_interval_unit: new BaseMetaColumn(this, "heartbeat_retry_interval_unit", "Heartbeat Retry Interval Unit", "Enum", true),
|
|
@@ -113,7 +111,7 @@ export class MonitorMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Mon
|
|
|
113
111
|
docker_container_id_or_name: new BaseMetaColumn(this, "docker_container_id_or_name", "Docker Container ID Or Name", "String", false),
|
|
114
112
|
kubernetes_pod_controller_type: new BaseMetaColumn(this, "kubernetes_pod_controller_type", "Kubernetes Pod Controller Type", "Enum", false),
|
|
115
113
|
kubernetes_pod_controller_name: new BaseMetaColumn(this, "kubernetes_pod_controller_name", "Kubernetes Pod Controller Name", "String", false),
|
|
116
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
114
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
117
115
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
118
116
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
119
117
|
};
|
|
@@ -22,10 +22,10 @@ import { AlertCategoryMetaTable } from "./AlertCategoryMetaTable";
|
|
|
22
22
|
import { AlertFieldMetaTable } from "./AlertFieldMetaTable";
|
|
23
23
|
import { AlertMetaTable } from "./AlertMetaTable";
|
|
24
24
|
import { AlertTagMetaTable } from "./AlertTagMetaTable";
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
25
|
+
import { CloudCategoryMetaTable } from "./CloudCategoryMetaTable";
|
|
26
|
+
import { CloudFieldMetaTable } from "./CloudFieldMetaTable";
|
|
27
|
+
import { CloudMetaTable } from "./CloudMetaTable";
|
|
28
|
+
import { CloudTagMetaTable } from "./CloudTagMetaTable";
|
|
29
29
|
import { DatabaseCategoryMetaTable } from "./DatabaseCategoryMetaTable";
|
|
30
30
|
import { DatabaseFieldMetaTable } from "./DatabaseFieldMetaTable";
|
|
31
31
|
import { DatabaseMetaTable } from "./DatabaseMetaTable";
|
|
@@ -76,6 +76,10 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
|
|
|
76
76
|
private token_manager?: TokenManager;
|
|
77
77
|
private onError?: (error: Error) => void;
|
|
78
78
|
public override tables: {
|
|
79
|
+
cloud_category: CloudCategoryMetaTable,
|
|
80
|
+
cloud_field: CloudFieldMetaTable,
|
|
81
|
+
cloud_tag: CloudTagMetaTable,
|
|
82
|
+
cloud: CloudMetaTable,
|
|
79
83
|
project_category: ProjectCategoryMetaTable,
|
|
80
84
|
project_field: ProjectFieldMetaTable,
|
|
81
85
|
project_tag: ProjectTagMetaTable,
|
|
@@ -96,10 +100,6 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
|
|
|
96
100
|
alert_field: AlertFieldMetaTable,
|
|
97
101
|
alert_tag: AlertTagMetaTable,
|
|
98
102
|
alert: AlertMetaTable,
|
|
99
|
-
chat_category: ChatCategoryMetaTable,
|
|
100
|
-
chat_field: ChatFieldMetaTable,
|
|
101
|
-
chat_tag: ChatTagMetaTable,
|
|
102
|
-
chat: ChatMetaTable,
|
|
103
103
|
database_category: DatabaseCategoryMetaTable,
|
|
104
104
|
database_field: DatabaseFieldMetaTable,
|
|
105
105
|
database_tag: DatabaseTagMetaTable,
|
|
@@ -127,10 +127,14 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
|
|
|
127
127
|
};
|
|
128
128
|
constructor(token_manager?: TokenManager, onError?: (error: Error) => void)
|
|
129
129
|
{
|
|
130
|
-
super({ id: "prd-
|
|
130
|
+
super({ id: "prd-004bd13e48364979", name: "Namirasoft Infra", headline: "", description: "", logo: "https://static.namirasoft.com/image/namirasoft/infra/logo/base.png", link: "undefined" });
|
|
131
131
|
this.token_manager = token_manager;
|
|
132
132
|
this.onError = onError;
|
|
133
133
|
this.tables = {
|
|
134
|
+
cloud_category: new CloudCategoryMetaTable(this),
|
|
135
|
+
cloud_field: new CloudFieldMetaTable(this),
|
|
136
|
+
cloud_tag: new CloudTagMetaTable(this),
|
|
137
|
+
cloud: new CloudMetaTable(this),
|
|
134
138
|
project_category: new ProjectCategoryMetaTable(this),
|
|
135
139
|
project_field: new ProjectFieldMetaTable(this),
|
|
136
140
|
project_tag: new ProjectTagMetaTable(this),
|
|
@@ -151,10 +155,6 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
|
|
|
151
155
|
alert_field: new AlertFieldMetaTable(this),
|
|
152
156
|
alert_tag: new AlertTagMetaTable(this),
|
|
153
157
|
alert: new AlertMetaTable(this),
|
|
154
|
-
chat_category: new ChatCategoryMetaTable(this),
|
|
155
|
-
chat_field: new ChatFieldMetaTable(this),
|
|
156
|
-
chat_tag: new ChatTagMetaTable(this),
|
|
157
|
-
chat: new ChatMetaTable(this),
|
|
158
158
|
database_category: new DatabaseCategoryMetaTable(this),
|
|
159
159
|
database_field: new DatabaseFieldMetaTable(this),
|
|
160
160
|
database_tag: new DatabaseTagMetaTable(this),
|
|
@@ -43,7 +43,7 @@ export class ProjectMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Pro
|
|
|
43
43
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
44
44
|
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
45
45
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
46
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
46
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
47
47
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
48
48
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
49
49
|
};
|
|
@@ -30,9 +30,12 @@ export class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Serv
|
|
|
30
30
|
id: BaseMetaColumn;
|
|
31
31
|
user_id: BaseMetaColumn;
|
|
32
32
|
workspace_id: BaseMetaColumn;
|
|
33
|
+
service_user_id: BaseMetaColumn;
|
|
34
|
+
service_session_id: BaseMetaColumn;
|
|
33
35
|
project_id: BaseMetaColumn;
|
|
34
36
|
environment_id: BaseMetaColumn;
|
|
35
37
|
log_group_id: BaseMetaColumn;
|
|
38
|
+
cloud: BaseMetaColumn;
|
|
36
39
|
name: BaseMetaColumn;
|
|
37
40
|
metric_retention_unit: BaseMetaColumn;
|
|
38
41
|
metric_retention_value: BaseMetaColumn;
|
|
@@ -60,13 +63,16 @@ export class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Serv
|
|
|
60
63
|
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
61
64
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
62
65
|
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
66
|
+
service_user_id: new BaseMetaColumn(this, "service_user_id", "Service User ID", "String", true),
|
|
67
|
+
service_session_id: new BaseMetaColumn(this, "service_session_id", "Service Session ID", "String", true),
|
|
63
68
|
project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
|
|
64
69
|
environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
|
|
65
70
|
log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
|
|
71
|
+
cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
|
|
66
72
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
67
73
|
metric_retention_unit: new BaseMetaColumn(this, "metric_retention_unit", "Metric Retention Unit", "Enum", true),
|
|
68
74
|
metric_retention_value: new BaseMetaColumn(this, "metric_retention_value", "Metric Retention Value", "Integer", true),
|
|
69
|
-
description: new BaseMetaColumn(this, "description", "Description", "String",
|
|
75
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
70
76
|
hash: new BaseMetaColumn(this, "hash", "Hash", "String", true),
|
|
71
77
|
ip_public: new BaseMetaColumn(this, "ip_public", "IP Public", "String", true),
|
|
72
78
|
ip_private: new BaseMetaColumn(this, "ip_private", "IP Private", "String", true),
|
package/src/row/AlertInputRow.ts
CHANGED
package/src/row/AlertRow.ts
CHANGED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { CloudType } from "../enum/CloudType";
|
|
22
|
+
|
|
23
|
+
export type CloudInputRow =
|
|
24
|
+
{
|
|
25
|
+
workspace_id: string;
|
|
26
|
+
ctl_on_server_id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
type: CloudType;
|
|
29
|
+
description: (string | null);
|
|
30
|
+
}
|
|
@@ -18,16 +18,17 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
import { CloudType } from "../enum/CloudType";
|
|
22
|
+
|
|
23
|
+
export type CloudRow =
|
|
22
24
|
{
|
|
23
25
|
id: string;
|
|
24
26
|
user_id: string;
|
|
25
27
|
workspace_id: string;
|
|
26
|
-
|
|
27
|
-
environment_id: string;
|
|
28
|
-
incident_id: (string | null);
|
|
28
|
+
ctl_on_server_id: string;
|
|
29
29
|
name: string;
|
|
30
|
-
|
|
30
|
+
type: CloudType;
|
|
31
|
+
description: (string | null);
|
|
31
32
|
created_at: Date;
|
|
32
33
|
updated_at: Date;
|
|
33
34
|
}
|
|
@@ -31,7 +31,7 @@ export type DatabaseInputRow =
|
|
|
31
31
|
name: string;
|
|
32
32
|
type: DatabaseType;
|
|
33
33
|
connect_type: DatabaseConnectType;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
description: string;
|
|
34
|
+
connect_server_id: (string | null);
|
|
35
|
+
connect_kubernetes_id: (string | null);
|
|
36
|
+
description: (string | null);
|
|
37
37
|
}
|
package/src/row/DatabaseRow.ts
CHANGED
|
@@ -33,9 +33,9 @@ export type DatabaseRow =
|
|
|
33
33
|
name: string;
|
|
34
34
|
type: DatabaseType;
|
|
35
35
|
connect_type: DatabaseConnectType;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
description: string;
|
|
36
|
+
connect_server_id: (string | null);
|
|
37
|
+
connect_kubernetes_id: (string | null);
|
|
38
|
+
description: (string | null);
|
|
39
39
|
created_at: Date;
|
|
40
40
|
updated_at: Date;
|
|
41
41
|
}
|
|
@@ -31,7 +31,7 @@ export type InMemoryStoreInputRow =
|
|
|
31
31
|
name: string;
|
|
32
32
|
type: InMemoryStoreType;
|
|
33
33
|
connect_type: InMemoryStoreConnectType;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
description: string;
|
|
34
|
+
connect_server_id: (string | null);
|
|
35
|
+
connect_kubernetes_id: (string | null);
|
|
36
|
+
description: (string | null);
|
|
37
37
|
}
|
|
@@ -33,9 +33,9 @@ export type InMemoryStoreRow =
|
|
|
33
33
|
name: string;
|
|
34
34
|
type: InMemoryStoreType;
|
|
35
35
|
connect_type: InMemoryStoreConnectType;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
description: string;
|
|
36
|
+
connect_server_id: (string | null);
|
|
37
|
+
connect_kubernetes_id: (string | null);
|
|
38
|
+
description: (string | null);
|
|
39
39
|
created_at: Date;
|
|
40
40
|
updated_at: Date;
|
|
41
41
|
}
|
package/src/row/IncidentRow.ts
CHANGED
|
@@ -18,14 +18,20 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { KubernetesCloud } from "../enum/KubernetesCloud";
|
|
22
|
+
|
|
21
23
|
export type KubernetesInputRow =
|
|
22
24
|
{
|
|
23
25
|
workspace_id: string;
|
|
26
|
+
service_user_id: string;
|
|
27
|
+
service_session_id: string;
|
|
24
28
|
project_id: string;
|
|
25
29
|
environment_id: string;
|
|
26
30
|
log_group_id: (string | null);
|
|
31
|
+
kubrenetes_on_server_id: string;
|
|
32
|
+
cloud: KubernetesCloud;
|
|
27
33
|
name: string;
|
|
28
|
-
description: string;
|
|
34
|
+
description: (string | null);
|
|
29
35
|
hash: string;
|
|
30
36
|
ip_public: string;
|
|
31
37
|
last_sync: string;
|
package/src/row/KubernetesRow.ts
CHANGED
|
@@ -18,16 +18,22 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { KubernetesCloud } from "../enum/KubernetesCloud";
|
|
22
|
+
|
|
21
23
|
export type KubernetesRow =
|
|
22
24
|
{
|
|
23
25
|
id: string;
|
|
24
26
|
user_id: string;
|
|
25
27
|
workspace_id: string;
|
|
28
|
+
service_user_id: string;
|
|
29
|
+
service_session_id: string;
|
|
26
30
|
project_id: string;
|
|
27
31
|
environment_id: string;
|
|
28
32
|
log_group_id: (string | null);
|
|
33
|
+
kubrenetes_on_server_id: string;
|
|
34
|
+
cloud: KubernetesCloud;
|
|
29
35
|
name: string;
|
|
30
|
-
description: string;
|
|
36
|
+
description: (string | null);
|
|
31
37
|
hash: string;
|
|
32
38
|
ip_public: string;
|
|
33
39
|
last_sync: string;
|
|
@@ -31,7 +31,7 @@ export type MessageBrokerInputRow =
|
|
|
31
31
|
name: string;
|
|
32
32
|
type: MessageBrokerType;
|
|
33
33
|
connect_type: MessageBrokerConnectType;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
description: string;
|
|
34
|
+
connect_server_id: (string | null);
|
|
35
|
+
connect_kubernetes_id: (string | null);
|
|
36
|
+
description: (string | null);
|
|
37
37
|
}
|
|
@@ -33,9 +33,9 @@ export type MessageBrokerRow =
|
|
|
33
33
|
name: string;
|
|
34
34
|
type: MessageBrokerType;
|
|
35
35
|
connect_type: MessageBrokerConnectType;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
description: string;
|
|
36
|
+
connect_server_id: (string | null);
|
|
37
|
+
connect_kubernetes_id: (string | null);
|
|
38
|
+
description: (string | null);
|
|
39
39
|
created_at: Date;
|
|
40
40
|
updated_at: Date;
|
|
41
41
|
}
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
21
|
import { MetricCallerType } from "../enum/MetricCallerType";
|
|
22
|
-
import { MetricIntervalUnit } from "../enum/MetricIntervalUnit";
|
|
23
22
|
|
|
24
23
|
export type MetricInputRow =
|
|
25
24
|
{
|
|
@@ -31,7 +30,6 @@ export type MetricInputRow =
|
|
|
31
30
|
caller_server_id: (string | null);
|
|
32
31
|
caller_kubernetes_id: (string | null);
|
|
33
32
|
url: string;
|
|
34
|
-
|
|
35
|
-
interval_unit: MetricIntervalUnit;
|
|
33
|
+
interval_scheduler_id: string;
|
|
36
34
|
description: string;
|
|
37
35
|
}
|
package/src/row/MetricRow.ts
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
21
|
import { MetricCallerType } from "../enum/MetricCallerType";
|
|
22
|
-
import { MetricIntervalUnit } from "../enum/MetricIntervalUnit";
|
|
23
22
|
|
|
24
23
|
export type MetricRow =
|
|
25
24
|
{
|
|
@@ -33,8 +32,7 @@ export type MetricRow =
|
|
|
33
32
|
caller_server_id: (string | null);
|
|
34
33
|
caller_kubernetes_id: (string | null);
|
|
35
34
|
url: string;
|
|
36
|
-
|
|
37
|
-
interval_unit: MetricIntervalUnit;
|
|
35
|
+
interval_scheduler_id: string;
|
|
38
36
|
description: string;
|
|
39
37
|
created_at: Date;
|
|
40
38
|
updated_at: Date;
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
import { MonitorCallerType } from "../enum/MonitorCallerType";
|
|
22
22
|
import { MonitorDockerContainerConnectionType } from "../enum/MonitorDockerContainerConnectionType";
|
|
23
23
|
import { MonitorHTTPBodyEncoding } from "../enum/MonitorHTTPBodyEncoding";
|
|
24
|
-
import { MonitorHeartbeatIntervalUnit } from "../enum/MonitorHeartbeatIntervalUnit";
|
|
25
24
|
import { MonitorHeartbeatRetryIntervalUnit } from "../enum/MonitorHeartbeatRetryIntervalUnit";
|
|
26
25
|
import { MonitorKubernetesPodControllerType } from "../enum/MonitorKubernetesPodControllerType";
|
|
27
26
|
import { MonitorRequestTimeoutUnit } from "../enum/MonitorRequestTimeoutUnit";
|
|
@@ -38,8 +37,7 @@ export type MonitorInputRow =
|
|
|
38
37
|
caller_server_id: (string | null);
|
|
39
38
|
caller_kubernetes_id: (string | null);
|
|
40
39
|
up_side_down: boolean;
|
|
41
|
-
|
|
42
|
-
heartbeat_interval_unit: MonitorHeartbeatIntervalUnit;
|
|
40
|
+
heartbeat_interval_scheduler_id: string;
|
|
43
41
|
retries: number;
|
|
44
42
|
heartbeat_retry_interval_value: number;
|
|
45
43
|
heartbeat_retry_interval_unit: MonitorHeartbeatRetryIntervalUnit;
|
|
@@ -66,5 +64,5 @@ export type MonitorInputRow =
|
|
|
66
64
|
docker_container_id_or_name: (string | null);
|
|
67
65
|
kubernetes_pod_controller_type: (MonitorKubernetesPodControllerType | null);
|
|
68
66
|
kubernetes_pod_controller_name: (string | null);
|
|
69
|
-
description: string;
|
|
67
|
+
description: (string | null);
|
|
70
68
|
}
|
package/src/row/MonitorRow.ts
CHANGED
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
import { MonitorCallerType } from "../enum/MonitorCallerType";
|
|
22
22
|
import { MonitorDockerContainerConnectionType } from "../enum/MonitorDockerContainerConnectionType";
|
|
23
23
|
import { MonitorHTTPBodyEncoding } from "../enum/MonitorHTTPBodyEncoding";
|
|
24
|
-
import { MonitorHeartbeatIntervalUnit } from "../enum/MonitorHeartbeatIntervalUnit";
|
|
25
24
|
import { MonitorHeartbeatRetryIntervalUnit } from "../enum/MonitorHeartbeatRetryIntervalUnit";
|
|
26
25
|
import { MonitorKubernetesPodControllerType } from "../enum/MonitorKubernetesPodControllerType";
|
|
27
26
|
import { MonitorRequestTimeoutUnit } from "../enum/MonitorRequestTimeoutUnit";
|
|
@@ -40,8 +39,7 @@ export type MonitorRow =
|
|
|
40
39
|
caller_server_id: (string | null);
|
|
41
40
|
caller_kubernetes_id: (string | null);
|
|
42
41
|
up_side_down: boolean;
|
|
43
|
-
|
|
44
|
-
heartbeat_interval_unit: MonitorHeartbeatIntervalUnit;
|
|
42
|
+
heartbeat_interval_scheduler_id: string;
|
|
45
43
|
retries: number;
|
|
46
44
|
heartbeat_retry_interval_value: number;
|
|
47
45
|
heartbeat_retry_interval_unit: MonitorHeartbeatRetryIntervalUnit;
|
|
@@ -68,7 +66,7 @@ export type MonitorRow =
|
|
|
68
66
|
docker_container_id_or_name: (string | null);
|
|
69
67
|
kubernetes_pod_controller_type: (MonitorKubernetesPodControllerType | null);
|
|
70
68
|
kubernetes_pod_controller_name: (string | null);
|
|
71
|
-
description: string;
|
|
69
|
+
description: (string | null);
|
|
72
70
|
created_at: Date;
|
|
73
71
|
updated_at: Date;
|
|
74
72
|
}
|