@bkper/bkper-api-types 5.35.0 → 5.36.0

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
@@ -213,6 +213,10 @@ declare namespace bkper {
213
213
  * The readme.md file as string
214
214
  */
215
215
  readme?: string;
216
+ /**
217
+ * The readme.md file as raw markdown string
218
+ */
219
+ readmeMd?: string;
216
220
  /**
217
221
  * Tell if the code repository is private
218
222
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.35.0",
3
+ "version": "5.36.0",
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
- }