@botpress/api 0.19.4 → 0.20.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/dist/index.js +369 -60
- package/dist/src/gen/state.d.ts +255 -2
- package/package.json +2 -2
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +284 -3
package/dist/index.js
CHANGED
|
@@ -68666,9 +68666,9 @@ var require_lib4 = __commonJS({
|
|
|
68666
68666
|
}
|
|
68667
68667
|
});
|
|
68668
68668
|
|
|
68669
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
68669
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/interopRequireDefault.js
|
|
68670
68670
|
var require_interopRequireDefault = __commonJS({
|
|
68671
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
68671
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/interopRequireDefault.js"(exports, module2) {
|
|
68672
68672
|
function _interopRequireDefault(obj) {
|
|
68673
68673
|
return obj && obj.__esModule ? obj : {
|
|
68674
68674
|
"default": obj
|
|
@@ -69365,9 +69365,9 @@ var require_api2 = __commonJS({
|
|
|
69365
69365
|
}
|
|
69366
69366
|
});
|
|
69367
69367
|
|
|
69368
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69368
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/typeof.js
|
|
69369
69369
|
var require_typeof = __commonJS({
|
|
69370
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69370
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/typeof.js"(exports, module2) {
|
|
69371
69371
|
function _typeof(o) {
|
|
69372
69372
|
"@babel/helpers - typeof";
|
|
69373
69373
|
return module2.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
@@ -69380,9 +69380,9 @@ var require_typeof = __commonJS({
|
|
|
69380
69380
|
}
|
|
69381
69381
|
});
|
|
69382
69382
|
|
|
69383
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69383
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/toPrimitive.js
|
|
69384
69384
|
var require_toPrimitive = __commonJS({
|
|
69385
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69385
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/toPrimitive.js"(exports, module2) {
|
|
69386
69386
|
var _typeof = require_typeof()["default"];
|
|
69387
69387
|
function toPrimitive(t, r) {
|
|
69388
69388
|
if ("object" != _typeof(t) || !t)
|
|
@@ -69400,22 +69400,22 @@ var require_toPrimitive = __commonJS({
|
|
|
69400
69400
|
}
|
|
69401
69401
|
});
|
|
69402
69402
|
|
|
69403
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69403
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/toPropertyKey.js
|
|
69404
69404
|
var require_toPropertyKey = __commonJS({
|
|
69405
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69405
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/toPropertyKey.js"(exports, module2) {
|
|
69406
69406
|
var _typeof = require_typeof()["default"];
|
|
69407
69407
|
var toPrimitive = require_toPrimitive();
|
|
69408
69408
|
function toPropertyKey(t) {
|
|
69409
69409
|
var i = toPrimitive(t, "string");
|
|
69410
|
-
return "symbol" == _typeof(i) ? i :
|
|
69410
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
69411
69411
|
}
|
|
69412
69412
|
module2.exports = toPropertyKey, module2.exports.__esModule = true, module2.exports["default"] = module2.exports;
|
|
69413
69413
|
}
|
|
69414
69414
|
});
|
|
69415
69415
|
|
|
69416
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69416
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/defineProperty.js
|
|
69417
69417
|
var require_defineProperty = __commonJS({
|
|
69418
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69418
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/defineProperty.js"(exports, module2) {
|
|
69419
69419
|
var toPropertyKey = require_toPropertyKey();
|
|
69420
69420
|
function _defineProperty(obj, key, value) {
|
|
69421
69421
|
key = toPropertyKey(key);
|
|
@@ -69435,9 +69435,9 @@ var require_defineProperty = __commonJS({
|
|
|
69435
69435
|
}
|
|
69436
69436
|
});
|
|
69437
69437
|
|
|
69438
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69438
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/arrayLikeToArray.js
|
|
69439
69439
|
var require_arrayLikeToArray = __commonJS({
|
|
69440
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69440
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/arrayLikeToArray.js"(exports, module2) {
|
|
69441
69441
|
function _arrayLikeToArray(arr, len) {
|
|
69442
69442
|
if (len == null || len > arr.length)
|
|
69443
69443
|
len = arr.length;
|
|
@@ -69449,9 +69449,9 @@ var require_arrayLikeToArray = __commonJS({
|
|
|
69449
69449
|
}
|
|
69450
69450
|
});
|
|
69451
69451
|
|
|
69452
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69452
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js
|
|
69453
69453
|
var require_arrayWithoutHoles = __commonJS({
|
|
69454
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69454
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"(exports, module2) {
|
|
69455
69455
|
var arrayLikeToArray = require_arrayLikeToArray();
|
|
69456
69456
|
function _arrayWithoutHoles(arr) {
|
|
69457
69457
|
if (Array.isArray(arr))
|
|
@@ -69461,9 +69461,9 @@ var require_arrayWithoutHoles = __commonJS({
|
|
|
69461
69461
|
}
|
|
69462
69462
|
});
|
|
69463
69463
|
|
|
69464
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69464
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/iterableToArray.js
|
|
69465
69465
|
var require_iterableToArray = __commonJS({
|
|
69466
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69466
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/iterableToArray.js"(exports, module2) {
|
|
69467
69467
|
function _iterableToArray(iter) {
|
|
69468
69468
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
69469
69469
|
return Array.from(iter);
|
|
@@ -69472,9 +69472,9 @@ var require_iterableToArray = __commonJS({
|
|
|
69472
69472
|
}
|
|
69473
69473
|
});
|
|
69474
69474
|
|
|
69475
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69475
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js
|
|
69476
69476
|
var require_unsupportedIterableToArray = __commonJS({
|
|
69477
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69477
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"(exports, module2) {
|
|
69478
69478
|
var arrayLikeToArray = require_arrayLikeToArray();
|
|
69479
69479
|
function _unsupportedIterableToArray(o, minLen) {
|
|
69480
69480
|
if (!o)
|
|
@@ -69493,9 +69493,9 @@ var require_unsupportedIterableToArray = __commonJS({
|
|
|
69493
69493
|
}
|
|
69494
69494
|
});
|
|
69495
69495
|
|
|
69496
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69496
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/nonIterableSpread.js
|
|
69497
69497
|
var require_nonIterableSpread = __commonJS({
|
|
69498
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69498
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/nonIterableSpread.js"(exports, module2) {
|
|
69499
69499
|
function _nonIterableSpread() {
|
|
69500
69500
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
69501
69501
|
}
|
|
@@ -69503,9 +69503,9 @@ var require_nonIterableSpread = __commonJS({
|
|
|
69503
69503
|
}
|
|
69504
69504
|
});
|
|
69505
69505
|
|
|
69506
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69506
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/toConsumableArray.js
|
|
69507
69507
|
var require_toConsumableArray = __commonJS({
|
|
69508
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69508
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/toConsumableArray.js"(exports, module2) {
|
|
69509
69509
|
var arrayWithoutHoles = require_arrayWithoutHoles();
|
|
69510
69510
|
var iterableToArray = require_iterableToArray();
|
|
69511
69511
|
var unsupportedIterableToArray = require_unsupportedIterableToArray();
|
|
@@ -69517,9 +69517,9 @@ var require_toConsumableArray = __commonJS({
|
|
|
69517
69517
|
}
|
|
69518
69518
|
});
|
|
69519
69519
|
|
|
69520
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69520
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/arrayWithHoles.js
|
|
69521
69521
|
var require_arrayWithHoles = __commonJS({
|
|
69522
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69522
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/arrayWithHoles.js"(exports, module2) {
|
|
69523
69523
|
function _arrayWithHoles(arr) {
|
|
69524
69524
|
if (Array.isArray(arr))
|
|
69525
69525
|
return arr;
|
|
@@ -69528,9 +69528,9 @@ var require_arrayWithHoles = __commonJS({
|
|
|
69528
69528
|
}
|
|
69529
69529
|
});
|
|
69530
69530
|
|
|
69531
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69531
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js
|
|
69532
69532
|
var require_iterableToArrayLimit = __commonJS({
|
|
69533
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69533
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"(exports, module2) {
|
|
69534
69534
|
function _iterableToArrayLimit(r, l) {
|
|
69535
69535
|
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
69536
69536
|
if (null != t) {
|
|
@@ -69561,9 +69561,9 @@ var require_iterableToArrayLimit = __commonJS({
|
|
|
69561
69561
|
}
|
|
69562
69562
|
});
|
|
69563
69563
|
|
|
69564
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69564
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/nonIterableRest.js
|
|
69565
69565
|
var require_nonIterableRest = __commonJS({
|
|
69566
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69566
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/nonIterableRest.js"(exports, module2) {
|
|
69567
69567
|
function _nonIterableRest() {
|
|
69568
69568
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
69569
69569
|
}
|
|
@@ -69571,9 +69571,9 @@ var require_nonIterableRest = __commonJS({
|
|
|
69571
69571
|
}
|
|
69572
69572
|
});
|
|
69573
69573
|
|
|
69574
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69574
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/slicedToArray.js
|
|
69575
69575
|
var require_slicedToArray = __commonJS({
|
|
69576
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69576
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/slicedToArray.js"(exports, module2) {
|
|
69577
69577
|
var arrayWithHoles = require_arrayWithHoles();
|
|
69578
69578
|
var iterableToArrayLimit = require_iterableToArrayLimit();
|
|
69579
69579
|
var unsupportedIterableToArray = require_unsupportedIterableToArray();
|
|
@@ -69646,9 +69646,9 @@ var require_utils2 = __commonJS({
|
|
|
69646
69646
|
}
|
|
69647
69647
|
});
|
|
69648
69648
|
|
|
69649
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69649
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js
|
|
69650
69650
|
var require_taggedTemplateLiteral = __commonJS({
|
|
69651
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69651
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js"(exports, module2) {
|
|
69652
69652
|
function _taggedTemplateLiteral(strings, raw) {
|
|
69653
69653
|
if (!raw) {
|
|
69654
69654
|
raw = strings.slice(0);
|
|
@@ -69663,9 +69663,9 @@ var require_taggedTemplateLiteral = __commonJS({
|
|
|
69663
69663
|
}
|
|
69664
69664
|
});
|
|
69665
69665
|
|
|
69666
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69666
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/classCallCheck.js
|
|
69667
69667
|
var require_classCallCheck = __commonJS({
|
|
69668
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69668
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/classCallCheck.js"(exports, module2) {
|
|
69669
69669
|
function _classCallCheck(instance, Constructor) {
|
|
69670
69670
|
if (!(instance instanceof Constructor)) {
|
|
69671
69671
|
throw new TypeError("Cannot call a class as a function");
|
|
@@ -69675,9 +69675,9 @@ var require_classCallCheck = __commonJS({
|
|
|
69675
69675
|
}
|
|
69676
69676
|
});
|
|
69677
69677
|
|
|
69678
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69678
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/createClass.js
|
|
69679
69679
|
var require_createClass = __commonJS({
|
|
69680
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69680
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/createClass.js"(exports, module2) {
|
|
69681
69681
|
var toPropertyKey = require_toPropertyKey();
|
|
69682
69682
|
function _defineProperties(target, props) {
|
|
69683
69683
|
for (var i = 0; i < props.length; i++) {
|
|
@@ -69703,9 +69703,9 @@ var require_createClass = __commonJS({
|
|
|
69703
69703
|
}
|
|
69704
69704
|
});
|
|
69705
69705
|
|
|
69706
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69706
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/setPrototypeOf.js
|
|
69707
69707
|
var require_setPrototypeOf = __commonJS({
|
|
69708
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69708
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/setPrototypeOf.js"(exports, module2) {
|
|
69709
69709
|
function _setPrototypeOf(o, p) {
|
|
69710
69710
|
module2.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
|
|
69711
69711
|
o2.__proto__ = p2;
|
|
@@ -69717,9 +69717,9 @@ var require_setPrototypeOf = __commonJS({
|
|
|
69717
69717
|
}
|
|
69718
69718
|
});
|
|
69719
69719
|
|
|
69720
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69720
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/inherits.js
|
|
69721
69721
|
var require_inherits2 = __commonJS({
|
|
69722
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69722
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/inherits.js"(exports, module2) {
|
|
69723
69723
|
var setPrototypeOf = require_setPrototypeOf();
|
|
69724
69724
|
function _inherits(subClass, superClass) {
|
|
69725
69725
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -69742,9 +69742,9 @@ var require_inherits2 = __commonJS({
|
|
|
69742
69742
|
}
|
|
69743
69743
|
});
|
|
69744
69744
|
|
|
69745
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69745
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/assertThisInitialized.js
|
|
69746
69746
|
var require_assertThisInitialized = __commonJS({
|
|
69747
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69747
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/assertThisInitialized.js"(exports, module2) {
|
|
69748
69748
|
function _assertThisInitialized(self2) {
|
|
69749
69749
|
if (self2 === void 0) {
|
|
69750
69750
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -69755,9 +69755,9 @@ var require_assertThisInitialized = __commonJS({
|
|
|
69755
69755
|
}
|
|
69756
69756
|
});
|
|
69757
69757
|
|
|
69758
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69758
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js
|
|
69759
69759
|
var require_possibleConstructorReturn = __commonJS({
|
|
69760
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69760
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"(exports, module2) {
|
|
69761
69761
|
var _typeof = require_typeof()["default"];
|
|
69762
69762
|
var assertThisInitialized = require_assertThisInitialized();
|
|
69763
69763
|
function _possibleConstructorReturn(self2, call) {
|
|
@@ -69772,9 +69772,9 @@ var require_possibleConstructorReturn = __commonJS({
|
|
|
69772
69772
|
}
|
|
69773
69773
|
});
|
|
69774
69774
|
|
|
69775
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
69775
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/getPrototypeOf.js
|
|
69776
69776
|
var require_getPrototypeOf = __commonJS({
|
|
69777
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
69777
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/getPrototypeOf.js"(exports, module2) {
|
|
69778
69778
|
function _getPrototypeOf(o) {
|
|
69779
69779
|
module2.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf2(o2) {
|
|
69780
69780
|
return o2.__proto__ || Object.getPrototypeOf(o2);
|
|
@@ -71682,9 +71682,9 @@ var require_pattern = __commonJS({
|
|
|
71682
71682
|
}
|
|
71683
71683
|
});
|
|
71684
71684
|
|
|
71685
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
71685
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/superPropBase.js
|
|
71686
71686
|
var require_superPropBase = __commonJS({
|
|
71687
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
71687
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/superPropBase.js"(exports, module2) {
|
|
71688
71688
|
var getPrototypeOf2 = require_getPrototypeOf();
|
|
71689
71689
|
function _superPropBase(object, property) {
|
|
71690
71690
|
while (!Object.prototype.hasOwnProperty.call(object, property)) {
|
|
@@ -71698,9 +71698,9 @@ var require_superPropBase = __commonJS({
|
|
|
71698
71698
|
}
|
|
71699
71699
|
});
|
|
71700
71700
|
|
|
71701
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.
|
|
71701
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/get.js
|
|
71702
71702
|
var require_get = __commonJS({
|
|
71703
|
-
"../../node_modules/.pnpm/@babel+runtime@7.
|
|
71703
|
+
"../../node_modules/.pnpm/@babel+runtime@7.24.1/node_modules/@babel/runtime/helpers/get.js"(exports, module2) {
|
|
71704
71704
|
var superPropBase = require_superPropBase();
|
|
71705
71705
|
function _get() {
|
|
71706
71706
|
if (typeof Reflect !== "undefined" && Reflect.get) {
|
|
@@ -259141,7 +259141,7 @@ __export(src_exports, {
|
|
|
259141
259141
|
});
|
|
259142
259142
|
module.exports = __toCommonJS(src_exports);
|
|
259143
259143
|
|
|
259144
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
259144
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.9.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
259145
259145
|
var import_zod_openapi = __toESM(require_src(), 1);
|
|
259146
259146
|
var import_zod_openapi2 = __toESM(require_src(), 1);
|
|
259147
259147
|
var import_chalk = __toESM(require_source(), 1);
|
|
@@ -259185,7 +259185,7 @@ var title = (str2) => {
|
|
|
259185
259185
|
return str2.split(/(?=[A-Z])|[\.\-\s_]/).map((s) => s.trim()).filter((s) => !!s).map((s) => capitalize(s.toLowerCase())).join(" ");
|
|
259186
259186
|
};
|
|
259187
259187
|
|
|
259188
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
259188
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.9.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
259189
259189
|
var import_decompress = __toESM(require_decompress(), 1);
|
|
259190
259190
|
var import_fs2 = __toESM(require("fs"), 1);
|
|
259191
259191
|
var import_promises = __toESM(require("fs/promises"), 1);
|
|
@@ -266428,7 +266428,7 @@ async function openapiTS(schema3, options = {}) {
|
|
|
266428
266428
|
}
|
|
266429
266429
|
var dist_default = openapiTS;
|
|
266430
266430
|
|
|
266431
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
266431
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.9.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
266432
266432
|
var import_zod_openapi3 = __toESM(require_src(), 1);
|
|
266433
266433
|
var import_openapi3_ts = __toESM(require_dist3(), 1);
|
|
266434
266434
|
var import_verror2 = __toESM(require_verror(), 1);
|
|
@@ -270070,7 +270070,7 @@ var z = /* @__PURE__ */ Object.freeze({
|
|
|
270070
270070
|
ZodError
|
|
270071
270071
|
});
|
|
270072
270072
|
|
|
270073
|
-
// ../../node_modules/.pnpm/@bpinternal+opapi@0.
|
|
270073
|
+
// ../../node_modules/.pnpm/@bpinternal+opapi@0.9.0_openapi-types@12.1.3/node_modules/@bpinternal/opapi/dist/index.mjs
|
|
270074
270074
|
var import_openapi_parser = __toESM(require_lib10(), 1);
|
|
270075
270075
|
var import_json_schema_to_typescript = __toESM(require_src3(), 1);
|
|
270076
270076
|
var import_zod_openapi4 = __toESM(require_src(), 1);
|
|
@@ -270197,7 +270197,7 @@ var generateParameterFields = ({
|
|
|
270197
270197
|
].filter((v) => !!v).join("\n");
|
|
270198
270198
|
var generateField = (name, type2, parameter, required) => ` '${name}': req.${type2}['${name}'] ${generateTypeAnnotation(parameter, required)},`;
|
|
270199
270199
|
var generateTypeAnnotation = (parameter, required) => {
|
|
270200
|
-
let typeAnnotation = "as";
|
|
270200
|
+
let typeAnnotation = "as unknown as";
|
|
270201
270201
|
const parameterType = parameter.type;
|
|
270202
270202
|
switch (parameterType) {
|
|
270203
270203
|
case "string":
|
|
@@ -270220,6 +270220,12 @@ var generateTypeAnnotation = (parameter, required) => {
|
|
|
270220
270220
|
case "boolean":
|
|
270221
270221
|
typeAnnotation += " boolean";
|
|
270222
270222
|
break;
|
|
270223
|
+
case "integer":
|
|
270224
|
+
typeAnnotation += " number";
|
|
270225
|
+
break;
|
|
270226
|
+
case "number":
|
|
270227
|
+
typeAnnotation += " number";
|
|
270228
|
+
break;
|
|
270223
270229
|
default:
|
|
270224
270230
|
throw new Error(`Unsupported parameter type: ${parameterType}`);
|
|
270225
270231
|
}
|
|
@@ -270925,7 +270931,7 @@ var createOpenapi = (state2) => {
|
|
|
270925
270931
|
}
|
|
270926
270932
|
if (operationObject.parameters) {
|
|
270927
270933
|
objects.entries(operationObject.parameters).forEach(([parameterName, parameter]) => {
|
|
270928
|
-
var _a2, _b, _c, _d;
|
|
270934
|
+
var _a2, _b, _c, _d, _e, _f;
|
|
270929
270935
|
const parameterType = parameter.type;
|
|
270930
270936
|
switch (parameterType) {
|
|
270931
270937
|
case "string":
|
|
@@ -270975,6 +270981,28 @@ var createOpenapi = (state2) => {
|
|
|
270975
270981
|
}
|
|
270976
270982
|
});
|
|
270977
270983
|
break;
|
|
270984
|
+
case "integer":
|
|
270985
|
+
(_e = operation.parameters) == null ? void 0 : _e.push({
|
|
270986
|
+
name: parameterName,
|
|
270987
|
+
in: parameter.in,
|
|
270988
|
+
description: parameter.description,
|
|
270989
|
+
required: parameter.required,
|
|
270990
|
+
schema: {
|
|
270991
|
+
type: "integer"
|
|
270992
|
+
}
|
|
270993
|
+
});
|
|
270994
|
+
break;
|
|
270995
|
+
case "number":
|
|
270996
|
+
(_f = operation.parameters) == null ? void 0 : _f.push({
|
|
270997
|
+
name: parameterName,
|
|
270998
|
+
in: parameter.in,
|
|
270999
|
+
description: parameter.description,
|
|
271000
|
+
required: parameter.required,
|
|
271001
|
+
schema: {
|
|
271002
|
+
type: "number"
|
|
271003
|
+
}
|
|
271004
|
+
});
|
|
271005
|
+
break;
|
|
270978
271006
|
default:
|
|
270979
271007
|
throw new import_verror2.default(`Parameter type ${parameterType} is not supported`);
|
|
270980
271008
|
}
|
|
@@ -278225,6 +278253,136 @@ var state = {
|
|
|
278225
278253
|
}
|
|
278226
278254
|
}
|
|
278227
278255
|
},
|
|
278256
|
+
"listIntegrationApiKeys": {
|
|
278257
|
+
"name": "listIntegrationApiKeys",
|
|
278258
|
+
"description": "List IAKs (Integration Api Keys) of an integration",
|
|
278259
|
+
"method": "get",
|
|
278260
|
+
"section": "integration",
|
|
278261
|
+
"path": "/v1/admin/integrations/iaks",
|
|
278262
|
+
"parameters": {
|
|
278263
|
+
"integrationVersionId": {
|
|
278264
|
+
"in": "query",
|
|
278265
|
+
"description": "ID of the integration version",
|
|
278266
|
+
"type": "string",
|
|
278267
|
+
"required": true
|
|
278268
|
+
}
|
|
278269
|
+
},
|
|
278270
|
+
"response": {
|
|
278271
|
+
"description": "Success",
|
|
278272
|
+
"schema": {
|
|
278273
|
+
"type": "object",
|
|
278274
|
+
"properties": {
|
|
278275
|
+
"iaks": {
|
|
278276
|
+
"type": "array",
|
|
278277
|
+
"items": {
|
|
278278
|
+
"type": "object",
|
|
278279
|
+
"properties": {
|
|
278280
|
+
"id": {
|
|
278281
|
+
"type": "string"
|
|
278282
|
+
},
|
|
278283
|
+
"createdAt": {
|
|
278284
|
+
"type": "string",
|
|
278285
|
+
"format": "date-time"
|
|
278286
|
+
},
|
|
278287
|
+
"note": {
|
|
278288
|
+
"type": "string"
|
|
278289
|
+
}
|
|
278290
|
+
},
|
|
278291
|
+
"required": [
|
|
278292
|
+
"id",
|
|
278293
|
+
"createdAt",
|
|
278294
|
+
"note"
|
|
278295
|
+
]
|
|
278296
|
+
}
|
|
278297
|
+
}
|
|
278298
|
+
},
|
|
278299
|
+
"required": [
|
|
278300
|
+
"iaks"
|
|
278301
|
+
],
|
|
278302
|
+
"title": "listIntegrationApiKeysResponse",
|
|
278303
|
+
"additionalProperties": false
|
|
278304
|
+
}
|
|
278305
|
+
}
|
|
278306
|
+
},
|
|
278307
|
+
"createIntegrationApiKey": {
|
|
278308
|
+
"name": "createIntegrationApiKey",
|
|
278309
|
+
"description": "Create an IAK",
|
|
278310
|
+
"method": "post",
|
|
278311
|
+
"section": "integration",
|
|
278312
|
+
"path": "/v1/admin/integrations/iaks",
|
|
278313
|
+
"requestBody": {
|
|
278314
|
+
"description": "IAK metadata",
|
|
278315
|
+
"schema": {
|
|
278316
|
+
"type": "object",
|
|
278317
|
+
"properties": {
|
|
278318
|
+
"integrationVersionId": {
|
|
278319
|
+
"type": "string"
|
|
278320
|
+
},
|
|
278321
|
+
"note": {
|
|
278322
|
+
"type": "string"
|
|
278323
|
+
}
|
|
278324
|
+
},
|
|
278325
|
+
"required": [
|
|
278326
|
+
"integrationVersionId"
|
|
278327
|
+
],
|
|
278328
|
+
"title": "createIntegrationApiKeyBody",
|
|
278329
|
+
"additionalProperties": false
|
|
278330
|
+
}
|
|
278331
|
+
},
|
|
278332
|
+
"response": {
|
|
278333
|
+
"description": "Success",
|
|
278334
|
+
"schema": {
|
|
278335
|
+
"type": "object",
|
|
278336
|
+
"properties": {
|
|
278337
|
+
"id": {
|
|
278338
|
+
"type": "string"
|
|
278339
|
+
},
|
|
278340
|
+
"createdAt": {
|
|
278341
|
+
"type": "string",
|
|
278342
|
+
"format": "date-time"
|
|
278343
|
+
},
|
|
278344
|
+
"note": {
|
|
278345
|
+
"type": "string"
|
|
278346
|
+
},
|
|
278347
|
+
"value": {
|
|
278348
|
+
"type": "string",
|
|
278349
|
+
"description": "The IAK value. This will only be returned here when created and cannot be retrieved later."
|
|
278350
|
+
}
|
|
278351
|
+
},
|
|
278352
|
+
"required": [
|
|
278353
|
+
"id",
|
|
278354
|
+
"createdAt",
|
|
278355
|
+
"note",
|
|
278356
|
+
"value"
|
|
278357
|
+
],
|
|
278358
|
+
"title": "createIntegrationApiKeyResponse",
|
|
278359
|
+
"additionalProperties": false
|
|
278360
|
+
}
|
|
278361
|
+
},
|
|
278362
|
+
"parameters": {}
|
|
278363
|
+
},
|
|
278364
|
+
"deleteIntegrationApiKey": {
|
|
278365
|
+
"name": "deleteIntegrationApiKey",
|
|
278366
|
+
"description": "Delete an IAK",
|
|
278367
|
+
"method": "delete",
|
|
278368
|
+
"section": "integration",
|
|
278369
|
+
"path": "/v1/admin/integrations/iaks/{id}",
|
|
278370
|
+
"parameters": {
|
|
278371
|
+
"id": {
|
|
278372
|
+
"type": "string",
|
|
278373
|
+
"description": "ID of Integration Api Key",
|
|
278374
|
+
"in": "path"
|
|
278375
|
+
}
|
|
278376
|
+
},
|
|
278377
|
+
"response": {
|
|
278378
|
+
"description": "Success",
|
|
278379
|
+
"schema": {
|
|
278380
|
+
"type": "object",
|
|
278381
|
+
"title": "deleteIntegrationApiKeyResponse",
|
|
278382
|
+
"additionalProperties": false
|
|
278383
|
+
}
|
|
278384
|
+
}
|
|
278385
|
+
},
|
|
278228
278386
|
"createIntegration": {
|
|
278229
278387
|
"name": "createIntegration",
|
|
278230
278388
|
"description": "Create integration",
|
|
@@ -279634,7 +279792,7 @@ var state = {
|
|
|
279634
279792
|
"in": "header"
|
|
279635
279793
|
},
|
|
279636
279794
|
"x-index": {
|
|
279637
|
-
"type": "
|
|
279795
|
+
"type": "boolean",
|
|
279638
279796
|
"description": 'Set to a value of "true" to index the file in vector storage. Only PDFs, Office documents, and text-based files are currently supported. Note that if a file is indexed, it will count towards the Vector Storage quota of the workspace rather than the File Storage quota.',
|
|
279639
279797
|
"in": "header"
|
|
279640
279798
|
},
|
|
@@ -280081,9 +280239,14 @@ var state = {
|
|
|
280081
280239
|
"description": "Query expressed in natural language to retrieve matching text passages within all files using semantical search.",
|
|
280082
280240
|
"required": true
|
|
280083
280241
|
},
|
|
280242
|
+
"contextDepth": {
|
|
280243
|
+
"in": "query",
|
|
280244
|
+
"type": "integer",
|
|
280245
|
+
"description": "The number of neighbor passages to prepend and append as surrounding context to the content of each returned passage. Default: 0, Maximum: 10"
|
|
280246
|
+
},
|
|
280084
280247
|
"limit": {
|
|
280085
280248
|
"in": "query",
|
|
280086
|
-
"type": "
|
|
280249
|
+
"type": "integer",
|
|
280087
280250
|
"description": "The maximum number of passages to return."
|
|
280088
280251
|
}
|
|
280089
280252
|
},
|
|
@@ -280211,6 +280374,83 @@ var state = {
|
|
|
280211
280374
|
}
|
|
280212
280375
|
}
|
|
280213
280376
|
},
|
|
280377
|
+
"getOrCreateTable": {
|
|
280378
|
+
"name": "getOrCreateTable",
|
|
280379
|
+
"path": "/v1/tables/{table}",
|
|
280380
|
+
"description": "Retrieves information about a specific table if it exists; otherwise, creates a new table based on the provided schema.",
|
|
280381
|
+
"parameters": {
|
|
280382
|
+
"table": {
|
|
280383
|
+
"type": "string",
|
|
280384
|
+
"description": "The table's name or unique identifier for targeting specific table operations.",
|
|
280385
|
+
"in": "path"
|
|
280386
|
+
}
|
|
280387
|
+
},
|
|
280388
|
+
"method": "post",
|
|
280389
|
+
"requestBody": {
|
|
280390
|
+
"description": "Schema defining the structure of the table",
|
|
280391
|
+
"schema": {
|
|
280392
|
+
"type": "object",
|
|
280393
|
+
"properties": {
|
|
280394
|
+
"factor": {
|
|
280395
|
+
"default": 1,
|
|
280396
|
+
"type": "number",
|
|
280397
|
+
"minimum": 1,
|
|
280398
|
+
"maximum": 30,
|
|
280399
|
+
"description": "The 'factor' multiplies the row's data storage limit by 4KB and its quota count, but can only be set at table creation and not modified later. For instance, a factor of 2 increases storage to 8KB but counts as 2 rows in your quota. The default factor is 1."
|
|
280400
|
+
},
|
|
280401
|
+
"schema": {
|
|
280402
|
+
"type": "object",
|
|
280403
|
+
"additionalProperties": true,
|
|
280404
|
+
"description": "Provide an object or a JSON schema to define the columns of the table. A maximum of 20 keys in the object/schema is allowed."
|
|
280405
|
+
},
|
|
280406
|
+
"tags": {
|
|
280407
|
+
"type": "object",
|
|
280408
|
+
"additionalProperties": {
|
|
280409
|
+
"type": "string"
|
|
280410
|
+
},
|
|
280411
|
+
"description": "Optional tags to help organize your tables. These should be passed here as an object representing key/value pairs."
|
|
280412
|
+
}
|
|
280413
|
+
},
|
|
280414
|
+
"required": [
|
|
280415
|
+
"schema"
|
|
280416
|
+
],
|
|
280417
|
+
"title": "getOrCreateTableBody",
|
|
280418
|
+
"additionalProperties": false
|
|
280419
|
+
}
|
|
280420
|
+
},
|
|
280421
|
+
"section": "tables",
|
|
280422
|
+
"response": {
|
|
280423
|
+
"description": "The retrieved or created table object.",
|
|
280424
|
+
"schema": {
|
|
280425
|
+
"type": "object",
|
|
280426
|
+
"properties": {
|
|
280427
|
+
"table": {
|
|
280428
|
+
"$ref": "#/components/schemas/Table"
|
|
280429
|
+
},
|
|
280430
|
+
"created": {
|
|
280431
|
+
"type": "boolean",
|
|
280432
|
+
"description": "Flag indicating if the table was newly created."
|
|
280433
|
+
},
|
|
280434
|
+
"rows": {
|
|
280435
|
+
"type": "number",
|
|
280436
|
+
"description": "The total number of rows present in the table."
|
|
280437
|
+
},
|
|
280438
|
+
"indexingCount": {
|
|
280439
|
+
"type": "number",
|
|
280440
|
+
"description": "The number of rows pending indexing, relevant for search functionalities."
|
|
280441
|
+
}
|
|
280442
|
+
},
|
|
280443
|
+
"required": [
|
|
280444
|
+
"table",
|
|
280445
|
+
"created",
|
|
280446
|
+
"rows",
|
|
280447
|
+
"indexingCount"
|
|
280448
|
+
],
|
|
280449
|
+
"title": "getOrCreateTableResponse",
|
|
280450
|
+
"additionalProperties": false
|
|
280451
|
+
}
|
|
280452
|
+
}
|
|
280453
|
+
},
|
|
280214
280454
|
"createTable": {
|
|
280215
280455
|
"name": "createTable",
|
|
280216
280456
|
"path": "/v1/tables",
|
|
@@ -280273,6 +280513,62 @@ var state = {
|
|
|
280273
280513
|
},
|
|
280274
280514
|
"parameters": {}
|
|
280275
280515
|
},
|
|
280516
|
+
"duplicateTable": {
|
|
280517
|
+
"name": "duplicateTable",
|
|
280518
|
+
"path": "/v1/tables/{sourceTableId}/duplicate",
|
|
280519
|
+
"description": "Duplicates the table schema & content",
|
|
280520
|
+
"parameters": {
|
|
280521
|
+
"sourceTableId": {
|
|
280522
|
+
"type": "string",
|
|
280523
|
+
"description": "The table's unique identifier",
|
|
280524
|
+
"in": "path"
|
|
280525
|
+
}
|
|
280526
|
+
},
|
|
280527
|
+
"method": "post",
|
|
280528
|
+
"requestBody": {
|
|
280529
|
+
"description": "Schema defining the structure of the new table",
|
|
280530
|
+
"schema": {
|
|
280531
|
+
"type": "object",
|
|
280532
|
+
"properties": {
|
|
280533
|
+
"tableName": {
|
|
280534
|
+
"type": "string"
|
|
280535
|
+
},
|
|
280536
|
+
"schemaOnly": {
|
|
280537
|
+
"type": "boolean",
|
|
280538
|
+
"description": "Only duplicate the schema, not the content"
|
|
280539
|
+
},
|
|
280540
|
+
"factor": {
|
|
280541
|
+
"type": "number",
|
|
280542
|
+
"description": "Use a different factor for the table. Leave empty to use the same as the duplicated table."
|
|
280543
|
+
}
|
|
280544
|
+
},
|
|
280545
|
+
"title": "duplicateTableBody",
|
|
280546
|
+
"additionalProperties": false
|
|
280547
|
+
}
|
|
280548
|
+
},
|
|
280549
|
+
"section": "tables",
|
|
280550
|
+
"response": {
|
|
280551
|
+
"description": "The created table object.",
|
|
280552
|
+
"schema": {
|
|
280553
|
+
"type": "object",
|
|
280554
|
+
"properties": {
|
|
280555
|
+
"table": {
|
|
280556
|
+
"$ref": "#/components/schemas/Table"
|
|
280557
|
+
},
|
|
280558
|
+
"rows": {
|
|
280559
|
+
"type": "number",
|
|
280560
|
+
"description": "The total number of rows present in the table."
|
|
280561
|
+
}
|
|
280562
|
+
},
|
|
280563
|
+
"required": [
|
|
280564
|
+
"table",
|
|
280565
|
+
"rows"
|
|
280566
|
+
],
|
|
280567
|
+
"title": "duplicateTableResponse",
|
|
280568
|
+
"additionalProperties": false
|
|
280569
|
+
}
|
|
280570
|
+
}
|
|
280571
|
+
},
|
|
280276
280572
|
"updateTable": {
|
|
280277
280573
|
"name": "updateTable",
|
|
280278
280574
|
"path": "/v1/tables/{table}",
|
|
@@ -280840,7 +281136,7 @@ var state = {
|
|
|
280840
281136
|
"title": "Botpress API",
|
|
280841
281137
|
"description": "API for Botpress Cloud",
|
|
280842
281138
|
"server": "https://api.botpress.cloud",
|
|
280843
|
-
"version": "0.
|
|
281139
|
+
"version": "0.20.3",
|
|
280844
281140
|
"prefix": "v1"
|
|
280845
281141
|
},
|
|
280846
281142
|
"errors": [
|
|
@@ -280996,13 +281292,16 @@ var state = {
|
|
|
280996
281292
|
"changeWorkspacePlanBody": true,
|
|
280997
281293
|
"createWorkspaceMemberBody": true,
|
|
280998
281294
|
"updateWorkspaceMemberBody": true,
|
|
281295
|
+
"createIntegrationApiKeyBody": true,
|
|
280999
281296
|
"createIntegrationBody": true,
|
|
281000
281297
|
"updateIntegrationBody": true,
|
|
281001
281298
|
"changeAISpendQuotaBody": true,
|
|
281002
281299
|
"introspectBody": true,
|
|
281003
281300
|
"createFileBody": true,
|
|
281004
281301
|
"updateFileMetadataBody": true,
|
|
281302
|
+
"getOrCreateTableBody": true,
|
|
281005
281303
|
"createTableBody": true,
|
|
281304
|
+
"duplicateTableBody": true,
|
|
281006
281305
|
"updateTableBody": true,
|
|
281007
281306
|
"renameTableColumnBody": true,
|
|
281008
281307
|
"findTableRowsBody": true,
|
|
@@ -281094,6 +281393,9 @@ var state = {
|
|
|
281094
281393
|
"deleteWorkspaceMemberResponse": true,
|
|
281095
281394
|
"createWorkspaceMemberResponse": true,
|
|
281096
281395
|
"updateWorkspaceMemberResponse": true,
|
|
281396
|
+
"listIntegrationApiKeysResponse": true,
|
|
281397
|
+
"createIntegrationApiKeyResponse": true,
|
|
281398
|
+
"deleteIntegrationApiKeyResponse": true,
|
|
281097
281399
|
"createIntegrationResponse": true,
|
|
281098
281400
|
"updateIntegrationResponse": true,
|
|
281099
281401
|
"listIntegrationsResponse": true,
|
|
@@ -281115,7 +281417,9 @@ var state = {
|
|
|
281115
281417
|
"searchFilesResponse": true,
|
|
281116
281418
|
"listTablesResponse": true,
|
|
281117
281419
|
"getTableResponse": true,
|
|
281420
|
+
"getOrCreateTableResponse": true,
|
|
281118
281421
|
"createTableResponse": true,
|
|
281422
|
+
"duplicateTableResponse": true,
|
|
281119
281423
|
"updateTableResponse": true,
|
|
281120
281424
|
"renameTableColumnResponse": true,
|
|
281121
281425
|
"deleteTableResponse": true,
|
|
@@ -283338,6 +283642,9 @@ var state = {
|
|
|
283338
283642
|
"description": "",
|
|
283339
283643
|
"name": "integration",
|
|
283340
283644
|
"operations": [
|
|
283645
|
+
"listIntegrationApiKeys",
|
|
283646
|
+
"createIntegrationApiKey",
|
|
283647
|
+
"deleteIntegrationApiKey",
|
|
283341
283648
|
"createIntegration",
|
|
283342
283649
|
"updateIntegration",
|
|
283343
283650
|
"listIntegrations",
|
|
@@ -283443,7 +283750,9 @@ var state = {
|
|
|
283443
283750
|
"operations": [
|
|
283444
283751
|
"listTables",
|
|
283445
283752
|
"getTable",
|
|
283753
|
+
"getOrCreateTable",
|
|
283446
283754
|
"createTable",
|
|
283755
|
+
"duplicateTable",
|
|
283447
283756
|
"updateTable",
|
|
283448
283757
|
"renameTableColumn",
|
|
283449
283758
|
"deleteTable",
|