@jskit-ai/agent-docs 0.1.126 → 0.1.128

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.
@@ -25,99 +25,6 @@ For the full repo inventory, read `reference/autogen/README.md` and the package
25
25
  Exports
26
26
  - `isContainerToken(value)`
27
27
 
28
- ### `support/crudFieldContract.js`
29
- Exports
30
- - `CRUD_FIELD_STORAGE_COLUMN`
31
- - `CRUD_FIELD_STORAGE_VIRTUAL`
32
- - `CRUD_FIELD_WRITE_SERIALIZER_DATETIME_UTC`
33
- - `CRUD_LOOKUP_FORM_CONTROL_AUTOCOMPLETE`
34
- - `CRUD_LOOKUP_FORM_CONTROL_SELECT`
35
- - `checkCrudLookupFormControl(value, { context = "crud field ui.formControl", defaultValue = CRUD_LOOKUP_FORM_CONTROL_AUTOCOMPLETE } = {})`
36
- - `resolveCrudFieldSchemaProperties(value, { context = "crud resource field definitions" } = {})`
37
- - `normalizeCrudFieldStorageConfig(fieldDefinition = {}, { context = "crud field storage", fieldKey = "" } = {})`
38
- - `buildCrudOperationSchemaFields(fields = {}, operationName = "")`
39
- - `buildCrudFieldContractMap(resource = {}, { context = "crud resource field contract" } = {})`
40
- - `resolveCrudFieldContractEntry(resource = {}, fieldKey = "", options = {})`
41
- Local functions
42
- - `cloneStructuredFieldMetadata(value = {})`
43
- - `mergeFieldContractEntry(target, source, { context = "crud field contract", fieldKey = "" } = {})`
44
-
45
- ### `support/crudListFilters.js`
46
- Exports
47
- - `CRUD_LIST_FILTER_TYPE_FLAG`
48
- - `CRUD_LIST_FILTER_TYPE_ENUM`
49
- - `CRUD_LIST_FILTER_TYPE_ENUM_MANY`
50
- - `CRUD_LIST_FILTER_TYPE_RECORD_ID`
51
- - `CRUD_LIST_FILTER_TYPE_RECORD_ID_MANY`
52
- - `CRUD_LIST_FILTER_TYPE_DATE`
53
- - `CRUD_LIST_FILTER_TYPE_DATE_RANGE`
54
- - `CRUD_LIST_FILTER_TYPE_NUMBER_RANGE`
55
- - `CRUD_LIST_FILTER_TYPE_PRESENCE`
56
- - `CRUD_LIST_FILTER_TYPES`
57
- - `CRUD_LIST_FILTER_PRESENCE_PRESENT`
58
- - `CRUD_LIST_FILTER_PRESENCE_MISSING`
59
- - `CRUD_LIST_FILTER_PRESENCE_OPTIONS`
60
- - `CRUD_LIST_FILTER_INVALID_VALUES_REJECT`
61
- - `CRUD_LIST_FILTER_INVALID_VALUES_DISCARD`
62
- - `INVALID_CRUD_LIST_FILTER_QUERY_VALUE`
63
- - `normalizeCrudListFilterInvalidValues(value = "")`
64
- - `parseCrudListRangeQueryExpression(value = null)`
65
- - `formatCrudListRangeQueryExpression(startValue = "", endValue = "", { collapseExact = false } = {})`
66
- - `defineCrudListFilters(definitions = {})`
67
- - `createCrudListFilterEmptyValue(filter = {})`
68
- - `createCrudListFilterInitialValue(filter = {})`
69
- - `isCrudListFilterMultiValue(filter = {})`
70
- - `isCrudListFilterStructuredValue(filter = {})`
71
- - `normalizeCrudListFilterUiValue(filter = {}, rawValue)`
72
- - `areCrudListFilterUiValuesEqual(filter = {}, currentValue, expectedValue)`
73
- - `hasCrudListFilterUiValue(filter = {}, rawValue)`
74
- - `listCrudListFilterChipValues(filter = {}, rawValue)`
75
- - `formatCrudListFilterDefaultChipLabel(filter = {}, rawValue, { resolveAtomicValue = null } = {})`
76
- - `formatCrudListFilterQueryValue(filter = {}, value)`
77
- - `parseCrudListFilterQueryValue(filter = {}, value, { invalidValues = CRUD_LIST_FILTER_INVALID_VALUES_REJECT } = {})`
78
- - `resolveCrudListFilterQueryKeys(definition = {})`
79
- - `resolveCrudListFilterOptionLabel(definition = {}, value = "", { fallback = "" } = {})`
80
- Local functions
81
- - `firstCrudListFilterValue(value)`
82
- - `isPrimitiveCrudListFilterInput(value)`
83
- - `isPrimitiveOrPrimitiveArrayCrudListFilterInput(value)`
84
- - `normalizeDateFilterText(value)`
85
- - `normalizeCanonicalRecordIdList(value)`
86
- - `normalizeFiniteFilterNumber(value)`
87
- - `normalizeAllowedFilterTextValue(value, allowedValues = new Set())`
88
- - `normalizeAllowedFilterTextValues(value, allowedValues = new Set())`
89
- - `resolveCrudListFilterAllowedValues(filter = {})`
90
- - `normalizeCrudListDateRangeUiValue(rawValue)`
91
- - `normalizeCrudListNumberRangeUiValue(rawValue)`
92
- - `matchCrudListFilterValues(currentValue, expectedValue)`
93
- - `rejectInvalidCrudListFilterValue({ invalidValues = CRUD_LIST_FILTER_INVALID_VALUES_REJECT } = {})`
94
- - `normalizeCrudListDateRangeQueryValue(value)`
95
- - `normalizeCrudListNumberRangeQueryValue(value)`
96
- - `normalizeCrudListFilterType(value = "")`
97
- - `normalizeCrudListFilterOption(rawOption = null, { context = "filter option" } = {})`
98
- - `normalizeCrudListFilterOptions(rawOptions = [], { context = "filter options" } = {})`
99
- - `normalizeCrudListFilterPresenceOptions(rawOptions = [])`
100
- - `normalizeCrudListFilterLookup(rawLookup = null)`
101
- - `resolveCrudListFilterOptionSet(rawDefinition = {}, type = "")`
102
- - `normalizeCrudListFilterDefinition(rawKey = "", rawDefinition = null)`
103
-
104
- ### `support/crudLookup.js`
105
- Exports
106
- - `DEFAULT_CRUD_LOOKUP_CONTAINER_KEY`
107
- - `normalizeCrudLookupApiPath(value = "")`
108
- - `normalizeCrudLookupNamespace(value = "")`
109
- - `resolveCrudLookupApiPathFromNamespace(value = "")`
110
- - `resolveCrudResourceScopeName(value = "")`
111
- - `normalizeCrudLookupContainerKey(value, { defaultValue = DEFAULT_CRUD_LOOKUP_CONTAINER_KEY, context = "crud lookup container key" } = {})`
112
- - `resolveCrudLookupContainerKey(resource = {}, options = {})`
113
- - `resolveCrudLookupFieldKeys(resource = {}, { allowKeys = [] } = {})`
114
- - `resolveCrudParentFilterKeys(resource = {})`
115
- - `resolveCrudLookupFieldKeyFromRouteParam(resource = {}, routeParamKey = "", { allowKeys = [] } = {})`
116
- - `resolveCrudParentFilterFieldKeyFromRouteParam(resource = {}, routeParamKey = "")`
117
- Local functions
118
- - `resolveCrudLookupFieldEntries(resource = {}, { allowKeys = [] } = {})`
119
- - `resolveCrudLookupCreateSchemaKeys(resource = {})`
120
-
121
28
  ### `support/deepFreeze.js`
