@bkper/bkper-api-types 5.32.0 → 5.32.3

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/index.d.ts CHANGED
@@ -133,9 +133,13 @@ declare namespace bkper {
133
133
  */
134
134
  description?: string;
135
135
  /**
136
- * The developer email
136
+ * The developer email (deprecated, use developerEmails)
137
137
  */
138
138
  developerEmail?: string;
139
+ /**
140
+ * The developer emails, comma or space separated
141
+ */
142
+ developerEmails?: string;
139
143
  /**
140
144
  * Event types the App listen to
141
145
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.32.0",
3
+ "version": "5.32.3",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {
@@ -1,9 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "SlashCommand(/commit)"
5
- ],
6
- "deny": [],
7
- "ask": []
8
- }
9
- }