@5minds/processcube_engine_client 4.5.0-develop-01bc2b-lmzzriol → 5.0.0-alpha.1

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 (86) hide show
  1. package/dist/Client.d.ts +2 -6
  2. package/dist/ClientFactory.d.ts +2 -4
  3. package/dist/Clients/CronjobHttpClient.d.ts +0 -18
  4. package/dist/Clients/EventHttpClient.d.ts +4 -0
  5. package/dist/Clients/ExternalTaskApiHttpClient.d.ts +1 -9
  6. package/dist/Clients/FlowNodeInstanceHttpClient.d.ts +4 -1
  7. package/dist/Clients/Lib/Mappers.d.ts +2 -7
  8. package/dist/Clients/NotificationHttpClient.d.ts +14 -2
  9. package/dist/Clients/UntypedTaskHttpClient.d.ts +31 -0
  10. package/dist/Clients/index.d.ts +1 -3
  11. package/dist/Types/CallbackTypes.d.ts +3 -2
  12. package/dist/Types/RestSettings.d.ts +21 -36
  13. package/dist/Types/SocketSettings.d.ts +3 -0
  14. package/dist/amd/Client.js +5 -15
  15. package/dist/amd/Client.js.map +1 -1
  16. package/dist/amd/ClientFactory.js +2 -6
  17. package/dist/amd/ClientFactory.js.map +1 -1
  18. package/dist/amd/Clients/CronjobHttpClient.js +0 -26
  19. package/dist/amd/Clients/CronjobHttpClient.js.map +1 -1
  20. package/dist/amd/Clients/EventHttpClient.js +3 -0
  21. package/dist/amd/Clients/EventHttpClient.js.map +1 -1
  22. package/dist/amd/Clients/ExternalTaskApiHttpClient.js +0 -26
  23. package/dist/amd/Clients/ExternalTaskApiHttpClient.js.map +1 -1
  24. package/dist/amd/Clients/FlowNodeInstanceHttpClient.js +7 -2
  25. package/dist/amd/Clients/FlowNodeInstanceHttpClient.js.map +1 -1
  26. package/dist/amd/Clients/Lib/Mappers.js +5 -44
  27. package/dist/amd/Clients/Lib/Mappers.js.map +1 -1
  28. package/dist/amd/Clients/NotificationHttpClient.js +14 -5
  29. package/dist/amd/Clients/NotificationHttpClient.js.map +1 -1
  30. package/dist/amd/Clients/UntypedTaskHttpClient.js +49 -0
  31. package/dist/amd/Clients/UntypedTaskHttpClient.js.map +1 -0
  32. package/dist/amd/Clients/index.js +2 -4
  33. package/dist/amd/Clients/index.js.map +1 -1
  34. package/dist/amd/ExternalTaskWorker.js +2 -2
  35. package/dist/amd/ExternalTaskWorker.js.map +1 -1
  36. package/dist/amd/Types/RestSettings.js +23 -37
  37. package/dist/amd/Types/RestSettings.js.map +1 -1
  38. package/dist/amd/Types/SocketSettings.js +3 -0
  39. package/dist/amd/Types/SocketSettings.js.map +1 -1
  40. package/dist/commonjs/Client.js +5 -15
  41. package/dist/commonjs/Client.js.map +1 -1
  42. package/dist/commonjs/ClientFactory.js +2 -6
  43. package/dist/commonjs/ClientFactory.js.map +1 -1
  44. package/dist/commonjs/Clients/CronjobHttpClient.js +0 -26
  45. package/dist/commonjs/Clients/CronjobHttpClient.js.map +1 -1
  46. package/dist/commonjs/Clients/EventHttpClient.js +3 -0
  47. package/dist/commonjs/Clients/EventHttpClient.js.map +1 -1
  48. package/dist/commonjs/Clients/ExternalTaskApiHttpClient.js +0 -26
  49. package/dist/commonjs/Clients/ExternalTaskApiHttpClient.js.map +1 -1
  50. package/dist/commonjs/Clients/FlowNodeInstanceHttpClient.js +7 -2
  51. package/dist/commonjs/Clients/FlowNodeInstanceHttpClient.js.map +1 -1
  52. package/dist/commonjs/Clients/Lib/Mappers.js +5 -44
  53. package/dist/commonjs/Clients/Lib/Mappers.js.map +1 -1
  54. package/dist/commonjs/Clients/NotificationHttpClient.js +14 -5
  55. package/dist/commonjs/Clients/NotificationHttpClient.js.map +1 -1
  56. package/dist/commonjs/Clients/UntypedTaskHttpClient.js +51 -0
  57. package/dist/commonjs/Clients/UntypedTaskHttpClient.js.map +1 -0
  58. package/dist/commonjs/Clients/index.js +1 -3
  59. package/dist/commonjs/Clients/index.js.map +1 -1
  60. package/dist/commonjs/ExternalTaskWorker.js +2 -2
  61. package/dist/commonjs/ExternalTaskWorker.js.map +1 -1
  62. package/dist/commonjs/Types/RestSettings.js +23 -37
  63. package/dist/commonjs/Types/RestSettings.js.map +1 -1
  64. package/dist/commonjs/Types/SocketSettings.js +3 -0
  65. package/dist/commonjs/Types/SocketSettings.js.map +1 -1
  66. package/package.json +4 -5
  67. package/dist/Clients/AnonymousSessionHttpClient.d.ts +0 -7
  68. package/dist/Clients/EmptyActivityHttpClient.d.ts +0 -22
  69. package/dist/Clients/UserMetadataStorageHttpClient.d.ts +0 -26
  70. package/dist/Types/CronjobsDeprecated.d.ts +0 -65
  71. package/dist/amd/Clients/AnonymousSessionHttpClient.js +0 -29
  72. package/dist/amd/Clients/AnonymousSessionHttpClient.js.map +0 -1
  73. package/dist/amd/Clients/EmptyActivityHttpClient.js +0 -38
  74. package/dist/amd/Clients/EmptyActivityHttpClient.js.map +0 -1
  75. package/dist/amd/Clients/UserMetadataStorageHttpClient.js +0 -46
  76. package/dist/amd/Clients/UserMetadataStorageHttpClient.js.map +0 -1
  77. package/dist/amd/Types/CronjobsDeprecated.js +0 -18
  78. package/dist/amd/Types/CronjobsDeprecated.js.map +0 -1
  79. package/dist/commonjs/Clients/AnonymousSessionHttpClient.js +0 -30
  80. package/dist/commonjs/Clients/AnonymousSessionHttpClient.js.map +0 -1
  81. package/dist/commonjs/Clients/EmptyActivityHttpClient.js +0 -40
  82. package/dist/commonjs/Clients/EmptyActivityHttpClient.js.map +0 -1
  83. package/dist/commonjs/Clients/UserMetadataStorageHttpClient.js +0 -46
  84. package/dist/commonjs/Clients/UserMetadataStorageHttpClient.js.map +0 -1
  85. package/dist/commonjs/Types/CronjobsDeprecated.js +0 -16
  86. package/dist/commonjs/Types/CronjobsDeprecated.js.map +0 -1
