@contentstack/marketplace-sdk 1.2.4 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/LICENSE +1 -1
- package/dist/es-modules/contentstackClient.js +1 -1
- package/dist/es-modules/core/concurrency-queue.js +3 -3
- package/dist/es-modules/entity.js +5 -5
- package/dist/es-modules/marketplace/app/hosting/deployment.js +5 -5
- package/dist/es-modules/marketplace/app/hosting/index.js +6 -6
- package/dist/es-modules/marketplace/app/index.js +6 -6
- package/dist/es-modules/marketplace/app/oauth/index.js +3 -3
- package/dist/es-modules/marketplace/apprequest/index.js +3 -3
- package/dist/es-modules/marketplace/authorization/index.js +3 -3
- package/dist/es-modules/marketplace/index.js +1 -1
- package/dist/es-modules/marketplace/installation/index.js +9 -9
- package/dist/es-modules/marketplace/installation/webhooks/index.js +3 -3
- package/dist/es5/contentstack.js +3 -3
- package/dist/es5/contentstackClient.js +1 -1
- package/dist/es5/core/concurrency-queue.js +3 -3
- package/dist/es5/entity.js +5 -5
- package/dist/es5/marketplace/app/hosting/deployment.js +5 -5
- package/dist/es5/marketplace/app/hosting/index.js +6 -6
- package/dist/es5/marketplace/app/index.js +6 -6
- package/dist/es5/marketplace/app/oauth/index.js +3 -3
- package/dist/es5/marketplace/apprequest/index.js +3 -3
- package/dist/es5/marketplace/authorization/index.js +3 -3
- package/dist/es5/marketplace/index.js +1 -1
- package/dist/es5/marketplace/installation/index.js +9 -9
- package/dist/es5/marketplace/installation/webhooks/index.js +3 -3
- package/dist/nativescript/contentstack-marketplace.js +1 -1
- package/dist/node/contentstack-marketplace.js +1 -1
- package/dist/react-native/contentstack-marketplace.js +1 -1
- package/dist/web/contentstack-marketplace.js +1 -1
- package/package.json +29 -26
- package/sanity-report-dev11.js +74 -0
- package/sanity-report.mjs +59 -0
|
@@ -46,7 +46,7 @@ function Hosting(http, data, params) {
|
|
|
46
46
|
* client.marketplace('organization_uid').app('manifest_uid').hosting().isEnable()
|
|
47
47
|
* .then((data) => {})
|
|
48
48
|
*/
|
|
49
|
-
this.isEnable = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
49
|
+
this.isEnable = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee() {
|
|
50
50
|
var headers, response;
|
|
51
51
|
return _regenerator2["default"].wrap(function _callee$(_context) {
|
|
52
52
|
while (1) switch (_context.prev = _context.next) {
|
|
@@ -92,7 +92,7 @@ function Hosting(http, data, params) {
|
|
|
92
92
|
* client.marketplace('organization_uid').app('manifest_uid').hosting().enable()
|
|
93
93
|
* .then((data) => {})
|
|
94
94
|
*/
|
|
95
|
-
this.enable = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
95
|
+
this.enable = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee2() {
|
|
96
96
|
var headers, response;
|
|
97
97
|
return _regenerator2["default"].wrap(function _callee2$(_context2) {
|
|
98
98
|
while (1) switch (_context2.prev = _context2.next) {
|
|
@@ -138,7 +138,7 @@ function Hosting(http, data, params) {
|
|
|
138
138
|
* client.marketplace('organization_uid').app('manifest_uid').hosting().disable()
|
|
139
139
|
* .then((data) => {})
|
|
140
140
|
*/
|
|
141
|
-
this.disable = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
141
|
+
this.disable = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee3() {
|
|
142
142
|
var headers, response;
|
|
143
143
|
return _regenerator2["default"].wrap(function _callee3$(_context3) {
|
|
144
144
|
while (1) switch (_context3.prev = _context3.next) {
|
|
@@ -184,7 +184,7 @@ function Hosting(http, data, params) {
|
|
|
184
184
|
* client.marketplace('organization_uid').app('manifest_uid').hosting().createUploadUrl()
|
|
185
185
|
* .then((data) => {})
|
|
186
186
|
*/
|
|
187
|
-
this.createUploadUrl = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
187
|
+
this.createUploadUrl = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee4() {
|
|
188
188
|
var headers, response;
|
|
189
189
|
return _regenerator2["default"].wrap(function _callee4$(_context4) {
|
|
190
190
|
while (1) switch (_context4.prev = _context4.next) {
|
|
@@ -230,7 +230,7 @@ function Hosting(http, data, params) {
|
|
|
230
230
|
* client.marketplace('organization_uid').app('manifest_uid').hosting().latestLiveDeployment()
|
|
231
231
|
* .then((data) => {})
|
|
232
232
|
*/
|
|
233
|
-
this.latestLiveDeployment = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
233
|
+
this.latestLiveDeployment = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee5() {
|
|
234
234
|
var headers, response, content;
|
|
235
235
|
return _regenerator2["default"].wrap(function _callee5$(_context5) {
|
|
236
236
|
while (1) switch (_context5.prev = _context5.next) {
|
|
@@ -306,7 +306,7 @@ function Hosting(http, data, params) {
|
|
|
306
306
|
* client.marketplace('organization_uid').app('manifest_uid').hosting().disconnect({ 'provider': 'launch' })
|
|
307
307
|
*
|
|
308
308
|
*/
|
|
309
|
-
this.disconnect = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
309
|
+
this.disconnect = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee6() {
|
|
310
310
|
var data,
|
|
311
311
|
headers,
|
|
312
312
|
response,
|
|
@@ -152,7 +152,7 @@ function App(http, data) {
|
|
|
152
152
|
* .then((installation) => console.log(installation))
|
|
153
153
|
*/
|
|
154
154
|
this.install = /*#__PURE__*/function () {
|
|
155
|
-
var _ref2 = (0, _asyncToGenerator3["default"])(
|
|
155
|
+
var _ref2 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee(_ref) {
|
|
156
156
|
var targetUid, targetType, headers, response;
|
|
157
157
|
return _regenerator2["default"].wrap(function _callee$(_context) {
|
|
158
158
|
while (1) switch (_context.prev = _context.next) {
|
|
@@ -209,7 +209,7 @@ function App(http, data) {
|
|
|
209
209
|
* .then((reinstallation) => console.log(installation))
|
|
210
210
|
*/
|
|
211
211
|
this.reinstall = /*#__PURE__*/function () {
|
|
212
|
-
var _ref4 = (0, _asyncToGenerator3["default"])(
|
|
212
|
+
var _ref4 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee2(_ref3) {
|
|
213
213
|
var targetUid, targetType, headers, response;
|
|
214
214
|
return _regenerator2["default"].wrap(function _callee2$(_context2) {
|
|
215
215
|
while (1) switch (_context2.prev = _context2.next) {
|
|
@@ -266,7 +266,7 @@ function App(http, data) {
|
|
|
266
266
|
* .then((installation) => console.log(installation))
|
|
267
267
|
*/
|
|
268
268
|
this.upgrade = /*#__PURE__*/function () {
|
|
269
|
-
var _ref6 = (0, _asyncToGenerator3["default"])(
|
|
269
|
+
var _ref6 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee3(_ref5) {
|
|
270
270
|
var targetUid, targetType, headers, response;
|
|
271
271
|
return _regenerator2["default"].wrap(function _callee3$(_context3) {
|
|
272
272
|
while (1) switch (_context3.prev = _context3.next) {
|
|
@@ -321,7 +321,7 @@ function App(http, data) {
|
|
|
321
321
|
* .then((response) => console.log(response))
|
|
322
322
|
*
|
|
323
323
|
*/
|
|
324
|
-
this.getRequests = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
324
|
+
this.getRequests = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee4() {
|
|
325
325
|
var headers, response;
|
|
326
326
|
return _regenerator2["default"].wrap(function _callee4$(_context4) {
|
|
327
327
|
while (1) switch (_context4.prev = _context4.next) {
|
|
@@ -375,7 +375,7 @@ function App(http, data) {
|
|
|
375
375
|
*
|
|
376
376
|
*/
|
|
377
377
|
this.authorize = /*#__PURE__*/function () {
|
|
378
|
-
var _ref9 = (0, _asyncToGenerator3["default"])(
|
|
378
|
+
var _ref9 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee5(_ref8) {
|
|
379
379
|
var responseType, clientId, redirectUri, scope, state, headers, content, response;
|
|
380
380
|
return _regenerator2["default"].wrap(function _callee5$(_context5) {
|
|
381
381
|
while (1) switch (_context5.prev = _context5.next) {
|
|
@@ -453,7 +453,7 @@ function App(http, data) {
|
|
|
453
453
|
* .then((collection) => console.log(collection))
|
|
454
454
|
*
|
|
455
455
|
*/
|
|
456
|
-
this.listInstallations = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
456
|
+
this.listInstallations = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee6() {
|
|
457
457
|
var headers, response;
|
|
458
458
|
return _regenerator2["default"].wrap(function _callee6$(_context6) {
|
|
459
459
|
while (1) switch (_context6.prev = _context6.next) {
|
|
@@ -48,7 +48,7 @@ function Oauth(http, data, params) {
|
|
|
48
48
|
* client.marketplace('organization_uid').app('manifest_uid').oauth().fetch()
|
|
49
49
|
* .then((oAuthConfig) => console.log(oAuthConfig))
|
|
50
50
|
*/
|
|
51
|
-
this.fetch = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
51
|
+
this.fetch = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee() {
|
|
52
52
|
var param,
|
|
53
53
|
headers,
|
|
54
54
|
response,
|
|
@@ -111,7 +111,7 @@ function Oauth(http, data, params) {
|
|
|
111
111
|
* .then((oAuthConfig) => console.log(oAuthConfig))
|
|
112
112
|
*/
|
|
113
113
|
this.update = /*#__PURE__*/function () {
|
|
114
|
-
var _ref3 = (0, _asyncToGenerator3["default"])(
|
|
114
|
+
var _ref3 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee2(_ref2) {
|
|
115
115
|
var config, _ref2$param, param, headers, response;
|
|
116
116
|
return _regenerator2["default"].wrap(function _callee2$(_context2) {
|
|
117
117
|
while (1) switch (_context2.prev = _context2.next) {
|
|
@@ -164,7 +164,7 @@ function Oauth(http, data, params) {
|
|
|
164
164
|
* client.marketplace('organization_uid').app('manifest_uid').oauth().getScopes()
|
|
165
165
|
* .then((scopes) => console.log(scopes))
|
|
166
166
|
*/
|
|
167
|
-
this.getScopes = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
167
|
+
this.getScopes = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee3() {
|
|
168
168
|
var headers, response;
|
|
169
169
|
return _regenerator2["default"].wrap(function _callee3$(_context3) {
|
|
170
170
|
while (1) switch (_context3.prev = _context3.next) {
|
|
@@ -48,7 +48,7 @@ function AppRequest(http, data, param) {
|
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
this["delete"] = /*#__PURE__*/function () {
|
|
51
|
-
var _ref = (0, _asyncToGenerator3["default"])(
|
|
51
|
+
var _ref = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee(requestUid) {
|
|
52
52
|
var headers, response;
|
|
53
53
|
return _regenerator2["default"].wrap(function _callee$(_context) {
|
|
54
54
|
while (1) switch (_context.prev = _context.next) {
|
|
@@ -102,7 +102,7 @@ function AppRequest(http, data, param) {
|
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
this.create = /*#__PURE__*/function () {
|
|
105
|
-
var _ref3 = (0, _asyncToGenerator3["default"])(
|
|
105
|
+
var _ref3 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee2(_ref2) {
|
|
106
106
|
var appUid, targetUid, headers, response;
|
|
107
107
|
return _regenerator2["default"].wrap(function _callee2$(_context2) {
|
|
108
108
|
while (1) switch (_context2.prev = _context2.next) {
|
|
@@ -158,7 +158,7 @@ function AppRequest(http, data, param) {
|
|
|
158
158
|
* .then((response) => console.log(response))
|
|
159
159
|
*
|
|
160
160
|
*/
|
|
161
|
-
this.findAll = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
161
|
+
this.findAll = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee3() {
|
|
162
162
|
var param,
|
|
163
163
|
headers,
|
|
164
164
|
response,
|
|
@@ -47,7 +47,7 @@ function Authorization(http, data, params) {
|
|
|
47
47
|
* client.marketplace('organization_uid').app('manifest_uid').authorization().findAll()
|
|
48
48
|
* .then((response) => console.log(response))
|
|
49
49
|
*/
|
|
50
|
-
this.findAll = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
50
|
+
this.findAll = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee() {
|
|
51
51
|
var param,
|
|
52
52
|
headers,
|
|
53
53
|
response,
|
|
@@ -98,7 +98,7 @@ function Authorization(http, data, params) {
|
|
|
98
98
|
* client.marketplace('organization_uid').app('manifest_uid').authorization().revokeAll()
|
|
99
99
|
* .then((response) => console.log(response))
|
|
100
100
|
*/
|
|
101
|
-
this.revokeAll = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
101
|
+
this.revokeAll = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee2() {
|
|
102
102
|
var headers, response;
|
|
103
103
|
return _regenerator2["default"].wrap(function _callee2$(_context2) {
|
|
104
104
|
while (1) switch (_context2.prev = _context2.next) {
|
|
@@ -145,7 +145,7 @@ function Authorization(http, data, params) {
|
|
|
145
145
|
* .then((response) => console.log(response))
|
|
146
146
|
*/
|
|
147
147
|
this.revoke = /*#__PURE__*/function () {
|
|
148
|
-
var _ref3 = (0, _asyncToGenerator3["default"])(
|
|
148
|
+
var _ref3 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee3(authorizationUid) {
|
|
149
149
|
var headers, response;
|
|
150
150
|
return _regenerator2["default"].wrap(function _callee3$(_context3) {
|
|
151
151
|
while (1) switch (_context3.prev = _context3.next) {
|
|
@@ -139,7 +139,7 @@ function Marketplace(http, data) {
|
|
|
139
139
|
* .then((roles) => console.log(roles))
|
|
140
140
|
*
|
|
141
141
|
*/
|
|
142
|
-
this.findAllAuthorizedApps = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
142
|
+
this.findAllAuthorizedApps = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee() {
|
|
143
143
|
var param,
|
|
144
144
|
headers,
|
|
145
145
|
response,
|
|
@@ -108,7 +108,7 @@ function Installation(http, data) {
|
|
|
108
108
|
* client.marketplace('organization_uid').installation('installation_uid').configuration()
|
|
109
109
|
* .then((response) => console.log(response))
|
|
110
110
|
*/
|
|
111
|
-
this.configuration = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
111
|
+
this.configuration = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee() {
|
|
112
112
|
var param,
|
|
113
113
|
headers,
|
|
114
114
|
response,
|
|
@@ -162,7 +162,7 @@ function Installation(http, data) {
|
|
|
162
162
|
* .then((response) => console.log(response))
|
|
163
163
|
*/
|
|
164
164
|
this.setConfiguration = /*#__PURE__*/function () {
|
|
165
|
-
var _ref2 = (0, _asyncToGenerator3["default"])(
|
|
165
|
+
var _ref2 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee2(config) {
|
|
166
166
|
var headers, response;
|
|
167
167
|
return _regenerator2["default"].wrap(function _callee2$(_context2) {
|
|
168
168
|
while (1) switch (_context2.prev = _context2.next) {
|
|
@@ -214,7 +214,7 @@ function Installation(http, data) {
|
|
|
214
214
|
* client.marketplace('organization_uid').installation('installation_uid').getConfigLocation()
|
|
215
215
|
* .then((response) => console.log(response))
|
|
216
216
|
*/
|
|
217
|
-
this.getConfigLocation = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
217
|
+
this.getConfigLocation = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee3() {
|
|
218
218
|
var headers, response;
|
|
219
219
|
return _regenerator2["default"].wrap(function _callee3$(_context3) {
|
|
220
220
|
while (1) switch (_context3.prev = _context3.next) {
|
|
@@ -262,7 +262,7 @@ function Installation(http, data) {
|
|
|
262
262
|
* client.marketplace('organization_uid').installation('installation_uid').serverConfig()
|
|
263
263
|
* .then((response) => console.log(response))
|
|
264
264
|
*/
|
|
265
|
-
this.serverConfig = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
265
|
+
this.serverConfig = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee4() {
|
|
266
266
|
var param,
|
|
267
267
|
headers,
|
|
268
268
|
response,
|
|
@@ -316,7 +316,7 @@ function Installation(http, data) {
|
|
|
316
316
|
* .then((response) => console.log(response))
|
|
317
317
|
*/
|
|
318
318
|
this.setServerConfig = /*#__PURE__*/function () {
|
|
319
|
-
var _ref5 = (0, _asyncToGenerator3["default"])(
|
|
319
|
+
var _ref5 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee5(config) {
|
|
320
320
|
var headers, response;
|
|
321
321
|
return _regenerator2["default"].wrap(function _callee5$(_context5) {
|
|
322
322
|
while (1) switch (_context5.prev = _context5.next) {
|
|
@@ -367,7 +367,7 @@ function Installation(http, data) {
|
|
|
367
367
|
* client.marketplace('organization_uid').installation('installation_uid').installationData()
|
|
368
368
|
* .then((response) => console.log(response))
|
|
369
369
|
*/
|
|
370
|
-
this.installationData = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
370
|
+
this.installationData = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee6() {
|
|
371
371
|
var headers, response;
|
|
372
372
|
return _regenerator2["default"].wrap(function _callee6$(_context6) {
|
|
373
373
|
while (1) switch (_context6.prev = _context6.next) {
|
|
@@ -451,7 +451,7 @@ function Installation(http, data) {
|
|
|
451
451
|
* .then((collection) => console.log(collection))
|
|
452
452
|
*
|
|
453
453
|
*/
|
|
454
|
-
this.getInstalledApps = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
454
|
+
this.getInstalledApps = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee7() {
|
|
455
455
|
var headers, response;
|
|
456
456
|
return _regenerator2["default"].wrap(function _callee7$(_context7) {
|
|
457
457
|
while (1) switch (_context7.prev = _context7.next) {
|
|
@@ -499,7 +499,7 @@ function Installation(http, data) {
|
|
|
499
499
|
* .then((collection) => console.log(collection))
|
|
500
500
|
*
|
|
501
501
|
*/
|
|
502
|
-
this.getInstalledUsers = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
502
|
+
this.getInstalledUsers = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee8() {
|
|
503
503
|
var headers, response;
|
|
504
504
|
return _regenerator2["default"].wrap(function _callee8$(_context8) {
|
|
505
505
|
while (1) switch (_context8.prev = _context8.next) {
|
|
@@ -547,7 +547,7 @@ function Installation(http, data) {
|
|
|
547
547
|
* .then((collection) => console.log(collection))
|
|
548
548
|
*
|
|
549
549
|
*/
|
|
550
|
-
this.getInstalledStacks = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
550
|
+
this.getInstalledStacks = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee9() {
|
|
551
551
|
var headers, response;
|
|
552
552
|
return _regenerator2["default"].wrap(function _callee9$(_context9) {
|
|
553
553
|
while (1) switch (_context9.prev = _context9.next) {
|
|
@@ -50,7 +50,7 @@ function WebHooks(http, data) {
|
|
|
50
50
|
* .then((installation) => console.log(installation))
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
|
-
this.listExecutionLogs = /*#__PURE__*/(0, _asyncToGenerator3["default"])(
|
|
53
|
+
this.listExecutionLogs = /*#__PURE__*/(0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee() {
|
|
54
54
|
var headers, response;
|
|
55
55
|
return _regenerator2["default"].wrap(function _callee$(_context) {
|
|
56
56
|
while (1) switch (_context.prev = _context.next) {
|
|
@@ -100,7 +100,7 @@ function WebHooks(http, data) {
|
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
this.getExecutionLog = /*#__PURE__*/function () {
|
|
103
|
-
var _ref2 = (0, _asyncToGenerator3["default"])(
|
|
103
|
+
var _ref2 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee2(executionUid) {
|
|
104
104
|
var headers, response;
|
|
105
105
|
return _regenerator2["default"].wrap(function _callee2$(_context2) {
|
|
106
106
|
while (1) switch (_context2.prev = _context2.next) {
|
|
@@ -154,7 +154,7 @@ function WebHooks(http, data) {
|
|
|
154
154
|
*
|
|
155
155
|
*/
|
|
156
156
|
this.retryExecution = /*#__PURE__*/function () {
|
|
157
|
-
var _ref3 = (0, _asyncToGenerator3["default"])(
|
|
157
|
+
var _ref3 = (0, _asyncToGenerator3["default"])(/*#__PURE__*/_regenerator2["default"].mark(function _callee3(executionUid) {
|
|
158
158
|
var headers, response;
|
|
159
159
|
return _regenerator2["default"].wrap(function _callee3$(_context3) {
|
|
160
160
|
while (1) switch (_context3.prev = _context3.next) {
|