@epilot/sdk 2.3.2 → 2.3.5
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/README.md +2 -0
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +239 -12
- package/definitions/configuration-hub-runtime.json +1 -0
- package/definitions/configuration-hub.json +399 -0
- package/definitions/environments-runtime.json +1 -1
- package/definitions/environments.json +2 -2
- package/definitions/query-runtime.json +1 -0
- package/definitions/query.json +3178 -0
- package/dist/README-6MG272KM.cjs +7 -0
- package/dist/README-7N542PBL.js +7 -0
- package/dist/{_index-O7JDGRSE.cjs → _index-55HAH24D.cjs} +7 -1
- package/dist/{_index-CLT2KTVS.js → _index-HE4B6FOA.js} +6 -0
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +8 -8
- package/dist/apis/blueprint-manifest.d.cts +2 -2
- package/dist/apis/blueprint-manifest.d.ts +2 -2
- package/dist/apis/blueprint-manifest.js +2 -2
- package/dist/apis/configuration-hub.cjs +38 -0
- package/dist/apis/configuration-hub.d.cts +18 -0
- package/dist/apis/configuration-hub.d.ts +18 -0
- package/dist/apis/configuration-hub.js +38 -0
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +6 -6
- package/dist/apis/customer-portal.js +1 -1
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +6 -6
- package/dist/apis/design.js +1 -1
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +8 -8
- package/dist/apis/environments.d.cts +2 -2
- package/dist/apis/environments.d.ts +2 -2
- package/dist/apis/environments.js +2 -2
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +6 -6
- package/dist/apis/integration-toolkit.js +1 -1
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +6 -6
- package/dist/apis/notes.js +1 -1
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +38 -0
- package/dist/apis/query.d.cts +18 -0
- package/dist/apis/query.d.ts +18 -0
- package/dist/apis/query.js +38 -0
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +38 -0
- package/dist/apis/target.d.cts +597 -0
- package/dist/apis/target.d.ts +597 -0
- package/dist/apis/target.js +38 -0
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.js +1 -1
- package/dist/blueprint-manifest-DBEY5PPI.js +7 -0
- package/dist/blueprint-manifest-IEQ6YBY7.cjs +7 -0
- package/dist/{blueprint-manifest-runtime-E2FN43TB.js → blueprint-manifest-runtime-5UN52LW5.js} +1 -1
- package/dist/{blueprint-manifest-runtime-G4UK5VEX.cjs → blueprint-manifest-runtime-QN2IECSA.cjs} +2 -2
- package/dist/{blueprint-manifest.d-BGrGU787.d.cts → blueprint-manifest.d-BPyzoR0X.d.cts} +228 -9
- package/dist/{blueprint-manifest.d-BGrGU787.d.ts → blueprint-manifest.d-BPyzoR0X.d.ts} +228 -9
- package/dist/{chunk-6IMAKHA4.js → chunk-2LEEXRJX.js} +1 -1
- package/dist/chunk-4JAOFRYX.js +14 -0
- package/dist/{chunk-5JN243WJ.js → chunk-7C4FQXMS.js} +12 -6
- package/dist/chunk-EYKEVZME.cjs +14 -0
- package/dist/{chunk-VTJQTEQX.cjs → chunk-GGMGJYHO.cjs} +12 -6
- package/dist/{chunk-BDKLBHIN.cjs → chunk-I6DG26UJ.cjs} +1 -1
- package/dist/{chunk-5APJZUIH.cjs → chunk-L544VG3B.cjs} +1 -1
- package/dist/chunk-MM5JDJFO.js +14 -0
- package/dist/{chunk-VPDA5SAH.js → chunk-O2YVXGPZ.js} +1 -1
- package/dist/chunk-Q7OKRNUG.cjs +14 -0
- package/dist/chunk-RMP2HHCR.js +14 -0
- package/dist/chunk-XDZ2JKJ4.cjs +14 -0
- package/dist/configuration-hub-LKSRCGYT.cjs +7 -0
- package/dist/configuration-hub-TZ2ULWV4.js +7 -0
- package/dist/configuration-hub-runtime-B7KKIHHY.cjs +5 -0
- package/dist/configuration-hub-runtime-TEDEKI7E.js +5 -0
- package/dist/configuration-hub.d-CqvhcMOn.d.cts +166 -0
- package/dist/configuration-hub.d-CqvhcMOn.d.ts +166 -0
- package/dist/environments-PXJOTQVM.js +7 -0
- package/dist/environments-QJ4UMJ5C.cjs +7 -0
- package/dist/{environments-runtime-FMSNJF5S.js → environments-runtime-NKHLZJB3.js} +1 -1
- package/dist/{environments-runtime-5DVTRV2Z.cjs → environments-runtime-QC2BUHBW.cjs} +2 -2
- package/dist/{environments.d-H3LK_KuH.d.ts → environments.d-BvqvN-PD.d.cts} +134 -5
- package/dist/{environments.d-H3LK_KuH.d.cts → environments.d-BvqvN-PD.d.ts} +134 -5
- package/dist/index.cjs +43 -27
- package/dist/index.d.cts +81 -77
- package/dist/index.d.ts +81 -77
- package/dist/index.js +39 -23
- package/dist/query-JSDB2F2U.cjs +7 -0
- package/dist/query-RJ4M25PA.js +7 -0
- package/dist/query-runtime-NLOSMDAJ.cjs +5 -0
- package/dist/query-runtime-SYJTDUNG.js +5 -0
- package/dist/query.d-Cmp78IhZ.d.cts +2375 -0
- package/dist/query.d-Cmp78IhZ.d.ts +2375 -0
- package/dist/target-3RS5BN2B.cjs +7 -0
- package/dist/target-5MKRXCHX.js +7 -0
- package/dist/target-runtime-BMJ7EARM.cjs +5 -0
- package/dist/target-runtime-PBF3WYL7.js +5 -0
- package/docs/blueprint-manifest.md +418 -40
- package/docs/configuration-hub.md +256 -0
- package/docs/environments.md +3 -5
- package/docs/query.md +1609 -0
- package/docs/target.md +741 -0
- package/package.json +19 -1
- package/dist/README-KX4XC2HB.js +0 -7
- package/dist/README-PTYV6PQI.cjs +0 -7
- package/dist/blueprint-manifest-ELK4SGN7.js +0 -7
- package/dist/blueprint-manifest-VBOWPK52.cjs +0 -7
- package/dist/environments-I6RWPVHA.js +0 -7
- package/dist/environments-TZYXLYXA.cjs +0 -7
package/dist/index.d.cts
CHANGED
|
@@ -11,45 +11,47 @@ import { C as Client$4 } from './app.d-u7Dq42kU.cjs';
|
|
|
11
11
|
import { C as Client$5 } from './audit-logs.d-BRToFqeX.cjs';
|
|
12
12
|
import { C as Client$6 } from './automation.d-CzhG2m4L.cjs';
|
|
13
13
|
import { C as Client$7 } from './billing.d-Bs8Ku9qE.cjs';
|
|
14
|
-
import { C as Client$8 } from './blueprint-manifest.d-
|
|
15
|
-
import { C as Client$9 } from './
|
|
16
|
-
import { C as Client$a } from './
|
|
17
|
-
import { C as Client$b } from './
|
|
18
|
-
import { C as Client$c } from './
|
|
19
|
-
import { C as Client$d } from './
|
|
20
|
-
import { C as Client$e } from './
|
|
21
|
-
import { C as Client$f } from './
|
|
22
|
-
import { C as Client$g } from './
|
|
23
|
-
import { C as Client$h } from './email-
|
|
24
|
-
import { C as Client$i } from './
|
|
25
|
-
import { C as Client$j } from './entity
|
|
26
|
-
import { C as Client$k } from './
|
|
27
|
-
import { C as Client$l } from './
|
|
28
|
-
import { C as Client$m } from './
|
|
29
|
-
import { C as Client$n } from './
|
|
30
|
-
import { C as Client$o } from './
|
|
31
|
-
import { C as Client$p } from './
|
|
32
|
-
import { C as Client$q } from './
|
|
33
|
-
import { C as Client$r } from './
|
|
34
|
-
import { C as Client$s } from './
|
|
35
|
-
import { C as Client$t } from './
|
|
36
|
-
import { C as Client$u } from './
|
|
37
|
-
import { C as Client$v } from './
|
|
38
|
-
import { C as Client$w } from './
|
|
39
|
-
import { C as Client$x } from './
|
|
40
|
-
import { C as Client$y } from './
|
|
41
|
-
import { C as Client$z } from './pricing
|
|
42
|
-
import { C as Client$A } from './
|
|
43
|
-
import { C as Client$B } from './
|
|
44
|
-
import { C as Client$C } from './
|
|
45
|
-
import { C as Client$D } from './
|
|
46
|
-
import { C as Client$E } from './
|
|
47
|
-
import { C as Client$F } from './
|
|
48
|
-
import { C as Client$G } from './
|
|
49
|
-
import { C as Client$H } from './
|
|
50
|
-
import { C as Client$I } from './
|
|
51
|
-
import { C as Client$J } from './
|
|
52
|
-
import { C as Client$K } from './
|
|
14
|
+
import { C as Client$8 } from './blueprint-manifest.d-BPyzoR0X.cjs';
|
|
15
|
+
import { C as Client$9 } from './configuration-hub.d-CqvhcMOn.cjs';
|
|
16
|
+
import { C as Client$a } from './consent.d-C2PROHhX.cjs';
|
|
17
|
+
import { C as Client$b } from './customer-portal.d-BJNWYMt9.cjs';
|
|
18
|
+
import { C as Client$c } from './dashboard.d-CsGcA74I.cjs';
|
|
19
|
+
import { C as Client$d } from './data-governance.d-BbZ466j5.cjs';
|
|
20
|
+
import { C as Client$e } from './deduplication.d-D5GYddVu.cjs';
|
|
21
|
+
import { C as Client$f } from './design.d-DTo29S0F.cjs';
|
|
22
|
+
import { C as Client$g } from './document.d-DN37pjdx.cjs';
|
|
23
|
+
import { C as Client$h } from './email-settings.d-B7Q_xT25.cjs';
|
|
24
|
+
import { C as Client$i } from './email-template.d-gtQkdaXM.cjs';
|
|
25
|
+
import { C as Client$j } from './entity.d-ByufVI16.cjs';
|
|
26
|
+
import { C as Client$k } from './entity-mapping.d-DKSW3sfy.cjs';
|
|
27
|
+
import { C as Client$l } from './environments.d-BvqvN-PD.cjs';
|
|
28
|
+
import { C as Client$m } from './event-catalog.d-ENw6HO-w.cjs';
|
|
29
|
+
import { C as Client$n } from './file.d-DcTJxjp7.cjs';
|
|
30
|
+
import { C as Client$o } from './iban.d-BwdiGbxi.cjs';
|
|
31
|
+
import { C as Client$p } from './integration-toolkit.d-Ry-KC9ow.cjs';
|
|
32
|
+
import { C as Client$q } from './journey.d-ClXO0xK8.cjs';
|
|
33
|
+
import { C as Client$r } from './kanban.d-B99GucT_.cjs';
|
|
34
|
+
import { C as Client$s } from './message.d-D3QUkBjg.cjs';
|
|
35
|
+
import { C as Client$t } from './metering.d-DvtPv7wk.cjs';
|
|
36
|
+
import { C as Client$u } from './notes.d-BC-scR42.cjs';
|
|
37
|
+
import { C as Client$v } from './notification.d-BfBL3lga.cjs';
|
|
38
|
+
import { C as Client$w } from './organization.d-DqwnNxMg.cjs';
|
|
39
|
+
import { C as Client$x } from './partner-directory.d-BCIjHoGs.cjs';
|
|
40
|
+
import { C as Client$y } from './permissions.d-l6AT8SYP.cjs';
|
|
41
|
+
import { C as Client$z } from './pricing.d-Cv39plGm.cjs';
|
|
42
|
+
import { C as Client$A } from './pricing-tier.d-Cg0jl6n_.cjs';
|
|
43
|
+
import { C as Client$B } from './purpose.d-CbIYfTua.cjs';
|
|
44
|
+
import { C as Client$C } from './query.d-Cmp78IhZ.cjs';
|
|
45
|
+
import { C as Client$D } from './sandbox.d-BdbOFzDu.cjs';
|
|
46
|
+
import { C as Client$E } from './sharing.d-sOXq-gtz.cjs';
|
|
47
|
+
import { C as Client$F } from './submission.d-BamwfhXw.cjs';
|
|
48
|
+
import { C as Client$G } from './targeting.d-BNmcVsNS.cjs';
|
|
49
|
+
import { C as Client$H } from './template-variables.d-Ble9TSBa.cjs';
|
|
50
|
+
import { C as Client$I } from './user.d-D18fe97W.cjs';
|
|
51
|
+
import { C as Client$J } from './validation-rules.d-Db5c5zTf.cjs';
|
|
52
|
+
import { C as Client$K } from './webhooks.d-pLHIL_io.cjs';
|
|
53
|
+
import { C as Client$L } from './workflow.d-pD8ISOg-.cjs';
|
|
54
|
+
import { C as Client$M } from './workflow-definition.d-ByCJK9_x.cjs';
|
|
53
55
|
|
|
54
56
|
type SDKClientMap = {
|
|
55
57
|
accessToken: Client;
|
|
@@ -61,44 +63,46 @@ type SDKClientMap = {
|
|
|
61
63
|
automation: Client$6;
|
|
62
64
|
billing: Client$7;
|
|
63
65
|
blueprintManifest: Client$8;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
66
|
+
configurationHub: Client$9;
|
|
67
|
+
consent: Client$a;
|
|
68
|
+
customerPortal: Client$b;
|
|
69
|
+
dashboard: Client$c;
|
|
70
|
+
dataGovernance: Client$d;
|
|
71
|
+
deduplication: Client$e;
|
|
72
|
+
design: Client$f;
|
|
73
|
+
document: Client$g;
|
|
74
|
+
emailSettings: Client$h;
|
|
75
|
+
emailTemplate: Client$i;
|
|
76
|
+
entity: Client$j;
|
|
77
|
+
entityMapping: Client$k;
|
|
78
|
+
environments: Client$l;
|
|
79
|
+
eventCatalog: Client$m;
|
|
80
|
+
file: Client$n;
|
|
81
|
+
iban: Client$o;
|
|
82
|
+
integrationToolkit: Client$p;
|
|
83
|
+
journey: Client$q;
|
|
84
|
+
kanban: Client$r;
|
|
85
|
+
message: Client$s;
|
|
86
|
+
metering: Client$t;
|
|
87
|
+
notes: Client$u;
|
|
88
|
+
notification: Client$v;
|
|
89
|
+
organization: Client$w;
|
|
90
|
+
partnerDirectory: Client$x;
|
|
91
|
+
permissions: Client$y;
|
|
92
|
+
pricing: Client$z;
|
|
93
|
+
pricingTier: Client$A;
|
|
94
|
+
purpose: Client$B;
|
|
95
|
+
query: Client$C;
|
|
96
|
+
sandbox: Client$D;
|
|
97
|
+
sharing: Client$E;
|
|
98
|
+
submission: Client$F;
|
|
99
|
+
targeting: Client$G;
|
|
100
|
+
templateVariables: Client$H;
|
|
101
|
+
user: Client$I;
|
|
102
|
+
validationRules: Client$J;
|
|
103
|
+
webhooks: Client$K;
|
|
104
|
+
workflow: Client$L;
|
|
105
|
+
workflowDefinition: Client$M;
|
|
102
106
|
};
|
|
103
107
|
|
|
104
108
|
type LargeResponseConfig = {
|
package/dist/index.d.ts
CHANGED
|
@@ -11,45 +11,47 @@ import { C as Client$4 } from './app.d-u7Dq42kU.js';
|
|
|
11
11
|
import { C as Client$5 } from './audit-logs.d-BRToFqeX.js';
|
|
12
12
|
import { C as Client$6 } from './automation.d-CzhG2m4L.js';
|
|
13
13
|
import { C as Client$7 } from './billing.d-Bs8Ku9qE.js';
|
|
14
|
-
import { C as Client$8 } from './blueprint-manifest.d-
|
|
15
|
-
import { C as Client$9 } from './
|
|
16
|
-
import { C as Client$a } from './
|
|
17
|
-
import { C as Client$b } from './
|
|
18
|
-
import { C as Client$c } from './
|
|
19
|
-
import { C as Client$d } from './
|
|
20
|
-
import { C as Client$e } from './
|
|
21
|
-
import { C as Client$f } from './
|
|
22
|
-
import { C as Client$g } from './
|
|
23
|
-
import { C as Client$h } from './email-
|
|
24
|
-
import { C as Client$i } from './
|
|
25
|
-
import { C as Client$j } from './entity
|
|
26
|
-
import { C as Client$k } from './
|
|
27
|
-
import { C as Client$l } from './
|
|
28
|
-
import { C as Client$m } from './
|
|
29
|
-
import { C as Client$n } from './
|
|
30
|
-
import { C as Client$o } from './
|
|
31
|
-
import { C as Client$p } from './
|
|
32
|
-
import { C as Client$q } from './
|
|
33
|
-
import { C as Client$r } from './
|
|
34
|
-
import { C as Client$s } from './
|
|
35
|
-
import { C as Client$t } from './
|
|
36
|
-
import { C as Client$u } from './
|
|
37
|
-
import { C as Client$v } from './
|
|
38
|
-
import { C as Client$w } from './
|
|
39
|
-
import { C as Client$x } from './
|
|
40
|
-
import { C as Client$y } from './
|
|
41
|
-
import { C as Client$z } from './pricing
|
|
42
|
-
import { C as Client$A } from './
|
|
43
|
-
import { C as Client$B } from './
|
|
44
|
-
import { C as Client$C } from './
|
|
45
|
-
import { C as Client$D } from './
|
|
46
|
-
import { C as Client$E } from './
|
|
47
|
-
import { C as Client$F } from './
|
|
48
|
-
import { C as Client$G } from './
|
|
49
|
-
import { C as Client$H } from './
|
|
50
|
-
import { C as Client$I } from './
|
|
51
|
-
import { C as Client$J } from './
|
|
52
|
-
import { C as Client$K } from './
|
|
14
|
+
import { C as Client$8 } from './blueprint-manifest.d-BPyzoR0X.js';
|
|
15
|
+
import { C as Client$9 } from './configuration-hub.d-CqvhcMOn.js';
|
|
16
|
+
import { C as Client$a } from './consent.d-C2PROHhX.js';
|
|
17
|
+
import { C as Client$b } from './customer-portal.d-BJNWYMt9.js';
|
|
18
|
+
import { C as Client$c } from './dashboard.d-CsGcA74I.js';
|
|
19
|
+
import { C as Client$d } from './data-governance.d-BbZ466j5.js';
|
|
20
|
+
import { C as Client$e } from './deduplication.d-D5GYddVu.js';
|
|
21
|
+
import { C as Client$f } from './design.d-DTo29S0F.js';
|
|
22
|
+
import { C as Client$g } from './document.d-DN37pjdx.js';
|
|
23
|
+
import { C as Client$h } from './email-settings.d-B7Q_xT25.js';
|
|
24
|
+
import { C as Client$i } from './email-template.d-gtQkdaXM.js';
|
|
25
|
+
import { C as Client$j } from './entity.d-ByufVI16.js';
|
|
26
|
+
import { C as Client$k } from './entity-mapping.d-DKSW3sfy.js';
|
|
27
|
+
import { C as Client$l } from './environments.d-BvqvN-PD.js';
|
|
28
|
+
import { C as Client$m } from './event-catalog.d-ENw6HO-w.js';
|
|
29
|
+
import { C as Client$n } from './file.d-DcTJxjp7.js';
|
|
30
|
+
import { C as Client$o } from './iban.d-BwdiGbxi.js';
|
|
31
|
+
import { C as Client$p } from './integration-toolkit.d-Ry-KC9ow.js';
|
|
32
|
+
import { C as Client$q } from './journey.d-ClXO0xK8.js';
|
|
33
|
+
import { C as Client$r } from './kanban.d-B99GucT_.js';
|
|
34
|
+
import { C as Client$s } from './message.d-D3QUkBjg.js';
|
|
35
|
+
import { C as Client$t } from './metering.d-DvtPv7wk.js';
|
|
36
|
+
import { C as Client$u } from './notes.d-BC-scR42.js';
|
|
37
|
+
import { C as Client$v } from './notification.d-BfBL3lga.js';
|
|
38
|
+
import { C as Client$w } from './organization.d-DqwnNxMg.js';
|
|
39
|
+
import { C as Client$x } from './partner-directory.d-BCIjHoGs.js';
|
|
40
|
+
import { C as Client$y } from './permissions.d-l6AT8SYP.js';
|
|
41
|
+
import { C as Client$z } from './pricing.d-Cv39plGm.js';
|
|
42
|
+
import { C as Client$A } from './pricing-tier.d-Cg0jl6n_.js';
|
|
43
|
+
import { C as Client$B } from './purpose.d-CbIYfTua.js';
|
|
44
|
+
import { C as Client$C } from './query.d-Cmp78IhZ.js';
|
|
45
|
+
import { C as Client$D } from './sandbox.d-BdbOFzDu.js';
|
|
46
|
+
import { C as Client$E } from './sharing.d-sOXq-gtz.js';
|
|
47
|
+
import { C as Client$F } from './submission.d-BamwfhXw.js';
|
|
48
|
+
import { C as Client$G } from './targeting.d-BNmcVsNS.js';
|
|
49
|
+
import { C as Client$H } from './template-variables.d-Ble9TSBa.js';
|
|
50
|
+
import { C as Client$I } from './user.d-D18fe97W.js';
|
|
51
|
+
import { C as Client$J } from './validation-rules.d-Db5c5zTf.js';
|
|
52
|
+
import { C as Client$K } from './webhooks.d-pLHIL_io.js';
|
|
53
|
+
import { C as Client$L } from './workflow.d-pD8ISOg-.js';
|
|
54
|
+
import { C as Client$M } from './workflow-definition.d-ByCJK9_x.js';
|
|
53
55
|
|
|
54
56
|
type SDKClientMap = {
|
|
55
57
|
accessToken: Client;
|
|
@@ -61,44 +63,46 @@ type SDKClientMap = {
|
|
|
61
63
|
automation: Client$6;
|
|
62
64
|
billing: Client$7;
|
|
63
65
|
blueprintManifest: Client$8;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
66
|
+
configurationHub: Client$9;
|
|
67
|
+
consent: Client$a;
|
|
68
|
+
customerPortal: Client$b;
|
|
69
|
+
dashboard: Client$c;
|
|
70
|
+
dataGovernance: Client$d;
|
|
71
|
+
deduplication: Client$e;
|
|
72
|
+
design: Client$f;
|
|
73
|
+
document: Client$g;
|
|
74
|
+
emailSettings: Client$h;
|
|
75
|
+
emailTemplate: Client$i;
|
|
76
|
+
entity: Client$j;
|
|
77
|
+
entityMapping: Client$k;
|
|
78
|
+
environments: Client$l;
|
|
79
|
+
eventCatalog: Client$m;
|
|
80
|
+
file: Client$n;
|
|
81
|
+
iban: Client$o;
|
|
82
|
+
integrationToolkit: Client$p;
|
|
83
|
+
journey: Client$q;
|
|
84
|
+
kanban: Client$r;
|
|
85
|
+
message: Client$s;
|
|
86
|
+
metering: Client$t;
|
|
87
|
+
notes: Client$u;
|
|
88
|
+
notification: Client$v;
|
|
89
|
+
organization: Client$w;
|
|
90
|
+
partnerDirectory: Client$x;
|
|
91
|
+
permissions: Client$y;
|
|
92
|
+
pricing: Client$z;
|
|
93
|
+
pricingTier: Client$A;
|
|
94
|
+
purpose: Client$B;
|
|
95
|
+
query: Client$C;
|
|
96
|
+
sandbox: Client$D;
|
|
97
|
+
sharing: Client$E;
|
|
98
|
+
submission: Client$F;
|
|
99
|
+
targeting: Client$G;
|
|
100
|
+
templateVariables: Client$H;
|
|
101
|
+
user: Client$I;
|
|
102
|
+
validationRules: Client$J;
|
|
103
|
+
webhooks: Client$K;
|
|
104
|
+
workflow: Client$L;
|
|
105
|
+
workflowDefinition: Client$M;
|
|
102
106
|
};
|
|
103
107
|
|
|
104
108
|
type LargeResponseConfig = {
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
import {
|
|
2
|
+
require_webhooks_runtime
|
|
3
|
+
} from "./chunk-A7AAVJGM.js";
|
|
4
|
+
import {
|
|
5
|
+
require_workflow_definition_runtime
|
|
6
|
+
} from "./chunk-43GJY2EB.js";
|
|
7
|
+
import {
|
|
8
|
+
require_workflow_runtime
|
|
9
|
+
} from "./chunk-KQKBSWGI.js";
|
|
10
|
+
import {
|
|
11
|
+
require_sandbox_runtime
|
|
12
|
+
} from "./chunk-UUVJYJHD.js";
|
|
13
|
+
import {
|
|
14
|
+
require_sharing_runtime
|
|
15
|
+
} from "./chunk-NPDSA7T2.js";
|
|
1
16
|
import {
|
|
2
17
|
require_submission_runtime
|
|
3
18
|
} from "./chunk-IJR3GZKC.js";
|
|
@@ -14,14 +29,8 @@ import {
|
|
|
14
29
|
require_validation_rules_runtime
|
|
15
30
|
} from "./chunk-7IKQIVUS.js";
|
|
16
31
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import {
|
|
20
|
-
require_workflow_definition_runtime
|
|
21
|
-
} from "./chunk-43GJY2EB.js";
|
|
22
|
-
import {
|
|
23
|
-
require_workflow_runtime
|
|
24
|
-
} from "./chunk-KQKBSWGI.js";
|
|
32
|
+
require_notification_runtime
|
|
33
|
+
} from "./chunk-DZ3P537S.js";
|
|
25
34
|
import {
|
|
26
35
|
require_organization_runtime
|
|
27
36
|
} from "./chunk-OEBV2PMV.js";
|
|
@@ -41,11 +50,11 @@ import {
|
|
|
41
50
|
require_purpose_runtime
|
|
42
51
|
} from "./chunk-D7Q4JGN7.js";
|
|
43
52
|
import {
|
|
44
|
-
|
|
45
|
-
} from "./chunk-
|
|
53
|
+
require_query_runtime
|
|
54
|
+
} from "./chunk-MM5JDJFO.js";
|
|
46
55
|
import {
|
|
47
|
-
|
|
48
|
-
} from "./chunk-
|
|
56
|
+
require_file_runtime
|
|
57
|
+
} from "./chunk-E2WMGOM5.js";
|
|
49
58
|
import {
|
|
50
59
|
require_iban_runtime
|
|
51
60
|
} from "./chunk-5MFHAXBT.js";
|
|
@@ -68,8 +77,8 @@ import {
|
|
|
68
77
|
require_notes_runtime
|
|
69
78
|
} from "./chunk-RW5JOHG7.js";
|
|
70
79
|
import {
|
|
71
|
-
|
|
72
|
-
} from "./chunk-
|
|
80
|
+
require_design_runtime
|
|
81
|
+
} from "./chunk-KIWRGUKM.js";
|
|
73
82
|
import {
|
|
74
83
|
require_document_runtime
|
|
75
84
|
} from "./chunk-75EI2Q64.js";
|
|
@@ -87,19 +96,19 @@ import {
|
|
|
87
96
|
} from "./chunk-F7W62NKV.js";
|
|
88
97
|
import {
|
|
89
98
|
require_environments_runtime
|
|
90
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-2LEEXRJX.js";
|
|
91
100
|
import {
|
|
92
101
|
require_event_catalog_runtime
|
|
93
102
|
} from "./chunk-TME4YJNP.js";
|
|
94
|
-
import {
|
|
95
|
-
require_file_runtime
|
|
96
|
-
} from "./chunk-E2WMGOM5.js";
|
|
97
103
|
import {
|
|
98
104
|
require_billing_runtime
|
|
99
105
|
} from "./chunk-CSK5ZUTS.js";
|
|
100
106
|
import {
|
|
101
107
|
require_blueprint_manifest_runtime
|
|
102
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-O2YVXGPZ.js";
|
|
109
|
+
import {
|
|
110
|
+
require_configuration_hub_runtime
|
|
111
|
+
} from "./chunk-4JAOFRYX.js";
|
|
103
112
|
import {
|
|
104
113
|
require_consent_runtime
|
|
105
114
|
} from "./chunk-2BPBDRRO.js";
|
|
@@ -115,9 +124,6 @@ import {
|
|
|
115
124
|
import {
|
|
116
125
|
require_deduplication_runtime
|
|
117
126
|
} from "./chunk-X2SC4GW5.js";
|
|
118
|
-
import {
|
|
119
|
-
require_design_runtime
|
|
120
|
-
} from "./chunk-KIWRGUKM.js";
|
|
121
127
|
import {
|
|
122
128
|
require_access_token_runtime
|
|
123
129
|
} from "./chunk-XSE4CFSM.js";
|
|
@@ -146,7 +152,7 @@ import {
|
|
|
146
152
|
expand,
|
|
147
153
|
help,
|
|
148
154
|
openapi
|
|
149
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-7C4FQXMS.js";
|
|
150
156
|
import {
|
|
151
157
|
__require
|
|
152
158
|
} from "./chunk-YPSWSI3M.js";
|
|
@@ -293,6 +299,11 @@ var registerBuiltinApis = (registry) => {
|
|
|
293
299
|
name: "blueprintManifest",
|
|
294
300
|
loader: () => expandDef(require_blueprint_manifest_runtime())
|
|
295
301
|
});
|
|
302
|
+
registerApi({
|
|
303
|
+
registry,
|
|
304
|
+
name: "configurationHub",
|
|
305
|
+
loader: () => expandDef(require_configuration_hub_runtime())
|
|
306
|
+
});
|
|
296
307
|
registerApi({
|
|
297
308
|
registry,
|
|
298
309
|
name: "consent",
|
|
@@ -433,6 +444,11 @@ var registerBuiltinApis = (registry) => {
|
|
|
433
444
|
name: "purpose",
|
|
434
445
|
loader: () => expandDef(require_purpose_runtime())
|
|
435
446
|
});
|
|
447
|
+
registerApi({
|
|
448
|
+
registry,
|
|
449
|
+
name: "query",
|
|
450
|
+
loader: () => expandDef(require_query_runtime())
|
|
451
|
+
});
|
|
436
452
|
registerApi({
|
|
437
453
|
registry,
|
|
438
454
|
name: "sandbox",
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-NJK5F5TF.cjs');
|
|
2
|
+
|
|
3
|
+
// src/docs/query.json
|
|
4
|
+
var query_default = '# Query API\n\n- **Base URL:** `https://query.sls.epilot.io`\n- **Full API Docs:** [https://docs.epilot.io/api/query](https://docs.epilot.io/api/query)\n\n## Usage\n\n```ts\nimport { epilot } from \'@epilot/sdk\'\n\nepilot.authorize(() => \'<token>\')\nconst { data } = await epilot.query.createOrUpdateView(...)\n```\n\n### Tree-shakeable import\n\n```ts\nimport { getClient, authorize } from \'@epilot/sdk/query\'\n\nconst queryClient = getClient()\nauthorize(queryClient, () => \'<token>\')\nconst { data } = await queryClient.createOrUpdateView(...)\n```\n\n## Operations\n\n**Datalake V2**\n- [`createOrUpdateView`](#createorupdateview)\n- [`getAllViews`](#getallviews)\n- [`getView`](#getview)\n- [`createOrUpdateRelationship`](#createorupdaterelationship)\n- [`getAllRelationships`](#getallrelationships)\n\n**Datasets**\n- [`listAvailableDatasetsV2`](#listavailabledatasetsv2)\n\n**Query**\n- [`executeEntitiesQuery`](#executeentitiesquery)\n- [`executeWorkflowsQuery`](#executeworkflowsquery)\n- [`executeAutomationQuery`](#executeautomationquery)\n- [`listWorkflowPhasesByDefinitionId`](#listworkflowphasesbydefinitionid)\n- [`listWorkflowDefinitions`](#listworkflowdefinitions)\n- [`listPhaseNames`](#listphasenames)\n\n**V1**\n- [`listDatasets`](#listdatasets)\n- [`executeQuery`](#executequery)\n\n**CredentialsV2**\n- [`generateCredentialsV2`](#generatecredentialsv2)\n- [`listCredentialsV2`](#listcredentialsv2)\n- [`revokeCredentialsV2`](#revokecredentialsv2)\n\n**V2**\n- [`executeQueryV2`](#executequeryv2)\n- [`getSemanticModel`](#getsemanticmodel)\n- [`autocomplete`](#autocomplete)\n- [`workflowsAutocomplete`](#workflowsautocomplete)\n\n**Schemas**\n- [`ErrorResponse`](#errorresponse)\n- [`ViewRequest`](#viewrequest)\n- [`CurrentEntitiesViewRequest`](#currententitiesviewrequest)\n- [`TaxonomiesViewRequest`](#taxonomiesviewrequest)\n- [`WorkflowExecutionsViewRequest`](#workflowexecutionsviewrequest)\n- [`ViewResponse`](#viewresponse)\n- [`ViewsListResponse`](#viewslistresponse)\n- [`RelationshipRequest`](#relationshiprequest)\n- [`RelationshipResponse`](#relationshipresponse)\n- [`RelationshipsListResponse`](#relationshipslistresponse)\n- [`NoCache`](#nocache)\n- [`CacheExpiration`](#cacheexpiration)\n- [`UserId`](#userid)\n- [`DatasetDomain`](#datasetdomain)\n- [`Dataset`](#dataset)\n- [`DatalakeQueryOptions`](#datalakequeryoptions)\n- [`DatalakeQuery`](#datalakequery)\n- [`AutomationQueryOptions`](#automationqueryoptions)\n- [`DatasetOptions.AutomationExecutionsOverview`](#datasetoptions.automationexecutionsoverview)\n- [`DatasetOptions.ListAutomationDefinitions`](#datasetoptions.listautomationdefinitions)\n- [`WorkflowsQueryOptions`](#workflowsqueryoptions)\n- [`DatasetOptions.TotalCountOfWorkflowExecutions`](#datasetoptions.totalcountofworkflowexecutions)\n- [`DatasetOptions.WorkflowExecutionTimeSeries`](#datasetoptions.workflowexecutiontimeseries)\n- [`DatasetOptions.CumulativeSumOfWorkflows`](#datasetoptions.cumulativesumofworkflows)\n- [`DatasetOptions.CancellationReasons`](#datasetoptions.cancellationreasons)\n- [`DatasetOptions.WorkflowTasksOverview`](#datasetoptions.workflowtasksoverview)\n- [`Response.WorkflowTaskOverview`](#response.workflowtaskoverview)\n- [`ECPDetails`](#ecpdetails)\n- [`WorkflowContext`](#workflowcontext)\n- [`WorkflowStatus`](#workflowstatus)\n- [`AutomationConfig`](#automationconfig)\n- [`DynamicDueDate`](#dynamicduedate)\n- [`TaskStatus`](#taskstatus)\n- [`TaskRequirement`](#taskrequirement)\n- [`TaskType`](#tasktype)\n- [`Task`](#task)\n- [`WorkflowsQueryOptions.WorkflowDefinitionIDs`](#workflowsqueryoptions.workflowdefinitionids)\n- [`WorkflowsQueryOptions.EntitySchema`](#workflowsqueryoptions.entityschema)\n- [`WorkflowsQueryOptions.RelativeTimeRange`](#workflowsqueryoptions.relativetimerange)\n- [`WorkflowsQueryOptions.TimeRangeFrom`](#workflowsqueryoptions.timerangefrom)\n- [`WorkflowsQueryOptions.TimeRangeTo`](#workflowsqueryoptions.timerangeto)\n- [`WorkflowsQueryOptions.GroupTimeBy`](#workflowsqueryoptions.grouptimeby)\n- [`WorkflowsQueryOptions.WorkflowStates`](#workflowsqueryoptions.workflowstates)\n- [`DatasetName`](#datasetname)\n- [`EntityDataset`](#entitydataset)\n- [`AutomationExecutionDataset`](#automationexecutiondataset)\n- [`WorkflowDataset`](#workflowdataset)\n- [`WorkflowStates`](#workflowstates)\n- [`PhaseStates`](#phasestates)\n- [`TaskStates`](#taskstates)\n- [`SortBy`](#sortby)\n- [`TimeGroups`](#timegroups)\n- [`RelativeTimeRange`](#relativetimerange)\n- [`WorkflowsQueryResult`](#workflowsqueryresult)\n- [`AutomationExecutionResponse`](#automationexecutionresponse)\n- [`ListAutomationDefinitionsResponse`](#listautomationdefinitionsresponse)\n- [`SemanticModel`](#semanticmodel)\n- [`QueryResults`](#queryresults)\n- [`TimeSeriesSettings`](#timeseriessettings)\n- [`NameDurationSettings`](#namedurationsettings)\n\n### `createOrUpdateView`\n\nCreate or update a materialized SQL view in the epilot data lake.\n\n`POST /datalake/views`\n\n```ts\nconst { data } = await client.createOrUpdateView(\n null,\n {\n view_name: \'some_view\',\n source_dataset: \'current_entities\',\n config: {\n schema: \'some_schema\',\n include_purpose_view: true,\n include_label_view: true,\n include_relation_view: true,\n relationship_attribute: [\'some_relationship_attribute\']\n }\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "view_name": "some_view",\n "source_dataset": "current_entities",\n "attributes": [\n {\n "name": "some_attribute",\n "type": "string",\n "description": "some description"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `getAllViews`\n\nRetrieve all materialized data lake views configured for the organization.\n\n`GET /datalake/views`\n\n```ts\nconst { data } = await client.getAllViews()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "views": [\n {\n "view_name": "some_view",\n "source_dataset": "current_entities",\n "view_slug": "some_view",\n "attributes": [\n {\n "name": "some_attribute",\n "type": "string",\n "description": "some description"\n }\n ]\n },\n {\n "view_name": "another_view",\n "source_dataset": "taxonomies",\n "view_slug": "another_view",\n "attributes": [\n {\n "name": "taxonomy_attribute",\n "type": "string",\n "description": "taxonomy attribute description"\n }\n ]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `getView`\n\nRetrieve the definition and attributes of a specific data lake view by its slug.\n\n`GET /datalake/views/{view_slug}`\n\n```ts\nconst { data } = await client.getView({\n view_slug: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "view_name": "some_view",\n "source_dataset": "current_entities",\n "attributes": [\n {\n "name": "some_attribute",\n "type": "string",\n "description": "some description"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `createOrUpdateRelationship`\n\nDefine or update a relationship between two tables in the data lake.\n\n`POST /datalake/relationships`\n\n```ts\nconst { data } = await client.createOrUpdateRelationship(\n null,\n {\n relationship_name: \'some_relationship\',\n from_table: \'some_table\',\n to_table: \'some_table\',\n from_column: \'some_column\',\n to_column: \'some_column\',\n type: \'one_to_many\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "relationship_name": "some_relationship",\n "from_table": "some_table",\n "to_table": "some_table",\n "from_column": "some_column",\n "to_column": "some_column",\n "type": "one_to_many"\n}\n```\n\n</details>\n\n---\n\n### `getAllRelationships`\n\nRetrieve all table relationships configured for the organization\'s data lake.\n\n`GET /datalake/relationships`\n\n```ts\nconst { data } = await client.getAllRelationships()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "relationships": [\n {\n "relationship_name": "some_relationship",\n "from_table": "some_table",\n "to_table": "some_table",\n "from_column": "some_column",\n "to_column": "some_column",\n "type": "one_to_many"\n },\n {\n "relationship_name": "another_relationship",\n "from_table": "table_a",\n "to_table": "table_b",\n "from_column": "column_a",\n "to_column": "column_b",\n "type": "many_to_many"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `listAvailableDatasetsV2`\n\nLists all available datasets grouped by domain\n\n`GET /v2/query/datasets`\n\n```ts\nconst { data } = await client.listAvailableDatasetsV2()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": [\n {\n "domain": "entities",\n "dataset": "entity_operations",\n "endpoint": "/v2/query/domain/entities:execute"\n },\n {\n "domain": "workflows",\n "dataset": "workflow_execution_time_series",\n "endpoint": "/v2/query/domain/workflows:execute"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `executeEntitiesQuery`\n\nExecute queries against entities datasets.\n\n`POST /v2/query/domain/entities:execute`\n\n```ts\nconst { data } = await client.executeEntitiesQuery(\n {\n cache_expiration: \'example\',\n no_cache: true,\n },\n {\n query: {}\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "status": "FINISHED",\n "timestamp": "1715621496068",\n "results": [\n {}\n ]\n}\n```\n\n</details>\n\n---\n\n### `executeWorkflowsQuery`\n\nQuery Workflow Analytics Datasets.\n\n`POST /v2/query/domain/workflows:execute`\n\n```ts\nconst { data } = await client.executeWorkflowsQuery(\n {\n mock: true,\n cache_expiration: \'example\',\n no_cache: true,\n },\n {\n dataset: \'total_count_of_workflow_executions\',\n workflow_definition_ids: [\'string\'],\n entity_schemas: [\'string\'],\n states: [\'string\'],\n group_time_by: \'M\',\n relative_time_range: \'string\',\n time_range_from: \'string\',\n time_range_to: \'string\',\n duration_threshold: 0\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "data": [0, 1],\n "labels": ["label1", "label2"],\n "timestamp": "1715621496068"\n}\n```\n\n</details>\n\n---\n\n### `executeAutomationQuery`\n\nQuery Automation Analytics Datasets.\n\n`POST /v2/query/domain/automations:execute`\n\n```ts\nconst { data } = await client.executeAutomationQuery(\n {\n from: 1,\n size: 1,\n },\n {\n dataset: \'automation_executions_overview\',\n flow_ids: [\'string\'],\n execution_states: [\'success\', \'failed\', \'scheduled\'],\n relative_time_range: \'all_time\',\n time_range_from: \'string\',\n time_range_to: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "hits": 100,\n "results": [\n {\n "flow_id": "1234567890",\n "flow_name": "flow_name",\n "execution_id": "execution_id",\n "execution_status": "execution_status",\n "entity_schema": "opportunity",\n "entity_id": "entity_id",\n "created_at": "execution_created_at",\n "updated_at": "execution_updated_at",\n "error": {\n "message": "error_message",\n "error_code": "error_code"\n },\n "trigger_event": {\n "type": "EntityOperation",\n "trigger_type": "createEntity"\n }\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `listWorkflowPhasesByDefinitionId`\n\nRetrieves the workflow phases associated with a given workflow definition ID.\n\n`GET /v2/query/domain/workflows/definitions/{workflowDefinitionId}/phases`\n\n```ts\nconst { data } = await client.listWorkflowPhasesByDefinitionId({\n workflowDefinitionId: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n[\n {\n "id": "y0UdVCOI",\n "name": "Initial Phase"\n }\n]\n```\n\n</details>\n\n---\n\n### `listWorkflowDefinitions`\n\nLists available worflow definitions with their ids, names and start times\n\n`GET /v2/query/domain/workflows/definitions`\n\n```ts\nconst { data } = await client.listWorkflowDefinitions({\n mock: true,\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": [\n {\n "id": "y0UdVCOI",\n "name": "PV Kauf",\n "max_date": "2023-05-31T00:00:00.000Z",\n "min_date": "2023-01-00T00:00:00.000Z"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `listPhaseNames`\n\nLists phase names of an org.\n\n`GET /v2/query/domain/workflows/phases`\n\n```ts\nconst { data } = await client.listPhaseNames({\n org_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": [\n {\n "id": "y0UdVCOI",\n "name": "PV Kauf",\n "max_date": "2023-05-31T00:00:00.000Z",\n "min_date": "2023-01-00T00:00:00.000Z"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `listDatasets`\n\nGet list of available datasets\n\n`GET /v1/query/datasets`\n\n```ts\nconst { data } = await client.listDatasets()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": [\n {\n "dataset": "entity_operations"\n },\n {\n "dataset": "entities_timemachine"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `executeQuery`\n\nExecute queries against datasets.\n\n`POST /v1/query:execute`\n\n```ts\nconst { data } = await client.executeQuery(\n {\n cache_expiration: \'example\',\n no_cache: true,\n },\n {\n query: {}\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "status": "FINISHED",\n "timestamp": "1715621496068",\n "results": [\n {}\n ]\n}\n```\n\n</details>\n\n---\n\n### `generateCredentialsV2`\n\nGenerate credentials for the epilot datalake for connecting other BI tools with ClickHouse\n\n`POST /v2/query/credentials:generate`\n\n```ts\nconst { data } = await client.generateCredentialsV2()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "username": "datalakeuser_sfsdfs_66",\n "password": "***",\n "endpoints": {\n "host": "qjjcxsy87t.eu-central-1.aws.clickhouse.cloud",\n "port": 8443\n },\n "database": "datawarehouse"\n}\n```\n\n</details>\n\n---\n\n### `listCredentialsV2`\n\nList all the credentialof Clickhouse for the organization here\n\n`GET /v2/query/credentials:list`\n\n```ts\nconst { data } = await client.listCredentialsV2()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "users": [\n {\n "user_id": "string"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `revokeCredentialsV2`\n\nRevoke credentials for the epilot datalake for connecting other BI tools with Clickhouse\n\n`POST /v2/query/credentials:revoke`\n\n```ts\nconst { data } = await client.revokeCredentialsV2({\n user_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "success": true\n}\n```\n\n</details>\n\n---\n\n### `executeQueryV2`\n\nExecute queries against datasets.\n\n`POST /v2/query:execute`\n\n```ts\nconst { data } = await client.executeQueryV2(\n null,\n {},\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "status": "FINISHED",\n "timestamp": "1715621496068",\n "results": [\n {}\n ]\n}\n```\n\n</details>\n\n---\n\n### `getSemanticModel`\n\nGet the semantic model for agent/tool consumption.\n\n`GET /v2/query/semantic-model`\n\n```ts\nconst { data } = await client.getSemanticModel()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "entities": [\n {\n "name": "current_contacts",\n "displayName": "Contacts",\n "schema": "entity"\n }\n ],\n "relationships": [\n {\n "from": "current_contacts",\n "to": "opportunity_account_contact_relation",\n "relationship": "hasMany",\n "displayName": "Contact has many Opportunities"\n }\n ],\n "capabilities": {\n "aggregations": ["count", "count_distinct", "sum", "average", "min", "max", "median"],\n "calculationTypes": [\n {\n "type": "string",\n "description": "string",\n "parameters": {}\n }\n ],\n "granularities": ["day", "week", "month", "quarter", "year"],\n "filterOperators": [\n {\n "operator": "string",\n "description": "string"\n }\n ]\n }\n}\n```\n\n</details>\n\n---\n\n### `autocomplete`\n\nGeneric autocomplete endpoint for querying distinct values across datasets.\nUse the dataset parameter to specify which data category to query.\n\n`GET /v2/query/autocomplete`\n\n```ts\nconst { data } = await client.autocomplete({\n dataset: \'example\',\n input: \'example\',\n attribute: \'example\',\n size: 1,\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": ["value"]\n}\n```\n\n</details>\n\n---\n\n### `workflowsAutocomplete`\n\nAutocomplete Workflows data\n\n`GET /v2/query/workflows:autocomplete`\n\n```ts\nconst { data } = await client.workflowsAutocomplete({\n input: \'example\',\n attribute: \'example\',\n size: 1,\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": ["value"]\n}\n```\n\n</details>\n\n---\n\n## Schemas\n\n### `ErrorResponse`\n\nStandard error response body\n\n```ts\ntype ErrorResponse = {\n status?: number\n error?: string\n message?: string\n}\n```\n\n### `ViewRequest`\n\n```ts\ntype ViewRequest = {\n view_name?: string\n source_dataset: "current_entities"\n config: {\n schema: string\n include_purpose_view?: boolean\n include_label_view?: boolean\n include_relation_view?: boolean\n relationship_attribute?: string[]\n }\n} | {\n view_name?: string\n source_dataset: "taxonomies"\n} | {\n view_name?: string\n source_dataset: "workflow_executions"\n}\n```\n\n### `CurrentEntitiesViewRequest`\n\n```ts\ntype CurrentEntitiesViewRequest = {\n view_name?: string\n source_dataset: "current_entities"\n config: {\n schema: string\n include_purpose_view?: boolean\n include_label_view?: boolean\n include_relation_view?: boolean\n relationship_attribute?: string[]\n }\n}\n```\n\n### `TaxonomiesViewRequest`\n\n```ts\ntype TaxonomiesViewRequest = {\n view_name?: string\n source_dataset: "taxonomies"\n}\n```\n\n### `WorkflowExecutionsViewRequest`\n\n```ts\ntype WorkflowExecutionsViewRequest = {\n view_name?: string\n source_dataset: "workflow_executions"\n}\n```\n\n### `ViewResponse`\n\n```ts\ntype ViewResponse = {\n view_name: string\n source_dataset: "current_entities" | "taxonomies" | "workflow_executions"\n attributes: Array<{\n name: string\n type: string\n description?: string\n }>\n}\n```\n\n### `ViewsListResponse`\n\n```ts\ntype ViewsListResponse = {\n views?: Array<{\n view_name: string\n source_dataset: "current_entities" | "taxonomies" | "workflow_executions"\n view_slug?: string\n attributes: Array<{\n name: { ... }\n type: { ... }\n description?: { ... }\n }>\n }>\n}\n```\n\n### `RelationshipRequest`\n\n```ts\ntype RelationshipRequest = {\n relationship_name: string\n from_table: string\n to_table: string\n from_column: string\n to_column: string\n type: "one_to_many" | "many_to_many" | "many_to_one" | "one_to_one"\n}\n```\n\n### `RelationshipResponse`\n\n```ts\ntype RelationshipResponse = {\n relationship_name?: string\n from_table?: string\n to_table?: string\n from_column?: string\n to_column?: string\n type?: "one_to_many" | "many_to_many" | "many_to_one" | "one_to_one"\n}\n```\n\n### `RelationshipsListResponse`\n\n```ts\ntype RelationshipsListResponse = {\n relationships?: Array<{\n relationship_name?: string\n from_table?: string\n to_table?: string\n from_column?: string\n to_column?: string\n type?: "one_to_many" | "many_to_many" | "many_to_one" | "one_to_one"\n }>\n}\n```\n\n### `NoCache`\n\n```ts\ntype NoCache = boolean\n```\n\n### `CacheExpiration`\n\nCache Expiration timestamp\n\n```ts\ntype CacheExpiration = string // timestamp\n```\n\n### `UserId`\n\nExecution Id for the query\n\n```ts\ntype UserId = string\n```\n\n### `DatasetDomain`\n\n```ts\ntype DatasetDomain = "entities" | "workflows"\n```\n\n### `Dataset`\n\n```ts\ntype Dataset = {\n dataset?: string\n domain?: "entities" | "workflows"\n endpoint?: string\n}\n```\n\n### `DatalakeQueryOptions`\n\n```ts\ntype DatalakeQueryOptions = {\n dataset?: string\n measure?: string\n dimensions?: Record<string, unknown>[]\n filters?: Record<string, unknown>[]\n exclude_deleted?: boolean\n}\n```\n\n### `DatalakeQuery`\n\n```ts\ntype DatalakeQuery = {\n dataset?: string\n measure?: string\n dimensions?: Record<string, unknown>[]\n filters?: Record<string, unknown>[]\n exclude_deleted?: boolean\n}\n```\n\n### `AutomationQueryOptions`\n\n```ts\ntype AutomationQueryOptions = {\n dataset: "automation_executions_overview" | "list_automation_definitions"\n}\n```\n\n### `DatasetOptions.AutomationExecutionsOverview`\n\n```ts\ntype DatasetOptions.AutomationExecutionsOverview = {\n dataset: "automation_executions_overview" | "list_automation_definitions"\n flow_ids?: string[]\n execution_states?: string[]\n relative_time_range?: "all_time" | "this_week" | "last_week" | "last_7_days" | "this_month" | "last_month" | "last_30_days" | "last_3_months" | "last_6_months" | "this_year" | "last_year"\n time_range_from?: string\n time_range_to?: string\n}\n```\n\n### `DatasetOptions.ListAutomationDefinitions`\n\n```ts\ntype DatasetOptions.ListAutomationDefinitions = {\n dataset: "automation_executions_overview" | "list_automation_definitions"\n search?: string\n}\n```\n\n### `WorkflowsQueryOptions`\n\nSettings for the data of the chart that is being queried.\n\n```ts\ntype WorkflowsQueryOptions = {\n dataset?: "total_count_of_workflow_executions" | "workflow_execution_time_series" | "cumulative_sum_of_workflows" | "cancellation_reasons" | "phases_count" | "phases_duration" | "tasks_duration" | "task_duration" | "workflow_tasks_overview"\n workflow_definition_ids?: string[]\n entity_schemas?: string[]\n states?: string[]\n group_time_by?: string\n relative_time_range?: string\n time_range_from?: string\n time_range_to?: string\n duration_threshold?: number\n}\n```\n\n### `DatasetOptions.TotalCountOfWorkflowExecutions`\n\nSee the total of workflow executions in a pie chart.\n\n```ts\ntype DatasetOptions.TotalCountOfWorkflowExecutions = {\n workflow_definition_ids?: string[]\n entity_schema?: string\n relative_time_range?: string\n time_range_from?: string\n time_range_to?: string\n}\n```\n\n### `DatasetOptions.WorkflowExecutionTimeSeries`\n\n```ts\ntype DatasetOptions.WorkflowExecutionTimeSeries = {\n workflow_definition_ids?: string[]\n entity_schema?: string\n relative_time_range?: string\n time_range_from?: string\n time_range_to?: string\n workflow_states?: string[]\n group_time_by?: string\n}\n```\n\n### `DatasetOptions.CumulativeSumOfWorkflows`\n\n```ts\ntype DatasetOptions.CumulativeSumOfWorkflows = {\n workflow_definition_ids?: string[]\n entity_schema?: string\n relative_time_range?: string\n time_range_from?: string\n time_range_to?: string\n workflow_states?: string[]\n group_time_by?: string\n}\n```\n\n### `DatasetOptions.CancellationReasons`\n\nSee the cancellation reasons of workflows in a pie chart.\n\n```ts\ntype DatasetOptions.CancellationReasons = {\n workflow_definition_ids?: string[]\n entity_schema?: string\n relative_time_range?: string\n time_range_from?: string\n time_range_to?: string\n}\n```\n\n### `DatasetOptions.WorkflowTasksOverview`\n\nGet a list of tasks to help organize executing users their day.\n\n```ts\ntype DatasetOptions.WorkflowTasksOverview = {\n dataset: "total_count_of_workflow_executions" | "workflow_execution_time_series" | "cumulative_sum_of_workflows" | "cancellation_reasons" | "phases_count" | "phases_duration" | "tasks_duration" | "task_duration" | "workflow_tasks_overview"\n workflow_definition_ids?: string[]\n entity_schema?: string\n relative_time_range?: string\n time_range_from?: string\n time_range_to?: string\n assignee_ids?: string[]\n include_unassigned?: boolean\n due_date_from?: string\n due_date_to?: string\n sort_by?: string\n page_number?: number\n page_size?: number\n}\n```\n\n### `Response.WorkflowTaskOverview`\n\n```ts\ntype Response.WorkflowTaskOverview = {\n results?: Array<{\n orgId?: string\n id?: string\n definitionId?: string\n phaseId?: string\n entityRefId?: string\n name?: string\n type?: "MANUAL" | "AUTOMATION"\n ecp?: {\n label?: { ... }\n }\n requirements?: Array<{\n definitionId?: { ... }\n type?: { ... }\n condition?: { ... }\n }>\n executionType?: "MANUAL" | "AUTOMATION"\n executionId?: string\n assignedTo?: string[]\n assignedToInProgress?: string\n status?: "UNASSIGNED" | "ASSIGNED" | "COMPLETED" | "SKIPPED" | "IN_PROGRESS"\n executionStatus?: "STARTED" | "DONE" | "CLOSED"\n created?: string\n lastUpdated?: string\n dueDate?: string\n dynamicDueDate?: {\n numberOfUnits: { ... }\n timePeriod: { ... }\n actionTypeCondition?: { ... }\n stepId?: { ... }\n }\n manuallyCreated?: boolean\n enabled?: boolean\n automationConfig?: {\n flowId: { ... }\n executionId?: { ... }\n executionStatus?: { ... }\n }\n executionName?: string\n contexts?: Array<{\n id: { ... }\n title: { ... }\n schema: { ... }\n }>\n }>\n hits?: number\n}\n```\n\n### `ECPDetails`\n\nDetails regarding ECP for the workflow step\n\n```ts\ntype ECPDetails = {\n label?: string\n}\n```\n\n### `WorkflowContext`\n\n```ts\ntype WorkflowContext = {\n id: string\n title: string\n schema: string\n}\n```\n\n### `WorkflowStatus`\n\n```ts\ntype WorkflowStatus = "STARTED" | "DONE" | "CLOSED"\n```\n\n### `AutomationConfig`\n\nConfiguration for automation execution to run\n\n```ts\ntype AutomationConfig = {\n flowId: string\n executionId?: string\n executionStatus?: string\n}\n```\n\n### `DynamicDueDate`\n\nset a Duedate for a step then a specific\n\n```ts\ntype DynamicDueDate = {\n numberOfUnits: number\n timePeriod: "days" | "weeks" | "months"\n actionTypeCondition?: "WORKFLOW_STARTED" | "STEP_CLOSED"\n stepId?: string\n}\n```\n\n### `TaskStatus`\n\n```ts\ntype TaskStatus = "UNASSIGNED" | "ASSIGNED" | "COMPLETED" | "SKIPPED" | "IN_PROGRESS"\n```\n\n### `TaskRequirement`\n\ndescribe the requirement for step enablement\n\n```ts\ntype TaskRequirement = {\n definitionId?: string\n type?: "STEP"\n condition?: "CLOSED"\n}\n```\n\n### `TaskType`\n\n```ts\ntype TaskType = "MANUAL" | "AUTOMATION"\n```\n\n### `Task`\n\n```ts\ntype Task = {\n orgId?: string\n id?: string\n definitionId?: string\n phaseId?: string\n entityRefId?: string\n name?: string\n type?: "MANUAL" | "AUTOMATION"\n ecp?: {\n label?: string\n }\n requirements?: Array<{\n definitionId?: string\n type?: "STEP"\n condition?: "CLOSED"\n }>\n executionType?: "MANUAL" | "AUTOMATION"\n executionId?: string\n assignedTo?: string[]\n assignedToInProgress?: string\n status?: "UNASSIGNED" | "ASSIGNED" | "COMPLETED" | "SKIPPED" | "IN_PROGRESS"\n executionStatus?: "STARTED" | "DONE" | "CLOSED"\n created?: string\n lastUpdated?: string\n dueDate?: string\n dynamicDueDate?: {\n numberOfUnits: number\n timePeriod: "days" | "weeks" | "months"\n actionTypeCondition?: "WORKFLOW_STARTED" | "STEP_CLOSED"\n stepId?: string\n }\n manuallyCreated?: boolean\n enabled?: boolean\n automationConfig?: {\n flowId: string\n executionId?: string\n executionStatus?: string\n }\n executionName?: string\n contexts?: Array<{\n id: string\n title: string\n schema: string\n }>\n}\n```\n\n### `WorkflowsQueryOptions.WorkflowDefinitionIDs`\n\nFilter by specific workflows by passing a list of workflow definition ids.\n\n```ts\ntype WorkflowsQueryOptions.WorkflowDefinitionIDs = string[]\n```\n\n### `WorkflowsQueryOptions.EntitySchema`\n\nWorkflows can be applied to different kinds of entities, e.g. on Opportunities or Orders.\nYou can choose to limit your results to workflow executions to specific entity schemas / types.\n\n\n```ts\ntype WorkflowsQueryOptions.EntitySchema = string\n```\n\n### `WorkflowsQueryOptions.RelativeTimeRange`\n\nA combination of two worde that describe a time range, e.g. "this year" or "last month"\n\n```ts\ntype WorkflowsQueryOptions.RelativeTimeRange = string\n```\n\n### `WorkflowsQueryOptions.TimeRangeFrom`\n\nSet a specific start of a time range, e.g. "2023-01-01"\n\n```ts\ntype WorkflowsQueryOptions.TimeRangeFrom = string\n```\n\n### `WorkflowsQueryOptions.TimeRangeTo`\n\nSet a specific end of a time range, e.g. "2023-06-30"\n\n```ts\ntype WorkflowsQueryOptions.TimeRangeTo = string\n```\n\n### `WorkflowsQueryOptions.GroupTimeBy`\n\nIf chosen a time series, this parameter sets by which time the data is grouped, e.g. quarterly, monthly or weekly. Available values: "D","W","M","Q","Y"\n\n```ts\ntype WorkflowsQueryOptions.GroupTimeBy = string\n```\n\n### `WorkflowsQueryOptions.WorkflowStates`\n\nFilter by the states of the workflow executions.\n\n```ts\ntype WorkflowsQueryOptions.WorkflowStates = string[]\n```\n\n### `DatasetName`\n\n```ts\ntype DatasetName = string\n```\n\n### `EntityDataset`\n\n```ts\ntype EntityDataset = "entity_operations" | "entities_timemachine" | "datalake_raw_sql"\n```\n\n### `AutomationExecutionDataset`\n\n```ts\ntype AutomationExecutionDataset = "automation_executions_overview" | "list_automation_definitions"\n```\n\n### `WorkflowDataset`\n\n```ts\ntype WorkflowDataset = "total_count_of_workflow_executions" | "workflow_execution_time_series" | "cumulative_sum_of_workflows" | "cancellation_reasons" | "phases_count" | "phases_duration" | "tasks_duration" | "task_duration" | "workflow_tasks_overview"\n```\n\n### `WorkflowStates`\n\n```ts\ntype WorkflowStates = "STARTED" | "CLOSED" | "DONE"\n```\n\n### `PhaseStates`\n\n```ts\ntype PhaseStates = "OPEN" | "COMPLETED" | "IN_PROGRESS"\n```\n\n### `TaskStates`\n\n```ts\ntype TaskStates = "OPEN" | "COMPLETED" | "IN_PROGRESS"\n```\n\n### `SortBy`\n\n```ts\ntype SortBy = "due_date_ascending" | "due_date_descending" | "creation_date_ascending" | "creation_date_descending"\n```\n\n### `TimeGroups`\n\n```ts\ntype TimeGroups = "Y" | "Q" | "M" | "W" | "D"\n```\n\n### `RelativeTimeRange`\n\n```ts\ntype RelativeTimeRange = "all_time" | "this_week" | "last_week" | "last_7_days" | "this_month" | "last_month" | "last_30_days" | "last_3_months" | "last_6_months" | "this_year" | "last_year"\n```\n\n### `WorkflowsQueryResult`\n\n```ts\ntype WorkflowsQueryResult = {\n data?: string | number | Record<string, unknown> | Record<string, unknown>[][] | Record<string, unknown> | string | number\n labels?: string[]\n timestamp?: string\n}\n```\n\n### `AutomationExecutionResponse`\n\n```ts\ntype AutomationExecutionResponse = {\n hits?: number\n results?: Array<{\n flow_id: string\n flow_name?: string\n execution_id: string\n execution_status: string\n entity_schema?: string\n entity_id?: string\n created_at: string\n updated_at?: string\n error?: {\n message?: { ... }\n error_code?: { ... }\n }\n trigger_event?: {\n type?: { ... }\n trigger_type?: { ... }\n }\n }>\n}\n```\n\n### `ListAutomationDefinitionsResponse`\n\n```ts\ntype ListAutomationDefinitionsResponse = {\n hits?: number\n results?: Array<{\n flow_id: string\n flow_name: string\n entity_schema?: string\n }>\n}\n```\n\n### `SemanticModel`\n\nThe semantic model exposing entities, relationships, and query capabilities\n\n```ts\ntype SemanticModel = {\n entities?: Array<{\n name?: string\n displayName?: string\n schema?: string\n }>\n relationships?: Array<{\n from?: string\n to?: string\n relationship?: "hasMany" | "belongsTo" | "hasOne"\n displayName?: string\n }>\n capabilities?: {\n aggregations?: string[]\n calculationTypes?: Array<{\n type?: { ... }\n description?: { ... }\n parameters?: { ... }\n }>\n granularities?: string[]\n filterOperators?: Array<{\n operator?: { ... }\n description?: { ... }\n }>\n }\n}\n```\n\n### `QueryResults`\n\n```ts\ntype QueryResults = {\n status?: string\n timestamp?: string\n results?: Record<string, unknown>[]\n}\n```\n\n### `TimeSeriesSettings`\n\n```ts\ntype TimeSeriesSettings = {\n dataset?: "time_series"\n from?: string // date-time\n to?: string // date-time\n time_grouper?: string\n workflow_names?: string[]\n}\n```\n\n### `NameDurationSettings`\n\n```ts\ntype NameDurationSettings = {\n dataset?: "name_duration"\n from?: string // date-time\n to?: string // date-time\n workflow_name?: string\n}\n```\n';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.default = query_default;
|