@bkper/bkper-api-types 5.27.0 → 5.29.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -12
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -124,18 +124,6 @@ declare namespace bkper {
124
124
  * Tell if this app is connectable by a user
125
125
  */
126
126
  connectable?: boolean;
127
- /**
128
- * The Conversation endpoint URL to respond to conversation messages
129
- */
130
- conversationUrl?: string;
131
- /**
132
- * The Conversation endpoint URL to respond to conversation messages in dev mode
133
- */
134
- conversationUrlDev?: string;
135
- /**
136
- * Tell if this app is conversational
137
- */
138
- conversational?: boolean;
139
127
  /**
140
128
  * Tell if the code app is deprecated
141
129
  */
@@ -726,6 +714,7 @@ declare namespace bkper {
726
714
  id?: string;
727
715
  lastUpdateMs?: string;
728
716
  logo?: string;
717
+ logoDark?: string;
729
718
  name?: string;
730
719
  normalizedName?: string;
731
720
  properties?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bkper/bkper-api-types",
3
- "version": "5.27.0",
3
+ "version": "5.29.0",
4
4
  "description": "Typescript definitions for Bkper REST API",
5
5
  "homepage": "https://api.bkper.com",
6
6
  "repository": {