oci-resourcesearch 2.13.0 → 2.16.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
@@ -60,7 +60,7 @@ export declare class ResourceSearchClient {
60
60
  * @param GetResourceTypeRequest
61
61
  * @return GetResourceTypeResponse
62
62
  * @throws OciError when an error occurs
63
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
63
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
64
64
  */
65
65
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
66
66
  /**
@@ -70,7 +70,7 @@ export declare class ResourceSearchClient {
70
70
  * @param ListResourceTypesRequest
71
71
  * @return ListResourceTypesResponse
72
72
  * @throws OciError when an error occurs
73
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
73
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
74
74
  */
75
75
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
76
76
  /**
@@ -114,7 +114,7 @@ export declare class ResourceSearchClient {
114
114
  * @param SearchResourcesRequest
115
115
  * @return SearchResourcesResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
118
118
  */
119
119
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
120
120
  }
package/lib/client.js CHANGED
@@ -130,7 +130,7 @@ class ResourceSearchClient {
130
130
  * @param GetResourceTypeRequest
131
131
  * @return GetResourceTypeResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
134
134
  */
135
135
  getResourceType(getResourceTypeRequest) {
136
136
  return __awaiter(this, void 0, void 0, function* () {
@@ -187,7 +187,7 @@ class ResourceSearchClient {
187
187
  * @param ListResourceTypesRequest
188
188
  * @return ListResourceTypesResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
191
191
  */
192
192
  listResourceTypes(listResourceTypesRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -292,7 +292,7 @@ class ResourceSearchClient {
292
292
  * @param SearchResourcesRequest
293
293
  * @return SearchResourcesResponse
294
294
  * @throws OciError when an error occurs
295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.16.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
296
296
  */
297
297
  searchResources(searchResourcesRequest) {
298
298
  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.13.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.16.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.13.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.16.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.13.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.16.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.13.0",
3
+ "version": "2.16.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.13.0",
19
- "oci-workrequests": "2.13.0"
18
+ "oci-common": "2.16.0",
19
+ "oci-workrequests": "2.16.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"