@stndrds/schema 0.1.0-alpha.16 → 0.1.0-alpha.17
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-4D23X5XN.mjs +7257 -0
- package/dist/chunk-6RPWHMTH.mjs +7101 -0
- package/dist/chunk-CMO3JEJL.mjs +7259 -0
- package/dist/chunk-JWRGX3UW.mjs +7265 -0
- package/dist/chunk-OUSLILLE.mjs +7259 -0
- package/dist/chunk-PMJZPJDP.mjs +7265 -0
- package/dist/chunk-YEV46K3M.mjs +7259 -0
- package/dist/index.d.mts +42 -3
- package/dist/index.d.ts +42 -3
- package/dist/index.js +398 -65
- package/dist/index.mjs +11 -1
- package/dist/runtime--rp-TG-h.d.mts +5181 -0
- package/dist/runtime--rp-TG-h.d.ts +5181 -0
- package/dist/runtime.d.mts +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +497 -124
- package/dist/runtime.mjs +3 -1
- package/package.json +2 -2
package/dist/runtime.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { cv as AddAttributeInput, c5 as AttributeChange, ce as AttributesRepository, ck as AuditRepository, cn as AuditService, aN as CompletionStatus, cu as CreateCustomObjectInput, d4 as CreateDBAttribute, di as CreateDBFlow, d0 as CreateDBObject, de as CreateDBView, cp as CreateFlowInput, d7 as CreateObjectRecord, cL as CreateViewInput, d3 as DBAttribute, dh as DBFlow, c$ as DBObject, dd as DBView, cW as DEFAULT_LABEL_FALLBACK, c4 as DatabaseAdapter, dc as FileListOptions, co as FileService, cg as FilesRepository, cr as FlowService, cj as FlowsRepository, cU as FullSyncOptions, cT as FullSyncResult, aJ as GeocodingAdapter, aG as GeocodingAutocompleteParams, aI as GeocodingParams, cs as GeocodingService, aF as GeocodingSuggestion, cH as GetRelationOptionsParams, da as GlobalSearchOptions, db as GlobalSearchResultItem, ct as GlobalSearchService, c6 as HookContext, c7 as HookDefinition, c8 as HookHandler, cb as HookRegistry, c9 as HookType, d8 as ListOptions, aK as NoopGeocodingAdapter, ca as NoopHookRegistry, ch as ObjectRecordsRepository, cy as ObjectSchemaService, cx as ObjectSchemaServiceOptions, cd as ObjectsRepository, dk as OperationResult, cA as PermissionService, cz as PermissionServiceOptions, cl as PermissionsRepository, cC as RecordService, cB as RecordServiceOptions, cF as RelationOption, cG as RelationOptionsResponse, cI as RelationService, cE as RelationValidationError, cD as RelationValidationResult, aH as ReverseGeocodingParams, d9 as SearchOptions, cP as SyncOptions, cO as SyncResult, d5 as UpdateDBAttribute, dj as UpdateDBFlow, d1 as UpdateDBObject, df as UpdateDBView, cq as UpdateFlowInput, cw as UpdateObjectInput, cM as UpdateViewInput, d6 as UpsertDBAttribute, d2 as UpsertDBObject, dg as UpsertDBView, cK as UserProfileService, cJ as UserProfileServiceOptions, cf as UserProfilesRepository, cN as ViewService, dm as ViewSyncOptions, dl as ViewSyncResult, ci as ViewsRepository, cm as buildAuditChanges, cc as createMockAdapter, c_ as enrichValuesWithSelectLabels, cZ as extractAttributeNames, cS as getSyncPreview, dq as getViewSyncPreview, cY as isLabelExpression, cX as renderLabelExpression, cV as syncAll, cQ as syncNativeObjects, dn as syncNativeViews, cR as verifyNativeObjectsSync, dp as verifyNativeViewsSync } from './runtime--rp-TG-h.mjs';
|
|
2
2
|
import '@stndrds/constants';
|
|
3
3
|
import 'zod';
|
package/dist/runtime.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { cv as AddAttributeInput, c5 as AttributeChange, ce as AttributesRepository, ck as AuditRepository, cn as AuditService, aN as CompletionStatus, cu as CreateCustomObjectInput, d4 as CreateDBAttribute, di as CreateDBFlow, d0 as CreateDBObject, de as CreateDBView, cp as CreateFlowInput, d7 as CreateObjectRecord, cL as CreateViewInput, d3 as DBAttribute, dh as DBFlow, c$ as DBObject, dd as DBView, cW as DEFAULT_LABEL_FALLBACK, c4 as DatabaseAdapter, dc as FileListOptions, co as FileService, cg as FilesRepository, cr as FlowService, cj as FlowsRepository, cU as FullSyncOptions, cT as FullSyncResult, aJ as GeocodingAdapter, aG as GeocodingAutocompleteParams, aI as GeocodingParams, cs as GeocodingService, aF as GeocodingSuggestion, cH as GetRelationOptionsParams, da as GlobalSearchOptions, db as GlobalSearchResultItem, ct as GlobalSearchService, c6 as HookContext, c7 as HookDefinition, c8 as HookHandler, cb as HookRegistry, c9 as HookType, d8 as ListOptions, aK as NoopGeocodingAdapter, ca as NoopHookRegistry, ch as ObjectRecordsRepository, cy as ObjectSchemaService, cx as ObjectSchemaServiceOptions, cd as ObjectsRepository, dk as OperationResult, cA as PermissionService, cz as PermissionServiceOptions, cl as PermissionsRepository, cC as RecordService, cB as RecordServiceOptions, cF as RelationOption, cG as RelationOptionsResponse, cI as RelationService, cE as RelationValidationError, cD as RelationValidationResult, aH as ReverseGeocodingParams, d9 as SearchOptions, cP as SyncOptions, cO as SyncResult, d5 as UpdateDBAttribute, dj as UpdateDBFlow, d1 as UpdateDBObject, df as UpdateDBView, cq as UpdateFlowInput, cw as UpdateObjectInput, cM as UpdateViewInput, d6 as UpsertDBAttribute, d2 as UpsertDBObject, dg as UpsertDBView, cK as UserProfileService, cJ as UserProfileServiceOptions, cf as UserProfilesRepository, cN as ViewService, dm as ViewSyncOptions, dl as ViewSyncResult, ci as ViewsRepository, cm as buildAuditChanges, cc as createMockAdapter, c_ as enrichValuesWithSelectLabels, cZ as extractAttributeNames, cS as getSyncPreview, dq as getViewSyncPreview, cY as isLabelExpression, cX as renderLabelExpression, cV as syncAll, cQ as syncNativeObjects, dn as syncNativeViews, cR as verifyNativeObjectsSync, dp as verifyNativeViewsSync } from './runtime--rp-TG-h.js';
|
|
2
2
|
import '@stndrds/constants';
|
|
3
3
|
import 'zod';
|