biz-slide-core 1.2.84 → 1.2.86
Sign up to get free protection for your applications and to get access to all the features.
- package/entity/analytic.entity.d.ts +50 -0
- package/entity/analytic.entity.d.ts.map +1 -0
- package/entity/common.d.ts +19 -0
- package/entity/common.d.ts.map +1 -0
- package/entity/config.enity.d.ts +33 -0
- package/entity/config.enity.d.ts.map +1 -0
- package/entity/cron.entity.d.ts +33 -0
- package/entity/cron.entity.d.ts.map +1 -0
- package/entity/customer.entity.d.ts +38 -0
- package/entity/customer.entity.d.ts.map +1 -0
- package/entity/image.entity.d.ts +44 -0
- package/entity/image.entity.d.ts.map +1 -0
- package/entity/index.d.ts +19 -0
- package/entity/index.d.ts.map +1 -0
- package/entity/logs.entity.d.ts +34 -0
- package/entity/logs.entity.d.ts.map +1 -0
- package/entity/png-svg.entity.d.ts +47 -0
- package/entity/png-svg.entity.d.ts.map +1 -0
- package/entity/ppt-email-queue.entity.d.ts +34 -0
- package/entity/ppt-email-queue.entity.d.ts.map +1 -0
- package/entity/ppt-event.entity.d.ts +37 -0
- package/entity/ppt-event.entity.d.ts.map +1 -0
- package/entity/ppt-slide.entity.d.ts +44 -0
- package/entity/ppt-slide.entity.d.ts.map +1 -0
- package/entity/ppt.entity.d.ts +62 -0
- package/entity/ppt.entity.d.ts.map +1 -0
- package/entity/ppt.entity.js +2 -1
- package/entity/slide-layout.entity.d.ts +45 -0
- package/entity/slide-layout.entity.d.ts.map +1 -0
- package/entity/slide.entity.d.ts +51 -0
- package/entity/slide.entity.d.ts.map +1 -0
- package/entity/socket.entity.d.ts +35 -0
- package/entity/socket.entity.d.ts.map +1 -0
- package/entity/template-type.entity.d.ts +49 -0
- package/entity/template-type.entity.d.ts.map +1 -0
- package/entity/template.entity.d.ts +40 -0
- package/entity/template.entity.d.ts.map +1 -0
- package/entity/training-queue.entity.d.ts +39 -0
- package/entity/training-queue.entity.d.ts.map +1 -0
- package/entity/user.entity.d.ts +38 -0
- package/entity/user.entity.d.ts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/middleware/authentication.d.ts +8 -0
- package/middleware/authentication.d.ts.map +1 -0
- package/middleware/authentication.js +1 -0
- package/middleware/index.d.ts +4 -0
- package/middleware/index.d.ts.map +1 -0
- package/middleware/role.d.ts +6 -0
- package/middleware/role.d.ts.map +1 -0
- package/middleware/schemaValidate.d.ts +5 -0
- package/middleware/schemaValidate.d.ts.map +1 -0
- package/package.json +2 -1
- package/resHandler/errorHandler.d.ts +17 -0
- package/resHandler/errorHandler.d.ts.map +1 -0
- package/resHandler/index.d.ts +3 -0
- package/resHandler/index.d.ts.map +1 -0
- package/resHandler/successHandler.d.ts +3 -0
- package/resHandler/successHandler.d.ts.map +1 -0
- package/types/IController.d.ts +6 -0
- package/types/IController.d.ts.map +1 -0
- package/types/IRequest.d.ts +8 -0
- package/types/IRequest.d.ts.map +1 -0
- package/types/index.d.ts +11 -0
- package/types/index.d.ts.map +1 -0
- package/utilities/callWithRetries.d.ts +2 -0
- package/utilities/callWithRetries.d.ts.map +1 -0
- package/utilities/createFolder.d.ts +2 -0
- package/utilities/createFolder.d.ts.map +1 -0
- package/utilities/encryptionUtils.d.ts +4 -0
- package/utilities/encryptionUtils.d.ts.map +1 -0
- package/utilities/hasAbusiveWords.d.ts +4 -0
- package/utilities/hasAbusiveWords.d.ts.map +1 -0
- package/utilities/index.d.ts +6 -0
- package/utilities/index.d.ts.map +1 -0
- package/utilities/pngSvgCategories.d.ts +168 -0
- package/utilities/pngSvgCategories.d.ts.map +1 -0
@@ -0,0 +1,168 @@
|
|
1
|
+
export declare const pngSvgCategories: {
|
2
|
+
Logo: {
|
3
|
+
Outline: {
|
4
|
+
alias: string;
|
5
|
+
};
|
6
|
+
Monogram: {
|
7
|
+
alias: string;
|
8
|
+
};
|
9
|
+
Wordmark: {
|
10
|
+
alias: string;
|
11
|
+
};
|
12
|
+
Emblem: {
|
13
|
+
alias: string;
|
14
|
+
};
|
15
|
+
"Abstract Logo": {
|
16
|
+
alias: string;
|
17
|
+
};
|
18
|
+
Mascot: {
|
19
|
+
alias: string;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
Icons: {
|
23
|
+
Outline: {
|
24
|
+
alias: string;
|
25
|
+
};
|
26
|
+
Pictogram: {
|
27
|
+
alias: string;
|
28
|
+
};
|
29
|
+
"Broken Line": {
|
30
|
+
alias: string;
|
31
|
+
};
|
32
|
+
"Gradient Line": {
|
33
|
+
alias: string;
|
34
|
+
};
|
35
|
+
"Gradient Shape": {
|
36
|
+
alias: string;
|
37
|
+
};
|
38
|
+
Doodle: {
|
39
|
+
alias: string;
|
40
|
+
};
|
41
|
+
Flat: {
|
42
|
+
alias: string;
|
43
|
+
};
|
44
|
+
Minimalistic: {
|
45
|
+
alias: string;
|
46
|
+
};
|
47
|
+
Isometric: {
|
48
|
+
alias: string;
|
49
|
+
};
|
50
|
+
"3D Icons": {
|
51
|
+
alias: string;
|
52
|
+
};
|
53
|
+
};
|
54
|
+
Illustrations: {
|
55
|
+
"Hand Drawn": {
|
56
|
+
alias: string;
|
57
|
+
};
|
58
|
+
Glow: {
|
59
|
+
alias: string;
|
60
|
+
};
|
61
|
+
"Pixel Art": {
|
62
|
+
alias: string;
|
63
|
+
};
|
64
|
+
Watercolour: {
|
65
|
+
alias: string;
|
66
|
+
};
|
67
|
+
Psychedelic: {
|
68
|
+
alias: string;
|
69
|
+
};
|
70
|
+
"80's": {
|
71
|
+
alias: string;
|
72
|
+
};
|
73
|
+
"Digital Art": {
|
74
|
+
alias: string;
|
75
|
+
};
|
76
|
+
Abstract: {
|
77
|
+
alias: string;
|
78
|
+
};
|
79
|
+
Realistic: {
|
80
|
+
alias: string;
|
81
|
+
};
|
82
|
+
"Comic Style": {
|
83
|
+
alias: string;
|
84
|
+
};
|
85
|
+
Fantasy: {
|
86
|
+
alias: string;
|
87
|
+
};
|
88
|
+
Anime: {
|
89
|
+
alias: string;
|
90
|
+
};
|
91
|
+
Minimalist: {
|
92
|
+
alias: string;
|
93
|
+
};
|
94
|
+
"Pencil Sketch": {
|
95
|
+
alias: string;
|
96
|
+
};
|
97
|
+
};
|
98
|
+
"3D illustration": {
|
99
|
+
Wireframe: {
|
100
|
+
alias: string;
|
101
|
+
};
|
102
|
+
"Low Poly": {
|
103
|
+
alias: string;
|
104
|
+
};
|
105
|
+
"Cartoon 3D": {
|
106
|
+
alias: string;
|
107
|
+
};
|
108
|
+
"Plastic 3D": {
|
109
|
+
alias: string;
|
110
|
+
};
|
111
|
+
"3D render": {
|
112
|
+
alias: string;
|
113
|
+
};
|
114
|
+
};
|
115
|
+
Photorealism: {
|
116
|
+
"Photorealistic Painting": {
|
117
|
+
alias: string;
|
118
|
+
};
|
119
|
+
"Photorealistic Drawing": {
|
120
|
+
alias: string;
|
121
|
+
};
|
122
|
+
Hyperealism: {
|
123
|
+
alias: string;
|
124
|
+
};
|
125
|
+
Photorealism: {
|
126
|
+
alias: string;
|
127
|
+
};
|
128
|
+
};
|
129
|
+
"Vector Art": {
|
130
|
+
"Line Art": {
|
131
|
+
alias: string;
|
132
|
+
};
|
133
|
+
Cartoon: {
|
134
|
+
alias: string;
|
135
|
+
};
|
136
|
+
"Vector Kawai": {
|
137
|
+
alias: string;
|
138
|
+
};
|
139
|
+
Linocut: {
|
140
|
+
alias: string;
|
141
|
+
};
|
142
|
+
Engraving: {
|
143
|
+
alias: string;
|
144
|
+
};
|
145
|
+
"Doodle Line Art": {
|
146
|
+
alias: string;
|
147
|
+
};
|
148
|
+
Geometric: {
|
149
|
+
alias: string;
|
150
|
+
};
|
151
|
+
Abstract: {
|
152
|
+
alias: string;
|
153
|
+
};
|
154
|
+
Vintage: {
|
155
|
+
alias: string;
|
156
|
+
};
|
157
|
+
Minimalist: {
|
158
|
+
alias: string;
|
159
|
+
};
|
160
|
+
Stylized: {
|
161
|
+
alias: string;
|
162
|
+
};
|
163
|
+
"Flat Design": {
|
164
|
+
alias: string;
|
165
|
+
};
|
166
|
+
};
|
167
|
+
};
|
168
|
+
//# sourceMappingURL=pngSvgCategories.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pngSvgCategories.d.ts","sourceRoot":"","sources":["../../src/utilities/pngSvgCategories.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsK5B,CAAA"}
|