@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.
@@ -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 */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.52.5",
4
+ "version": "6.52.7",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {