@cinerino/sdk 3.116.0 → 3.117.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.
|
@@ -7235,7 +7235,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7235
7235
|
case 0: return [4 /*yield*/, this.fetch({
|
|
7236
7236
|
uri: "/events/" + encodeURIComponent(String(params.id)),
|
|
7237
7237
|
method: 'PUT',
|
|
7238
|
-
qs: { upsert: params.upsert },
|
|
7238
|
+
// qs: { upsert: params.upsert },
|
|
7239
7239
|
body: params.attributes,
|
|
7240
7240
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
7241
7241
|
})];
|
package/lib/bundle.js
CHANGED
|
@@ -7235,7 +7235,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7235
7235
|
case 0: return [4 /*yield*/, this.fetch({
|
|
7236
7236
|
uri: "/events/" + encodeURIComponent(String(params.id)),
|
|
7237
7237
|
method: 'PUT',
|
|
7238
|
-
qs: { upsert: params.upsert },
|
|
7238
|
+
// qs: { upsert: params.upsert },
|
|
7239
7239
|
body: params.attributes,
|
|
7240
7240
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
7241
7241
|
})];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.117.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.117.0",
|
|
101
101
|
"debug": "^3.2.6",
|
|
102
102
|
"http-status": "^1.4.2",
|
|
103
103
|
"idtoken-verifier": "^2.0.3",
|