@itentialopensource/adapter-gcp_compute 2.0.6 → 2.0.7
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/CALLS.md +6 -0
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
- package/report/adapterInfo.json +4 -4
package/CALLS.md
CHANGED
|
@@ -202,6 +202,12 @@ Specific adapter calls are built based on the API of the GcpCompute. The Adapter
|
|
|
202
202
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
|
|
203
203
|
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
|
|
204
204
|
</tr>
|
|
205
|
+
<tr>
|
|
206
|
+
<td style="padding:15px">refreshAuthorizationAndIdentifyRequest(entity, action, requestObj, translate, callback)</td>
|
|
207
|
+
<td style="padding:15px"></td>
|
|
208
|
+
<td style="padding:15px"></td>
|
|
209
|
+
<td style="padding:15px">No</td>
|
|
210
|
+
</tr>
|
|
205
211
|
<tr>
|
|
206
212
|
<td style="padding:15px">getProject(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, callback)</td>
|
|
207
213
|
<td style="padding:15px">Returns the specified Project resource.</td>
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-gcp_compute",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "This adapter integrates with system described as: computeEngineApi.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Google Cloud Platform Compute",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"axios": "1.18.1",
|
|
57
57
|
"commander": "11.1.0",
|
|
58
58
|
"fs-extra": "11.3.6",
|
|
59
|
-
"gtoken": "
|
|
59
|
+
"gtoken": "8.0.0",
|
|
60
60
|
"json-query": "2.2.2",
|
|
61
61
|
"mocha": "12.0.0-rc.1",
|
|
62
62
|
"mocha-param": "2.0.1",
|
package/report/adapterInfo.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"configLines":
|
|
4
|
-
"scriptLines":
|
|
2
|
+
"version": "2.0.6",
|
|
3
|
+
"configLines": 92494,
|
|
4
|
+
"scriptLines": 2523,
|
|
5
5
|
"codeLines": 57465,
|
|
6
6
|
"testLines": 62279,
|
|
7
7
|
"testCases": 2522,
|
|
8
|
-
"totalCodeLines":
|
|
8
|
+
"totalCodeLines": 122267,
|
|
9
9
|
"wfTasks": 583
|
|
10
10
|
}
|