@closerplatform/spinner-openapi 0.12.805 → 0.12.807
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/dist/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1160,7 +1160,6 @@ export declare namespace BotInfo {
|
|
|
1160
1160
|
*/
|
|
1161
1161
|
enum BotTypeEnum {
|
|
1162
1162
|
CloserBotType = "CloserBotType",
|
|
1163
|
-
DialogflowBotType = "DialogflowBotType",
|
|
1164
1163
|
LektaBotType = "LektaBotType"
|
|
1165
1164
|
}
|
|
1166
1165
|
}
|
|
@@ -1326,7 +1325,6 @@ export declare namespace ChangeBotTypeForm {
|
|
|
1326
1325
|
*/
|
|
1327
1326
|
enum BotTypeEnum {
|
|
1328
1327
|
CloserBotType = "CloserBotType",
|
|
1329
|
-
DialogflowBotType = "DialogflowBotType",
|
|
1330
1328
|
LektaBotType = "LektaBotType"
|
|
1331
1329
|
}
|
|
1332
1330
|
}
|
package/dist/api.js
CHANGED
|
@@ -174,7 +174,6 @@ var BotInfo;
|
|
|
174
174
|
let BotTypeEnum;
|
|
175
175
|
(function (BotTypeEnum) {
|
|
176
176
|
BotTypeEnum["CloserBotType"] = "CloserBotType";
|
|
177
|
-
BotTypeEnum["DialogflowBotType"] = "DialogflowBotType";
|
|
178
177
|
BotTypeEnum["LektaBotType"] = "LektaBotType";
|
|
179
178
|
})(BotTypeEnum = BotInfo.BotTypeEnum || (BotInfo.BotTypeEnum = {}));
|
|
180
179
|
})(BotInfo = exports.BotInfo || (exports.BotInfo = {}));
|
|
@@ -191,7 +190,6 @@ var ChangeBotTypeForm;
|
|
|
191
190
|
let BotTypeEnum;
|
|
192
191
|
(function (BotTypeEnum) {
|
|
193
192
|
BotTypeEnum["CloserBotType"] = "CloserBotType";
|
|
194
|
-
BotTypeEnum["DialogflowBotType"] = "DialogflowBotType";
|
|
195
193
|
BotTypeEnum["LektaBotType"] = "LektaBotType";
|
|
196
194
|
})(BotTypeEnum = ChangeBotTypeForm.BotTypeEnum || (ChangeBotTypeForm.BotTypeEnum = {}));
|
|
197
195
|
})(ChangeBotTypeForm = exports.ChangeBotTypeForm || (exports.ChangeBotTypeForm = {}));
|