oci-resourcesearch 2.50.4 → 2.51.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
@@ -62,7 +62,7 @@ export declare class ResourceSearchClient {
62
62
  * @param GetResourceTypeRequest
63
63
  * @return GetResourceTypeResponse
64
64
  * @throws OciError when an error occurs
65
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
65
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
66
66
  */
67
67
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
68
68
  /**
@@ -72,7 +72,7 @@ export declare class ResourceSearchClient {
72
72
  * @param ListResourceTypesRequest
73
73
  * @return ListResourceTypesResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
76
76
  */
77
77
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
78
78
  /**
@@ -116,7 +116,7 @@ export declare class ResourceSearchClient {
116
116
  * @param SearchResourcesRequest
117
117
  * @return SearchResourcesResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
120
120
  */
121
121
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
122
122
  }
package/lib/client.js CHANGED
@@ -136,7 +136,7 @@ class ResourceSearchClient {
136
136
  * @param GetResourceTypeRequest
137
137
  * @return GetResourceTypeResponse
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.50.4/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
140
140
  */
141
141
  getResourceType(getResourceTypeRequest) {
142
142
  return __awaiter(this, void 0, void 0, function* () {
@@ -195,7 +195,7 @@ class ResourceSearchClient {
195
195
  * @param ListResourceTypesRequest
196
196
  * @return ListResourceTypesResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
199
199
  */
200
200
  listResourceTypes(listResourceTypesRequest) {
201
201
  return __awaiter(this, void 0, void 0, function* () {
@@ -302,7 +302,7 @@ class ResourceSearchClient {
302
302
  * @param SearchResourcesRequest
303
303
  * @return SearchResourcesResponse
304
304
  * @throws OciError when an error occurs
305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.4/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.51.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
306
306
  */
307
307
  searchResources(searchResourcesRequest) {
308
308
  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.50.4/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.51.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.50.4/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.51.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.50.4/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.51.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.50.4",
3
+ "version": "2.51.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.50.4",
19
- "oci-workrequests": "2.50.4"
18
+ "oci-common": "2.51.0",
19
+ "oci-workrequests": "2.51.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"