oci-resourcesearch 2.76.1 → 2.77.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 +3 -3
- package/lib/client.js +3 -3
- package/lib/model/queryable-field-description.d.ts +2 -2
- package/lib/model/resource-summary.d.ts +3 -3
- package/lib/model/search-details.d.ts +1 -1
- package/lib/request/get-resource-type-request.d.ts +1 -1
- package/lib/request/list-resource-types-request.d.ts +1 -1
- package/lib/request/search-resources-request.d.ts +1 -1
- package/package.json +3 -3
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.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/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
|
@@ -167,7 +167,7 @@ class ResourceSearchClient {
|
|
|
167
167
|
* @param GetResourceTypeRequest
|
|
168
168
|
* @return GetResourceTypeResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/resourcesearch/GetResourceType.ts.html |here} to see how to use GetResourceType API.
|
|
171
171
|
*/
|
|
172
172
|
getResourceType(getResourceTypeRequest) {
|
|
173
173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -226,7 +226,7 @@ class ResourceSearchClient {
|
|
|
226
226
|
* @param ListResourceTypesRequest
|
|
227
227
|
* @return ListResourceTypesResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/resourcesearch/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
|
|
230
230
|
*/
|
|
231
231
|
listResourceTypes(listResourceTypesRequest) {
|
|
232
232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -333,7 +333,7 @@ class ResourceSearchClient {
|
|
|
333
333
|
* @param SearchResourcesRequest
|
|
334
334
|
* @return SearchResourcesResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/resourcesearch/SearchResources.ts.html |here} to see how to use SearchResources API.
|
|
337
337
|
*/
|
|
338
338
|
searchResources(searchResourcesRequest) {
|
|
339
339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21,7 +21,7 @@ export interface QueryableFieldDescription {
|
|
|
21
21
|
*/
|
|
22
22
|
"fieldType": QueryableFieldDescription.FieldType;
|
|
23
23
|
/**
|
|
24
|
-
* The name of the field to use when constructing the query. Field names are present for all types except
|
|
24
|
+
* The name of the field to use when constructing the query. Field names are present for all types except {@code OBJECT}.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"fieldName": string;
|
|
@@ -31,7 +31,7 @@ export interface QueryableFieldDescription {
|
|
|
31
31
|
*/
|
|
32
32
|
"isArray"?: boolean;
|
|
33
33
|
/**
|
|
34
|
-
* If the field type is
|
|
34
|
+
* If the field type is {@code OBJECT}, then this property will provide all the individual properties of the object that can
|
|
35
35
|
* be queried.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
@@ -46,7 +46,7 @@ export interface ResourceSummary {
|
|
|
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
48
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
49
|
-
* Example:
|
|
49
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"freeformTags"?: {
|
|
@@ -55,7 +55,7 @@ export interface ResourceSummary {
|
|
|
55
55
|
/**
|
|
56
56
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
57
57
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
58
|
-
* Example:
|
|
58
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"definedTags"?: {
|
|
@@ -66,7 +66,7 @@ export interface ResourceSummary {
|
|
|
66
66
|
/**
|
|
67
67
|
* System tags associated with this resource, if any. System tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces.
|
|
68
68
|
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
|
-
* Example:
|
|
69
|
+
* Example: {@code {orcl-cloud: {free-tier-retain: true}}}
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
"systemTags"?: {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface SearchDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The type of matching context returned in the response. If you specify
|
|
18
|
+
* The type of matching context returned in the response. If you specify {@code HIGHLIGHTS}, then the service will highlight fragments in its response. (For more information, see ResourceSummary.searchContext and SearchContext.) The default setting is {@code NONE}.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"matchingContextType"?: SearchDetails.MatchingContextType;
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.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.
|
|
3
|
+
"version": "2.77.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|