bruce-models 1.9.7 → 1.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/bruce-models.es5.js +9 -3
  2. package/dist/bruce-models.es5.js.map +1 -1
  3. package/dist/bruce-models.umd.js +9 -3
  4. package/dist/bruce-models.umd.js.map +1 -1
  5. package/dist/lib/account/account-settings.js +2 -2
  6. package/dist/lib/account/account.js +185 -185
  7. package/dist/lib/ann-document/ann-document.js +86 -86
  8. package/dist/lib/api/abstract-api.js +246 -246
  9. package/dist/lib/api/api-getters.js +134 -134
  10. package/dist/lib/api/api.js +93 -93
  11. package/dist/lib/api/bruce-api.js +216 -216
  12. package/dist/lib/api/cam-api.js +82 -82
  13. package/dist/lib/api/global-api.js +81 -81
  14. package/dist/lib/api/idm-api.js +82 -82
  15. package/dist/lib/bruce-models.js +86 -86
  16. package/dist/lib/calculator/calculator.js +341 -335
  17. package/dist/lib/calculator/calculator.js.map +1 -1
  18. package/dist/lib/client-file/client-file.js +245 -245
  19. package/dist/lib/common/bounds.js +61 -61
  20. package/dist/lib/common/bruce-event.js +46 -46
  21. package/dist/lib/common/bruce-variable.js +60 -60
  22. package/dist/lib/common/cache.js +165 -165
  23. package/dist/lib/common/camera.js +11 -11
  24. package/dist/lib/common/cartes.js +123 -123
  25. package/dist/lib/common/carto.js +60 -60
  26. package/dist/lib/common/color.js +86 -86
  27. package/dist/lib/common/delay-queue.js +56 -56
  28. package/dist/lib/common/dictionary.js +2 -2
  29. package/dist/lib/common/geometry.js +120 -120
  30. package/dist/lib/common/transform.js +2 -2
  31. package/dist/lib/common/utc.js +39 -39
  32. package/dist/lib/custom-form/custom-form-content.js +26 -26
  33. package/dist/lib/custom-form/custom-form.js +106 -106
  34. package/dist/lib/data-lab/data-lab.js +49 -49
  35. package/dist/lib/entity/entity-attachment-type.js +83 -83
  36. package/dist/lib/entity/entity-attachment.js +122 -122
  37. package/dist/lib/entity/entity-attribute.js +29 -29
  38. package/dist/lib/entity/entity-comment.js +82 -82
  39. package/dist/lib/entity/entity-coords.js +149 -149
  40. package/dist/lib/entity/entity-link.js +82 -82
  41. package/dist/lib/entity/entity-lod-category.js +100 -100
  42. package/dist/lib/entity/entity-lod.js +185 -185
  43. package/dist/lib/entity/entity-relation-type.js +109 -109
  44. package/dist/lib/entity/entity-relation.js +132 -132
  45. package/dist/lib/entity/entity-source.js +136 -136
  46. package/dist/lib/entity/entity-tag.js +149 -149
  47. package/dist/lib/entity/entity-type-visual-settings.js +13 -13
  48. package/dist/lib/entity/entity-type.js +113 -113
  49. package/dist/lib/entity/entity.js +319 -319
  50. package/dist/lib/entity/getters/batched-data-getter.js +84 -84
  51. package/dist/lib/entity/getters/entity-filter-getter.js +303 -303
  52. package/dist/lib/entity/getters/entity-globe.js +211 -211
  53. package/dist/lib/entity/getters/view-monitor.js +2 -2
  54. package/dist/lib/import/import-cad.js +53 -53
  55. package/dist/lib/import/import-csv.js +23 -23
  56. package/dist/lib/import/import-json.js +23 -23
  57. package/dist/lib/import/import-kml.js +23 -23
  58. package/dist/lib/import/imported-file.js +91 -91
  59. package/dist/lib/internal/uploader.js +76 -76
  60. package/dist/lib/markup/markup.js +185 -185
  61. package/dist/lib/plugin/plugin.js +83 -83
  62. package/dist/lib/program-key/program-key.js +111 -111
  63. package/dist/lib/project/menu-item.js +121 -121
  64. package/dist/lib/project/project-view-bookmark.js +147 -147
  65. package/dist/lib/project/project-view-legacy-tile.js +77 -77
  66. package/dist/lib/project/project-view-tile.js +125 -125
  67. package/dist/lib/project/project-view.js +133 -133
  68. package/dist/lib/project/zoom-control.js +17 -17
  69. package/dist/lib/server/message-broker.js +142 -142
  70. package/dist/lib/server/pending-action.js +71 -71
  71. package/dist/lib/server/task.js +63 -63
  72. package/dist/lib/style/style.js +117 -117
  73. package/dist/lib/tileset/tileset.js +415 -415
  74. package/dist/lib/user/permission.js +20 -20
  75. package/dist/lib/user/session.js +137 -137
  76. package/dist/lib/user/user-group.js +94 -94
  77. package/dist/lib/user/user.js +446 -446
  78. package/dist/lib/util/encrypt-utils.js +19 -19
  79. package/dist/lib/util/math-utils.js +40 -40
  80. package/dist/lib/util/object-utils.js +17 -17
  81. package/dist/lib/util/path-utils.js +61 -61
  82. package/dist/lib/util/url-utils.js +94 -94
  83. package/package.json +1 -1