@@ -1,30 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AnonymousSessionHttpClient = void 0;
4
- const index_1 = require("../Types/index");
5
- const BaseClient_1 = require("./BaseClient");
6
- const Mappers_1 = require("./Lib/Mappers");
7
- class AnonymousSessionHttpClient extends BaseClient_1.BaseClient {
8
- async getAnonymousSessionById(sessionId) {
9
- const requestAuthHeaders = this.createRequestAuthHeaders(this.identity);
10
- const endpoint = index_1.restSettings.paths.getAnonymousSessionById.replace(index_1.restSettings.params.sessionId, sessionId);
11
- const url = this.buildUrl(endpoint);
12
- const httpResponse = await this.httpClient.get(url, requestAuthHeaders);
13
- return (0, Mappers_1.mapAnonymousSession)(httpResponse.result);
14
- }
15
- async getAnonymousSessionsByUserId(userId) {
16
- const requestAuthHeaders = this.createRequestAuthHeaders(this.identity);
17
- const endpoint = index_1.restSettings.paths.getAnonymousSessionsByUserId.replace(index_1.restSettings.params.userId, userId);
18
- const url = this.buildUrl(endpoint);
19
- const httpResponse = await this.httpClient.get(url, requestAuthHeaders);
20
- return httpResponse.result.map(Mappers_1.mapAnonymousSession);
21
- }
22
- async createAnonymousSessionForIdentity(identity) {
23
- const requestAuthHeaders = this.createRequestAuthHeaders(identity);
24
- const url = this.buildUrl(index_1.restSettings.paths.createAnonymousSession);
25
- const httpResponse = await this.httpClient.post(url, {}, requestAuthHeaders);
26
- return httpResponse.result.sessionId;
27
- }
28
- }
29
- exports.AnonymousSessionHttpClient = AnonymousSessionHttpClient;
30
- //# sourceMappingURL=AnonymousSessionHttpClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnonymousSessionHttpClient.js","sourceRoot":"","sources":["../../../src/Clients/AnonymousSessionHttpClient.ts"],"names":[],"mappings":";;;AAEA,0CAA8C;AAC9C,6CAA0C;AAC1C,2CAAoD;AAEpD,MAAa,0BAA2B,SAAQ,uBAAU;IACjD,KAAK,CAAC,uBAAuB,CAAC,SAAiB;QACpD,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAExE,MAAM,QAAQ,GAAG,oBAAY,CAAC,KAAK,CAAC,uBAAuB,CAAC,OAAO,CAAC,oBAAY,CAAC,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;QAE9G,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAEpC,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAAmB,GAAG,EAAE,kBAAkB,CAAC,CAAC;QAE1F,OAAO,IAAA,6BAAmB,EAAC,YAAY,CAAC,MAAM,CAAC,CAAC;IAClD,CAAC;IAEM,KAAK,CAAC,4BAA4B,CAAC,MAAc;QACtD,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAExE,MAAM,QAAQ,GAAG,oBAAY,CAAC,KAAK,CAAC,4BAA4B,CAAC,OAAO,CAAC,oBAAY,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAE7G,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAEpC,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAA0B,GAAG,EAAE,kBAAkB,CAAC,CAAC;QAEjG,OAAO,YAAY,CAAC,MAAM,CAAC,GAAG,CAAC,6BAAmB,CAAC,CAAC;IACtD,CAAC;IAEM,KAAK,CAAC,iCAAiC,CAAC,QAAkB;QAC/D,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC;QAEnE,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,oBAAY,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;QAErE,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAA8B,GAAG,EAAE,EAAE,EAAE,kBAAkB,CAAC,CAAC;QAE1G,OAAO,YAAY,CAAC,MAAM,CAAC,SAAS,CAAC;IACvC,CAAC;CACF;AAlCD,gEAkCC"}
@@ -1,40 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EmptyActivityHttpClient = void 0;
4
- const processcube_engine_sdk_1 = require("@5minds/processcube_engine_sdk");
5
- const index_1 = require("../Types/index");
6
- const BaseClient_1 = require("./BaseClient");
7
- const Mappers_1 = require("./Lib/Mappers");
8
- class EmptyActivityHttpClient extends BaseClient_1.BaseClient {
9
- async query(query, options) {
10
- const enhancedQuery = {
11
- ...query,
12
- flowNodeType: processcube_engine_sdk_1.BpmnType.emptyActivity,
13
- };
14
- const url = this.buildUrl(index_1.restSettings.paths.queryFlowNodeInstances, options === null || options === void 0 ? void 0 : options.offset, options === null || options === void 0 ? void 0 : options.limit, enhancedQuery, options === null || options === void 0 ? void 0 : options.sortSettings);
15
- const requestAuthHeaders = this.createRequestAuthHeaders(options === null || options === void 0 ? void 0 : options.identity);
16
- const response = await this.httpClient.get(url, requestAuthHeaders);
17
- const mappedResult = {
18
- totalCount: response.result.totalCount,
19
- emptyActivities: response.result.flowNodeInstances.map(Mappers_1.mapEmptyActivity),
20
- };
21
- return mappedResult;
22
- }
23
- async finishEmptyActivity(emptyActivityInstanceId, identity) {
24
- const requestAuthHeaders = this.createRequestAuthHeaders(identity);
25
- const urlRestPart = index_1.restSettings.paths.finishEmptyActivity.replace(index_1.restSettings.params.emptyActivityInstanceId, emptyActivityInstanceId);
26
- const url = this.buildUrl(urlRestPart);
27
- await this.httpClient.put(url, {}, requestAuthHeaders);
28
- }
29
- async onEmptyActivityWaiting(callback, options) {
30
- return this.createSocketIoSubscription(index_1.socketSettings.paths.emptyActivityWaiting, callback, options === null || options === void 0 ? void 0 : options.subscribeOnce, options === null || options === void 0 ? void 0 : options.identity);
31
- }
32
- async onEmptyActivityFinished(callback, options) {
33
- return this.createSocketIoSubscription(index_1.socketSettings.paths.emptyActivityFinished, callback, options === null || options === void 0 ? void 0 : options.subscribeOnce, options === null || options === void 0 ? void 0 : options.identity);
34
- }
35
- removeSubscription(subscription, identity) {
36
- this.removeSocketIoSubscription(subscription, identity);
37
- }
38
- }
39
- exports.EmptyActivityHttpClient = EmptyActivityHttpClient;
40
- //# sourceMappingURL=EmptyActivityHttpClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmptyActivityHttpClient.js","sourceRoot":"","sources":["../../../src/Clients/EmptyActivityHttpClient.ts"],"names":[],"mappings":";;;AAAA,2EAAwI;AAExI,0CAA8D;AAC9D,6CAA0C;AAC1C,2CAAiD;AAKjD,MAAa,uBAAwB,SAAQ,uBAAU;IAC9C,KAAK,CAAC,KAAK,CAChB,KAAsD,EACtD,OAKC;QAED,MAAM,aAAa,GAAG;YACpB,GAAG,KAAK;YACR,YAAY,EAAE,iCAAQ,CAAC,aAAa;SACwB,CAAC;QAE/D,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,oBAAY,CAAC,KAAK,CAAC,sBAAsB,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,EAAE,aAAa,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,YAAY,CAAC,CAAC;QAC5I,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,CAAC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,CAAC,CAAC;QAE5E,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAAoD,GAAG,EAAE,kBAAkB,CAAC,CAAC;QAEvH,MAAM,YAAY,GAAG;YACnB,UAAU,EAAE,QAAQ,CAAC,MAAM,CAAC,UAAU;YACtC,eAAe,EAAE,QAAQ,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,CAAgB,0BAAgB,CAAC;SACxF,CAAC;QAEF,OAAO,YAAY,CAAC;IACtB,CAAC;IAEM,KAAK,CAAC,mBAAmB,CAAC,uBAA+B,EAAE,QAAmB;QACnF,MAAM,kBAAkB,GAAG,IAAI,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC;QAEnE,MAAM,WAAW,GAAG,oBAAY,CAAC,KAAK,CAAC,mBAAmB,CAAC,OAAO,CAAC,oBAAY,CAAC,MAAM,CAAC,uBAAuB,EAAE,uBAAuB,CAAC,CAAC;QAEzI,MAAM,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAEvC,MAAM,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,EAAE,kBAAkB,CAAC,CAAC;IACzD,CAAC;IAEM,KAAK,CAAC,sBAAsB,CACjC,QAA+D,EAC/D,OAGC;QAED,OAAO,IAAI,CAAC,0BAA0B,CAAC,sBAAc,CAAC,KAAK,CAAC,oBAAoB,EAAE,QAAQ,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,aAAa,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,CAAC,CAAC;IACzI,CAAC;IAEM,KAAK,CAAC,uBAAuB,CAClC,QAAgE,EAChE,OAGC;QAED,OAAO,IAAI,CAAC,0BAA0B,CAAC,sBAAc,CAAC,KAAK,CAAC,qBAAqB,EAAE,QAAQ,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,aAAa,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,CAAC,CAAC;IAC1I,CAAC;IAEM,kBAAkB,CAAC,YAA0B,EAAE,QAAmB;QACvE,IAAI,CAAC,0BAA0B,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;IAC1D,CAAC;CACF;AA7DD,0DA6DC"}
@@ -1,46 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserMetadataStorageHttpClient = void 0;
4
- const index_1 = require("../Types/index");
5
- const BaseClient_1 = require("./BaseClient");
6
- /**
7
- * @deprecated This feature is no longer officially supported, since this is more of an App SDK Feature.
8
- * Therefore, this functionality will soon be moved to the App SDK entirely.
9
- */
10
- class UserMetadataStorageHttpClient extends BaseClient_1.BaseClient {
11
- async query(keys, identity, options) {
12
- const url = this.buildUrl(index_1.restSettings.paths.queryUserMetadata, options === null || options === void 0 ? void 0 : options.offset, options === null || options === void 0 ? void 0 : options.limit, {
13
- key: keys,
14
- processInstanceScope: options === null || options === void 0 ? void 0 : options.processInstanceScope,
15
- flowNodeInstanceScope: options === null || options === void 0 ? void 0 : options.flowNodeInstanceScope,
16
- });
17
- const requestAuthHeaders = this.createRequestAuthHeaders(identity);
18
- return (await this.httpClient.get(url, requestAuthHeaders)).result;
19
- }
20
- async get(key, identity, options) {
21
- const url = this.buildUrl(index_1.restSettings.paths.getUserMetadata.replace(index_1.restSettings.params.userMetadataKey, encodeURIComponent(key)), undefined, undefined, {
22
- processInstanceScope: options === null || options === void 0 ? void 0 : options.processInstanceScope,
23
- flowNodeInstanceScope: options === null || options === void 0 ? void 0 : options.flowNodeInstanceScope,
24
- });
25
- const requestAuthHeaders = this.createRequestAuthHeaders(identity);
26
- return (await this.httpClient.get(url, requestAuthHeaders)).result;
27
- }
28
- async set(key, value, identity, options) {
29
- const url = this.buildUrl(index_1.restSettings.paths.setUserMetadata.replace(index_1.restSettings.params.userMetadataKey, encodeURIComponent(key)), undefined, undefined, {
30
- processInstanceScope: options === null || options === void 0 ? void 0 : options.processInstanceScope,
31
- flowNodeInstanceScope: options === null || options === void 0 ? void 0 : options.flowNodeInstanceScope,
32
- });
33
- const requestAuthHeaders = this.createRequestAuthHeaders(identity);
34
- await this.httpClient.post(url, { value: value }, requestAuthHeaders);
35
- }
36
- async remove(key, identity, options) {
37
- const url = this.buildUrl(index_1.restSettings.paths.removeUserMetadata.replace(index_1.restSettings.params.userMetadataKey, encodeURIComponent(key)), undefined, undefined, {
38
- processInstanceScope: options === null || options === void 0 ? void 0 : options.processInstanceScope,
39
- flowNodeInstanceScope: options === null || options === void 0 ? void 0 : options.flowNodeInstanceScope,
40
- });
41
- const requestAuthHeaders = this.createRequestAuthHeaders(identity);
42
- await this.httpClient.delete(url, requestAuthHeaders);
43
- }
44
- }
45
- exports.UserMetadataStorageHttpClient = UserMetadataStorageHttpClient;
46
- //# sourceMappingURL=UserMetadataStorageHttpClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserMetadataStorageHttpClient.js","sourceRoot":"","sources":["../../../src/Clients/UserMetadataStorageHttpClient.ts"],"names":[],"mappings":"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"}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CronjobHistorySortableColumns = void 0;
4
- /**
5
- * @deprecated
6
- */
7
- var CronjobHistorySortableColumns;
8
- (function (CronjobHistorySortableColumns) {
9
- CronjobHistorySortableColumns["processDefinitionId"] = "processDefinitionId";
10
- CronjobHistorySortableColumns["processModelId"] = "processModelId";
11
- CronjobHistorySortableColumns["startEventId"] = "startEventId";
12
- CronjobHistorySortableColumns["crontab"] = "crontab";
13
- CronjobHistorySortableColumns["createdAt"] = "createdAt";
14
- CronjobHistorySortableColumns["executedAt"] = "executedAt";
15
- })(CronjobHistorySortableColumns || (exports.CronjobHistorySortableColumns = CronjobHistorySortableColumns = {}));
16
- //# sourceMappingURL=CronjobsDeprecated.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CronjobsDeprecated.js","sourceRoot":"","sources":["../../../src/Types/CronjobsDeprecated.ts"],"names":[],"mappings":";;;AA4DA;;GAEG;AACH,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,4EAA2C,CAAA;IAC3C,kEAAiC,CAAA;IACjC,8DAA6B,CAAA;IAC7B,oDAAmB,CAAA;IACnB,wDAAuB,CAAA;IACvB,0DAAyB,CAAA;AAC3B,CAAC,EAPW,6BAA6B,6CAA7B,6BAA6B,QAOxC"}