@talonic/docs 0.15.0 → 0.17.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/dist/index.js +1127 -208
- package/dist/index.js.map +1 -1
- package/dist/seo.js +50 -39
- package/dist/tailwind-preset.d.cts +45 -0
- package/dist/tailwind-preset.d.ts +45 -0
- package/openapi.json +29 -13
- package/package.json +1 -1
package/dist/seo.js
CHANGED
|
@@ -2921,13 +2921,18 @@ var openapi_default = {
|
|
|
2921
2921
|
],
|
|
2922
2922
|
responses: {
|
|
2923
2923
|
"200": {
|
|
2924
|
-
description: "
|
|
2924
|
+
description: "Delivery destinations for the authenticated customer.",
|
|
2925
2925
|
content: {
|
|
2926
2926
|
"application/json": {
|
|
2927
2927
|
schema: {
|
|
2928
|
-
type: "
|
|
2929
|
-
|
|
2930
|
-
|
|
2928
|
+
type: "object",
|
|
2929
|
+
properties: {
|
|
2930
|
+
data: {
|
|
2931
|
+
type: "array",
|
|
2932
|
+
items: {
|
|
2933
|
+
$ref: "#/components/schemas/Destination"
|
|
2934
|
+
}
|
|
2935
|
+
}
|
|
2931
2936
|
}
|
|
2932
2937
|
}
|
|
2933
2938
|
}
|
|
@@ -3149,13 +3154,18 @@ var openapi_default = {
|
|
|
3149
3154
|
],
|
|
3150
3155
|
responses: {
|
|
3151
3156
|
"200": {
|
|
3152
|
-
description: "
|
|
3157
|
+
description: "Delivery bindings for the authenticated customer.",
|
|
3153
3158
|
content: {
|
|
3154
3159
|
"application/json": {
|
|
3155
3160
|
schema: {
|
|
3156
|
-
type: "
|
|
3157
|
-
|
|
3158
|
-
|
|
3161
|
+
type: "object",
|
|
3162
|
+
properties: {
|
|
3163
|
+
data: {
|
|
3164
|
+
type: "array",
|
|
3165
|
+
items: {
|
|
3166
|
+
$ref: "#/components/schemas/DeliveryBinding"
|
|
3167
|
+
}
|
|
3168
|
+
}
|
|
3159
3169
|
}
|
|
3160
3170
|
}
|
|
3161
3171
|
}
|
|
@@ -3661,13 +3671,18 @@ var openapi_default = {
|
|
|
3661
3671
|
],
|
|
3662
3672
|
responses: {
|
|
3663
3673
|
"200": {
|
|
3664
|
-
description: "
|
|
3674
|
+
description: "Dead-letter queue entries.",
|
|
3665
3675
|
content: {
|
|
3666
3676
|
"application/json": {
|
|
3667
3677
|
schema: {
|
|
3668
|
-
type: "
|
|
3669
|
-
|
|
3670
|
-
|
|
3678
|
+
type: "object",
|
|
3679
|
+
properties: {
|
|
3680
|
+
data: {
|
|
3681
|
+
type: "array",
|
|
3682
|
+
items: {
|
|
3683
|
+
$ref: "#/components/schemas/DeliveryDeadLetter"
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3671
3686
|
}
|
|
3672
3687
|
}
|
|
3673
3688
|
}
|
|
@@ -11629,7 +11644,8 @@ var openapi_default = {
|
|
|
11629
11644
|
},
|
|
11630
11645
|
data_type: {
|
|
11631
11646
|
type: "string",
|
|
11632
|
-
|
|
11647
|
+
description: "Field type hint. Accepted values: string, number, integer, boolean, date, array, object. Defaults to string. Extracted values are returned as the specified type when possible.",
|
|
11648
|
+
example: "number"
|
|
11633
11649
|
},
|
|
11634
11650
|
description: {
|
|
11635
11651
|
type: "string"
|
|
@@ -16372,49 +16388,44 @@ var API_NAV_SECTIONS = [
|
|
|
16372
16388
|
{ id: "list-class-versions", label: "List Versions" },
|
|
16373
16389
|
{ id: "get-class-version", label: "Get Version" },
|
|
16374
16390
|
{ id: "list-schema-graph-diffs", label: "List Diffs" },
|
|
16375
|
-
{ id: "approve-
|
|
16376
|
-
{ id: "reject-
|
|
16391
|
+
{ id: "approve-diff", label: "Approve Diff" },
|
|
16392
|
+
{ id: "reject-diff", label: "Reject Diff" },
|
|
16377
16393
|
{ id: "list-schema-graph-edges", label: "Edges" },
|
|
16378
16394
|
{ id: "list-schema-graph-aliases", label: "Aliases" },
|
|
16379
16395
|
{ id: "visualize-schema-graph", label: "Visualize" }
|
|
16380
16396
|
] },
|
|
16381
16397
|
{ id: "structuring", label: "Structuring", children: [
|
|
16382
|
-
{ id: "structuring-checks", label: "Checks" },
|
|
16383
16398
|
{ id: "list-structuring-checks", label: "List Checks" },
|
|
16384
16399
|
{ id: "create-structuring-check", label: "Create Check" },
|
|
16385
|
-
{ id: "get-structuring-check", label: "Get Check" },
|
|
16386
|
-
{ id: "update-structuring-check", label: "Update Check" },
|
|
16387
|
-
{ id: "delete-structuring-check", label: "Delete Check" },
|
|
16388
|
-
{ id: "structuring-gates", label: "Approval Gates" },
|
|
16400
|
+
{ id: "get-structuring-check", label: "Get / Update / Delete Check" },
|
|
16389
16401
|
{ id: "list-structuring-gates", label: "List Gates" },
|
|
16390
16402
|
{ id: "create-structuring-gate", label: "Create Gate" },
|
|
16391
|
-
{ id: "get-structuring-gate", label: "Get Gate" },
|
|
16392
|
-
{ id: "
|
|
16393
|
-
{ id: "
|
|
16403
|
+
{ id: "get-structuring-gate", label: "Get / Update / Delete Gate" },
|
|
16404
|
+
{ id: "gate-rules", label: "Gate Rules" },
|
|
16405
|
+
{ id: "result-checks", label: "Result Checks" },
|
|
16406
|
+
{ id: "pending-approvals", label: "Pending Approvals" },
|
|
16407
|
+
{ id: "approve-reject-result", label: "Approve / Reject Result" },
|
|
16408
|
+
{ id: "trigger-delivery", label: "Trigger Delivery" }
|
|
16394
16409
|
] },
|
|
16395
16410
|
{ id: "telemetry", label: "Telemetry", children: [
|
|
16396
|
-
{ id: "telemetry-
|
|
16397
|
-
{ id: "telemetry-
|
|
16398
|
-
{ id: "telemetry-
|
|
16399
|
-
{ id: "telemetry-
|
|
16411
|
+
{ id: "schema-telemetry-summary", label: "Schema Summary" },
|
|
16412
|
+
{ id: "schema-telemetry-trend", label: "Schema Trend" },
|
|
16413
|
+
{ id: "schema-telemetry-fields", label: "Schema Fields" },
|
|
16414
|
+
{ id: "run-telemetry-summary", label: "Run Summary" }
|
|
16400
16415
|
] },
|
|
16401
16416
|
{ id: "validation", label: "Validation", children: [
|
|
16402
|
-
{ id: "
|
|
16403
|
-
{ id: "
|
|
16404
|
-
{ id: "
|
|
16405
|
-
{ id: "
|
|
16406
|
-
{ id: "validation-
|
|
16407
|
-
{ id: "
|
|
16408
|
-
{ id: "create-validation-run", label: "Create Run" },
|
|
16409
|
-
{ id: "get-validation-run", label: "Get Run" },
|
|
16410
|
-
{ id: "get-validation-results", label: "Results" },
|
|
16411
|
-
{ id: "delete-validation-run", label: "Delete Run" }
|
|
16417
|
+
{ id: "list-ground-truth", label: "List Ground-Truth Datasets" },
|
|
16418
|
+
{ id: "get-ground-truth", label: "Get / Delete Ground-Truth Dataset" },
|
|
16419
|
+
{ id: "list-validation-runs", label: "List Validation Runs" },
|
|
16420
|
+
{ id: "create-validation-run", label: "Create Validation Run" },
|
|
16421
|
+
{ id: "get-validation-run", label: "Get / Delete Validation Run" },
|
|
16422
|
+
{ id: "get-validation-results", label: "Validation Results" }
|
|
16412
16423
|
] },
|
|
16413
16424
|
{ id: "credits", label: "Credits", children: [
|
|
16414
16425
|
{ id: "credits-balance", label: "Balance" },
|
|
16415
16426
|
{ id: "credits-history", label: "History" },
|
|
16416
|
-
{ id: "credits-usage
|
|
16417
|
-
{ id: "credits-daily
|
|
16427
|
+
{ id: "credits-usage", label: "Usage Summary" },
|
|
16428
|
+
{ id: "credits-usage-daily", label: "Daily Usage" },
|
|
16418
16429
|
{ id: "credits-usage-log", label: "Usage Log" }
|
|
16419
16430
|
] },
|
|
16420
16431
|
{ id: "agent", label: "Agent", children: [
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tailwind CSS preset for @talonic/docs consumers.
|
|
3
|
+
* Adds the Void design system color tokens and font families
|
|
4
|
+
* so doc components render correctly in any host app.
|
|
5
|
+
*/
|
|
6
|
+
declare const voidDocsPreset: {
|
|
7
|
+
darkMode: "class";
|
|
8
|
+
theme: {
|
|
9
|
+
extend: {
|
|
10
|
+
colors: {
|
|
11
|
+
'void-bg': string;
|
|
12
|
+
'void-bg-elevated': string;
|
|
13
|
+
'void-surface': string;
|
|
14
|
+
'void-surface-2': string;
|
|
15
|
+
'void-surface-3': string;
|
|
16
|
+
'void-border': string;
|
|
17
|
+
'void-border-hover': string;
|
|
18
|
+
'void-text-primary': string;
|
|
19
|
+
'void-text-secondary': string;
|
|
20
|
+
'void-text-muted': string;
|
|
21
|
+
'void-text-tertiary': string;
|
|
22
|
+
'void-accent': string;
|
|
23
|
+
'void-accent-hover': string;
|
|
24
|
+
'void-accent-dim': string;
|
|
25
|
+
'void-accent-tint': string;
|
|
26
|
+
'void-danger': string;
|
|
27
|
+
'void-danger-solid': string;
|
|
28
|
+
'void-divider': string;
|
|
29
|
+
'void-warning': string;
|
|
30
|
+
'void-warning-dim': string;
|
|
31
|
+
'void-tier-1': string;
|
|
32
|
+
'void-tier-2': string;
|
|
33
|
+
'void-tier-3': string;
|
|
34
|
+
};
|
|
35
|
+
fontFamily: {
|
|
36
|
+
space: string[];
|
|
37
|
+
body: string[];
|
|
38
|
+
mono: string[];
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
plugins: never[];
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export { voidDocsPreset as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tailwind CSS preset for @talonic/docs consumers.
|
|
3
|
+
* Adds the Void design system color tokens and font families
|
|
4
|
+
* so doc components render correctly in any host app.
|
|
5
|
+
*/
|
|
6
|
+
declare const voidDocsPreset: {
|
|
7
|
+
darkMode: "class";
|
|
8
|
+
theme: {
|
|
9
|
+
extend: {
|
|
10
|
+
colors: {
|
|
11
|
+
'void-bg': string;
|
|
12
|
+
'void-bg-elevated': string;
|
|
13
|
+
'void-surface': string;
|
|
14
|
+
'void-surface-2': string;
|
|
15
|
+
'void-surface-3': string;
|
|
16
|
+
'void-border': string;
|
|
17
|
+
'void-border-hover': string;
|
|
18
|
+
'void-text-primary': string;
|
|
19
|
+
'void-text-secondary': string;
|
|
20
|
+
'void-text-muted': string;
|
|
21
|
+
'void-text-tertiary': string;
|
|
22
|
+
'void-accent': string;
|
|
23
|
+
'void-accent-hover': string;
|
|
24
|
+
'void-accent-dim': string;
|
|
25
|
+
'void-accent-tint': string;
|
|
26
|
+
'void-danger': string;
|
|
27
|
+
'void-danger-solid': string;
|
|
28
|
+
'void-divider': string;
|
|
29
|
+
'void-warning': string;
|
|
30
|
+
'void-warning-dim': string;
|
|
31
|
+
'void-tier-1': string;
|
|
32
|
+
'void-tier-2': string;
|
|
33
|
+
'void-tier-3': string;
|
|
34
|
+
};
|
|
35
|
+
fontFamily: {
|
|
36
|
+
space: string[];
|
|
37
|
+
body: string[];
|
|
38
|
+
mono: string[];
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
plugins: never[];
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export { voidDocsPreset as default };
|
package/openapi.json
CHANGED
|
@@ -2902,13 +2902,18 @@
|
|
|
2902
2902
|
],
|
|
2903
2903
|
"responses": {
|
|
2904
2904
|
"200": {
|
|
2905
|
-
"description": "
|
|
2905
|
+
"description": "Delivery destinations for the authenticated customer.",
|
|
2906
2906
|
"content": {
|
|
2907
2907
|
"application/json": {
|
|
2908
2908
|
"schema": {
|
|
2909
|
-
"type": "
|
|
2910
|
-
"
|
|
2911
|
-
"
|
|
2909
|
+
"type": "object",
|
|
2910
|
+
"properties": {
|
|
2911
|
+
"data": {
|
|
2912
|
+
"type": "array",
|
|
2913
|
+
"items": {
|
|
2914
|
+
"$ref": "#/components/schemas/Destination"
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2912
2917
|
}
|
|
2913
2918
|
}
|
|
2914
2919
|
}
|
|
@@ -3130,13 +3135,18 @@
|
|
|
3130
3135
|
],
|
|
3131
3136
|
"responses": {
|
|
3132
3137
|
"200": {
|
|
3133
|
-
"description": "
|
|
3138
|
+
"description": "Delivery bindings for the authenticated customer.",
|
|
3134
3139
|
"content": {
|
|
3135
3140
|
"application/json": {
|
|
3136
3141
|
"schema": {
|
|
3137
|
-
"type": "
|
|
3138
|
-
"
|
|
3139
|
-
"
|
|
3142
|
+
"type": "object",
|
|
3143
|
+
"properties": {
|
|
3144
|
+
"data": {
|
|
3145
|
+
"type": "array",
|
|
3146
|
+
"items": {
|
|
3147
|
+
"$ref": "#/components/schemas/DeliveryBinding"
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3140
3150
|
}
|
|
3141
3151
|
}
|
|
3142
3152
|
}
|
|
@@ -3642,13 +3652,18 @@
|
|
|
3642
3652
|
],
|
|
3643
3653
|
"responses": {
|
|
3644
3654
|
"200": {
|
|
3645
|
-
"description": "
|
|
3655
|
+
"description": "Dead-letter queue entries.",
|
|
3646
3656
|
"content": {
|
|
3647
3657
|
"application/json": {
|
|
3648
3658
|
"schema": {
|
|
3649
|
-
"type": "
|
|
3650
|
-
"
|
|
3651
|
-
"
|
|
3659
|
+
"type": "object",
|
|
3660
|
+
"properties": {
|
|
3661
|
+
"data": {
|
|
3662
|
+
"type": "array",
|
|
3663
|
+
"items": {
|
|
3664
|
+
"$ref": "#/components/schemas/DeliveryDeadLetter"
|
|
3665
|
+
}
|
|
3666
|
+
}
|
|
3652
3667
|
}
|
|
3653
3668
|
}
|
|
3654
3669
|
}
|
|
@@ -11610,7 +11625,8 @@
|
|
|
11610
11625
|
},
|
|
11611
11626
|
"data_type": {
|
|
11612
11627
|
"type": "string",
|
|
11613
|
-
"
|
|
11628
|
+
"description": "Field type hint. Accepted values: string, number, integer, boolean, date, array, object. Defaults to string. Extracted values are returned as the specified type when possible.",
|
|
11629
|
+
"example": "number"
|
|
11614
11630
|
},
|
|
11615
11631
|
"description": {
|
|
11616
11632
|
"type": "string"
|