@grapadigital/shared-app-modules 0.0.108 → 0.0.110
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/action.d.ts +13 -0
- package/dist/components.d.ts +13 -0
- package/dist/content.d.ts +13 -0
- package/dist/invoice.d.ts +13 -0
- package/dist/payment.d.ts +13 -0
- package/dist/recruitment.d.ts +13 -0
- package/dist/sale.d.ts +13 -0
- package/package.json +1 -1
package/dist/action.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare interface ActionInterface {
|
|
2
|
+
tags?: string[];
|
|
2
3
|
_id?: string;
|
|
3
4
|
title?: string;
|
|
4
5
|
clientId?: string;
|
|
@@ -33,6 +34,12 @@ export declare interface ActionInterface {
|
|
|
33
34
|
shopping?: string;
|
|
34
35
|
project?: string;
|
|
35
36
|
type?: "partner" | "exclusive";
|
|
37
|
+
notes?: NoteInterface[];
|
|
38
|
+
hashtags?: string[];
|
|
39
|
+
mentions?: string[];
|
|
40
|
+
keywords?: string[];
|
|
41
|
+
description?: string;
|
|
42
|
+
objective?: string;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
45
|
declare interface AgencyCommission {
|
|
@@ -295,6 +302,12 @@ declare interface Note_3 {
|
|
|
295
302
|
createdAt: string;
|
|
296
303
|
}
|
|
297
304
|
|
|
305
|
+
export declare interface NoteInterface {
|
|
306
|
+
text: string;
|
|
307
|
+
owner: string;
|
|
308
|
+
createdAt: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
298
311
|
declare interface Paid {
|
|
299
312
|
date: string;
|
|
300
313
|
}
|
package/dist/components.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { RefAttributes } from 'react';
|
|
|
13
13
|
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
14
14
|
|
|
15
15
|
declare interface ActionInterface {
|
|
16
|
+
tags?: string[];
|
|
16
17
|
_id?: string;
|
|
17
18
|
title?: string;
|
|
18
19
|
clientId?: string;
|
|
@@ -47,6 +48,12 @@ declare interface ActionInterface {
|
|
|
47
48
|
shopping?: string;
|
|
48
49
|
project?: string;
|
|
49
50
|
type?: "partner" | "exclusive";
|
|
51
|
+
notes?: NoteInterface[];
|
|
52
|
+
hashtags?: string[];
|
|
53
|
+
mentions?: string[];
|
|
54
|
+
keywords?: string[];
|
|
55
|
+
description?: string;
|
|
56
|
+
objective?: string;
|
|
50
57
|
}
|
|
51
58
|
|
|
52
59
|
declare interface AgencyCommission {
|
|
@@ -487,6 +494,12 @@ declare interface Note_3 {
|
|
|
487
494
|
createdAt: string;
|
|
488
495
|
}
|
|
489
496
|
|
|
497
|
+
declare interface NoteInterface {
|
|
498
|
+
text: string;
|
|
499
|
+
owner: string;
|
|
500
|
+
createdAt: string;
|
|
501
|
+
}
|
|
502
|
+
|
|
490
503
|
export declare function NotFoundCard({ icon: Icon, title, description, tip, className, ...props }: NotFoundCardProps): JSX.Element;
|
|
491
504
|
|
|
492
505
|
declare interface NotFoundCardProps extends React.ComponentProps<typeof Card> {
|
package/dist/content.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare interface ActionInterface {
|
|
2
|
+
tags?: string[];
|
|
2
3
|
_id?: string;
|
|
3
4
|
title?: string;
|
|
4
5
|
clientId?: string;
|
|
@@ -33,6 +34,12 @@ declare interface ActionInterface {
|
|
|
33
34
|
shopping?: string;
|
|
34
35
|
project?: string;
|
|
35
36
|
type?: "partner" | "exclusive";
|
|
37
|
+
notes?: NoteInterface[];
|
|
38
|
+
hashtags?: string[];
|
|
39
|
+
mentions?: string[];
|
|
40
|
+
keywords?: string[];
|
|
41
|
+
description?: string;
|
|
42
|
+
objective?: string;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
45
|
declare interface AgencyCommission {
|
|
@@ -295,6 +302,12 @@ declare interface Note_3 {
|
|
|
295
302
|
createdAt: string;
|
|
296
303
|
}
|
|
297
304
|
|
|
305
|
+
declare interface NoteInterface {
|
|
306
|
+
text: string;
|
|
307
|
+
owner: string;
|
|
308
|
+
createdAt: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
298
311
|
declare interface Paid {
|
|
299
312
|
date: string;
|
|
300
313
|
}
|
package/dist/invoice.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare interface ActionInterface {
|
|
2
|
+
tags?: string[];
|
|
2
3
|
_id?: string;
|
|
3
4
|
title?: string;
|
|
4
5
|
clientId?: string;
|
|
@@ -33,6 +34,12 @@ declare interface ActionInterface {
|
|
|
33
34
|
shopping?: string;
|
|
34
35
|
project?: string;
|
|
35
36
|
type?: "partner" | "exclusive";
|
|
37
|
+
notes?: NoteInterface[];
|
|
38
|
+
hashtags?: string[];
|
|
39
|
+
mentions?: string[];
|
|
40
|
+
keywords?: string[];
|
|
41
|
+
description?: string;
|
|
42
|
+
objective?: string;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
45
|
declare interface AgencyCommission {
|
|
@@ -295,6 +302,12 @@ declare interface Note_3 {
|
|
|
295
302
|
createdAt: string;
|
|
296
303
|
}
|
|
297
304
|
|
|
305
|
+
declare interface NoteInterface {
|
|
306
|
+
text: string;
|
|
307
|
+
owner: string;
|
|
308
|
+
createdAt: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
298
311
|
declare interface Paid {
|
|
299
312
|
date: string;
|
|
300
313
|
}
|
package/dist/payment.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare interface ActionInterface {
|
|
2
|
+
tags?: string[];
|
|
2
3
|
_id?: string;
|
|
3
4
|
title?: string;
|
|
4
5
|
clientId?: string;
|
|
@@ -33,6 +34,12 @@ declare interface ActionInterface {
|
|
|
33
34
|
shopping?: string;
|
|
34
35
|
project?: string;
|
|
35
36
|
type?: "partner" | "exclusive";
|
|
37
|
+
notes?: NoteInterface[];
|
|
38
|
+
hashtags?: string[];
|
|
39
|
+
mentions?: string[];
|
|
40
|
+
keywords?: string[];
|
|
41
|
+
description?: string;
|
|
42
|
+
objective?: string;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
45
|
declare interface AgencyCommission {
|
|
@@ -295,6 +302,12 @@ declare interface Note_3 {
|
|
|
295
302
|
createdAt: string;
|
|
296
303
|
}
|
|
297
304
|
|
|
305
|
+
declare interface NoteInterface {
|
|
306
|
+
text: string;
|
|
307
|
+
owner: string;
|
|
308
|
+
createdAt: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
298
311
|
export declare interface Paid {
|
|
299
312
|
date: string;
|
|
300
313
|
}
|
package/dist/recruitment.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare interface ActionInterface {
|
|
2
|
+
tags?: string[];
|
|
2
3
|
_id?: string;
|
|
3
4
|
title?: string;
|
|
4
5
|
clientId?: string;
|
|
@@ -33,6 +34,12 @@ declare interface ActionInterface {
|
|
|
33
34
|
shopping?: string;
|
|
34
35
|
project?: string;
|
|
35
36
|
type?: "partner" | "exclusive";
|
|
37
|
+
notes?: NoteInterface[];
|
|
38
|
+
hashtags?: string[];
|
|
39
|
+
mentions?: string[];
|
|
40
|
+
keywords?: string[];
|
|
41
|
+
description?: string;
|
|
42
|
+
objective?: string;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
45
|
declare interface AgencyCommission {
|
|
@@ -295,6 +302,12 @@ declare interface Note_3 {
|
|
|
295
302
|
createdAt: string;
|
|
296
303
|
}
|
|
297
304
|
|
|
305
|
+
declare interface NoteInterface {
|
|
306
|
+
text: string;
|
|
307
|
+
owner: string;
|
|
308
|
+
createdAt: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
298
311
|
declare interface Paid {
|
|
299
312
|
date: string;
|
|
300
313
|
}
|
package/dist/sale.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare interface ActionInterface {
|
|
2
|
+
tags?: string[];
|
|
2
3
|
_id?: string;
|
|
3
4
|
title?: string;
|
|
4
5
|
clientId?: string;
|
|
@@ -33,6 +34,12 @@ declare interface ActionInterface {
|
|
|
33
34
|
shopping?: string;
|
|
34
35
|
project?: string;
|
|
35
36
|
type?: "partner" | "exclusive";
|
|
37
|
+
notes?: NoteInterface[];
|
|
38
|
+
hashtags?: string[];
|
|
39
|
+
mentions?: string[];
|
|
40
|
+
keywords?: string[];
|
|
41
|
+
description?: string;
|
|
42
|
+
objective?: string;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
45
|
declare interface AgencyCommission {
|
|
@@ -295,6 +302,12 @@ declare interface Note_3 {
|
|
|
295
302
|
createdAt: string;
|
|
296
303
|
}
|
|
297
304
|
|
|
305
|
+
declare interface NoteInterface {
|
|
306
|
+
text: string;
|
|
307
|
+
owner: string;
|
|
308
|
+
createdAt: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
298
311
|
declare interface Paid {
|
|
299
312
|
date: string;
|
|
300
313
|
}
|