oci-resourcesearch 2.66.0 → 2.67.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
@@ -72,7 +72,7 @@ export declare class ResourceSearchClient {
72
72
  * @param GetResourceTypeRequest
73
73
  * @return GetResourceTypeResponse
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.66.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
76
76
  */
77
77
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
78
78
  /**
@@ -82,7 +82,7 @@ export declare class ResourceSearchClient {
82
82
  * @param ListResourceTypesRequest
83
83
  * @return ListResourceTypesResponse
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.66.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
86
86
  */
87
87
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
88
88
  /**
@@ -126,7 +126,7 @@ export declare class ResourceSearchClient {
126
126
  * @param SearchResourcesRequest
127
127
  * @return SearchResourcesResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
130
130
  */
131
131
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
132
132
  }
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class ResourceSearchClient {
159
159
  * @param GetResourceTypeRequest
160
160
  * @return GetResourceTypeResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
163
163
  */
164
164
  getResourceType(getResourceTypeRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +218,7 @@ class ResourceSearchClient {
218
218
  * @param ListResourceTypesRequest
219
219
  * @return ListResourceTypesResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
222
222
  */
223
223
  listResourceTypes(listResourceTypesRequest) {
224
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -325,7 +325,7 @@ class ResourceSearchClient {
325
325
  * @param SearchResourcesRequest
326
326
  * @return SearchResourcesResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
329
329
  */
330
330
  searchResources(searchResourcesRequest) {
331
331
  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.66.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.67.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.66.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.67.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.66.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.67.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.66.0",
3
+ "version": "2.67.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.66.0",
19
- "oci-workrequests": "2.66.0"
18
+ "oci-common": "2.67.0",
19
+ "oci-workrequests": "2.67.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"