@googleapis/sasportal 9.0.1 → 9.0.3
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/CHANGELOG.md +14 -0
- package/build/v1alpha1.d.ts +1 -1
- package/package.json +3 -3
- package/v1alpha1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v9.0.2...sasportal-v9.0.3) (2023-08-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
|
|
9
|
+
|
|
10
|
+
## [9.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v9.0.1...sasportal-v9.0.2) (2023-08-15)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **sasportal:** update the API ([cd8a38c](https://github.com/googleapis/google-api-nodejs-client/commit/cd8a38c7507d2ef109ee98fbe555081d48cd1505))
|
|
16
|
+
|
|
3
17
|
## [9.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v9.0.0...sasportal-v9.0.1) (2023-08-09)
|
|
4
18
|
|
|
5
19
|
|
package/build/v1alpha1.d.ts
CHANGED
|
@@ -663,7 +663,7 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
663
663
|
*/
|
|
664
664
|
name?: string | null;
|
|
665
665
|
/**
|
|
666
|
-
* The normal response of the operation
|
|
666
|
+
* The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
|
|
667
667
|
*/
|
|
668
668
|
response?: {
|
|
669
669
|
[key: string]: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@googleapis/sasportal",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "sasportal",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"webpack": "webpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"googleapis-common": "^
|
|
31
|
+
"googleapis-common": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@microsoft/api-documenter": "^7.8.10",
|
|
35
35
|
"@microsoft/api-extractor": "^7.8.10",
|
|
36
|
-
"gts": "^
|
|
36
|
+
"gts": "^5.0.0",
|
|
37
37
|
"null-loader": "^4.0.0",
|
|
38
38
|
"ts-loader": "^9.0.0",
|
|
39
39
|
"typescript": "~4.8.4",
|
package/v1alpha1.ts
CHANGED
|
@@ -716,7 +716,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
716
716
|
*/
|
|
717
717
|
name?: string | null;
|
|
718
718
|
/**
|
|
719
|
-
* The normal response of the operation
|
|
719
|
+
* The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
|
|
720
720
|
*/
|
|
721
721
|
response?: {[key: string]: any} | null;
|
|
722
722
|
}
|