@cinerino/sdk 3.66.0 → 3.67.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.
|
@@ -2078,15 +2078,8 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2078
2078
|
},{"dup":14}],35:[function(require,module,exports){
|
|
2079
2079
|
arguments[4][14][0].apply(exports,arguments)
|
|
2080
2080
|
},{"dup":14}],36:[function(require,module,exports){
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
exports.ObjectType = void 0;
|
|
2084
|
-
var ObjectType;
|
|
2085
|
-
(function (ObjectType) {
|
|
2086
|
-
ObjectType["PaymentMethod"] = "PaymentMethod";
|
|
2087
|
-
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
2088
|
-
|
|
2089
|
-
},{}],37:[function(require,module,exports){
|
|
2081
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2082
|
+
},{"dup":14}],37:[function(require,module,exports){
|
|
2090
2083
|
arguments[4][14][0].apply(exports,arguments)
|
|
2091
2084
|
},{"dup":14}],38:[function(require,module,exports){
|
|
2092
2085
|
arguments[4][14][0].apply(exports,arguments)
|
package/lib/bundle.js
CHANGED
|
@@ -2031,15 +2031,8 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2031
2031
|
},{"dup":14}],33:[function(require,module,exports){
|
|
2032
2032
|
arguments[4][14][0].apply(exports,arguments)
|
|
2033
2033
|
},{"dup":14}],34:[function(require,module,exports){
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
exports.ObjectType = void 0;
|
|
2037
|
-
var ObjectType;
|
|
2038
|
-
(function (ObjectType) {
|
|
2039
|
-
ObjectType["PaymentMethod"] = "PaymentMethod";
|
|
2040
|
-
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
2041
|
-
|
|
2042
|
-
},{}],35:[function(require,module,exports){
|
|
2034
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2035
|
+
},{"dup":14}],35:[function(require,module,exports){
|
|
2043
2036
|
arguments[4][14][0].apply(exports,arguments)
|
|
2044
2037
|
},{"dup":14}],36:[function(require,module,exports){
|
|
2045
2038
|
arguments[4][14][0].apply(exports,arguments)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.67.0",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"watchify": "^3.11.1"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@cinerino/api-abstract-client": "3.
|
|
100
|
+
"@cinerino/api-abstract-client": "3.67.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|