oci-resourcesearch 2.86.2 → 2.86.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/lib/client.d.ts CHANGED
@@ -82,7 +82,7 @@ export declare class ResourceSearchClient {
82
82
  * @param GetResourceTypeRequest
83
83
  * @return GetResourceTypeResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
86
86
  */
87
87
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
88
88
  /**
@@ -92,7 +92,7 @@ export declare class ResourceSearchClient {
92
92
  * @param ListResourceTypesRequest
93
93
  * @return ListResourceTypesResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
96
96
  */
97
97
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
98
98
  /**
@@ -136,7 +136,7 @@ export declare class ResourceSearchClient {
136
136
  * @param SearchResourcesRequest
137
137
  * @return SearchResourcesResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
140
140
  */
141
141
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
142
142
  }
package/lib/client.js CHANGED
@@ -182,7 +182,7 @@ class ResourceSearchClient {
182
182
  * @param GetResourceTypeRequest
183
183
  * @return GetResourceTypeResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
186
186
  */
187
187
  getResourceType(getResourceTypeRequest) {
188
188
  return __awaiter(this, void 0, void 0, function* () {
@@ -241,7 +241,7 @@ class ResourceSearchClient {
241
241
  * @param ListResourceTypesRequest
242
242
  * @return ListResourceTypesResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
245
245
  */
246
246
  listResourceTypes(listResourceTypesRequest) {
247
247
  return __awaiter(this, void 0, void 0, function* () {
@@ -348,7 +348,7 @@ class ResourceSearchClient {
348
348
  * @param SearchResourcesRequest
349
349
  * @return SearchResourcesResponse
350
350
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
352
352
  */
353
353
  searchResources(searchResourcesRequest) {
354
354
  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.86.2/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceTypeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceTypeRequest.
16
16
  */
17
17
  export interface GetResourceTypeRequest 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.86.2/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypesRequest.
16
16
  */
17
17
  export interface ListResourceTypesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResourcesRequest.
17
17
  */
18
18
  export interface SearchResourcesRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-resourcesearch",
3
- "version": "2.86.2",
3
+ "version": "2.86.3",
4
4
  "description": "OCI NodeJS client for resource research 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.86.2",
19
- "oci-workrequests": "2.86.2"
18
+ "oci-common": "2.86.3",
19
+ "oci-workrequests": "2.86.3"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"