@stndrds/schema 0.1.0-alpha.51 → 0.1.0-alpha.53
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/{chunk-EK56IQJ7.mjs → chunk-2EIZ6QXN.mjs} +272 -135
- package/dist/{chunk-IEHBD7WL.js → chunk-67XEOXQL.js} +362 -225
- package/dist/index.d.mts +96 -8
- package/dist/index.d.ts +96 -8
- package/dist/index.js +10 -6
- package/dist/index.mjs +7 -3
- package/dist/{runtime-DRiI1SCJ.d.mts → runtime-B5JYQdZx.d.mts} +661 -689
- package/dist/{runtime-DRiI1SCJ.d.ts → runtime-B5JYQdZx.d.ts} +661 -689
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +6 -2
- package/dist/runtime.mjs +7 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
FormExecutor,
|
|
30
30
|
FormFieldRefSchema,
|
|
31
31
|
FormNodeSchema,
|
|
32
|
+
FormulaResolverService,
|
|
32
33
|
GeocodingService,
|
|
33
34
|
GlobalSearchService,
|
|
34
35
|
GroupBuilder,
|
|
@@ -63,8 +64,8 @@ import {
|
|
|
63
64
|
RecordNotFoundError,
|
|
64
65
|
RecordQueryService,
|
|
65
66
|
RecordReferencedError,
|
|
67
|
+
RecordResolverService,
|
|
66
68
|
RecordService,
|
|
67
|
-
RelationResolverService,
|
|
68
69
|
RelationService,
|
|
69
70
|
RoleNotFoundError,
|
|
70
71
|
RollupScheduler,
|
|
@@ -129,6 +130,7 @@ import {
|
|
|
129
130
|
checkRecordAccess,
|
|
130
131
|
checkRecordDeleteOrThrow,
|
|
131
132
|
checkRecordModifyOrThrow,
|
|
133
|
+
checkSharedObjectWriteAccess,
|
|
132
134
|
checkbox,
|
|
133
135
|
checkboxConfigSchema,
|
|
134
136
|
complete,
|
|
@@ -328,7 +330,7 @@ import {
|
|
|
328
330
|
wait,
|
|
329
331
|
withTenantContext,
|
|
330
332
|
workflow
|
|
331
|
-
} from "./chunk-
|
|
333
|
+
} from "./chunk-2EIZ6QXN.mjs";
|
|
332
334
|
import {
|
|
333
335
|
ALL_SYSTEM_RESOURCES,
|
|
334
336
|
DEFAULT_ROLES,
|
|
@@ -662,6 +664,7 @@ export {
|
|
|
662
664
|
FormExecutor,
|
|
663
665
|
FormFieldRefSchema,
|
|
664
666
|
FormNodeSchema,
|
|
667
|
+
FormulaResolverService,
|
|
665
668
|
GeocodingService,
|
|
666
669
|
GlobalSearchService,
|
|
667
670
|
GroupBuilder,
|
|
@@ -699,8 +702,8 @@ export {
|
|
|
699
702
|
RecordNotFoundError,
|
|
700
703
|
RecordQueryService,
|
|
701
704
|
RecordReferencedError,
|
|
705
|
+
RecordResolverService,
|
|
702
706
|
RecordService,
|
|
703
|
-
RelationResolverService,
|
|
704
707
|
RelationService,
|
|
705
708
|
RoleNotFoundError,
|
|
706
709
|
RollupScheduler,
|
|
@@ -767,6 +770,7 @@ export {
|
|
|
767
770
|
checkRecordAccess,
|
|
768
771
|
checkRecordDeleteOrThrow,
|
|
769
772
|
checkRecordModifyOrThrow,
|
|
773
|
+
checkSharedObjectWriteAccess,
|
|
770
774
|
checkbox,
|
|
771
775
|
checkboxConfigSchema,
|
|
772
776
|
complete,
|