@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 +9 -7
- package/{SearchTypes-DjN6YQzE.d.ts → SearchTypes-DRAJCGzB.d.ts} +1 -1
- package/{Types-C7XjUjoF.d.ts → Types-DKV8v1hF.d.ts} +1 -1
- package/{Validation-CFP59oIP.d.ts → Validation-Bp4MSfXy.d.ts} +1 -1
- package/api/index.d.ts +4 -4
- package/api/index.js +566 -191
- package/app/index.d.ts +3 -3
- package/app/index.js +683 -6
- package/common/index.d.ts +3 -3
- package/iac/index.js +1 -3
- package/iac/packs/index.js +1 -3
- package/{index-sIX5qe0K.d.ts → index-B0b81fxM.d.ts} +2 -2
- package/{index-D_EAHMXe.d.ts → index-BFb_iWbU.d.ts} +15 -15
- package/{index-IokxSNxm.d.ts → index-DBmBJYwM.d.ts} +307 -58
- package/index.d.ts +6 -6
- package/index.js +1254 -203
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -84,13 +84,15 @@ front-end apps.</td>
|
|
|
84
84
|
|
|
85
85
|
## Features
|
|
86
86
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
|
90
|
-
|
|
91
|
-
|
|
|
92
|
-
|
|
|
93
|
-
|
|
|
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,
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
5
|
-
import '../Validation-
|
|
6
|
-
import '../Types-
|
|
4
|
+
import '../SearchTypes-DRAJCGzB.js';
|
|
5
|
+
import '../Validation-Bp4MSfXy.js';
|
|
6
|
+
import '../Types-DKV8v1hF.js';
|