@qlik/api 1.21.0 → 1.23.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.
- package/api-keys.d.ts +1 -1
- package/api-keys.js +2 -2
- package/apps.d.ts +10 -2
- package/apps.js +2 -2
- package/audits.d.ts +1 -1
- package/audits.js +2 -2
- package/auth.js +2 -2
- package/automations.d.ts +1 -1
- package/automations.js +2 -2
- package/brands.d.ts +23 -23
- package/brands.js +2 -2
- package/chunks/{2OQLWLWE.js → 3KD5W26Z.js} +3 -3
- package/chunks/{3FHEUGST.js → 3REGOC54.js} +38 -31
- package/chunks/{JCJIPO2A.js → 3W4PFUMC.js} +1 -1
- package/chunks/7RHSSS4W.js +0 -0
- package/chunks/{LVRC5AWE.js → CUC5USM5.js} +2 -1
- package/chunks/{GVE5ABSG.js → E5TLRYTH.js} +2 -1
- package/chunks/{BUSRKHDX.js → OCV75U5H.js} +107 -10
- package/chunks/{DTGUILK5.js → SMQGR3VM.js} +2 -2
- package/chunks/{4M3Q6QY3.js → UJV2QU2J.js} +43 -23
- package/chunks/{YQLW56LG.js → VXEOAWM6.js} +1 -1
- package/collections.d.ts +1 -1
- package/collections.js +2 -2
- package/csp-origins.d.ts +1 -1
- package/csp-origins.js +2 -2
- package/data-assets.d.ts +1 -1
- package/data-assets.js +2 -2
- package/data-connections.d.ts +2 -2
- package/data-connections.js +2 -2
- package/data-credentials.d.ts +64 -2
- package/data-credentials.js +11 -2
- package/data-files.d.ts +1 -1
- package/data-files.js +2 -2
- package/extensions.d.ts +1 -1
- package/extensions.js +2 -2
- package/{global.types--37uwGji.d.ts → global.types-qsBNouXJ.d.ts} +18 -0
- package/glossaries.d.ts +1 -1
- package/glossaries.js +2 -2
- package/groups.d.ts +1 -1
- package/groups.js +2 -2
- package/identity-providers.d.ts +17 -17
- package/identity-providers.js +2 -2
- package/index.d.ts +1 -1
- package/index.js +6 -5
- package/items.d.ts +1 -1
- package/items.js +2 -2
- package/licenses.d.ts +1 -1
- package/licenses.js +2 -2
- package/package.json +2 -2
- package/qix.d.ts +8 -3
- package/qix.js +2 -2
- package/quotas.d.ts +1 -1
- package/quotas.js +2 -2
- package/reload-tasks.d.ts +1 -1
- package/reload-tasks.js +2 -2
- package/reloads.d.ts +4 -4
- package/reloads.js +2 -2
- package/reports.d.ts +39 -3
- package/reports.js +2 -2
- package/roles.d.ts +1 -1
- package/roles.js +2 -2
- package/spaces.d.ts +3 -1
- package/spaces.js +2 -2
- package/temp-contents.d.ts +1 -1
- package/temp-contents.js +2 -2
- package/tenants.d.ts +25 -16
- package/tenants.js +2 -2
- package/themes.d.ts +1 -1
- package/themes.js +2 -2
- package/transports.d.ts +1 -1
- package/transports.js +2 -2
- package/users.d.ts +2 -2
- package/users.js +2 -2
- package/web-integrations.d.ts +1 -1
- package/web-integrations.js +2 -2
- package/web-notifications.d.ts +1 -1
- package/web-notifications.js +2 -2
- package/webhooks.d.ts +22 -22
- package/webhooks.js +2 -2
package/tenants.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-qsBNouXJ.js';
|
|
2
2
|
import './auth-types-PkN9CAF_.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -62,7 +62,16 @@ type Tenant = {
|
|
|
62
62
|
status?: "active" | "disabled" | "deleted";
|
|
63
63
|
};
|
|
64
64
|
type TenantCreationRequest = {
|
|
65
|
-
/** The datacenter where the tenant is located.
|
|
65
|
+
/** The datacenter where the tenant is located.
|
|
66
|
+
*
|
|
67
|
+
* Supported locations for commercial licenses:
|
|
68
|
+
* - `ap-northeast-1`: Japan (jp)
|
|
69
|
+
* - `ap-southeast-1`: Australia (ap)
|
|
70
|
+
* - `ap-southeast-2`: Singapore (sg)
|
|
71
|
+
* - `eu-central-1`: Germany (de)
|
|
72
|
+
* - `eu-west-1`: Ireland (eu)
|
|
73
|
+
* - `eu-west-2`: United Kingdom (uk)
|
|
74
|
+
* - `us-east-1`: United States of America (us) */
|
|
66
75
|
datacenter?: string;
|
|
67
76
|
/** The signed license key of the license that will be associated with the created tenant. */
|
|
68
77
|
licenseKey?: string;
|
|
@@ -116,7 +125,7 @@ type TenantPatchSchema = {
|
|
|
116
125
|
value: string | boolean;
|
|
117
126
|
}[];
|
|
118
127
|
/**
|
|
119
|
-
* Creates a Tenant
|
|
128
|
+
* Creates a tenant in the requested region, linked to the provided license key. You must use a regional OAuth client generated via the [My Qlik portal](https://account.myqlik.qlik.com/account) to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. `https://register.us.qlikcloud.com/api/v1/tenants` if interacting with tenants in the `us` region.
|
|
120
129
|
*
|
|
121
130
|
* @param body an object with the body content
|
|
122
131
|
* @throws CreateTenantHttpError
|
|
@@ -149,9 +158,9 @@ type GetMyTenantHttpError = {
|
|
|
149
158
|
status: number;
|
|
150
159
|
};
|
|
151
160
|
/**
|
|
152
|
-
*
|
|
161
|
+
* Retrieves a specific tenant by ID.
|
|
153
162
|
*
|
|
154
|
-
* @param tenantId The
|
|
163
|
+
* @param tenantId The ID of the tenant to retrieve
|
|
155
164
|
* @throws GetTenantHttpError
|
|
156
165
|
*/
|
|
157
166
|
declare const getTenant: (tenantId: string, options?: ApiCallOptions) => Promise<GetTenantHttpResponse>;
|
|
@@ -166,9 +175,9 @@ type GetTenantHttpError = {
|
|
|
166
175
|
status: number;
|
|
167
176
|
};
|
|
168
177
|
/**
|
|
169
|
-
*
|
|
178
|
+
* Updates properties of a specific tenant by ID.
|
|
170
179
|
*
|
|
171
|
-
* @param tenantId The
|
|
180
|
+
* @param tenantId The ID of the tenant to update
|
|
172
181
|
* @param body an object with the body content
|
|
173
182
|
* @throws PatchTenantHttpError
|
|
174
183
|
*/
|
|
@@ -205,7 +214,7 @@ type PatchTenantDefaultHttpError = {
|
|
|
205
214
|
};
|
|
206
215
|
type PatchTenantHttpError = PatchTenant400HttpError | PatchTenant403HttpError | PatchTenant404HttpError | PatchTenant429HttpError | PatchTenantDefaultHttpError;
|
|
207
216
|
/**
|
|
208
|
-
* Deactivates a tenant.
|
|
217
|
+
* Deactivates a specific tenant. Once deactivated, tenant will be deleted on or after `estimatedPurgeDate`. Tenant can be reactivated using `/v1/tenants/{tenantId}/actions/reactivate` until this date. You must use a regional OAuth client generated via the [My Qlik portal](https://account.myqlik.qlik.com/account) to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. `https://register.us.qlikcloud.com/api/v1/tenants/{tenantId}/actions/deactivate` if interacting with tenants in the `us` region.
|
|
209
218
|
*
|
|
210
219
|
* @param tenantId The id of the tenant to deactivate
|
|
211
220
|
* @param body an object with the body content
|
|
@@ -223,7 +232,7 @@ type DeactivateTenantHttpError = {
|
|
|
223
232
|
status: number;
|
|
224
233
|
};
|
|
225
234
|
/**
|
|
226
|
-
* Reactivates a
|
|
235
|
+
* Reactivates a deactivated tenant. Tenants can be reactivated until the `estimatedPurgeDate` provided at time of deactivation. You must use a regional OAuth client generated via the [My Qlik portal](https://account.myqlik.qlik.com/account) to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. `https://register.us.qlikcloud.com/api/v1/tenants/{tenantId}/actions/reactivate` if interacting with tenants in the `us` region.
|
|
227
236
|
*
|
|
228
237
|
* @param tenantId The id of the tenant to reactivate
|
|
229
238
|
* @param body an object with the body content
|
|
@@ -246,7 +255,7 @@ type ReactivateTenantHttpError = {
|
|
|
246
255
|
declare function clearCache(): void;
|
|
247
256
|
interface TenantsAPI {
|
|
248
257
|
/**
|
|
249
|
-
* Creates a Tenant
|
|
258
|
+
* Creates a tenant in the requested region, linked to the provided license key. You must use a regional OAuth client generated via the [My Qlik portal](https://account.myqlik.qlik.com/account) to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. `https://register.us.qlikcloud.com/api/v1/tenants` if interacting with tenants in the `us` region.
|
|
250
259
|
*
|
|
251
260
|
* @param body an object with the body content
|
|
252
261
|
* @throws CreateTenantHttpError
|
|
@@ -259,22 +268,22 @@ interface TenantsAPI {
|
|
|
259
268
|
*/
|
|
260
269
|
getMyTenant: typeof getMyTenant;
|
|
261
270
|
/**
|
|
262
|
-
*
|
|
271
|
+
* Retrieves a specific tenant by ID.
|
|
263
272
|
*
|
|
264
|
-
* @param tenantId The
|
|
273
|
+
* @param tenantId The ID of the tenant to retrieve
|
|
265
274
|
* @throws GetTenantHttpError
|
|
266
275
|
*/
|
|
267
276
|
getTenant: typeof getTenant;
|
|
268
277
|
/**
|
|
269
|
-
*
|
|
278
|
+
* Updates properties of a specific tenant by ID.
|
|
270
279
|
*
|
|
271
|
-
* @param tenantId The
|
|
280
|
+
* @param tenantId The ID of the tenant to update
|
|
272
281
|
* @param body an object with the body content
|
|
273
282
|
* @throws PatchTenantHttpError
|
|
274
283
|
*/
|
|
275
284
|
patchTenant: typeof patchTenant;
|
|
276
285
|
/**
|
|
277
|
-
* Deactivates a tenant.
|
|
286
|
+
* Deactivates a specific tenant. Once deactivated, tenant will be deleted on or after `estimatedPurgeDate`. Tenant can be reactivated using `/v1/tenants/{tenantId}/actions/reactivate` until this date. You must use a regional OAuth client generated via the [My Qlik portal](https://account.myqlik.qlik.com/account) to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. `https://register.us.qlikcloud.com/api/v1/tenants/{tenantId}/actions/deactivate` if interacting with tenants in the `us` region.
|
|
278
287
|
*
|
|
279
288
|
* @param tenantId The id of the tenant to deactivate
|
|
280
289
|
* @param body an object with the body content
|
|
@@ -282,7 +291,7 @@ interface TenantsAPI {
|
|
|
282
291
|
*/
|
|
283
292
|
deactivateTenant: typeof deactivateTenant;
|
|
284
293
|
/**
|
|
285
|
-
* Reactivates a
|
|
294
|
+
* Reactivates a deactivated tenant. Tenants can be reactivated until the `estimatedPurgeDate` provided at time of deactivation. You must use a regional OAuth client generated via the [My Qlik portal](https://account.myqlik.qlik.com/account) to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. `https://register.us.qlikcloud.com/api/v1/tenants/{tenantId}/actions/reactivate` if interacting with tenants in the `us` region.
|
|
286
295
|
*
|
|
287
296
|
* @param tenantId The id of the tenant to reactivate
|
|
288
297
|
* @param body an object with the body content
|
package/tenants.js
CHANGED
package/themes.d.ts
CHANGED
package/themes.js
CHANGED
package/transports.d.ts
CHANGED
package/transports.js
CHANGED
package/users.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-qsBNouXJ.js';
|
|
2
2
|
import './auth-types-PkN9CAF_.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -135,7 +135,7 @@ type JSONPatch = {
|
|
|
135
135
|
/** The operation to be performed. */
|
|
136
136
|
op: "replace" | "set (Deprecated)" | "unset (Deprecated)" | "add (Deprecated)" | "renew";
|
|
137
137
|
/** A JSON Pointer. */
|
|
138
|
-
path: "/name" | "/roles (Deprecated)" | "/assignedRoles" | "/inviteExpiry" | "/preferredZoneinfo" | "/preferredLocale" | "/status";
|
|
138
|
+
path: "/name" | "/roles (Deprecated)" | "/assignedRoles" | "/inviteExpiry" | "/preferredZoneinfo" | "/preferredLocale" | "/status" | "/assignedGroups";
|
|
139
139
|
/** The value to be used for this operation. */
|
|
140
140
|
value: string | boolean | unknown[] | AssignedRolesRefIDs | AssignedRolesRefNames;
|
|
141
141
|
};
|
package/users.js
CHANGED
package/web-integrations.d.ts
CHANGED
package/web-integrations.js
CHANGED
package/web-notifications.d.ts
CHANGED
package/web-notifications.js
CHANGED
package/webhooks.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ApiCallOptions } from './global.types
|
|
1
|
+
import { A as ApiCallOptions } from './global.types-qsBNouXJ.js';
|
|
2
2
|
import './auth-types-PkN9CAF_.js';
|
|
3
3
|
|
|
4
4
|
type Delivery = {
|
|
@@ -84,7 +84,7 @@ type WebhookBase = {
|
|
|
84
84
|
readonly disabledReasonCode?: string;
|
|
85
85
|
/** Whether the webhook is active and sending requests */
|
|
86
86
|
enabled?: boolean;
|
|
87
|
-
/** Types of events for which the webhook should trigger. */
|
|
87
|
+
/** Types of events for which the webhook should trigger. Retrieve available types from `/v1/webhooks/event-types`. */
|
|
88
88
|
eventTypes?: string[];
|
|
89
89
|
/** Filter that should match for a webhook to be triggered.
|
|
90
90
|
* Supported common attribute names are 'id', 'spaceId' and 'topLevelResourceId', beside the common attributes the "com.qlik.v1.app.reload.finished" event also supports "data.status" that could be either "ok" or "error" but can't be used together with other event types.
|
|
@@ -140,7 +140,7 @@ type WebhookResponse = WebhookBase & {
|
|
|
140
140
|
readonly origin?: "api" | "automations" | "management-console";
|
|
141
141
|
};
|
|
142
142
|
/**
|
|
143
|
-
* Retrieves all webhooks entries for a tenant
|
|
143
|
+
* Retrieves all webhooks entries for a tenant that the user has access to. Users assigned the `TenantAdmin` role can retrieve all webhooks. A user can have up to 150 webhooks at one time.
|
|
144
144
|
*
|
|
145
145
|
* @param query an object with query parameters
|
|
146
146
|
* @throws GetWebhooksHttpError
|
|
@@ -186,7 +186,7 @@ type GetWebhooksHttpError = {
|
|
|
186
186
|
status: number;
|
|
187
187
|
};
|
|
188
188
|
/**
|
|
189
|
-
* Creates a new webhook
|
|
189
|
+
* Creates a new webhook. User must be assigned the `TenantAdmin` role to create `tenant` level webhooks.
|
|
190
190
|
*
|
|
191
191
|
* @param body an object with the body content
|
|
192
192
|
* @throws CreateWebhookHttpError
|
|
@@ -203,7 +203,7 @@ type CreateWebhookHttpError = {
|
|
|
203
203
|
status: number;
|
|
204
204
|
};
|
|
205
205
|
/**
|
|
206
|
-
*
|
|
206
|
+
* Lists event-types that are possible to subscribe to.
|
|
207
207
|
*
|
|
208
208
|
* @throws GetWebhookEventTypesHttpError
|
|
209
209
|
*/
|
|
@@ -219,7 +219,7 @@ type GetWebhookEventTypesHttpError = {
|
|
|
219
219
|
status: number;
|
|
220
220
|
};
|
|
221
221
|
/**
|
|
222
|
-
* Deletes a specific webhook
|
|
222
|
+
* Deletes a specific webhook.
|
|
223
223
|
*
|
|
224
224
|
* @param id The webhook's unique identifier.
|
|
225
225
|
* @throws DeleteWebhookHttpError
|
|
@@ -236,7 +236,7 @@ type DeleteWebhookHttpError = {
|
|
|
236
236
|
status: number;
|
|
237
237
|
};
|
|
238
238
|
/**
|
|
239
|
-
* Returns details for a specific webhook
|
|
239
|
+
* Returns details for a specific webhook.
|
|
240
240
|
*
|
|
241
241
|
* @param id The webhook's unique identifier.
|
|
242
242
|
* @throws GetWebhookHttpError
|
|
@@ -253,7 +253,7 @@ type GetWebhookHttpError = {
|
|
|
253
253
|
status: number;
|
|
254
254
|
};
|
|
255
255
|
/**
|
|
256
|
-
* Patches a webhook
|
|
256
|
+
* Patches a webhook to update one or more properties.
|
|
257
257
|
*
|
|
258
258
|
* @param id The webhook's unique identifier.
|
|
259
259
|
* @param body an object with the body content
|
|
@@ -271,7 +271,7 @@ type PatchWebhookHttpError = {
|
|
|
271
271
|
status: number;
|
|
272
272
|
};
|
|
273
273
|
/**
|
|
274
|
-
* Updates a webhook
|
|
274
|
+
* Updates a webhook, any omitted fields will be cleared, returns updated webhook.
|
|
275
275
|
*
|
|
276
276
|
* @param id The webhook's unique identifier.
|
|
277
277
|
* @param body an object with the body content
|
|
@@ -289,7 +289,7 @@ type UpdateWebhookHttpError = {
|
|
|
289
289
|
status: number;
|
|
290
290
|
};
|
|
291
291
|
/**
|
|
292
|
-
* Returns deliveries for a specific webhook
|
|
292
|
+
* Returns deliveries for a specific webhook. Delivery history is stored for 1 week.
|
|
293
293
|
*
|
|
294
294
|
* @param id The webhook's unique identifier.
|
|
295
295
|
* @param query an object with query parameters
|
|
@@ -322,7 +322,7 @@ type GetWebhookDeliveriesHttpError = {
|
|
|
322
322
|
status: number;
|
|
323
323
|
};
|
|
324
324
|
/**
|
|
325
|
-
* Returns details for a specific delivery
|
|
325
|
+
* Returns details for a specific delivery.
|
|
326
326
|
*
|
|
327
327
|
* @param id The webhook's unique identifier.
|
|
328
328
|
* @param deliveryId The delivery's unique identifier.
|
|
@@ -340,7 +340,7 @@ type GetWebhookDeliveryHttpError = {
|
|
|
340
340
|
status: number;
|
|
341
341
|
};
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
343
|
+
* Resends the delivery with the same payload.
|
|
344
344
|
*
|
|
345
345
|
* @param id The webhook's unique identifier.
|
|
346
346
|
* @param deliveryId The delivery's unique identifier.
|
|
@@ -363,41 +363,41 @@ type ResendWebhookDeliveryHttpError = {
|
|
|
363
363
|
declare function clearCache(): void;
|
|
364
364
|
interface WebhooksAPI {
|
|
365
365
|
/**
|
|
366
|
-
* Retrieves all webhooks entries for a tenant
|
|
366
|
+
* Retrieves all webhooks entries for a tenant that the user has access to. Users assigned the `TenantAdmin` role can retrieve all webhooks. A user can have up to 150 webhooks at one time.
|
|
367
367
|
*
|
|
368
368
|
* @param query an object with query parameters
|
|
369
369
|
* @throws GetWebhooksHttpError
|
|
370
370
|
*/
|
|
371
371
|
getWebhooks: typeof getWebhooks;
|
|
372
372
|
/**
|
|
373
|
-
* Creates a new webhook
|
|
373
|
+
* Creates a new webhook. User must be assigned the `TenantAdmin` role to create `tenant` level webhooks.
|
|
374
374
|
*
|
|
375
375
|
* @param body an object with the body content
|
|
376
376
|
* @throws CreateWebhookHttpError
|
|
377
377
|
*/
|
|
378
378
|
createWebhook: typeof createWebhook;
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* Lists event-types that are possible to subscribe to.
|
|
381
381
|
*
|
|
382
382
|
* @throws GetWebhookEventTypesHttpError
|
|
383
383
|
*/
|
|
384
384
|
getWebhookEventTypes: typeof getWebhookEventTypes;
|
|
385
385
|
/**
|
|
386
|
-
* Deletes a specific webhook
|
|
386
|
+
* Deletes a specific webhook.
|
|
387
387
|
*
|
|
388
388
|
* @param id The webhook's unique identifier.
|
|
389
389
|
* @throws DeleteWebhookHttpError
|
|
390
390
|
*/
|
|
391
391
|
deleteWebhook: typeof deleteWebhook;
|
|
392
392
|
/**
|
|
393
|
-
* Returns details for a specific webhook
|
|
393
|
+
* Returns details for a specific webhook.
|
|
394
394
|
*
|
|
395
395
|
* @param id The webhook's unique identifier.
|
|
396
396
|
* @throws GetWebhookHttpError
|
|
397
397
|
*/
|
|
398
398
|
getWebhook: typeof getWebhook;
|
|
399
399
|
/**
|
|
400
|
-
* Patches a webhook
|
|
400
|
+
* Patches a webhook to update one or more properties.
|
|
401
401
|
*
|
|
402
402
|
* @param id The webhook's unique identifier.
|
|
403
403
|
* @param body an object with the body content
|
|
@@ -405,7 +405,7 @@ interface WebhooksAPI {
|
|
|
405
405
|
*/
|
|
406
406
|
patchWebhook: typeof patchWebhook;
|
|
407
407
|
/**
|
|
408
|
-
* Updates a webhook
|
|
408
|
+
* Updates a webhook, any omitted fields will be cleared, returns updated webhook.
|
|
409
409
|
*
|
|
410
410
|
* @param id The webhook's unique identifier.
|
|
411
411
|
* @param body an object with the body content
|
|
@@ -413,7 +413,7 @@ interface WebhooksAPI {
|
|
|
413
413
|
*/
|
|
414
414
|
updateWebhook: typeof updateWebhook;
|
|
415
415
|
/**
|
|
416
|
-
* Returns deliveries for a specific webhook
|
|
416
|
+
* Returns deliveries for a specific webhook. Delivery history is stored for 1 week.
|
|
417
417
|
*
|
|
418
418
|
* @param id The webhook's unique identifier.
|
|
419
419
|
* @param query an object with query parameters
|
|
@@ -421,7 +421,7 @@ interface WebhooksAPI {
|
|
|
421
421
|
*/
|
|
422
422
|
getWebhookDeliveries: typeof getWebhookDeliveries;
|
|
423
423
|
/**
|
|
424
|
-
* Returns details for a specific delivery
|
|
424
|
+
* Returns details for a specific delivery.
|
|
425
425
|
*
|
|
426
426
|
* @param id The webhook's unique identifier.
|
|
427
427
|
* @param deliveryId The delivery's unique identifier.
|
|
@@ -429,7 +429,7 @@ interface WebhooksAPI {
|
|
|
429
429
|
*/
|
|
430
430
|
getWebhookDelivery: typeof getWebhookDelivery;
|
|
431
431
|
/**
|
|
432
|
-
*
|
|
432
|
+
* Resends the delivery with the same payload.
|
|
433
433
|
*
|
|
434
434
|
* @param id The webhook's unique identifier.
|
|
435
435
|
* @param deliveryId The delivery's unique identifier.
|
package/webhooks.js
CHANGED