mailschema 0.1.2 → 0.1.4

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/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export { contributionErrors, assertContribution, assertTypeRecord, referenceErro
2
2
  export type { CatalogView } from './validation.js';
3
3
  export { typeStages } from './model.js';
4
4
  export type { Party, TypeDefinition, TypeRecord, Contribution, Implementation } from './model.js';
5
- export { mapErrors, assertMapDocument, contentReviewRequestErrors, assertContentReviewRequest, getMapSchema, getContentReviewSchema, } from './map.js';
5
+ export { mapErrors, assertMapDocument, contentReviewRequestErrors, assertContentReviewRequest, contentReview01RequestErrors, assertContentReview01Request, getMapSchema, getContentReviewSchema, getContentReviewContract, getContentReview01Schema, getContentReview01Contract, } from './map.js';
6
6
  /** Return an independent copy of the contribution JSON Schema (Draft 2020-12). */
7
7
  export declare function getContributionSchema(): Record<string, unknown>;
8
8
  /** Return the schema for an expanded Registry record, including attribution and history. */
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import schema from './contribution.schema.json' with { type: 'json' };
3
3
  export { contributionErrors, assertContribution, assertTypeRecord, referenceErrors, } from './validation.js';
4
4
  export { typeStages } from './model.js';
5
- export { mapErrors, assertMapDocument, contentReviewRequestErrors, assertContentReviewRequest, getMapSchema, getContentReviewSchema, } from './map.js';
5
+ export { mapErrors, assertMapDocument, contentReviewRequestErrors, assertContentReviewRequest, contentReview01RequestErrors, assertContentReview01Request, getMapSchema, getContentReviewSchema, getContentReviewContract, getContentReview01Schema, getContentReview01Contract, } from './map.js';
6
6
  /** Return an independent copy of the contribution JSON Schema (Draft 2020-12). */
7
7
  export function getContributionSchema() {
8
8
  return structuredClone(schema);