@trycourier/courier 6.0.8 → 6.1.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.
- package/Client.js +1 -1
- package/README.md +5 -5
- package/api/resources/audiences/client/Client.js +5 -5
- package/api/resources/auditEvents/client/Client.js +2 -2
- package/api/resources/authTokens/client/Client.js +1 -1
- package/api/resources/automations/client/Client.d.ts +15 -0
- package/api/resources/automations/client/Client.js +17 -2
- package/{dist/api/resources/lists/types/ListGetSubscriptionsParams.d.ts → api/resources/automations/types/AccessorType.d.ts} +2 -2
- package/api/resources/automations/types/AutomationAddToBatchMaxItemsType.d.ts +4 -0
- package/api/resources/automations/types/AutomationAddToBatchRetain.d.ts +34 -0
- package/api/resources/automations/types/AutomationAddToBatchRetainType.d.ts +10 -0
- package/api/resources/automations/types/AutomationAddToBatchRetainType.js +12 -0
- package/api/resources/automations/types/AutomationAddToBatchScope.d.ts +9 -0
- package/api/resources/automations/types/AutomationAddToBatchScope.js +11 -0
- package/api/resources/automations/types/AutomationAddToBatchStep.d.ts +39 -0
- package/api/resources/automations/types/AutomationAddToDigestStep.d.ts +16 -0
- package/api/resources/automations/types/AutomationDelayStep.d.ts +3 -0
- package/api/resources/automations/types/AutomationFetchDataStep.d.ts +31 -0
- package/api/resources/automations/types/AutomationFetchDataWebhook.d.ts +11 -0
- package/api/resources/automations/types/AutomationFetchDataWebhookMethod.d.ts +8 -0
- package/api/resources/automations/types/AutomationFetchDataWebhookMethod.js +10 -0
- package/api/resources/automations/types/AutomationStepOption.d.ts +1 -1
- package/api/resources/automations/types/AutomationThrottleOnThrottle.d.ts +7 -0
- package/api/resources/automations/types/AutomationThrottleScope.d.ts +9 -0
- package/api/resources/automations/types/AutomationThrottleScope.js +11 -0
- package/api/resources/automations/types/AutomationThrottleStep.d.ts +31 -0
- package/api/resources/automations/types/index.d.ts +13 -1
- package/api/resources/automations/types/index.js +13 -1
- package/api/resources/brands/client/Client.js +5 -5
- package/api/resources/bulk/client/Client.js +5 -5
- package/api/resources/lists/client/Client.d.ts +1 -1
- package/api/resources/lists/client/Client.js +11 -20
- package/api/resources/lists/client/requests/index.d.ts +0 -1
- package/api/resources/lists/types/index.d.ts +0 -5
- package/api/resources/lists/types/index.js +0 -5
- package/api/resources/messages/client/Client.js +42 -12
- package/api/resources/messages/client/requests/ListMessagesRequest.d.ts +23 -3
- package/api/resources/messages/types/MessageStatus.d.ts +4 -0
- package/api/resources/messages/types/MessageStatus.js +1 -0
- package/api/resources/notifications/client/Client.js +8 -8
- package/api/resources/profiles/client/Client.js +7 -7
- package/api/resources/send/types/BaseMessageSendTo.d.ts +8 -0
- package/api/resources/send/types/ContentMessage.d.ts +1 -3
- package/api/resources/send/types/Recipient.d.ts +1 -1
- package/api/resources/{lists/types/ListFindByRecipientIdParams.d.ts → send/types/RecipientData.d.ts} +1 -3
- package/api/resources/send/types/TemplateMessage.d.ts +1 -3
- package/api/resources/send/types/index.d.ts +2 -0
- package/api/resources/send/types/index.js +2 -0
- package/api/resources/templates/client/Client.js +1 -1
- package/api/resources/tenants/client/Client.d.ts +2 -2
- package/api/resources/tenants/client/Client.js +25 -7
- package/api/resources/tenants/client/requests/ListTenantParams.d.ts +14 -0
- package/api/resources/tenants/client/requests/ListUsersForTenantParams.d.ts +14 -0
- package/api/resources/tenants/client/requests/ListUsersForTenantParams.js +5 -0
- package/api/resources/tenants/client/requests/index.d.ts +2 -0
- package/api/resources/tenants/types/ListUsersForTenantResponse.d.ts +1 -1
- package/api/resources/translations/client/Client.js +2 -2
- package/api/resources/users/resources/preferences/client/Client.d.ts +9 -0
- package/api/resources/users/resources/preferences/client/Client.js +12 -3
- package/api/resources/users/resources/preferences/client/requests/UserPreferencesUpdateParams.d.ts +11 -5
- package/api/resources/users/resources/preferences/types/TopicPreferenceUpdate.d.ts +10 -0
- package/api/resources/users/resources/preferences/types/TopicPreferenceUpdate.js +5 -0
- package/api/resources/users/resources/preferences/types/index.d.ts +1 -0
- package/api/resources/users/resources/preferences/types/index.js +1 -0
- package/api/resources/users/resources/tenants/client/Client.js +8 -8
- package/api/resources/users/resources/tenants/client/requests/ListTenantsForUserParams.d.ts +2 -2
- package/api/resources/users/resources/tenants/types/ListTenantsForUserResponse.d.ts +1 -1
- package/api/resources/users/resources/tokens/client/Client.js +5 -5
- package/core/fetcher/Fetcher.js +3 -5
- package/dist/Client.js +1 -1
- package/dist/api/resources/audiences/client/Client.js +5 -5
- package/dist/api/resources/auditEvents/client/Client.js +2 -2
- package/dist/api/resources/authTokens/client/Client.js +1 -1
- package/dist/api/resources/automations/client/Client.d.ts +15 -0
- package/dist/api/resources/automations/client/Client.js +17 -2
- package/{api/resources/lists/types/ListGetSubscriptionsParams.d.ts → dist/api/resources/automations/types/AccessorType.d.ts} +2 -2
- package/dist/api/resources/automations/types/AccessorType.js +5 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchMaxItemsType.d.ts +4 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchMaxItemsType.js +5 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchRetain.d.ts +34 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchRetain.js +5 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchRetainType.d.ts +10 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchRetainType.js +12 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchScope.d.ts +9 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchScope.js +11 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchStep.d.ts +39 -0
- package/dist/api/resources/automations/types/AutomationAddToBatchStep.js +5 -0
- package/dist/api/resources/automations/types/AutomationAddToDigestStep.d.ts +16 -0
- package/dist/api/resources/automations/types/AutomationAddToDigestStep.js +5 -0
- package/dist/api/resources/automations/types/AutomationDelayStep.d.ts +3 -0
- package/dist/api/resources/automations/types/AutomationFetchDataStep.d.ts +31 -0
- package/dist/api/resources/automations/types/AutomationFetchDataStep.js +5 -0
- package/dist/api/resources/automations/types/AutomationFetchDataWebhook.d.ts +11 -0
- package/dist/api/resources/automations/types/AutomationFetchDataWebhook.js +5 -0
- package/dist/api/resources/automations/types/AutomationFetchDataWebhookMethod.d.ts +8 -0
- package/dist/api/resources/automations/types/AutomationFetchDataWebhookMethod.js +10 -0
- package/dist/api/resources/automations/types/AutomationStepOption.d.ts +1 -1
- package/dist/api/resources/automations/types/AutomationThrottleOnThrottle.d.ts +7 -0
- package/dist/api/resources/automations/types/AutomationThrottleOnThrottle.js +5 -0
- package/dist/api/resources/automations/types/AutomationThrottleScope.d.ts +9 -0
- package/dist/api/resources/automations/types/AutomationThrottleScope.js +11 -0
- package/dist/api/resources/automations/types/AutomationThrottleStep.d.ts +31 -0
- package/dist/api/resources/automations/types/AutomationThrottleStep.js +5 -0
- package/dist/api/resources/automations/types/index.d.ts +13 -1
- package/dist/api/resources/automations/types/index.js +13 -1
- package/dist/api/resources/brands/client/Client.js +5 -5
- package/dist/api/resources/bulk/client/Client.js +5 -5
- package/dist/api/resources/lists/client/Client.d.ts +1 -1
- package/dist/api/resources/lists/client/Client.js +11 -20
- package/dist/api/resources/lists/client/requests/index.d.ts +0 -1
- package/dist/api/resources/lists/types/index.d.ts +0 -5
- package/dist/api/resources/lists/types/index.js +0 -5
- package/dist/api/resources/messages/client/Client.js +42 -12
- package/dist/api/resources/messages/client/requests/ListMessagesRequest.d.ts +23 -3
- package/dist/api/resources/messages/types/MessageStatus.d.ts +4 -0
- package/dist/api/resources/messages/types/MessageStatus.js +1 -0
- package/dist/api/resources/notifications/client/Client.js +8 -8
- package/dist/api/resources/profiles/client/Client.js +7 -7
- package/dist/api/resources/send/types/BaseMessageSendTo.d.ts +8 -0
- package/dist/api/resources/send/types/BaseMessageSendTo.js +5 -0
- package/dist/api/resources/send/types/ContentMessage.d.ts +1 -3
- package/dist/api/resources/send/types/Recipient.d.ts +1 -1
- package/dist/api/resources/{lists/types/ListFindByRecipientIdParams.d.ts → send/types/RecipientData.d.ts} +1 -3
- package/dist/api/resources/send/types/RecipientData.js +5 -0
- package/dist/api/resources/send/types/TemplateMessage.d.ts +1 -3
- package/dist/api/resources/send/types/index.d.ts +2 -0
- package/dist/api/resources/send/types/index.js +2 -0
- package/dist/api/resources/templates/client/Client.js +1 -1
- package/dist/api/resources/tenants/client/Client.d.ts +2 -2
- package/dist/api/resources/tenants/client/Client.js +25 -7
- package/dist/api/resources/tenants/client/requests/ListTenantParams.d.ts +14 -0
- package/dist/api/resources/tenants/client/requests/ListTenantParams.js +5 -0
- package/dist/api/resources/tenants/client/requests/ListUsersForTenantParams.d.ts +14 -0
- package/dist/api/resources/tenants/client/requests/ListUsersForTenantParams.js +5 -0
- package/dist/api/resources/tenants/client/requests/index.d.ts +2 -0
- package/dist/api/resources/tenants/types/ListUsersForTenantResponse.d.ts +1 -1
- package/dist/api/resources/translations/client/Client.js +2 -2
- package/dist/api/resources/users/resources/preferences/client/Client.d.ts +9 -0
- package/dist/api/resources/users/resources/preferences/client/Client.js +12 -3
- package/dist/api/resources/users/resources/preferences/client/requests/UserPreferencesUpdateParams.d.ts +11 -5
- package/dist/api/resources/users/resources/preferences/types/TopicPreferenceUpdate.d.ts +10 -0
- package/dist/api/resources/users/resources/preferences/types/TopicPreferenceUpdate.js +5 -0
- package/dist/api/resources/users/resources/preferences/types/index.d.ts +1 -0
- package/dist/api/resources/users/resources/preferences/types/index.js +1 -0
- package/dist/api/resources/users/resources/tenants/client/Client.js +8 -8
- package/dist/api/resources/users/resources/tenants/client/requests/ListTenantsForUserParams.d.ts +2 -2
- package/dist/api/resources/users/resources/tenants/types/ListTenantsForUserResponse.d.ts +1 -1
- package/dist/api/resources/users/resources/tokens/client/Client.js +5 -5
- package/dist/core/fetcher/Fetcher.js +3 -5
- package/jest.config.js +5 -0
- package/package.json +6 -2
- package/tests/client.test.ts +11 -0
- package/api/resources/automations/types/AutomationStepAction.d.ts +0 -12
- package/api/resources/automations/types/AutomationStepAction.js +0 -14
- package/api/resources/lists/client/requests/GetListRequest.d.ts +0 -13
- package/api/resources/lists/types/ListFindByRecipientIdResponse.d.ts +0 -8
- package/api/resources/lists/types/ListGetAllParams.d.ts +0 -7
- package/api/resources/lists/types/RecipientSubscriptionsResponse.d.ts +0 -8
- package/dist/api/resources/automations/types/AutomationStepAction.d.ts +0 -12
- package/dist/api/resources/automations/types/AutomationStepAction.js +0 -14
- package/dist/api/resources/lists/client/requests/GetListRequest.d.ts +0 -13
- package/dist/api/resources/lists/types/ListFindByRecipientIdResponse.d.ts +0 -8
- package/dist/api/resources/lists/types/ListGetAllParams.d.ts +0 -7
- package/dist/api/resources/lists/types/RecipientSubscriptionsResponse.d.ts +0 -8
- /package/api/resources/{lists/client/requests/GetListRequest.js → automations/types/AccessorType.js} +0 -0
- /package/api/resources/{lists/types/ListFindByRecipientIdParams.js → automations/types/AutomationAddToBatchMaxItemsType.js} +0 -0
- /package/api/resources/{lists/types/ListFindByRecipientIdResponse.js → automations/types/AutomationAddToBatchRetain.js} +0 -0
- /package/api/resources/{lists/types/ListGetAllParams.js → automations/types/AutomationAddToBatchStep.js} +0 -0
- /package/api/resources/{lists/types/ListGetSubscriptionsParams.js → automations/types/AutomationAddToDigestStep.js} +0 -0
- /package/api/resources/{lists/types/RecipientSubscriptionsResponse.js → automations/types/AutomationFetchDataStep.js} +0 -0
- /package/{dist/api/resources/lists/client/requests/GetListRequest.js → api/resources/automations/types/AutomationFetchDataWebhook.js} +0 -0
- /package/{dist/api/resources/lists/types/ListFindByRecipientIdParams.js → api/resources/automations/types/AutomationThrottleOnThrottle.js} +0 -0
- /package/{dist/api/resources/lists/types/ListFindByRecipientIdResponse.js → api/resources/automations/types/AutomationThrottleStep.js} +0 -0
- /package/{dist/api/resources/lists/types/ListGetAllParams.js → api/resources/send/types/BaseMessageSendTo.js} +0 -0
- /package/{dist/api/resources/lists/types/ListGetSubscriptionsParams.js → api/resources/send/types/RecipientData.js} +0 -0
- /package/{dist/api/resources/lists/types/RecipientSubscriptionsResponse.js → api/resources/tenants/client/requests/ListTenantParams.js} +0 -0
|
@@ -61,7 +61,7 @@ class Tenants {
|
|
|
61
61
|
Authorization: yield this._getAuthorizationHeader(),
|
|
62
62
|
"X-Fern-Language": "JavaScript",
|
|
63
63
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
64
|
-
"X-Fern-SDK-Version": "v6.
|
|
64
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
65
65
|
},
|
|
66
66
|
contentType: "application/json",
|
|
67
67
|
body: request,
|
|
@@ -110,7 +110,7 @@ class Tenants {
|
|
|
110
110
|
Authorization: yield this._getAuthorizationHeader(),
|
|
111
111
|
"X-Fern-Language": "JavaScript",
|
|
112
112
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
113
|
-
"X-Fern-SDK-Version": "v6.
|
|
113
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
114
114
|
},
|
|
115
115
|
contentType: "application/json",
|
|
116
116
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -145,9 +145,17 @@ class Tenants {
|
|
|
145
145
|
}
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
list(requestOptions) {
|
|
148
|
+
list(request = {}, requestOptions) {
|
|
149
149
|
var _a, _b;
|
|
150
150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
151
|
+
const { limit, cursor } = request;
|
|
152
|
+
const _queryParams = {};
|
|
153
|
+
if (limit != null) {
|
|
154
|
+
_queryParams["limit"] = limit.toString();
|
|
155
|
+
}
|
|
156
|
+
if (cursor != null) {
|
|
157
|
+
_queryParams["cursor"] = cursor;
|
|
158
|
+
}
|
|
151
159
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
152
160
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CourierEnvironment.Production, "/tenants"),
|
|
153
161
|
method: "GET",
|
|
@@ -155,9 +163,10 @@ class Tenants {
|
|
|
155
163
|
Authorization: yield this._getAuthorizationHeader(),
|
|
156
164
|
"X-Fern-Language": "JavaScript",
|
|
157
165
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
158
|
-
"X-Fern-SDK-Version": "v6.
|
|
166
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
159
167
|
},
|
|
160
168
|
contentType: "application/json",
|
|
169
|
+
queryParameters: _queryParams,
|
|
161
170
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
162
171
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
163
172
|
});
|
|
@@ -195,7 +204,7 @@ class Tenants {
|
|
|
195
204
|
Authorization: yield this._getAuthorizationHeader(),
|
|
196
205
|
"X-Fern-Language": "JavaScript",
|
|
197
206
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
198
|
-
"X-Fern-SDK-Version": "v6.
|
|
207
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
199
208
|
},
|
|
200
209
|
contentType: "application/json",
|
|
201
210
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -228,9 +237,17 @@ class Tenants {
|
|
|
228
237
|
/**
|
|
229
238
|
* @throws {@link Courier.BadRequestError}
|
|
230
239
|
*/
|
|
231
|
-
getUsersByTenant(tenantId, requestOptions) {
|
|
240
|
+
getUsersByTenant(tenantId, request = {}, requestOptions) {
|
|
232
241
|
var _a, _b;
|
|
233
242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
243
|
+
const { limit, cursor } = request;
|
|
244
|
+
const _queryParams = {};
|
|
245
|
+
if (limit != null) {
|
|
246
|
+
_queryParams["limit"] = limit.toString();
|
|
247
|
+
}
|
|
248
|
+
if (cursor != null) {
|
|
249
|
+
_queryParams["cursor"] = cursor;
|
|
250
|
+
}
|
|
234
251
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
235
252
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CourierEnvironment.Production, `/tenants/${tenantId}/users`),
|
|
236
253
|
method: "GET",
|
|
@@ -238,9 +255,10 @@ class Tenants {
|
|
|
238
255
|
Authorization: yield this._getAuthorizationHeader(),
|
|
239
256
|
"X-Fern-Language": "JavaScript",
|
|
240
257
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
241
|
-
"X-Fern-SDK-Version": "v6.
|
|
258
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
242
259
|
},
|
|
243
260
|
contentType: "application/json",
|
|
261
|
+
queryParameters: _queryParams,
|
|
244
262
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
245
263
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
246
264
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ListTenantParams {
|
|
5
|
+
/**
|
|
6
|
+
* The number of accousnts to return
|
|
7
|
+
* (defaults to 20, maximum value of 100)
|
|
8
|
+
*/
|
|
9
|
+
limit?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Continue the pagination with the next cursor
|
|
12
|
+
*/
|
|
13
|
+
cursor?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface ListUsersForTenantParams {
|
|
5
|
+
/**
|
|
6
|
+
* The number of accounts to return
|
|
7
|
+
* (defaults to 20, maximum value of 100)
|
|
8
|
+
*/
|
|
9
|
+
limit?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Continue the pagination with the next cursor
|
|
12
|
+
*/
|
|
13
|
+
cursor?: string;
|
|
14
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Courier from "../../..";
|
|
5
5
|
export interface ListUsersForTenantResponse {
|
|
6
|
-
items?: Courier.UserTenantAssociation;
|
|
6
|
+
items?: Courier.UserTenantAssociation[];
|
|
7
7
|
/** Set to true when there are more pages that can be retrieved. */
|
|
8
8
|
has_more: boolean;
|
|
9
9
|
/** A url that may be used to generate these results. */
|
|
@@ -62,7 +62,7 @@ class Translations {
|
|
|
62
62
|
Authorization: yield this._getAuthorizationHeader(),
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
65
|
-
"X-Fern-SDK-Version": "v6.
|
|
65
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
66
66
|
},
|
|
67
67
|
contentType: "application/json",
|
|
68
68
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -111,7 +111,7 @@ class Translations {
|
|
|
111
111
|
Authorization: yield this._getAuthorizationHeader(),
|
|
112
112
|
"X-Fern-Language": "JavaScript",
|
|
113
113
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
114
|
-
"X-Fern-SDK-Version": "v6.
|
|
114
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
115
115
|
},
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
body: request,
|
|
@@ -31,6 +31,15 @@ export declare class Preferences {
|
|
|
31
31
|
/**
|
|
32
32
|
* Update or Create user preferences for a specific subscription topic.
|
|
33
33
|
* @throws {@link Courier.BadRequestError}
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* await courier.users.preferences.update("abc-123", "74Q4QGFBEX481DP6JRPMV751H4XT", {
|
|
37
|
+
* topic: {
|
|
38
|
+
* status: Courier.PreferenceStatus.OptedIn,
|
|
39
|
+
* has_custom_routing: true,
|
|
40
|
+
* custom_routing: [Courier.ChannelClassification.Inbox, Courier.ChannelClassification.Email]
|
|
41
|
+
* }
|
|
42
|
+
* })
|
|
34
43
|
*/
|
|
35
44
|
update(userId: string, topicId: string, request: Courier.users.UserPreferencesUpdateParams, requestOptions?: Preferences.RequestOptions): Promise<Courier.users.UserPreferencesUpdateResponse>;
|
|
36
45
|
protected _getAuthorizationHeader(): Promise<string>;
|
|
@@ -62,7 +62,7 @@ class Preferences {
|
|
|
62
62
|
Authorization: yield this._getAuthorizationHeader(),
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
65
|
-
"X-Fern-SDK-Version": "v6.
|
|
65
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
66
66
|
},
|
|
67
67
|
contentType: "application/json",
|
|
68
68
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -111,7 +111,7 @@ class Preferences {
|
|
|
111
111
|
Authorization: yield this._getAuthorizationHeader(),
|
|
112
112
|
"X-Fern-Language": "JavaScript",
|
|
113
113
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
114
|
-
"X-Fern-SDK-Version": "v6.
|
|
114
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
115
115
|
},
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -149,6 +149,15 @@ class Preferences {
|
|
|
149
149
|
/**
|
|
150
150
|
* Update or Create user preferences for a specific subscription topic.
|
|
151
151
|
* @throws {@link Courier.BadRequestError}
|
|
152
|
+
*
|
|
153
|
+
* @example
|
|
154
|
+
* await courier.users.preferences.update("abc-123", "74Q4QGFBEX481DP6JRPMV751H4XT", {
|
|
155
|
+
* topic: {
|
|
156
|
+
* status: Courier.PreferenceStatus.OptedIn,
|
|
157
|
+
* has_custom_routing: true,
|
|
158
|
+
* custom_routing: [Courier.ChannelClassification.Inbox, Courier.ChannelClassification.Email]
|
|
159
|
+
* }
|
|
160
|
+
* })
|
|
152
161
|
*/
|
|
153
162
|
update(userId, topicId, request, requestOptions) {
|
|
154
163
|
var _a, _b;
|
|
@@ -160,7 +169,7 @@ class Preferences {
|
|
|
160
169
|
Authorization: yield this._getAuthorizationHeader(),
|
|
161
170
|
"X-Fern-Language": "JavaScript",
|
|
162
171
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
163
|
-
"X-Fern-SDK-Version": "v6.
|
|
172
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
164
173
|
},
|
|
165
174
|
contentType: "application/json",
|
|
166
175
|
body: request,
|
package/api/resources/users/resources/preferences/client/requests/UserPreferencesUpdateParams.d.ts
CHANGED
|
@@ -2,10 +2,16 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Courier from "../../../../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* topic: {
|
|
9
|
+
* status: Courier.PreferenceStatus.OptedIn,
|
|
10
|
+
* has_custom_routing: true,
|
|
11
|
+
* custom_routing: [Courier.ChannelClassification.Inbox, Courier.ChannelClassification.Email]
|
|
12
|
+
* }
|
|
13
|
+
* }
|
|
14
|
+
*/
|
|
5
15
|
export interface UserPreferencesUpdateParams {
|
|
6
|
-
|
|
7
|
-
/** The Channels a user has chosen to receive notifications through for this topic */
|
|
8
|
-
custom_routing?: Courier.ChannelClassification[];
|
|
9
|
-
default_status: Courier.PreferenceStatus;
|
|
10
|
-
has_custom_routing?: boolean;
|
|
16
|
+
topic: Courier.users.TopicPreferenceUpdate;
|
|
11
17
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Courier from "../../../../..";
|
|
5
|
+
export interface TopicPreferenceUpdate {
|
|
6
|
+
status: Courier.PreferenceStatus;
|
|
7
|
+
/** The Channels a user has chosen to receive notifications through for this topic */
|
|
8
|
+
custom_routing?: Courier.ChannelClassification[];
|
|
9
|
+
has_custom_routing?: boolean;
|
|
10
|
+
}
|
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./UserPreferencesListResponse"), exports);
|
|
18
18
|
__exportStar(require("./UserPreferencesGetResponse"), exports);
|
|
19
19
|
__exportStar(require("./TopicPreference"), exports);
|
|
20
|
+
__exportStar(require("./TopicPreferenceUpdate"), exports);
|
|
20
21
|
__exportStar(require("./UserPreferencesUpdateResponse"), exports);
|
|
@@ -64,7 +64,7 @@ class Tenants {
|
|
|
64
64
|
Authorization: yield this._getAuthorizationHeader(),
|
|
65
65
|
"X-Fern-Language": "JavaScript",
|
|
66
66
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
67
|
-
"X-Fern-SDK-Version": "v6.
|
|
67
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
68
68
|
},
|
|
69
69
|
contentType: "application/json",
|
|
70
70
|
body: request,
|
|
@@ -112,7 +112,7 @@ class Tenants {
|
|
|
112
112
|
Authorization: yield this._getAuthorizationHeader(),
|
|
113
113
|
"X-Fern-Language": "JavaScript",
|
|
114
114
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
115
|
-
"X-Fern-SDK-Version": "v6.
|
|
115
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
116
116
|
},
|
|
117
117
|
contentType: "application/json",
|
|
118
118
|
body: request,
|
|
@@ -156,7 +156,7 @@ class Tenants {
|
|
|
156
156
|
Authorization: yield this._getAuthorizationHeader(),
|
|
157
157
|
"X-Fern-Language": "JavaScript",
|
|
158
158
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
159
|
-
"X-Fern-SDK-Version": "v6.
|
|
159
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
160
160
|
},
|
|
161
161
|
contentType: "application/json",
|
|
162
162
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -199,7 +199,7 @@ class Tenants {
|
|
|
199
199
|
Authorization: yield this._getAuthorizationHeader(),
|
|
200
200
|
"X-Fern-Language": "JavaScript",
|
|
201
201
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
202
|
-
"X-Fern-SDK-Version": "v6.
|
|
202
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
203
203
|
},
|
|
204
204
|
contentType: "application/json",
|
|
205
205
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -235,13 +235,13 @@ class Tenants {
|
|
|
235
235
|
list(userId, request = {}, requestOptions) {
|
|
236
236
|
var _a, _b;
|
|
237
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
238
|
-
const { limit,
|
|
238
|
+
const { limit, cursor } = request;
|
|
239
239
|
const _queryParams = {};
|
|
240
240
|
if (limit != null) {
|
|
241
241
|
_queryParams["limit"] = limit.toString();
|
|
242
242
|
}
|
|
243
|
-
if (
|
|
244
|
-
_queryParams["
|
|
243
|
+
if (cursor != null) {
|
|
244
|
+
_queryParams["cursor"] = cursor;
|
|
245
245
|
}
|
|
246
246
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
247
247
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CourierEnvironment.Production, `users/${userId}/tenants`),
|
|
@@ -250,7 +250,7 @@ class Tenants {
|
|
|
250
250
|
Authorization: yield this._getAuthorizationHeader(),
|
|
251
251
|
"X-Fern-Language": "JavaScript",
|
|
252
252
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
253
|
-
"X-Fern-SDK-Version": "v6.
|
|
253
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
254
254
|
},
|
|
255
255
|
contentType: "application/json",
|
|
256
256
|
queryParameters: _queryParams,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Courier from "../../../../..";
|
|
5
5
|
export interface ListTenantsForUserResponse {
|
|
6
|
-
items?: Courier.UserTenantAssociation;
|
|
6
|
+
items?: Courier.UserTenantAssociation[];
|
|
7
7
|
/** Set to true when there are more pages that can be retrieved. */
|
|
8
8
|
has_more: boolean;
|
|
9
9
|
/** A url that may be used to generate these results. */
|
|
@@ -62,7 +62,7 @@ class Tokens {
|
|
|
62
62
|
Authorization: yield this._getAuthorizationHeader(),
|
|
63
63
|
"X-Fern-Language": "JavaScript",
|
|
64
64
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
65
|
-
"X-Fern-SDK-Version": "v6.
|
|
65
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
66
66
|
},
|
|
67
67
|
contentType: "application/json",
|
|
68
68
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -111,7 +111,7 @@ class Tokens {
|
|
|
111
111
|
Authorization: yield this._getAuthorizationHeader(),
|
|
112
112
|
"X-Fern-Language": "JavaScript",
|
|
113
113
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
114
|
-
"X-Fern-SDK-Version": "v6.
|
|
114
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
115
115
|
},
|
|
116
116
|
contentType: "application/json",
|
|
117
117
|
body: request,
|
|
@@ -161,7 +161,7 @@ class Tokens {
|
|
|
161
161
|
Authorization: yield this._getAuthorizationHeader(),
|
|
162
162
|
"X-Fern-Language": "JavaScript",
|
|
163
163
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
164
|
-
"X-Fern-SDK-Version": "v6.
|
|
164
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
165
165
|
},
|
|
166
166
|
contentType: "application/json",
|
|
167
167
|
body: request,
|
|
@@ -211,7 +211,7 @@ class Tokens {
|
|
|
211
211
|
Authorization: yield this._getAuthorizationHeader(),
|
|
212
212
|
"X-Fern-Language": "JavaScript",
|
|
213
213
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
214
|
-
"X-Fern-SDK-Version": "v6.
|
|
214
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
215
215
|
},
|
|
216
216
|
contentType: "application/json",
|
|
217
217
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -260,7 +260,7 @@ class Tokens {
|
|
|
260
260
|
Authorization: yield this._getAuthorizationHeader(),
|
|
261
261
|
"X-Fern-Language": "JavaScript",
|
|
262
262
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
263
|
-
"X-Fern-SDK-Version": "v6.
|
|
263
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
264
264
|
},
|
|
265
265
|
contentType: "application/json",
|
|
266
266
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
package/core/fetcher/Fetcher.js
CHANGED
|
@@ -15,9 +15,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
15
15
|
exports.fetcher = void 0;
|
|
16
16
|
const form_data_1 = __importDefault(require("form-data"));
|
|
17
17
|
const qs_1 = __importDefault(require("qs"));
|
|
18
|
-
if (typeof window === "undefined") {
|
|
19
|
-
global.fetch = require("node-fetch");
|
|
20
|
-
}
|
|
21
18
|
const INITIAL_RETRY_DELAY = 1;
|
|
22
19
|
const MAX_RETRY_DELAY = 60;
|
|
23
20
|
const DEFAULT_MAX_RETRIES = 2;
|
|
@@ -46,18 +43,19 @@ function fetcherImpl(args) {
|
|
|
46
43
|
else {
|
|
47
44
|
body = JSON.stringify(args.body);
|
|
48
45
|
}
|
|
46
|
+
const fetchFn = typeof fetch == "function" ? fetch : require("node-fetch");
|
|
49
47
|
const makeRequest = () => __awaiter(this, void 0, void 0, function* () {
|
|
50
48
|
const controller = new AbortController();
|
|
51
49
|
let abortId = undefined;
|
|
52
50
|
if (args.timeoutMs != null) {
|
|
53
51
|
abortId = setTimeout(() => controller.abort(), args.timeoutMs);
|
|
54
52
|
}
|
|
55
|
-
const response = yield
|
|
53
|
+
const response = yield fetchFn(url, {
|
|
56
54
|
method: args.method,
|
|
57
55
|
headers,
|
|
58
56
|
body,
|
|
59
57
|
signal: controller.signal,
|
|
60
|
-
credentials: args.withCredentials ? "
|
|
58
|
+
credentials: args.withCredentials ? "include" : undefined,
|
|
61
59
|
});
|
|
62
60
|
if (abortId != null) {
|
|
63
61
|
clearTimeout(abortId);
|
package/dist/Client.js
CHANGED
|
@@ -74,7 +74,7 @@ class CourierClient {
|
|
|
74
74
|
Authorization: yield this._getAuthorizationHeader(),
|
|
75
75
|
"X-Fern-Language": "JavaScript",
|
|
76
76
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
77
|
-
"X-Fern-SDK-Version": "v6.
|
|
77
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
78
78
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
79
79
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
80
80
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -61,7 +61,7 @@ class Audiences {
|
|
|
61
61
|
Authorization: yield this._getAuthorizationHeader(),
|
|
62
62
|
"X-Fern-Language": "JavaScript",
|
|
63
63
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
64
|
-
"X-Fern-SDK-Version": "v6.
|
|
64
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
65
65
|
},
|
|
66
66
|
contentType: "application/json",
|
|
67
67
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -104,7 +104,7 @@ class Audiences {
|
|
|
104
104
|
Authorization: yield this._getAuthorizationHeader(),
|
|
105
105
|
"X-Fern-Language": "JavaScript",
|
|
106
106
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
107
|
-
"X-Fern-SDK-Version": "v6.
|
|
107
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
108
108
|
},
|
|
109
109
|
contentType: "application/json",
|
|
110
110
|
body: request,
|
|
@@ -148,7 +148,7 @@ class Audiences {
|
|
|
148
148
|
Authorization: yield this._getAuthorizationHeader(),
|
|
149
149
|
"X-Fern-Language": "JavaScript",
|
|
150
150
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
151
|
-
"X-Fern-SDK-Version": "v6.
|
|
151
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
152
152
|
},
|
|
153
153
|
contentType: "application/json",
|
|
154
154
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -197,7 +197,7 @@ class Audiences {
|
|
|
197
197
|
Authorization: yield this._getAuthorizationHeader(),
|
|
198
198
|
"X-Fern-Language": "JavaScript",
|
|
199
199
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
200
|
-
"X-Fern-SDK-Version": "v6.
|
|
200
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
201
201
|
},
|
|
202
202
|
contentType: "application/json",
|
|
203
203
|
queryParameters: _queryParams,
|
|
@@ -252,7 +252,7 @@ class Audiences {
|
|
|
252
252
|
Authorization: yield this._getAuthorizationHeader(),
|
|
253
253
|
"X-Fern-Language": "JavaScript",
|
|
254
254
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
255
|
-
"X-Fern-SDK-Version": "v6.
|
|
255
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
256
256
|
},
|
|
257
257
|
contentType: "application/json",
|
|
258
258
|
queryParameters: _queryParams,
|
|
@@ -65,7 +65,7 @@ class AuditEvents {
|
|
|
65
65
|
Authorization: yield this._getAuthorizationHeader(),
|
|
66
66
|
"X-Fern-Language": "JavaScript",
|
|
67
67
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
68
|
-
"X-Fern-SDK-Version": "v6.
|
|
68
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
69
69
|
},
|
|
70
70
|
contentType: "application/json",
|
|
71
71
|
queryParameters: _queryParams,
|
|
@@ -109,7 +109,7 @@ class AuditEvents {
|
|
|
109
109
|
Authorization: yield this._getAuthorizationHeader(),
|
|
110
110
|
"X-Fern-Language": "JavaScript",
|
|
111
111
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
112
|
-
"X-Fern-SDK-Version": "v6.
|
|
112
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
113
113
|
},
|
|
114
114
|
contentType: "application/json",
|
|
115
115
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -60,7 +60,7 @@ class AuthTokens {
|
|
|
60
60
|
Authorization: yield this._getAuthorizationHeader(),
|
|
61
61
|
"X-Fern-Language": "JavaScript",
|
|
62
62
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
63
|
-
"X-Fern-SDK-Version": "v6.
|
|
63
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
64
64
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
65
65
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
66
66
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -28,6 +28,21 @@ export declare class Automations {
|
|
|
28
28
|
invokeAutomationTemplate(templateId: string, request: Courier.AutomationInvokeParams, requestOptions?: Automations.IdempotentRequestOptions): Promise<Courier.AutomationInvokeResponse>;
|
|
29
29
|
/**
|
|
30
30
|
* Invoke an ad hoc automation run. This endpoint accepts a JSON payload with a series of automation steps. For information about what steps are available, checkout the ad hoc automation guide [here](https://www.courier.com/docs/automations/steps/).
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* await courier.automations.invokeAdHocAutomation({
|
|
34
|
+
* data: {
|
|
35
|
+
* "name": "Foo"
|
|
36
|
+
* },
|
|
37
|
+
* profile: {
|
|
38
|
+
* "tenant_id": "abc-123"
|
|
39
|
+
* },
|
|
40
|
+
* recipient: "user-yes",
|
|
41
|
+
* automation: {
|
|
42
|
+
* cancelation_token: "delay-send--user-yes--abc-123",
|
|
43
|
+
* steps: []
|
|
44
|
+
* }
|
|
45
|
+
* })
|
|
31
46
|
*/
|
|
32
47
|
invokeAdHocAutomation(request: Courier.AutomationAdHocInvokeParams, requestOptions?: Automations.IdempotentRequestOptions): Promise<Courier.AutomationInvokeResponse>;
|
|
33
48
|
protected _getAuthorizationHeader(): Promise<string>;
|
|
@@ -60,7 +60,7 @@ class Automations {
|
|
|
60
60
|
Authorization: yield this._getAuthorizationHeader(),
|
|
61
61
|
"X-Fern-Language": "JavaScript",
|
|
62
62
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
63
|
-
"X-Fern-SDK-Version": "v6.
|
|
63
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
64
64
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
65
65
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
66
66
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -97,6 +97,21 @@ class Automations {
|
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Invoke an ad hoc automation run. This endpoint accepts a JSON payload with a series of automation steps. For information about what steps are available, checkout the ad hoc automation guide [here](https://www.courier.com/docs/automations/steps/).
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* await courier.automations.invokeAdHocAutomation({
|
|
103
|
+
* data: {
|
|
104
|
+
* "name": "Foo"
|
|
105
|
+
* },
|
|
106
|
+
* profile: {
|
|
107
|
+
* "tenant_id": "abc-123"
|
|
108
|
+
* },
|
|
109
|
+
* recipient: "user-yes",
|
|
110
|
+
* automation: {
|
|
111
|
+
* cancelation_token: "delay-send--user-yes--abc-123",
|
|
112
|
+
* steps: []
|
|
113
|
+
* }
|
|
114
|
+
* })
|
|
100
115
|
*/
|
|
101
116
|
invokeAdHocAutomation(request, requestOptions) {
|
|
102
117
|
var _a, _b;
|
|
@@ -108,7 +123,7 @@ class Automations {
|
|
|
108
123
|
Authorization: yield this._getAuthorizationHeader(),
|
|
109
124
|
"X-Fern-Language": "JavaScript",
|
|
110
125
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
111
|
-
"X-Fern-SDK-Version": "v6.
|
|
126
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
112
127
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
113
128
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
114
129
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|