oci-resourcesearch 2.24.0 → 2.25.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
@@ -61,7 +61,7 @@ export declare class ResourceSearchClient {
61
61
  * @param GetResourceTypeRequest
62
62
  * @return GetResourceTypeResponse
63
63
  * @throws OciError when an error occurs
64
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
64
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
65
65
  */
66
66
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
67
67
  /**
@@ -71,7 +71,7 @@ export declare class ResourceSearchClient {
71
71
  * @param ListResourceTypesRequest
72
72
  * @return ListResourceTypesResponse
73
73
  * @throws OciError when an error occurs
74
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
74
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
75
75
  */
76
76
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
77
77
  /**
@@ -115,7 +115,7 @@ export declare class ResourceSearchClient {
115
115
  * @param SearchResourcesRequest
116
116
  * @return SearchResourcesResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
119
119
  */
120
120
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
121
121
  }
package/lib/client.js CHANGED
@@ -135,7 +135,7 @@ class ResourceSearchClient {
135
135
  * @param GetResourceTypeRequest
136
136
  * @return GetResourceTypeResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
139
139
  */
140
140
  getResourceType(getResourceTypeRequest) {
141
141
  return __awaiter(this, void 0, void 0, function* () {
@@ -192,7 +192,7 @@ class ResourceSearchClient {
192
192
  * @param ListResourceTypesRequest
193
193
  * @return ListResourceTypesResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
196
196
  */
197
197
  listResourceTypes(listResourceTypesRequest) {
198
198
  return __awaiter(this, void 0, void 0, function* () {
@@ -297,7 +297,7 @@ class ResourceSearchClient {
297
297
  * @param SearchResourcesRequest
298
298
  * @return SearchResourcesResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
301
301
  */
302
302
  searchResources(searchResourcesRequest) {
303
303
  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.24.0/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.25.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.24.0/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.25.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.24.0/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.25.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.24.0",
3
+ "version": "2.25.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.24.0",
19
- "oci-workrequests": "2.24.0"
18
+ "oci-common": "2.25.0",
19
+ "oci-workrequests": "2.25.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"