oci-resourcesearch 2.102.2 → 2.103.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
@@ -87,7 +87,7 @@ export declare class ResourceSearchClient {
87
87
  * @param GetResourceTypeRequest
88
88
  * @return GetResourceTypeResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
90
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
91
91
  */
92
92
  getResourceType(getResourceTypeRequest: requests.GetResourceTypeRequest): Promise<responses.GetResourceTypeResponse>;
93
93
  /**
@@ -97,7 +97,7 @@ export declare class ResourceSearchClient {
97
97
  * @param ListResourceTypesRequest
98
98
  * @return ListResourceTypesResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
100
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
101
101
  */
102
102
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
103
103
  /**
@@ -141,7 +141,7 @@ export declare class ResourceSearchClient {
141
141
  * @param SearchResourcesRequest
142
142
  * @return SearchResourcesResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
144
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
145
145
  */
146
146
  searchResources(searchResourcesRequest: requests.SearchResourcesRequest): Promise<responses.SearchResourcesResponse>;
147
147
  }
package/lib/client.js CHANGED
@@ -193,7 +193,7 @@ class ResourceSearchClient {
193
193
  * @param GetResourceTypeRequest
194
194
  * @return GetResourceTypeResponse
195
195
  * @throws OciError when an error occurs
196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
196
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
197
197
  */
198
198
  getResourceType(getResourceTypeRequest) {
199
199
  return __awaiter(this, void 0, void 0, function* () {
@@ -252,7 +252,7 @@ class ResourceSearchClient {
252
252
  * @param ListResourceTypesRequest
253
253
  * @return ListResourceTypesResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
255
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
256
256
  */
257
257
  listResourceTypes(listResourceTypesRequest) {
258
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -359,7 +359,7 @@ class ResourceSearchClient {
359
359
  * @param SearchResourcesRequest
360
360
  * @return SearchResourcesResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
362
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
363
363
  */
364
364
  searchResources(searchResourcesRequest) {
365
365
  return __awaiter(this, void 0, void 0, function* () {
@@ -45,7 +45,7 @@ export interface ResourceSummary {
45
45
  "lifecycleState"?: string;
46
46
  /**
47
47
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
48
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
48
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * Example: {@code {\"Department\": \"Finance\"}}
50
50
  *
51
51
  */
@@ -54,7 +54,7 @@ export interface ResourceSummary {
54
54
  };
55
55
  /**
56
56
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
57
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
57
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
58
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
59
59
  *
60
60
  */
@@ -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/latest/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceTypeRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypesRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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/latest/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResourcesRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.102.2",
3
+ "version": "2.103.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.102.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"