@waldur/admin 8.0.9-dev.2 → 8.0.9-dev.4
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/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
- package/src/types.gen.ts +2 -0
package/dist/types.gen.d.ts
CHANGED
|
@@ -1301,6 +1301,7 @@ export type ConstanceSettings = {
|
|
|
1301
1301
|
SSH_KEY_ALLOWED_TYPES?: Array<SshkeyallowedtypesEnum | BlankEnum>;
|
|
1302
1302
|
SSH_KEY_MIN_RSA_KEY_SIZE?: number;
|
|
1303
1303
|
ENABLED_REPORTING_SCREENS?: Array<EnabledreportingscreensEnum | BlankEnum>;
|
|
1304
|
+
SITE_AGENT_LOG_MAX_ROWS_PER_IDENTITY?: number;
|
|
1304
1305
|
PAT_ENABLED?: boolean;
|
|
1305
1306
|
PAT_MAX_LIFETIME_DAYS?: number;
|
|
1306
1307
|
PAT_MAX_TOKENS_PER_USER?: number;
|
|
@@ -1570,6 +1571,7 @@ export type ConstanceSettingsRequest = {
|
|
|
1570
1571
|
SSH_KEY_ALLOWED_TYPES?: Array<SshkeyallowedtypesEnum | BlankEnum>;
|
|
1571
1572
|
SSH_KEY_MIN_RSA_KEY_SIZE?: number;
|
|
1572
1573
|
ENABLED_REPORTING_SCREENS?: Array<EnabledreportingscreensEnum | BlankEnum>;
|
|
1574
|
+
SITE_AGENT_LOG_MAX_ROWS_PER_IDENTITY?: number;
|
|
1573
1575
|
PAT_ENABLED?: boolean;
|
|
1574
1576
|
PAT_MAX_LIFETIME_DAYS?: number;
|
|
1575
1577
|
PAT_MAX_TOKENS_PER_USER?: number;
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -1357,6 +1357,7 @@ export type ConstanceSettings = {
|
|
|
1357
1357
|
SSH_KEY_ALLOWED_TYPES?: Array<SshkeyallowedtypesEnum | BlankEnum>;
|
|
1358
1358
|
SSH_KEY_MIN_RSA_KEY_SIZE?: number;
|
|
1359
1359
|
ENABLED_REPORTING_SCREENS?: Array<EnabledreportingscreensEnum | BlankEnum>;
|
|
1360
|
+
SITE_AGENT_LOG_MAX_ROWS_PER_IDENTITY?: number;
|
|
1360
1361
|
PAT_ENABLED?: boolean;
|
|
1361
1362
|
PAT_MAX_LIFETIME_DAYS?: number;
|
|
1362
1363
|
PAT_MAX_TOKENS_PER_USER?: number;
|
|
@@ -1627,6 +1628,7 @@ export type ConstanceSettingsRequest = {
|
|
|
1627
1628
|
SSH_KEY_ALLOWED_TYPES?: Array<SshkeyallowedtypesEnum | BlankEnum>;
|
|
1628
1629
|
SSH_KEY_MIN_RSA_KEY_SIZE?: number;
|
|
1629
1630
|
ENABLED_REPORTING_SCREENS?: Array<EnabledreportingscreensEnum | BlankEnum>;
|
|
1631
|
+
SITE_AGENT_LOG_MAX_ROWS_PER_IDENTITY?: number;
|
|
1630
1632
|
PAT_ENABLED?: boolean;
|
|
1631
1633
|
PAT_MAX_LIFETIME_DAYS?: number;
|
|
1632
1634
|
PAT_MAX_TOKENS_PER_USER?: number;
|