122
29
  Exports
123
30
  - `deepFreeze(value, seen = new WeakSet())`
@@ -604,7 +511,7 @@ Exports
604
511
  Exports
605
512
  - `Application`
606
513
  - `createApplication(options = {})`
607
- - `createProviderClass({ id, dependsOn = [], register = null, boot = null, shutdown = null } = {})`
514
+ - `createProviderClass({ id, startsAfter = [], register = null, boot = null, shutdown = null } = {})`
608
515
  Local functions
609
516
  - `normalizeStringArray(value)`
610
517
  - `nowMilliseconds()`
@@ -648,7 +555,7 @@ Exports
648
555
  - `KernelError`
649
556
  - `ProviderNormalizationError`
650
557
  - `DuplicateProviderError`
651
- - `ProviderDependencyError`
558
+ - `ProviderStartOrderError`
652
559
  - `ProviderLifecycleError`
653
560
 
654
561
  ### `runtime/kernelErrors.js`
@@ -656,7 +563,7 @@ Exports
656
563
  - `KernelError`
657
564
  - `ProviderNormalizationError`
658
565
  - `DuplicateProviderError`
659
- - `ProviderDependencyError`
566
+ - `ProviderStartOrderError`
660
567
  - `ProviderLifecycleError`
661
568
 
