oci-resourcesearch 2.68.1 → 2.68.2

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
@@ -73,7 +73,7 @@ export declare class ResourceSearchClient {
73
73
  * @param GetResourceTypeRequest
74
74
  * @return GetResourceTypeResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
77
77
  */
78
78
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
79
79
  /**
@@ -83,7 +83,7 @@ export declare class ResourceSearchClient {
83
83
  * @param ListResourceTypesRequest
84
84
  * @return ListResourceTypesResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
87
87
  */
88
88
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
89
89
  /**
@@ -127,7 +127,7 @@ export declare class ResourceSearchClient {
127
127
  * @param SearchResourcesRequest
128
128
  * @return SearchResourcesResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
131
131
  */
132
132
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
133
133
  }
package/lib/client.js CHANGED
@@ -163,7 +163,7 @@ class ResourceSearchClient {
163
163
  * @param GetResourceTypeRequest
164
164
  * @return GetResourceTypeResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
167
167
  */
168
168
  getResourceType(getResourceTypeRequest) {
169
169
  return __awaiter(this, void 0, void 0, function* () {
@@ -222,7 +222,7 @@ class ResourceSearchClient {
222
222
  * @param ListResourceTypesRequest
223
223
  * @return ListResourceTypesResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
226
226
  */
227
227
  listResourceTypes(listResourceTypesRequest) {
228
228
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class ResourceSearchClient {
329
329
  * @param SearchResourcesRequest
330
330
  * @return SearchResourcesResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
333
333
  */
334
334
  searchResources(searchResourcesRequest) {
335
335
  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.68.1/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.68.2/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.68.1/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.68.2/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.68.1/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.68.2/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.68.1",
3
+ "version": "2.68.2",
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.68.1",
19
- "oci-workrequests": "2.68.1"
18
+ "oci-common": "2.68.2",
19
+ "oci-workrequests": "2.68.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"