@cinerino/sdk 10.7.0-alpha.2 → 10.7.0-alpha.4

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.
@@ -12,7 +12,7 @@ const PAYMENT_SERVICE_ID = '64f193ad5e79fe8a06ca3156';
12
12
  /**
13
13
  * 予約対象イベントID
14
14
  */
15
- const EVENT_ID = 'blxd1gryh';
15
+ const EVENT_ID = 'blxd1gryj';
16
16
  const profile = {
17
17
  email: <string>process.env.TEST_PROFILE_EMAIL,
18
18
  givenName: 'Taro',
@@ -8,7 +8,7 @@ export declare class ProjectService extends Service<IOptions> {
8
8
  /**
9
9
  * プロジェクト作成
10
10
  */
11
- create(params: Pick<factory.project.IProject, 'alternateName' | 'logo' | 'id' | 'name' | 'settings'>): Promise<factory.project.IProject>;
11
+ create(params: Pick<factory.project.IProject, 'alternateName' | 'logo' | 'id' | 'name' | 'settings'>): Promise<Pick<factory.project.IProject, 'id'>>;
12
12
  /**
13
13
  * プロジェクト設定検索
14
14
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "10.7.0-alpha.2",
3
+ "version": "10.7.0-alpha.4",
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.381.0-alpha.11",
95
+ "@chevre/factory": "4.381.0-alpha.12",
96
96
  "debug": "3.2.7",
97
97
  "http-status": "1.7.4",
98
98
  "idtoken-verifier": "2.0.3",