oci-resourcesearch 2.82.2 → 2.83.0

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
@@ -78,7 +78,7 @@ export declare class ResourceSearchClient {
78
78
  * @param GetResourceTypeRequest
79
79
  * @return GetResourceTypeResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
82
82
  */
83
83
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
84
84
  /**
@@ -88,7 +88,7 @@ export declare class ResourceSearchClient {
88
88
  * @param ListResourceTypesRequest
89
89
  * @return ListResourceTypesResponse
90
90
  * @throws OciError when an error occurs
91
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
91
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
92
92
  */
93
93
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
94
94
  /**
@@ -132,7 +132,7 @@ export declare class ResourceSearchClient {
132
132
  * @param SearchResourcesRequest
133
133
  * @return SearchResourcesResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
136
136
  */
137
137
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
138
138
  }
package/lib/client.js CHANGED
@@ -176,7 +176,7 @@ class ResourceSearchClient {
176
176
  * @param GetResourceTypeRequest
177
177
  * @return GetResourceTypeResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
180
180
  */
181
181
  getResourceType(getResourceTypeRequest) {
182
182
  return __awaiter(this, void 0, void 0, function* () {
@@ -235,7 +235,7 @@ class ResourceSearchClient {
235
235
  * @param ListResourceTypesRequest
236
236
  * @return ListResourceTypesResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
239
239
  */
240
240
  listResourceTypes(listResourceTypesRequest) {
241
241
  return __awaiter(this, void 0, void 0, function* () {
@@ -342,7 +342,7 @@ class ResourceSearchClient {
342
342
  * @param SearchResourcesRequest
343
343
  * @return SearchResourcesResponse
344
344
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
346
346
  */
347
347
  searchResources(searchResourcesRequest) {
348
348
  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.82.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.83.0/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.82.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.83.0/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.82.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.83.0/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.82.2",
3
+ "version": "2.83.0",
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.82.2",
19
- "oci-workrequests": "2.82.2"
18
+ "oci-common": "2.83.0",
19
+ "oci-workrequests": "2.83.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"