@stndrds/schema 0.1.0-alpha.19 → 0.1.0-alpha.20
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-4SW4V3YU.mjs +8854 -0
- package/dist/chunk-7GSIXU67.mjs +8820 -0
- package/dist/chunk-BQUYTOB3.mjs +8815 -0
- package/dist/chunk-BSAR4UKK.mjs +8851 -0
- package/dist/chunk-I4TTNDN7.mjs +8910 -0
- package/dist/chunk-KDHA2N7D.mjs +8927 -0
- package/dist/chunk-MX4X4UEN.mjs +8854 -0
- package/dist/chunk-OJWVSONX.mjs +8900 -0
- package/dist/chunk-PMYSW54L.mjs +8855 -0
- package/dist/chunk-Y5KIRAND.mjs +8916 -0
- package/dist/chunk-ZU5SR355.mjs +8862 -0
- package/dist/index.d.mts +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/index.js +310 -264
- package/dist/index.mjs +1 -5
- package/dist/runtime-09fOm3VO.d.mts +6383 -0
- package/dist/runtime-09fOm3VO.d.ts +6383 -0
- package/dist/runtime-BMHqETm7.d.mts +6450 -0
- package/dist/runtime-BMHqETm7.d.ts +6450 -0
- package/dist/runtime-BpsaNQPs.d.mts +6397 -0
- package/dist/runtime-BpsaNQPs.d.ts +6397 -0
- package/dist/runtime-CHAkwiwa.d.mts +6450 -0
- package/dist/runtime-CHAkwiwa.d.ts +6450 -0
- package/dist/runtime-CfVfZtoq.d.mts +6437 -0
- package/dist/runtime-CfVfZtoq.d.ts +6437 -0
- package/dist/runtime-xtAfMn_f.d.mts +6436 -0
- package/dist/runtime-xtAfMn_f.d.ts +6436 -0
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +302 -264
- package/dist/runtime.mjs +1 -5
- package/package.json +2 -2
package/dist/runtime.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { d6 as AddAttributeInput, cH as AttributeChange, cQ as AttributesRepository, cW as AuditRepository, cZ as AuditService, aR as CompletionStatus, d5 as CreateCustomObjectInput, dX as CreateDBAttribute, e9 as CreateDBFlow, dT as CreateDBObject, e5 as CreateDBView, d0 as CreateFlowInput, d_ as CreateObjectRecord, dw as CreateViewInput, dW as DBAttribute, e8 as DBFlow, dS as DBObject, e4 as DBView, dN as DEFAULT_LABEL_FALLBACK, cc as DatabaseAdapter, dz as FileContent, e3 as FileListOptions, c$ as FileService, c_ as FileServiceOptions, cS as FilesRepository, d2 as FlowService, cV as FlowsRepository, cp as FormulaResult, dL as FullSyncOptions, dK as FullSyncResult, aN as GeocodingAdapter, aK as GeocodingAutocompleteParams, aM as GeocodingParams, d3 as GeocodingService, aJ as GeocodingSuggestion, di as GetRelationOptionsParams, e1 as GlobalSearchOptions, e2 as GlobalSearchResultItem, d4 as GlobalSearchService, cI as HookContext, cJ as HookDefinition, cK as HookHandler, cN as HookRegistry, cL as HookType, ct as InvalidPathError, d$ as ListOptions, cu as MaxDepthExceededError, aO as NoopGeocodingAdapter, cM as NoopHookRegistry, cT as ObjectRecordsRepository, d9 as ObjectSchemaService, d8 as ObjectSchemaServiceOptions, cP as ObjectsRepository, eb as OperationResult, cy as PathCardinality, cz as PathSegment, cA as PathSegmentType, db as PermissionService, da as PermissionServiceOptions, cX as PermissionsRepository, dd as RecordService, dc as RecordServiceOptions, dg as RelationOption, dh as RelationOptionsResponse, dl as RelationResolverService, dj as RelationService, df as RelationValidationError, de as RelationValidationResult, dk as ResolvedRelations, aL as ReverseGeocodingParams, dm as RollupResult, dq as RollupScheduler, dp as RollupSchedulerOptions, dn as RollupService, cB as SchemaResolver, e0 as SearchOptions, dC as SignedUrlOptions, dD as StorageAdapter, dA as StorageUploadInput, dB as StorageUploadResult, dG as SyncOptions, dF as SyncResult, cF as TraversalOptions, cG as TraversalResult, dY as UpdateDBAttribute, ea as UpdateDBFlow, dU as UpdateDBObject, e6 as UpdateDBView, d1 as UpdateFlowInput, d7 as UpdateObjectInput, dx as UpdateViewInput, dE as UploadFileInput, dZ as UpsertDBAttribute, dV as UpsertDBObject, e7 as UpsertDBView, ds as UserProfileService, dr as UserProfileServiceOptions, cR as UserProfilesRepository, dv as UserService, du as UserValidationError, dt as UserValidationResult, dy as ViewService, ed as ViewSyncOptions, ec as ViewSyncResult, cU as ViewsRepository, cY as buildAuditChanges, cO as createMockAdapter, dR as enrichValuesWithSelectLabels, cd as evaluateFormula, ce as evaluateFormulaAttribute, cf as evaluateFormulaAttributeWithRelations, cg as evaluateFormulaWithRelations, ch as evaluateFormulaWithResult, dQ as extractAttributeNames, ci as extractFormulaVariables, cj as extractRelationNames, ck as extractRelationReferences, cl as flattenRelationsForEval, cm as formatFormulaResult, cq as getPathDepth, cr as getRelationPath, dJ as getSyncPreview, cs as getTargetAttributeName, eg as getViewSyncPreview, cn as hasRelationReferences, dP as isLabelExpression, cv as parsePath, cw as pathHasManyCardinality, dO as renderLabelExpression, cC as resolveMultiplePaths, cD as resolveSingleValue, dM as syncAll, dH as syncNativeObjects, ee as syncNativeViews, cE as traversePath, co as validateFormulaExpression, cx as validatePath, dI as verifyNativeObjectsSync, ef as verifyNativeViewsSync } from './runtime-BpsaNQPs.mjs';
|
|
2
2
|
import '@stndrds/constants';
|
|
3
3
|
import 'zod';
|
package/dist/runtime.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { d6 as AddAttributeInput, cH as AttributeChange, cQ as AttributesRepository, cW as AuditRepository, cZ as AuditService, aR as CompletionStatus, d5 as CreateCustomObjectInput, dX as CreateDBAttribute, e9 as CreateDBFlow, dT as CreateDBObject, e5 as CreateDBView, d0 as CreateFlowInput, d_ as CreateObjectRecord, dw as CreateViewInput, dW as DBAttribute, e8 as DBFlow, dS as DBObject, e4 as DBView, dN as DEFAULT_LABEL_FALLBACK, cc as DatabaseAdapter, dz as FileContent, e3 as FileListOptions, c$ as FileService, c_ as FileServiceOptions, cS as FilesRepository, d2 as FlowService, cV as FlowsRepository, cp as FormulaResult, dL as FullSyncOptions, dK as FullSyncResult, aN as GeocodingAdapter, aK as GeocodingAutocompleteParams, aM as GeocodingParams, d3 as GeocodingService, aJ as GeocodingSuggestion, di as GetRelationOptionsParams, e1 as GlobalSearchOptions, e2 as GlobalSearchResultItem, d4 as GlobalSearchService, cI as HookContext, cJ as HookDefinition, cK as HookHandler, cN as HookRegistry, cL as HookType, ct as InvalidPathError, d$ as ListOptions, cu as MaxDepthExceededError, aO as NoopGeocodingAdapter, cM as NoopHookRegistry, cT as ObjectRecordsRepository, d9 as ObjectSchemaService, d8 as ObjectSchemaServiceOptions, cP as ObjectsRepository, eb as OperationResult, cy as PathCardinality, cz as PathSegment, cA as PathSegmentType, db as PermissionService, da as PermissionServiceOptions, cX as PermissionsRepository, dd as RecordService, dc as RecordServiceOptions, dg as RelationOption, dh as RelationOptionsResponse, dl as RelationResolverService, dj as RelationService, df as RelationValidationError, de as RelationValidationResult, dk as ResolvedRelations, aL as ReverseGeocodingParams, dm as RollupResult, dq as RollupScheduler, dp as RollupSchedulerOptions, dn as RollupService, cB as SchemaResolver, e0 as SearchOptions, dC as SignedUrlOptions, dD as StorageAdapter, dA as StorageUploadInput, dB as StorageUploadResult, dG as SyncOptions, dF as SyncResult, cF as TraversalOptions, cG as TraversalResult, dY as UpdateDBAttribute, ea as UpdateDBFlow, dU as UpdateDBObject, e6 as UpdateDBView, d1 as UpdateFlowInput, d7 as UpdateObjectInput, dx as UpdateViewInput, dE as UploadFileInput, dZ as UpsertDBAttribute, dV as UpsertDBObject, e7 as UpsertDBView, ds as UserProfileService, dr as UserProfileServiceOptions, cR as UserProfilesRepository, dv as UserService, du as UserValidationError, dt as UserValidationResult, dy as ViewService, ed as ViewSyncOptions, ec as ViewSyncResult, cU as ViewsRepository, cY as buildAuditChanges, cO as createMockAdapter, dR as enrichValuesWithSelectLabels, cd as evaluateFormula, ce as evaluateFormulaAttribute, cf as evaluateFormulaAttributeWithRelations, cg as evaluateFormulaWithRelations, ch as evaluateFormulaWithResult, dQ as extractAttributeNames, ci as extractFormulaVariables, cj as extractRelationNames, ck as extractRelationReferences, cl as flattenRelationsForEval, cm as formatFormulaResult, cq as getPathDepth, cr as getRelationPath, dJ as getSyncPreview, cs as getTargetAttributeName, eg as getViewSyncPreview, cn as hasRelationReferences, dP as isLabelExpression, cv as parsePath, cw as pathHasManyCardinality, dO as renderLabelExpression, cC as resolveMultiplePaths, cD as resolveSingleValue, dM as syncAll, dH as syncNativeObjects, ee as syncNativeViews, cE as traversePath, co as validateFormulaExpression, cx as validatePath, dI as verifyNativeObjectsSync, ef as verifyNativeViewsSync } from './runtime-BpsaNQPs.js';
|
|
2
2
|
import '@stndrds/constants';
|
|
3
3
|
import 'zod';
|