evo360-types 1.3.188 → 1.3.190
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,5 @@
|
|
|
1
1
|
export declare const EVO_FINOPS_APP = "evo-finops";
|
|
2
|
+
export declare const FINOPS_DICS_COLLECTION = "dics";
|
|
2
3
|
export declare const FINOPS_PROVIDERS_COLLECTION = "providers";
|
|
3
4
|
/** Doc id under dics (path: dics/issuers/profiles/{id}) */
|
|
4
5
|
export declare const FINOPS_DICS_ISSUERS_ID = "issuers";
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FINOPS_INVOICES_COLLECTION = exports.FINOPS_TAKERS_COLLECTION = exports.FINOPS_ISSUER_PROFILES_COLLECTION = exports.FINOPS_DICS_ISSUERS_ID = exports.FINOPS_PROVIDERS_COLLECTION = exports.EVO_FINOPS_APP = void 0;
|
|
3
|
+
exports.FINOPS_INVOICES_COLLECTION = exports.FINOPS_TAKERS_COLLECTION = exports.FINOPS_ISSUER_PROFILES_COLLECTION = exports.FINOPS_DICS_ISSUERS_ID = exports.FINOPS_PROVIDERS_COLLECTION = exports.FINOPS_DICS_COLLECTION = exports.EVO_FINOPS_APP = void 0;
|
|
4
4
|
// evo-finops app identifier for Firestore paths
|
|
5
5
|
exports.EVO_FINOPS_APP = "evo-finops";
|
|
6
6
|
// Collection names for evo-finops
|
|
7
|
+
exports.FINOPS_DICS_COLLECTION = "dics";
|
|
7
8
|
exports.FINOPS_PROVIDERS_COLLECTION = "providers";
|
|
8
9
|
/** Doc id under dics (path: dics/issuers/profiles/{id}) */
|
|
9
10
|
exports.FINOPS_DICS_ISSUERS_ID = "issuers";
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const EVO_FINOPS_APP = "evo-finops";
|
|
3
3
|
|
|
4
4
|
// Collection names for evo-finops
|
|
5
|
+
export const FINOPS_DICS_COLLECTION = "dics";
|
|
5
6
|
export const FINOPS_PROVIDERS_COLLECTION = "providers";
|
|
6
7
|
/** Doc id under dics (path: dics/issuers/profiles/{id}) */
|
|
7
8
|
export const FINOPS_DICS_ISSUERS_ID = "issuers";
|