@abyss-project/commons-front-core 1.0.60 → 1.0.62

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.
@@ -0,0 +1,9 @@
1
+ import { ApplicationWebhookScope } from '@abyss-project/monitor';
2
+ type Props = {
3
+ value: ApplicationWebhookScope;
4
+ classes: Record<string, string>;
5
+ };
6
+ declare const _default: import('react').JSXElementConstructor<Omit<Props & {
7
+ children?: import('react').ReactNode;
8
+ }, "classes"> & import('@mui/styles/withStyles').StyledComponentProps<string> & object>;
9
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as ApplicationWebhookTypeChip } from './ApplicationWebhookTypeChip.component';
@@ -2,3 +2,4 @@ export * from './LogTypeChip';
2
2
  export * from './ProjectStatusChip';
3
3
  export * from './WebhookResponseCodeChip';
4
4
  export * from './WebhookTypeChip';
5
+ export * from './ApplicationWebhookTypeChip';
@@ -227,6 +227,7 @@ export declare const translations: {
227
227
  'empty-graph': string;
228
228
  back: string;
229
229
  next: string;
230
+ update: string;
230
231
  save: string;
231
232
  create: string;
232
233
  loading: string;
@@ -752,6 +753,7 @@ export declare const translations: {
752
753
  back: string;
753
754
  next: string;
754
755
  save: string;
756
+ update: string;
755
757
  create: string;
756
758
  loading: string;
757
759
  new: string;