@uniformdev/project-map 20.72.3-alpha.25 → 20.72.3-alpha.40
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.d.mts +11 -1
- package/dist/index.d.ts +11 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -504,7 +504,17 @@ interface paths {
|
|
|
504
504
|
path?: never;
|
|
505
505
|
cookie?: never;
|
|
506
506
|
};
|
|
507
|
-
/**
|
|
507
|
+
/**
|
|
508
|
+
* @description Called to get a list of nodes belonging to a specific path or Id.
|
|
509
|
+
*
|
|
510
|
+
* Note on branch-scoped permissions: if the caller's role has a
|
|
511
|
+
* branch-scoped PrmNodeRead policy (i.e. read access is configured for
|
|
512
|
+
* specific project map branches only), the response is filtered
|
|
513
|
+
* server-side to nodes within those branches. Consumers should not
|
|
514
|
+
* assume the response contains the entire project map. Users with
|
|
515
|
+
* unscoped PrmNodeRead, PrmSchema, or composition-level read permissions
|
|
516
|
+
* receive the full set (backward-compatible behavior).
|
|
517
|
+
*/
|
|
508
518
|
get: {
|
|
509
519
|
parameters: {
|
|
510
520
|
query: {
|
package/dist/index.d.ts
CHANGED
|
@@ -504,7 +504,17 @@ interface paths {
|
|
|
504
504
|
path?: never;
|
|
505
505
|
cookie?: never;
|
|
506
506
|
};
|
|
507
|
-
/**
|
|
507
|
+
/**
|
|
508
|
+
* @description Called to get a list of nodes belonging to a specific path or Id.
|
|
509
|
+
*
|
|
510
|
+
* Note on branch-scoped permissions: if the caller's role has a
|
|
511
|
+
* branch-scoped PrmNodeRead policy (i.e. read access is configured for
|
|
512
|
+
* specific project map branches only), the response is filtered
|
|
513
|
+
* server-side to nodes within those branches. Consumers should not
|
|
514
|
+
* assume the response contains the entire project map. Users with
|
|
515
|
+
* unscoped PrmNodeRead, PrmSchema, or composition-level read permissions
|
|
516
|
+
* receive the full set (backward-compatible behavior).
|
|
517
|
+
*/
|
|
508
518
|
get: {
|
|
509
519
|
parameters: {
|
|
510
520
|
query: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/project-map",
|
|
3
|
-
"version": "20.72.3-alpha.
|
|
3
|
+
"version": "20.72.3-alpha.40+ffbec41570",
|
|
4
4
|
"description": "Uniform Project Map",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"/dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@uniformdev/canvas": "20.72.3-alpha.
|
|
36
|
-
"@uniformdev/context": "20.72.3-alpha.
|
|
35
|
+
"@uniformdev/canvas": "20.72.3-alpha.40+ffbec41570",
|
|
36
|
+
"@uniformdev/context": "20.72.3-alpha.40+ffbec41570"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ffbec41570c4266c69674871c97146bf7bf86383"
|
|
42
42
|
}
|