@zuplo/runtime 6.52.5 → 6.52.7
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 +36 -36
- package/out/types/index.d.ts +2 -0
- package/out/types/internal/index.d.ts +2 -0
- package/package.json +1 -1
package/out/types/index.d.ts
CHANGED
|
@@ -1973,6 +1973,8 @@ export declare const defaultGenerateHydrolixEntry: GenerateRequestLoggerEntry<Hy
|
|
|
1973
1973
|
|
|
1974
1974
|
/* Excluded from this release type: DevPortalRuntimeConfig */
|
|
1975
1975
|
|
|
1976
|
+
declare type DevPortalType = "legacy" | "zudoku";
|
|
1977
|
+
|
|
1976
1978
|
/**
|
|
1977
1979
|
* @public
|
|
1978
1980
|
*/
|
|
@@ -116,6 +116,8 @@ declare interface CorsPolicyConfiguration {
|
|
|
116
116
|
|
|
117
117
|
/* Excluded from this release type: DevPortalRuntimeConfig */
|
|
118
118
|
|
|
119
|
+
export declare type DevPortalType = "legacy" | "zudoku";
|
|
120
|
+
|
|
119
121
|
/* Excluded from this release type: getIdForParameterSchema */
|
|
120
122
|
|
|
121
123
|
/* Excluded from this release type: getIdForRefSchema */
|