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.
Files changed (77) hide show
  1. package/entity/analytic.entity.d.ts +50 -0
  2. package/entity/analytic.entity.d.ts.map +1 -0
  3. package/entity/common.d.ts +19 -0
  4. package/entity/common.d.ts.map +1 -0
  5. package/entity/config.enity.d.ts +33 -0
  6. package/entity/config.enity.d.ts.map +1 -0
  7. package/entity/cron.entity.d.ts +33 -0
  8. package/entity/cron.entity.d.ts.map +1 -0
  9. package/entity/customer.entity.d.ts +38 -0
  10. package/entity/customer.entity.d.ts.map +1 -0
  11. package/entity/image.entity.d.ts +44 -0
  12. package/entity/image.entity.d.ts.map +1 -0
  13. package/entity/index.d.ts +19 -0
  14. package/entity/index.d.ts.map +1 -0
  15. package/entity/logs.entity.d.ts +34 -0
  16. package/entity/logs.entity.d.ts.map +1 -0
  17. package/entity/png-svg.entity.d.ts +47 -0
  18. package/entity/png-svg.entity.d.ts.map +1 -0
  19. package/entity/ppt-email-queue.entity.d.ts +34 -0
  20. package/entity/ppt-email-queue.entity.d.ts.map +1 -0
  21. package/entity/ppt-event.entity.d.ts +37 -0
  22. package/entity/ppt-event.entity.d.ts.map +1 -0
  23. package/entity/ppt-slide.entity.d.ts +44 -0
  24. package/entity/ppt-slide.entity.d.ts.map +1 -0
  25. package/entity/ppt.entity.d.ts +62 -0
  26. package/entity/ppt.entity.d.ts.map +1 -0
  27. package/entity/ppt.entity.js +2 -1
  28. package/entity/slide-layout.entity.d.ts +45 -0
  29. package/entity/slide-layout.entity.d.ts.map +1 -0
  30. package/entity/slide.entity.d.ts +51 -0
  31. package/entity/slide.entity.d.ts.map +1 -0
  32. package/entity/socket.entity.d.ts +35 -0
  33. package/entity/socket.entity.d.ts.map +1 -0
  34. package/entity/template-type.entity.d.ts +49 -0
  35. package/entity/template-type.entity.d.ts.map +1 -0
  36. package/entity/template.entity.d.ts +40 -0
  37. package/entity/template.entity.d.ts.map +1 -0
  38. package/entity/training-queue.entity.d.ts +39 -0
  39. package/entity/training-queue.entity.d.ts.map +1 -0
  40. package/entity/user.entity.d.ts +38 -0
  41. package/entity/user.entity.d.ts.map +1 -0
  42. package/index.d.ts +6 -0
  43. package/index.d.ts.map +1 -0
  44. package/middleware/authentication.d.ts +8 -0
  45. package/middleware/authentication.d.ts.map +1 -0
  46. package/middleware/authentication.js +1 -0
  47. package/middleware/index.d.ts +4 -0
  48. package/middleware/index.d.ts.map +1 -0
  49. package/middleware/role.d.ts +6 -0
  50. package/middleware/role.d.ts.map +1 -0
  51. package/middleware/schemaValidate.d.ts +5 -0
  52. package/middleware/schemaValidate.d.ts.map +1 -0
  53. package/package.json +2 -1
  54. package/resHandler/errorHandler.d.ts +17 -0
  55. package/resHandler/errorHandler.d.ts.map +1 -0
  56. package/resHandler/index.d.ts +3 -0
  57. package/resHandler/index.d.ts.map +1 -0
  58. package/resHandler/successHandler.d.ts +3 -0
  59. package/resHandler/successHandler.d.ts.map +1 -0
  60. package/types/IController.d.ts +6 -0
  61. package/types/IController.d.ts.map +1 -0
  62. package/types/IRequest.d.ts +8 -0
  63. package/types/IRequest.d.ts.map +1 -0
  64. package/types/index.d.ts +11 -0
  65. package/types/index.d.ts.map +1 -0
  66. package/utilities/callWithRetries.d.ts +2 -0
  67. package/utilities/callWithRetries.d.ts.map +1 -0
  68. package/utilities/createFolder.d.ts +2 -0
  69. package/utilities/createFolder.d.ts.map +1 -0
  70. package/utilities/encryptionUtils.d.ts +4 -0
  71. package/utilities/encryptionUtils.d.ts.map +1 -0
  72. package/utilities/hasAbusiveWords.d.ts +4 -0
  73. package/utilities/hasAbusiveWords.d.ts.map +1 -0
  74. package/utilities/index.d.ts +6 -0
  75. package/utilities/index.d.ts.map +1 -0
  76. package/utilities/pngSvgCategories.d.ts +168 -0
  77. 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"}