@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
|
-
|
|
569
|
+
Processo: {
|
|
570
570
|
type: string;
|
|
571
571
|
};
|
|
572
|
-
|
|
572
|
+
Data: {
|
|
573
573
|
type: string;
|
|
574
574
|
};
|
|
575
|
-
|
|
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
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
85
|
+
"Processo": { type: "keyword" },
|
|
86
|
+
"Data": { type: "keyword" },
|
|
87
|
+
"Meio Processual": { type: "keyword" }
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"CONTENT": {
|
package/package.json
CHANGED
|
@@ -100,9 +100,9 @@ export const JurisprudenciaDocumentProperties = {
|
|
|
100
100
|
type: "object",
|
|
101
101
|
properties: {
|
|
102
102
|
"Original": { type: "keyword" },
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
103
|
+
"Processo": { type: "keyword" },
|
|
104
|
+
"Data": { type: "keyword" },
|
|
105
|
+
"Meio Processual": { type: "keyword" }
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"CONTENT": {
|