oci-dataintegration 2.22.0 → 2.26.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 +132 -131
- package/lib/client.js +137 -132
- package/lib/client.js.map +1 -1
- package/lib/model/abstract-call-attribute.d.ts +26 -0
- package/lib/model/abstract-call-attribute.js +65 -0
- package/lib/model/abstract-call-attribute.js.map +1 -0
- package/lib/model/abstract-data-operation-config.d.ts +14 -0
- package/lib/model/abstract-data-operation-config.js +10 -2
- package/lib/model/abstract-data-operation-config.js.map +1 -1
- package/lib/model/abstract-read-attribute.js +4 -0
- package/lib/model/abstract-read-attribute.js.map +1 -1
- package/lib/model/bip-call-attribute.d.ts +35 -0
- package/lib/model/bip-call-attribute.js +72 -0
- package/lib/model/bip-call-attribute.js.map +1 -0
- package/lib/model/bip-read-attributes.d.ts +47 -0
- package/lib/model/bip-read-attributes.js +82 -0
- package/lib/model/bip-read-attributes.js.map +1 -0
- package/lib/model/bip-report-parameter-value.d.ts +29 -0
- package/lib/model/bip-report-parameter-value.js +29 -0
- package/lib/model/bip-report-parameter-value.js.map +1 -0
- package/lib/model/child-reference.d.ts +3 -0
- package/lib/model/child-reference.js +3 -0
- package/lib/model/child-reference.js.map +1 -1
- package/lib/model/conditional-composite-field-map.d.ts +46 -0
- package/lib/model/conditional-composite-field-map.js +84 -0
- package/lib/model/conditional-composite-field-map.js.map +1 -0
- package/lib/model/conditional-input-link.d.ts +1 -1
- package/lib/model/conditional-input-link.js.map +1 -1
- package/lib/model/conditional-output-port.d.ts +43 -0
- package/lib/model/conditional-output-port.js +81 -0
- package/lib/model/conditional-output-port.js.map +1 -0
- package/lib/model/configuration-details.d.ts +1 -1
- package/lib/model/configuration-details.js.map +1 -1
- package/lib/model/connection-details.js +4 -0
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/connection-from-bi-p.d.ts +29 -0
- package/lib/model/connection-from-bi-p.js +60 -0
- package/lib/model/connection-from-bi-p.js.map +1 -0
- package/lib/model/connection-from-bip-details.d.ts +29 -0
- package/lib/model/connection-from-bip-details.js +62 -0
- package/lib/model/connection-from-bip-details.js.map +1 -0
- package/lib/model/connection-summary-from-bi-p.d.ts +29 -0
- package/lib/model/connection-summary-from-bi-p.js +62 -0
- package/lib/model/connection-summary-from-bi-p.js.map +1 -0
- package/lib/model/connection-summary.js +4 -0
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.js +4 -0
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-connection-details.js +4 -0
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-connection-from-bi-p.d.ts +29 -0
- package/lib/model/create-connection-from-bi-p.js +62 -0
- package/lib/model/create-connection-from-bi-p.js.map +1 -0
- package/lib/model/create-connection-validation-details.d.ts +1 -1
- package/lib/model/create-connection-validation-details.js.map +1 -1
- package/lib/model/create-data-asset-from-fusion-app.d.ts +4 -1
- package/lib/model/create-data-asset-from-fusion-app.js +19 -3
- package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/create-task-from-data-loader-task.d.ts +9 -0
- package/lib/model/create-task-from-data-loader-task.js +8 -2
- package/lib/model/create-task-from-data-loader-task.js.map +1 -1
- package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
- package/lib/model/data-asset-from-fusion-app.js +2 -2
- package/lib/model/data-asset-from-fusion-app.js.map +1 -1
- package/lib/model/data-asset-summary-from-fusion-app.d.ts +4 -1
- package/lib/model/data-asset-summary-from-fusion-app.js +19 -3
- package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
- package/lib/model/field-map.js +12 -0
- package/lib/model/field-map.js.map +1 -1
- package/lib/model/flatten-details.d.ts +35 -0
- package/lib/model/flatten-details.js +67 -0
- package/lib/model/flatten-details.js.map +1 -0
- package/lib/model/flatten-projection-preferences.d.ts +73 -0
- package/lib/model/flatten-projection-preferences.js +69 -0
- package/lib/model/flatten-projection-preferences.js.map +1 -0
- package/lib/model/flatten.d.ts +26 -0
- package/lib/model/flatten.js +64 -0
- package/lib/model/flatten.js.map +1 -0
- package/lib/model/flow-node.d.ts +1 -1
- package/lib/model/flow-node.js.map +1 -1
- package/lib/model/function.d.ts +25 -0
- package/lib/model/function.js +56 -0
- package/lib/model/function.js.map +1 -0
- package/lib/model/index.d.ts +46 -0
- package/lib/model/index.js +56 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/input-link.d.ts +1 -1
- package/lib/model/input-link.js.map +1 -1
- package/lib/model/macro-pivot-field.d.ts +33 -0
- package/lib/model/macro-pivot-field.js +59 -0
- package/lib/model/macro-pivot-field.js.map +1 -0
- package/lib/model/named-entity-map.d.ts +46 -0
- package/lib/model/named-entity-map.js +62 -0
- package/lib/model/named-entity-map.js.map +1 -0
- package/lib/model/oci-function.d.ts +33 -0
- package/lib/model/oci-function.js +65 -0
- package/lib/model/oci-function.js.map +1 -0
- package/lib/model/operator.d.ts +1 -1
- package/lib/model/operator.js +18 -2
- package/lib/model/operator.js.map +1 -1
- package/lib/model/oracle-adwc-write-attribute.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
- package/lib/model/oracle-adwc-write-attributes.d.ts +1 -1
- package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
- package/lib/model/oracle-atp-write-attribute.d.ts +1 -1
- package/lib/model/oracle-atp-write-attribute.js.map +1 -1
- package/lib/model/oracle-atp-write-attributes.d.ts +1 -1
- package/lib/model/oracle-atp-write-attributes.js.map +1 -1
- package/lib/model/pivot-field.d.ts +31 -0
- package/lib/model/pivot-field.js +60 -0
- package/lib/model/pivot-field.js.map +1 -0
- package/lib/model/pivot-keys.d.ts +49 -0
- package/lib/model/pivot-keys.js +55 -0
- package/lib/model/pivot-keys.js.map +1 -0
- package/lib/model/pivot.d.ts +26 -0
- package/lib/model/pivot.js +62 -0
- package/lib/model/pivot.js.map +1 -0
- package/lib/model/published-object-from-data-loader-task.d.ts +9 -0
- package/lib/model/published-object-from-data-loader-task.js +8 -2
- package/lib/model/published-object-from-data-loader-task.js.map +1 -1
- package/lib/model/read-operation-config.d.ts +1 -1
- package/lib/model/read-operation-config.js.map +1 -1
- package/lib/model/reference-summary.d.ts +9 -0
- package/lib/model/reference-summary.js +9 -0
- package/lib/model/reference-summary.js.map +1 -1
- package/lib/model/reference.d.ts +9 -0
- package/lib/model/reference.js +9 -0
- package/lib/model/reference.js.map +1 -1
- package/lib/model/rule-based-entity-map.d.ts +63 -0
- package/lib/model/rule-based-entity-map.js +74 -0
- package/lib/model/rule-based-entity-map.js.map +1 -0
- package/lib/model/split.d.ts +37 -0
- package/lib/model/split.js +60 -0
- package/lib/model/split.js.map +1 -0
- package/lib/model/target.d.ts +16 -0
- package/lib/model/target.js.map +1 -1
- package/lib/model/task-from-data-loader-task-details.d.ts +9 -0
- package/lib/model/task-from-data-loader-task-details.js +8 -2
- package/lib/model/task-from-data-loader-task-details.js.map +1 -1
- package/lib/model/task-run-details.d.ts +6 -0
- package/lib/model/task-run-details.js +7 -0
- package/lib/model/task-run-details.js.map +1 -1
- package/lib/model/task-run-summary.d.ts +6 -0
- package/lib/model/task-run-summary.js +7 -0
- package/lib/model/task-run-summary.js.map +1 -1
- package/lib/model/task-summary-from-data-loader-task.d.ts +9 -0
- package/lib/model/task-summary-from-data-loader-task.js +8 -2
- package/lib/model/task-summary-from-data-loader-task.js.map +1 -1
- package/lib/model/typed-object.js +8 -0
- package/lib/model/typed-object.js.map +1 -1
- package/lib/model/update-connection-details.js +4 -0
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-connection-from-bi-p.d.ts +29 -0
- package/lib/model/update-connection-from-bi-p.js +62 -0
- package/lib/model/update-connection-from-bi-p.js.map +1 -0
- package/lib/model/update-reference-details.d.ts +1 -1
- package/lib/model/update-task-from-data-loader-task.d.ts +9 -0
- package/lib/model/update-task-from-data-loader-task.js +8 -2
- package/lib/model/update-task-from-data-loader-task.js.map +1 -1
- package/lib/request/change-compartment-request.d.ts +1 -1
- package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +2 -2
- package/lib/request/create-connection-validation-request.d.ts +1 -1
- package/lib/request/create-data-asset-request.d.ts +1 -1
- package/lib/request/create-data-flow-request.d.ts +1 -1
- package/lib/request/create-data-flow-validation-request.d.ts +1 -1
- package/lib/request/create-dis-application-request.d.ts +1 -1
- package/lib/request/create-entity-shape-request.d.ts +1 -1
- package/lib/request/create-external-publication-request.d.ts +1 -1
- package/lib/request/create-external-publication-validation-request.d.ts +1 -1
- package/lib/request/create-folder-request.d.ts +1 -1
- package/lib/request/create-function-library-request.d.ts +1 -1
- package/lib/request/create-patch-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-validation-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-schedule-request.d.ts +1 -1
- package/lib/request/create-task-request.d.ts +1 -1
- package/lib/request/create-task-run-request.d.ts +1 -1
- package/lib/request/create-task-schedule-request.d.ts +1 -1
- package/lib/request/create-task-validation-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-request.d.ts +1 -1
- package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/create-workspace-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-connection-validation-request.d.ts +1 -1
- package/lib/request/delete-data-asset-request.d.ts +1 -1
- package/lib/request/delete-data-flow-request.d.ts +1 -1
- package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
- package/lib/request/delete-dis-application-request.d.ts +1 -1
- package/lib/request/delete-external-publication-request.d.ts +1 -1
- package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
- package/lib/request/delete-folder-request.d.ts +1 -1
- package/lib/request/delete-function-library-request.d.ts +1 -1
- package/lib/request/delete-patch-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-request.d.ts +1 -1
- package/lib/request/delete-task-run-request.d.ts +1 -1
- package/lib/request/delete-task-schedule-request.d.ts +1 -1
- package/lib/request/delete-task-validation-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-request.d.ts +1 -1
- package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/delete-workspace-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-connection-validation-request.d.ts +1 -1
- package/lib/request/get-count-statistic-request.d.ts +1 -1
- package/lib/request/get-data-asset-request.d.ts +1 -1
- package/lib/request/get-data-entity-request.d.ts +1 -1
- package/lib/request/get-data-flow-request.d.ts +1 -1
- package/lib/request/get-data-flow-validation-request.d.ts +1 -1
- package/lib/request/get-dependent-object-request.d.ts +1 -1
- package/lib/request/get-dis-application-request.d.ts +1 -1
- package/lib/request/get-external-publication-request.d.ts +1 -1
- package/lib/request/get-external-publication-validation-request.d.ts +1 -1
- package/lib/request/get-folder-request.d.ts +1 -1
- package/lib/request/get-function-library-request.d.ts +1 -1
- package/lib/request/get-patch-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-validation-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-published-object-request.d.ts +1 -1
- package/lib/request/get-reference-request.d.ts +1 -1
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-schema-request.d.ts +1 -1
- package/lib/request/get-task-request.d.ts +1 -1
- package/lib/request/get-task-run-request.d.ts +1 -1
- package/lib/request/get-task-schedule-request.d.ts +1 -1
- package/lib/request/get-task-validation-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-request.d.ts +1 -1
- package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/get-workspace-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-connection-validations-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-data-assets-request.d.ts +1 -1
- package/lib/request/list-data-entities-request.d.ts +1 -1
- package/lib/request/list-data-flow-validations-request.d.ts +1 -1
- package/lib/request/list-data-flows-request.d.ts +1 -1
- package/lib/request/list-dependent-objects-request.d.ts +1 -1
- package/lib/request/list-dis-applications-request.d.ts +1 -1
- package/lib/request/list-external-publication-validations-request.d.ts +1 -1
- package/lib/request/list-external-publications-request.d.ts +1 -1
- package/lib/request/list-folders-request.d.ts +1 -1
- package/lib/request/list-function-libraries-request.d.ts +1 -1
- package/lib/request/list-patch-changes-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-pipeline-validations-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-published-objects-request.d.ts +1 -1
- package/lib/request/list-references-request.d.ts +1 -1
- package/lib/request/list-schedules-request.d.ts +1 -1
- package/lib/request/list-schemas-request.d.ts +1 -1
- package/lib/request/list-task-run-logs-request.d.ts +1 -1
- package/lib/request/list-task-runs-request.d.ts +1 -1
- package/lib/request/list-task-schedules-request.d.ts +1 -1
- package/lib/request/list-task-validations-request.d.ts +1 -1
- package/lib/request/list-tasks-request.d.ts +1 -1
- package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
- package/lib/request/list-user-defined-functions-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/list-workspaces-request.d.ts +1 -1
- package/lib/request/start-workspace-request.d.ts +1 -1
- package/lib/request/stop-workspace-request.d.ts +1 -1
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +2 -2
- package/lib/request/update-data-asset-request.d.ts +1 -1
- package/lib/request/update-data-flow-request.d.ts +1 -1
- package/lib/request/update-dis-application-request.d.ts +1 -1
- package/lib/request/update-external-publication-request.d.ts +1 -1
- package/lib/request/update-folder-request.d.ts +1 -1
- package/lib/request/update-function-library-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/request/update-reference-request.d.ts +1 -1
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/request/update-task-request.d.ts +1 -1
- package/lib/request/update-task-run-request.d.ts +1 -1
- package/lib/request/update-task-schedule-request.d.ts +1 -1
- package/lib/request/update-user-defined-function-request.d.ts +1 -1
- package/lib/request/update-workspace-request.d.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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
|
+
/**
|
|
14
|
+
* The preferences for the flatten operation.
|
|
15
|
+
*/
|
|
16
|
+
export interface FlattenProjectionPreferences {
|
|
17
|
+
/**
|
|
18
|
+
* Property defining whether to create array indexes in flattened result.
|
|
19
|
+
*/
|
|
20
|
+
"createArrayIndex": FlattenProjectionPreferences.CreateArrayIndex;
|
|
21
|
+
/**
|
|
22
|
+
* Property defining whether to retain all attributes in flattened result.
|
|
23
|
+
*/
|
|
24
|
+
"retainAllAttributes": FlattenProjectionPreferences.RetainAllAttributes;
|
|
25
|
+
/**
|
|
26
|
+
* Property defining whether to ignore null values in flattened result.
|
|
27
|
+
*/
|
|
28
|
+
"ignoreNullValues": FlattenProjectionPreferences.IgnoreNullValues;
|
|
29
|
+
/**
|
|
30
|
+
* Property defining whether to retain parent name lineage.
|
|
31
|
+
*/
|
|
32
|
+
"retainParentNameLineage": FlattenProjectionPreferences.RetainParentNameLineage;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace FlattenProjectionPreferences {
|
|
35
|
+
enum CreateArrayIndex {
|
|
36
|
+
Allow = "ALLOW",
|
|
37
|
+
DoNotAllow = "DO_NOT_ALLOW",
|
|
38
|
+
/**
|
|
39
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
40
|
+
* version of the SDK.
|
|
41
|
+
*/
|
|
42
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
43
|
+
}
|
|
44
|
+
enum RetainAllAttributes {
|
|
45
|
+
Allow = "ALLOW",
|
|
46
|
+
DoNotAllow = "DO_NOT_ALLOW",
|
|
47
|
+
/**
|
|
48
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
49
|
+
* version of the SDK.
|
|
50
|
+
*/
|
|
51
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
52
|
+
}
|
|
53
|
+
enum IgnoreNullValues {
|
|
54
|
+
Allow = "ALLOW",
|
|
55
|
+
DoNotAllow = "DO_NOT_ALLOW",
|
|
56
|
+
/**
|
|
57
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
58
|
+
* version of the SDK.
|
|
59
|
+
*/
|
|
60
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
61
|
+
}
|
|
62
|
+
enum RetainParentNameLineage {
|
|
63
|
+
Allow = "ALLOW",
|
|
64
|
+
DoNotAllow = "DO_NOT_ALLOW",
|
|
65
|
+
/**
|
|
66
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
67
|
+
* version of the SDK.
|
|
68
|
+
*/
|
|
69
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
70
|
+
}
|
|
71
|
+
function getJsonObj(obj: FlattenProjectionPreferences): object;
|
|
72
|
+
function getDeserializedJsonObj(obj: FlattenProjectionPreferences): object;
|
|
73
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
exports.FlattenProjectionPreferences = void 0;
|
|
16
|
+
var FlattenProjectionPreferences;
|
|
17
|
+
(function (FlattenProjectionPreferences) {
|
|
18
|
+
let CreateArrayIndex;
|
|
19
|
+
(function (CreateArrayIndex) {
|
|
20
|
+
CreateArrayIndex["Allow"] = "ALLOW";
|
|
21
|
+
CreateArrayIndex["DoNotAllow"] = "DO_NOT_ALLOW";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
CreateArrayIndex["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(CreateArrayIndex = FlattenProjectionPreferences.CreateArrayIndex || (FlattenProjectionPreferences.CreateArrayIndex = {}));
|
|
28
|
+
let RetainAllAttributes;
|
|
29
|
+
(function (RetainAllAttributes) {
|
|
30
|
+
RetainAllAttributes["Allow"] = "ALLOW";
|
|
31
|
+
RetainAllAttributes["DoNotAllow"] = "DO_NOT_ALLOW";
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
RetainAllAttributes["UnknownValue"] = "UNKNOWN_VALUE";
|
|
37
|
+
})(RetainAllAttributes = FlattenProjectionPreferences.RetainAllAttributes || (FlattenProjectionPreferences.RetainAllAttributes = {}));
|
|
38
|
+
let IgnoreNullValues;
|
|
39
|
+
(function (IgnoreNullValues) {
|
|
40
|
+
IgnoreNullValues["Allow"] = "ALLOW";
|
|
41
|
+
IgnoreNullValues["DoNotAllow"] = "DO_NOT_ALLOW";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
IgnoreNullValues["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(IgnoreNullValues = FlattenProjectionPreferences.IgnoreNullValues || (FlattenProjectionPreferences.IgnoreNullValues = {}));
|
|
48
|
+
let RetainParentNameLineage;
|
|
49
|
+
(function (RetainParentNameLineage) {
|
|
50
|
+
RetainParentNameLineage["Allow"] = "ALLOW";
|
|
51
|
+
RetainParentNameLineage["DoNotAllow"] = "DO_NOT_ALLOW";
|
|
52
|
+
/**
|
|
53
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
54
|
+
* version of the SDK.
|
|
55
|
+
*/
|
|
56
|
+
RetainParentNameLineage["UnknownValue"] = "UNKNOWN_VALUE";
|
|
57
|
+
})(RetainParentNameLineage = FlattenProjectionPreferences.RetainParentNameLineage || (FlattenProjectionPreferences.RetainParentNameLineage = {}));
|
|
58
|
+
function getJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
FlattenProjectionPreferences.getJsonObj = getJsonObj;
|
|
63
|
+
function getDeserializedJsonObj(obj) {
|
|
64
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
FlattenProjectionPreferences.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(FlattenProjectionPreferences = exports.FlattenProjectionPreferences || (exports.FlattenProjectionPreferences = {}));
|
|
69
|
+
//# sourceMappingURL=flatten-projection-preferences.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flatten-projection-preferences.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/flatten-projection-preferences.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,4BAA4B,CAmD5C;AAnDD,WAAiB,4BAA4B;IAC3C,IAAY,gBAQX;IARD,WAAY,gBAAgB;QAC1B,mCAAe,CAAA;QACf,+CAA2B,CAAA;QAC3B;;;WAGG;QACH,kDAA8B,CAAA;IAChC,CAAC,EARW,gBAAgB,GAAhB,6CAAgB,KAAhB,6CAAgB,QAQ3B;IAED,IAAY,mBAQX;IARD,WAAY,mBAAmB;QAC7B,sCAAe,CAAA;QACf,kDAA2B,CAAA;QAC3B;;;WAGG;QACH,qDAA8B,CAAA;IAChC,CAAC,EARW,mBAAmB,GAAnB,gDAAmB,KAAnB,gDAAmB,QAQ9B;IAED,IAAY,gBAQX;IARD,WAAY,gBAAgB;QAC1B,mCAAe,CAAA;QACf,+CAA2B,CAAA;QAC3B;;;WAGG;QACH,kDAA8B,CAAA;IAChC,CAAC,EARW,gBAAgB,GAAhB,6CAAgB,KAAhB,6CAAgB,QAQ3B;IAED,IAAY,uBAQX;IARD,WAAY,uBAAuB;QACjC,0CAAe,CAAA;QACf,sDAA2B,CAAA;QAC3B;;;WAGG;QACH,yDAA8B,CAAA;IAChC,CAAC,EARW,uBAAuB,GAAvB,oDAAuB,KAAvB,oDAAuB,QAQlC;IAED,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,EAnDgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAmD5C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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
|
+
/**
|
|
15
|
+
* The information about a flatten object.
|
|
16
|
+
*/
|
|
17
|
+
export interface Flatten extends model.Operator {
|
|
18
|
+
"flattenDetails"?: model.FlattenDetails;
|
|
19
|
+
"flattenField"?: model.DynamicProxyField;
|
|
20
|
+
"modelType": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace Flatten {
|
|
23
|
+
function getJsonObj(obj: Flatten, isParentJsonObj?: boolean): object;
|
|
24
|
+
const modelType = "FLATTEN_OPERATOR";
|
|
25
|
+
function getDeserializedJsonObj(obj: Flatten, isParentJsonObj?: boolean): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.Flatten = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var Flatten;
|
|
37
|
+
(function (Flatten) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Operator.getJsonObj(obj))), {
|
|
40
|
+
"flattenDetails": obj.flattenDetails
|
|
41
|
+
? model.FlattenDetails.getJsonObj(obj.flattenDetails)
|
|
42
|
+
: undefined,
|
|
43
|
+
"flattenField": obj.flattenField
|
|
44
|
+
? model.DynamicProxyField.getJsonObj(obj.flattenField)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
Flatten.getJsonObj = getJsonObj;
|
|
50
|
+
Flatten.modelType = "FLATTEN_OPERATOR";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Operator.getDeserializedJsonObj(obj))), {
|
|
53
|
+
"flattenDetails": obj.flattenDetails
|
|
54
|
+
? model.FlattenDetails.getDeserializedJsonObj(obj.flattenDetails)
|
|
55
|
+
: undefined,
|
|
56
|
+
"flattenField": obj.flattenField
|
|
57
|
+
? model.DynamicProxyField.getDeserializedJsonObj(obj.flattenField)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
Flatten.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(Flatten = exports.Flatten || (exports.Flatten = {}));
|
|
64
|
+
//# sourceMappingURL=flatten.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flatten.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/flatten.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,OAAO,CAgCvB;AAhCD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY,EAAE,eAAyB;QAChE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAa,CAAC,GACrE;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kBAAU,aAczB,CAAA;IACY,iBAAS,GAAG,kBAAkB,CAAC;IAC5C,SAAgB,sBAAsB,CAAC,GAAY,EAAE,eAAyB;QAC5E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAa,CAAC,GACjF;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8BAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAgCvB"}
|
package/lib/model/flow-node.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export interface FlowNode {
|
|
|
44
44
|
* An array of output links.
|
|
45
45
|
*/
|
|
46
46
|
"outputLinks"?: Array<model.OutputLink>;
|
|
47
|
-
"operator"?: model.Joiner | model.TaskOperator | model.Aggregator | model.SortOper | model.Projection | model.EndOperator | model.Source | model.Union | model.ExpressionOperator | model.Intersect | model.Target | model.Distinct | model.Filter | model.Lookup | model.StartOperator | model.MergeOperator | model.Minus;
|
|
47
|
+
"operator"?: model.Joiner | model.TaskOperator | model.Flatten | model.Aggregator | model.SortOper | model.Projection | model.EndOperator | model.Source | model.Union | model.ExpressionOperator | model.Function | model.Intersect | model.Target | model.Distinct | model.Filter | model.Lookup | model.Pivot | model.StartOperator | model.MergeOperator | model.Split | model.Minus;
|
|
48
48
|
"uiProperties"?: model.UIProperties;
|
|
49
49
|
"configProviderDelegate"?: model.ConfigProvider;
|
|
50
50
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow-node.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/flow-node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"flow-node.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/flow-node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkElC,IAAiB,QAAQ,CA2DxB;AA3DD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;YAExF,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAC9E,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,mBAAU,aA2BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBAC7D,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1F,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Be,+BAAsB,yBA6BrC,CAAA;AACH,CAAC,EA3DgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QA2DxB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Integration API
|
|
3
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
4
|
+
* OpenAPI spec version: 20200430
|
|
5
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, 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
|
+
/**
|
|
15
|
+
* The Function operator supports users adding a custom OCI Function into the data flow.
|
|
16
|
+
*/
|
|
17
|
+
export interface Function extends model.Operator {
|
|
18
|
+
"ociFunction"?: model.OciFunction;
|
|
19
|
+
"modelType": string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace Function {
|
|
22
|
+
function getJsonObj(obj: Function, isParentJsonObj?: boolean): object;
|
|
23
|
+
const modelType = "FUNCTION_OPERATOR";
|
|
24
|
+
function getDeserializedJsonObj(obj: Function, isParentJsonObj?: boolean): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Integration API
|
|
4
|
+
* Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
|
|
5
|
+
* OpenAPI spec version: 20200430
|
|
6
|
+
* Contact: di_dis_ww_grp@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.Function = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var Function;
|
|
37
|
+
(function (Function) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Operator.getJsonObj(obj))), {
|
|
40
|
+
"ociFunction": obj.ociFunction ? model.OciFunction.getJsonObj(obj.ociFunction) : undefined
|
|
41
|
+
});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
Function.getJsonObj = getJsonObj;
|
|
45
|
+
Function.modelType = "FUNCTION_OPERATOR";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Operator.getDeserializedJsonObj(obj))), {
|
|
48
|
+
"ociFunction": obj.ociFunction
|
|
49
|
+
? model.OciFunction.getDeserializedJsonObj(obj.ociFunction)
|
|
50
|
+
: undefined
|
|
51
|
+
});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
Function.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
55
|
+
})(Function = exports.Function || (exports.Function = {}));
|
|
56
|
+
//# sourceMappingURL=function.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"function.js","sourceRoot":"","sources":["../../../../../lib/dataintegration/lib/model/function.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,QAAQ,CAwBxB;AAxBD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa,EAAE,eAAyB;QACjE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAc,CAAC,GACtE;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mBAAU,aASzB,CAAA;IACY,kBAAS,GAAG,mBAAmB,CAAC;IAC7C,SAAgB,sBAAsB,CAAC,GAAa,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAc,CAAC,GAClF;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,+BAAsB,yBAWrC,CAAA;AACH,CAAC,EAxBgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAwBxB"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as AbstractCallAttribute from "./abstract-call-attribute";
|
|
14
|
+
export import AbstractCallAttribute = AbstractCallAttribute.AbstractCallAttribute;
|
|
13
15
|
import * as AbstractDataOperationConfig from "./abstract-data-operation-config";
|
|
14
16
|
export import AbstractDataOperationConfig = AbstractDataOperationConfig.AbstractDataOperationConfig;
|
|
15
17
|
import * as AbstractFormatAttribute from "./abstract-format-attribute";
|
|
@@ -38,6 +40,8 @@ import * as AuthDetails from "./auth-details";
|
|
|
38
40
|
export import AuthDetails = AuthDetails.AuthDetails;
|
|
39
41
|
import * as BaseType from "./base-type";
|
|
40
42
|
export import BaseType = BaseType.BaseType;
|
|
43
|
+
import * as BipReportParameterValue from "./bip-report-parameter-value";
|
|
44
|
+
export import BipReportParameterValue = BipReportParameterValue.BipReportParameterValue;
|
|
41
45
|
import * as CancelRestCallConfig from "./cancel-rest-call-config";
|
|
42
46
|
export import CancelRestCallConfig = CancelRestCallConfig.CancelRestCallConfig;
|
|
43
47
|
import * as ChangeCompartmentDetails from "./change-compartment-details";
|
|
@@ -206,6 +210,10 @@ import * as ExternalPublicationValidationSummaryCollection from "./external-publ
|
|
|
206
210
|
export import ExternalPublicationValidationSummaryCollection = ExternalPublicationValidationSummaryCollection.ExternalPublicationValidationSummaryCollection;
|
|
207
211
|
import * as FieldMap from "./field-map";
|
|
208
212
|
export import FieldMap = FieldMap.FieldMap;
|
|
213
|
+
import * as FlattenDetails from "./flatten-details";
|
|
214
|
+
export import FlattenDetails = FlattenDetails.FlattenDetails;
|
|
215
|
+
import * as FlattenProjectionPreferences from "./flatten-projection-preferences";
|
|
216
|
+
export import FlattenProjectionPreferences = FlattenProjectionPreferences.FlattenProjectionPreferences;
|
|
209
217
|
import * as FlowNode from "./flow-node";
|
|
210
218
|
export import FlowNode = FlowNode.FlowNode;
|
|
211
219
|
import * as FlowPortLink from "./flow-port-link";
|
|
@@ -238,12 +246,16 @@ import * as KeyRange from "./key-range";
|
|
|
238
246
|
export import KeyRange = KeyRange.KeyRange;
|
|
239
247
|
import * as LastRunDetails from "./last-run-details";
|
|
240
248
|
export import LastRunDetails = LastRunDetails.LastRunDetails;
|
|
249
|
+
import * as MacroPivotField from "./macro-pivot-field";
|
|
250
|
+
export import MacroPivotField = MacroPivotField.MacroPivotField;
|
|
241
251
|
import * as Message from "./message";
|
|
242
252
|
export import Message = Message.Message;
|
|
243
253
|
import * as NativeShapeField from "./native-shape-field";
|
|
244
254
|
export import NativeShapeField = NativeShapeField.NativeShapeField;
|
|
245
255
|
import * as ObjectMetadata from "./object-metadata";
|
|
246
256
|
export import ObjectMetadata = ObjectMetadata.ObjectMetadata;
|
|
257
|
+
import * as OciFunction from "./oci-function";
|
|
258
|
+
export import OciFunction = OciFunction.OciFunction;
|
|
247
259
|
import * as Operator from "./operator";
|
|
248
260
|
export import Operator = Operator.Operator;
|
|
249
261
|
import * as ParameterValue from "./parameter-value";
|
|
@@ -276,6 +288,8 @@ import * as PipelineValidationSummary from "./pipeline-validation-summary";
|
|
|
276
288
|
export import PipelineValidationSummary = PipelineValidationSummary.PipelineValidationSummary;
|
|
277
289
|
import * as PipelineValidationSummaryCollection from "./pipeline-validation-summary-collection";
|
|
278
290
|
export import PipelineValidationSummaryCollection = PipelineValidationSummaryCollection.PipelineValidationSummaryCollection;
|
|
291
|
+
import * as PivotKeys from "./pivot-keys";
|
|
292
|
+
export import PivotKeys = PivotKeys.PivotKeys;
|
|
279
293
|
import * as PollRestCallConfig from "./poll-rest-call-config";
|
|
280
294
|
export import PollRestCallConfig = PollRestCallConfig.PollRestCallConfig;
|
|
281
295
|
import * as Project from "./project";
|
|
@@ -458,12 +472,20 @@ import * as AvroFormatAttribute from "./avro-format-attribute";
|
|
|
458
472
|
export import AvroFormatAttribute = AvroFormatAttribute.AvroFormatAttribute;
|
|
459
473
|
import * as BiccReadAttributes from "./bicc-read-attributes";
|
|
460
474
|
export import BiccReadAttributes = BiccReadAttributes.BiccReadAttributes;
|
|
475
|
+
import * as BipCallAttribute from "./bip-call-attribute";
|
|
476
|
+
export import BipCallAttribute = BipCallAttribute.BipCallAttribute;
|
|
477
|
+
import * as BipReadAttributes from "./bip-read-attributes";
|
|
478
|
+
export import BipReadAttributes = BipReadAttributes.BipReadAttributes;
|
|
461
479
|
import * as CompositeFieldMap from "./composite-field-map";
|
|
462
480
|
export import CompositeFieldMap = CompositeFieldMap.CompositeFieldMap;
|
|
463
481
|
import * as CompositeType from "./composite-type";
|
|
464
482
|
export import CompositeType = CompositeType.CompositeType;
|
|
483
|
+
import * as ConditionalCompositeFieldMap from "./conditional-composite-field-map";
|
|
484
|
+
export import ConditionalCompositeFieldMap = ConditionalCompositeFieldMap.ConditionalCompositeFieldMap;
|
|
465
485
|
import * as ConditionalInputLink from "./conditional-input-link";
|
|
466
486
|
export import ConditionalInputLink = ConditionalInputLink.ConditionalInputLink;
|
|
487
|
+
import * as ConditionalOutputPort from "./conditional-output-port";
|
|
488
|
+
export import ConditionalOutputPort = ConditionalOutputPort.ConditionalOutputPort;
|
|
467
489
|
import * as ConfiguredType from "./configured-type";
|
|
468
490
|
export import ConfiguredType = ConfiguredType.ConfiguredType;
|
|
469
491
|
import * as ConnectionFromAdwc from "./connection-from-adwc";
|
|
@@ -482,6 +504,10 @@ import * as ConnectionFromBICC from "./connection-from-bi-cc";
|
|
|
482
504
|
export import ConnectionFromBICC = ConnectionFromBICC.ConnectionFromBICC;
|
|
483
505
|
import * as ConnectionFromBICCDetails from "./connection-from-bi-cc-details";
|
|
484
506
|
export import ConnectionFromBICCDetails = ConnectionFromBICCDetails.ConnectionFromBICCDetails;
|
|
507
|
+
import * as ConnectionFromBIP from "./connection-from-bi-p";
|
|
508
|
+
export import ConnectionFromBIP = ConnectionFromBIP.ConnectionFromBIP;
|
|
509
|
+
import * as ConnectionFromBipDetails from "./connection-from-bip-details";
|
|
510
|
+
export import ConnectionFromBipDetails = ConnectionFromBipDetails.ConnectionFromBipDetails;
|
|
485
511
|
import * as ConnectionFromJdbc from "./connection-from-jdbc";
|
|
486
512
|
export import ConnectionFromJdbc = ConnectionFromJdbc.ConnectionFromJdbc;
|
|
487
513
|
import * as ConnectionFromJdbcDetails from "./connection-from-jdbc-details";
|
|
@@ -506,6 +532,8 @@ import * as ConnectionSummaryFromAtp from "./connection-summary-from-atp";
|
|
|
506
532
|
export import ConnectionSummaryFromAtp = ConnectionSummaryFromAtp.ConnectionSummaryFromAtp;
|
|
507
533
|
import * as ConnectionSummaryFromBICC from "./connection-summary-from-bi-cc";
|
|
508
534
|
export import ConnectionSummaryFromBICC = ConnectionSummaryFromBICC.ConnectionSummaryFromBICC;
|
|
535
|
+
import * as ConnectionSummaryFromBIP from "./connection-summary-from-bi-p";
|
|
536
|
+
export import ConnectionSummaryFromBIP = ConnectionSummaryFromBIP.ConnectionSummaryFromBIP;
|
|
509
537
|
import * as ConnectionSummaryFromJdbc from "./connection-summary-from-jdbc";
|
|
510
538
|
export import ConnectionSummaryFromJdbc = ConnectionSummaryFromJdbc.ConnectionSummaryFromJdbc;
|
|
511
539
|
import * as ConnectionSummaryFromMySQL from "./connection-summary-from-my-sq-l";
|
|
@@ -522,6 +550,8 @@ import * as CreateConnectionFromAtp from "./create-connection-from-atp";
|
|
|
522
550
|
export import CreateConnectionFromAtp = CreateConnectionFromAtp.CreateConnectionFromAtp;
|
|
523
551
|
import * as CreateConnectionFromBICC from "./create-connection-from-bi-cc";
|
|
524
552
|
export import CreateConnectionFromBICC = CreateConnectionFromBICC.CreateConnectionFromBICC;
|
|
553
|
+
import * as CreateConnectionFromBIP from "./create-connection-from-bi-p";
|
|
554
|
+
export import CreateConnectionFromBIP = CreateConnectionFromBIP.CreateConnectionFromBIP;
|
|
525
555
|
import * as CreateConnectionFromJdbc from "./create-connection-from-jdbc";
|
|
526
556
|
export import CreateConnectionFromJdbc = CreateConnectionFromJdbc.CreateConnectionFromJdbc;
|
|
527
557
|
import * as CreateConnectionFromMySQL from "./create-connection-from-my-sq-l";
|
|
@@ -668,10 +698,14 @@ import * as Filter from "./filter";
|
|
|
668
698
|
export import Filter = Filter.Filter;
|
|
669
699
|
import * as FilterPush from "./filter-push";
|
|
670
700
|
export import FilterPush = FilterPush.FilterPush;
|
|
701
|
+
import * as Flatten from "./flatten";
|
|
702
|
+
export import Flatten = Flatten.Flatten;
|
|
671
703
|
import * as FlowPort from "./flow-port";
|
|
672
704
|
export import FlowPort = FlowPort.FlowPort;
|
|
673
705
|
import * as ForeignKey from "./foreign-key";
|
|
674
706
|
export import ForeignKey = ForeignKey.ForeignKey;
|
|
707
|
+
import * as Function from "./function";
|
|
708
|
+
export import Function = Function.Function;
|
|
675
709
|
import * as HourlyFrequencyDetails from "./hourly-frequency-details";
|
|
676
710
|
export import HourlyFrequencyDetails = HourlyFrequencyDetails.HourlyFrequencyDetails;
|
|
677
711
|
import * as InputField from "./input-field";
|
|
@@ -708,6 +742,8 @@ import * as NameListRule from "./name-list-rule";
|
|
|
708
742
|
export import NameListRule = NameListRule.NameListRule;
|
|
709
743
|
import * as NamePatternRule from "./name-pattern-rule";
|
|
710
744
|
export import NamePatternRule = NamePatternRule.NamePatternRule;
|
|
745
|
+
import * as NamedEntityMap from "./named-entity-map";
|
|
746
|
+
export import NamedEntityMap = NamedEntityMap.NamedEntityMap;
|
|
711
747
|
import * as ObjectStorageWriteAttribute from "./object-storage-write-attribute";
|
|
712
748
|
export import ObjectStorageWriteAttribute = ObjectStorageWriteAttribute.ObjectStorageWriteAttribute;
|
|
713
749
|
import * as ObjectStorageWriteAttributes from "./object-storage-write-attributes";
|
|
@@ -740,6 +776,10 @@ import * as Parameter from "./parameter";
|
|
|
740
776
|
export import Parameter = Parameter.Parameter;
|
|
741
777
|
import * as ParquetFormatAttribute from "./parquet-format-attribute";
|
|
742
778
|
export import ParquetFormatAttribute = ParquetFormatAttribute.ParquetFormatAttribute;
|
|
779
|
+
import * as Pivot from "./pivot";
|
|
780
|
+
export import Pivot = Pivot.Pivot;
|
|
781
|
+
import * as PivotField from "./pivot-field";
|
|
782
|
+
export import PivotField = PivotField.PivotField;
|
|
743
783
|
import * as PrimaryKey from "./primary-key";
|
|
744
784
|
export import PrimaryKey = PrimaryKey.PrimaryKey;
|
|
745
785
|
import * as Projection from "./projection";
|
|
@@ -766,6 +806,8 @@ import * as RenameRule from "./rename-rule";
|
|
|
766
806
|
export import RenameRule = RenameRule.RenameRule;
|
|
767
807
|
import * as ResourcePrincipalAuthConfig from "./resource-principal-auth-config";
|
|
768
808
|
export import ResourcePrincipalAuthConfig = ResourcePrincipalAuthConfig.ResourcePrincipalAuthConfig;
|
|
809
|
+
import * as RuleBasedEntityMap from "./rule-based-entity-map";
|
|
810
|
+
export import RuleBasedEntityMap = RuleBasedEntityMap.RuleBasedEntityMap;
|
|
769
811
|
import * as RuleBasedFieldMap from "./rule-based-field-map";
|
|
770
812
|
export import RuleBasedFieldMap = RuleBasedFieldMap.RuleBasedFieldMap;
|
|
771
813
|
import * as RuleTypeConfig from "./rule-type-config";
|
|
@@ -782,6 +824,8 @@ import * as SortOper from "./sort-oper";
|
|
|
782
824
|
export import SortOper = SortOper.SortOper;
|
|
783
825
|
import * as Source from "./source";
|
|
784
826
|
export import Source = Source.Source;
|
|
827
|
+
import * as Split from "./split";
|
|
828
|
+
export import Split = Split.Split;
|
|
785
829
|
import * as StartOperator from "./start-operator";
|
|
786
830
|
export import StartOperator = StartOperator.StartOperator;
|
|
787
831
|
import * as Target from "./target";
|
|
@@ -830,6 +874,8 @@ import * as UpdateConnectionFromAtp from "./update-connection-from-atp";
|
|
|
830
874
|
export import UpdateConnectionFromAtp = UpdateConnectionFromAtp.UpdateConnectionFromAtp;
|
|
831
875
|
import * as UpdateConnectionFromBICC from "./update-connection-from-bi-cc";
|
|
832
876
|
export import UpdateConnectionFromBICC = UpdateConnectionFromBICC.UpdateConnectionFromBICC;
|
|
877
|
+
import * as UpdateConnectionFromBIP from "./update-connection-from-bi-p";
|
|
878
|
+
export import UpdateConnectionFromBIP = UpdateConnectionFromBIP.UpdateConnectionFromBIP;
|
|
833
879
|
import * as UpdateConnectionFromJdbc from "./update-connection-from-jdbc";
|
|
834
880
|
export import UpdateConnectionFromJdbc = UpdateConnectionFromJdbc.UpdateConnectionFromJdbc;
|
|
835
881
|
import * as UpdateConnectionFromMySQL from "./update-connection-from-my-sq-l";
|