tychat-contracts 1.6.56 → 1.6.57
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/** Formato de armazenamento do modelo; conversão para HTML/PDF é determinística por enum. */
|
|
2
|
-
export declare const LEGAL_TERM_BODY_FORMATS: readonly ["structured", "html", "markdown", "plain_text"];
|
|
2
|
+
export declare const LEGAL_TERM_BODY_FORMATS: readonly ["structured", "html", "markdown", "plain_text", "structured"];
|
|
3
3
|
export type LegalTermBodyFormat = (typeof LEGAL_TERM_BODY_FORMATS)[number];
|
|
4
4
|
//# sourceMappingURL=legal-term-body-format.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"legal-term-body-format.d.ts","sourceRoot":"","sources":["../../src/legal-terms/legal-term-body-format.ts"],"names":[],"mappings":"AAAA,6FAA6F;AAC7F,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"legal-term-body-format.d.ts","sourceRoot":"","sources":["../../src/legal-terms/legal-term-body-format.ts"],"names":[],"mappings":"AAAA,6FAA6F;AAC7F,eAAO,MAAM,uBAAuB,yEAA0E,CAAC;AAE/G,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.LEGAL_TERM_BODY_FORMATS = void 0;
|
|
4
4
|
/** Formato de armazenamento do modelo; conversão para HTML/PDF é determinística por enum. */
|
|
5
|
-
exports.LEGAL_TERM_BODY_FORMATS = ['structured', 'html', 'markdown', 'plain_text'];
|
|
5
|
+
exports.LEGAL_TERM_BODY_FORMATS = ['structured', 'html', 'markdown', 'plain_text', 'structured'];
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/** Formato de armazenamento do modelo; conversão para HTML/PDF é determinística por enum. */
|
|
2
|
-
export const LEGAL_TERM_BODY_FORMATS = ['structured', 'html', 'markdown', 'plain_text'] as const;
|
|
2
|
+
export const LEGAL_TERM_BODY_FORMATS = ['structured', 'html', 'markdown', 'plain_text', 'structured'] as const;
|
|
3
3
|
|
|
4
4
|
export type LegalTermBodyFormat = (typeof LEGAL_TERM_BODY_FORMATS)[number];
|