@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
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Courier from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* Defines what items should be retained and passed along to the next steps when the batch is released
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* {
|
|
10
|
+
* type: Courier.AutomationAddToBatchRetainType.Highest,
|
|
11
|
+
* count: 10,
|
|
12
|
+
* sort_key: "refs.data.my_custom_scoring"
|
|
13
|
+
* }
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* {
|
|
17
|
+
* type: Courier.AutomationAddToBatchRetainType.Last,
|
|
18
|
+
* count: 10
|
|
19
|
+
* }
|
|
20
|
+
*/
|
|
21
|
+
export interface AutomationAddToBatchRetain {
|
|
22
|
+
/**
|
|
23
|
+
* Keep N number of notifications based on the type. First/Last N based on notification received.
|
|
24
|
+
* highest/lowest based on a scoring key providing in the data accessed by sort_key
|
|
25
|
+
*/
|
|
26
|
+
type: Courier.AutomationAddToBatchRetainType;
|
|
27
|
+
/**
|
|
28
|
+
* The number of records to keep in batch. Default is 10 and only configurable by requesting from support.
|
|
29
|
+
* When configurable minimum is 2 and maximum is 100.
|
|
30
|
+
*/
|
|
31
|
+
count: number;
|
|
32
|
+
/** Defines the data value data[sort_key] that is used to sort the stored items. Required when type is set to highest or lowest. */
|
|
33
|
+
sort_key?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type AutomationAddToBatchRetainType = "first" | "last" | "highest" | "lowest";
|
|
5
|
+
export declare const AutomationAddToBatchRetainType: {
|
|
6
|
+
readonly First: "first";
|
|
7
|
+
readonly Last: "last";
|
|
8
|
+
readonly Highest: "highest";
|
|
9
|
+
readonly Lowest: "lowest";
|
|
10
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AutomationAddToBatchRetainType = void 0;
|
|
7
|
+
exports.AutomationAddToBatchRetainType = {
|
|
8
|
+
First: "first",
|
|
9
|
+
Last: "last",
|
|
10
|
+
Highest: "highest",
|
|
11
|
+
Lowest: "lowest",
|
|
12
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type AutomationAddToBatchScope = "user" | "global" | "dynamic";
|
|
5
|
+
export declare const AutomationAddToBatchScope: {
|
|
6
|
+
readonly User: "user";
|
|
7
|
+
readonly Global: "global";
|
|
8
|
+
readonly Dynamic: "dynamic";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AutomationAddToBatchScope = void 0;
|
|
7
|
+
exports.AutomationAddToBatchScope = {
|
|
8
|
+
User: "user",
|
|
9
|
+
Global: "global",
|
|
10
|
+
Dynamic: "dynamic",
|
|
11
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Courier from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* action: "add-to-batch",
|
|
9
|
+
* wait_period: "PT5M",
|
|
10
|
+
* max_wait_period: "PT1H",
|
|
11
|
+
* retain: {
|
|
12
|
+
* type: Courier.AutomationAddToBatchRetainType.Highest,
|
|
13
|
+
* count: 10,
|
|
14
|
+
* sort_key: "refs.data.my_custom_scoring"
|
|
15
|
+
* },
|
|
16
|
+
* scope: Courier.AutomationAddToBatchScope.User,
|
|
17
|
+
* category_key: "refs.data.status"
|
|
18
|
+
* }
|
|
19
|
+
*/
|
|
20
|
+
export interface AutomationAddToBatchStep extends Courier.AutomationStep {
|
|
21
|
+
action: "add-to-batch";
|
|
22
|
+
/** Defines the period of inactivity before the batch is released. Specified as an [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) */
|
|
23
|
+
wait_period: string;
|
|
24
|
+
/** Defines the maximum wait time before the batch should be released. Must be less than wait period. Maximum of 60 days. Specified as an [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) */
|
|
25
|
+
max_wait_period: string;
|
|
26
|
+
/** If specified, the batch will release as soon as this number is reached */
|
|
27
|
+
max_items?: Courier.AutomationAddToBatchMaxItemsType;
|
|
28
|
+
retain: Courier.AutomationAddToBatchRetain;
|
|
29
|
+
/**
|
|
30
|
+
* Determine the scope of the batching. If user, chosen in this order: recipient, profile.user_id, data.user_id, data.userId.
|
|
31
|
+
* If dynamic, then specify where the batch_key or a reference to the batch_key
|
|
32
|
+
*/
|
|
33
|
+
scope?: Courier.AutomationAddToBatchScope;
|
|
34
|
+
/** If using scope=dynamic, provide the key or a reference (e.g., refs.data.batch_key) */
|
|
35
|
+
batch_key?: string;
|
|
36
|
+
batch_id?: string;
|
|
37
|
+
/** Defines the field of the data object the batch is set to when complete. Defaults to `batch` */
|
|
38
|
+
category_key?: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Courier from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* action: "add-to-digest",
|
|
9
|
+
* subscription_topic_id: "RAJE97CMT04KDJJ88ZDS2TP1690S"
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
export interface AutomationAddToDigestStep extends Courier.AutomationStep {
|
|
13
|
+
action: "add-to-digest";
|
|
14
|
+
/** The subscription topic that has digests enabled */
|
|
15
|
+
subscription_topic_id: string;
|
|
16
|
+
}
|
|
@@ -4,5 +4,8 @@
|
|
|
4
4
|
import * as Courier from "../../..";
|
|
5
5
|
export interface AutomationDelayStep extends Courier.AutomationStep {
|
|
6
6
|
action: "delay";
|
|
7
|
+
/** The [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) string for how long to delay for */
|
|
8
|
+
duration?: string;
|
|
9
|
+
/** The ISO 8601 timestamp for when the delay should end */
|
|
7
10
|
until?: string;
|
|
8
11
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Courier from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* action: "fetch-data",
|
|
9
|
+
* merge_strategy: Courier.MergeAlgorithm.None,
|
|
10
|
+
* webhook: {
|
|
11
|
+
* body: {
|
|
12
|
+
* "foo": "bar"
|
|
13
|
+
* },
|
|
14
|
+
* params: {
|
|
15
|
+
* "hello": "world"
|
|
16
|
+
* },
|
|
17
|
+
* headers: {
|
|
18
|
+
* "content-type": "application/json"
|
|
19
|
+
* },
|
|
20
|
+
* method: Courier.AutomationFetchDataWebhookMethod.Post,
|
|
21
|
+
* url: "https://bryan-at-courier.free.beeceptor.com"
|
|
22
|
+
* }
|
|
23
|
+
* }
|
|
24
|
+
*/
|
|
25
|
+
export interface AutomationFetchDataStep extends Courier.AutomationStep {
|
|
26
|
+
action: "fetch-data";
|
|
27
|
+
webhook: Courier.AutomationFetchDataWebhook;
|
|
28
|
+
merge_strategy: Courier.MergeAlgorithm;
|
|
29
|
+
idempotency_expiry?: string;
|
|
30
|
+
idempotency_key?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Courier from "../../..";
|
|
5
|
+
export interface AutomationFetchDataWebhook {
|
|
6
|
+
body?: Record<string, any>;
|
|
7
|
+
headers?: Record<string, any>;
|
|
8
|
+
params?: Record<string, any>;
|
|
9
|
+
method: Courier.AutomationFetchDataWebhookMethod;
|
|
10
|
+
url: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AutomationFetchDataWebhookMethod = void 0;
|
|
7
|
+
exports.AutomationFetchDataWebhookMethod = {
|
|
8
|
+
Get: "GET",
|
|
9
|
+
Post: "POST",
|
|
10
|
+
};
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Courier from "../../..";
|
|
5
|
-
export declare type AutomationStepOption = Courier.AutomationCancelStep | Courier.AutomationDelayStep | Courier.AutomationInvokeStep | Courier.AutomationSendStep | Courier.AutomationV2SendStep | Courier.AutomationSendListStep | Courier.AutomationUpdateProfileStep;
|
|
5
|
+
export declare type AutomationStepOption = Courier.AutomationAddToDigestStep | Courier.AutomationAddToBatchStep | Courier.AutomationThrottleStep | Courier.AutomationCancelStep | Courier.AutomationDelayStep | Courier.AutomationFetchDataStep | Courier.AutomationInvokeStep | Courier.AutomationSendStep | Courier.AutomationV2SendStep | Courier.AutomationSendListStep | Courier.AutomationUpdateProfileStep;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type AutomationThrottleScope = "user" | "global" | "dynamic";
|
|
5
|
+
export declare const AutomationThrottleScope: {
|
|
6
|
+
readonly User: "user";
|
|
7
|
+
readonly Global: "global";
|
|
8
|
+
readonly Dynamic: "dynamic";
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AutomationThrottleScope = void 0;
|
|
7
|
+
exports.AutomationThrottleScope = {
|
|
8
|
+
User: "user",
|
|
9
|
+
Global: "global",
|
|
10
|
+
Dynamic: "dynamic",
|
|
11
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Courier from "../../..";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* action: "throttle",
|
|
9
|
+
* max_allowed: 1,
|
|
10
|
+
* period: "PT5M",
|
|
11
|
+
* scope: Courier.AutomationThrottleScope.Dynamic,
|
|
12
|
+
* throttle_key: "refs.data.throttle_key",
|
|
13
|
+
* should_alert: false,
|
|
14
|
+
* on_throttle: {
|
|
15
|
+
* $node_id: "on-throttle-node-ref"
|
|
16
|
+
* }
|
|
17
|
+
* }
|
|
18
|
+
*/
|
|
19
|
+
export interface AutomationThrottleStep extends Courier.AutomationStep {
|
|
20
|
+
action: "throttle";
|
|
21
|
+
/** Maximum number of allowed notifications in that timeframe */
|
|
22
|
+
max_allowed: number;
|
|
23
|
+
/** Defines the throttle period which corresponds to the max_allowed. Specified as an ISO 8601 duration, https://en.wikipedia.org/wiki/ISO_8601#Durations */
|
|
24
|
+
period: string;
|
|
25
|
+
scope: Courier.AutomationThrottleScope;
|
|
26
|
+
/** If using scope=dynamic, provide the reference (e.g., refs.data.throttle_key) to the how the throttle should be identified */
|
|
27
|
+
throttle_key?: string;
|
|
28
|
+
/** Value must be true */
|
|
29
|
+
should_alert: false;
|
|
30
|
+
on_throttle: Courier.AutomationThrottleOnThrottle;
|
|
31
|
+
}
|
|
@@ -1,13 +1,25 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./AccessorType";
|
|
2
2
|
export * from "./MergeAlgorithm";
|
|
3
3
|
export * from "./AutomationRunContext";
|
|
4
4
|
export * from "./AutomationStep";
|
|
5
|
+
export * from "./AutomationAddToBatchScope";
|
|
6
|
+
export * from "./AutomationAddToBatchStep";
|
|
7
|
+
export * from "./AutomationAddToBatchMaxItemsType";
|
|
8
|
+
export * from "./AutomationAddToBatchRetainType";
|
|
9
|
+
export * from "./AutomationFetchDataWebhookMethod";
|
|
10
|
+
export * from "./AutomationFetchDataWebhook";
|
|
11
|
+
export * from "./AutomationThrottleScope";
|
|
12
|
+
export * from "./AutomationThrottleOnThrottle";
|
|
13
|
+
export * from "./AutomationAddToBatchRetain";
|
|
14
|
+
export * from "./AutomationAddToDigestStep";
|
|
5
15
|
export * from "./AutomationCancelStep";
|
|
6
16
|
export * from "./AutomationDelayStep";
|
|
17
|
+
export * from "./AutomationFetchDataStep";
|
|
7
18
|
export * from "./AutomationInvokeStep";
|
|
8
19
|
export * from "./AutomationSendStep";
|
|
9
20
|
export * from "./AutomationV2SendStep";
|
|
10
21
|
export * from "./AutomationSendListStep";
|
|
22
|
+
export * from "./AutomationThrottleStep";
|
|
11
23
|
export * from "./AutomationUpdateProfileStep";
|
|
12
24
|
export * from "./AutomationStepOption";
|
|
13
25
|
export * from "./Automation";
|
|
@@ -14,16 +14,28 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./AccessorType"), exports);
|
|
18
18
|
__exportStar(require("./MergeAlgorithm"), exports);
|
|
19
19
|
__exportStar(require("./AutomationRunContext"), exports);
|
|
20
20
|
__exportStar(require("./AutomationStep"), exports);
|
|
21
|
+
__exportStar(require("./AutomationAddToBatchScope"), exports);
|
|
22
|
+
__exportStar(require("./AutomationAddToBatchStep"), exports);
|
|
23
|
+
__exportStar(require("./AutomationAddToBatchMaxItemsType"), exports);
|
|
24
|
+
__exportStar(require("./AutomationAddToBatchRetainType"), exports);
|
|
25
|
+
__exportStar(require("./AutomationFetchDataWebhookMethod"), exports);
|
|
26
|
+
__exportStar(require("./AutomationFetchDataWebhook"), exports);
|
|
27
|
+
__exportStar(require("./AutomationThrottleScope"), exports);
|
|
28
|
+
__exportStar(require("./AutomationThrottleOnThrottle"), exports);
|
|
29
|
+
__exportStar(require("./AutomationAddToBatchRetain"), exports);
|
|
30
|
+
__exportStar(require("./AutomationAddToDigestStep"), exports);
|
|
21
31
|
__exportStar(require("./AutomationCancelStep"), exports);
|
|
22
32
|
__exportStar(require("./AutomationDelayStep"), exports);
|
|
33
|
+
__exportStar(require("./AutomationFetchDataStep"), exports);
|
|
23
34
|
__exportStar(require("./AutomationInvokeStep"), exports);
|
|
24
35
|
__exportStar(require("./AutomationSendStep"), exports);
|
|
25
36
|
__exportStar(require("./AutomationV2SendStep"), exports);
|
|
26
37
|
__exportStar(require("./AutomationSendListStep"), exports);
|
|
38
|
+
__exportStar(require("./AutomationThrottleStep"), exports);
|
|
27
39
|
__exportStar(require("./AutomationUpdateProfileStep"), exports);
|
|
28
40
|
__exportStar(require("./AutomationStepOption"), exports);
|
|
29
41
|
__exportStar(require("./Automation"), exports);
|
|
@@ -63,7 +63,7 @@ class Brands {
|
|
|
63
63
|
Authorization: yield this._getAuthorizationHeader(),
|
|
64
64
|
"X-Fern-Language": "JavaScript",
|
|
65
65
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
66
|
-
"X-Fern-SDK-Version": "v6.
|
|
66
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
67
67
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
68
68
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
69
69
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -120,7 +120,7 @@ class Brands {
|
|
|
120
120
|
Authorization: yield this._getAuthorizationHeader(),
|
|
121
121
|
"X-Fern-Language": "JavaScript",
|
|
122
122
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
123
|
-
"X-Fern-SDK-Version": "v6.
|
|
123
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
124
124
|
},
|
|
125
125
|
contentType: "application/json",
|
|
126
126
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -168,7 +168,7 @@ class Brands {
|
|
|
168
168
|
Authorization: yield this._getAuthorizationHeader(),
|
|
169
169
|
"X-Fern-Language": "JavaScript",
|
|
170
170
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
171
|
-
"X-Fern-SDK-Version": "v6.
|
|
171
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
172
172
|
},
|
|
173
173
|
contentType: "application/json",
|
|
174
174
|
queryParameters: _queryParams,
|
|
@@ -213,7 +213,7 @@ class Brands {
|
|
|
213
213
|
Authorization: yield this._getAuthorizationHeader(),
|
|
214
214
|
"X-Fern-Language": "JavaScript",
|
|
215
215
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
216
|
-
"X-Fern-SDK-Version": "v6.
|
|
216
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
217
217
|
},
|
|
218
218
|
contentType: "application/json",
|
|
219
219
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -261,7 +261,7 @@ class Brands {
|
|
|
261
261
|
Authorization: yield this._getAuthorizationHeader(),
|
|
262
262
|
"X-Fern-Language": "JavaScript",
|
|
263
263
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
264
|
-
"X-Fern-SDK-Version": "v6.
|
|
264
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
265
265
|
},
|
|
266
266
|
contentType: "application/json",
|
|
267
267
|
body: request,
|
|
@@ -61,7 +61,7 @@ class Bulk {
|
|
|
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
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
66
66
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
67
67
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -114,7 +114,7 @@ class Bulk {
|
|
|
114
114
|
Authorization: yield this._getAuthorizationHeader(),
|
|
115
115
|
"X-Fern-Language": "JavaScript",
|
|
116
116
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
117
|
-
"X-Fern-SDK-Version": "v6.
|
|
117
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
118
118
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
119
119
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
120
120
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -163,7 +163,7 @@ class Bulk {
|
|
|
163
163
|
Authorization: yield this._getAuthorizationHeader(),
|
|
164
164
|
"X-Fern-Language": "JavaScript",
|
|
165
165
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
166
|
-
"X-Fern-SDK-Version": "v6.
|
|
166
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
167
167
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
168
168
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
169
169
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -216,7 +216,7 @@ class Bulk {
|
|
|
216
216
|
Authorization: yield this._getAuthorizationHeader(),
|
|
217
217
|
"X-Fern-Language": "JavaScript",
|
|
218
218
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
219
|
-
"X-Fern-SDK-Version": "v6.
|
|
219
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
220
220
|
},
|
|
221
221
|
contentType: "application/json",
|
|
222
222
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -265,7 +265,7 @@ class Bulk {
|
|
|
265
265
|
Authorization: yield this._getAuthorizationHeader(),
|
|
266
266
|
"X-Fern-Language": "JavaScript",
|
|
267
267
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
268
|
-
"X-Fern-SDK-Version": "v6.
|
|
268
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
269
269
|
},
|
|
270
270
|
contentType: "application/json",
|
|
271
271
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -31,7 +31,7 @@ export declare class Lists {
|
|
|
31
31
|
* Returns a list based on the list ID provided.
|
|
32
32
|
* @throws {@link Courier.NotFoundError}
|
|
33
33
|
*/
|
|
34
|
-
get(listId: string,
|
|
34
|
+
get(listId: string, requestOptions?: Lists.RequestOptions): Promise<Courier.List>;
|
|
35
35
|
/**
|
|
36
36
|
* Create or replace an existing list with the supplied values.
|
|
37
37
|
*/
|
|
@@ -70,7 +70,7 @@ class Lists {
|
|
|
70
70
|
Authorization: yield this._getAuthorizationHeader(),
|
|
71
71
|
"X-Fern-Language": "JavaScript",
|
|
72
72
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
73
|
-
"X-Fern-SDK-Version": "v6.
|
|
73
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
74
74
|
},
|
|
75
75
|
contentType: "application/json",
|
|
76
76
|
queryParameters: _queryParams,
|
|
@@ -110,17 +110,9 @@ class Lists {
|
|
|
110
110
|
* Returns a list based on the list ID provided.
|
|
111
111
|
* @throws {@link Courier.NotFoundError}
|
|
112
112
|
*/
|
|
113
|
-
get(listId,
|
|
113
|
+
get(listId, requestOptions) {
|
|
114
114
|
var _a, _b;
|
|
115
115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
116
|
-
const { cursor, pattern } = request;
|
|
117
|
-
const _queryParams = {};
|
|
118
|
-
if (cursor != null) {
|
|
119
|
-
_queryParams["cursor"] = cursor;
|
|
120
|
-
}
|
|
121
|
-
if (pattern != null) {
|
|
122
|
-
_queryParams["pattern"] = pattern;
|
|
123
|
-
}
|
|
124
116
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
125
117
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CourierEnvironment.Production, `/lists/${listId}`),
|
|
126
118
|
method: "GET",
|
|
@@ -128,10 +120,9 @@ class Lists {
|
|
|
128
120
|
Authorization: yield this._getAuthorizationHeader(),
|
|
129
121
|
"X-Fern-Language": "JavaScript",
|
|
130
122
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
131
|
-
"X-Fern-SDK-Version": "v6.
|
|
123
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
132
124
|
},
|
|
133
125
|
contentType: "application/json",
|
|
134
|
-
queryParameters: _queryParams,
|
|
135
126
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
136
127
|
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
137
128
|
});
|
|
@@ -177,7 +168,7 @@ class Lists {
|
|
|
177
168
|
Authorization: yield this._getAuthorizationHeader(),
|
|
178
169
|
"X-Fern-Language": "JavaScript",
|
|
179
170
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
180
|
-
"X-Fern-SDK-Version": "v6.
|
|
171
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
181
172
|
},
|
|
182
173
|
contentType: "application/json",
|
|
183
174
|
body: request,
|
|
@@ -221,7 +212,7 @@ class Lists {
|
|
|
221
212
|
Authorization: yield this._getAuthorizationHeader(),
|
|
222
213
|
"X-Fern-Language": "JavaScript",
|
|
223
214
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
224
|
-
"X-Fern-SDK-Version": "v6.
|
|
215
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
225
216
|
},
|
|
226
217
|
contentType: "application/json",
|
|
227
218
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -264,7 +255,7 @@ class Lists {
|
|
|
264
255
|
Authorization: yield this._getAuthorizationHeader(),
|
|
265
256
|
"X-Fern-Language": "JavaScript",
|
|
266
257
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
267
|
-
"X-Fern-SDK-Version": "v6.
|
|
258
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
268
259
|
},
|
|
269
260
|
contentType: "application/json",
|
|
270
261
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -313,7 +304,7 @@ class Lists {
|
|
|
313
304
|
Authorization: yield this._getAuthorizationHeader(),
|
|
314
305
|
"X-Fern-Language": "JavaScript",
|
|
315
306
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
316
|
-
"X-Fern-SDK-Version": "v6.
|
|
307
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
317
308
|
},
|
|
318
309
|
contentType: "application/json",
|
|
319
310
|
queryParameters: _queryParams,
|
|
@@ -363,7 +354,7 @@ class Lists {
|
|
|
363
354
|
Authorization: yield this._getAuthorizationHeader(),
|
|
364
355
|
"X-Fern-Language": "JavaScript",
|
|
365
356
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
366
|
-
"X-Fern-SDK-Version": "v6.
|
|
357
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
367
358
|
},
|
|
368
359
|
contentType: "application/json",
|
|
369
360
|
body: request,
|
|
@@ -413,7 +404,7 @@ class Lists {
|
|
|
413
404
|
Authorization: yield this._getAuthorizationHeader(),
|
|
414
405
|
"X-Fern-Language": "JavaScript",
|
|
415
406
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
416
|
-
"X-Fern-SDK-Version": "v6.
|
|
407
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
417
408
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
418
409
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
419
410
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -466,7 +457,7 @@ class Lists {
|
|
|
466
457
|
Authorization: yield this._getAuthorizationHeader(),
|
|
467
458
|
"X-Fern-Language": "JavaScript",
|
|
468
459
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
469
|
-
"X-Fern-SDK-Version": "v6.
|
|
460
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
470
461
|
},
|
|
471
462
|
contentType: "application/json",
|
|
472
463
|
body: request,
|
|
@@ -511,7 +502,7 @@ class Lists {
|
|
|
511
502
|
Authorization: yield this._getAuthorizationHeader(),
|
|
512
503
|
"X-Fern-Language": "JavaScript",
|
|
513
504
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
514
|
-
"X-Fern-SDK-Version": "v6.
|
|
505
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
515
506
|
},
|
|
516
507
|
contentType: "application/json",
|
|
517
508
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
export * from "./List";
|
|
2
|
-
export * from "./RecipientSubscriptionsResponse";
|
|
3
2
|
export * from "./ListPutParams";
|
|
4
|
-
export * from "./ListGetAllParams";
|
|
5
3
|
export * from "./ListGetAllResponse";
|
|
6
|
-
export * from "./ListGetSubscriptionsParams";
|
|
7
4
|
export * from "./ListSubscriptionRecipient";
|
|
8
5
|
export * from "./ListGetSubscriptionsResponse";
|
|
9
|
-
export * from "./ListFindByRecipientIdParams";
|
|
10
|
-
export * from "./ListFindByRecipientIdResponse";
|
|
11
6
|
export * from "./PutSubscriptionsRecipient";
|