@zuplo/runtime 6.62.1 → 6.62.2
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/out/esm/index.js.map +1 -1
- package/out/types/index.d.ts +5 -3
- package/package.json +1 -1
package/out/types/index.d.ts
CHANGED
|
@@ -1579,8 +1579,10 @@ export declare interface BasicAuthInboundPolicyOptions {
|
|
|
1579
1579
|
* Basic dictionary type for log entries
|
|
1580
1580
|
* @public
|
|
1581
1581
|
*/
|
|
1582
|
-
declare
|
|
1583
|
-
|
|
1582
|
+
declare type BasicDictionary = Record<
|
|
1583
|
+
string,
|
|
1584
|
+
string | number | boolean | null | undefined
|
|
1585
|
+
>;
|
|
1584
1586
|
|
|
1585
1587
|
/* Excluded from this release type: BatchDispatch */
|
|
1586
1588
|
|
|
@@ -6920,7 +6922,7 @@ declare type Primitive =
|
|
|
6920
6922
|
* @see {@link https://www.rfc-editor.org/rfc/rfc7807 |RFC7807}
|
|
6921
6923
|
* @public
|
|
6922
6924
|
*/
|
|
6923
|
-
declare interface ProblemDetails {
|
|
6925
|
+
export declare interface ProblemDetails {
|
|
6924
6926
|
/**
|
|
6925
6927
|
* A URI reference [RFC3986] that identifies the problem type.
|
|
6926
6928
|
*
|