662
569
  ### `runtime/serviceProvider.js`
@@ -28,6 +28,7 @@ Startup navigation stays in `KERNEL_MAP.md`.
28
28
  - [google-rewarded-core](/packages/agent-docs/reference/autogen/packages/google-rewarded-core.md)
29
29
  - [google-rewarded-web](/packages/agent-docs/reference/autogen/packages/google-rewarded-web.md)
30
30
  - [http-runtime](/packages/agent-docs/reference/autogen/packages/http-runtime.md)
31
+ - [http-web](/packages/agent-docs/reference/autogen/packages/http-web.md)
31
32
  - [json-rest-api-core](/packages/agent-docs/reference/autogen/packages/json-rest-api-core.md)
32
33
  - [kernel](/packages/agent-docs/reference/autogen/packages/kernel.md)
33
34
  - [mobile-capacitor](/packages/agent-docs/reference/autogen/packages/mobile-capacitor.md)
@@ -100,10 +100,6 @@ Exports
100
100
  - `writeNdjson`
101
101
  - `resolveWorkspaceSlug`
102
102
  - `createServiceToolCatalog`
103
- - `parseJsonObject`
104
- - `resolveInsertedId`
105
- - `stringifyJsonObject`
106
- - `toIso`
107
103
 
108
104
  ### `src/server/lib/aiClient.js`
109
105
  Exports
@@ -189,13 +185,6 @@ Local functions
189
185
  - `resolveActionBackedToolEntries(scope)`
190
186
  - `resolveActionToolEntries(scope, { barredActionIds = [], skipActionPrefixes = [] } = {})`
191
187
 
192
- ### `src/server/repositories/repositoryPersistenceUtils.js`
193
- Exports
194
- - `parseJsonObject`
195
- - `stringifyJsonObject(value)`
196
- - `toIso(value)`
197
- - `resolveInsertedId(insertResult)`
198
-
199
188
  ### `src/shared/assistantPaths.js`
200
189
  Exports
201
190
  - `ASSISTANT_API_RELATIVE_PATH`
@@ -141,6 +141,13 @@ Local functions
141
141
  - `normalizePagination(pagination = {}, { defaultPage = 1, defaultPageSize = 200, maxPageSize = 500 } = {})`
142
142
  - `resolveNextSequence(client, conversationId)`
143
143
 
144
+ ### `src/server/repositories/repositoryPersistenceUtils.js`
145
+ Exports
146
+ - `parseJsonObject`
147
+ - `stringifyJsonObject(value)`
148
+ - `toIso(value)`
149
+ - `resolveInsertedId(insertResult)`
150
+
144
151
  ### `src/server/services/assistantConfigService.js`
145
152
  Exports
146
153
  - `createService({ assistantConfigRepository, consoleService = null, appConfig = {}, resolveAppConfig = null, workspaceScopeSupport = null } = {})`
@@ -14,60 +14,6 @@ Use this on demand; do not load the full index at startup.
14
14
 
15
15
  ### src
16
16
 
