mp-front-cli 0.0.27 → 0.0.29
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.
|
@@ -115,8 +115,12 @@ export declare class CustomHeader extends CustomValidator {
|
|
|
115
115
|
values(): IterableIterator<string>;
|
|
116
116
|
[Symbol.iterator](): IterableIterator<[string, string]>;
|
|
117
117
|
}>;
|
|
118
|
+
private temporaryCognitoHeader;
|
|
118
119
|
getHeaders(): import("rxjs").Observable<{
|
|
119
|
-
|
|
120
|
+
Accesstoken: string | undefined;
|
|
121
|
+
Refreshtoken: string | undefined;
|
|
122
|
+
Idtoken: string | undefined;
|
|
123
|
+
Username: string | undefined;
|
|
120
124
|
length: number;
|
|
121
125
|
toString(): string;
|
|
122
126
|
toLocaleString(): string;
|
|
@@ -213,9 +217,15 @@ export declare class CustomHeader extends CustomValidator {
|
|
|
213
217
|
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
214
218
|
};
|
|
215
219
|
} | {
|
|
216
|
-
|
|
220
|
+
Accesstoken: string | undefined;
|
|
221
|
+
Refreshtoken: string | undefined;
|
|
222
|
+
Idtoken: string | undefined;
|
|
223
|
+
Username: string | undefined;
|
|
217
224
|
} | {
|
|
218
|
-
|
|
225
|
+
Accesstoken: string | undefined;
|
|
226
|
+
Refreshtoken: string | undefined;
|
|
227
|
+
Idtoken: string | undefined;
|
|
228
|
+
Username: string | undefined;
|
|
219
229
|
append(name: string, value: string): void;
|
|
220
230
|
delete(name: string): void;
|
|
221
231
|
get(name: string): string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-header.d.ts","sourceRoot":"","sources":["../../../src/core/utils/custom-header.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEpD,qBAAa,YAAa,SAAQ,eAAe;IAC/C,OAAO,CAAC,OAAO,CAAa;;IAU5B,eAAe,CAAC,OAAO,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASpC,UAAU
|
|
1
|
+
{"version":3,"file":"custom-header.d.ts","sourceRoot":"","sources":["../../../src/core/utils/custom-header.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAEpD,qBAAa,YAAa,SAAQ,eAAe;IAC/C,OAAO,CAAC,OAAO,CAAa;;IAU5B,eAAe,CAAC,OAAO,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASpC,OAAO,CAAC,sBAAsB;IAU9B,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASX"}
|