@things-factory/integration-msgraph 6.1.182 → 6.1.186

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-msgraph",
3
- "version": "6.1.182",
3
+ "version": "6.1.186",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,8 +25,8 @@
25
25
  "dependencies": {
26
26
  "@azure/identity": "^3.1.3",
27
27
  "@microsoft/microsoft-graph-client": "^3.0.5",
28
- "@things-factory/integration-base": "^6.1.182",
28
+ "@things-factory/integration-base": "^6.1.186",
29
29
  "cross-fetch": "^3.0.4"
30
30
  },
31
- "gitHead": "b24537d122e9723f03c05e2feb027eeda151b410"
31
+ "gitHead": "ddf508496cdd7d4b9d0e020703a2f7a586a42ec5"
32
32
  }
@@ -1,13 +1,13 @@
1
1
  {
2
- "label.auth-tenant-id": "auth tenant id",
2
+ "label.auth-tenant-id": "테넌트 아이디",
3
3
  "label.body": "body",
4
- "label.client-secret": "client secret",
5
- "label.filter": "filters",
6
- "label.orderby": "orderby",
4
+ "label.client-secret": "클라이언트 시크릿",
5
+ "label.filter": "필터",
6
+ "label.orderby": "정열",
7
7
  "label.path": "path",
8
- "label.prompt": "prompt",
8
+ "label.prompt": "프롬프트",
9
9
  "label.select": "select",
10
10
  "label.skip": "skip",
11
- "label.tenant-id": "tenant id",
11
+ "label.tenant-id": "테넌트 아이디",
12
12
  "label.top": "top"
13
13
  }