@stndrds/schema 0.1.0-alpha.14 → 0.1.0-alpha.15
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-2ASXJITY.mjs +5360 -0
- package/dist/chunk-5AWYVQKR.mjs +5310 -0
- package/dist/chunk-65HUQZHK.mjs +5374 -0
- package/dist/chunk-73P4F2OU.mjs +5809 -0
- package/dist/chunk-BHKKVBPP.mjs +5527 -0
- package/dist/chunk-BUWVNOSK.mjs +5457 -0
- package/dist/chunk-CCEHW4E7.mjs +6071 -0
- package/dist/chunk-CNR3BZLU.mjs +5163 -0
- package/dist/chunk-DLMVX6DN.mjs +6074 -0
- package/dist/chunk-DUUORFHI.mjs +5379 -0
- package/dist/chunk-DWTD7YPJ.mjs +74 -0
- package/dist/chunk-FAR5ENGR.mjs +78 -0
- package/dist/chunk-ITWOVZOW.mjs +5809 -0
- package/dist/chunk-KJLKY5X7.mjs +6314 -0
- package/dist/chunk-KTJXMGBR.mjs +5397 -0
- package/dist/chunk-NOVHQ7B2.mjs +6327 -0
- package/dist/chunk-PMFQ4ZL4.mjs +6230 -0
- package/dist/chunk-QC47SMCZ.mjs +5467 -0
- package/dist/chunk-Z6LIJ5PO.mjs +5362 -0
- package/dist/default-roles-G4TOWUVM.mjs +20 -0
- package/dist/default-roles-QEZPRSUL.mjs +20 -0
- package/dist/index.d.mts +193 -15
- package/dist/index.d.ts +193 -15
- package/dist/index.js +1657 -118
- package/dist/index.mjs +56 -163
- package/dist/runtime-B1_syHVj.d.mts +4787 -0
- package/dist/runtime-B1_syHVj.d.ts +4787 -0
- package/dist/runtime-B7N-oycb.d.mts +4854 -0
- package/dist/runtime-B7N-oycb.d.ts +4854 -0
- package/dist/runtime-BDoAIuTe.d.mts +4872 -0
- package/dist/runtime-BDoAIuTe.d.ts +4872 -0
- package/dist/runtime-BVRmzg3d.d.mts +4718 -0
- package/dist/runtime-BVRmzg3d.d.ts +4718 -0
- package/dist/runtime-BrXwIidf.d.mts +4794 -0
- package/dist/runtime-BrXwIidf.d.ts +4794 -0
- package/dist/runtime-CC_HZhVN.d.mts +5224 -0
- package/dist/runtime-CC_HZhVN.d.ts +5224 -0
- package/dist/runtime-CEx57sBZ.d.mts +4791 -0
- package/dist/runtime-CEx57sBZ.d.ts +4791 -0
- package/dist/runtime-COGvuXIq.d.mts +4790 -0
- package/dist/runtime-COGvuXIq.d.ts +4790 -0
- package/dist/runtime-CSGWjztI.d.mts +5166 -0
- package/dist/runtime-CSGWjztI.d.ts +5166 -0
- package/dist/runtime-DUxWyRcq.d.mts +5399 -0
- package/dist/runtime-DUxWyRcq.d.ts +5399 -0
- package/dist/runtime-LO17NDk1.d.mts +5292 -0
- package/dist/runtime-LO17NDk1.d.ts +5292 -0
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1645 -97
- package/dist/runtime.mjs +7 -1
- package/package.json +3 -3
package/dist/runtime.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { cf as AddAttributeInput, bV as AttributeChange, c2 as AttributesRepository, c7 as AuditRepository, ca as AuditService, aD as CompletionStatus, ce as CreateCustomObjectInput, cP as CreateDBAttribute, cL as CreateDBObject, cZ as CreateDBView, cS as CreateObjectRecord, cv as CreateViewInput, cO as DBAttribute, cK as DBObject, cY as DBView, cG as DEFAULT_LABEL_FALLBACK, bU as DatabaseAdapter, cX as FileListOptions, cb as FileService, c4 as FilesRepository, cE as FullSyncOptions, cD as FullSyncResult, az as GeocodingAdapter, aw as GeocodingAutocompleteParams, ay as GeocodingParams, cc as GeocodingService, av as GeocodingSuggestion, cr as GetRelationOptionsParams, cV as GlobalSearchOptions, cW as GlobalSearchResultItem, cd as GlobalSearchService, bW as HookContext, bX as HookDefinition, bY as HookHandler, b$ as HookRegistry, bZ as HookType, cT as ListOptions, aA as NoopGeocodingAdapter, b_ as NoopHookRegistry, c5 as ObjectRecordsRepository, ci as ObjectSchemaService, ch as ObjectSchemaServiceOptions, c1 as ObjectsRepository, d0 as OperationResult, ck as PermissionService, cj as PermissionServiceOptions, c8 as PermissionsRepository, cm as RecordService, cl as RecordServiceOptions, cp as RelationOption, cq as RelationOptionsResponse, cs as RelationService, co as RelationValidationError, cn as RelationValidationResult, ax as ReverseGeocodingParams, cU as SearchOptions, cz as SyncOptions, cy as SyncResult, cQ as UpdateDBAttribute, cM as UpdateDBObject, c_ as UpdateDBView, cg as UpdateObjectInput, cw as UpdateViewInput, cR as UpsertDBAttribute, cN as UpsertDBObject, c$ as UpsertDBView, cu as UserProfileService, ct as UserProfileServiceOptions, c3 as UserProfilesRepository, cx as ViewService, d2 as ViewSyncOptions, d1 as ViewSyncResult, c6 as ViewsRepository, c9 as buildAuditChanges, c0 as createMockAdapter, cJ as extractAttributeNames, cC as getSyncPreview, d5 as getViewSyncPreview, cI as isLabelExpression, cH as renderLabelExpression, cF as syncAll, cA as syncNativeObjects, d3 as syncNativeViews, cB as verifyNativeObjectsSync, d4 as verifyNativeViewsSync } from './runtime-DUxWyRcq.mjs';
|
|
2
2
|
import '@stndrds/constants';
|
|
3
3
|
import 'zod';
|
package/dist/runtime.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { cf as AddAttributeInput, bV as AttributeChange, c2 as AttributesRepository, c7 as AuditRepository, ca as AuditService, aD as CompletionStatus, ce as CreateCustomObjectInput, cP as CreateDBAttribute, cL as CreateDBObject, cZ as CreateDBView, cS as CreateObjectRecord, cv as CreateViewInput, cO as DBAttribute, cK as DBObject, cY as DBView, cG as DEFAULT_LABEL_FALLBACK, bU as DatabaseAdapter, cX as FileListOptions, cb as FileService, c4 as FilesRepository, cE as FullSyncOptions, cD as FullSyncResult, az as GeocodingAdapter, aw as GeocodingAutocompleteParams, ay as GeocodingParams, cc as GeocodingService, av as GeocodingSuggestion, cr as GetRelationOptionsParams, cV as GlobalSearchOptions, cW as GlobalSearchResultItem, cd as GlobalSearchService, bW as HookContext, bX as HookDefinition, bY as HookHandler, b$ as HookRegistry, bZ as HookType, cT as ListOptions, aA as NoopGeocodingAdapter, b_ as NoopHookRegistry, c5 as ObjectRecordsRepository, ci as ObjectSchemaService, ch as ObjectSchemaServiceOptions, c1 as ObjectsRepository, d0 as OperationResult, ck as PermissionService, cj as PermissionServiceOptions, c8 as PermissionsRepository, cm as RecordService, cl as RecordServiceOptions, cp as RelationOption, cq as RelationOptionsResponse, cs as RelationService, co as RelationValidationError, cn as RelationValidationResult, ax as ReverseGeocodingParams, cU as SearchOptions, cz as SyncOptions, cy as SyncResult, cQ as UpdateDBAttribute, cM as UpdateDBObject, c_ as UpdateDBView, cg as UpdateObjectInput, cw as UpdateViewInput, cR as UpsertDBAttribute, cN as UpsertDBObject, c$ as UpsertDBView, cu as UserProfileService, ct as UserProfileServiceOptions, c3 as UserProfilesRepository, cx as ViewService, d2 as ViewSyncOptions, d1 as ViewSyncResult, c6 as ViewsRepository, c9 as buildAuditChanges, c0 as createMockAdapter, cJ as extractAttributeNames, cC as getSyncPreview, d5 as getViewSyncPreview, cI as isLabelExpression, cH as renderLabelExpression, cF as syncAll, cA as syncNativeObjects, d3 as syncNativeViews, cB as verifyNativeObjectsSync, d4 as verifyNativeViewsSync } from './runtime-DUxWyRcq.js';
|
|
2
2
|
import '@stndrds/constants';
|
|
3
3
|
import 'zod';
|