@devtron-labs/devtron-fe-common-lib 1.20.5-alpha-8 → 1.20.5-alpha-9

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.
@@ -1,7 +1,7 @@
1
1
  import { j as n, aK as v, aM as J, aL as K } from "./@vendor-DceGoESd.js";
2
2
  import V, { useState as q, useEffect as Y, forwardRef as G, useMemo as E } from "react";
3
3
  import z, { getDefaultRegistry as Q } from "@rjsf/core";
4
- import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-BO1bHk5C.js";
4
+ import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as R, e as ne } from "./@code-editor-BFm6v6d7.js";
5
5
  import { getUiOptions as B, getTemplate as $, getSubmitButtonOptions as re, ADDITIONAL_PROPERTY_FLAG as L, errorId as se, englishStringTranslator as ae, TranslatableString as oe, titleId as le, canExpand as ie, deepEquals as ce } from "@rjsf/utils";
6
6
  import { ReactComponent as de } from "./assets/ic-add.cfaa779b.svg";
7
7
  import { ReactComponent as ue } from "./assets/ic-warning.ecf7ff97.svg";
@@ -85,7 +85,9 @@ export declare const URLS: {
85
85
  readonly AUTOMATION_AND_ENABLEMENT_JOB: "/automation-and-enablement/job";
86
86
  readonly DATA_PROTECTION: "/data-protection-management";
87
87
  readonly DATA_PROTECTION_OVERVIEW: "/data-protection-management/overview";
88
- readonly DATA_PROTECTION_BACKUP_AND_SCHEDULE: "/data-protection-management/backup-and-schedule";
88
+ readonly DATA_PROTECTION_BACKUP_AND_SCHEDULE: `/data-protection-management/backup-and-schedule/:view${string}`;
89
+ readonly DATA_PROTECTION_BACKUP_DETAIL: "/data-protection-management/backup/:name";
90
+ readonly DATA_PROTECTION_BACKUP_SCHEDULE_DETAIL: "/data-protection-management/schedule/:name";
89
91
  readonly DATA_PROTECTION_RESTORES: "/data-protection-management/restores";
90
92
  readonly DATA_PROTECTION_BACKUP_LOCATIONS: "/data-protection-management/backup-locations";
91
93
  readonly GLOBAL_CONFIG: "/global-configuration";
@@ -0,0 +1 @@
1
+ export { BackupAndScheduleListViewEnum } from './types';
@@ -0,0 +1,4 @@
1
+ export declare enum BackupAndScheduleListViewEnum {
2
+ Backups = "backups",
3
+ Schedules = "schedules"
4
+ }
@@ -1,3 +1,4 @@
1
1
  export * from './ApplicationManagement';
2
2
  export * from './CostVisibility';
3
+ export * from './DataProtectionManagement';
3
4
  export * from './InfrastructureManagement';
@@ -1,6 +1,8 @@
1
1
  import { IllustrationBaseProps } from './types';
2
2
  export declare const illustrationMap: {
3
3
  'img-mechanical-operation': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
4
+ 'create-backup-schedule': string;
5
+ 'create-backup-snapshot': string;
4
6
  'img-code': string;
5
7
  'img-devtron-freemium': string;
6
8
  'img-man-on-rocket': string;