@@ -1,143 +1,143 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MessageBroker = void 0;
4
- const api_1 = require("../api/api");
5
- var MessageBroker;
6
- (function (MessageBroker) {
7
- let EAction;
8
- (function (EAction) {
9
- // Subscribes a client to topic messages on a server side.
10
- EAction["SUBSCRIBE"] = "subscribe";
11
- // Subscribes a client to a topic without notifying other clients.
12
- EAction["SUBSCRIBE_SHADOW"] = "subscribeShadow";
13
- // Unsubscribes clients from topic messages on a server side
14
- EAction["UNSUBSCRIBE"] = "unsubscribe";
15
- // Sends a message to all topic subscribers.
16
- EAction["BROADCAST"] = "broadcast";
17
- // Requests topic subscribers without subscribing.
18
- EAction["GET_TOPIC_SUBSCRIBERS"] = "getTopicSubscribers";
19
- })(EAction = MessageBroker.EAction || (MessageBroker.EAction = {}));
20
- /**
21
- * Communicates with a server message broker.
22
- */
23
- class WebSocketBroker {
24
- constructor(uri, env) {
25
- this.subscriptions = new Map();
26
- this.reconnects = 0;
27
- this.maxReconnects = 5;
28
- this.uri = uri;
29
- this.env = env ? env : api_1.Api.EEnv.PROD;
30
- this.connect();
31
- }
32
- get IsConnected() {
33
- return this.ws.readyState === WebSocket.OPEN;
34
- }
35
- SetUserId(userId) {
36
- this.userId = this.userId ? this.userId : userId;
37
- }
38
- connect() {
39
- try {
40
- if (!WebSocket) {
41
- throw new Error("WebSocket is not supported by this browser");
42
- }
43
- this.ws = new WebSocket(this.formatApiUri(this.uri));
44
- this.ws.onopen = this.onOpen.bind(this);
45
- this.ws.onmessage = this.onMessage.bind(this);
46
- this.ws.onerror = this.onError.bind(this);
47
- this.ws.onclose = this.onClose.bind(this);
48
- }
49
- catch (e) {
50
- console.error(e);
51
- }
52
- }
53
- formatApiUri(uri) {
54
- const ws = document.location.protocol === "https:" ? "wss" : "ws";
55
- return uri.replace(/^(https|http)/, ws) + "websocket";
56
- }
57
- onOpen(ev) {
58
- if (this.env === api_1.Api.EEnv.DEV) {
59
- console.log("MessageBroker connection opened: ", ev);
60
- }
61
- }
62
- onClose(ev) {
63
- if (this.env === api_1.Api.EEnv.DEV) {
64
- console.log("MessageBroker connection closed, trying to reconnect: ", ev);
65
- }
66
- if (this.reconnects < this.maxReconnects) {
67
- this.reconnects += 1;
68
- setTimeout(() => this.connect(), 5000 * this.reconnects);
69
- }
70
- }
71
- onMessage(ev) {
72
- var _a;
73
- const data = JSON.parse(ev.data);
74
- (_a = this.subscriptions.get(data.topic)) === null || _a === void 0 ? void 0 : _a.forEach(cb => cb(data));
75
- }
76
- onError(ev) {
77
- console.error("MessageBroker connection error: ", ev);
78
- }
79
- addSubscriber(topic, callback) {
80
- const subscribers = this.subscriptions.get(topic) || [];
81
- if (subscribers.includes(callback)) {
82
- return;
83
- }
84
- subscribers.push(callback);
85
- this.subscriptions.set(topic, subscribers);
86
- }
87
- /**
88
- * Send message to server.
89
- * @param base
90
- * @returns
91
- */
92
- SendMessage(base) {
93
- if (this.ws.readyState !== WebSocket.OPEN) {
94
- return;
95
- }
96
- try {
97
- const msg = base;
98
- if (!msg.event) {
99
- msg.event = EAction.BROADCAST;
100
- }
101
- let message = base.data ? base.data : {};
102
- if (typeof message == "object") {
103
- message = JSON.stringify(message);
104
- }
105
- msg.data = message;
106
- const outgoingMessage = Object.assign(Object.assign({}, msg), { user: this.userId, time: Date.now() });
107
- this.ws.send(JSON.stringify(outgoingMessage));
108
- }
109
- catch (e) {
110
- console.warn(e);
111
- }
112
- }
113
- /**
114
- * Add a subscriber to a topic.
115
- * @param topic
116
- * @param callback
117
- * @param action
118
- */
119
- Subscribe(topic, callback, action) {
120
- if (!action) {
121
- action = EAction.SUBSCRIBE;
122
- }
123
- this.addSubscriber(topic, callback);
124
- this.SendMessage({ topic, action });
125
- }
126
- /**
127
- * Remove a subscriber from a topic.
128
- * @param topic
129
- * @param callback
130
- */
131
- Unsubscribe(topic, callback) {
132
- const subscribers = this.subscriptions.get(topic) || [];
133
- this.subscriptions.set(topic, subscribers.filter(fn => fn != callback));
134
- this.SendMessage({ topic, action: EAction.UNSUBSCRIBE });
135
- }
136
- RequestTopicUsers(topic, callback) {
137
- this.addSubscriber(topic, callback);
138
- this.SendMessage({ topic, event: EAction.GET_TOPIC_SUBSCRIBERS });
139
- }
140
- }
141
- MessageBroker.WebSocketBroker = WebSocketBroker;
142
- })(MessageBroker = exports.MessageBroker || (exports.MessageBroker = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MessageBroker = void 0;
4
+ const api_1 = require("../api/api");
5
+ var MessageBroker;
6
+ (function (MessageBroker) {
7
+ let EAction;
8
+ (function (EAction) {
9
+ // Subscribes a client to topic messages on a server side.
10
+ EAction["SUBSCRIBE"] = "subscribe";
11
+ // Subscribes a client to a topic without notifying other clients.
12
+ EAction["SUBSCRIBE_SHADOW"] = "subscribeShadow";
13
+ // Unsubscribes clients from topic messages on a server side
14
+ EAction["UNSUBSCRIBE"] = "unsubscribe";
15
+ // Sends a message to all topic subscribers.
16
+ EAction["BROADCAST"] = "broadcast";
17
+ // Requests topic subscribers without subscribing.
18
+ EAction["GET_TOPIC_SUBSCRIBERS"] = "getTopicSubscribers";
19
+ })(EAction = MessageBroker.EAction || (MessageBroker.EAction = {}));
20
+ /**
21
+ * Communicates with a server message broker.
22
+ */
23
+ class WebSocketBroker {
24
+ constructor(uri, env) {
25
+ this.subscriptions = new Map();
26
+ this.reconnects = 0;
27
+ this.maxReconnects = 5;
28
+ this.uri = uri;
29
+ this.env = env ? env : api_1.Api.EEnv.PROD;
30
+ this.connect();
31
+ }
32
+ get IsConnected() {
33
+ return this.ws.readyState === WebSocket.OPEN;
34
+ }
35
+ SetUserId(userId) {
36
+ this.userId = this.userId ? this.userId : userId;
37
+ }
38
+ connect() {
39
+ try {
40
+ if (!WebSocket) {
41
+ throw new Error("WebSocket is not supported by this browser");
42
+ }
43
+ this.ws = new WebSocket(this.formatApiUri(this.uri));
44
+ this.ws.onopen = this.onOpen.bind(this);
45
+ this.ws.onmessage = this.onMessage.bind(this);
46
+ this.ws.onerror = this.onError.bind(this);
47
+ this.ws.onclose = this.onClose.bind(this);
48
+ }
49
+ catch (e) {
50
+ console.error(e);
51
+ }
52
+ }
53
+ formatApiUri(uri) {
54
+ const ws = document.location.protocol === "https:" ? "wss" : "ws";
55
+ return uri.replace(/^(https|http)/, ws) + "websocket";
56
+ }
57
+ onOpen(ev) {
58
+ if (this.env === api_1.Api.EEnv.DEV) {
59
+ console.log("MessageBroker connection opened: ", ev);
60
+ }
61
+ }
62
+ onClose(ev) {
63
+ if (this.env === api_1.Api.EEnv.DEV) {
64
+ console.log("MessageBroker connection closed, trying to reconnect: ", ev);
65
+ }
66
+ if (this.reconnects < this.maxReconnects) {
67
+ this.reconnects += 1;
68
+ setTimeout(() => this.connect(), 5000 * this.reconnects);
69
+ }
70
+ }
71
+ onMessage(ev) {
72
+ var _a;
73
+ const data = JSON.parse(ev.data);
74
+ (_a = this.subscriptions.get(data.topic)) === null || _a === void 0 ? void 0 : _a.forEach(cb => cb(data));
75
+ }
76
+ onError(ev) {
77
+ console.error("MessageBroker connection error: ", ev);
78
+ }
79
+ addSubscriber(topic, callback) {
80
+ const subscribers = this.subscriptions.get(topic) || [];
81
+ if (subscribers.includes(callback)) {
82
+ return;
83
+ }
84
+ subscribers.push(callback);
85
+ this.subscriptions.set(topic, subscribers);
86
+ }
87
+ /**
88
+ * Send message to server.
89
+ * @param base
90
+ * @returns
91
+ */
92
+ SendMessage(base) {
93
+ if (this.ws.readyState !== WebSocket.OPEN) {
94
+ return;
95
+ }
96
+ try {
97
+ const msg = base;
98
+ if (!msg.event) {
99
+ msg.event = EAction.BROADCAST;
100
+ }
101
+ let message = base.data ? base.data : {};
102
+ if (typeof message == "object") {
103
+ message = JSON.stringify(message);
104
+ }
105
+ msg.data = message;
106
+ const outgoingMessage = Object.assign(Object.assign({}, msg), { user: this.userId, time: Date.now() });
107
+ this.ws.send(JSON.stringify(outgoingMessage));
108
+ }
109
+ catch (e) {
110
+ console.warn(e);
111
+ }
112
+ }
113
+ /**
114
+ * Add a subscriber to a topic.
115
+ * @param topic
116
+ * @param callback
117
+ * @param action
118
+ */
119
+ Subscribe(topic, callback, action) {
120
+ if (!action) {
121
+ action = EAction.SUBSCRIBE;
122
+ }
123
+ this.addSubscriber(topic, callback);
124
+ this.SendMessage({ topic, action });
125
+ }
126
+ /**
127
+ * Remove a subscriber from a topic.
128
+ * @param topic
129
+ * @param callback
130
+ */
131
+ Unsubscribe(topic, callback) {
132
+ const subscribers = this.subscriptions.get(topic) || [];
133
+ this.subscriptions.set(topic, subscribers.filter(fn => fn != callback));
134
+ this.SendMessage({ topic, action: EAction.UNSUBSCRIBE });
135
+ }
136
+ RequestTopicUsers(topic, callback) {
137
+ this.addSubscriber(topic, callback);
138
+ this.SendMessage({ topic, event: EAction.GET_TOPIC_SUBSCRIBERS });
139
+ }
140
+ }
141
+ MessageBroker.WebSocketBroker = WebSocketBroker;
142
+ })(MessageBroker = exports.MessageBroker || (exports.MessageBroker = {}));
143
143
  //# sourceMappingURL=message-broker.js.map
@@ -1,72 +1,72 @@
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.PendingAction = void 0;
13
- const api_1 = require("../api/api");
14
- /**
15
- * Describes the "Pending Action" concept within Bruce.
16
- * A pending action is a record of a server-side background process.
17
- * This record is used to monitor its progress and completion state.
18
- */
19
- var PendingAction;
20
- (function (PendingAction) {
21
- let EStatus;
22
- (function (EStatus) {
23
- EStatus["InProgress"] = "IN_PROGRESS";
24
- EStatus["Cancelled"] = "CANCELLED";
25
- EStatus["Complete"] = "COMPLETE";
26
- EStatus["Failed"] = "FAILED";
27
- })(EStatus = PendingAction.EStatus || (PendingAction.EStatus = {}));
28
- function Get(params) {
29
- return __awaiter(this, void 0, void 0, function* () {
30
- const { api, actionId, req: reqParams } = params;
31
- if (!actionId) {
32
- throw ("Action ID is required.");
33
- }
34
- const data = yield api.GET(`pendingAction/${actionId}`, api_1.Api.PrepReqParams(reqParams));
35
- return {
36
- action: data
37
- };
38
- });
39
- }
40
- PendingAction.Get = Get;
41
- function GetRelevantList(params) {
42
- return __awaiter(this, void 0, void 0, function* () {
43
- const { api, stricter, reqParams } = params;
44
- const data = yield api.GET(`pendingActions/important?Update=${Boolean(stricter)}`, api_1.Api.PrepReqParams(reqParams));
45
- return {
46
- actions: data.Items
47
- };
48
- });
49
- }
50
- PendingAction.GetRelevantList = GetRelevantList;
51
- function GetMessages(params) {
52
- return __awaiter(this, void 0, void 0, function* () {
53
- let { api, actionId, order, startIndex, amount, req: reqParams } = params;
54
- if (amount == null) {
55
- amount = 500;
56
- }
57
- if (startIndex == null) {
58
- startIndex = 0;
59
- }
60
- if (order == null) {
61
- order = api_1.Api.ESortOrder.Asc;
62
- }
63
- const args = `?SortOrder=${order == api_1.Api.ESortOrder.Desc ? "DESC" : "ASC"}&PageSize=${amount}&PageIndex=${startIndex}`;
64
- const data = yield api.GET(`pendingAction/${actionId}/progressMessages` + args, api_1.Api.PrepReqParams(reqParams));
65
- return {
66
- messages: data.Items
67
- };
68
- });
69
- }
70
- PendingAction.GetMessages = GetMessages;
71
- })(PendingAction = exports.PendingAction || (exports.PendingAction = {}));
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.PendingAction = void 0;
13
+ const api_1 = require("../api/api");
14
+ /**
15
+ * Describes the "Pending Action" concept within Bruce.
16
+ * A pending action is a record of a server-side background process.
17
+ * This record is used to monitor its progress and completion state.
18
+ */
19
+ var PendingAction;
20
+ (function (PendingAction) {
21
+ let EStatus;
22
+ (function (EStatus) {
23
+ EStatus["InProgress"] = "IN_PROGRESS";
24
+ EStatus["Cancelled"] = "CANCELLED";
25
+ EStatus["Complete"] = "COMPLETE";
26
+ EStatus["Failed"] = "FAILED";
27
+ })(EStatus = PendingAction.EStatus || (PendingAction.EStatus = {}));
28
+ function Get(params) {
29
+ return __awaiter(this, void 0, void 0, function* () {
30
+ const { api, actionId, req: reqParams } = params;
31
+ if (!actionId) {
32
+ throw ("Action ID is required.");
33
+ }
34
+ const data = yield api.GET(`pendingAction/${actionId}`, api_1.Api.PrepReqParams(reqParams));
35
+ return {
36
+ action: data
37
+ };
38
+ });
39
+ }
40
+ PendingAction.Get = Get;
41
+ function GetRelevantList(params) {
42
+ return __awaiter(this, void 0, void 0, function* () {
43
+ const { api, stricter, reqParams } = params;
44
+ const data = yield api.GET(`pendingActions/important?Update=${Boolean(stricter)}`, api_1.Api.PrepReqParams(reqParams));
45
+ return {
46
+ actions: data.Items
47
+ };
48
+ });
49
+ }
50
+ PendingAction.GetRelevantList = GetRelevantList;
51
+ function GetMessages(params) {
52
+ return __awaiter(this, void 0, void 0, function* () {
53
+ let { api, actionId, order, startIndex, amount, req: reqParams } = params;
54
+ if (amount == null) {
55
+ amount = 500;
56
+ }
57
+ if (startIndex == null) {
58
+ startIndex = 0;
59
+ }
60
+ if (order == null) {
61
+ order = api_1.Api.ESortOrder.Asc;
62
+ }
63
+ const args = `?SortOrder=${order == api_1.Api.ESortOrder.Desc ? "DESC" : "ASC"}&PageSize=${amount}&PageIndex=${startIndex}`;
64
+ const data = yield api.GET(`pendingAction/${actionId}/progressMessages` + args, api_1.Api.PrepReqParams(reqParams));
65
+ return {
66
+ messages: data.Items
67
+ };
68
+ });
69
+ }
70
+ PendingAction.GetMessages = GetMessages;
71
+ })(PendingAction = exports.PendingAction || (exports.PendingAction = {}));
72
72
  //# sourceMappingURL=pending-action.js.map
@@ -1,64 +1,64 @@
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.Task = void 0;
13
- var Task;
14
- (function (Task) {
15
- let ETaskPurpose;
16
- (function (ETaskPurpose) {
17
- ETaskPurpose["BackupRestore"] = "BackupRestore";
18
- })(ETaskPurpose = Task.ETaskPurpose || (Task.ETaskPurpose = {}));
19
- function Get(params) {
20
- return __awaiter(this, void 0, void 0, function* () {
21
- const { api, taskId: id, req: reqParams } = params;
22
- const prom = new Promise((res, rej) => __awaiter(this, void 0, void 0, function* () {
23
- try {
24
- const data = yield api.GET(`v1/tasks/${id}`, reqParams);
25
- res({
26
- task: data.Items.find(x => x.id == id)
27
- });
28
- }
29
- catch (e) {
30
- rej(e);
31
- }
32
- }));
33
- return prom;
34
- });
35
- }
36
- Task.Get = Get;
37
- function GetList(params) {
38
- return __awaiter(this, void 0, void 0, function* () {
39
- const { api, accountId, type, req: reqParams } = params;
40
- let url = "v1/tasks/";
41
- if (accountId) {
42
- url += `?account=${accountId}`;
43
- }
44
- if (type) {
45
- url += (accountId ? "&" : "?") + `type=${type}`;
46
- }
47
- const req = api.GET(url, reqParams);
48
- const prom = new Promise((res, rej) => __awaiter(this, void 0, void 0, function* () {
49
- try {
50
- const data = yield req;
51
- res({
52
- tasks: data.Items
53
- });
54
- }
55
- catch (e) {
56
- rej(e);
57
- }
58
- }));
59
- return prom;
60
- });
61
- }
62
- Task.GetList = GetList;
63
- })(Task = exports.Task || (exports.Task = {}));
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.Task = void 0;
13
+ var Task;
14
+ (function (Task) {
15
+ let ETaskPurpose;
16
+ (function (ETaskPurpose) {
17
+ ETaskPurpose["BackupRestore"] = "BackupRestore";
18
+ })(ETaskPurpose = Task.ETaskPurpose || (Task.ETaskPurpose = {}));
19
+ function Get(params) {
20
+ return __awaiter(this, void 0, void 0, function* () {
21
+ const { api, taskId: id, req: reqParams } = params;
22
+ const prom = new Promise((res, rej) => __awaiter(this, void 0, void 0, function* () {
23
+ try {
24
+ const data = yield api.GET(`v1/tasks/${id}`, reqParams);
25
+ res({
26
+ task: data.Items.find(x => x.id == id)
27
+ });
28
+ }
29
+ catch (e) {
30
+ rej(e);
31
+ }
32
+ }));
33
+ return prom;
34
+ });
35
+ }
36
+ Task.Get = Get;
37
+ function GetList(params) {
38
+ return __awaiter(this, void 0, void 0, function* () {
39
+ const { api, accountId, type, req: reqParams } = params;
40
+ let url = "v1/tasks/";
41
+ if (accountId) {
42
+ url += `?account=${accountId}`;
43
+ }
44
+ if (type) {
45
+ url += (accountId ? "&" : "?") + `type=${type}`;
46
+ }
47
+ const req = api.GET(url, reqParams);
48
+ const prom = new Promise((res, rej) => __awaiter(this, void 0, void 0, function* () {
49
+ try {
50
+ const data = yield req;
51
+ res({
52
+ tasks: data.Items
53
+ });
54
+ }
55
+ catch (e) {
56
+ rej(e);
57
+ }
58
+ }));
59
+ return prom;
60
+ });
61
+ }
62
+ Task.GetList = GetList;
63
+ })(Task = exports.Task || (exports.Task = {}));
64
64
  //# sourceMappingURL=task.js.map