oci-servicemanagerproxy 2.9.0 → 2.9.1

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
@@ -57,7 +57,7 @@ export declare class ServiceManagerProxyClient {
57
57
  * @param GetServiceEnvironmentRequest
58
58
  * @return GetServiceEnvironmentResponse
59
59
  * @throws OciError when an error occurs
60
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
60
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
61
61
  */
62
62
  getServiceEnvironment(getServiceEnvironmentRequest: requests.GetServiceEnvironmentRequest): Promise<responses.GetServiceEnvironmentResponse>;
63
63
  /**
@@ -69,7 +69,7 @@ export declare class ServiceManagerProxyClient {
69
69
  * @param ListServiceEnvironmentsRequest
70
70
  * @return ListServiceEnvironmentsResponse
71
71
  * @throws OciError when an error occurs
72
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
72
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
73
73
  */
74
74
  listServiceEnvironments(listServiceEnvironmentsRequest: requests.ListServiceEnvironmentsRequest): Promise<responses.ListServiceEnvironmentsResponse>;
75
75
  }
package/lib/client.js CHANGED
@@ -128,7 +128,7 @@ class ServiceManagerProxyClient {
128
128
  * @param GetServiceEnvironmentRequest
129
129
  * @return GetServiceEnvironmentResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
132
132
  */
133
133
  getServiceEnvironment(getServiceEnvironmentRequest) {
134
134
  return __awaiter(this, void 0, void 0, function* () {
@@ -194,7 +194,7 @@ class ServiceManagerProxyClient {
194
194
  * @param ListServiceEnvironmentsRequest
195
195
  * @return ListServiceEnvironmentsResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
198
198
  */
199
199
  listServiceEnvironments(listServiceEnvironmentsRequest) {
200
200
  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.9.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironmentsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/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.9.0",
3
+ "version": "2.9.1",
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.9.0",
19
- "oci-workrequests": "2.9.0"
18
+ "oci-common": "2.9.1",
19
+ "oci-workrequests": "2.9.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"