oci-servicemanagerproxy 2.70.0 → 2.70.2
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/lib/client.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare class ServiceManagerProxyClient {
|
|
|
74
74
|
* @param GetServiceEnvironmentRequest
|
|
75
75
|
* @return GetServiceEnvironmentResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
|
|
78
78
|
*/
|
|
79
79
|
getServiceEnvironment(getServiceEnvironmentRequest: requests.GetServiceEnvironmentRequest): Promise<responses.GetServiceEnvironmentResponse>;
|
|
80
80
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class ServiceManagerProxyClient {
|
|
|
85
85
|
* @param ListServiceEnvironmentsRequest
|
|
86
86
|
* @return ListServiceEnvironmentsResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
|
|
89
89
|
*/
|
|
90
90
|
listServiceEnvironments(listServiceEnvironmentsRequest: requests.ListServiceEnvironmentsRequest): Promise<responses.ListServiceEnvironmentsResponse>;
|
|
91
91
|
}
|
package/lib/client.js
CHANGED
|
@@ -164,7 +164,7 @@ class ServiceManagerProxyClient {
|
|
|
164
164
|
* @param GetServiceEnvironmentRequest
|
|
165
165
|
* @return GetServiceEnvironmentResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
|
|
168
168
|
*/
|
|
169
169
|
getServiceEnvironment(getServiceEnvironmentRequest) {
|
|
170
170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -231,7 +231,7 @@ class ServiceManagerProxyClient {
|
|
|
231
231
|
* @param ListServiceEnvironmentsRequest
|
|
232
232
|
* @return ListServiceEnvironmentsResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
|
|
235
235
|
*/
|
|
236
236
|
listServiceEnvironments(listServiceEnvironmentsRequest) {
|
|
237
237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceEnvironmentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.2/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironmentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServiceEnvironmentsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-servicemanagerproxy",
|
|
3
|
-
"version": "2.70.
|
|
3
|
+
"version": "2.70.2",
|
|
4
4
|
"description": "OCI NodeJS client for Service Manager Proxy Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.70.
|
|
19
|
-
"oci-workrequests": "2.70.
|
|
18
|
+
"oci-common": "2.70.2",
|
|
19
|
+
"oci-workrequests": "2.70.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|