namirasoft-expert 1.4.21 → 1.4.23
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/NamirasoftExpertServer.js +1 -1
- package/dist/NamirasoftExpertServerDescriptionCache.d.ts +5 -0
- package/dist/NamirasoftExpertServerDescriptionCache.js +8 -0
- package/dist/NamirasoftExpertServerDescriptionCache.js.map +1 -1
- package/dist/NamirasoftExpertServerDescriptionDatabase.d.ts +5 -0
- package/dist/NamirasoftExpertServerDescriptionDatabase.js +8 -0
- package/dist/NamirasoftExpertServerDescriptionDatabase.js.map +1 -1
- package/dist/NamirasoftExpertServerDescriptionDocker.d.ts +5 -0
- package/dist/NamirasoftExpertServerDescriptionDocker.js +8 -0
- package/dist/NamirasoftExpertServerDescriptionDocker.js.map +1 -1
- package/dist/NamirasoftExpertServerDescriptionKubernetes.d.ts +5 -0
- package/dist/NamirasoftExpertServerDescriptionKubernetes.js +8 -0
- package/dist/NamirasoftExpertServerDescriptionKubernetes.js.map +1 -1
- package/dist/NamirasoftExpertServerDescriptionMessaging.d.ts +5 -0
- package/dist/NamirasoftExpertServerDescriptionMessaging.js +8 -0
- package/dist/NamirasoftExpertServerDescriptionMessaging.js.map +1 -1
- package/dist/NamirasoftExpertServerDescriptionMetric.d.ts +5 -0
- package/dist/NamirasoftExpertServerDescriptionMetric.js +8 -0
- package/dist/NamirasoftExpertServerDescriptionMetric.js.map +1 -1
- package/dist/NamirasoftExpertServerDescriptionServer.d.ts +3 -3
- package/dist/NamirasoftExpertServerDescriptionServer.js +7 -7
- package/dist/NamirasoftExpertServerDescriptionServer.js.map +1 -1
- package/dist/NamirasoftExpertServerDescriptionStreaming.d.ts +5 -0
- package/dist/NamirasoftExpertServerDescriptionStreaming.js +8 -0
- package/dist/NamirasoftExpertServerDescriptionStreaming.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleAssignmentCache.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleAssignmentCache.js +8 -0
- package/dist/NamirasoftExpertServerRoleAssignmentCache.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleAssignmentDatabase.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleAssignmentDatabase.js +8 -0
- package/dist/NamirasoftExpertServerRoleAssignmentDatabase.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleAssignmentDocker.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleAssignmentDocker.js +8 -0
- package/dist/NamirasoftExpertServerRoleAssignmentDocker.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleAssignmentKubernetes.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleAssignmentKubernetes.js +8 -0
- package/dist/NamirasoftExpertServerRoleAssignmentKubernetes.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleAssignmentMessaging.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleAssignmentMessaging.js +8 -0
- package/dist/NamirasoftExpertServerRoleAssignmentMessaging.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleAssignmentMetric.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleAssignmentMetric.js +8 -0
- package/dist/NamirasoftExpertServerRoleAssignmentMetric.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleAssignmentStreaming.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleAssignmentStreaming.js +8 -0
- package/dist/NamirasoftExpertServerRoleAssignmentStreaming.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleCache.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleCache.js +8 -0
- package/dist/NamirasoftExpertServerRoleCache.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleDatabase.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleDatabase.js +8 -0
- package/dist/NamirasoftExpertServerRoleDatabase.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleDocker.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleDocker.js +8 -0
- package/dist/NamirasoftExpertServerRoleDocker.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleKubernetes.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleKubernetes.js +8 -0
- package/dist/NamirasoftExpertServerRoleKubernetes.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleMessaging.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleMessaging.js +8 -0
- package/dist/NamirasoftExpertServerRoleMessaging.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleMetric.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleMetric.js +8 -0
- package/dist/NamirasoftExpertServerRoleMetric.js.map +1 -1
- package/dist/NamirasoftExpertServerRoleStreaming.d.ts +5 -0
- package/dist/NamirasoftExpertServerRoleStreaming.js +8 -0
- package/dist/NamirasoftExpertServerRoleStreaming.js.map +1 -1
- package/dist/command/DescriptionCacheCommand.js +2 -0
- package/dist/command/DescriptionCacheCommand.js.map +1 -1
- package/dist/command/DescriptionCacheTrackCommand.d.ts +5 -0
- package/dist/command/DescriptionCacheTrackCommand.js +38 -0
- package/dist/command/DescriptionCacheTrackCommand.js.map +1 -0
- package/dist/command/DescriptionDatabaseCommand.js +2 -0
- package/dist/command/DescriptionDatabaseCommand.js.map +1 -1
- package/dist/command/DescriptionDatabaseTrackCommand.d.ts +5 -0
- package/dist/command/DescriptionDatabaseTrackCommand.js +38 -0
- package/dist/command/DescriptionDatabaseTrackCommand.js.map +1 -0
- package/dist/command/DescriptionDockerCommand.js +2 -0
- package/dist/command/DescriptionDockerCommand.js.map +1 -1
- package/dist/command/DescriptionDockerTrackCommand.d.ts +5 -0
- package/dist/command/DescriptionDockerTrackCommand.js +38 -0
- package/dist/command/DescriptionDockerTrackCommand.js.map +1 -0
- package/dist/command/DescriptionKubernetesCommand.js +2 -0
- package/dist/command/DescriptionKubernetesCommand.js.map +1 -1
- package/dist/command/DescriptionKubernetesTrackCommand.d.ts +5 -0
- package/dist/command/DescriptionKubernetesTrackCommand.js +38 -0
- package/dist/command/DescriptionKubernetesTrackCommand.js.map +1 -0
- package/dist/command/DescriptionMessagingCommand.js +2 -0
- package/dist/command/DescriptionMessagingCommand.js.map +1 -1
- package/dist/command/DescriptionMessagingTrackCommand.d.ts +5 -0
- package/dist/command/DescriptionMessagingTrackCommand.js +38 -0
- package/dist/command/DescriptionMessagingTrackCommand.js.map +1 -0
- package/dist/command/DescriptionMetricCommand.js +2 -0
- package/dist/command/DescriptionMetricCommand.js.map +1 -1
- package/dist/command/DescriptionMetricTrackCommand.d.ts +5 -0
- package/dist/command/DescriptionMetricTrackCommand.js +38 -0
- package/dist/command/DescriptionMetricTrackCommand.js.map +1 -0
- package/dist/command/DescriptionServerCommand.js +1 -1
- package/dist/command/DescriptionServerCommand.js.map +1 -1
- package/dist/command/DescriptionStreamingCommand.js +2 -0
- package/dist/command/DescriptionStreamingCommand.js.map +1 -1
- package/dist/command/DescriptionStreamingTrackCommand.d.ts +5 -0
- package/dist/command/DescriptionStreamingTrackCommand.js +38 -0
- package/dist/command/DescriptionStreamingTrackCommand.js.map +1 -0
- package/dist/command/RoleAssignmentCacheCommand.js +2 -0
- package/dist/command/RoleAssignmentCacheCommand.js.map +1 -1
- package/dist/command/RoleAssignmentCacheTrackCommand.d.ts +5 -0
- package/dist/command/RoleAssignmentCacheTrackCommand.js +38 -0
- package/dist/command/RoleAssignmentCacheTrackCommand.js.map +1 -0
- package/dist/command/RoleAssignmentDatabaseCommand.js +2 -0
- package/dist/command/RoleAssignmentDatabaseCommand.js.map +1 -1
- package/dist/command/RoleAssignmentDatabaseTrackCommand.d.ts +5 -0
- package/dist/command/RoleAssignmentDatabaseTrackCommand.js +38 -0
- package/dist/command/RoleAssignmentDatabaseTrackCommand.js.map +1 -0
- package/dist/command/RoleAssignmentDockerCommand.js +2 -0
- package/dist/command/RoleAssignmentDockerCommand.js.map +1 -1
- package/dist/command/RoleAssignmentDockerTrackCommand.d.ts +5 -0
- package/dist/command/RoleAssignmentDockerTrackCommand.js +38 -0
- package/dist/command/RoleAssignmentDockerTrackCommand.js.map +1 -0
- package/dist/command/RoleAssignmentKubernetesCommand.js +2 -0
- package/dist/command/RoleAssignmentKubernetesCommand.js.map +1 -1
- package/dist/command/RoleAssignmentKubernetesTrackCommand.d.ts +5 -0
- package/dist/command/RoleAssignmentKubernetesTrackCommand.js +38 -0
- package/dist/command/RoleAssignmentKubernetesTrackCommand.js.map +1 -0
- package/dist/command/RoleAssignmentMessagingCommand.js +2 -0
- package/dist/command/RoleAssignmentMessagingCommand.js.map +1 -1
- package/dist/command/RoleAssignmentMessagingTrackCommand.d.ts +5 -0
- package/dist/command/RoleAssignmentMessagingTrackCommand.js +38 -0
- package/dist/command/RoleAssignmentMessagingTrackCommand.js.map +1 -0
- package/dist/command/RoleAssignmentMetricCommand.js +2 -0
- package/dist/command/RoleAssignmentMetricCommand.js.map +1 -1
- package/dist/command/RoleAssignmentMetricTrackCommand.d.ts +5 -0
- package/dist/command/RoleAssignmentMetricTrackCommand.js +38 -0
- package/dist/command/RoleAssignmentMetricTrackCommand.js.map +1 -0
- package/dist/command/RoleAssignmentStreamingCommand.js +2 -0
- package/dist/command/RoleAssignmentStreamingCommand.js.map +1 -1
- package/dist/command/RoleAssignmentStreamingTrackCommand.d.ts +5 -0
- package/dist/command/RoleAssignmentStreamingTrackCommand.js +38 -0
- package/dist/command/RoleAssignmentStreamingTrackCommand.js.map +1 -0
- package/dist/command/RoleCacheCommand.js +2 -0
- package/dist/command/RoleCacheCommand.js.map +1 -1
- package/dist/command/RoleCacheTrackCommand.d.ts +5 -0
- package/dist/command/RoleCacheTrackCommand.js +38 -0
- package/dist/command/RoleCacheTrackCommand.js.map +1 -0
- package/dist/command/RoleDatabaseCommand.js +2 -0
- package/dist/command/RoleDatabaseCommand.js.map +1 -1
- package/dist/command/RoleDatabaseTrackCommand.d.ts +5 -0
- package/dist/command/RoleDatabaseTrackCommand.js +38 -0
- package/dist/command/RoleDatabaseTrackCommand.js.map +1 -0
- package/dist/command/RoleDockerCommand.js +2 -0
- package/dist/command/RoleDockerCommand.js.map +1 -1
- package/dist/command/RoleDockerTrackCommand.d.ts +5 -0
- package/dist/command/RoleDockerTrackCommand.js +38 -0
- package/dist/command/RoleDockerTrackCommand.js.map +1 -0
- package/dist/command/RoleKubernetesCommand.js +2 -0
- package/dist/command/RoleKubernetesCommand.js.map +1 -1
- package/dist/command/RoleKubernetesTrackCommand.d.ts +5 -0
- package/dist/command/RoleKubernetesTrackCommand.js +38 -0
- package/dist/command/RoleKubernetesTrackCommand.js.map +1 -0
- package/dist/command/RoleMessagingCommand.js +2 -0
- package/dist/command/RoleMessagingCommand.js.map +1 -1
- package/dist/command/RoleMessagingTrackCommand.d.ts +5 -0
- package/dist/command/RoleMessagingTrackCommand.js +38 -0
- package/dist/command/RoleMessagingTrackCommand.js.map +1 -0
- package/dist/command/RoleMetricCommand.js +2 -0
- package/dist/command/RoleMetricCommand.js.map +1 -1
- package/dist/command/RoleMetricTrackCommand.d.ts +5 -0
- package/dist/command/RoleMetricTrackCommand.js +38 -0
- package/dist/command/RoleMetricTrackCommand.js.map +1 -0
- package/dist/command/RoleStreamingCommand.js +2 -0
- package/dist/command/RoleStreamingCommand.js.map +1 -1
- package/dist/command/RoleStreamingTrackCommand.d.ts +5 -0
- package/dist/command/RoleStreamingTrackCommand.js +38 -0
- package/dist/command/RoleStreamingTrackCommand.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/NamirasoftExpertServer.ts +1 -1
- package/src/NamirasoftExpertServerDescriptionCache.ts +7 -0
- package/src/NamirasoftExpertServerDescriptionDatabase.ts +7 -0
- package/src/NamirasoftExpertServerDescriptionDocker.ts +7 -0
- package/src/NamirasoftExpertServerDescriptionKubernetes.ts +7 -0
- package/src/NamirasoftExpertServerDescriptionMessaging.ts +7 -0
- package/src/NamirasoftExpertServerDescriptionMetric.ts +7 -0
- package/src/NamirasoftExpertServerDescriptionServer.ts +7 -7
- package/src/NamirasoftExpertServerDescriptionStreaming.ts +7 -0
- package/src/NamirasoftExpertServerRoleAssignmentCache.ts +7 -0
- package/src/NamirasoftExpertServerRoleAssignmentDatabase.ts +7 -0
- package/src/NamirasoftExpertServerRoleAssignmentDocker.ts +7 -0
- package/src/NamirasoftExpertServerRoleAssignmentKubernetes.ts +7 -0
- package/src/NamirasoftExpertServerRoleAssignmentMessaging.ts +7 -0
- package/src/NamirasoftExpertServerRoleAssignmentMetric.ts +7 -0
- package/src/NamirasoftExpertServerRoleAssignmentStreaming.ts +7 -0
- package/src/NamirasoftExpertServerRoleCache.ts +7 -0
- package/src/NamirasoftExpertServerRoleDatabase.ts +7 -0
- package/src/NamirasoftExpertServerRoleDocker.ts +7 -0
- package/src/NamirasoftExpertServerRoleKubernetes.ts +7 -0
- package/src/NamirasoftExpertServerRoleMessaging.ts +7 -0
- package/src/NamirasoftExpertServerRoleMetric.ts +7 -0
- package/src/NamirasoftExpertServerRoleStreaming.ts +7 -0
- package/src/command/DescriptionCacheCommand.ts +2 -0
- package/src/command/DescriptionCacheTrackCommand.ts +45 -0
- package/src/command/DescriptionDatabaseCommand.ts +2 -0
- package/src/command/DescriptionDatabaseTrackCommand.ts +45 -0
- package/src/command/DescriptionDockerCommand.ts +2 -0
- package/src/command/DescriptionDockerTrackCommand.ts +45 -0
- package/src/command/DescriptionKubernetesCommand.ts +2 -0
- package/src/command/DescriptionKubernetesTrackCommand.ts +45 -0
- package/src/command/DescriptionMessagingCommand.ts +2 -0
- package/src/command/DescriptionMessagingTrackCommand.ts +45 -0
- package/src/command/DescriptionMetricCommand.ts +2 -0
- package/src/command/DescriptionMetricTrackCommand.ts +45 -0
- package/src/command/DescriptionServerCommand.ts +1 -1
- package/src/command/DescriptionStreamingCommand.ts +2 -0
- package/src/command/DescriptionStreamingTrackCommand.ts +45 -0
- package/src/command/RoleAssignmentCacheCommand.ts +2 -0
- package/src/command/RoleAssignmentCacheTrackCommand.ts +45 -0
- package/src/command/RoleAssignmentDatabaseCommand.ts +2 -0
- package/src/command/RoleAssignmentDatabaseTrackCommand.ts +45 -0
- package/src/command/RoleAssignmentDockerCommand.ts +2 -0
- package/src/command/RoleAssignmentDockerTrackCommand.ts +45 -0
- package/src/command/RoleAssignmentKubernetesCommand.ts +2 -0
- package/src/command/RoleAssignmentKubernetesTrackCommand.ts +45 -0
- package/src/command/RoleAssignmentMessagingCommand.ts +2 -0
- package/src/command/RoleAssignmentMessagingTrackCommand.ts +45 -0
- package/src/command/RoleAssignmentMetricCommand.ts +2 -0
- package/src/command/RoleAssignmentMetricTrackCommand.ts +45 -0
- package/src/command/RoleAssignmentStreamingCommand.ts +2 -0
- package/src/command/RoleAssignmentStreamingTrackCommand.ts +45 -0
- package/src/command/RoleCacheCommand.ts +2 -0
- package/src/command/RoleCacheTrackCommand.ts +45 -0
- package/src/command/RoleDatabaseCommand.ts +2 -0
- package/src/command/RoleDatabaseTrackCommand.ts +45 -0
- package/src/command/RoleDockerCommand.ts +2 -0
- package/src/command/RoleDockerTrackCommand.ts +45 -0
- package/src/command/RoleKubernetesCommand.ts +2 -0
- package/src/command/RoleKubernetesTrackCommand.ts +45 -0
- package/src/command/RoleMessagingCommand.ts +2 -0
- package/src/command/RoleMessagingTrackCommand.ts +45 -0
- package/src/command/RoleMetricCommand.ts +2 -0
- package/src/command/RoleMetricTrackCommand.ts +45 -0
- package/src/command/RoleStreamingCommand.ts +2 -0
- package/src/command/RoleStreamingTrackCommand.ts +45 -0
- package/src/index.ts +21 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoleKubernetesTrackCommand = void 0;
|
|
13
|
+
const namirasoft_node_cli_1 = require("namirasoft-node-cli");
|
|
14
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
15
|
+
const NamirasoftExpertServer_1 = require("../NamirasoftExpertServer");
|
|
16
|
+
const namirasoft_account_1 = require("namirasoft-account");
|
|
17
|
+
class RoleKubernetesTrackCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
18
|
+
constructor(argv) {
|
|
19
|
+
super(argv, ["thread_id"], []);
|
|
20
|
+
}
|
|
21
|
+
exec() {
|
|
22
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
+
let token = this.app.storage.getNSAToken();
|
|
24
|
+
if (token == null)
|
|
25
|
+
throw new Error("Token is not available. Please login first using:\nns-expert account config \nor \nns-expert account login.");
|
|
26
|
+
let storage = new namirasoft_core_1.IStorageMemoryDedicated();
|
|
27
|
+
let token_manager = new namirasoft_account_1.TokenManager(storage, () => { });
|
|
28
|
+
token_manager.setValue(token, false);
|
|
29
|
+
let url = this.app.storage.getItem("ns-expert-server-url");
|
|
30
|
+
let server = new NamirasoftExpertServer_1.NamirasoftExpertServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
31
|
+
let ans = yield server.role_kubernetes.Track(this.arg_values[0]);
|
|
32
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.RoleKubernetesTrackCommand = RoleKubernetesTrackCommand;
|
|
37
|
+
;
|
|
38
|
+
//# sourceMappingURL=RoleKubernetesTrackCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoleKubernetesTrackCommand.js","sourceRoot":"","sources":["../../src/command/RoleKubernetesTrackCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,sEAAmE;AACnE,2DAAkD;AAElD,MAAa,0BAA2B,SAAQ,sCAAgB;IAE5D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE,CAAC,CAAC;IACnC,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,6GAA6G,CAAC,CAAC;YACnI,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,aAAa,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACzD,aAAa,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACrC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;YAC3D,IAAI,MAAM,GAAG,IAAI,+CAAsB,CAAC,GAAG,EAAE,aAAa,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YACnG,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YACjE,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAnBD,gEAmBC;AAAA,CAAC"}
|
|
@@ -6,6 +6,7 @@ const RoleMessagingCreateCommand_1 = require("./RoleMessagingCreateCommand");
|
|
|
6
6
|
const RoleMessagingDeleteCommand_1 = require("./RoleMessagingDeleteCommand");
|
|
7
7
|
const RoleMessagingGenerateCommand_1 = require("./RoleMessagingGenerateCommand");
|
|
8
8
|
const RoleMessagingListCommand_1 = require("./RoleMessagingListCommand");
|
|
9
|
+
const RoleMessagingTrackCommand_1 = require("./RoleMessagingTrackCommand");
|
|
9
10
|
const RoleMessagingUpdateCommand_1 = require("./RoleMessagingUpdateCommand");
|
|
10
11
|
class RoleMessagingCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
|
|
11
12
|
constructor(argv) {
|
|
@@ -13,6 +14,7 @@ class RoleMessagingCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
|
|
|
13
14
|
"list": RoleMessagingListCommand_1.RoleMessagingListCommand,
|
|
14
15
|
"create": RoleMessagingCreateCommand_1.RoleMessagingCreateCommand,
|
|
15
16
|
"generate": RoleMessagingGenerateCommand_1.RoleMessagingGenerateCommand,
|
|
17
|
+
"track": RoleMessagingTrackCommand_1.RoleMessagingTrackCommand,
|
|
16
18
|
"update": RoleMessagingUpdateCommand_1.RoleMessagingUpdateCommand,
|
|
17
19
|
"delete": RoleMessagingDeleteCommand_1.RoleMessagingDeleteCommand,
|
|
18
20
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoleMessagingCommand.js","sourceRoot":"","sources":["../../src/command/RoleMessagingCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,6EAA0E;AAC1E,6EAA0E;AAC1E,iFAA8E;AAC9E,yEAAsE;AACtE,6EAA0E;AAE1E,MAAa,oBAAqB,SAAQ,0CAAoB;IAE1D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,MAAM,EAAE,mDAAwB;YAChC,QAAQ,EAAE,uDAA0B;YACpC,UAAU,EAAE,2DAA4B;YACxC,QAAQ,EAAE,uDAA0B;YACpC,QAAQ,EAAE,uDAA0B;SACvC,CAAC,CAAC;IACP,CAAC;CACJ;
|
|
1
|
+
{"version":3,"file":"RoleMessagingCommand.js","sourceRoot":"","sources":["../../src/command/RoleMessagingCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,6EAA0E;AAC1E,6EAA0E;AAC1E,iFAA8E;AAC9E,yEAAsE;AACtE,2EAAwE;AACxE,6EAA0E;AAE1E,MAAa,oBAAqB,SAAQ,0CAAoB;IAE1D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,MAAM,EAAE,mDAAwB;YAChC,QAAQ,EAAE,uDAA0B;YACpC,UAAU,EAAE,2DAA4B;YACxC,OAAO,EAAE,qDAAyB;YAClC,QAAQ,EAAE,uDAA0B;YACpC,QAAQ,EAAE,uDAA0B;SACvC,CAAC,CAAC;IACP,CAAC;CACJ;AAbD,oDAaC;AAAA,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoleMessagingTrackCommand = void 0;
|
|
13
|
+
const namirasoft_node_cli_1 = require("namirasoft-node-cli");
|
|
14
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
15
|
+
const NamirasoftExpertServer_1 = require("../NamirasoftExpertServer");
|
|
16
|
+
const namirasoft_account_1 = require("namirasoft-account");
|
|
17
|
+
class RoleMessagingTrackCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
18
|
+
constructor(argv) {
|
|
19
|
+
super(argv, ["thread_id"], []);
|
|
20
|
+
}
|
|
21
|
+
exec() {
|
|
22
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
+
let token = this.app.storage.getNSAToken();
|
|
24
|
+
if (token == null)
|
|
25
|
+
throw new Error("Token is not available. Please login first using:\nns-expert account config \nor \nns-expert account login.");
|
|
26
|
+
let storage = new namirasoft_core_1.IStorageMemoryDedicated();
|
|
27
|
+
let token_manager = new namirasoft_account_1.TokenManager(storage, () => { });
|
|
28
|
+
token_manager.setValue(token, false);
|
|
29
|
+
let url = this.app.storage.getItem("ns-expert-server-url");
|
|
30
|
+
let server = new NamirasoftExpertServer_1.NamirasoftExpertServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
31
|
+
let ans = yield server.role_messaging.Track(this.arg_values[0]);
|
|
32
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.RoleMessagingTrackCommand = RoleMessagingTrackCommand;
|
|
37
|
+
;
|
|
38
|
+
//# sourceMappingURL=RoleMessagingTrackCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoleMessagingTrackCommand.js","sourceRoot":"","sources":["../../src/command/RoleMessagingTrackCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,sEAAmE;AACnE,2DAAkD;AAElD,MAAa,yBAA0B,SAAQ,sCAAgB;IAE3D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE,CAAC,CAAC;IACnC,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,6GAA6G,CAAC,CAAC;YACnI,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,aAAa,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACzD,aAAa,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACrC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;YAC3D,IAAI,MAAM,GAAG,IAAI,+CAAsB,CAAC,GAAG,EAAE,aAAa,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YACnG,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAChE,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAnBD,8DAmBC;AAAA,CAAC"}
|
|
@@ -6,6 +6,7 @@ const RoleMetricCreateCommand_1 = require("./RoleMetricCreateCommand");
|
|
|
6
6
|
const RoleMetricDeleteCommand_1 = require("./RoleMetricDeleteCommand");
|
|
7
7
|
const RoleMetricGenerateCommand_1 = require("./RoleMetricGenerateCommand");
|
|
8
8
|
const RoleMetricListCommand_1 = require("./RoleMetricListCommand");
|
|
9
|
+
const RoleMetricTrackCommand_1 = require("./RoleMetricTrackCommand");
|
|
9
10
|
const RoleMetricUpdateCommand_1 = require("./RoleMetricUpdateCommand");
|
|
10
11
|
class RoleMetricCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
|
|
11
12
|
constructor(argv) {
|
|
@@ -13,6 +14,7 @@ class RoleMetricCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
|
|
|
13
14
|
"list": RoleMetricListCommand_1.RoleMetricListCommand,
|
|
14
15
|
"create": RoleMetricCreateCommand_1.RoleMetricCreateCommand,
|
|
15
16
|
"generate": RoleMetricGenerateCommand_1.RoleMetricGenerateCommand,
|
|
17
|
+
"track": RoleMetricTrackCommand_1.RoleMetricTrackCommand,
|
|
16
18
|
"update": RoleMetricUpdateCommand_1.RoleMetricUpdateCommand,
|
|
17
19
|
"delete": RoleMetricDeleteCommand_1.RoleMetricDeleteCommand,
|
|
18
20
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoleMetricCommand.js","sourceRoot":"","sources":["../../src/command/RoleMetricCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,uEAAoE;AACpE,uEAAoE;AACpE,2EAAwE;AACxE,mEAAgE;AAChE,uEAAoE;AAEpE,MAAa,iBAAkB,SAAQ,0CAAoB;IAEvD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,MAAM,EAAE,6CAAqB;YAC7B,QAAQ,EAAE,iDAAuB;YACjC,UAAU,EAAE,qDAAyB;YACrC,QAAQ,EAAE,iDAAuB;YACjC,QAAQ,EAAE,iDAAuB;SACpC,CAAC,CAAC;IACP,CAAC;CACJ;
|
|
1
|
+
{"version":3,"file":"RoleMetricCommand.js","sourceRoot":"","sources":["../../src/command/RoleMetricCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,uEAAoE;AACpE,uEAAoE;AACpE,2EAAwE;AACxE,mEAAgE;AAChE,qEAAkE;AAClE,uEAAoE;AAEpE,MAAa,iBAAkB,SAAQ,0CAAoB;IAEvD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,MAAM,EAAE,6CAAqB;YAC7B,QAAQ,EAAE,iDAAuB;YACjC,UAAU,EAAE,qDAAyB;YACrC,OAAO,EAAE,+CAAsB;YAC/B,QAAQ,EAAE,iDAAuB;YACjC,QAAQ,EAAE,iDAAuB;SACpC,CAAC,CAAC;IACP,CAAC;CACJ;AAbD,8CAaC;AAAA,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoleMetricTrackCommand = void 0;
|
|
13
|
+
const namirasoft_node_cli_1 = require("namirasoft-node-cli");
|
|
14
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
15
|
+
const NamirasoftExpertServer_1 = require("../NamirasoftExpertServer");
|
|
16
|
+
const namirasoft_account_1 = require("namirasoft-account");
|
|
17
|
+
class RoleMetricTrackCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
18
|
+
constructor(argv) {
|
|
19
|
+
super(argv, ["thread_id"], []);
|
|
20
|
+
}
|
|
21
|
+
exec() {
|
|
22
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
+
let token = this.app.storage.getNSAToken();
|
|
24
|
+
if (token == null)
|
|
25
|
+
throw new Error("Token is not available. Please login first using:\nns-expert account config \nor \nns-expert account login.");
|
|
26
|
+
let storage = new namirasoft_core_1.IStorageMemoryDedicated();
|
|
27
|
+
let token_manager = new namirasoft_account_1.TokenManager(storage, () => { });
|
|
28
|
+
token_manager.setValue(token, false);
|
|
29
|
+
let url = this.app.storage.getItem("ns-expert-server-url");
|
|
30
|
+
let server = new NamirasoftExpertServer_1.NamirasoftExpertServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
31
|
+
let ans = yield server.role_metric.Track(this.arg_values[0]);
|
|
32
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.RoleMetricTrackCommand = RoleMetricTrackCommand;
|
|
37
|
+
;
|
|
38
|
+
//# sourceMappingURL=RoleMetricTrackCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoleMetricTrackCommand.js","sourceRoot":"","sources":["../../src/command/RoleMetricTrackCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,sEAAmE;AACnE,2DAAkD;AAElD,MAAa,sBAAuB,SAAQ,sCAAgB;IAExD,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE,CAAC,CAAC;IACnC,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,6GAA6G,CAAC,CAAC;YACnI,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,aAAa,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACzD,aAAa,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACrC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;YAC3D,IAAI,MAAM,GAAG,IAAI,+CAAsB,CAAC,GAAG,EAAE,aAAa,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YACnG,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAC7D,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAnBD,wDAmBC;AAAA,CAAC"}
|
|
@@ -6,6 +6,7 @@ const RoleStreamingCreateCommand_1 = require("./RoleStreamingCreateCommand");
|
|
|
6
6
|
const RoleStreamingDeleteCommand_1 = require("./RoleStreamingDeleteCommand");
|
|
7
7
|
const RoleStreamingGenerateCommand_1 = require("./RoleStreamingGenerateCommand");
|
|
8
8
|
const RoleStreamingListCommand_1 = require("./RoleStreamingListCommand");
|
|
9
|
+
const RoleStreamingTrackCommand_1 = require("./RoleStreamingTrackCommand");
|
|
9
10
|
const RoleStreamingUpdateCommand_1 = require("./RoleStreamingUpdateCommand");
|
|
10
11
|
class RoleStreamingCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
|
|
11
12
|
constructor(argv) {
|
|
@@ -13,6 +14,7 @@ class RoleStreamingCommand extends namirasoft_node_cli_1.BaseNavigatorCommand {
|
|
|
13
14
|
"list": RoleStreamingListCommand_1.RoleStreamingListCommand,
|
|
14
15
|
"create": RoleStreamingCreateCommand_1.RoleStreamingCreateCommand,
|
|
15
16
|
"generate": RoleStreamingGenerateCommand_1.RoleStreamingGenerateCommand,
|
|
17
|
+
"track": RoleStreamingTrackCommand_1.RoleStreamingTrackCommand,
|
|
16
18
|
"update": RoleStreamingUpdateCommand_1.RoleStreamingUpdateCommand,
|
|
17
19
|
"delete": RoleStreamingDeleteCommand_1.RoleStreamingDeleteCommand,
|
|
18
20
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoleStreamingCommand.js","sourceRoot":"","sources":["../../src/command/RoleStreamingCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,6EAA0E;AAC1E,6EAA0E;AAC1E,iFAA8E;AAC9E,yEAAsE;AACtE,6EAA0E;AAE1E,MAAa,oBAAqB,SAAQ,0CAAoB;IAE1D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,MAAM,EAAE,mDAAwB;YAChC,QAAQ,EAAE,uDAA0B;YACpC,UAAU,EAAE,2DAA4B;YACxC,QAAQ,EAAE,uDAA0B;YACpC,QAAQ,EAAE,uDAA0B;SACvC,CAAC,CAAC;IACP,CAAC;CACJ;
|
|
1
|
+
{"version":3,"file":"RoleStreamingCommand.js","sourceRoot":"","sources":["../../src/command/RoleStreamingCommand.ts"],"names":[],"mappings":";;;AAoBA,6DAA2D;AAC3D,6EAA0E;AAC1E,6EAA0E;AAC1E,iFAA8E;AAC9E,yEAAsE;AACtE,2EAAwE;AACxE,6EAA0E;AAE1E,MAAa,oBAAqB,SAAQ,0CAAoB;IAE1D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE;YACR,MAAM,EAAE,mDAAwB;YAChC,QAAQ,EAAE,uDAA0B;YACpC,UAAU,EAAE,2DAA4B;YACxC,OAAO,EAAE,qDAAyB;YAClC,QAAQ,EAAE,uDAA0B;YACpC,QAAQ,EAAE,uDAA0B;SACvC,CAAC,CAAC;IACP,CAAC;CACJ;AAbD,oDAaC;AAAA,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RoleStreamingTrackCommand = void 0;
|
|
13
|
+
const namirasoft_node_cli_1 = require("namirasoft-node-cli");
|
|
14
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
15
|
+
const NamirasoftExpertServer_1 = require("../NamirasoftExpertServer");
|
|
16
|
+
const namirasoft_account_1 = require("namirasoft-account");
|
|
17
|
+
class RoleStreamingTrackCommand extends namirasoft_node_cli_1.BaseFinalCommand {
|
|
18
|
+
constructor(argv) {
|
|
19
|
+
super(argv, ["thread_id"], []);
|
|
20
|
+
}
|
|
21
|
+
exec() {
|
|
22
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23
|
+
let token = this.app.storage.getNSAToken();
|
|
24
|
+
if (token == null)
|
|
25
|
+
throw new Error("Token is not available. Please login first using:\nns-expert account config \nor \nns-expert account login.");
|
|
26
|
+
let storage = new namirasoft_core_1.IStorageMemoryDedicated();
|
|
27
|
+
let token_manager = new namirasoft_account_1.TokenManager(storage, () => { });
|
|
28
|
+
token_manager.setValue(token, false);
|
|
29
|
+
let url = this.app.storage.getItem("ns-expert-server-url");
|
|
30
|
+
let server = new NamirasoftExpertServer_1.NamirasoftExpertServer(url, token_manager, e => this.app.logger.error(e.message));
|
|
31
|
+
let ans = yield server.role_streaming.Track(this.arg_values[0]);
|
|
32
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.RoleStreamingTrackCommand = RoleStreamingTrackCommand;
|
|
37
|
+
;
|
|
38
|
+
//# sourceMappingURL=RoleStreamingTrackCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoleStreamingTrackCommand.js","sourceRoot":"","sources":["../../src/command/RoleStreamingTrackCommand.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,6DAAuD;AACvD,qDAA0D;AAC1D,sEAAmE;AACnE,2DAAkD;AAElD,MAAa,yBAA0B,SAAQ,sCAAgB;IAE3D,YAAY,IAAc;QAEtB,KAAK,CAAC,IAAI,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE,CAAC,CAAC;IACnC,CAAC;IACc,IAAI;;YAEf,IAAI,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC;YAC3C,IAAI,KAAK,IAAI,IAAI;gBACb,MAAM,IAAI,KAAK,CAAC,6GAA6G,CAAC,CAAC;YACnI,IAAI,OAAO,GAAG,IAAI,yCAAuB,EAAE,CAAC;YAC5C,IAAI,aAAa,GAAG,IAAI,iCAAY,CAAC,OAAO,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC;YACzD,aAAa,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;YACrC,IAAI,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;YAC3D,IAAI,MAAM,GAAG,IAAI,+CAAsB,CAAC,GAAG,EAAE,aAAa,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC;YACnG,IAAI,GAAG,GAAG,MAAM,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAChE,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACjD,CAAC;KAAA;CACJ;AAnBD,8DAmBC;AAAA,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -63,31 +63,37 @@ export * from "./command/DescriptionCacheCommand";
|
|
|
63
63
|
export * from "./command/DescriptionCacheDeleteCommand";
|
|
64
64
|
export * from "./command/DescriptionCacheGenerateCommand";
|
|
65
65
|
export * from "./command/DescriptionCacheListCommand";
|
|
66
|
+
export * from "./command/DescriptionCacheTrackCommand";
|
|
66
67
|
export * from "./command/DescriptionCacheUpdateCommand";
|
|
67
68
|
export * from "./command/DescriptionDatabaseCommand";
|
|
68
69
|
export * from "./command/DescriptionDatabaseDeleteCommand";
|
|
69
70
|
export * from "./command/DescriptionDatabaseGenerateCommand";
|
|
70
71
|
export * from "./command/DescriptionDatabaseListCommand";
|
|
72
|
+
export * from "./command/DescriptionDatabaseTrackCommand";
|
|
71
73
|
export * from "./command/DescriptionDatabaseUpdateCommand";
|
|
72
74
|
export * from "./command/DescriptionDockerCommand";
|
|
73
75
|
export * from "./command/DescriptionDockerDeleteCommand";
|
|
74
76
|
export * from "./command/DescriptionDockerGenerateCommand";
|
|
75
77
|
export * from "./command/DescriptionDockerListCommand";
|
|
78
|
+
export * from "./command/DescriptionDockerTrackCommand";
|
|
76
79
|
export * from "./command/DescriptionDockerUpdateCommand";
|
|
77
80
|
export * from "./command/DescriptionKubernetesCommand";
|
|
78
81
|
export * from "./command/DescriptionKubernetesDeleteCommand";
|
|
79
82
|
export * from "./command/DescriptionKubernetesGenerateCommand";
|
|
80
83
|
export * from "./command/DescriptionKubernetesListCommand";
|
|
84
|
+
export * from "./command/DescriptionKubernetesTrackCommand";
|
|
81
85
|
export * from "./command/DescriptionKubernetesUpdateCommand";
|
|
82
86
|
export * from "./command/DescriptionMessagingCommand";
|
|
83
87
|
export * from "./command/DescriptionMessagingDeleteCommand";
|
|
84
88
|
export * from "./command/DescriptionMessagingGenerateCommand";
|
|
85
89
|
export * from "./command/DescriptionMessagingListCommand";
|
|
90
|
+
export * from "./command/DescriptionMessagingTrackCommand";
|
|
86
91
|
export * from "./command/DescriptionMessagingUpdateCommand";
|
|
87
92
|
export * from "./command/DescriptionMetricCommand";
|
|
88
93
|
export * from "./command/DescriptionMetricDeleteCommand";
|
|
89
94
|
export * from "./command/DescriptionMetricGenerateCommand";
|
|
90
95
|
export * from "./command/DescriptionMetricListCommand";
|
|
96
|
+
export * from "./command/DescriptionMetricTrackCommand";
|
|
91
97
|
export * from "./command/DescriptionMetricUpdateCommand";
|
|
92
98
|
export * from "./command/DescriptionServerCommand";
|
|
93
99
|
export * from "./command/DescriptionServerDeleteCommand";
|
|
@@ -99,6 +105,7 @@ export * from "./command/DescriptionStreamingCommand";
|
|
|
99
105
|
export * from "./command/DescriptionStreamingDeleteCommand";
|
|
100
106
|
export * from "./command/DescriptionStreamingGenerateCommand";
|
|
101
107
|
export * from "./command/DescriptionStreamingListCommand";
|
|
108
|
+
export * from "./command/DescriptionStreamingTrackCommand";
|
|
102
109
|
export * from "./command/DescriptionStreamingUpdateCommand";
|
|
103
110
|
export * from "./command/HealthCommand";
|
|
104
111
|
export * from "./command/HealthLivenessCommand";
|
|
@@ -112,31 +119,37 @@ export * from "./command/RoleAssignmentCacheCreateCommand";
|
|
|
112
119
|
export * from "./command/RoleAssignmentCacheDeleteCommand";
|
|
113
120
|
export * from "./command/RoleAssignmentCacheGenerateCommand";
|
|
114
121
|
export * from "./command/RoleAssignmentCacheListCommand";
|
|
122
|
+
export * from "./command/RoleAssignmentCacheTrackCommand";
|
|
115
123
|
export * from "./command/RoleAssignmentDatabaseCommand";
|
|
116
124
|
export * from "./command/RoleAssignmentDatabaseCreateCommand";
|
|
117
125
|
export * from "./command/RoleAssignmentDatabaseDeleteCommand";
|
|
118
126
|
export * from "./command/RoleAssignmentDatabaseGenerateCommand";
|
|
119
127
|
export * from "./command/RoleAssignmentDatabaseListCommand";
|
|
128
|
+
export * from "./command/RoleAssignmentDatabaseTrackCommand";
|
|
120
129
|
export * from "./command/RoleAssignmentDockerCommand";
|
|
121
130
|
export * from "./command/RoleAssignmentDockerCreateCommand";
|
|
122
131
|
export * from "./command/RoleAssignmentDockerDeleteCommand";
|
|
123
132
|
export * from "./command/RoleAssignmentDockerGenerateCommand";
|
|
124
133
|
export * from "./command/RoleAssignmentDockerListCommand";
|
|
134
|
+
export * from "./command/RoleAssignmentDockerTrackCommand";
|
|
125
135
|
export * from "./command/RoleAssignmentKubernetesCommand";
|
|
126
136
|
export * from "./command/RoleAssignmentKubernetesCreateCommand";
|
|
127
137
|
export * from "./command/RoleAssignmentKubernetesDeleteCommand";
|
|
128
138
|
export * from "./command/RoleAssignmentKubernetesGenerateCommand";
|
|
129
139
|
export * from "./command/RoleAssignmentKubernetesListCommand";
|
|
140
|
+
export * from "./command/RoleAssignmentKubernetesTrackCommand";
|
|
130
141
|
export * from "./command/RoleAssignmentMessagingCommand";
|
|
131
142
|
export * from "./command/RoleAssignmentMessagingCreateCommand";
|
|
132
143
|
export * from "./command/RoleAssignmentMessagingDeleteCommand";
|
|
133
144
|
export * from "./command/RoleAssignmentMessagingGenerateCommand";
|
|
134
145
|
export * from "./command/RoleAssignmentMessagingListCommand";
|
|
146
|
+
export * from "./command/RoleAssignmentMessagingTrackCommand";
|
|
135
147
|
export * from "./command/RoleAssignmentMetricCommand";
|
|
136
148
|
export * from "./command/RoleAssignmentMetricCreateCommand";
|
|
137
149
|
export * from "./command/RoleAssignmentMetricDeleteCommand";
|
|
138
150
|
export * from "./command/RoleAssignmentMetricGenerateCommand";
|
|
139
151
|
export * from "./command/RoleAssignmentMetricListCommand";
|
|
152
|
+
export * from "./command/RoleAssignmentMetricTrackCommand";
|
|
140
153
|
export * from "./command/RoleAssignmentServerCommand";
|
|
141
154
|
export * from "./command/RoleAssignmentServerCreateCommand";
|
|
142
155
|
export * from "./command/RoleAssignmentServerDeleteCommand";
|
|
@@ -148,41 +161,48 @@ export * from "./command/RoleAssignmentStreamingCreateCommand";
|
|
|
148
161
|
export * from "./command/RoleAssignmentStreamingDeleteCommand";
|
|
149
162
|
export * from "./command/RoleAssignmentStreamingGenerateCommand";
|
|
150
163
|
export * from "./command/RoleAssignmentStreamingListCommand";
|
|
164
|
+
export * from "./command/RoleAssignmentStreamingTrackCommand";
|
|
151
165
|
export * from "./command/RoleCacheCommand";
|
|
152
166
|
export * from "./command/RoleCacheCreateCommand";
|
|
153
167
|
export * from "./command/RoleCacheDeleteCommand";
|
|
154
168
|
export * from "./command/RoleCacheGenerateCommand";
|
|
155
169
|
export * from "./command/RoleCacheListCommand";
|
|
170
|
+
export * from "./command/RoleCacheTrackCommand";
|
|
156
171
|
export * from "./command/RoleCacheUpdateCommand";
|
|
157
172
|
export * from "./command/RoleDatabaseCommand";
|
|
158
173
|
export * from "./command/RoleDatabaseCreateCommand";
|
|
159
174
|
export * from "./command/RoleDatabaseDeleteCommand";
|
|
160
175
|
export * from "./command/RoleDatabaseGenerateCommand";
|
|
161
176
|
export * from "./command/RoleDatabaseListCommand";
|
|
177
|
+
export * from "./command/RoleDatabaseTrackCommand";
|
|
162
178
|
export * from "./command/RoleDatabaseUpdateCommand";
|
|
163
179
|
export * from "./command/RoleDockerCommand";
|
|
164
180
|
export * from "./command/RoleDockerCreateCommand";
|
|
165
181
|
export * from "./command/RoleDockerDeleteCommand";
|
|
166
182
|
export * from "./command/RoleDockerGenerateCommand";
|
|
167
183
|
export * from "./command/RoleDockerListCommand";
|
|
184
|
+
export * from "./command/RoleDockerTrackCommand";
|
|
168
185
|
export * from "./command/RoleDockerUpdateCommand";
|
|
169
186
|
export * from "./command/RoleKubernetesCommand";
|
|
170
187
|
export * from "./command/RoleKubernetesCreateCommand";
|
|
171
188
|
export * from "./command/RoleKubernetesDeleteCommand";
|
|
172
189
|
export * from "./command/RoleKubernetesGenerateCommand";
|
|
173
190
|
export * from "./command/RoleKubernetesListCommand";
|
|
191
|
+
export * from "./command/RoleKubernetesTrackCommand";
|
|
174
192
|
export * from "./command/RoleKubernetesUpdateCommand";
|
|
175
193
|
export * from "./command/RoleMessagingCommand";
|
|
176
194
|
export * from "./command/RoleMessagingCreateCommand";
|
|
177
195
|
export * from "./command/RoleMessagingDeleteCommand";
|
|
178
196
|
export * from "./command/RoleMessagingGenerateCommand";
|
|
179
197
|
export * from "./command/RoleMessagingListCommand";
|
|
198
|
+
export * from "./command/RoleMessagingTrackCommand";
|
|
180
199
|
export * from "./command/RoleMessagingUpdateCommand";
|
|
181
200
|
export * from "./command/RoleMetricCommand";
|
|
182
201
|
export * from "./command/RoleMetricCreateCommand";
|
|
183
202
|
export * from "./command/RoleMetricDeleteCommand";
|
|
184
203
|
export * from "./command/RoleMetricGenerateCommand";
|
|
185
204
|
export * from "./command/RoleMetricListCommand";
|
|
205
|
+
export * from "./command/RoleMetricTrackCommand";
|
|
186
206
|
export * from "./command/RoleMetricUpdateCommand";
|
|
187
207
|
export * from "./command/RoleServerCommand";
|
|
188
208
|
export * from "./command/RoleServerCreateCommand";
|
|
@@ -196,6 +216,7 @@ export * from "./command/RoleStreamingCreateCommand";
|
|
|
196
216
|
export * from "./command/RoleStreamingDeleteCommand";
|
|
197
217
|
export * from "./command/RoleStreamingGenerateCommand";
|
|
198
218
|
export * from "./command/RoleStreamingListCommand";
|
|
219
|
+
export * from "./command/RoleStreamingTrackCommand";
|
|
199
220
|
export * from "./command/RoleStreamingUpdateCommand";
|
|
200
221
|
export * from "./command/ValueCommand";
|
|
201
222
|
export * from "./command/ValueListCommand";
|
package/dist/index.js
CHANGED
|
@@ -79,31 +79,37 @@ __exportStar(require("./command/DescriptionCacheCommand"), exports);
|
|
|
79
79
|
__exportStar(require("./command/DescriptionCacheDeleteCommand"), exports);
|
|
80
80
|
__exportStar(require("./command/DescriptionCacheGenerateCommand"), exports);
|
|
81
81
|
__exportStar(require("./command/DescriptionCacheListCommand"), exports);
|
|
82
|
+
__exportStar(require("./command/DescriptionCacheTrackCommand"), exports);
|
|
82
83
|
__exportStar(require("./command/DescriptionCacheUpdateCommand"), exports);
|
|
83
84
|
__exportStar(require("./command/DescriptionDatabaseCommand"), exports);
|
|
84
85
|
__exportStar(require("./command/DescriptionDatabaseDeleteCommand"), exports);
|
|
85
86
|
__exportStar(require("./command/DescriptionDatabaseGenerateCommand"), exports);
|
|
86
87
|
__exportStar(require("./command/DescriptionDatabaseListCommand"), exports);
|
|
88
|
+
__exportStar(require("./command/DescriptionDatabaseTrackCommand"), exports);
|
|
87
89
|
__exportStar(require("./command/DescriptionDatabaseUpdateCommand"), exports);
|
|
88
90
|
__exportStar(require("./command/DescriptionDockerCommand"), exports);
|
|
89
91
|
__exportStar(require("./command/DescriptionDockerDeleteCommand"), exports);
|
|
90
92
|
__exportStar(require("./command/DescriptionDockerGenerateCommand"), exports);
|
|
91
93
|
__exportStar(require("./command/DescriptionDockerListCommand"), exports);
|
|
94
|
+
__exportStar(require("./command/DescriptionDockerTrackCommand"), exports);
|
|
92
95
|
__exportStar(require("./command/DescriptionDockerUpdateCommand"), exports);
|
|
93
96
|
__exportStar(require("./command/DescriptionKubernetesCommand"), exports);
|
|
94
97
|
__exportStar(require("./command/DescriptionKubernetesDeleteCommand"), exports);
|
|
95
98
|
__exportStar(require("./command/DescriptionKubernetesGenerateCommand"), exports);
|
|
96
99
|
__exportStar(require("./command/DescriptionKubernetesListCommand"), exports);
|
|
100
|
+
__exportStar(require("./command/DescriptionKubernetesTrackCommand"), exports);
|
|
97
101
|
__exportStar(require("./command/DescriptionKubernetesUpdateCommand"), exports);
|
|
98
102
|
__exportStar(require("./command/DescriptionMessagingCommand"), exports);
|
|
99
103
|
__exportStar(require("./command/DescriptionMessagingDeleteCommand"), exports);
|
|
100
104
|
__exportStar(require("./command/DescriptionMessagingGenerateCommand"), exports);
|
|
101
105
|
__exportStar(require("./command/DescriptionMessagingListCommand"), exports);
|
|
106
|
+
__exportStar(require("./command/DescriptionMessagingTrackCommand"), exports);
|
|
102
107
|
__exportStar(require("./command/DescriptionMessagingUpdateCommand"), exports);
|
|
103
108
|
__exportStar(require("./command/DescriptionMetricCommand"), exports);
|
|
104
109
|
__exportStar(require("./command/DescriptionMetricDeleteCommand"), exports);
|
|
105
110
|
__exportStar(require("./command/DescriptionMetricGenerateCommand"), exports);
|
|
106
111
|
__exportStar(require("./command/DescriptionMetricListCommand"), exports);
|
|
112
|
+
__exportStar(require("./command/DescriptionMetricTrackCommand"), exports);
|
|
107
113
|
__exportStar(require("./command/DescriptionMetricUpdateCommand"), exports);
|
|
108
114
|
__exportStar(require("./command/DescriptionServerCommand"), exports);
|
|
109
115
|
__exportStar(require("./command/DescriptionServerDeleteCommand"), exports);
|
|
@@ -115,6 +121,7 @@ __exportStar(require("./command/DescriptionStreamingCommand"), exports);
|
|
|
115
121
|
__exportStar(require("./command/DescriptionStreamingDeleteCommand"), exports);
|
|
116
122
|
__exportStar(require("./command/DescriptionStreamingGenerateCommand"), exports);
|
|
117
123
|
__exportStar(require("./command/DescriptionStreamingListCommand"), exports);
|
|
124
|
+
__exportStar(require("./command/DescriptionStreamingTrackCommand"), exports);
|
|
118
125
|
__exportStar(require("./command/DescriptionStreamingUpdateCommand"), exports);
|
|
119
126
|
__exportStar(require("./command/HealthCommand"), exports);
|
|
120
127
|
__exportStar(require("./command/HealthLivenessCommand"), exports);
|
|
@@ -128,31 +135,37 @@ __exportStar(require("./command/RoleAssignmentCacheCreateCommand"), exports);
|
|
|
128
135
|
__exportStar(require("./command/RoleAssignmentCacheDeleteCommand"), exports);
|
|
129
136
|
__exportStar(require("./command/RoleAssignmentCacheGenerateCommand"), exports);
|
|
130
137
|
__exportStar(require("./command/RoleAssignmentCacheListCommand"), exports);
|
|
138
|
+
__exportStar(require("./command/RoleAssignmentCacheTrackCommand"), exports);
|
|
131
139
|
__exportStar(require("./command/RoleAssignmentDatabaseCommand"), exports);
|
|
132
140
|
__exportStar(require("./command/RoleAssignmentDatabaseCreateCommand"), exports);
|
|
133
141
|
__exportStar(require("./command/RoleAssignmentDatabaseDeleteCommand"), exports);
|
|
134
142
|
__exportStar(require("./command/RoleAssignmentDatabaseGenerateCommand"), exports);
|
|
135
143
|
__exportStar(require("./command/RoleAssignmentDatabaseListCommand"), exports);
|
|
144
|
+
__exportStar(require("./command/RoleAssignmentDatabaseTrackCommand"), exports);
|
|
136
145
|
__exportStar(require("./command/RoleAssignmentDockerCommand"), exports);
|
|
137
146
|
__exportStar(require("./command/RoleAssignmentDockerCreateCommand"), exports);
|
|
138
147
|
__exportStar(require("./command/RoleAssignmentDockerDeleteCommand"), exports);
|
|
139
148
|
__exportStar(require("./command/RoleAssignmentDockerGenerateCommand"), exports);
|
|
140
149
|
__exportStar(require("./command/RoleAssignmentDockerListCommand"), exports);
|
|
150
|
+
__exportStar(require("./command/RoleAssignmentDockerTrackCommand"), exports);
|
|
141
151
|
__exportStar(require("./command/RoleAssignmentKubernetesCommand"), exports);
|
|
142
152
|
__exportStar(require("./command/RoleAssignmentKubernetesCreateCommand"), exports);
|
|
143
153
|
__exportStar(require("./command/RoleAssignmentKubernetesDeleteCommand"), exports);
|
|
144
154
|
__exportStar(require("./command/RoleAssignmentKubernetesGenerateCommand"), exports);
|
|
145
155
|
__exportStar(require("./command/RoleAssignmentKubernetesListCommand"), exports);
|
|
156
|
+
__exportStar(require("./command/RoleAssignmentKubernetesTrackCommand"), exports);
|
|
146
157
|
__exportStar(require("./command/RoleAssignmentMessagingCommand"), exports);
|
|
147
158
|
__exportStar(require("./command/RoleAssignmentMessagingCreateCommand"), exports);
|
|
148
159
|
__exportStar(require("./command/RoleAssignmentMessagingDeleteCommand"), exports);
|
|
149
160
|
__exportStar(require("./command/RoleAssignmentMessagingGenerateCommand"), exports);
|
|
150
161
|
__exportStar(require("./command/RoleAssignmentMessagingListCommand"), exports);
|
|
162
|
+
__exportStar(require("./command/RoleAssignmentMessagingTrackCommand"), exports);
|
|
151
163
|
__exportStar(require("./command/RoleAssignmentMetricCommand"), exports);
|
|
152
164
|
__exportStar(require("./command/RoleAssignmentMetricCreateCommand"), exports);
|
|
153
165
|
__exportStar(require("./command/RoleAssignmentMetricDeleteCommand"), exports);
|
|
154
166
|
__exportStar(require("./command/RoleAssignmentMetricGenerateCommand"), exports);
|
|
155
167
|
__exportStar(require("./command/RoleAssignmentMetricListCommand"), exports);
|
|
168
|
+
__exportStar(require("./command/RoleAssignmentMetricTrackCommand"), exports);
|
|
156
169
|
__exportStar(require("./command/RoleAssignmentServerCommand"), exports);
|
|
157
170
|
__exportStar(require("./command/RoleAssignmentServerCreateCommand"), exports);
|
|
158
171
|
__exportStar(require("./command/RoleAssignmentServerDeleteCommand"), exports);
|
|
@@ -164,41 +177,48 @@ __exportStar(require("./command/RoleAssignmentStreamingCreateCommand"), exports)
|
|
|
164
177
|
__exportStar(require("./command/RoleAssignmentStreamingDeleteCommand"), exports);
|
|
165
178
|
__exportStar(require("./command/RoleAssignmentStreamingGenerateCommand"), exports);
|
|
166
179
|
__exportStar(require("./command/RoleAssignmentStreamingListCommand"), exports);
|
|
180
|
+
__exportStar(require("./command/RoleAssignmentStreamingTrackCommand"), exports);
|
|
167
181
|
__exportStar(require("./command/RoleCacheCommand"), exports);
|
|
168
182
|
__exportStar(require("./command/RoleCacheCreateCommand"), exports);
|
|
169
183
|
__exportStar(require("./command/RoleCacheDeleteCommand"), exports);
|
|
170
184
|
__exportStar(require("./command/RoleCacheGenerateCommand"), exports);
|
|
171
185
|
__exportStar(require("./command/RoleCacheListCommand"), exports);
|
|
186
|
+
__exportStar(require("./command/RoleCacheTrackCommand"), exports);
|
|
172
187
|
__exportStar(require("./command/RoleCacheUpdateCommand"), exports);
|
|
173
188
|
__exportStar(require("./command/RoleDatabaseCommand"), exports);
|
|
174
189
|
__exportStar(require("./command/RoleDatabaseCreateCommand"), exports);
|
|
175
190
|
__exportStar(require("./command/RoleDatabaseDeleteCommand"), exports);
|
|
176
191
|
__exportStar(require("./command/RoleDatabaseGenerateCommand"), exports);
|
|
177
192
|
__exportStar(require("./command/RoleDatabaseListCommand"), exports);
|
|
193
|
+
__exportStar(require("./command/RoleDatabaseTrackCommand"), exports);
|
|
178
194
|
__exportStar(require("./command/RoleDatabaseUpdateCommand"), exports);
|
|
179
195
|
__exportStar(require("./command/RoleDockerCommand"), exports);
|
|
180
196
|
__exportStar(require("./command/RoleDockerCreateCommand"), exports);
|
|
181
197
|
__exportStar(require("./command/RoleDockerDeleteCommand"), exports);
|
|
182
198
|
__exportStar(require("./command/RoleDockerGenerateCommand"), exports);
|
|
183
199
|
__exportStar(require("./command/RoleDockerListCommand"), exports);
|
|
200
|
+
__exportStar(require("./command/RoleDockerTrackCommand"), exports);
|
|
184
201
|
__exportStar(require("./command/RoleDockerUpdateCommand"), exports);
|
|
185
202
|
__exportStar(require("./command/RoleKubernetesCommand"), exports);
|
|
186
203
|
__exportStar(require("./command/RoleKubernetesCreateCommand"), exports);
|
|
187
204
|
__exportStar(require("./command/RoleKubernetesDeleteCommand"), exports);
|
|
188
205
|
__exportStar(require("./command/RoleKubernetesGenerateCommand"), exports);
|
|
189
206
|
__exportStar(require("./command/RoleKubernetesListCommand"), exports);
|
|
207
|
+
__exportStar(require("./command/RoleKubernetesTrackCommand"), exports);
|
|
190
208
|
__exportStar(require("./command/RoleKubernetesUpdateCommand"), exports);
|
|
191
209
|
__exportStar(require("./command/RoleMessagingCommand"), exports);
|
|
192
210
|
__exportStar(require("./command/RoleMessagingCreateCommand"), exports);
|
|
193
211
|
__exportStar(require("./command/RoleMessagingDeleteCommand"), exports);
|
|
194
212
|
__exportStar(require("./command/RoleMessagingGenerateCommand"), exports);
|
|
195
213
|
__exportStar(require("./command/RoleMessagingListCommand"), exports);
|
|
214
|
+
__exportStar(require("./command/RoleMessagingTrackCommand"), exports);
|
|
196
215
|
__exportStar(require("./command/RoleMessagingUpdateCommand"), exports);
|
|
197
216
|
__exportStar(require("./command/RoleMetricCommand"), exports);
|
|
198
217
|
__exportStar(require("./command/RoleMetricCreateCommand"), exports);
|
|
199
218
|
__exportStar(require("./command/RoleMetricDeleteCommand"), exports);
|
|
200
219
|
__exportStar(require("./command/RoleMetricGenerateCommand"), exports);
|
|
201
220
|
__exportStar(require("./command/RoleMetricListCommand"), exports);
|
|
221
|
+
__exportStar(require("./command/RoleMetricTrackCommand"), exports);
|
|
202
222
|
__exportStar(require("./command/RoleMetricUpdateCommand"), exports);
|
|
203
223
|
__exportStar(require("./command/RoleServerCommand"), exports);
|
|
204
224
|
__exportStar(require("./command/RoleServerCreateCommand"), exports);
|
|
@@ -212,6 +232,7 @@ __exportStar(require("./command/RoleStreamingCreateCommand"), exports);
|
|
|
212
232
|
__exportStar(require("./command/RoleStreamingDeleteCommand"), exports);
|
|
213
233
|
__exportStar(require("./command/RoleStreamingGenerateCommand"), exports);
|
|
214
234
|
__exportStar(require("./command/RoleStreamingListCommand"), exports);
|
|
235
|
+
__exportStar(require("./command/RoleStreamingTrackCommand"), exports);
|
|
215
236
|
__exportStar(require("./command/RoleStreamingUpdateCommand"), exports);
|
|
216
237
|
__exportStar(require("./command/ValueCommand"), exports);
|
|
217
238
|
__exportStar(require("./command/ValueListCommand"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -91,7 +91,7 @@ export class NamirasoftExpertServer extends NSABaseServer
|
|
|
91
91
|
chat: NamirasoftExpertServerChat;
|
|
92
92
|
constructor(base_url: string, token_manager: TokenManager, onError: (error: Error) => void)
|
|
93
93
|
{
|
|
94
|
-
super(base_url, `1.4.
|
|
94
|
+
super(base_url, `1.4.23`, token_manager, onError);
|
|
95
95
|
this.healthz = new NamirasoftExpertServerHealthz(this);
|
|
96
96
|
this.health = new NamirasoftExpertServerHealth(this);
|
|
97
97
|
this.metrics = new NamirasoftExpertServerMetrics(this);
|
|
@@ -33,6 +33,7 @@ export class NamirasoftExpertServerDescriptionCache extends NamirasoftExpertServ
|
|
|
33
33
|
super(server);
|
|
34
34
|
this.List = this.List.bind(this);
|
|
35
35
|
this.Generate = this.Generate.bind(this);
|
|
36
|
+
this.Track = this.Track.bind(this);
|
|
36
37
|
this.Update = this.Update.bind(this);
|
|
37
38
|
this.Delete = this.Delete.bind(this);
|
|
38
39
|
}
|
|
@@ -50,6 +51,12 @@ export class NamirasoftExpertServerDescriptionCache extends NamirasoftExpertServ
|
|
|
50
51
|
let { data } = await this.server._post<{ id: string }>(path, {}, undefined, config);
|
|
51
52
|
return data;
|
|
52
53
|
}
|
|
54
|
+
async Track(thread_id: string, config?: BaseServerConfig<any>): Promise<{ successful: (boolean | null), percent: number, message: string }>
|
|
55
|
+
{
|
|
56
|
+
let path = `/agent/config/cache/description/track/${thread_id}`;
|
|
57
|
+
let { data } = await this.server._get<{ successful: (boolean | null), percent: number, message: string }>(path, {}, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
53
60
|
async Update(agent_id: string, id: string, body: DescriptionCacheInputRow, config?: BaseServerConfig<any>): Promise<DescriptionCacheRow>
|
|
54
61
|
{
|
|
55
62
|
let path = `/agent/${agent_id}/config/cache/description/${id}`;
|