@trycourier/courier 6.1.0 → 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/api/resources/automations/types/AccessorType.d.ts +6 -0
- package/api/resources/automations/types/AccessorType.js +5 -0
- package/api/resources/automations/types/AutomationAddToBatchMaxItemsType.d.ts +4 -0
- package/api/resources/automations/types/AutomationAddToBatchMaxItemsType.js +5 -0
- package/api/resources/automations/types/AutomationAddToBatchRetain.d.ts +34 -0
- package/api/resources/automations/types/AutomationAddToBatchRetain.js +5 -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/AutomationAddToBatchStep.js +5 -0
- package/api/resources/automations/types/AutomationAddToDigestStep.d.ts +16 -0
- package/api/resources/automations/types/AutomationAddToDigestStep.js +5 -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/AutomationFetchDataStep.js +5 -0
- package/api/resources/automations/types/AutomationFetchDataWebhook.d.ts +11 -0
- package/api/resources/automations/types/AutomationFetchDataWebhook.js +5 -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/AutomationThrottleOnThrottle.js +5 -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/AutomationThrottleStep.js +5 -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.js +10 -10
- 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/BaseMessageSendTo.js +5 -0
- package/api/resources/send/types/ContentMessage.d.ts +1 -3
- package/api/resources/send/types/Recipient.d.ts +1 -1
- package/api/resources/send/types/RecipientData.d.ts +4 -0
- package/api/resources/send/types/RecipientData.js +5 -0
- 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.js +5 -5
- 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 +5 -5
- package/api/resources/users/resources/tokens/client/Client.js +5 -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/dist/api/resources/automations/types/AccessorType.d.ts +6 -0
- 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.js +10 -10
- 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/send/types/RecipientData.d.ts +4 -0
- 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.js +5 -5
- 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 +5 -5
- package/dist/api/resources/users/resources/tokens/client/Client.js +5 -5
- package/package.json +1 -1
- package/api/resources/automations/types/AutomationStepAction.d.ts +0 -12
- package/api/resources/automations/types/AutomationStepAction.js +0 -14
- package/dist/api/resources/automations/types/AutomationStepAction.d.ts +0 -12
- package/dist/api/resources/automations/types/AutomationStepAction.js +0 -14
|
@@ -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.1.
|
|
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.1.
|
|
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.1.
|
|
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.1.
|
|
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.1.
|
|
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.1.
|
|
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.1.
|
|
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.1.
|
|
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.1.
|
|
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.1.
|
|
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,
|
|
@@ -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.1.
|
|
73
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
74
74
|
},
|
|
75
75
|
contentType: "application/json",
|
|
76
76
|
queryParameters: _queryParams,
|
|
@@ -120,7 +120,7 @@ class Lists {
|
|
|
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.1.
|
|
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 Lists {
|
|
|
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.1.
|
|
171
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
172
172
|
},
|
|
173
173
|
contentType: "application/json",
|
|
174
174
|
body: request,
|
|
@@ -212,7 +212,7 @@ class Lists {
|
|
|
212
212
|
Authorization: yield this._getAuthorizationHeader(),
|
|
213
213
|
"X-Fern-Language": "JavaScript",
|
|
214
214
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
215
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
215
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
216
216
|
},
|
|
217
217
|
contentType: "application/json",
|
|
218
218
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -255,7 +255,7 @@ class Lists {
|
|
|
255
255
|
Authorization: yield this._getAuthorizationHeader(),
|
|
256
256
|
"X-Fern-Language": "JavaScript",
|
|
257
257
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
258
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
258
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
259
259
|
},
|
|
260
260
|
contentType: "application/json",
|
|
261
261
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -304,7 +304,7 @@ class Lists {
|
|
|
304
304
|
Authorization: yield this._getAuthorizationHeader(),
|
|
305
305
|
"X-Fern-Language": "JavaScript",
|
|
306
306
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
307
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
307
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
308
308
|
},
|
|
309
309
|
contentType: "application/json",
|
|
310
310
|
queryParameters: _queryParams,
|
|
@@ -354,7 +354,7 @@ class Lists {
|
|
|
354
354
|
Authorization: yield this._getAuthorizationHeader(),
|
|
355
355
|
"X-Fern-Language": "JavaScript",
|
|
356
356
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
357
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
357
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
358
358
|
},
|
|
359
359
|
contentType: "application/json",
|
|
360
360
|
body: request,
|
|
@@ -404,7 +404,7 @@ class Lists {
|
|
|
404
404
|
Authorization: yield this._getAuthorizationHeader(),
|
|
405
405
|
"X-Fern-Language": "JavaScript",
|
|
406
406
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
407
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
407
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
408
408
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
409
409
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
410
410
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -457,7 +457,7 @@ class Lists {
|
|
|
457
457
|
Authorization: yield this._getAuthorizationHeader(),
|
|
458
458
|
"X-Fern-Language": "JavaScript",
|
|
459
459
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
460
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
460
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
461
461
|
},
|
|
462
462
|
contentType: "application/json",
|
|
463
463
|
body: request,
|
|
@@ -502,7 +502,7 @@ class Lists {
|
|
|
502
502
|
Authorization: yield this._getAuthorizationHeader(),
|
|
503
503
|
"X-Fern-Language": "JavaScript",
|
|
504
504
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
505
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
505
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
506
506
|
},
|
|
507
507
|
contentType: "application/json",
|
|
508
508
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -54,7 +54,7 @@ class Messages {
|
|
|
54
54
|
list(request = {}, requestOptions) {
|
|
55
55
|
var _a, _b;
|
|
56
56
|
return __awaiter(this, void 0, void 0, function* () {
|
|
57
|
-
const { archived, cursor, event, list, messageId, notification, recipient, status, tags, enqueued_after: enqueuedAfter, traceId, } = request;
|
|
57
|
+
const { archived, cursor, event, list, message_id: messageId, messageId: messageId_, notification, provider, recipient, status, tag, tags, tenant_id: tenantId, enqueued_after: enqueuedAfter, trace_id: traceId, traceId: traceId_, } = request;
|
|
58
58
|
const _queryParams = {};
|
|
59
59
|
if (archived != null) {
|
|
60
60
|
_queryParams["archived"] = archived.toString();
|
|
@@ -68,26 +68,56 @@ class Messages {
|
|
|
68
68
|
if (list != null) {
|
|
69
69
|
_queryParams["list"] = list;
|
|
70
70
|
}
|
|
71
|
-
if (
|
|
72
|
-
_queryParams["
|
|
71
|
+
if (messageId_ != null) {
|
|
72
|
+
_queryParams["message_id"] = messageId_;
|
|
73
|
+
}
|
|
74
|
+
if (messageId_ != null) {
|
|
75
|
+
_queryParams["messageId"] = messageId_;
|
|
73
76
|
}
|
|
74
77
|
if (notification != null) {
|
|
75
78
|
_queryParams["notification"] = notification;
|
|
76
79
|
}
|
|
80
|
+
if (provider != null) {
|
|
81
|
+
if (Array.isArray(provider)) {
|
|
82
|
+
_queryParams["provider"] = provider.map((item) => item);
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
_queryParams["provider"] = provider;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
77
88
|
if (recipient != null) {
|
|
78
89
|
_queryParams["recipient"] = recipient;
|
|
79
90
|
}
|
|
80
91
|
if (status != null) {
|
|
81
|
-
|
|
92
|
+
if (Array.isArray(status)) {
|
|
93
|
+
_queryParams["status"] = status.map((item) => item);
|
|
94
|
+
}
|
|
95
|
+
else {
|
|
96
|
+
_queryParams["status"] = status;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
if (tag != null) {
|
|
100
|
+
if (Array.isArray(tag)) {
|
|
101
|
+
_queryParams["tag"] = tag.map((item) => item);
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
_queryParams["tag"] = tag;
|
|
105
|
+
}
|
|
82
106
|
}
|
|
83
107
|
if (tags != null) {
|
|
84
108
|
_queryParams["tags"] = tags;
|
|
85
109
|
}
|
|
110
|
+
if (tenantId != null) {
|
|
111
|
+
_queryParams["tenant_id"] = tenantId;
|
|
112
|
+
}
|
|
86
113
|
if (enqueuedAfter != null) {
|
|
87
114
|
_queryParams["enqueued_after"] = enqueuedAfter;
|
|
88
115
|
}
|
|
89
|
-
if (
|
|
90
|
-
_queryParams["
|
|
116
|
+
if (traceId_ != null) {
|
|
117
|
+
_queryParams["trace_id"] = traceId_;
|
|
118
|
+
}
|
|
119
|
+
if (traceId_ != null) {
|
|
120
|
+
_queryParams["traceId"] = traceId_;
|
|
91
121
|
}
|
|
92
122
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
93
123
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.CourierEnvironment.Production, "messages"),
|
|
@@ -96,7 +126,7 @@ class Messages {
|
|
|
96
126
|
Authorization: yield this._getAuthorizationHeader(),
|
|
97
127
|
"X-Fern-Language": "JavaScript",
|
|
98
128
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
99
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
129
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
100
130
|
},
|
|
101
131
|
contentType: "application/json",
|
|
102
132
|
queryParameters: _queryParams,
|
|
@@ -142,7 +172,7 @@ class Messages {
|
|
|
142
172
|
Authorization: yield this._getAuthorizationHeader(),
|
|
143
173
|
"X-Fern-Language": "JavaScript",
|
|
144
174
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
145
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
175
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
146
176
|
},
|
|
147
177
|
contentType: "application/json",
|
|
148
178
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -192,7 +222,7 @@ class Messages {
|
|
|
192
222
|
Authorization: yield this._getAuthorizationHeader(),
|
|
193
223
|
"X-Fern-Language": "JavaScript",
|
|
194
224
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
195
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
225
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
196
226
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
197
227
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
198
228
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -246,7 +276,7 @@ class Messages {
|
|
|
246
276
|
Authorization: yield this._getAuthorizationHeader(),
|
|
247
277
|
"X-Fern-Language": "JavaScript",
|
|
248
278
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
249
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
279
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
250
280
|
},
|
|
251
281
|
contentType: "application/json",
|
|
252
282
|
queryParameters: _queryParams,
|
|
@@ -298,7 +328,7 @@ class Messages {
|
|
|
298
328
|
Authorization: yield this._getAuthorizationHeader(),
|
|
299
329
|
"X-Fern-Language": "JavaScript",
|
|
300
330
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
301
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
331
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
302
332
|
},
|
|
303
333
|
contentType: "application/json",
|
|
304
334
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -345,7 +375,7 @@ class Messages {
|
|
|
345
375
|
Authorization: yield this._getAuthorizationHeader(),
|
|
346
376
|
"X-Fern-Language": "JavaScript",
|
|
347
377
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
348
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
378
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
349
379
|
},
|
|
350
380
|
contentType: "application/json",
|
|
351
381
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -7,7 +7,7 @@ export interface ListMessagesRequest {
|
|
|
7
7
|
*/
|
|
8
8
|
archived?: boolean;
|
|
9
9
|
/**
|
|
10
|
-
* A unique identifier that allows for fetching the next set of
|
|
10
|
+
* A unique identifier that allows for fetching the next set of messages.
|
|
11
11
|
*/
|
|
12
12
|
cursor?: string;
|
|
13
13
|
/**
|
|
@@ -18,6 +18,10 @@ export interface ListMessagesRequest {
|
|
|
18
18
|
* A unique identifier representing the list the message was sent to.
|
|
19
19
|
*/
|
|
20
20
|
list?: string;
|
|
21
|
+
/**
|
|
22
|
+
* A unique identifier representing the message_id returned from either /send or /send/list.
|
|
23
|
+
*/
|
|
24
|
+
message_id?: string;
|
|
21
25
|
/**
|
|
22
26
|
* A unique identifier representing the message_id returned from either /send or /send/list.
|
|
23
27
|
*/
|
|
@@ -26,22 +30,38 @@ export interface ListMessagesRequest {
|
|
|
26
30
|
* A unique identifier representing the notification that was used to send the event.
|
|
27
31
|
*/
|
|
28
32
|
notification?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The key assocated to the provider you want to filter on. E.g., sendgrid, inbox, twilio, slack, msteams, etc. Allows multiple values to be set in query parameters.
|
|
35
|
+
*/
|
|
36
|
+
provider?: string | string[];
|
|
29
37
|
/**
|
|
30
38
|
* A unique identifier representing the recipient associated with the requested profile.
|
|
31
39
|
*/
|
|
32
40
|
recipient?: string;
|
|
33
41
|
/**
|
|
34
|
-
* An indicator of the current status of the message.
|
|
42
|
+
* An indicator of the current status of the message. Allows multiple values to be set in query parameters.
|
|
43
|
+
*/
|
|
44
|
+
status?: string | string[];
|
|
45
|
+
/**
|
|
46
|
+
* A tag placed in the metadata.tags during a notification send. Allows multiple values to be set in query parameters.
|
|
35
47
|
*/
|
|
36
|
-
|
|
48
|
+
tag?: string | string[];
|
|
37
49
|
/**
|
|
38
50
|
* A comma delimited list of 'tags'. Messages will be returned if they match any of the tags passed in.
|
|
39
51
|
*/
|
|
40
52
|
tags?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Messages sent with the context of a Tenant
|
|
55
|
+
*/
|
|
56
|
+
tenant_id?: string;
|
|
41
57
|
/**
|
|
42
58
|
* The enqueued datetime of a message to filter out messages received before.
|
|
43
59
|
*/
|
|
44
60
|
enqueued_after?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The unique identifier used to trace the requests
|
|
63
|
+
*/
|
|
64
|
+
trace_id?: string;
|
|
45
65
|
/**
|
|
46
66
|
* The unique identifier used to trace the requests
|
|
47
67
|
*/
|
|
@@ -20,6 +20,9 @@ export declare type MessageStatus =
|
|
|
20
20
|
/**
|
|
21
21
|
* The message has been accepted by the provider. */
|
|
22
22
|
| "SENT"
|
|
23
|
+
/**
|
|
24
|
+
* The message was throttled by Courier. */
|
|
25
|
+
| "THROTTLED"
|
|
23
26
|
/**
|
|
24
27
|
* The message could not be delivered to at least one provider, or the provider could not deliver the message to the recipient. This can happen for multiple reasons: an error, insufficient profile data, invalid notification setup, invalid integration configuration, etc. */
|
|
25
28
|
| "UNDELIVERABLE"
|
|
@@ -36,6 +39,7 @@ export declare const MessageStatus: {
|
|
|
36
39
|
readonly Opened: "OPENED";
|
|
37
40
|
readonly Canceled: "CANCELED";
|
|
38
41
|
readonly Sent: "SENT";
|
|
42
|
+
readonly Throttled: "THROTTLED";
|
|
39
43
|
readonly Undeliverable: "UNDELIVERABLE";
|
|
40
44
|
readonly Unmapped: "UNMAPPED";
|
|
41
45
|
readonly Unroutable: "UNROUTABLE";
|
|
@@ -62,7 +62,7 @@ class Notifications {
|
|
|
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.1.
|
|
65
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
66
66
|
},
|
|
67
67
|
contentType: "application/json",
|
|
68
68
|
queryParameters: _queryParams,
|
|
@@ -103,7 +103,7 @@ class Notifications {
|
|
|
103
103
|
Authorization: yield this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
106
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
106
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
107
107
|
},
|
|
108
108
|
contentType: "application/json",
|
|
109
109
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -143,7 +143,7 @@ class Notifications {
|
|
|
143
143
|
Authorization: yield this._getAuthorizationHeader(),
|
|
144
144
|
"X-Fern-Language": "JavaScript",
|
|
145
145
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
146
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
146
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
147
147
|
},
|
|
148
148
|
contentType: "application/json",
|
|
149
149
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -183,7 +183,7 @@ class Notifications {
|
|
|
183
183
|
Authorization: yield this._getAuthorizationHeader(),
|
|
184
184
|
"X-Fern-Language": "JavaScript",
|
|
185
185
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
186
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
186
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
187
187
|
},
|
|
188
188
|
contentType: "application/json",
|
|
189
189
|
body: request,
|
|
@@ -224,7 +224,7 @@ class Notifications {
|
|
|
224
224
|
Authorization: yield this._getAuthorizationHeader(),
|
|
225
225
|
"X-Fern-Language": "JavaScript",
|
|
226
226
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
227
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
227
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
228
228
|
},
|
|
229
229
|
contentType: "application/json",
|
|
230
230
|
body: request,
|
|
@@ -265,7 +265,7 @@ class Notifications {
|
|
|
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.1.
|
|
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,
|
|
@@ -305,7 +305,7 @@ class Notifications {
|
|
|
305
305
|
Authorization: yield this._getAuthorizationHeader(),
|
|
306
306
|
"X-Fern-Language": "JavaScript",
|
|
307
307
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
308
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
308
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
309
309
|
},
|
|
310
310
|
contentType: "application/json",
|
|
311
311
|
body: request,
|
|
@@ -346,7 +346,7 @@ class Notifications {
|
|
|
346
346
|
Authorization: yield this._getAuthorizationHeader(),
|
|
347
347
|
"X-Fern-Language": "JavaScript",
|
|
348
348
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
349
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
349
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
350
350
|
},
|
|
351
351
|
contentType: "application/json",
|
|
352
352
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -62,7 +62,7 @@ class Profiles {
|
|
|
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.1.
|
|
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 Profiles {
|
|
|
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.1.
|
|
114
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
115
115
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
116
116
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
117
117
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -168,7 +168,7 @@ class Profiles {
|
|
|
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.1.
|
|
171
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
172
172
|
},
|
|
173
173
|
contentType: "application/json",
|
|
174
174
|
body: request,
|
|
@@ -218,7 +218,7 @@ class Profiles {
|
|
|
218
218
|
Authorization: yield this._getAuthorizationHeader(),
|
|
219
219
|
"X-Fern-Language": "JavaScript",
|
|
220
220
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
221
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
221
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
222
222
|
},
|
|
223
223
|
contentType: "application/json",
|
|
224
224
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -272,7 +272,7 @@ class Profiles {
|
|
|
272
272
|
Authorization: yield this._getAuthorizationHeader(),
|
|
273
273
|
"X-Fern-Language": "JavaScript",
|
|
274
274
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
275
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
275
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
276
276
|
},
|
|
277
277
|
contentType: "application/json",
|
|
278
278
|
queryParameters: _queryParams,
|
|
@@ -322,7 +322,7 @@ class Profiles {
|
|
|
322
322
|
Authorization: yield this._getAuthorizationHeader(),
|
|
323
323
|
"X-Fern-Language": "JavaScript",
|
|
324
324
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
325
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
325
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
326
326
|
"Idempotency-Key": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey) != null ? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyKey : undefined,
|
|
327
327
|
"X-Idempotency-Expiration": (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry) != null
|
|
328
328
|
? requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.idempotencyExpiry.toString()
|
|
@@ -376,7 +376,7 @@ class Profiles {
|
|
|
376
376
|
Authorization: yield this._getAuthorizationHeader(),
|
|
377
377
|
"X-Fern-Language": "JavaScript",
|
|
378
378
|
"X-Fern-SDK-Name": "@trycourier/courier",
|
|
379
|
-
"X-Fern-SDK-Version": "v6.1.
|
|
379
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
380
380
|
},
|
|
381
381
|
contentType: "application/json",
|
|
382
382
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|
|
@@ -6,12 +6,10 @@ import * as Courier from "../../..";
|
|
|
6
6
|
* The message property has the following primary top-level properties. They define the destination and content of the message.
|
|
7
7
|
* Additional advanced configuration fields [are defined below](https://www.courier.com/docs/reference/send/message/#other-message-properties).
|
|
8
8
|
*/
|
|
9
|
-
export interface ContentMessage extends Courier.BaseMessage {
|
|
9
|
+
export interface ContentMessage extends Courier.BaseMessage, Courier.BaseMessageSendTo {
|
|
10
10
|
/**
|
|
11
11
|
* Describes the content of the message in a way that will work for email, push,
|
|
12
12
|
* chat, or any channel. Either this or template must be specified.
|
|
13
13
|
*/
|
|
14
14
|
content: Courier.Content;
|
|
15
|
-
/** The recipient or a list of recipients of the message */
|
|
16
|
-
to: Courier.MessageRecipient;
|
|
17
15
|
}
|
|
@@ -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 Recipient = Courier.AudienceRecipient | Courier.ListRecipient | Courier.ListPatternRecipient | Courier.UserRecipient | Courier.SlackRecipient | Courier.MsTeamsRecipient;
|
|
5
|
+
export declare type Recipient = Courier.AudienceRecipient | Courier.ListRecipient | Courier.ListPatternRecipient | Courier.UserRecipient | Courier.SlackRecipient | Courier.MsTeamsRecipient | Courier.RecipientData;
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Courier from "../../..";
|
|
5
|
-
export interface TemplateMessage extends Courier.BaseMessage {
|
|
5
|
+
export interface TemplateMessage extends Courier.BaseMessage, Courier.BaseMessageSendTo {
|
|
6
6
|
/**
|
|
7
7
|
* The id of the notification template to be rendered and sent to the recipient(s).
|
|
8
8
|
* This field or the content field must be supplied.
|
|
9
9
|
*/
|
|
10
10
|
template: string;
|
|
11
|
-
/** The recipient or a list of recipients of the message */
|
|
12
|
-
to: Courier.MessageRecipient;
|
|
13
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./Message";
|
|
2
2
|
export * from "./TemplateMessage";
|
|
3
3
|
export * from "./ContentMessage";
|
|
4
|
+
export * from "./BaseMessageSendTo";
|
|
4
5
|
export * from "./BaseMessage";
|
|
5
6
|
export * from "./MessageRecipient";
|
|
6
7
|
export * from "./Recipient";
|
|
@@ -17,6 +18,7 @@ export * from "./InvalidUserRecipient";
|
|
|
17
18
|
export * from "./UserRecipientType";
|
|
18
19
|
export * from "./UserRecipient";
|
|
19
20
|
export * from "./MessageData";
|
|
21
|
+
export * from "./RecipientData";
|
|
20
22
|
export * from "./AudienceFilter";
|
|
21
23
|
export * from "./MessageContext";
|
|
22
24
|
export * from "./ListFilter";
|
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./Message"), exports);
|
|
18
18
|
__exportStar(require("./TemplateMessage"), exports);
|
|
19
19
|
__exportStar(require("./ContentMessage"), exports);
|
|
20
|
+
__exportStar(require("./BaseMessageSendTo"), exports);
|
|
20
21
|
__exportStar(require("./BaseMessage"), exports);
|
|
21
22
|
__exportStar(require("./MessageRecipient"), exports);
|
|
22
23
|
__exportStar(require("./Recipient"), exports);
|
|
@@ -33,6 +34,7 @@ __exportStar(require("./InvalidUserRecipient"), exports);
|
|
|
33
34
|
__exportStar(require("./UserRecipientType"), exports);
|
|
34
35
|
__exportStar(require("./UserRecipient"), exports);
|
|
35
36
|
__exportStar(require("./MessageData"), exports);
|
|
37
|
+
__exportStar(require("./RecipientData"), exports);
|
|
36
38
|
__exportStar(require("./AudienceFilter"), exports);
|
|
37
39
|
__exportStar(require("./MessageContext"), exports);
|
|
38
40
|
__exportStar(require("./ListFilter"), exports);
|
|
@@ -65,7 +65,7 @@ class Templates {
|
|
|
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.1.
|
|
68
|
+
"X-Fern-SDK-Version": "v6.1.1",
|
|
69
69
|
},
|
|
70
70
|
contentType: "application/json",
|
|
71
71
|
queryParameters: _queryParams,
|