@camunda8/sdk 8.5.1-alpha.3 → 8.5.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 (36) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/admin/lib/AdminApiClient.js +34 -19
  3. package/dist/admin/lib/AdminApiClient.js.map +1 -1
  4. package/dist/generated/zeebe_grpc_pb.d.ts +320 -0
  5. package/dist/generated/zeebe_grpc_pb.js +844 -0
  6. package/dist/generated/zeebe_grpc_pb.js.map +1 -0
  7. package/dist/lib/GetCustomCertificateBuffer.d.ts +3 -0
  8. package/dist/lib/GetCustomCertificateBuffer.js +56 -0
  9. package/dist/lib/GetCustomCertificateBuffer.js.map +1 -0
  10. package/dist/lib/GetSystemCertificates.d.ts +14 -0
  11. package/dist/lib/GetSystemCertificates.js +140 -0
  12. package/dist/lib/GetSystemCertificates.js.map +1 -0
  13. package/dist/lib/index.d.ts +1 -1
  14. package/dist/lib/index.js +1 -1
  15. package/dist/lib/index.js.map +1 -1
  16. package/dist/modeler/lib/ModelerAPIClient.js +44 -24
  17. package/dist/modeler/lib/ModelerAPIClient.js.map +1 -1
  18. package/dist/oauth/lib/OAuthProvider.js +12 -18
  19. package/dist/oauth/lib/OAuthProvider.js.map +1 -1
  20. package/dist/operate/lib/OperateApiClient.js +48 -26
  21. package/dist/operate/lib/OperateApiClient.js.map +1 -1
  22. package/dist/optimize/lib/OptimizeApiClient.js +28 -16
  23. package/dist/optimize/lib/OptimizeApiClient.js.map +1 -1
  24. package/dist/optimize/lib/ReportResults.d.ts +1 -1
  25. package/dist/optimize/lib/ReportResults.js +2 -1
  26. package/dist/optimize/lib/ReportResults.js.map +1 -1
  27. package/dist/tasklist/lib/TasklistApiClient.js +18 -11
  28. package/dist/tasklist/lib/TasklistApiClient.js.map +1 -1
  29. package/dist/zeebe/lib/GrpcClient.js +5 -2
  30. package/dist/zeebe/lib/GrpcClient.js.map +1 -1
  31. package/dist/zeebe/zb/ZeebeGrpcClient.js +1 -0
  32. package/dist/zeebe/zb/ZeebeGrpcClient.js.map +1 -1
  33. package/package.json +16 -7
  34. package/dist/lib/CertificateAuthority.d.ts +0 -2
  35. package/dist/lib/CertificateAuthority.js +0 -15
  36. package/dist/lib/CertificateAuthority.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [8.5.1](https://github.com/camunda/camunda-8-js-sdk/compare/v8.5.0...v8.5.1) (2024-05-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * **repo:** load system certs when custom cert specified ([#144](https://github.com/camunda/camunda-8-js-sdk/issues/144)) ([8a47d5e](https://github.com/camunda/camunda-8-js-sdk/commit/8a47d5e9970dd7667d242fb696ca30150b725196)), closes [#131](https://github.com/camunda/camunda-8-js-sdk/issues/131) [#131](https://github.com/camunda/camunda-8-js-sdk/issues/131) [#131](https://github.com/camunda/camunda-8-js-sdk/issues/131) [#135](https://github.com/camunda/camunda-8-js-sdk/issues/135) [#125](https://github.com/camunda/camunda-8-js-sdk/issues/125) [#125](https://github.com/camunda/camunda-8-js-sdk/issues/125) [#125](https://github.com/camunda/camunda-8-js-sdk/issues/125) [#125](https://github.com/camunda/camunda-8-js-sdk/issues/125) [#125](https://github.com/camunda/camunda-8-js-sdk/issues/125) [#125](https://github.com/camunda/camunda-8-js-sdk/issues/125) [#138](https://github.com/camunda/camunda-8-js-sdk/issues/138) [#136](https://github.com/camunda/camunda-8-js-sdk/issues/136) [#136](https://github.com/camunda/camunda-8-js-sdk/issues/136) [#136](https://github.com/camunda/camunda-8-js-sdk/issues/136) [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#141](https://github.com/camunda/camunda-8-js-sdk/issues/141) [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#141](https://github.com/camunda/camunda-8-js-sdk/issues/141) [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#141](https://github.com/camunda/camunda-8-js-sdk/issues/141)
7
+
8
+ ## [8.5.1-alpha.4](https://github.com/camunda/camunda-8-js-sdk/compare/v8.5.1-alpha.3...v8.5.1-alpha.4) (2024-05-03)
9
+
10
+
11
+ ### Features
12
+
13
+ * **repo:** load system certs when custom cert specified ([afce0a7](https://github.com/camunda/camunda-8-js-sdk/commit/afce0a78ec81294ab4282ea1cd1e1d80d9244f71)), closes [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#139](https://github.com/camunda/camunda-8-js-sdk/issues/139) [#141](https://github.com/camunda/camunda-8-js-sdk/issues/141)
14
+
1
15
  ## [8.5.1-alpha.3](https://github.com/camunda/camunda-8-js-sdk/compare/v8.5.1-alpha.2...v8.5.1-alpha.3) (2024-04-29)
2
16
 
3
17
 
@@ -18,10 +18,9 @@ class AdminApiClient {
18
18
  const baseUrl = (0, lib_1.RequireConfiguration)(config.CAMUNDA_CONSOLE_BASE_URL, 'CAMUNDA_CONSOLE_BASE_URL');
19
19
  this.oAuthProvider =
20
20
  options?.oAuthProvider ?? (0, lib_1.constructOAuthProvider)(config);
21
- const certificateAuthority = (0, lib_1.GetCertificateAuthority)(config);
22
21
  this.userAgentString = (0, lib_1.createUserAgentString)(config);
23
22
  const prefixUrl = `${baseUrl}/clusters`;
24
- this.rest = got_1.default.extend({
23
+ this.rest = (0, lib_1.GetCustomCertificateBuffer)(config).then((certificateAuthority) => got_1.default.extend({
25
24
  prefixUrl,
26
25
  retry: lib_1.GotRetryConfig,
27
26
  https: {
@@ -34,7 +33,7 @@ class AdminApiClient {
34
33
  ],
35
34
  beforeError: [lib_1.gotBeforeErrorHook],
36
35
  },
37
- });
36
+ }));
38
37
  debug('prefixUrl', `${baseUrl}/clusters`);
39
38
  }
40
39
  async getHeaders() {
@@ -56,7 +55,8 @@ class AdminApiClient {
56
55
  */
57
56
  async getClients(clusterUuid) {
58
57
  const headers = await this.getHeaders();
59
- return this.rest(`${clusterUuid}/clients`, {
58
+ const rest = await this.rest;
59
+ return rest(`${clusterUuid}/clients`, {
60
60
  headers,
61
61
  }).json();
62
62
  }
@@ -66,7 +66,8 @@ class AdminApiClient {
66
66
  */
67
67
  async createClient(req) {
68
68
  const headers = await this.getHeaders();
69
- return this.rest
69
+ const rest = await this.rest;
70
+ return rest
70
71
  .post(`${req.clusterUuid}/clients`, {
71
72
  body: JSON.stringify({
72
73
  clientName: req.clientName,
@@ -85,7 +86,8 @@ class AdminApiClient {
85
86
  */
86
87
  async getClient(clusterUuid, clientId) {
87
88
  const headers = await this.getHeaders();
88
- return this.rest(`${clusterUuid}/clients/${clientId}`, {
89
+ const rest = await this.rest;
90
+ return rest(`${clusterUuid}/clients/${clientId}`, {
89
91
  headers,
90
92
  }).json();
91
93
  }
@@ -97,7 +99,8 @@ class AdminApiClient {
97
99
  */
98
100
  async deleteClient(clusterUuid, clientId) {
99
101
  const headers = await this.getHeaders();
100
- return this.rest
102
+ const rest = await this.rest;
103
+ return rest
101
104
  .delete(`${clusterUuid}/clients/${clientId}`, {
102
105
  headers,
103
106
  })
@@ -110,7 +113,8 @@ class AdminApiClient {
110
113
  */
111
114
  async getClusters() {
112
115
  const headers = await this.getHeaders();
113
- return this.rest('', {
116
+ const rest = await this.rest;
117
+ return rest('', {
114
118
  headers,
115
119
  }).json();
116
120
  }
@@ -126,7 +130,8 @@ class AdminApiClient {
126
130
  headers,
127
131
  };
128
132
  debug(req);
129
- return this.rest.post('', req).json();
133
+ const rest = await this.rest;
134
+ return rest.post('', req).json();
130
135
  }
131
136
  /**
132
137
  *
@@ -136,7 +141,8 @@ class AdminApiClient {
136
141
  */
137
142
  async getCluster(clusterUuid) {
138
143
  const headers = await this.getHeaders();
139
- return this.rest(`${clusterUuid}`, {
144
+ const rest = await this.rest;
145
+ return rest(`${clusterUuid}`, {
140
146
  headers,
141
147
  }).json();
142
148
  }
@@ -148,7 +154,8 @@ class AdminApiClient {
148
154
  */
149
155
  async deleteCluster(clusterUuid) {
150
156
  const headers = await this.getHeaders();
151
- return this.rest
157
+ const rest = await this.rest;
158
+ return rest
152
159
  .delete(`${clusterUuid}`, {
153
160
  headers,
154
161
  })
@@ -161,7 +168,8 @@ class AdminApiClient {
161
168
  */
162
169
  async getParameters() {
163
170
  const headers = await this.getHeaders();
164
- return this.rest('parameters', {
171
+ const rest = await this.rest;
172
+ return rest('parameters', {
165
173
  headers,
166
174
  }).json();
167
175
  }
@@ -172,7 +180,8 @@ class AdminApiClient {
172
180
  */
173
181
  async getSecrets(clusterUuid) {
174
182
  const headers = await this.getHeaders();
175
- return this.rest(`${clusterUuid}/secrets`, {
183
+ const rest = await this.rest;
184
+ return rest(`${clusterUuid}/secrets`, {
176
185
  headers,
177
186
  }).json();
178
187
  }
@@ -187,7 +196,8 @@ class AdminApiClient {
187
196
  body: JSON.stringify({ secretName, secretValue }),
188
197
  headers,
189
198
  };
190
- return this.rest.post(`${clusterUuid}/secrets`, req).json();
199
+ const rest = await this.rest;
200
+ return rest.post(`${clusterUuid}/secrets`, req).json();
191
201
  }
192
202
  /**
193
203
  *
@@ -196,7 +206,8 @@ class AdminApiClient {
196
206
  */
197
207
  async deleteSecret(clusterUuid, secretName) {
198
208
  const headers = await this.getHeaders();
199
- return this.rest
209
+ const rest = await this.rest;
210
+ return rest
200
211
  .delete(`${clusterUuid}/secrets/${secretName}`, {
201
212
  headers,
202
213
  })
@@ -211,7 +222,8 @@ class AdminApiClient {
211
222
  */
212
223
  async whitelistIPs(clusterUuid, ipwhitelist) {
213
224
  const headers = await this.getHeaders();
214
- return this.rest
225
+ const rest = await this.rest;
226
+ return rest
215
227
  .put(`${clusterUuid}/ipwhitelist`, {
216
228
  body: JSON.stringify({
217
229
  ipwhitelist,
@@ -227,7 +239,8 @@ class AdminApiClient {
227
239
  */
228
240
  async getUsers() {
229
241
  const headers = await this.getHeaders();
230
- return this.rest
242
+ const rest = await this.rest;
243
+ return rest
231
244
  .get('members', {
232
245
  headers,
233
246
  })
@@ -241,7 +254,8 @@ class AdminApiClient {
241
254
  */
242
255
  async createMember(email, orgRoles) {
243
256
  const headers = await this.getHeaders();
244
- return this.rest
257
+ const rest = await this.rest;
258
+ return rest
245
259
  .post(`members/${email}`, {
246
260
  headers,
247
261
  body: JSON.stringify({ orgRoles }),
@@ -256,7 +270,8 @@ class AdminApiClient {
256
270
  */
257
271
  async deleteMember(email) {
258
272
  const headers = await this.getHeaders();
259
- return this.rest
273
+ const rest = await this.rest;
274
+ return rest
260
275
  .delete(`members/${email}`, {
261
276
  headers,
262
277
  })
@@ -1 +1 @@
1
- {"version":3,"file":"AdminApiClient.js","sourceRoot":"","sources":["../../../src/admin/lib/AdminApiClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AdminApiClient.js","sourceRoot":"","sources":["../../../src/admin/lib/AdminApiClient.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAqB;AACrB,8CAAqB;AAErB,mCAYkB;AAKlB,MAAM,KAAK,GAAG,IAAA,eAAC,EAAC,sBAAsB,CAAC,CAAA;AAEvC;;;GAGG;AACH,MAAa,cAAc;IAK1B,YAAY,OAGX;QACA,MAAM,MAAM,GAAG,oCAA8B,CAAC,0BAA0B,CACvE,OAAO,EAAE,MAAM,IAAI,EAAE,CACrB,CAAA;QACD,MAAM,OAAO,GAAG,IAAA,0BAAoB,EACnC,MAAM,CAAC,wBAAwB,EAC/B,0BAA0B,CAC1B,CAAA;QAED,IAAI,CAAC,aAAa;YACjB,OAAO,EAAE,aAAa,IAAI,IAAA,4BAAsB,EAAC,MAAM,CAAC,CAAA;QAEzD,IAAI,CAAC,eAAe,GAAG,IAAA,2BAAqB,EAAC,MAAM,CAAC,CAAA;QACpD,MAAM,SAAS,GAAG,GAAG,OAAO,WAAW,CAAA;QACvC,IAAI,CAAC,IAAI,GAAG,IAAA,gCAA0B,EAAC,MAAM,CAAC,CAAC,IAAI,CAClD,CAAC,oBAAoB,EAAE,EAAE,CACxB,aAAG,CAAC,MAAM,CAAC;YACV,SAAS;YACT,KAAK,EAAE,oBAAc;YACrB,KAAK,EAAE;gBACN,oBAAoB;aACpB;YACD,QAAQ,EAAE,CAAC,qBAAe,CAAC;YAC3B,KAAK,EAAE;gBACN,WAAW,EAAE;oBACZ,IAAA,4CAAsC,EACrC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAC1B;iBACD;gBACD,WAAW,EAAE,CAAC,wBAAkB,CAAC;aACjC;SACD,CAAC,CACH,CAAA;QACD,KAAK,CAAC,WAAW,EAAE,GAAG,OAAO,WAAW,CAAC,CAAA;IAC1C,CAAC;IAEO,KAAK,CAAC,UAAU;QACvB,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAA;QAC1D,MAAM,OAAO,GAAG;YACf,cAAc,EAAE,kBAAkB;YAClC,aAAa,EAAE,UAAU,KAAK,EAAE;YAChC,YAAY,EAAE,IAAI,CAAC,eAAe;YAClC,MAAM,EAAE,KAAK;SACb,CAAA;QACD,OAAO,OAAO,CAAA;IACf,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,UAAU,CAAC,WAAmB;QACnC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,GAAG,WAAW,UAAU,EAAE;YACrC,OAAO;SACP,CAAC,CAAC,IAAI,EAAE,CAAA;IACV,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,YAAY,CAAC,GAIlB;QACA,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,IAAI,CAAC,GAAG,GAAG,CAAC,WAAW,UAAU,EAAE;YACnC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC;gBACpB,UAAU,EAAE,GAAG,CAAC,UAAU;gBAC1B,WAAW,EAAE,GAAG,CAAC,WAAW;aAC5B,CAAC;YACF,OAAO;SACP,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,SAAS,CACd,WAAmB,EACnB,QAAgB;QAEhB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,GAAG,WAAW,YAAY,QAAQ,EAAE,EAAE;YACjD,OAAO;SACP,CAAC,CAAC,IAAI,EAAE,CAAA;IACV,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAAC,WAAmB,EAAE,QAAgB;QACvD,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,MAAM,CAAC,GAAG,WAAW,YAAY,QAAQ,EAAE,EAAE;YAC7C,OAAO;SACP,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,WAAW;QAChB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,EAAE,EAAE;YACf,OAAO;SACP,CAAC,CAAC,IAAI,EAAE,CAAA;IACV,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,aAAa,CAClB,oBAA2C;QAE3C,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,GAAG,GAAG;YACX,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,oBAAoB,CAAC;YAC1C,OAAO;SACP,CAAA;QACD,KAAK,CAAC,GAAG,CAAC,CAAA;QACV,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAA;IACjC,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,UAAU,CAAC,WAAmB;QACnC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,GAAG,WAAW,EAAE,EAAE;YAC7B,OAAO;SACP,CAAC,CAAC,IAAI,EAAE,CAAA;IACV,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,aAAa,CAAC,WAAmB;QACtC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,MAAM,CAAC,GAAG,WAAW,EAAE,EAAE;YACzB,OAAO;SACP,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,aAAa;QAClB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,YAAY,EAAE;YACzB,OAAO;SACP,CAAC,CAAC,IAAI,EAAE,CAAA;IACV,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,UAAU,CAAC,WAAmB;QACnC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,GAAG,WAAW,UAAU,EAAE;YACrC,OAAO;SACP,CAAC,CAAC,IAAI,EAAE,CAAA;IACV,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,YAAY,CAAC,EAClB,WAAW,EACX,UAAU,EACV,WAAW,GAKX;QACA,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,GAAG,GAAG;YACX,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,UAAU,EAAE,WAAW,EAAE,CAAC;YACjD,OAAO;SACP,CAAA;QACD,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,WAAW,UAAU,EAAE,GAAG,CAAC,CAAC,IAAI,EAAE,CAAA;IACvD,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,YAAY,CAAC,WAAmB,EAAE,UAAkB;QACzD,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,MAAM,CAAC,GAAG,WAAW,YAAY,UAAU,EAAE,EAAE;YAC/C,OAAO;SACP,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,YAAY,CACjB,WAAmB,EACnB,WAKC;QAED,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,GAAG,CAAC,GAAG,WAAW,cAAc,EAAE;YAClC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC;gBACpB,WAAW;aACX,CAAC;YACF,OAAO;SACP,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;IAED;;;;OAIG;IACH,KAAK,CAAC,QAAQ;QACb,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,GAAG,CAAC,SAAS,EAAE;YACf,OAAO;SACP,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CACjB,KAAa,EACb,QAAgC;QAEhC,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,IAAI,CAAC,WAAW,KAAK,EAAE,EAAE;YACzB,OAAO;YACP,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;SAClC,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,YAAY,CAAC,KAAa;QAC/B,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,UAAU,EAAE,CAAA;QACvC,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,CAAA;QAC5B,OAAO,IAAI;aACT,MAAM,CAAC,WAAW,KAAK,EAAE,EAAE;YAC3B,OAAO;SACP,CAAC;aACD,IAAI,EAAE,CAAA;IACT,CAAC;CACD;AAzUD,wCAyUC"}
@@ -0,0 +1,320 @@
1
+ /// <reference types="node" />
2
+ declare const grpc: any;
3
+ declare const zeebe_pb: any;
4
+ declare function serialize_gateway_protocol_ActivateJobsRequest(arg: any): Buffer;
5
+ declare function deserialize_gateway_protocol_ActivateJobsRequest(buffer_arg: any): any;
6
+ declare function serialize_gateway_protocol_ActivateJobsResponse(arg: any): Buffer;
7
+ declare function deserialize_gateway_protocol_ActivateJobsResponse(buffer_arg: any): any;
8
+ declare function serialize_gateway_protocol_ActivatedJob(arg: any): Buffer;
9
+ declare function deserialize_gateway_protocol_ActivatedJob(buffer_arg: any): any;
10
+ declare function serialize_gateway_protocol_BroadcastSignalRequest(arg: any): Buffer;
11
+ declare function deserialize_gateway_protocol_BroadcastSignalRequest(buffer_arg: any): any;
12
+ declare function serialize_gateway_protocol_BroadcastSignalResponse(arg: any): Buffer;
13
+ declare function deserialize_gateway_protocol_BroadcastSignalResponse(buffer_arg: any): any;
14
+ declare function serialize_gateway_protocol_CancelProcessInstanceRequest(arg: any): Buffer;
15
+ declare function deserialize_gateway_protocol_CancelProcessInstanceRequest(buffer_arg: any): any;
16
+ declare function serialize_gateway_protocol_CancelProcessInstanceResponse(arg: any): Buffer;
17
+ declare function deserialize_gateway_protocol_CancelProcessInstanceResponse(buffer_arg: any): any;
18
+ declare function serialize_gateway_protocol_CompleteJobRequest(arg: any): Buffer;
19
+ declare function deserialize_gateway_protocol_CompleteJobRequest(buffer_arg: any): any;
20
+ declare function serialize_gateway_protocol_CompleteJobResponse(arg: any): Buffer;
21
+ declare function deserialize_gateway_protocol_CompleteJobResponse(buffer_arg: any): any;
22
+ declare function serialize_gateway_protocol_CreateProcessInstanceRequest(arg: any): Buffer;
23
+ declare function deserialize_gateway_protocol_CreateProcessInstanceRequest(buffer_arg: any): any;
24
+ declare function serialize_gateway_protocol_CreateProcessInstanceResponse(arg: any): Buffer;
25
+ declare function deserialize_gateway_protocol_CreateProcessInstanceResponse(buffer_arg: any): any;
26
+ declare function serialize_gateway_protocol_CreateProcessInstanceWithResultRequest(arg: any): Buffer;
27
+ declare function deserialize_gateway_protocol_CreateProcessInstanceWithResultRequest(buffer_arg: any): any;
28
+ declare function serialize_gateway_protocol_CreateProcessInstanceWithResultResponse(arg: any): Buffer;
29
+ declare function deserialize_gateway_protocol_CreateProcessInstanceWithResultResponse(buffer_arg: any): any;
30
+ declare function serialize_gateway_protocol_DeleteResourceRequest(arg: any): Buffer;
31
+ declare function deserialize_gateway_protocol_DeleteResourceRequest(buffer_arg: any): any;
32
+ declare function serialize_gateway_protocol_DeleteResourceResponse(arg: any): Buffer;
33
+ declare function deserialize_gateway_protocol_DeleteResourceResponse(buffer_arg: any): any;
34
+ declare function serialize_gateway_protocol_DeployProcessRequest(arg: any): Buffer;
35
+ declare function deserialize_gateway_protocol_DeployProcessRequest(buffer_arg: any): any;
36
+ declare function serialize_gateway_protocol_DeployProcessResponse(arg: any): Buffer;
37
+ declare function deserialize_gateway_protocol_DeployProcessResponse(buffer_arg: any): any;
38
+ declare function serialize_gateway_protocol_DeployResourceRequest(arg: any): Buffer;
39
+ declare function deserialize_gateway_protocol_DeployResourceRequest(buffer_arg: any): any;
40
+ declare function serialize_gateway_protocol_DeployResourceResponse(arg: any): Buffer;
41
+ declare function deserialize_gateway_protocol_DeployResourceResponse(buffer_arg: any): any;
42
+ declare function serialize_gateway_protocol_EvaluateDecisionRequest(arg: any): Buffer;
43
+ declare function deserialize_gateway_protocol_EvaluateDecisionRequest(buffer_arg: any): any;
44
+ declare function serialize_gateway_protocol_EvaluateDecisionResponse(arg: any): Buffer;
45
+ declare function deserialize_gateway_protocol_EvaluateDecisionResponse(buffer_arg: any): any;
46
+ declare function serialize_gateway_protocol_FailJobRequest(arg: any): Buffer;
47
+ declare function deserialize_gateway_protocol_FailJobRequest(buffer_arg: any): any;
48
+ declare function serialize_gateway_protocol_FailJobResponse(arg: any): Buffer;
49
+ declare function deserialize_gateway_protocol_FailJobResponse(buffer_arg: any): any;
50
+ declare function serialize_gateway_protocol_MigrateProcessInstanceRequest(arg: any): Buffer;
51
+ declare function deserialize_gateway_protocol_MigrateProcessInstanceRequest(buffer_arg: any): any;
52
+ declare function serialize_gateway_protocol_MigrateProcessInstanceResponse(arg: any): Buffer;
53
+ declare function deserialize_gateway_protocol_MigrateProcessInstanceResponse(buffer_arg: any): any;
54
+ declare function serialize_gateway_protocol_ModifyProcessInstanceRequest(arg: any): Buffer;
55
+ declare function deserialize_gateway_protocol_ModifyProcessInstanceRequest(buffer_arg: any): any;
56
+ declare function serialize_gateway_protocol_ModifyProcessInstanceResponse(arg: any): Buffer;
57
+ declare function deserialize_gateway_protocol_ModifyProcessInstanceResponse(buffer_arg: any): any;
58
+ declare function serialize_gateway_protocol_PublishMessageRequest(arg: any): Buffer;
59
+ declare function deserialize_gateway_protocol_PublishMessageRequest(buffer_arg: any): any;
60
+ declare function serialize_gateway_protocol_PublishMessageResponse(arg: any): Buffer;
61
+ declare function deserialize_gateway_protocol_PublishMessageResponse(buffer_arg: any): any;
62
+ declare function serialize_gateway_protocol_ResolveIncidentRequest(arg: any): Buffer;
63
+ declare function deserialize_gateway_protocol_ResolveIncidentRequest(buffer_arg: any): any;
64
+ declare function serialize_gateway_protocol_ResolveIncidentResponse(arg: any): Buffer;
65
+ declare function deserialize_gateway_protocol_ResolveIncidentResponse(buffer_arg: any): any;
66
+ declare function serialize_gateway_protocol_SetVariablesRequest(arg: any): Buffer;
67
+ declare function deserialize_gateway_protocol_SetVariablesRequest(buffer_arg: any): any;
68
+ declare function serialize_gateway_protocol_SetVariablesResponse(arg: any): Buffer;
69
+ declare function deserialize_gateway_protocol_SetVariablesResponse(buffer_arg: any): any;
70
+ declare function serialize_gateway_protocol_StreamActivatedJobsRequest(arg: any): Buffer;
71
+ declare function deserialize_gateway_protocol_StreamActivatedJobsRequest(buffer_arg: any): any;
72
+ declare function serialize_gateway_protocol_ThrowErrorRequest(arg: any): Buffer;
73
+ declare function deserialize_gateway_protocol_ThrowErrorRequest(buffer_arg: any): any;
74
+ declare function serialize_gateway_protocol_ThrowErrorResponse(arg: any): Buffer;
75
+ declare function deserialize_gateway_protocol_ThrowErrorResponse(buffer_arg: any): any;
76
+ declare function serialize_gateway_protocol_TopologyRequest(arg: any): Buffer;
77
+ declare function deserialize_gateway_protocol_TopologyRequest(buffer_arg: any): any;
78
+ declare function serialize_gateway_protocol_TopologyResponse(arg: any): Buffer;
79
+ declare function deserialize_gateway_protocol_TopologyResponse(buffer_arg: any): any;
80
+ declare function serialize_gateway_protocol_UpdateJobRetriesRequest(arg: any): Buffer;
81
+ declare function deserialize_gateway_protocol_UpdateJobRetriesRequest(buffer_arg: any): any;
82
+ declare function serialize_gateway_protocol_UpdateJobRetriesResponse(arg: any): Buffer;
83
+ declare function deserialize_gateway_protocol_UpdateJobRetriesResponse(buffer_arg: any): any;
84
+ declare function serialize_gateway_protocol_UpdateJobTimeoutRequest(arg: any): Buffer;
85
+ declare function deserialize_gateway_protocol_UpdateJobTimeoutRequest(buffer_arg: any): any;
86
+ declare function serialize_gateway_protocol_UpdateJobTimeoutResponse(arg: any): Buffer;
87
+ declare function deserialize_gateway_protocol_UpdateJobTimeoutResponse(buffer_arg: any): any;
88
+ declare const GatewayService: {
89
+ activateJobs: {
90
+ path: string;
91
+ requestStream: boolean;
92
+ responseStream: boolean;
93
+ requestType: any;
94
+ responseType: any;
95
+ requestSerialize: typeof serialize_gateway_protocol_ActivateJobsRequest;
96
+ requestDeserialize: typeof deserialize_gateway_protocol_ActivateJobsRequest;
97
+ responseSerialize: typeof serialize_gateway_protocol_ActivateJobsResponse;
98
+ responseDeserialize: typeof deserialize_gateway_protocol_ActivateJobsResponse;
99
+ };
100
+ streamActivatedJobs: {
101
+ path: string;
102
+ requestStream: boolean;
103
+ responseStream: boolean;
104
+ requestType: any;
105
+ responseType: any;
106
+ requestSerialize: typeof serialize_gateway_protocol_StreamActivatedJobsRequest;
107
+ requestDeserialize: typeof deserialize_gateway_protocol_StreamActivatedJobsRequest;
108
+ responseSerialize: typeof serialize_gateway_protocol_ActivatedJob;
109
+ responseDeserialize: typeof deserialize_gateway_protocol_ActivatedJob;
110
+ };
111
+ cancelProcessInstance: {
112
+ path: string;
113
+ requestStream: boolean;
114
+ responseStream: boolean;
115
+ requestType: any;
116
+ responseType: any;
117
+ requestSerialize: typeof serialize_gateway_protocol_CancelProcessInstanceRequest;
118
+ requestDeserialize: typeof deserialize_gateway_protocol_CancelProcessInstanceRequest;
119
+ responseSerialize: typeof serialize_gateway_protocol_CancelProcessInstanceResponse;
120
+ responseDeserialize: typeof deserialize_gateway_protocol_CancelProcessInstanceResponse;
121
+ };
122
+ completeJob: {
123
+ path: string;
124
+ requestStream: boolean;
125
+ responseStream: boolean;
126
+ requestType: any;
127
+ responseType: any;
128
+ requestSerialize: typeof serialize_gateway_protocol_CompleteJobRequest;
129
+ requestDeserialize: typeof deserialize_gateway_protocol_CompleteJobRequest;
130
+ responseSerialize: typeof serialize_gateway_protocol_CompleteJobResponse;
131
+ responseDeserialize: typeof deserialize_gateway_protocol_CompleteJobResponse;
132
+ };
133
+ createProcessInstance: {
134
+ path: string;
135
+ requestStream: boolean;
136
+ responseStream: boolean;
137
+ requestType: any;
138
+ responseType: any;
139
+ requestSerialize: typeof serialize_gateway_protocol_CreateProcessInstanceRequest;
140
+ requestDeserialize: typeof deserialize_gateway_protocol_CreateProcessInstanceRequest;
141
+ responseSerialize: typeof serialize_gateway_protocol_CreateProcessInstanceResponse;
142
+ responseDeserialize: typeof deserialize_gateway_protocol_CreateProcessInstanceResponse;
143
+ };
144
+ createProcessInstanceWithResult: {
145
+ path: string;
146
+ requestStream: boolean;
147
+ responseStream: boolean;
148
+ requestType: any;
149
+ responseType: any;
150
+ requestSerialize: typeof serialize_gateway_protocol_CreateProcessInstanceWithResultRequest;
151
+ requestDeserialize: typeof deserialize_gateway_protocol_CreateProcessInstanceWithResultRequest;
152
+ responseSerialize: typeof serialize_gateway_protocol_CreateProcessInstanceWithResultResponse;
153
+ responseDeserialize: typeof deserialize_gateway_protocol_CreateProcessInstanceWithResultResponse;
154
+ };
155
+ evaluateDecision: {
156
+ path: string;
157
+ requestStream: boolean;
158
+ responseStream: boolean;
159
+ requestType: any;
160
+ responseType: any;
161
+ requestSerialize: typeof serialize_gateway_protocol_EvaluateDecisionRequest;
162
+ requestDeserialize: typeof deserialize_gateway_protocol_EvaluateDecisionRequest;
163
+ responseSerialize: typeof serialize_gateway_protocol_EvaluateDecisionResponse;
164
+ responseDeserialize: typeof deserialize_gateway_protocol_EvaluateDecisionResponse;
165
+ };
166
+ deployProcess: {
167
+ path: string;
168
+ requestStream: boolean;
169
+ responseStream: boolean;
170
+ requestType: any;
171
+ responseType: any;
172
+ requestSerialize: typeof serialize_gateway_protocol_DeployProcessRequest;
173
+ requestDeserialize: typeof deserialize_gateway_protocol_DeployProcessRequest;
174
+ responseSerialize: typeof serialize_gateway_protocol_DeployProcessResponse;
175
+ responseDeserialize: typeof deserialize_gateway_protocol_DeployProcessResponse;
176
+ };
177
+ deployResource: {
178
+ path: string;
179
+ requestStream: boolean;
180
+ responseStream: boolean;
181
+ requestType: any;
182
+ responseType: any;
183
+ requestSerialize: typeof serialize_gateway_protocol_DeployResourceRequest;
184
+ requestDeserialize: typeof deserialize_gateway_protocol_DeployResourceRequest;
185
+ responseSerialize: typeof serialize_gateway_protocol_DeployResourceResponse;
186
+ responseDeserialize: typeof deserialize_gateway_protocol_DeployResourceResponse;
187
+ };
188
+ failJob: {
189
+ path: string;
190
+ requestStream: boolean;
191
+ responseStream: boolean;
192
+ requestType: any;
193
+ responseType: any;
194
+ requestSerialize: typeof serialize_gateway_protocol_FailJobRequest;
195
+ requestDeserialize: typeof deserialize_gateway_protocol_FailJobRequest;
196
+ responseSerialize: typeof serialize_gateway_protocol_FailJobResponse;
197
+ responseDeserialize: typeof deserialize_gateway_protocol_FailJobResponse;
198
+ };
199
+ throwError: {
200
+ path: string;
201
+ requestStream: boolean;
202
+ responseStream: boolean;
203
+ requestType: any;
204
+ responseType: any;
205
+ requestSerialize: typeof serialize_gateway_protocol_ThrowErrorRequest;
206
+ requestDeserialize: typeof deserialize_gateway_protocol_ThrowErrorRequest;
207
+ responseSerialize: typeof serialize_gateway_protocol_ThrowErrorResponse;
208
+ responseDeserialize: typeof deserialize_gateway_protocol_ThrowErrorResponse;
209
+ };
210
+ publishMessage: {
211
+ path: string;
212
+ requestStream: boolean;
213
+ responseStream: boolean;
214
+ requestType: any;
215
+ responseType: any;
216
+ requestSerialize: typeof serialize_gateway_protocol_PublishMessageRequest;
217
+ requestDeserialize: typeof deserialize_gateway_protocol_PublishMessageRequest;
218
+ responseSerialize: typeof serialize_gateway_protocol_PublishMessageResponse;
219
+ responseDeserialize: typeof deserialize_gateway_protocol_PublishMessageResponse;
220
+ };
221
+ resolveIncident: {
222
+ path: string;
223
+ requestStream: boolean;
224
+ responseStream: boolean;
225
+ requestType: any;
226
+ responseType: any;
227
+ requestSerialize: typeof serialize_gateway_protocol_ResolveIncidentRequest;
228
+ requestDeserialize: typeof deserialize_gateway_protocol_ResolveIncidentRequest;
229
+ responseSerialize: typeof serialize_gateway_protocol_ResolveIncidentResponse;
230
+ responseDeserialize: typeof deserialize_gateway_protocol_ResolveIncidentResponse;
231
+ };
232
+ setVariables: {
233
+ path: string;
234
+ requestStream: boolean;
235
+ responseStream: boolean;
236
+ requestType: any;
237
+ responseType: any;
238
+ requestSerialize: typeof serialize_gateway_protocol_SetVariablesRequest;
239
+ requestDeserialize: typeof deserialize_gateway_protocol_SetVariablesRequest;
240
+ responseSerialize: typeof serialize_gateway_protocol_SetVariablesResponse;
241
+ responseDeserialize: typeof deserialize_gateway_protocol_SetVariablesResponse;
242
+ };
243
+ topology: {
244
+ path: string;
245
+ requestStream: boolean;
246
+ responseStream: boolean;
247
+ requestType: any;
248
+ responseType: any;
249
+ requestSerialize: typeof serialize_gateway_protocol_TopologyRequest;
250
+ requestDeserialize: typeof deserialize_gateway_protocol_TopologyRequest;
251
+ responseSerialize: typeof serialize_gateway_protocol_TopologyResponse;
252
+ responseDeserialize: typeof deserialize_gateway_protocol_TopologyResponse;
253
+ };
254
+ updateJobRetries: {
255
+ path: string;
256
+ requestStream: boolean;
257
+ responseStream: boolean;
258
+ requestType: any;
259
+ responseType: any;
260
+ requestSerialize: typeof serialize_gateway_protocol_UpdateJobRetriesRequest;
261
+ requestDeserialize: typeof deserialize_gateway_protocol_UpdateJobRetriesRequest;
262
+ responseSerialize: typeof serialize_gateway_protocol_UpdateJobRetriesResponse;
263
+ responseDeserialize: typeof deserialize_gateway_protocol_UpdateJobRetriesResponse;
264
+ };
265
+ modifyProcessInstance: {
266
+ path: string;
267
+ requestStream: boolean;
268
+ responseStream: boolean;
269
+ requestType: any;
270
+ responseType: any;
271
+ requestSerialize: typeof serialize_gateway_protocol_ModifyProcessInstanceRequest;
272
+ requestDeserialize: typeof deserialize_gateway_protocol_ModifyProcessInstanceRequest;
273
+ responseSerialize: typeof serialize_gateway_protocol_ModifyProcessInstanceResponse;
274
+ responseDeserialize: typeof deserialize_gateway_protocol_ModifyProcessInstanceResponse;
275
+ };
276
+ migrateProcessInstance: {
277
+ path: string;
278
+ requestStream: boolean;
279
+ responseStream: boolean;
280
+ requestType: any;
281
+ responseType: any;
282
+ requestSerialize: typeof serialize_gateway_protocol_MigrateProcessInstanceRequest;
283
+ requestDeserialize: typeof deserialize_gateway_protocol_MigrateProcessInstanceRequest;
284
+ responseSerialize: typeof serialize_gateway_protocol_MigrateProcessInstanceResponse;
285
+ responseDeserialize: typeof deserialize_gateway_protocol_MigrateProcessInstanceResponse;
286
+ };
287
+ updateJobTimeout: {
288
+ path: string;
289
+ requestStream: boolean;
290
+ responseStream: boolean;
291
+ requestType: any;
292
+ responseType: any;
293
+ requestSerialize: typeof serialize_gateway_protocol_UpdateJobTimeoutRequest;
294
+ requestDeserialize: typeof deserialize_gateway_protocol_UpdateJobTimeoutRequest;
295
+ responseSerialize: typeof serialize_gateway_protocol_UpdateJobTimeoutResponse;
296
+ responseDeserialize: typeof deserialize_gateway_protocol_UpdateJobTimeoutResponse;
297
+ };
298
+ deleteResource: {
299
+ path: string;
300
+ requestStream: boolean;
301
+ responseStream: boolean;
302
+ requestType: any;
303
+ responseType: any;
304
+ requestSerialize: typeof serialize_gateway_protocol_DeleteResourceRequest;
305
+ requestDeserialize: typeof deserialize_gateway_protocol_DeleteResourceRequest;
306
+ responseSerialize: typeof serialize_gateway_protocol_DeleteResourceResponse;
307
+ responseDeserialize: typeof deserialize_gateway_protocol_DeleteResourceResponse;
308
+ };
309
+ broadcastSignal: {
310
+ path: string;
311
+ requestStream: boolean;
312
+ responseStream: boolean;
313
+ requestType: any;
314
+ responseType: any;
315
+ requestSerialize: typeof serialize_gateway_protocol_BroadcastSignalRequest;
316
+ requestDeserialize: typeof deserialize_gateway_protocol_BroadcastSignalRequest;
317
+ responseSerialize: typeof serialize_gateway_protocol_BroadcastSignalResponse;
318
+ responseDeserialize: typeof deserialize_gateway_protocol_BroadcastSignalResponse;
319
+ };
320
+ };