@cinerino/sdk 3.36.0 → 3.37.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.
@@ -20,8 +20,7 @@ async function main() {
20
20
 
21
21
  const data = await personService.findById({
22
22
  iss: '',
23
- id: '708b007c-79e2-4a3f-8f7a-4bcfc56f4583',
24
- replaceNewUserPool: '1'
23
+ id: '708b007c-79e2-4a3f-8f7a-4bcfc56f4583'
25
24
  });
26
25
  console.log(data);
27
26
  }
package/lib/bundle.js CHANGED
@@ -8344,7 +8344,7 @@ var PersonService = /** @class */ (function (_super) {
8344
8344
  uri: "/people/" + id,
8345
8345
  method: 'GET',
8346
8346
  expectedStatusCodes: [http_status_1.OK],
8347
- qs: { iss: params.iss, replaceNewUserPool: params.replaceNewUserPool }
8347
+ qs: { iss: params.iss }
8348
8348
  })
8349
8349
  .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
8350
8350
  return [2 /*return*/, response.json()];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.36.0",
3
+ "version": "3.37.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.36.0",
100
+ "@cinerino/api-abstract-client": "3.37.0",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",