17
- ### `src/client/composables/createCrudClientSupport.js`
18
- Exports
19
- - `useCrudClientContext(source = {})`
20
- - `useCrudListRuntime(source = {})`
21
- - `useCrudCreateRuntime(source = {})`
22
- - `useCrudRecordRuntime(source = {}, { recordIdParam = "recordId" } = {})`
23
- - `createCrudClientSupport(source = {})`
24
- Local functions
25
- - `normalizeText(value = "")`
26
- - `normalizeRouteParams(params = {})`
27
- - `normalizePathTemplate(value = "")`
28
- - `resolvePathTemplate(pathTemplate = "", { routeParams = {}, params = {}, context = "resolvePathTemplate" } = {})`
29
-
30
- ### `src/client/composables/crudClientSupportHelpers.js`
31
- Exports
32
- - `DEFAULT_CRUD_OWNERSHIP_FILTER`
33
- - `requireCrudNamespace`
34
- - `resolveCrudClientConfig(source = {})`
35
- - `formatDateTime`
36
- - `resolveCrudRecordChangedEvent`
37
- - `crudScopeQueryKey(namespace = "")`
38
- - `invalidateCrudQueries(queryClient, namespace = "")`
39
- - `crudListQueryKey(surfaceId = "", workspaceSlug = "", namespace = "")`
40
- - `crudViewQueryKey(surfaceId = "", workspaceSlug = "", recordId = "", namespace = "")`
41
- - `toRouteRecordId(value)`
42
- - `normalizeCrudRouteParamName(value, { context = "normalizeCrudRouteParamName" } = {})`
43
- - `resolveCrudRecordPathTemplates(relativePath = "", recordIdParam = "recordId")`
44
- - `resolveCrudRecordPathParams(recordIdLike = "", recordIdParam = "recordId")`
45
- Local functions
46
- - `normalizeRelativePath(value, { context = "resolveCrudClientConfig" } = {})`
47
-
48
- ### `src/client/composables/useCrudRealtimeInvalidation.js`
49
- Exports
50
- - `useCrudRealtimeInvalidation(namespace = "", { event = "", enabled = true, matches = null, queryKey = null } = {})`
51
-
52
- ### `src/client/index.js`
53
- Exports
54
- - `DEFAULT_CRUD_OWNERSHIP_FILTER`
55
- - `resolveCrudClientConfig`
56
- - `crudListQueryKey`
57
- - `crudViewQueryKey`
58
- - `crudScopeQueryKey`
59
- - `invalidateCrudQueries`
60
- - `formatDateTime`
61
- - `resolveCrudRecordChangedEvent`
62
- - `toRouteRecordId`
63
- - `requireCrudNamespace`
64
- - `useCrudClientContext`
65
- - `useCrudListRuntime`
66
- - `useCrudCreateRuntime`
67
- - `useCrudRecordRuntime`
68
- - `createCrudClientSupport`
69
- - `useCrudRealtimeInvalidation`
70
-
71
17
  ### `src/server/createCrudServiceFromResource.js`
72
18
  Exports
73
19
  - `createCrudServiceFromResource(resource = {}, { context = "crudService" } = {})`
@@ -353,21 +299,3 @@ Exports
353
299
  Local functions
354
300
  - `requireCrudServiceRepository(runtime = {}, repository = null)`
355
301
  - `splitCrudListRepositoryCall(query = {}, options = {})`
356
-
357
- ### `src/shared/crudFieldSupport.js`
358
- Exports
359
- - `CRUD_LOOKUP_FORM_CONTROL_AUTOCOMPLETE`
360
- - `CRUD_LOOKUP_FORM_CONTROL_SELECT`
361
- - `CRUD_RUNTIME_LOOKUPS_FIELD_KEY`
362
- - `checkCrudLookupFormControl(value, { context = "crud field ui.formControl", defaultValue = CRUD_LOOKUP_FORM_CONTROL_AUTOCOMPLETE } = {})`
363
- - `isCrudRuntimeOutputOnlyFieldKey(value = "", { lookupContainerKey = CRUD_RUNTIME_LOOKUPS_FIELD_KEY } = {})`
364
-
365
- ### `src/shared/crudNamespaceSupport.js`
366
- Exports
367
- - `normalizeCrudNamespace`
368
- - `requireCrudNamespace`
369
- - `resolveCrudRecordChangedEvent`
370
-
371
- ### `src/shared/crudResource.js`
372
- Exports
373
- - `defineCrudResource`