oci-datacatalog 2.69.0 → 2.70.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 +158 -139
- package/lib/client.js +279 -139
- package/lib/client.js.map +1 -1
- package/lib/model/asynchronous-export-glossary-details.d.ts +25 -0
- package/lib/model/asynchronous-export-glossary-details.js +59 -0
- package/lib/model/asynchronous-export-glossary-details.js.map +1 -0
- package/lib/model/asynchronous-export-glossary-result.d.ts +43 -0
- package/lib/model/asynchronous-export-glossary-result.js +31 -0
- package/lib/model/asynchronous-export-glossary-result.js.map +1 -0
- package/lib/model/asynchronous-export-request-details.d.ts +25 -0
- package/lib/model/asynchronous-export-request-details.js +59 -0
- package/lib/model/asynchronous-export-request-details.js.map +1 -0
- package/lib/model/asynchronous-export-result.d.ts +43 -0
- package/lib/model/asynchronous-export-result.js +31 -0
- package/lib/model/asynchronous-export-result.js.map +1 -0
- package/lib/model/attribute-summary.d.ts +6 -0
- package/lib/model/attribute-summary.js.map +1 -1
- package/lib/model/attribute.d.ts +6 -0
- package/lib/model/attribute.js.map +1 -1
- package/lib/model/create-job-definition-details.d.ts +4 -0
- package/lib/model/create-job-definition-details.js.map +1 -1
- package/lib/model/create-job-details.d.ts +1 -0
- package/lib/model/create-job-details.js.map +1 -1
- package/lib/model/data-asset-summary.d.ts +6 -0
- package/lib/model/data-asset-summary.js.map +1 -1
- package/lib/model/data-asset.d.ts +6 -0
- package/lib/model/data-asset.js.map +1 -1
- package/lib/model/entity-lineage.d.ts +53 -0
- package/lib/model/entity-lineage.js +73 -0
- package/lib/model/entity-lineage.js.map +1 -0
- package/lib/model/entity-summary.d.ts +6 -0
- package/lib/model/entity-summary.js.map +1 -1
- package/lib/model/entity.d.ts +6 -0
- package/lib/model/entity.js.map +1 -1
- package/lib/model/faceted-search-date-filter-request.d.ts +1 -1
- package/lib/model/faceted-search-string-filter-request.d.ts +6 -1
- package/lib/model/faceted-search-string-filter-request.js.map +1 -1
- package/lib/model/fetch-entity-lineage-details.d.ts +45 -0
- package/lib/model/fetch-entity-lineage-details.js +31 -0
- package/lib/model/fetch-entity-lineage-details.js.map +1 -0
- package/lib/model/folder-summary.d.ts +6 -0
- package/lib/model/folder-summary.js.map +1 -1
- package/lib/model/folder.d.ts +6 -0
- package/lib/model/folder.js.map +1 -1
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +28 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/job-definition-summary.d.ts +4 -0
- package/lib/model/job-definition-summary.js.map +1 -1
- package/lib/model/job-definition.d.ts +4 -0
- package/lib/model/job-definition.js.map +1 -1
- package/lib/model/job-summary.d.ts +5 -0
- package/lib/model/job-summary.js.map +1 -1
- package/lib/model/job-type.d.ts +4 -0
- package/lib/model/job-type.js +4 -0
- package/lib/model/job-type.js.map +1 -1
- package/lib/model/job.d.ts +5 -0
- package/lib/model/job.js.map +1 -1
- package/lib/model/lineage-direction.d.ts +37 -0
- package/lib/model/lineage-direction.js +48 -0
- package/lib/model/lineage-direction.js.map +1 -0
- package/lib/model/lineage-object.d.ts +80 -0
- package/lib/model/lineage-object.js +31 -0
- package/lib/model/lineage-object.js.map +1 -0
- package/lib/model/lineage-relationship.d.ts +35 -0
- package/lib/model/lineage-relationship.js +31 -0
- package/lib/model/lineage-relationship.js.map +1 -0
- package/lib/model/object-lineage-request-details.d.ts +45 -0
- package/lib/model/object-lineage-request-details.js +31 -0
- package/lib/model/object-lineage-request-details.js.map +1 -0
- package/lib/model/object-lineage.d.ts +53 -0
- package/lib/model/object-lineage.js +73 -0
- package/lib/model/object-lineage.js.map +1 -0
- package/lib/model/object-storage-object-reference.d.ts +35 -0
- package/lib/model/object-storage-object-reference.js +31 -0
- package/lib/model/object-storage-object-reference.js.map +1 -0
- package/lib/model/update-job-definition-details.d.ts +4 -0
- package/lib/model/update-job-definition-details.js.map +1 -1
- package/lib/model/update-job-details.d.ts +1 -0
- package/lib/model/update-job-details.js.map +1 -1
- package/lib/request/add-data-selector-patterns-request.d.ts +1 -1
- package/lib/request/associate-custom-property-request.d.ts +1 -1
- package/lib/request/asynchronous-export-glossary-request.d.ts +44 -0
- package/lib/request/asynchronous-export-glossary-request.js +15 -0
- package/lib/request/asynchronous-export-glossary-request.js.map +1 -0
- package/lib/request/attach-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/change-catalog-compartment-request.d.ts +1 -1
- package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-metastore-compartment-request.d.ts +1 -1
- package/lib/request/create-attribute-request.d.ts +1 -1
- package/lib/request/create-attribute-tag-request.d.ts +1 -1
- package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-catalog-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-custom-property-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +1 -1
- package/lib/request/create-data-asset-tag-request.d.ts +1 -1
- package/lib/request/create-entity-request.d.ts +1 -1
- package/lib/request/create-entity-tag-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-folder-tag-request.d.ts +1 -1
- package/lib/request/create-glossary-request.d.ts +1 -1
- package/lib/request/create-job-definition-request.d.ts +1 -1
- package/lib/request/create-job-execution-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-metastore-request.d.ts +1 -1
- package/lib/request/create-namespace-request.d.ts +1 -1
- package/lib/request/create-pattern-request.d.ts +1 -1
- package/lib/request/create-term-relationship-request.d.ts +1 -1
- package/lib/request/create-term-request.d.ts +1 -1
- package/lib/request/delete-attribute-request.d.ts +1 -1
- package/lib/request/delete-attribute-tag-request.d.ts +1 -1
- package/lib/request/delete-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-catalog-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-custom-property-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-asset-tag-request.d.ts +1 -1
- package/lib/request/delete-entity-request.d.ts +1 -1
- package/lib/request/delete-entity-tag-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-folder-tag-request.d.ts +1 -1
- package/lib/request/delete-glossary-request.d.ts +1 -1
- package/lib/request/delete-job-definition-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-metastore-request.d.ts +1 -1
- package/lib/request/delete-namespace-request.d.ts +1 -1
- package/lib/request/delete-pattern-request.d.ts +1 -1
- package/lib/request/delete-term-relationship-request.d.ts +1 -1
- package/lib/request/delete-term-request.d.ts +1 -1
- package/lib/request/detach-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/disassociate-custom-property-request.d.ts +1 -1
- package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
- package/lib/request/export-glossary-request.d.ts +1 -1
- package/lib/request/fetch-entity-lineage-request.d.ts +56 -0
- package/lib/request/fetch-entity-lineage-request.js +15 -0
- package/lib/request/fetch-entity-lineage-request.js.map +1 -0
- package/lib/request/get-attribute-request.d.ts +1 -1
- package/lib/request/get-attribute-tag-request.d.ts +1 -1
- package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-catalog-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-custom-property-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-asset-tag-request.d.ts +1 -1
- package/lib/request/get-entity-request.d.ts +1 -1
- package/lib/request/get-entity-tag-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-folder-tag-request.d.ts +1 -1
- package/lib/request/get-glossary-request.d.ts +1 -1
- package/lib/request/get-job-definition-request.d.ts +1 -1
- package/lib/request/get-job-execution-request.d.ts +1 -1
- package/lib/request/get-job-log-request.d.ts +1 -1
- package/lib/request/get-job-metrics-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-metastore-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-pattern-request.d.ts +1 -1
- package/lib/request/get-term-relationship-request.d.ts +1 -1
- package/lib/request/get-term-request.d.ts +1 -1
- package/lib/request/get-type-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/import-connection-request.d.ts +1 -1
- package/lib/request/import-data-asset-request.d.ts +1 -1
- package/lib/request/import-glossary-request.d.ts +1 -1
- package/lib/request/index.d.ts +4 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
- package/lib/request/list-attribute-tags-request.d.ts +1 -1
- package/lib/request/list-attributes-request.d.ts +5 -3
- package/lib/request/list-attributes-request.js +1 -0
- package/lib/request/list-attributes-request.js.map +1 -1
- package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-catalogs-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-custom-properties-request.d.ts +1 -1
- package/lib/request/list-data-asset-tags-request.d.ts +1 -1
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-derived-logical-entities-request.d.ts +1 -1
- package/lib/request/list-entities-request.d.ts +5 -3
- package/lib/request/list-entities-request.js +1 -0
- package/lib/request/list-entities-request.js.map +1 -1
- package/lib/request/list-entity-tags-request.d.ts +1 -1
- package/lib/request/list-folder-tags-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +9 -3
- package/lib/request/list-folders-request.js +1 -0
- package/lib/request/list-folders-request.js.map +1 -1
- package/lib/request/list-glossaries-request.d.ts +1 -1
- package/lib/request/list-job-definitions-request.d.ts +5 -1
- package/lib/request/list-job-definitions-request.js.map +1 -1
- package/lib/request/list-job-executions-request.d.ts +1 -1
- package/lib/request/list-job-logs-request.d.ts +1 -1
- package/lib/request/list-job-metrics-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +6 -1
- package/lib/request/list-jobs-request.js.map +1 -1
- package/lib/request/list-metastores-request.d.ts +1 -1
- package/lib/request/list-namespaces-request.d.ts +1 -1
- package/lib/request/list-patterns-request.d.ts +1 -1
- package/lib/request/list-rules-request.d.ts +1 -1
- package/lib/request/list-tags-request.d.ts +1 -1
- package/lib/request/list-term-relationships-request.d.ts +1 -1
- package/lib/request/list-terms-request.d.ts +1 -1
- package/lib/request/list-types-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/object-stats-request.d.ts +1 -1
- package/lib/request/parse-connection-request.d.ts +1 -1
- package/lib/request/process-recommendation-request.d.ts +1 -1
- package/lib/request/recommendations-request.d.ts +1 -1
- package/lib/request/remove-data-selector-patterns-request.d.ts +1 -1
- package/lib/request/search-criteria-request.d.ts +1 -1
- package/lib/request/suggest-matches-request.d.ts +1 -1
- package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
- package/lib/request/test-connection-request.d.ts +1 -1
- package/lib/request/update-attribute-request.d.ts +1 -1
- package/lib/request/update-catalog-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-catalog-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-custom-property-request.d.ts +1 -1
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-entity-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-glossary-request.d.ts +1 -1
- package/lib/request/update-job-definition-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-metastore-request.d.ts +1 -1
- package/lib/request/update-namespace-request.d.ts +1 -1
- package/lib/request/update-pattern-request.d.ts +1 -1
- package/lib/request/update-term-relationship-request.d.ts +1 -1
- package/lib/request/update-term-request.d.ts +1 -1
- package/lib/request/upload-credentials-request.d.ts +1 -1
- package/lib/request/users-request.d.ts +1 -1
- package/lib/request/validate-connection-request.d.ts +1 -1
- package/lib/request/validate-pattern-request.d.ts +1 -1
- package/lib/response/asynchronous-export-glossary-response.d.ts +30 -0
- package/lib/response/asynchronous-export-glossary-response.js +15 -0
- package/lib/response/asynchronous-export-glossary-response.js.map +1 -0
- package/lib/response/fetch-entity-lineage-response.d.ts +30 -0
- package/lib/response/fetch-entity-lineage-response.js +15 -0
- package/lib/response/fetch-entity-lineage-response.js.map +1 -0
- package/lib/response/index.d.ts +4 -0
- package/package.json +3 -3
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Catalog API
|
|
3
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
4
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190325
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Object describing an individual element of object lineage.
|
|
17
|
+
*/
|
|
18
|
+
export interface LineageObject {
|
|
19
|
+
/**
|
|
20
|
+
* Key of the object, such as an entity, about which this lineage applies.
|
|
21
|
+
*/
|
|
22
|
+
"objectKey"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Display name of the object.
|
|
25
|
+
*/
|
|
26
|
+
"displayName"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Detailed description of the object.
|
|
29
|
+
*/
|
|
30
|
+
"description"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Indicates if intra-lineage is available for this given object. If yes, drill-down can be requested for
|
|
33
|
+
* this object.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"isIntraLineageAvailable"?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Key of the parent object for this object.
|
|
39
|
+
*/
|
|
40
|
+
"parentKey"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Full path of the parent object.
|
|
43
|
+
*/
|
|
44
|
+
"parentPath"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The time that this object was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"timeCreated"?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* The time that this object was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeUpdated"?: Date;
|
|
55
|
+
/**
|
|
56
|
+
* Type name of the object. Type keys can be found via the '/types' endpoint.
|
|
57
|
+
*/
|
|
58
|
+
"typeName"?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Type key of the object. Type keys can be found via the '/types' endpoint.
|
|
61
|
+
*/
|
|
62
|
+
"typeKey"?: string;
|
|
63
|
+
/**
|
|
64
|
+
* A map of maps that contains the properties which are specific to the entity type. Each entity type
|
|
65
|
+
* definition defines it's set of required and optional properties. The map keys are category names and the
|
|
66
|
+
* values are maps of property name to property value. Every property is contained inside of a category. Most
|
|
67
|
+
* data entities have required properties within the \"default\" category.
|
|
68
|
+
* Example: `{\"properties\": { \"default\": { \"key1\": \"value1\"}}}`
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"properties"?: {
|
|
72
|
+
[key: string]: {
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
export declare namespace LineageObject {
|
|
78
|
+
function getJsonObj(obj: LineageObject): object;
|
|
79
|
+
function getDeserializedJsonObj(obj: LineageObject): object;
|
|
80
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Catalog API
|
|
4
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
5
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190325
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.LineageObject = void 0;
|
|
18
|
+
var LineageObject;
|
|
19
|
+
(function (LineageObject) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
LineageObject.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
LineageObject.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(LineageObject = exports.LineageObject || (exports.LineageObject = {}));
|
|
31
|
+
//# sourceMappingURL=lineage-object.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lineage-object.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/lineage-object.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAgEH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Catalog API
|
|
3
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
4
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190325
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Declares how two elements of object lineage are related.
|
|
17
|
+
*/
|
|
18
|
+
export interface LineageRelationship {
|
|
19
|
+
/**
|
|
20
|
+
* Object key of source lineage element.
|
|
21
|
+
*/
|
|
22
|
+
"fromObjectKey"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Object key of target lineage element.
|
|
25
|
+
*/
|
|
26
|
+
"toObjectKey"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Type of the relationship.
|
|
29
|
+
*/
|
|
30
|
+
"relationshipType"?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace LineageRelationship {
|
|
33
|
+
function getJsonObj(obj: LineageRelationship): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: LineageRelationship): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Catalog API
|
|
4
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
5
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190325
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.LineageRelationship = void 0;
|
|
18
|
+
var LineageRelationship;
|
|
19
|
+
(function (LineageRelationship) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
LineageRelationship.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
LineageRelationship.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(LineageRelationship = exports.LineageRelationship || (exports.LineageRelationship = {}));
|
|
31
|
+
//# sourceMappingURL=lineage-relationship.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lineage-relationship.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/lineage-relationship.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Catalog API
|
|
3
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
4
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190325
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* Details needed by a lineage fetch request.
|
|
18
|
+
*/
|
|
19
|
+
export interface ObjectLineageRequestDetails {
|
|
20
|
+
/**
|
|
21
|
+
* Object level at which the lineage is returned.
|
|
22
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"level"?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Direction of the lineage returned.
|
|
27
|
+
*/
|
|
28
|
+
"direction"?: model.LineageDirection;
|
|
29
|
+
/**
|
|
30
|
+
* Intra-lineages are drill down lineages. This field indicates whether all intra-lineages need to be
|
|
31
|
+
* expanded inline in the lineage returned.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"isIntraLineage"?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Unique object key for which intra-lineage needs to be fetched. Only drill-down lineage corresponding
|
|
37
|
+
* to the object whose object key is passed is returned.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"intraLineageObjectKey"?: string;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace ObjectLineageRequestDetails {
|
|
43
|
+
function getJsonObj(obj: ObjectLineageRequestDetails): object;
|
|
44
|
+
function getDeserializedJsonObj(obj: ObjectLineageRequestDetails): object;
|
|
45
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Catalog API
|
|
4
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
5
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190325
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ObjectLineageRequestDetails = void 0;
|
|
18
|
+
var ObjectLineageRequestDetails;
|
|
19
|
+
(function (ObjectLineageRequestDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
ObjectLineageRequestDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ObjectLineageRequestDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(ObjectLineageRequestDetails = exports.ObjectLineageRequestDetails || (exports.ObjectLineageRequestDetails = {}));
|
|
31
|
+
//# sourceMappingURL=object-lineage-request-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-lineage-request-details.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/object-lineage-request-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAgCH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Catalog API
|
|
3
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
4
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190325
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
import * as model from "../model";
|
|
16
|
+
/**
|
|
17
|
+
* Lineage for an object.
|
|
18
|
+
*/
|
|
19
|
+
export interface ObjectLineage {
|
|
20
|
+
/**
|
|
21
|
+
* Object level at which the lineage is returned.
|
|
22
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"level": number;
|
|
25
|
+
/**
|
|
26
|
+
* Direction of the lineage returned.
|
|
27
|
+
*/
|
|
28
|
+
"direction": model.LineageDirection;
|
|
29
|
+
/**
|
|
30
|
+
* Set of objects that are involved in the lineage.
|
|
31
|
+
*/
|
|
32
|
+
"objects"?: Array<model.LineageObject>;
|
|
33
|
+
/**
|
|
34
|
+
* Set of relationships between the objects in the 'objects' set.
|
|
35
|
+
*/
|
|
36
|
+
"relationships"?: Array<model.LineageRelationship>;
|
|
37
|
+
/**
|
|
38
|
+
* A map of maps that contains additional information in explanation of the lineage returned. The map keys are
|
|
39
|
+
* categories of information and the values are maps of annotation names to their corresponding values.
|
|
40
|
+
* Every annotation is contained inside a category.
|
|
41
|
+
* Example: `{\"annotations\": { \"category\": { \"key\": \"value\"}}}`
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"annotations"?: {
|
|
45
|
+
[key: string]: {
|
|
46
|
+
[key: string]: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
export declare namespace ObjectLineage {
|
|
51
|
+
function getJsonObj(obj: ObjectLineage): object;
|
|
52
|
+
function getDeserializedJsonObj(obj: ObjectLineage): object;
|
|
53
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Catalog API
|
|
4
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
5
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190325
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ObjectLineage = void 0;
|
|
37
|
+
const model = __importStar(require("../model"));
|
|
38
|
+
var ObjectLineage;
|
|
39
|
+
(function (ObjectLineage) {
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
42
|
+
"objects": obj.objects
|
|
43
|
+
? obj.objects.map(item => {
|
|
44
|
+
return model.LineageObject.getJsonObj(item);
|
|
45
|
+
})
|
|
46
|
+
: undefined,
|
|
47
|
+
"relationships": obj.relationships
|
|
48
|
+
? obj.relationships.map(item => {
|
|
49
|
+
return model.LineageRelationship.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ObjectLineage.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"objects": obj.objects
|
|
59
|
+
? obj.objects.map(item => {
|
|
60
|
+
return model.LineageObject.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined,
|
|
63
|
+
"relationships": obj.relationships
|
|
64
|
+
? obj.relationships.map(item => {
|
|
65
|
+
return model.LineageRelationship.getDeserializedJsonObj(item);
|
|
66
|
+
})
|
|
67
|
+
: undefined
|
|
68
|
+
});
|
|
69
|
+
return jsonObj;
|
|
70
|
+
}
|
|
71
|
+
ObjectLineage.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
72
|
+
})(ObjectLineage = exports.ObjectLineage || (exports.ObjectLineage = {}));
|
|
73
|
+
//# sourceMappingURL=object-lineage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-lineage.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/object-lineage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,aAAa,CAuC7B;AAvCD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wBAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oCAAsB,yBAkBrC,CAAA;AACH,CAAC,EAvCgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAuC7B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Catalog API
|
|
3
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
4
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190325
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* A reference to an Object Storage object.
|
|
17
|
+
*/
|
|
18
|
+
export interface ObjectStorageObjectReference {
|
|
19
|
+
/**
|
|
20
|
+
* Object Storage namespace.
|
|
21
|
+
*/
|
|
22
|
+
"namespaceName": string;
|
|
23
|
+
/**
|
|
24
|
+
* Object Storage bucket name.
|
|
25
|
+
*/
|
|
26
|
+
"bucketName": string;
|
|
27
|
+
/**
|
|
28
|
+
* Object Storage object name.
|
|
29
|
+
*/
|
|
30
|
+
"objectName": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace ObjectStorageObjectReference {
|
|
33
|
+
function getJsonObj(obj: ObjectStorageObjectReference): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: ObjectStorageObjectReference): object;
|
|
35
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Catalog API
|
|
4
|
+
* Use the Data Catalog APIs to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata.
|
|
5
|
+
For more information, see [Data Catalog](https://docs.oracle.com/iaas/data-catalog/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190325
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ObjectStorageObjectReference = void 0;
|
|
18
|
+
var ObjectStorageObjectReference;
|
|
19
|
+
(function (ObjectStorageObjectReference) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
ObjectStorageObjectReference.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ObjectStorageObjectReference.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(ObjectStorageObjectReference = exports.ObjectStorageObjectReference || (exports.ObjectStorageObjectReference = {}));
|
|
31
|
+
//# sourceMappingURL=object-storage-object-reference.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-object-reference.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/object-storage-object-reference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuBH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -30,6 +30,10 @@ export interface UpdateJobDefinitionDetails {
|
|
|
30
30
|
* The key of the data asset for which the job is defined.
|
|
31
31
|
*/
|
|
32
32
|
"dataAssetKey"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Unique key of the glossary to which this job applies.
|
|
35
|
+
*/
|
|
36
|
+
"glossaryKey"?: string;
|
|
33
37
|
/**
|
|
34
38
|
* Detailed description of the job definition.
|
|
35
39
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-job-definition-details.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/update-job-definition-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"update-job-definition-details.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/update-job-definition-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAsDH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
|
|
@@ -29,6 +29,7 @@ export interface UpdateJobDetails {
|
|
|
29
29
|
/**
|
|
30
30
|
* Interval on which the job will be run. Value is specified as a cron-supported time specification \"nickname\".
|
|
31
31
|
* The following subset of those is supported: @monthly, @weekly, @daily, @hourly.
|
|
32
|
+
* For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency.
|
|
32
33
|
*
|
|
33
34
|
*/
|
|
34
35
|
"scheduleCronExpression"?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-job-details.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/update-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"update-job-details.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/model/update-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAwCH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -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.70.0/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatternsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddDataSelectorPatternsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.70.0/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomPropertyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AssociateCustomPropertyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190325
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossaryRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AsynchronousExportGlossaryRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique catalog identifier.
|
|
21
|
+
*/
|
|
22
|
+
"catalogId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique glossary key.
|
|
25
|
+
*/
|
|
26
|
+
"glossaryKey": string;
|
|
27
|
+
/**
|
|
28
|
+
* Details needed by the glossary export request.
|
|
29
|
+
*/
|
|
30
|
+
"asynchronousExportGlossaryDetails": model.AsynchronousExportGlossaryDetails;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
37
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
+
* might be rejected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRetryToken"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190325
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=asynchronous-export-glossary-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asynchronous-export-glossary-request.js","sourceRoot":"","sources":["../../../../../lib/datacatalog/lib/request/asynchronous-export-glossary-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.70.0/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AttachCatalogPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.70.0/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCatalogCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.70.0/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCatalogPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.70.0/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMetastoreCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|