@cinerino/sdk 10.10.0-alpha.2 → 10.10.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.
@@ -4965,17 +4965,6 @@ var EventService = /** @class */ (function (_super) {
4965
4965
  function EventService() {
4966
4966
  return _super !== null && _super.apply(this, arguments) || this;
4967
4967
  }
4968
- // public async create<T extends factory.eventType.ScreeningEvent | factory.eventType.Event>(
4969
- // params: factory.event.ICreateParams<T>[]
4970
- // ): Promise<{ id: string }[]> {
4971
- // return this.fetch({
4972
- // uri: '/events',
4973
- // method: 'POST',
4974
- // body: params,
4975
- // expectedStatusCodes: [CREATED, NO_CONTENT]
4976
- // })
4977
- // .then(async (response) => response.json());
4978
- // }
4979
4968
  /**
4980
4969
  * イベント作成(NO_CONTENT)
4981
4970
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "10.10.0-alpha.2",
3
+ "version": "10.10.0",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {
@@ -92,7 +92,7 @@
92
92
  "watchify": "^3.11.1"
93
93
  },
94
94
  "dependencies": {
95
- "@chevre/factory": "4.384.0-alpha.0",
95
+ "@chevre/factory": "4.384.0",
96
96
  "debug": "3.2.7",
97
97
  "http-status": "1.7.4",
98
98
  "idtoken-verifier": "2.0.3",