@odla-ai/chapter 0.31.3 → 0.32.0

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.
@@ -370,9 +370,9 @@ interface ResolvedPipeline {
370
370
  }
371
371
  /** The application (join form) validation surface — which string fields are
372
372
  * required vs accepted, their max lengths, and the request body cap. Drives
373
- * submit validation + the CRM slot projection; defaults to the reference form.
374
- * The `applications` schema attrs stay fixed; this is
375
- * validation config, not schema generation. */
373
+ * submit validation, the generated `applications` schema, and the CRM slot
374
+ * projection; defaults to the reference form. Built-in fields retain their
375
+ * declared schema types/indexes, and site-defined fields become string attrs. */
376
376
  interface ChapterApplication {
377
377
  required?: readonly string[];
378
378
  optional?: readonly string[];
@@ -370,9 +370,9 @@ interface ResolvedPipeline {
370
370
  }
371
371
  /** The application (join form) validation surface — which string fields are
372
372
  * required vs accepted, their max lengths, and the request body cap. Drives
373
- * submit validation + the CRM slot projection; defaults to the reference form.
374
- * The `applications` schema attrs stay fixed; this is
375
- * validation config, not schema generation. */
373
+ * submit validation, the generated `applications` schema, and the CRM slot
374
+ * projection; defaults to the reference form. Built-in fields retain their
375
+ * declared schema types/indexes, and site-defined fields become string attrs. */
376
376
  interface ChapterApplication {
377
377
  required?: readonly string[];
378
378
  optional?: readonly string[];