@treeseed/treedx 0.3.0-rc.12 → 0.3.0-rc.14
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const TREEDX_OPENAPI_CONTRACT: {
|
|
2
2
|
readonly schema: "treedx.openapi-contract/v1";
|
|
3
|
-
readonly packageVersion: "0.3.0-rc.
|
|
3
|
+
readonly packageVersion: "0.3.0-rc.14";
|
|
4
4
|
readonly openapiVersion: "0.11.1";
|
|
5
|
-
readonly openapiSha256: "sha256:
|
|
5
|
+
readonly openapiSha256: "sha256:db39f7e88e6385f2a236a8ea64f570b663fd88e5057db6c4ebb9cc542f20fc74";
|
|
6
6
|
readonly operationInventorySha256: "sha256:a9a36b3def243d1fb58f149dd1f93fc6c56e4193eecc1bb4184c0c20b36e54f0";
|
|
7
7
|
readonly generatedTypesSha256: "sha256:ff51298be834c3931e725fe017e0def59a23c80998740b2ba1ddbd5ac5e5eca5";
|
|
8
8
|
readonly operationCount: 120;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// Generated by scripts/generate-treedx-openapi-types.ts. Do not edit by hand.
|
|
2
2
|
export const TREEDX_OPENAPI_CONTRACT = {
|
|
3
3
|
"schema": "treedx.openapi-contract/v1",
|
|
4
|
-
"packageVersion": "0.3.0-rc.
|
|
4
|
+
"packageVersion": "0.3.0-rc.14",
|
|
5
5
|
"openapiVersion": "0.11.1",
|
|
6
|
-
"openapiSha256": "sha256:
|
|
6
|
+
"openapiSha256": "sha256:db39f7e88e6385f2a236a8ea64f570b663fd88e5057db6c4ebb9cc542f20fc74",
|
|
7
7
|
"operationInventorySha256": "sha256:a9a36b3def243d1fb58f149dd1f93fc6c56e4193eecc1bb4184c0c20b36e54f0",
|
|
8
8
|
"generatedTypesSha256": "sha256:ff51298be834c3931e725fe017e0def59a23c80998740b2ba1ddbd5ac5e5eca5",
|
|
9
9
|
"operationCount": 120,
|
package/openapi-contract.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "treedx.openapi-contract/v1",
|
|
3
|
-
"packageVersion": "0.3.0-rc.
|
|
3
|
+
"packageVersion": "0.3.0-rc.14",
|
|
4
4
|
"openapiVersion": "0.11.1",
|
|
5
|
-
"openapiSha256": "sha256:
|
|
5
|
+
"openapiSha256": "sha256:db39f7e88e6385f2a236a8ea64f570b663fd88e5057db6c4ebb9cc542f20fc74",
|
|
6
6
|
"operationInventorySha256": "sha256:a9a36b3def243d1fb58f149dd1f93fc6c56e4193eecc1bb4184c0c20b36e54f0",
|
|
7
7
|
"generatedTypesSha256": "sha256:ff51298be834c3931e725fe017e0def59a23c80998740b2ba1ddbd5ac5e5eca5",
|
|
8
8
|
"operationCount": 120,
|
package/openapi.yaml
CHANGED
|
@@ -4286,6 +4286,16 @@ components:
|
|
|
4286
4286
|
properties:
|
|
4287
4287
|
path:
|
|
4288
4288
|
type: string
|
|
4289
|
+
description: Exact repository source path.
|
|
4290
|
+
logicalPath:
|
|
4291
|
+
type: string
|
|
4292
|
+
description: Extensionless identifier for a supported content file.
|
|
4293
|
+
requestedPath:
|
|
4294
|
+
type: string
|
|
4295
|
+
description: Path or logical content identifier supplied by the caller.
|
|
4296
|
+
sourcePath:
|
|
4297
|
+
type: string
|
|
4298
|
+
description: Exact repository source path used to read the content.
|
|
4289
4299
|
content:
|
|
4290
4300
|
type: string
|
|
4291
4301
|
sha:
|
|
@@ -4631,10 +4641,12 @@ components:
|
|
|
4631
4641
|
type: string
|
|
4632
4642
|
path:
|
|
4633
4643
|
type: string
|
|
4644
|
+
description: Repository path or extensionless content identifier, such as objectives/core.
|
|
4634
4645
|
paths:
|
|
4635
4646
|
type: array
|
|
4636
4647
|
items:
|
|
4637
4648
|
type: string
|
|
4649
|
+
description: Repository paths or extensionless content identifiers.
|
|
4638
4650
|
maxBytes:
|
|
4639
4651
|
type: integer
|
|
4640
4652
|
minimum: 1
|
package/package.json
CHANGED