@stndrds/schema 0.1.0-alpha.17 → 0.1.0-alpha.18

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.mjs CHANGED
@@ -39,6 +39,7 @@ import {
39
39
  TableTabConfig,
40
40
  UserProfileNotFoundError,
41
41
  UserProfileService,
42
+ UserService,
42
43
  ValidationError,
43
44
  ViewBuilder,
44
45
  ViewService,
@@ -133,7 +134,7 @@ import {
133
134
  verifyNativeObjectsSync,
134
135
  verifyNativeViewsSync,
135
136
  view
136
- } from "./chunk-PMJZPJDP.mjs";
137
+ } from "./chunk-EWNSOD22.mjs";
137
138
  import {
138
139
  ALL_SYSTEM_RESOURCES,
139
140
  DEFAULT_ROLES,
@@ -143,7 +144,7 @@ import {
143
144
  SYSTEM_RESOURCES,
144
145
  SYSTEM_RESOURCE_LABELS,
145
146
  isDefaultRole
146
- } from "./chunk-FAR5ENGR.mjs";
147
+ } from "./chunk-V5QXU2OK.mjs";
147
148
 
148
149
  // src/types/filters.ts
149
150
  function isAdvancedFilterState(state) {
@@ -452,6 +453,7 @@ export {
452
453
  TableTabConfig,
453
454
  UserProfileNotFoundError,
454
455
  UserProfileService,
456
+ UserService,
455
457
  ValidationError,
456
458
  ViewBuilder,
457
459
  ViewService,