bruce-models 1.9.8 → 2.0.0

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 (112) hide show
  1. package/dist/bruce-models.es5.js +317 -74
  2. package/dist/bruce-models.es5.js.map +1 -1
  3. package/dist/bruce-models.umd.js +317 -74
  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 +201 -185
  7. package/dist/lib/account/account.js.map +1 -1
  8. package/dist/lib/ann-document/ann-document.js +94 -86
  9. package/dist/lib/ann-document/ann-document.js.map +1 -1
  10. package/dist/lib/api/abstract-api.js +260 -246
  11. package/dist/lib/api/abstract-api.js.map +1 -1
  12. package/dist/lib/api/api-getters.js +134 -134
  13. package/dist/lib/api/api.js +93 -93
  14. package/dist/lib/api/bruce-api.js +216 -216
  15. package/dist/lib/api/cam-api.js +85 -82
  16. package/dist/lib/api/cam-api.js.map +1 -1
  17. package/dist/lib/api/global-api.js +81 -81
  18. package/dist/lib/api/idm-api.js +85 -82
  19. package/dist/lib/api/idm-api.js.map +1 -1
  20. package/dist/lib/bruce-models.js +86 -86
  21. package/dist/lib/calculator/calculator.js +341 -341
  22. package/dist/lib/client-file/client-file.js +249 -245
  23. package/dist/lib/client-file/client-file.js.map +1 -1
  24. package/dist/lib/common/bounds.js +61 -61
  25. package/dist/lib/common/bruce-event.js +46 -46
  26. package/dist/lib/common/bruce-variable.js +60 -60
  27. package/dist/lib/common/cache.js +165 -165
  28. package/dist/lib/common/camera.js +11 -11
  29. package/dist/lib/common/cartes.js +123 -123
  30. package/dist/lib/common/carto.js +60 -60
  31. package/dist/lib/common/color.js +86 -86
  32. package/dist/lib/common/delay-queue.js +56 -56
  33. package/dist/lib/common/dictionary.js +2 -2
  34. package/dist/lib/common/geometry.js +120 -120
  35. package/dist/lib/common/transform.js +2 -2
  36. package/dist/lib/common/utc.js +39 -39
  37. package/dist/lib/custom-form/custom-form-content.js +26 -26
  38. package/dist/lib/custom-form/custom-form.js +114 -106
  39. package/dist/lib/custom-form/custom-form.js.map +1 -1
  40. package/dist/lib/data-lab/data-lab.js +49 -49
  41. package/dist/lib/entity/entity-attachment-type.js +87 -83
  42. package/dist/lib/entity/entity-attachment-type.js.map +1 -1
  43. package/dist/lib/entity/entity-attachment.js +126 -122
  44. package/dist/lib/entity/entity-attachment.js.map +1 -1
  45. package/dist/lib/entity/entity-attribute.js +29 -29
  46. package/dist/lib/entity/entity-comment.js +86 -82
  47. package/dist/lib/entity/entity-comment.js.map +1 -1
  48. package/dist/lib/entity/entity-coords.js +153 -149
  49. package/dist/lib/entity/entity-coords.js.map +1 -1
  50. package/dist/lib/entity/entity-link.js +86 -82
  51. package/dist/lib/entity/entity-link.js.map +1 -1
  52. package/dist/lib/entity/entity-lod-category.js +108 -100
  53. package/dist/lib/entity/entity-lod-category.js.map +1 -1
  54. package/dist/lib/entity/entity-lod.js +197 -185
  55. package/dist/lib/entity/entity-lod.js.map +1 -1
  56. package/dist/lib/entity/entity-relation-type.js +117 -109
  57. package/dist/lib/entity/entity-relation-type.js.map +1 -1
  58. package/dist/lib/entity/entity-relation.js +140 -132
  59. package/dist/lib/entity/entity-relation.js.map +1 -1
  60. package/dist/lib/entity/entity-source.js +136 -136
  61. package/dist/lib/entity/entity-tag.js +157 -149
  62. package/dist/lib/entity/entity-tag.js.map +1 -1
  63. package/dist/lib/entity/entity-type-visual-settings.js +13 -13
  64. package/dist/lib/entity/entity-type.js +121 -113
  65. package/dist/lib/entity/entity-type.js.map +1 -1
  66. package/dist/lib/entity/entity.js +331 -319
  67. package/dist/lib/entity/entity.js.map +1 -1
  68. package/dist/lib/entity/getters/batched-data-getter.js +84 -84
  69. package/dist/lib/entity/getters/entity-filter-getter.js +306 -303
  70. package/dist/lib/entity/getters/entity-filter-getter.js.map +1 -1
  71. package/dist/lib/entity/getters/entity-globe.js +211 -211
  72. package/dist/lib/entity/getters/view-monitor.js +2 -2
  73. package/dist/lib/import/import-cad.js +53 -53
  74. package/dist/lib/import/import-csv.js +23 -23
  75. package/dist/lib/import/import-json.js +23 -23
  76. package/dist/lib/import/import-kml.js +23 -23
  77. package/dist/lib/import/imported-file.js +99 -91
  78. package/dist/lib/import/imported-file.js.map +1 -1
  79. package/dist/lib/internal/uploader.js +76 -76
  80. package/dist/lib/markup/markup.js +185 -185
  81. package/dist/lib/plugin/plugin.js +91 -83
  82. package/dist/lib/plugin/plugin.js.map +1 -1
  83. package/dist/lib/program-key/program-key.js +119 -111
  84. package/dist/lib/program-key/program-key.js.map +1 -1
  85. package/dist/lib/project/menu-item.js +121 -121
  86. package/dist/lib/project/project-view-bookmark.js +159 -147
  87. package/dist/lib/project/project-view-bookmark.js.map +1 -1
  88. package/dist/lib/project/project-view-legacy-tile.js +77 -77
  89. package/dist/lib/project/project-view-tile.js +125 -125
  90. package/dist/lib/project/project-view.js +141 -133
  91. package/dist/lib/project/project-view.js.map +1 -1
  92. package/dist/lib/project/zoom-control.js +17 -17
  93. package/dist/lib/server/message-broker.js +142 -142
  94. package/dist/lib/server/pending-action.js +71 -71
  95. package/dist/lib/server/task.js +63 -63
  96. package/dist/lib/style/style.js +125 -117
  97. package/dist/lib/style/style.js.map +1 -1
  98. package/dist/lib/tileset/tileset.js +431 -415
  99. package/dist/lib/tileset/tileset.js.map +1 -1
  100. package/dist/lib/user/permission.js +20 -20
  101. package/dist/lib/user/session.js +141 -137
  102. package/dist/lib/user/session.js.map +1 -1
  103. package/dist/lib/user/user-group.js +94 -94
  104. package/dist/lib/user/user.js +474 -446
  105. package/dist/lib/user/user.js.map +1 -1
  106. package/dist/lib/util/encrypt-utils.js +19 -19
  107. package/dist/lib/util/math-utils.js +40 -40
  108. package/dist/lib/util/object-utils.js +17 -17
  109. package/dist/lib/util/path-utils.js +61 -61
  110. package/dist/lib/util/url-utils.js +94 -94
  111. package/dist/types/api/abstract-api.d.ts +6 -0
  112. package/package.json +3 -2
@@ -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