@configura/web-api-auth 2.0.0-alpha.12 → 2.0.0-alpha.15
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.
|
@@ -40,7 +40,7 @@ export interface DtoCatalogueParams extends DtoCatalogueParamsWithoutCid {
|
|
|
40
40
|
export interface DtoCatalogueParamsWithLang extends DtoCatalogueParams {
|
|
41
41
|
lang: string;
|
|
42
42
|
}
|
|
43
|
-
/** CatalogueParamsWithoutCid */
|
|
43
|
+
/** CatalogueParamsWithoutCid - To identify one catalogue the Portfolio ID CID is needed in addition to the parameters in this object. However as of now CID is not used in API calls and therefore this version without CID is needed. */
|
|
44
44
|
export interface DtoCatalogueParamsWithoutCid {
|
|
45
45
|
enterprise: string;
|
|
46
46
|
prdCat: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@configura/web-api-auth",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.15",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "9f9facc3e6b6c16c02ff6950a1f6c86e44671957"
|
|
25
25
|
}
|