@mdgf11/filesystem-lib 2.2.3 → 2.2.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/types.d.ts +1 -1
- package/dist/types.js +1 -1
- package/package.json +1 -1
- package/src/types.ts +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const UpdateSources: readonly ["STJ (Sharepoint)", "
|
|
1
|
+
export declare const UpdateSources: readonly ["STJ (Sharepoint)", "DGSI"];
|
|
2
2
|
export type SupportedUpdateSources = typeof UpdateSources[number];
|
|
3
3
|
import { PartialJurisprudenciaDocument } from '@stjiris/jurisprudencia-document';
|
|
4
4
|
export declare const ROOT_PATH: string;
|
package/dist/types.js
CHANGED
package/package.json
CHANGED
package/src/types.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
export const UpdateSources = ["STJ (Sharepoint)", "
|
|
2
|
+
export const UpdateSources = ["STJ (Sharepoint)", "DGSI"] as const;
|
|
3
3
|
export type SupportedUpdateSources = typeof UpdateSources[number];
|
|
4
4
|
import { PartialJurisprudenciaDocument } from '@stjiris/jurisprudencia-document';
|
|
5
5
|
import dotenv from 'dotenv';
|