@objectstack/plugin-sharing 9.9.1 → 9.10.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/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +17 -0
- package/dist/index.d.mts +72 -3
- package/dist/index.d.ts +72 -3
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-sharing@9.
|
|
2
|
+
> @objectstack/plugin-sharing@9.10.0 build /home/runner/work/framework/framework/packages/plugins/plugin-sharing
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m109.89 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m191.90 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 208ms
|
|
16
16
|
[32mCJS[39m [1mdist/index.js [22m[32m111.86 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/index.js.map [22m[32m191.93 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 249ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 31225ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m403.23 KB[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m403.23 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @objectstack/plugin-sharing
|
|
2
2
|
|
|
3
|
+
## 9.10.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [db02bd5]
|
|
8
|
+
- Updated dependencies [641675d]
|
|
9
|
+
- Updated dependencies [94e9040]
|
|
10
|
+
- Updated dependencies [4331adb]
|
|
11
|
+
- Updated dependencies [1f88fd9]
|
|
12
|
+
- Updated dependencies [1f88fd9]
|
|
13
|
+
- Updated dependencies [e2b5324]
|
|
14
|
+
- Updated dependencies [fd07027]
|
|
15
|
+
- @objectstack/spec@9.10.0
|
|
16
|
+
- @objectstack/platform-objects@9.10.0
|
|
17
|
+
- @objectstack/objectql@9.10.0
|
|
18
|
+
- @objectstack/core@9.10.0
|
|
19
|
+
|
|
3
20
|
## 9.9.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -475,6 +475,29 @@ declare const SysRecordShare: Omit<{
|
|
|
475
475
|
titleField: string;
|
|
476
476
|
progressField?: string | undefined;
|
|
477
477
|
dependenciesField?: string | undefined;
|
|
478
|
+
colorField?: string | undefined;
|
|
479
|
+
parentField?: string | undefined;
|
|
480
|
+
typeField?: string | undefined;
|
|
481
|
+
baselineStartField?: string | undefined;
|
|
482
|
+
baselineEndField?: string | undefined;
|
|
483
|
+
groupByField?: string | undefined;
|
|
484
|
+
resourceView?: boolean | undefined;
|
|
485
|
+
assigneeField?: string | undefined;
|
|
486
|
+
effortField?: string | undefined;
|
|
487
|
+
capacity?: number | undefined;
|
|
488
|
+
tooltipFields?: (string | {
|
|
489
|
+
field: string;
|
|
490
|
+
label?: string | undefined;
|
|
491
|
+
})[] | undefined;
|
|
492
|
+
quickFilters?: {
|
|
493
|
+
field: string;
|
|
494
|
+
label?: string | undefined;
|
|
495
|
+
options?: (string | {
|
|
496
|
+
value: string | number;
|
|
497
|
+
label?: string | undefined;
|
|
498
|
+
})[] | undefined;
|
|
499
|
+
}[] | undefined;
|
|
500
|
+
autoZoomToFilter?: boolean | undefined;
|
|
478
501
|
} | undefined;
|
|
479
502
|
gallery?: {
|
|
480
503
|
coverFit: "cover" | "contain";
|
|
@@ -670,7 +693,7 @@ declare const SysRecordShare: Omit<{
|
|
|
670
693
|
} | {
|
|
671
694
|
language: "js";
|
|
672
695
|
source: string;
|
|
673
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
696
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
674
697
|
timeoutMs?: number | undefined;
|
|
675
698
|
memoryMb?: number | undefined;
|
|
676
699
|
} | undefined;
|
|
@@ -3248,6 +3271,29 @@ declare const SysSharingRule: Omit<{
|
|
|
3248
3271
|
titleField: string;
|
|
3249
3272
|
progressField?: string | undefined;
|
|
3250
3273
|
dependenciesField?: string | undefined;
|
|
3274
|
+
colorField?: string | undefined;
|
|
3275
|
+
parentField?: string | undefined;
|
|
3276
|
+
typeField?: string | undefined;
|
|
3277
|
+
baselineStartField?: string | undefined;
|
|
3278
|
+
baselineEndField?: string | undefined;
|
|
3279
|
+
groupByField?: string | undefined;
|
|
3280
|
+
resourceView?: boolean | undefined;
|
|
3281
|
+
assigneeField?: string | undefined;
|
|
3282
|
+
effortField?: string | undefined;
|
|
3283
|
+
capacity?: number | undefined;
|
|
3284
|
+
tooltipFields?: (string | {
|
|
3285
|
+
field: string;
|
|
3286
|
+
label?: string | undefined;
|
|
3287
|
+
})[] | undefined;
|
|
3288
|
+
quickFilters?: {
|
|
3289
|
+
field: string;
|
|
3290
|
+
label?: string | undefined;
|
|
3291
|
+
options?: (string | {
|
|
3292
|
+
value: string | number;
|
|
3293
|
+
label?: string | undefined;
|
|
3294
|
+
})[] | undefined;
|
|
3295
|
+
}[] | undefined;
|
|
3296
|
+
autoZoomToFilter?: boolean | undefined;
|
|
3251
3297
|
} | undefined;
|
|
3252
3298
|
gallery?: {
|
|
3253
3299
|
coverFit: "cover" | "contain";
|
|
@@ -3443,7 +3489,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3443
3489
|
} | {
|
|
3444
3490
|
language: "js";
|
|
3445
3491
|
source: string;
|
|
3446
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3492
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3447
3493
|
timeoutMs?: number | undefined;
|
|
3448
3494
|
memoryMb?: number | undefined;
|
|
3449
3495
|
} | undefined;
|
|
@@ -6151,6 +6197,29 @@ declare const SysShareLink: Omit<{
|
|
|
6151
6197
|
titleField: string;
|
|
6152
6198
|
progressField?: string | undefined;
|
|
6153
6199
|
dependenciesField?: string | undefined;
|
|
6200
|
+
colorField?: string | undefined;
|
|
6201
|
+
parentField?: string | undefined;
|
|
6202
|
+
typeField?: string | undefined;
|
|
6203
|
+
baselineStartField?: string | undefined;
|
|
6204
|
+
baselineEndField?: string | undefined;
|
|
6205
|
+
groupByField?: string | undefined;
|
|
6206
|
+
resourceView?: boolean | undefined;
|
|
6207
|
+
assigneeField?: string | undefined;
|
|
6208
|
+
effortField?: string | undefined;
|
|
6209
|
+
capacity?: number | undefined;
|
|
6210
|
+
tooltipFields?: (string | {
|
|
6211
|
+
field: string;
|
|
6212
|
+
label?: string | undefined;
|
|
6213
|
+
})[] | undefined;
|
|
6214
|
+
quickFilters?: {
|
|
6215
|
+
field: string;
|
|
6216
|
+
label?: string | undefined;
|
|
6217
|
+
options?: (string | {
|
|
6218
|
+
value: string | number;
|
|
6219
|
+
label?: string | undefined;
|
|
6220
|
+
})[] | undefined;
|
|
6221
|
+
}[] | undefined;
|
|
6222
|
+
autoZoomToFilter?: boolean | undefined;
|
|
6154
6223
|
} | undefined;
|
|
6155
6224
|
gallery?: {
|
|
6156
6225
|
coverFit: "cover" | "contain";
|
|
@@ -6346,7 +6415,7 @@ declare const SysShareLink: Omit<{
|
|
|
6346
6415
|
} | {
|
|
6347
6416
|
language: "js";
|
|
6348
6417
|
source: string;
|
|
6349
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6418
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6350
6419
|
timeoutMs?: number | undefined;
|
|
6351
6420
|
memoryMb?: number | undefined;
|
|
6352
6421
|
} | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -475,6 +475,29 @@ declare const SysRecordShare: Omit<{
|
|
|
475
475
|
titleField: string;
|
|
476
476
|
progressField?: string | undefined;
|
|
477
477
|
dependenciesField?: string | undefined;
|
|
478
|
+
colorField?: string | undefined;
|
|
479
|
+
parentField?: string | undefined;
|
|
480
|
+
typeField?: string | undefined;
|
|
481
|
+
baselineStartField?: string | undefined;
|
|
482
|
+
baselineEndField?: string | undefined;
|
|
483
|
+
groupByField?: string | undefined;
|
|
484
|
+
resourceView?: boolean | undefined;
|
|
485
|
+
assigneeField?: string | undefined;
|
|
486
|
+
effortField?: string | undefined;
|
|
487
|
+
capacity?: number | undefined;
|
|
488
|
+
tooltipFields?: (string | {
|
|
489
|
+
field: string;
|
|
490
|
+
label?: string | undefined;
|
|
491
|
+
})[] | undefined;
|
|
492
|
+
quickFilters?: {
|
|
493
|
+
field: string;
|
|
494
|
+
label?: string | undefined;
|
|
495
|
+
options?: (string | {
|
|
496
|
+
value: string | number;
|
|
497
|
+
label?: string | undefined;
|
|
498
|
+
})[] | undefined;
|
|
499
|
+
}[] | undefined;
|
|
500
|
+
autoZoomToFilter?: boolean | undefined;
|
|
478
501
|
} | undefined;
|
|
479
502
|
gallery?: {
|
|
480
503
|
coverFit: "cover" | "contain";
|
|
@@ -670,7 +693,7 @@ declare const SysRecordShare: Omit<{
|
|
|
670
693
|
} | {
|
|
671
694
|
language: "js";
|
|
672
695
|
source: string;
|
|
673
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
696
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
674
697
|
timeoutMs?: number | undefined;
|
|
675
698
|
memoryMb?: number | undefined;
|
|
676
699
|
} | undefined;
|
|
@@ -3248,6 +3271,29 @@ declare const SysSharingRule: Omit<{
|
|
|
3248
3271
|
titleField: string;
|
|
3249
3272
|
progressField?: string | undefined;
|
|
3250
3273
|
dependenciesField?: string | undefined;
|
|
3274
|
+
colorField?: string | undefined;
|
|
3275
|
+
parentField?: string | undefined;
|
|
3276
|
+
typeField?: string | undefined;
|
|
3277
|
+
baselineStartField?: string | undefined;
|
|
3278
|
+
baselineEndField?: string | undefined;
|
|
3279
|
+
groupByField?: string | undefined;
|
|
3280
|
+
resourceView?: boolean | undefined;
|
|
3281
|
+
assigneeField?: string | undefined;
|
|
3282
|
+
effortField?: string | undefined;
|
|
3283
|
+
capacity?: number | undefined;
|
|
3284
|
+
tooltipFields?: (string | {
|
|
3285
|
+
field: string;
|
|
3286
|
+
label?: string | undefined;
|
|
3287
|
+
})[] | undefined;
|
|
3288
|
+
quickFilters?: {
|
|
3289
|
+
field: string;
|
|
3290
|
+
label?: string | undefined;
|
|
3291
|
+
options?: (string | {
|
|
3292
|
+
value: string | number;
|
|
3293
|
+
label?: string | undefined;
|
|
3294
|
+
})[] | undefined;
|
|
3295
|
+
}[] | undefined;
|
|
3296
|
+
autoZoomToFilter?: boolean | undefined;
|
|
3251
3297
|
} | undefined;
|
|
3252
3298
|
gallery?: {
|
|
3253
3299
|
coverFit: "cover" | "contain";
|
|
@@ -3443,7 +3489,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3443
3489
|
} | {
|
|
3444
3490
|
language: "js";
|
|
3445
3491
|
source: string;
|
|
3446
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3492
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
3447
3493
|
timeoutMs?: number | undefined;
|
|
3448
3494
|
memoryMb?: number | undefined;
|
|
3449
3495
|
} | undefined;
|
|
@@ -6151,6 +6197,29 @@ declare const SysShareLink: Omit<{
|
|
|
6151
6197
|
titleField: string;
|
|
6152
6198
|
progressField?: string | undefined;
|
|
6153
6199
|
dependenciesField?: string | undefined;
|
|
6200
|
+
colorField?: string | undefined;
|
|
6201
|
+
parentField?: string | undefined;
|
|
6202
|
+
typeField?: string | undefined;
|
|
6203
|
+
baselineStartField?: string | undefined;
|
|
6204
|
+
baselineEndField?: string | undefined;
|
|
6205
|
+
groupByField?: string | undefined;
|
|
6206
|
+
resourceView?: boolean | undefined;
|
|
6207
|
+
assigneeField?: string | undefined;
|
|
6208
|
+
effortField?: string | undefined;
|
|
6209
|
+
capacity?: number | undefined;
|
|
6210
|
+
tooltipFields?: (string | {
|
|
6211
|
+
field: string;
|
|
6212
|
+
label?: string | undefined;
|
|
6213
|
+
})[] | undefined;
|
|
6214
|
+
quickFilters?: {
|
|
6215
|
+
field: string;
|
|
6216
|
+
label?: string | undefined;
|
|
6217
|
+
options?: (string | {
|
|
6218
|
+
value: string | number;
|
|
6219
|
+
label?: string | undefined;
|
|
6220
|
+
})[] | undefined;
|
|
6221
|
+
}[] | undefined;
|
|
6222
|
+
autoZoomToFilter?: boolean | undefined;
|
|
6154
6223
|
} | undefined;
|
|
6155
6224
|
gallery?: {
|
|
6156
6225
|
coverFit: "cover" | "contain";
|
|
@@ -6346,7 +6415,7 @@ declare const SysShareLink: Omit<{
|
|
|
6346
6415
|
} | {
|
|
6347
6416
|
language: "js";
|
|
6348
6417
|
source: string;
|
|
6349
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6418
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6350
6419
|
timeoutMs?: number | undefined;
|
|
6351
6420
|
memoryMb?: number | undefined;
|
|
6352
6421
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-sharing",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.10.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Record-level sharing for ObjectStack — sys_record_share + middleware that enforces sharingModel + ISharingService.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/core": "9.
|
|
17
|
-
"@objectstack/objectql": "9.
|
|
18
|
-
"@objectstack/platform-objects": "9.
|
|
19
|
-
"@objectstack/spec": "9.
|
|
16
|
+
"@objectstack/core": "9.10.0",
|
|
17
|
+
"@objectstack/objectql": "9.10.0",
|
|
18
|
+
"@objectstack/platform-objects": "9.10.0",
|
|
19
|
+
"@objectstack/spec": "9.10.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^25.9.3",
|