@resistdesign/voltra 3.0.0-alpha.10 → 3.0.0-alpha.12

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/README.md CHANGED
@@ -84,13 +84,15 @@ front-end apps.</td>
84
84
 
85
85
  ## Features
86
86
 
87
- | API | App | IaC |
88
- |-----------------------------------------------------------------------------|-----------------------------------------------|---------------------------------------------------------------|
89
- | RPC | Easy Layout | Full Parameter Support: Groups/Labels/Types/etc... |
90
- | Auth: Public/Secured/Role Based | State Management | Packs: Easy to add Database/Storage/Auth/Functions/etc... |
91
- | Routing: Nesting/Handlers/Injected Handlers | Routing: Param Handlers/Parallel Routes/Hooks | Utilities: Patching Stacks/Constants/Standard Includes/etc... |
92
- | ORM: TypeScript Type Driven Auto-generated Data Contexts with Relationships | | Typed Build Spec Creation |
93
- | | | Typed Resource Parameters |
87
+ App features include form generation via TypeInfo-driven AutoForm/AutoField with validation, constraints, and relation/custom handlers.
88
+
89
+ | API | App | IaC |
90
+ |-----------------------------------------------------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------|
91
+ | RPC | Easy Layout | Full Parameter Support: Groups/Labels/Types/etc... |
92
+ | Auth: Public/Secured/Role Based | State Management | Packs: Easy to add Database/Storage/Auth/Functions/etc... |
93
+ | Routing: Nesting/Handlers/Injected Handlers | Routing: Param Handlers/Parallel Routes/Hooks | Utilities: Patching Stacks/Constants/Standard Includes/etc... |
94
+ | ORM: TypeScript Type Driven Auto-generated Data Contexts with Relationships | Form Generation: AutoForm/AutoField + constraints/relations | Typed Build Spec Creation |
95
+ | | Form Engine: validation, defaults, denied ops, custom type flow | Typed Resource Parameters |
94
96
 
95
97
  ## Docs Site
96
98
 
@@ -574,4 +574,4 @@ declare namespace SearchTypes {
574
574
  export { SearchTypes_ComparisonOperators as ComparisonOperators, type SearchTypes_FieldCriterion as FieldCriterion, type SearchTypes_ListItemsConfig as ListItemsConfig, type SearchTypes_ListItemsResults as ListItemsResults, type SearchTypes_ListRelationshipsConfig as ListRelationshipsConfig, type SearchTypes_ListRelationshipsResults as ListRelationshipsResults, SearchTypes_LogicalOperators as LogicalOperators, type SearchTypes_PagingInfo as PagingInfo, type SearchTypes_SearchCriteria as SearchCriteria, type SearchTypes_SortField as SortField, type SearchTypes_StandardExpandedPagingCursor as StandardExpandedPagingCursor, type SearchTypes_TextSearchConfig as TextSearchConfig };
575
575
  }
576
576
 
577
- export { type BaseItemRelationshipInfo as B, ComparisonOperators as C, type ExpandComplexType as E, type FieldCriterion as F, HelperTypes$1 as H, type ItemRelationshipInfo as I, type ListRelationshipsConfig as L, type SearchCriteria as S, type TypeInfoDataItem as T, type ListItemsResults as a, type ListItemsConfig as b, TypeOperation as c, type TypeKeyword as d, type TypeInfoField as e, type TypeInfoMap as f, type TypeInfo as g, TypeInfo$1 as h, type SortField as i, type ItemRelationshipInfoType as j, ItemRelationshipInfoKeys as k, ItemRelationshipInfoTypes as l, SearchTypes as m, type TypeInfoPack as n, ItemRelationshipInfoIdentifyingKeys as o, type LiteralValue as p, type ItemRelationshipOriginatingItemInfo as q, type ItemRelationshipOriginInfo as r };
577
+ export { type BaseItemRelationshipInfo as B, ComparisonOperators as C, type ExpandComplexType as E, type FieldCriterion as F, HelperTypes$1 as H, type ItemRelationshipInfo as I, type ListRelationshipsConfig as L, type SearchCriteria as S, type TypeInfoDataItem as T, type ListItemsResults as a, type ListItemsConfig as b, TypeOperation as c, type TypeKeyword as d, type TypeInfoField as e, type TypeInfoMap as f, type TypeInfo as g, type ItemRelationshipInfoType as h, TypeInfo$1 as i, type SortField as j, ItemRelationshipInfoKeys as k, ItemRelationshipInfoTypes as l, SearchTypes as m, type TypeInfoPack as n, ItemRelationshipInfoIdentifyingKeys as o, type LiteralValue as p, type ItemRelationshipOriginatingItemInfo as q, type ItemRelationshipOriginInfo as r };
@@ -1,4 +1,4 @@
1
- import { B as BaseItemRelationshipInfo, L as ListRelationshipsConfig, a as ListItemsResults, I as ItemRelationshipInfo, T as TypeInfoDataItem, b as ListItemsConfig, c as TypeOperation } from './SearchTypes-DjN6YQzE.js';
1
+ import { B as BaseItemRelationshipInfo, L as ListRelationshipsConfig, a as ListItemsResults, I as ItemRelationshipInfo, T as TypeInfoDataItem, b as ListItemsConfig, c as TypeOperation } from './SearchTypes-DRAJCGzB.js';
2
2
 
3
3
  /**
4
4
  * @packageDocumentation
@@ -1,4 +1,4 @@
1
- import { d as TypeKeyword, c as TypeOperation, e as TypeInfoField, f as TypeInfoMap, g as TypeInfo } from './SearchTypes-DjN6YQzE.js';
1
+ import { d as TypeKeyword, c as TypeOperation, e as TypeInfoField, f as TypeInfoMap, g as TypeInfo } from './SearchTypes-DRAJCGzB.js';
2
2
 
3
3
  /**
4
4
  * @packageDocumentation
package/api/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export { D as DAC, a as Indexing, b as ORM, c as Routing } from '../index-D_EAHMXe.js';
1
+ export { D as DAC, a as Indexing, b as ORM, c as Routing } from '../index-BFb_iWbU.js';
2
2
  import '@aws-sdk/client-dynamodb';
3
3
  import '@aws-sdk/client-s3';
4
- import '../SearchTypes-DjN6YQzE.js';
5
- import '../Validation-CFP59oIP.js';
6
- import '../Types-C7XjUjoF.js';
4
+ import '../SearchTypes-DRAJCGzB.js';
5
+ import '../Validation-Bp4MSfXy.js';
6
+ import '../Types-DKV8v1hF.js';