@bkper/bkper-api-types 5.27.0 → 5.28.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 +0 -12
- 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
|
*/
|