@botpress/api 0.45.2 → 0.45.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 +430 -55
- package/dist/src/gen/state.d.ts +38 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +54 -4
package/dist/index.js
CHANGED
|
@@ -234943,9 +234943,9 @@ var require_util12 = __commonJS({
|
|
|
234943
234943
|
}
|
|
234944
234944
|
});
|
|
234945
234945
|
|
|
234946
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
234946
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/interopRequireDefault.js
|
|
234947
234947
|
var require_interopRequireDefault = __commonJS({
|
|
234948
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
234948
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/interopRequireDefault.js"(exports, module2) {
|
|
234949
234949
|
function _interopRequireDefault(e) {
|
|
234950
234950
|
return e && e.__esModule ? e : {
|
|
234951
234951
|
"default": e
|
|
@@ -235642,9 +235642,9 @@ var require_api2 = __commonJS({
|
|
|
235642
235642
|
}
|
|
235643
235643
|
});
|
|
235644
235644
|
|
|
235645
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235645
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/typeof.js
|
|
235646
235646
|
var require_typeof = __commonJS({
|
|
235647
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235647
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/typeof.js"(exports, module2) {
|
|
235648
235648
|
function _typeof(o) {
|
|
235649
235649
|
"@babel/helpers - typeof";
|
|
235650
235650
|
return module2.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
@@ -235657,9 +235657,9 @@ var require_typeof = __commonJS({
|
|
|
235657
235657
|
}
|
|
235658
235658
|
});
|
|
235659
235659
|
|
|
235660
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235660
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/toPrimitive.js
|
|
235661
235661
|
var require_toPrimitive = __commonJS({
|
|
235662
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235662
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/toPrimitive.js"(exports, module2) {
|
|
235663
235663
|
var _typeof = require_typeof()["default"];
|
|
235664
235664
|
function toPrimitive(t, r) {
|
|
235665
235665
|
if ("object" != _typeof(t) || !t)
|
|
@@ -235677,9 +235677,9 @@ var require_toPrimitive = __commonJS({
|
|
|
235677
235677
|
}
|
|
235678
235678
|
});
|
|
235679
235679
|
|
|
235680
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235680
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/toPropertyKey.js
|
|
235681
235681
|
var require_toPropertyKey = __commonJS({
|
|
235682
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235682
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/toPropertyKey.js"(exports, module2) {
|
|
235683
235683
|
var _typeof = require_typeof()["default"];
|
|
235684
235684
|
var toPrimitive = require_toPrimitive();
|
|
235685
235685
|
function toPropertyKey(t) {
|
|
@@ -235690,9 +235690,9 @@ var require_toPropertyKey = __commonJS({
|
|
|
235690
235690
|
}
|
|
235691
235691
|
});
|
|
235692
235692
|
|
|
235693
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235693
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/defineProperty.js
|
|
235694
235694
|
var require_defineProperty = __commonJS({
|
|
235695
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235695
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/defineProperty.js"(exports, module2) {
|
|
235696
235696
|
var toPropertyKey = require_toPropertyKey();
|
|
235697
235697
|
function _defineProperty(e, r, t) {
|
|
235698
235698
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
@@ -235706,9 +235706,9 @@ var require_defineProperty = __commonJS({
|
|
|
235706
235706
|
}
|
|
235707
235707
|
});
|
|
235708
235708
|
|
|
235709
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235709
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/arrayLikeToArray.js
|
|
235710
235710
|
var require_arrayLikeToArray = __commonJS({
|
|
235711
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235711
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/arrayLikeToArray.js"(exports, module2) {
|
|
235712
235712
|
function _arrayLikeToArray(r, a) {
|
|
235713
235713
|
(null == a || a > r.length) && (a = r.length);
|
|
235714
235714
|
for (var e = 0, n = Array(a); e < a; e++)
|
|
@@ -235719,9 +235719,9 @@ var require_arrayLikeToArray = __commonJS({
|
|
|
235719
235719
|
}
|
|
235720
235720
|
});
|
|
235721
235721
|
|
|
235722
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235722
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js
|
|
235723
235723
|
var require_arrayWithoutHoles = __commonJS({
|
|
235724
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235724
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"(exports, module2) {
|
|
235725
235725
|
var arrayLikeToArray = require_arrayLikeToArray();
|
|
235726
235726
|
function _arrayWithoutHoles(r) {
|
|
235727
235727
|
if (Array.isArray(r))
|
|
@@ -235731,9 +235731,9 @@ var require_arrayWithoutHoles = __commonJS({
|
|
|
235731
235731
|
}
|
|
235732
235732
|
});
|
|
235733
235733
|
|
|
235734
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235734
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/iterableToArray.js
|
|
235735
235735
|
var require_iterableToArray = __commonJS({
|
|
235736
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235736
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/iterableToArray.js"(exports, module2) {
|
|
235737
235737
|
function _iterableToArray(r) {
|
|
235738
235738
|
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"])
|
|
235739
235739
|
return Array.from(r);
|
|
@@ -235742,9 +235742,9 @@ var require_iterableToArray = __commonJS({
|
|
|
235742
235742
|
}
|
|
235743
235743
|
});
|
|
235744
235744
|
|
|
235745
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235745
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js
|
|
235746
235746
|
var require_unsupportedIterableToArray = __commonJS({
|
|
235747
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235747
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"(exports, module2) {
|
|
235748
235748
|
var arrayLikeToArray = require_arrayLikeToArray();
|
|
235749
235749
|
function _unsupportedIterableToArray(r, a) {
|
|
235750
235750
|
if (r) {
|
|
@@ -235758,9 +235758,9 @@ var require_unsupportedIterableToArray = __commonJS({
|
|
|
235758
235758
|
}
|
|
235759
235759
|
});
|
|
235760
235760
|
|
|
235761
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235761
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/nonIterableSpread.js
|
|
235762
235762
|
var require_nonIterableSpread = __commonJS({
|
|
235763
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235763
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/nonIterableSpread.js"(exports, module2) {
|
|
235764
235764
|
function _nonIterableSpread() {
|
|
235765
235765
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
235766
235766
|
}
|
|
@@ -235768,9 +235768,9 @@ var require_nonIterableSpread = __commonJS({
|
|
|
235768
235768
|
}
|
|
235769
235769
|
});
|
|
235770
235770
|
|
|
235771
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235771
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/toConsumableArray.js
|
|
235772
235772
|
var require_toConsumableArray = __commonJS({
|
|
235773
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235773
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/toConsumableArray.js"(exports, module2) {
|
|
235774
235774
|
var arrayWithoutHoles = require_arrayWithoutHoles();
|
|
235775
235775
|
var iterableToArray = require_iterableToArray();
|
|
235776
235776
|
var unsupportedIterableToArray = require_unsupportedIterableToArray();
|
|
@@ -235782,9 +235782,9 @@ var require_toConsumableArray = __commonJS({
|
|
|
235782
235782
|
}
|
|
235783
235783
|
});
|
|
235784
235784
|
|
|
235785
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235785
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/arrayWithHoles.js
|
|
235786
235786
|
var require_arrayWithHoles = __commonJS({
|
|
235787
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235787
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/arrayWithHoles.js"(exports, module2) {
|
|
235788
235788
|
function _arrayWithHoles(r) {
|
|
235789
235789
|
if (Array.isArray(r))
|
|
235790
235790
|
return r;
|
|
@@ -235793,9 +235793,9 @@ var require_arrayWithHoles = __commonJS({
|
|
|
235793
235793
|
}
|
|
235794
235794
|
});
|
|
235795
235795
|
|
|
235796
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235796
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js
|
|
235797
235797
|
var require_iterableToArrayLimit = __commonJS({
|
|
235798
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235798
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"(exports, module2) {
|
|
235799
235799
|
function _iterableToArrayLimit(r, l) {
|
|
235800
235800
|
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
235801
235801
|
if (null != t) {
|
|
@@ -235826,9 +235826,9 @@ var require_iterableToArrayLimit = __commonJS({
|
|
|
235826
235826
|
}
|
|
235827
235827
|
});
|
|
235828
235828
|
|
|
235829
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235829
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/nonIterableRest.js
|
|
235830
235830
|
var require_nonIterableRest = __commonJS({
|
|
235831
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235831
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/nonIterableRest.js"(exports, module2) {
|
|
235832
235832
|
function _nonIterableRest() {
|
|
235833
235833
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
235834
235834
|
}
|
|
@@ -235836,9 +235836,9 @@ var require_nonIterableRest = __commonJS({
|
|
|
235836
235836
|
}
|
|
235837
235837
|
});
|
|
235838
235838
|
|
|
235839
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235839
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/slicedToArray.js
|
|
235840
235840
|
var require_slicedToArray = __commonJS({
|
|
235841
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235841
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/slicedToArray.js"(exports, module2) {
|
|
235842
235842
|
var arrayWithHoles = require_arrayWithHoles();
|
|
235843
235843
|
var iterableToArrayLimit = require_iterableToArrayLimit();
|
|
235844
235844
|
var unsupportedIterableToArray = require_unsupportedIterableToArray();
|
|
@@ -235911,9 +235911,9 @@ var require_utils3 = __commonJS({
|
|
|
235911
235911
|
}
|
|
235912
235912
|
});
|
|
235913
235913
|
|
|
235914
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235914
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js
|
|
235915
235915
|
var require_taggedTemplateLiteral = __commonJS({
|
|
235916
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235916
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js"(exports, module2) {
|
|
235917
235917
|
function _taggedTemplateLiteral(e, t) {
|
|
235918
235918
|
return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, {
|
|
235919
235919
|
raw: {
|
|
@@ -235925,9 +235925,9 @@ var require_taggedTemplateLiteral = __commonJS({
|
|
|
235925
235925
|
}
|
|
235926
235926
|
});
|
|
235927
235927
|
|
|
235928
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235928
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/classCallCheck.js
|
|
235929
235929
|
var require_classCallCheck = __commonJS({
|
|
235930
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235930
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/classCallCheck.js"(exports, module2) {
|
|
235931
235931
|
function _classCallCheck(a, n) {
|
|
235932
235932
|
if (!(a instanceof n))
|
|
235933
235933
|
throw new TypeError("Cannot call a class as a function");
|
|
@@ -235936,9 +235936,9 @@ var require_classCallCheck = __commonJS({
|
|
|
235936
235936
|
}
|
|
235937
235937
|
});
|
|
235938
235938
|
|
|
235939
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235939
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/createClass.js
|
|
235940
235940
|
var require_createClass = __commonJS({
|
|
235941
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235941
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/createClass.js"(exports, module2) {
|
|
235942
235942
|
var toPropertyKey = require_toPropertyKey();
|
|
235943
235943
|
function _defineProperties(e, r) {
|
|
235944
235944
|
for (var t = 0; t < r.length; t++) {
|
|
@@ -235955,9 +235955,9 @@ var require_createClass = __commonJS({
|
|
|
235955
235955
|
}
|
|
235956
235956
|
});
|
|
235957
235957
|
|
|
235958
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235958
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/setPrototypeOf.js
|
|
235959
235959
|
var require_setPrototypeOf = __commonJS({
|
|
235960
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235960
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/setPrototypeOf.js"(exports, module2) {
|
|
235961
235961
|
function _setPrototypeOf(t, e) {
|
|
235962
235962
|
return module2.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t2, e2) {
|
|
235963
235963
|
return t2.__proto__ = e2, t2;
|
|
@@ -235967,9 +235967,9 @@ var require_setPrototypeOf = __commonJS({
|
|
|
235967
235967
|
}
|
|
235968
235968
|
});
|
|
235969
235969
|
|
|
235970
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235970
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/inherits.js
|
|
235971
235971
|
var require_inherits2 = __commonJS({
|
|
235972
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235972
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/inherits.js"(exports, module2) {
|
|
235973
235973
|
var setPrototypeOf = require_setPrototypeOf();
|
|
235974
235974
|
function _inherits(t, e) {
|
|
235975
235975
|
if ("function" != typeof e && null !== e)
|
|
@@ -235988,9 +235988,9 @@ var require_inherits2 = __commonJS({
|
|
|
235988
235988
|
}
|
|
235989
235989
|
});
|
|
235990
235990
|
|
|
235991
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235991
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/assertThisInitialized.js
|
|
235992
235992
|
var require_assertThisInitialized = __commonJS({
|
|
235993
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
235993
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/assertThisInitialized.js"(exports, module2) {
|
|
235994
235994
|
function _assertThisInitialized(e) {
|
|
235995
235995
|
if (void 0 === e)
|
|
235996
235996
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -236000,9 +236000,9 @@ var require_assertThisInitialized = __commonJS({
|
|
|
236000
236000
|
}
|
|
236001
236001
|
});
|
|
236002
236002
|
|
|
236003
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
236003
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js
|
|
236004
236004
|
var require_possibleConstructorReturn = __commonJS({
|
|
236005
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
236005
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"(exports, module2) {
|
|
236006
236006
|
var _typeof = require_typeof()["default"];
|
|
236007
236007
|
var assertThisInitialized = require_assertThisInitialized();
|
|
236008
236008
|
function _possibleConstructorReturn(t, e) {
|
|
@@ -236016,9 +236016,9 @@ var require_possibleConstructorReturn = __commonJS({
|
|
|
236016
236016
|
}
|
|
236017
236017
|
});
|
|
236018
236018
|
|
|
236019
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
236019
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/getPrototypeOf.js
|
|
236020
236020
|
var require_getPrototypeOf = __commonJS({
|
|
236021
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
236021
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/getPrototypeOf.js"(exports, module2) {
|
|
236022
236022
|
function _getPrototypeOf(t) {
|
|
236023
236023
|
return module2.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t2) {
|
|
236024
236024
|
return t2.__proto__ || Object.getPrototypeOf(t2);
|
|
@@ -238011,9 +238011,9 @@ var require_pattern = __commonJS({
|
|
|
238011
238011
|
}
|
|
238012
238012
|
});
|
|
238013
238013
|
|
|
238014
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
238014
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/superPropBase.js
|
|
238015
238015
|
var require_superPropBase = __commonJS({
|
|
238016
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
238016
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/superPropBase.js"(exports, module2) {
|
|
238017
238017
|
var getPrototypeOf2 = require_getPrototypeOf();
|
|
238018
238018
|
function _superPropBase(t, o) {
|
|
238019
238019
|
for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf2(t)); )
|
|
@@ -238024,9 +238024,9 @@ var require_superPropBase = __commonJS({
|
|
|
238024
238024
|
}
|
|
238025
238025
|
});
|
|
238026
238026
|
|
|
238027
|
-
// ../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
238027
|
+
// ../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/get.js
|
|
238028
238028
|
var require_get3 = __commonJS({
|
|
238029
|
-
"../../node_modules/.pnpm/@babel+runtime@7.25.
|
|
238029
|
+
"../../node_modules/.pnpm/@babel+runtime@7.25.7/node_modules/@babel/runtime/helpers/get.js"(exports, module2) {
|
|
238030
238030
|
var superPropBase = require_superPropBase();
|
|
238031
238031
|
function _get() {
|
|
238032
238032
|
return module2.exports = _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function(e, t, r) {
|
|
@@ -259598,6 +259598,331 @@ var require_methods3 = __commonJS({
|
|
|
259598
259598
|
}
|
|
259599
259599
|
});
|
|
259600
259600
|
|
|
259601
|
+
// ../../node_modules/.pnpm/form-data@4.0.1/node_modules/form-data/lib/populate.js
|
|
259602
|
+
var require_populate2 = __commonJS({
|
|
259603
|
+
"../../node_modules/.pnpm/form-data@4.0.1/node_modules/form-data/lib/populate.js"(exports, module2) {
|
|
259604
|
+
module2.exports = function(dst, src) {
|
|
259605
|
+
Object.keys(src).forEach(function(prop) {
|
|
259606
|
+
dst[prop] = dst[prop] || src[prop];
|
|
259607
|
+
});
|
|
259608
|
+
return dst;
|
|
259609
|
+
};
|
|
259610
|
+
}
|
|
259611
|
+
});
|
|
259612
|
+
|
|
259613
|
+
// ../../node_modules/.pnpm/form-data@4.0.1/node_modules/form-data/lib/form_data.js
|
|
259614
|
+
var require_form_data2 = __commonJS({
|
|
259615
|
+
"../../node_modules/.pnpm/form-data@4.0.1/node_modules/form-data/lib/form_data.js"(exports, module2) {
|
|
259616
|
+
var CombinedStream = require_combined_stream();
|
|
259617
|
+
var util3 = require("util");
|
|
259618
|
+
var path2 = require("path");
|
|
259619
|
+
var http2 = require("http");
|
|
259620
|
+
var https2 = require("https");
|
|
259621
|
+
var parseUrl = require("url").parse;
|
|
259622
|
+
var fs9 = require("fs");
|
|
259623
|
+
var Stream = require("stream").Stream;
|
|
259624
|
+
var mime = require_mime_types();
|
|
259625
|
+
var asynckit = require_asynckit();
|
|
259626
|
+
var populate = require_populate2();
|
|
259627
|
+
module2.exports = FormData3;
|
|
259628
|
+
util3.inherits(FormData3, CombinedStream);
|
|
259629
|
+
function FormData3(options) {
|
|
259630
|
+
if (!(this instanceof FormData3)) {
|
|
259631
|
+
return new FormData3(options);
|
|
259632
|
+
}
|
|
259633
|
+
this._overheadLength = 0;
|
|
259634
|
+
this._valueLength = 0;
|
|
259635
|
+
this._valuesToMeasure = [];
|
|
259636
|
+
CombinedStream.call(this);
|
|
259637
|
+
options = options || {};
|
|
259638
|
+
for (var option in options) {
|
|
259639
|
+
this[option] = options[option];
|
|
259640
|
+
}
|
|
259641
|
+
}
|
|
259642
|
+
FormData3.LINE_BREAK = "\r\n";
|
|
259643
|
+
FormData3.DEFAULT_CONTENT_TYPE = "application/octet-stream";
|
|
259644
|
+
FormData3.prototype.append = function(field, value, options) {
|
|
259645
|
+
options = options || {};
|
|
259646
|
+
if (typeof options == "string") {
|
|
259647
|
+
options = { filename: options };
|
|
259648
|
+
}
|
|
259649
|
+
var append2 = CombinedStream.prototype.append.bind(this);
|
|
259650
|
+
if (typeof value == "number") {
|
|
259651
|
+
value = "" + value;
|
|
259652
|
+
}
|
|
259653
|
+
if (Array.isArray(value)) {
|
|
259654
|
+
this._error(new Error("Arrays are not supported."));
|
|
259655
|
+
return;
|
|
259656
|
+
}
|
|
259657
|
+
var header = this._multiPartHeader(field, value, options);
|
|
259658
|
+
var footer = this._multiPartFooter();
|
|
259659
|
+
append2(header);
|
|
259660
|
+
append2(value);
|
|
259661
|
+
append2(footer);
|
|
259662
|
+
this._trackLength(header, value, options);
|
|
259663
|
+
};
|
|
259664
|
+
FormData3.prototype._trackLength = function(header, value, options) {
|
|
259665
|
+
var valueLength = 0;
|
|
259666
|
+
if (options.knownLength != null) {
|
|
259667
|
+
valueLength += +options.knownLength;
|
|
259668
|
+
} else if (Buffer.isBuffer(value)) {
|
|
259669
|
+
valueLength = value.length;
|
|
259670
|
+
} else if (typeof value === "string") {
|
|
259671
|
+
valueLength = Buffer.byteLength(value);
|
|
259672
|
+
}
|
|
259673
|
+
this._valueLength += valueLength;
|
|
259674
|
+
this._overheadLength += Buffer.byteLength(header) + FormData3.LINE_BREAK.length;
|
|
259675
|
+
if (!value || !value.path && !(value.readable && value.hasOwnProperty("httpVersion")) && !(value instanceof Stream)) {
|
|
259676
|
+
return;
|
|
259677
|
+
}
|
|
259678
|
+
if (!options.knownLength) {
|
|
259679
|
+
this._valuesToMeasure.push(value);
|
|
259680
|
+
}
|
|
259681
|
+
};
|
|
259682
|
+
FormData3.prototype._lengthRetriever = function(value, callback) {
|
|
259683
|
+
if (value.hasOwnProperty("fd")) {
|
|
259684
|
+
if (value.end != void 0 && value.end != Infinity && value.start != void 0) {
|
|
259685
|
+
callback(null, value.end + 1 - (value.start ? value.start : 0));
|
|
259686
|
+
} else {
|
|
259687
|
+
fs9.stat(value.path, function(err, stat) {
|
|
259688
|
+
var fileSize;
|
|
259689
|
+
if (err) {
|
|
259690
|
+
callback(err);
|
|
259691
|
+
return;
|
|
259692
|
+
}
|
|
259693
|
+
fileSize = stat.size - (value.start ? value.start : 0);
|
|
259694
|
+
callback(null, fileSize);
|
|
259695
|
+
});
|
|
259696
|
+
}
|
|
259697
|
+
} else if (value.hasOwnProperty("httpVersion")) {
|
|
259698
|
+
callback(null, +value.headers["content-length"]);
|
|
259699
|
+
} else if (value.hasOwnProperty("httpModule")) {
|
|
259700
|
+
value.on("response", function(response) {
|
|
259701
|
+
value.pause();
|
|
259702
|
+
callback(null, +response.headers["content-length"]);
|
|
259703
|
+
});
|
|
259704
|
+
value.resume();
|
|
259705
|
+
} else {
|
|
259706
|
+
callback("Unknown stream");
|
|
259707
|
+
}
|
|
259708
|
+
};
|
|
259709
|
+
FormData3.prototype._multiPartHeader = function(field, value, options) {
|
|
259710
|
+
if (typeof options.header == "string") {
|
|
259711
|
+
return options.header;
|
|
259712
|
+
}
|
|
259713
|
+
var contentDisposition = this._getContentDisposition(value, options);
|
|
259714
|
+
var contentType = this._getContentType(value, options);
|
|
259715
|
+
var contents = "";
|
|
259716
|
+
var headers = {
|
|
259717
|
+
"Content-Disposition": ["form-data", 'name="' + field + '"'].concat(contentDisposition || []),
|
|
259718
|
+
"Content-Type": [].concat(contentType || [])
|
|
259719
|
+
};
|
|
259720
|
+
if (typeof options.header == "object") {
|
|
259721
|
+
populate(headers, options.header);
|
|
259722
|
+
}
|
|
259723
|
+
var header;
|
|
259724
|
+
for (var prop in headers) {
|
|
259725
|
+
if (!headers.hasOwnProperty(prop))
|
|
259726
|
+
continue;
|
|
259727
|
+
header = headers[prop];
|
|
259728
|
+
if (header == null) {
|
|
259729
|
+
continue;
|
|
259730
|
+
}
|
|
259731
|
+
if (!Array.isArray(header)) {
|
|
259732
|
+
header = [header];
|
|
259733
|
+
}
|
|
259734
|
+
if (header.length) {
|
|
259735
|
+
contents += prop + ": " + header.join("; ") + FormData3.LINE_BREAK;
|
|
259736
|
+
}
|
|
259737
|
+
}
|
|
259738
|
+
return "--" + this.getBoundary() + FormData3.LINE_BREAK + contents + FormData3.LINE_BREAK;
|
|
259739
|
+
};
|
|
259740
|
+
FormData3.prototype._getContentDisposition = function(value, options) {
|
|
259741
|
+
var filename, contentDisposition;
|
|
259742
|
+
if (typeof options.filepath === "string") {
|
|
259743
|
+
filename = path2.normalize(options.filepath).replace(/\\/g, "/");
|
|
259744
|
+
} else if (options.filename || value.name || value.path) {
|
|
259745
|
+
filename = path2.basename(options.filename || value.name || value.path);
|
|
259746
|
+
} else if (value.readable && value.hasOwnProperty("httpVersion")) {
|
|
259747
|
+
filename = path2.basename(value.client._httpMessage.path || "");
|
|
259748
|
+
}
|
|
259749
|
+
if (filename) {
|
|
259750
|
+
contentDisposition = 'filename="' + filename + '"';
|
|
259751
|
+
}
|
|
259752
|
+
return contentDisposition;
|
|
259753
|
+
};
|
|
259754
|
+
FormData3.prototype._getContentType = function(value, options) {
|
|
259755
|
+
var contentType = options.contentType;
|
|
259756
|
+
if (!contentType && value.name) {
|
|
259757
|
+
contentType = mime.lookup(value.name);
|
|
259758
|
+
}
|
|
259759
|
+
if (!contentType && value.path) {
|
|
259760
|
+
contentType = mime.lookup(value.path);
|
|
259761
|
+
}
|
|
259762
|
+
if (!contentType && value.readable && value.hasOwnProperty("httpVersion")) {
|
|
259763
|
+
contentType = value.headers["content-type"];
|
|
259764
|
+
}
|
|
259765
|
+
if (!contentType && (options.filepath || options.filename)) {
|
|
259766
|
+
contentType = mime.lookup(options.filepath || options.filename);
|
|
259767
|
+
}
|
|
259768
|
+
if (!contentType && typeof value == "object") {
|
|
259769
|
+
contentType = FormData3.DEFAULT_CONTENT_TYPE;
|
|
259770
|
+
}
|
|
259771
|
+
return contentType;
|
|
259772
|
+
};
|
|
259773
|
+
FormData3.prototype._multiPartFooter = function() {
|
|
259774
|
+
return function(next) {
|
|
259775
|
+
var footer = FormData3.LINE_BREAK;
|
|
259776
|
+
var lastPart = this._streams.length === 0;
|
|
259777
|
+
if (lastPart) {
|
|
259778
|
+
footer += this._lastBoundary();
|
|
259779
|
+
}
|
|
259780
|
+
next(footer);
|
|
259781
|
+
}.bind(this);
|
|
259782
|
+
};
|
|
259783
|
+
FormData3.prototype._lastBoundary = function() {
|
|
259784
|
+
return "--" + this.getBoundary() + "--" + FormData3.LINE_BREAK;
|
|
259785
|
+
};
|
|
259786
|
+
FormData3.prototype.getHeaders = function(userHeaders) {
|
|
259787
|
+
var header;
|
|
259788
|
+
var formHeaders = {
|
|
259789
|
+
"content-type": "multipart/form-data; boundary=" + this.getBoundary()
|
|
259790
|
+
};
|
|
259791
|
+
for (header in userHeaders) {
|
|
259792
|
+
if (userHeaders.hasOwnProperty(header)) {
|
|
259793
|
+
formHeaders[header.toLowerCase()] = userHeaders[header];
|
|
259794
|
+
}
|
|
259795
|
+
}
|
|
259796
|
+
return formHeaders;
|
|
259797
|
+
};
|
|
259798
|
+
FormData3.prototype.setBoundary = function(boundary) {
|
|
259799
|
+
this._boundary = boundary;
|
|
259800
|
+
};
|
|
259801
|
+
FormData3.prototype.getBoundary = function() {
|
|
259802
|
+
if (!this._boundary) {
|
|
259803
|
+
this._generateBoundary();
|
|
259804
|
+
}
|
|
259805
|
+
return this._boundary;
|
|
259806
|
+
};
|
|
259807
|
+
FormData3.prototype.getBuffer = function() {
|
|
259808
|
+
var dataBuffer = new Buffer.alloc(0);
|
|
259809
|
+
var boundary = this.getBoundary();
|
|
259810
|
+
for (var i = 0, len = this._streams.length; i < len; i++) {
|
|
259811
|
+
if (typeof this._streams[i] !== "function") {
|
|
259812
|
+
if (Buffer.isBuffer(this._streams[i])) {
|
|
259813
|
+
dataBuffer = Buffer.concat([dataBuffer, this._streams[i]]);
|
|
259814
|
+
} else {
|
|
259815
|
+
dataBuffer = Buffer.concat([dataBuffer, Buffer.from(this._streams[i])]);
|
|
259816
|
+
}
|
|
259817
|
+
if (typeof this._streams[i] !== "string" || this._streams[i].substring(2, boundary.length + 2) !== boundary) {
|
|
259818
|
+
dataBuffer = Buffer.concat([dataBuffer, Buffer.from(FormData3.LINE_BREAK)]);
|
|
259819
|
+
}
|
|
259820
|
+
}
|
|
259821
|
+
}
|
|
259822
|
+
return Buffer.concat([dataBuffer, Buffer.from(this._lastBoundary())]);
|
|
259823
|
+
};
|
|
259824
|
+
FormData3.prototype._generateBoundary = function() {
|
|
259825
|
+
var boundary = "--------------------------";
|
|
259826
|
+
for (var i = 0; i < 24; i++) {
|
|
259827
|
+
boundary += Math.floor(Math.random() * 10).toString(16);
|
|
259828
|
+
}
|
|
259829
|
+
this._boundary = boundary;
|
|
259830
|
+
};
|
|
259831
|
+
FormData3.prototype.getLengthSync = function() {
|
|
259832
|
+
var knownLength = this._overheadLength + this._valueLength;
|
|
259833
|
+
if (this._streams.length) {
|
|
259834
|
+
knownLength += this._lastBoundary().length;
|
|
259835
|
+
}
|
|
259836
|
+
if (!this.hasKnownLength()) {
|
|
259837
|
+
this._error(new Error("Cannot calculate proper length in synchronous way."));
|
|
259838
|
+
}
|
|
259839
|
+
return knownLength;
|
|
259840
|
+
};
|
|
259841
|
+
FormData3.prototype.hasKnownLength = function() {
|
|
259842
|
+
var hasKnownLength = true;
|
|
259843
|
+
if (this._valuesToMeasure.length) {
|
|
259844
|
+
hasKnownLength = false;
|
|
259845
|
+
}
|
|
259846
|
+
return hasKnownLength;
|
|
259847
|
+
};
|
|
259848
|
+
FormData3.prototype.getLength = function(cb) {
|
|
259849
|
+
var knownLength = this._overheadLength + this._valueLength;
|
|
259850
|
+
if (this._streams.length) {
|
|
259851
|
+
knownLength += this._lastBoundary().length;
|
|
259852
|
+
}
|
|
259853
|
+
if (!this._valuesToMeasure.length) {
|
|
259854
|
+
process.nextTick(cb.bind(this, null, knownLength));
|
|
259855
|
+
return;
|
|
259856
|
+
}
|
|
259857
|
+
asynckit.parallel(this._valuesToMeasure, this._lengthRetriever, function(err, values) {
|
|
259858
|
+
if (err) {
|
|
259859
|
+
cb(err);
|
|
259860
|
+
return;
|
|
259861
|
+
}
|
|
259862
|
+
values.forEach(function(length) {
|
|
259863
|
+
knownLength += length;
|
|
259864
|
+
});
|
|
259865
|
+
cb(null, knownLength);
|
|
259866
|
+
});
|
|
259867
|
+
};
|
|
259868
|
+
FormData3.prototype.submit = function(params, cb) {
|
|
259869
|
+
var request, options, defaults2 = { method: "post" };
|
|
259870
|
+
if (typeof params == "string") {
|
|
259871
|
+
params = parseUrl(params);
|
|
259872
|
+
options = populate({
|
|
259873
|
+
port: params.port,
|
|
259874
|
+
path: params.pathname,
|
|
259875
|
+
host: params.hostname,
|
|
259876
|
+
protocol: params.protocol
|
|
259877
|
+
}, defaults2);
|
|
259878
|
+
} else {
|
|
259879
|
+
options = populate(params, defaults2);
|
|
259880
|
+
if (!options.port) {
|
|
259881
|
+
options.port = options.protocol == "https:" ? 443 : 80;
|
|
259882
|
+
}
|
|
259883
|
+
}
|
|
259884
|
+
options.headers = this.getHeaders(params.headers);
|
|
259885
|
+
if (options.protocol == "https:") {
|
|
259886
|
+
request = https2.request(options);
|
|
259887
|
+
} else {
|
|
259888
|
+
request = http2.request(options);
|
|
259889
|
+
}
|
|
259890
|
+
this.getLength(function(err, length) {
|
|
259891
|
+
if (err && err !== "Unknown stream") {
|
|
259892
|
+
this._error(err);
|
|
259893
|
+
return;
|
|
259894
|
+
}
|
|
259895
|
+
if (length) {
|
|
259896
|
+
request.setHeader("Content-Length", length);
|
|
259897
|
+
}
|
|
259898
|
+
this.pipe(request);
|
|
259899
|
+
if (cb) {
|
|
259900
|
+
var onResponse;
|
|
259901
|
+
var callback = function(error2, responce) {
|
|
259902
|
+
request.removeListener("error", callback);
|
|
259903
|
+
request.removeListener("response", onResponse);
|
|
259904
|
+
return cb.call(this, error2, responce);
|
|
259905
|
+
};
|
|
259906
|
+
onResponse = callback.bind(this, null);
|
|
259907
|
+
request.on("error", callback);
|
|
259908
|
+
request.on("response", onResponse);
|
|
259909
|
+
}
|
|
259910
|
+
}.bind(this));
|
|
259911
|
+
return request;
|
|
259912
|
+
};
|
|
259913
|
+
FormData3.prototype._error = function(err) {
|
|
259914
|
+
if (!this.error) {
|
|
259915
|
+
this.error = err;
|
|
259916
|
+
this.pause();
|
|
259917
|
+
this.emit("error", err);
|
|
259918
|
+
}
|
|
259919
|
+
};
|
|
259920
|
+
FormData3.prototype.toString = function() {
|
|
259921
|
+
return "[object FormData]";
|
|
259922
|
+
};
|
|
259923
|
+
}
|
|
259924
|
+
});
|
|
259925
|
+
|
|
259601
259926
|
// ../../node_modules/.pnpm/formidable@2.1.2/node_modules/formidable/src/PersistentFile.js
|
|
259602
259927
|
var require_PersistentFile = __commonJS({
|
|
259603
259928
|
"../../node_modules/.pnpm/formidable@2.1.2/node_modules/formidable/src/PersistentFile.js"(exports, module2) {
|
|
@@ -264825,7 +265150,7 @@ var require_node4 = __commonJS({
|
|
|
264825
265150
|
var qs = require_lib11();
|
|
264826
265151
|
var mime = require_mime();
|
|
264827
265152
|
var methods = require_methods3();
|
|
264828
|
-
var FormData3 =
|
|
265153
|
+
var FormData3 = require_form_data2();
|
|
264829
265154
|
var formidable = require_src4();
|
|
264830
265155
|
var debug = require_src2()("superagent");
|
|
264831
265156
|
var CookieJar = require_cookiejar();
|
|
@@ -284389,6 +284714,21 @@ var state = {
|
|
|
284389
284714
|
"handle",
|
|
284390
284715
|
"name"
|
|
284391
284716
|
]
|
|
284717
|
+
},
|
|
284718
|
+
"meta": {
|
|
284719
|
+
"type": "object",
|
|
284720
|
+
"properties": {
|
|
284721
|
+
"installs": {
|
|
284722
|
+
"type": "number"
|
|
284723
|
+
},
|
|
284724
|
+
"views": {
|
|
284725
|
+
"type": "number"
|
|
284726
|
+
}
|
|
284727
|
+
},
|
|
284728
|
+
"required": [
|
|
284729
|
+
"installs",
|
|
284730
|
+
"views"
|
|
284731
|
+
]
|
|
284392
284732
|
}
|
|
284393
284733
|
},
|
|
284394
284734
|
"required": [
|
|
@@ -284402,7 +284742,8 @@ var state = {
|
|
|
284402
284742
|
"iconUrl",
|
|
284403
284743
|
"public",
|
|
284404
284744
|
"verificationStatus",
|
|
284405
|
-
"ownerWorkspace"
|
|
284745
|
+
"ownerWorkspace",
|
|
284746
|
+
"meta"
|
|
284406
284747
|
]
|
|
284407
284748
|
}
|
|
284408
284749
|
},
|
|
@@ -285059,6 +285400,22 @@ var state = {
|
|
|
285059
285400
|
"name"
|
|
285060
285401
|
],
|
|
285061
285402
|
"additionalProperties": false
|
|
285403
|
+
},
|
|
285404
|
+
"meta": {
|
|
285405
|
+
"type": "object",
|
|
285406
|
+
"properties": {
|
|
285407
|
+
"installs": {
|
|
285408
|
+
"type": "number"
|
|
285409
|
+
},
|
|
285410
|
+
"views": {
|
|
285411
|
+
"type": "number"
|
|
285412
|
+
}
|
|
285413
|
+
},
|
|
285414
|
+
"required": [
|
|
285415
|
+
"installs",
|
|
285416
|
+
"views"
|
|
285417
|
+
],
|
|
285418
|
+
"additionalProperties": false
|
|
285062
285419
|
}
|
|
285063
285420
|
},
|
|
285064
285421
|
"required": [
|
|
@@ -285086,7 +285443,8 @@ var state = {
|
|
|
285086
285443
|
"public",
|
|
285087
285444
|
"verificationStatus",
|
|
285088
285445
|
"secrets",
|
|
285089
|
-
"ownerWorkspace"
|
|
285446
|
+
"ownerWorkspace",
|
|
285447
|
+
"meta"
|
|
285090
285448
|
],
|
|
285091
285449
|
"additionalProperties": false
|
|
285092
285450
|
}
|
|
@@ -285737,6 +286095,22 @@ var state = {
|
|
|
285737
286095
|
"name"
|
|
285738
286096
|
],
|
|
285739
286097
|
"additionalProperties": false
|
|
286098
|
+
},
|
|
286099
|
+
"meta": {
|
|
286100
|
+
"type": "object",
|
|
286101
|
+
"properties": {
|
|
286102
|
+
"installs": {
|
|
286103
|
+
"type": "number"
|
|
286104
|
+
},
|
|
286105
|
+
"views": {
|
|
286106
|
+
"type": "number"
|
|
286107
|
+
}
|
|
286108
|
+
},
|
|
286109
|
+
"required": [
|
|
286110
|
+
"installs",
|
|
286111
|
+
"views"
|
|
286112
|
+
],
|
|
286113
|
+
"additionalProperties": false
|
|
285740
286114
|
}
|
|
285741
286115
|
},
|
|
285742
286116
|
"required": [
|
|
@@ -285764,7 +286138,8 @@ var state = {
|
|
|
285764
286138
|
"public",
|
|
285765
286139
|
"verificationStatus",
|
|
285766
286140
|
"secrets",
|
|
285767
|
-
"ownerWorkspace"
|
|
286141
|
+
"ownerWorkspace",
|
|
286142
|
+
"meta"
|
|
285768
286143
|
],
|
|
285769
286144
|
"additionalProperties": false
|
|
285770
286145
|
}
|
|
@@ -293753,7 +294128,7 @@ var state = {
|
|
|
293753
294128
|
"title": "Botpress API",
|
|
293754
294129
|
"description": "API for Botpress Cloud",
|
|
293755
294130
|
"server": "https://api.botpress.cloud",
|
|
293756
|
-
"version": "0.45.
|
|
294131
|
+
"version": "0.45.3",
|
|
293757
294132
|
"prefix": "v1"
|
|
293758
294133
|
},
|
|
293759
294134
|
"errors": [
|