Comparing version 3.1.4 to 3.2.0
# magicbell | ||
## 3.2.0 | ||
### Minor Changes | ||
- [#297](https://github.com/magicbell-io/magicbell-js/pull/297) [`feb3dd6`](https://github.com/magicbell-io/magicbell-js/commit/feb3dd69260d58e7ec0afa2c59b9466cfdfa7101) Thanks [@smeijer](https://github.com/smeijer)! - add description to recipients field | ||
## 3.1.4 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "magicbell", | ||
"version": "3.1.4", | ||
"version": "3.2.0", | ||
"description": "MagicBell API wrapper", | ||
@@ -60,4 +60,5 @@ "author": "MagicBell <bot@magicbell.io> (https://magicbell.com)", | ||
"json-schema-to-ts": "3.1.0", | ||
"ky": "npm:@smeijer/ky@^0.33.3" | ||
"ky": "npm:@smeijer/ky@^0.33.3", | ||
"url-join": "^4.0.1" | ||
} | ||
} |
@@ -65,2 +65,3 @@ export declare const CreateBroadcastsResponseSchema: { | ||
readonly type: "array"; | ||
readonly description: "Users to send the notification to. You can specify up to 1000 users in the request body. Recipient objects need to have at least one of the following attributes: email, external_id, matches, topic."; | ||
readonly nullable: false; | ||
@@ -436,2 +437,3 @@ readonly minItems: 1; | ||
readonly type: "array"; | ||
readonly description: "Users to send the notification to. You can specify up to 1000 users in the request body. Recipient objects need to have at least one of the following attributes: email, external_id, matches, topic."; | ||
readonly nullable: false; | ||
@@ -628,2 +630,3 @@ readonly minItems: 1; | ||
readonly type: "array"; | ||
readonly description: "Users to send the notification to. You can specify up to 1000 users in the request body. Recipient objects need to have at least one of the following attributes: email, external_id, matches, topic."; | ||
readonly nullable: false; | ||
@@ -630,0 +633,0 @@ readonly minItems: 1; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
918569
10595
5
+ Addedurl-join@^4.0.1
+ Addedurl-join@4.0.1(transitive)