@mdgf11/jurisprudencia-document 13.2.0 → 13.2.1

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.
@@ -566,13 +566,13 @@ export declare const JurisprudenciaDocumentProperties: {
566
566
  Original: {
567
567
  type: string;
568
568
  };
569
- Texto: {
569
+ Processo: {
570
570
  type: string;
571
571
  };
572
- Sumário: {
572
+ Data: {
573
573
  type: string;
574
574
  };
575
- Processo: {
575
+ "Meio Processual": {
576
576
  type: string;
577
577
  };
578
578
  };
@@ -82,9 +82,9 @@ exports.JurisprudenciaDocumentProperties = {
82
82
  type: "object",
83
83
  properties: {
84
84
  "Original": { type: "keyword" },
85
- "Texto": { type: "keyword" },
86
- "Sumário": { type: "keyword" },
87
- "Processo": { type: "keyword" }
85
+ "Processo": { type: "keyword" },
86
+ "Data": { type: "keyword" },
87
+ "Meio Processual": { type: "keyword" }
88
88
  }
89
89
  },
90
90
  "CONTENT": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdgf11/jurisprudencia-document",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "description": "Estrutura dos acórdãos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -100,9 +100,9 @@ export const JurisprudenciaDocumentProperties = {
100
100
  type: "object",
101
101
  properties: {
102
102
  "Original": { type: "keyword" },
103
- "Texto": { type: "keyword" },
104
- "Sumário": { type: "keyword" },
105
- "Processo": { type: "keyword" }
103
+ "Processo": { type: "keyword" },
104
+ "Data": { type: "keyword" },
105
+ "Meio Processual": { type: "keyword" }
106
106
  }
107
107
  },
108
108
  "CONTENT": {