waldur-js-client 8.0.9-dev.42 → 8.0.9-dev.43
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 +8 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5090,6 +5090,8 @@ export type ConstanceSettings = {
|
|
|
5090
5090
|
USER_ACTIONS_NOTIFICATION_THRESHOLD?: number;
|
|
5091
5091
|
USER_ACTIONS_EXECUTION_RETENTION_DAYS?: number;
|
|
5092
5092
|
USER_ACTIONS_DEFAULT_EXPIRATION_REMINDERS?: Array<string>;
|
|
5093
|
+
OPENSTACK_LOG_CALLS_ENABLED?: boolean;
|
|
5094
|
+
OPENSTACK_LOG_CALLS_THRESHOLD_MS?: number;
|
|
5093
5095
|
USER_DATA_ACCESS_LOGGING_ENABLED?: boolean;
|
|
5094
5096
|
USER_DATA_ACCESS_LOG_RETENTION_DAYS?: number;
|
|
5095
5097
|
USER_DATA_ACCESS_LOG_SELF_ACCESS?: boolean;
|
|
@@ -5368,6 +5370,8 @@ export type ConstanceSettingsRequest = {
|
|
|
5368
5370
|
USER_ACTIONS_NOTIFICATION_THRESHOLD?: number;
|
|
5369
5371
|
USER_ACTIONS_EXECUTION_RETENTION_DAYS?: number;
|
|
5370
5372
|
USER_ACTIONS_DEFAULT_EXPIRATION_REMINDERS?: Array<string>;
|
|
5373
|
+
OPENSTACK_LOG_CALLS_ENABLED?: boolean;
|
|
5374
|
+
OPENSTACK_LOG_CALLS_THRESHOLD_MS?: number;
|
|
5371
5375
|
USER_DATA_ACCESS_LOGGING_ENABLED?: boolean;
|
|
5372
5376
|
USER_DATA_ACCESS_LOG_RETENTION_DAYS?: number;
|
|
5373
5377
|
USER_DATA_ACCESS_LOG_SELF_ACCESS?: boolean;
|
|
@@ -28934,6 +28938,8 @@ export type ConstanceSettingsRequestForm = {
|
|
|
28934
28938
|
USER_ACTIONS_NOTIFICATION_THRESHOLD?: number;
|
|
28935
28939
|
USER_ACTIONS_EXECUTION_RETENTION_DAYS?: number;
|
|
28936
28940
|
USER_ACTIONS_DEFAULT_EXPIRATION_REMINDERS?: Array<string>;
|
|
28941
|
+
OPENSTACK_LOG_CALLS_ENABLED?: boolean;
|
|
28942
|
+
OPENSTACK_LOG_CALLS_THRESHOLD_MS?: number;
|
|
28937
28943
|
USER_DATA_ACCESS_LOGGING_ENABLED?: boolean;
|
|
28938
28944
|
USER_DATA_ACCESS_LOG_RETENTION_DAYS?: number;
|
|
28939
28945
|
USER_DATA_ACCESS_LOG_SELF_ACCESS?: boolean;
|
|
@@ -29212,6 +29218,8 @@ export type ConstanceSettingsRequestMultipart = {
|
|
|
29212
29218
|
USER_ACTIONS_NOTIFICATION_THRESHOLD?: number;
|
|
29213
29219
|
USER_ACTIONS_EXECUTION_RETENTION_DAYS?: number;
|
|
29214
29220
|
USER_ACTIONS_DEFAULT_EXPIRATION_REMINDERS?: Array<string>;
|
|
29221
|
+
OPENSTACK_LOG_CALLS_ENABLED?: boolean;
|
|
29222
|
+
OPENSTACK_LOG_CALLS_THRESHOLD_MS?: number;
|
|
29215
29223
|
USER_DATA_ACCESS_LOGGING_ENABLED?: boolean;
|
|
29216
29224
|
USER_DATA_ACCESS_LOG_RETENTION_DAYS?: number;
|
|
29217
29225
|
USER_DATA_ACCESS_LOG_SELF_ACCESS?: boolean;
|