-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.js
More file actions
43 lines (42 loc) · 2.7 KB
/
index.js
File metadata and controls
43 lines (42 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
import analyzeRequestV110 from "./schemas/v1.1.0/commons/analyze/analyze.request.schema.json" with { type: "json" };
import analyzeReceiptV110 from "./schemas/v1.1.0/commons/analyze/analyze.receipt.schema.json" with { type: "json" };
import classifyRequestV110 from "./schemas/v1.1.0/commons/classify/classify.request.schema.json" with { type: "json" };
import classifyReceiptV110 from "./schemas/v1.1.0/commons/classify/classify.receipt.schema.json" with { type: "json" };
import fetchRequestV110 from "./schemas/v1.1.0/commons/fetch/fetch.request.schema.json" with { type: "json" };
import fetchReceiptV110 from "./schemas/v1.1.0/commons/fetch/fetch.receipt.schema.json" with { type: "json" };
import formatRequestV110 from "./schemas/v1.1.0/commons/format/format.request.schema.json" with { type: "json" };
import formatReceiptV110 from "./schemas/v1.1.0/commons/format/format.receipt.schema.json" with { type: "json" };
import parseRequestV110 from "./schemas/v1.1.0/commons/parse/parse.request.schema.json" with { type: "json" };
import parseReceiptV110 from "./schemas/v1.1.0/commons/parse/parse.receipt.schema.json" with { type: "json" };
import summarizeRequestV110 from "./schemas/v1.1.0/commons/summarize/summarize.request.schema.json" with { type: "json" };
import summarizeReceiptV110 from "./schemas/v1.1.0/commons/summarize/summarize.receipt.schema.json" with { type: "json" };
import cleanRequestV110 from "./schemas/v1.1.0/commons/clean/clean.request.schema.json" with { type: "json" };
import cleanReceiptV110 from "./schemas/v1.1.0/commons/clean/clean.receipt.schema.json" with { type: "json" };
import convertRequestV110 from "./schemas/v1.1.0/commons/convert/convert.request.schema.json" with { type: "json" };
import convertReceiptV110 from "./schemas/v1.1.0/commons/convert/convert.receipt.schema.json" with { type: "json" };
import describeRequestV110 from "./schemas/v1.1.0/commons/describe/describe.request.schema.json" with { type: "json" };
import describeReceiptV110 from "./schemas/v1.1.0/commons/describe/describe.receipt.schema.json" with { type: "json" };
import explainRequestV110 from "./schemas/v1.1.0/commons/explain/explain.request.schema.json" with { type: "json" };
import explainReceiptV110 from "./schemas/v1.1.0/commons/explain/explain.receipt.schema.json" with { type: "json" };
export {
analyzeRequestV110,
analyzeReceiptV110,
classifyRequestV110,
classifyReceiptV110,
fetchRequestV110,
fetchReceiptV110,
formatRequestV110,
formatReceiptV110,
parseRequestV110,
parseReceiptV110,
summarizeRequestV110,
summarizeReceiptV110,
cleanRequestV110,
cleanReceiptV110,
convertRequestV110,
convertReceiptV110,
describeRequestV110,
describeReceiptV110,
explainRequestV110,
explainReceiptV110
};