@mxpicture/gcp-functions-generator 1.1.91 → 1.2.2

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.
Files changed (142) hide show
  1. package/dist/4testing/templates/template.example.d.ts +4 -3
  2. package/dist/4testing/templates/template.example.d.ts.map +1 -1
  3. package/dist/4testing/templates/template.example.js.map +1 -1
  4. package/dist/4testing/templates/template.medication.d.ts +2 -1
  5. package/dist/4testing/templates/template.medication.d.ts.map +1 -1
  6. package/dist/4testing/templates/template.medication.js.map +1 -1
  7. package/dist/4testing/templates/template.settings.d.ts +2 -1
  8. package/dist/4testing/templates/template.settings.d.ts.map +1 -1
  9. package/dist/4testing/templates/template.settings.js.map +1 -1
  10. package/dist/4testing/utils.d.ts +1 -1
  11. package/dist/4testing/utils.d.ts.map +1 -1
  12. package/dist/4testing/utils.js +24 -2
  13. package/dist/4testing/utils.js.map +1 -1
  14. package/dist/common/file.common.d.ts +11 -2
  15. package/dist/common/file.common.d.ts.map +1 -1
  16. package/dist/common/file.common.js +44 -8
  17. package/dist/common/file.common.js.map +1 -1
  18. package/dist/common/index.d.ts +1 -6
  19. package/dist/common/index.d.ts.map +1 -1
  20. package/dist/common/index.js +1 -6
  21. package/dist/common/index.js.map +1 -1
  22. package/dist/common/job.common.d.ts +1 -1
  23. package/dist/common/job.common.d.ts.map +1 -1
  24. package/dist/common/resolve.common.d.ts +17 -0
  25. package/dist/common/resolve.common.d.ts.map +1 -0
  26. package/dist/common/resolve.common.js +46 -0
  27. package/dist/common/resolve.common.js.map +1 -0
  28. package/dist/common/types.common.d.ts +42 -2
  29. package/dist/common/types.common.d.ts.map +1 -1
  30. package/dist/decorator/DecoExtractor.d.ts +22 -0
  31. package/dist/decorator/DecoExtractor.d.ts.map +1 -0
  32. package/dist/{common/Extractor.js → decorator/DecoExtractor.js} +2 -23
  33. package/dist/decorator/DecoExtractor.js.map +1 -0
  34. package/dist/decorator/deco.names.d.ts +4 -45
  35. package/dist/decorator/deco.names.d.ts.map +1 -1
  36. package/dist/decorator/deco.names.js +35 -61
  37. package/dist/decorator/deco.names.js.map +1 -1
  38. package/dist/decorator/index.d.ts +1 -1
  39. package/dist/decorator/index.d.ts.map +1 -1
  40. package/dist/decorator/index.js +1 -1
  41. package/dist/decorator/index.js.map +1 -1
  42. package/dist/exports.gen.json +1357 -0
  43. package/dist/generator/Generator.d.ts +20 -106
  44. package/dist/generator/Generator.d.ts.map +1 -1
  45. package/dist/generator/Generator.js +87 -172
  46. package/dist/generator/Generator.js.map +1 -1
  47. package/dist/generator/GeneratorAnnotations.d.ts +3 -4
  48. package/dist/generator/GeneratorAnnotations.d.ts.map +1 -1
  49. package/dist/generator/GeneratorAnnotations.js +20 -46
  50. package/dist/generator/GeneratorAnnotations.js.map +1 -1
  51. package/dist/generator/GeneratorBackend.d.ts +11 -30
  52. package/dist/generator/GeneratorBackend.d.ts.map +1 -1
  53. package/dist/generator/GeneratorBackend.js +73 -182
  54. package/dist/generator/GeneratorBackend.js.map +1 -1
  55. package/dist/generator/GeneratorDoc.d.ts +8 -9
  56. package/dist/generator/GeneratorDoc.d.ts.map +1 -1
  57. package/dist/generator/GeneratorDoc.js +34 -35
  58. package/dist/generator/GeneratorDoc.js.map +1 -1
  59. package/dist/generator/GeneratorEnum.d.ts +6 -7
  60. package/dist/generator/GeneratorEnum.d.ts.map +1 -1
  61. package/dist/generator/GeneratorEnum.js +26 -15
  62. package/dist/generator/GeneratorEnum.js.map +1 -1
  63. package/dist/generator/GeneratorFrontend.d.ts +5 -6
  64. package/dist/generator/GeneratorFrontend.d.ts.map +1 -1
  65. package/dist/generator/GeneratorFrontend.js +28 -48
  66. package/dist/generator/GeneratorFrontend.js.map +1 -1
  67. package/dist/generator/GeneratorRoutes.d.ts +6 -7
  68. package/dist/generator/GeneratorRoutes.d.ts.map +1 -1
  69. package/dist/generator/GeneratorRoutes.js +26 -31
  70. package/dist/generator/GeneratorRoutes.js.map +1 -1
  71. package/dist/generator/GeneratorZod.d.ts +9 -10
  72. package/dist/generator/GeneratorZod.d.ts.map +1 -1
  73. package/dist/generator/GeneratorZod.js +29 -25
  74. package/dist/generator/GeneratorZod.js.map +1 -1
  75. package/dist/run/GeneratorBarrel.d.ts +11 -0
  76. package/dist/run/GeneratorBarrel.d.ts.map +1 -0
  77. package/dist/run/GeneratorBarrel.js +22 -0
  78. package/dist/run/GeneratorBarrel.js.map +1 -0
  79. package/dist/run/GeneratorBase.d.ts +6 -0
  80. package/dist/run/GeneratorBase.d.ts.map +1 -0
  81. package/dist/run/GeneratorBase.js +4 -0
  82. package/dist/run/GeneratorBase.js.map +1 -0
  83. package/dist/run/GeneratorBaseFile.d.ts +16 -0
  84. package/dist/run/GeneratorBaseFile.d.ts.map +1 -0
  85. package/dist/run/GeneratorBaseFile.js +36 -0
  86. package/dist/run/GeneratorBaseFile.js.map +1 -0
  87. package/dist/run/GeneratorDirectory.d.ts +18 -0
  88. package/dist/run/GeneratorDirectory.d.ts.map +1 -0
  89. package/dist/run/GeneratorDirectory.js +42 -0
  90. package/dist/run/GeneratorDirectory.js.map +1 -0
  91. package/dist/run/GeneratorFile.d.ts +12 -0
  92. package/dist/run/GeneratorFile.d.ts.map +1 -0
  93. package/dist/run/GeneratorFile.js +31 -0
  94. package/dist/run/GeneratorFile.js.map +1 -0
  95. package/dist/run/GeneratorFs.d.ts +27 -0
  96. package/dist/run/GeneratorFs.d.ts.map +1 -0
  97. package/dist/run/GeneratorFs.js +81 -0
  98. package/dist/run/GeneratorFs.js.map +1 -0
  99. package/dist/run/GeneratorPackage.d.ts +21 -0
  100. package/dist/run/GeneratorPackage.d.ts.map +1 -0
  101. package/dist/run/GeneratorPackage.js +57 -0
  102. package/dist/run/GeneratorPackage.js.map +1 -0
  103. package/dist/run/GeneratorRun.d.ts +27 -0
  104. package/dist/run/GeneratorRun.d.ts.map +1 -0
  105. package/dist/run/GeneratorRun.js +60 -0
  106. package/dist/run/GeneratorRun.js.map +1 -0
  107. package/dist/run/GeneratorTemplate.d.ts +10 -0
  108. package/dist/run/GeneratorTemplate.d.ts.map +1 -0
  109. package/dist/run/GeneratorTemplate.js +27 -0
  110. package/dist/run/GeneratorTemplate.js.map +1 -0
  111. package/dist/run/index.d.ts +10 -0
  112. package/dist/run/index.d.ts.map +1 -0
  113. package/dist/run/index.js +11 -0
  114. package/dist/run/index.js.map +1 -0
  115. package/package.json +7 -6
  116. package/dist/common/Barrel.d.ts +0 -75
  117. package/dist/common/Barrel.d.ts.map +0 -1
  118. package/dist/common/Barrel.js +0 -119
  119. package/dist/common/Barrel.js.map +0 -1
  120. package/dist/common/CodeCollector.d.ts +0 -11
  121. package/dist/common/CodeCollector.d.ts.map +0 -1
  122. package/dist/common/CodeCollector.js +0 -29
  123. package/dist/common/CodeCollector.js.map +0 -1
  124. package/dist/common/Collector.d.ts +0 -70
  125. package/dist/common/Collector.d.ts.map +0 -1
  126. package/dist/common/Collector.js +0 -77
  127. package/dist/common/Collector.js.map +0 -1
  128. package/dist/common/Directories.d.ts +0 -60
  129. package/dist/common/Directories.d.ts.map +0 -1
  130. package/dist/common/Directories.js +0 -76
  131. package/dist/common/Directories.js.map +0 -1
  132. package/dist/common/Extractor.d.ts +0 -36
  133. package/dist/common/Extractor.d.ts.map +0 -1
  134. package/dist/common/Extractor.js.map +0 -1
  135. package/dist/common/generator.common.d.ts +0 -80
  136. package/dist/common/generator.common.d.ts.map +0 -1
  137. package/dist/common/generator.common.js +0 -138
  138. package/dist/common/generator.common.js.map +0 -1
  139. package/dist/decorator/deco.imports.d.ts +0 -31
  140. package/dist/decorator/deco.imports.d.ts.map +0 -1
  141. package/dist/decorator/deco.imports.js +0 -71
  142. package/dist/decorator/deco.imports.js.map +0 -1
@@ -0,0 +1,1357 @@
1
+ [
2
+ {
3
+ "packageName": "@mxpicture/gcp-functions-backend",
4
+ "entrypoints": [
5
+ {
6
+ "id": "@mxpicture/gcp-functions-backend/api",
7
+ "file": "./dist/api/index.js"
8
+ },
9
+ {
10
+ "id": "@mxpicture/gcp-functions-backend/firebase",
11
+ "file": "./dist/firebase/index.js"
12
+ },
13
+ {
14
+ "id": "@mxpicture/gcp-functions-backend/function",
15
+ "file": "./dist/function/index.js"
16
+ },
17
+ {
18
+ "id": "@mxpicture/gcp-functions-backend/package.json",
19
+ "file": "./package.json"
20
+ },
21
+ {
22
+ "id": "@mxpicture/gcp-functions-backend/store",
23
+ "file": "./dist/store/index.js"
24
+ },
25
+ {
26
+ "id": "@mxpicture/gcp-functions-backend/types",
27
+ "file": "./dist/types/index.js"
28
+ },
29
+ {
30
+ "id": "@mxpicture/gcp-functions-backend/validation",
31
+ "file": "./dist/validation/index.js"
32
+ }
33
+ ],
34
+ "runtimeExports": [
35
+ {
36
+ "name": "app",
37
+ "kind": "object",
38
+ "source": "@mxpicture/gcp-functions-backend/firebase"
39
+ },
40
+ {
41
+ "name": "checkServiceAuth",
42
+ "kind": "function",
43
+ "source": "@mxpicture/gcp-functions-backend/firebase"
44
+ },
45
+ {
46
+ "name": "db",
47
+ "kind": "object",
48
+ "source": "@mxpicture/gcp-functions-backend/firebase"
49
+ },
50
+ {
51
+ "name": "taskScheduleTimestamp",
52
+ "kind": "function",
53
+ "source": "@mxpicture/gcp-functions-backend/firebase"
54
+ }
55
+ ],
56
+ "typeExports": [
57
+ {
58
+ "name": "BackendApi",
59
+ "kind": "ClassDeclaration",
60
+ "source": "@mxpicture/gcp-functions-backend/api"
61
+ },
62
+ {
63
+ "name": "ExpressAuthHandler",
64
+ "kind": "TypeAliasDeclaration",
65
+ "source": "@mxpicture/gcp-functions-backend/types"
66
+ },
67
+ {
68
+ "name": "FirebaseQueueNameParts",
69
+ "kind": "InterfaceDeclaration",
70
+ "source": "@mxpicture/gcp-functions-backend/types"
71
+ },
72
+ {
73
+ "name": "FirebaseTask",
74
+ "kind": "InterfaceDeclaration",
75
+ "source": "@mxpicture/gcp-functions-backend/types"
76
+ },
77
+ {
78
+ "name": "FirebaseTaskAttempt",
79
+ "kind": "InterfaceDeclaration",
80
+ "source": "@mxpicture/gcp-functions-backend/types"
81
+ },
82
+ {
83
+ "name": "FirebaseTaskDuration",
84
+ "kind": "TypeAliasDeclaration",
85
+ "source": "@mxpicture/gcp-functions-backend/types"
86
+ },
87
+ {
88
+ "name": "FirebaseTaskDurationParams",
89
+ "kind": "InterfaceDeclaration",
90
+ "source": "@mxpicture/gcp-functions-backend/types"
91
+ },
92
+ {
93
+ "name": "FirebaseTaskEnv",
94
+ "kind": "InterfaceDeclaration",
95
+ "source": "@mxpicture/gcp-functions-backend/types"
96
+ },
97
+ {
98
+ "name": "FirebaseTaskHandler",
99
+ "kind": "ClassDeclaration",
100
+ "source": "@mxpicture/gcp-functions-backend/firebase"
101
+ },
102
+ {
103
+ "name": "FirebaseTaskNameParts",
104
+ "kind": "InterfaceDeclaration",
105
+ "source": "@mxpicture/gcp-functions-backend/types"
106
+ },
107
+ {
108
+ "name": "FirebaseTaskParams",
109
+ "kind": "InterfaceDeclaration",
110
+ "source": "@mxpicture/gcp-functions-backend/types"
111
+ },
112
+ {
113
+ "name": "FirebaseTaskStatus",
114
+ "kind": "InterfaceDeclaration",
115
+ "source": "@mxpicture/gcp-functions-backend/types"
116
+ },
117
+ {
118
+ "name": "FirebaseTaskTimestamp",
119
+ "kind": "InterfaceDeclaration",
120
+ "source": "@mxpicture/gcp-functions-backend/types"
121
+ },
122
+ {
123
+ "name": "IBackendApi",
124
+ "kind": "ClassDeclaration",
125
+ "source": "@mxpicture/gcp-functions-backend/api"
126
+ },
127
+ {
128
+ "name": "IBackendFunction",
129
+ "kind": "ClassDeclaration",
130
+ "source": "@mxpicture/gcp-functions-backend/function"
131
+ },
132
+ {
133
+ "name": "Store",
134
+ "kind": "ClassDeclaration",
135
+ "source": "@mxpicture/gcp-functions-backend/store"
136
+ },
137
+ {
138
+ "name": "Validation",
139
+ "kind": "ClassDeclaration",
140
+ "source": "@mxpicture/gcp-functions-backend/validation"
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "packageName": "@mxpicture/gcp-functions-common",
146
+ "entrypoints": [
147
+ {
148
+ "id": "@mxpicture/gcp-functions-common/annotation",
149
+ "file": "./dist/annotation/index.js"
150
+ },
151
+ {
152
+ "id": "@mxpicture/gcp-functions-common/config",
153
+ "file": "./dist/config/index.js"
154
+ },
155
+ {
156
+ "id": "@mxpicture/gcp-functions-common/decorator",
157
+ "file": "./dist/decorator/index.js"
158
+ },
159
+ {
160
+ "id": "@mxpicture/gcp-functions-common/helper",
161
+ "file": "./dist/helper/index.js"
162
+ },
163
+ {
164
+ "id": "@mxpicture/gcp-functions-common/package.json",
165
+ "file": "./package.json"
166
+ },
167
+ {
168
+ "id": "@mxpicture/gcp-functions-common/types",
169
+ "file": "./dist/types/index.js"
170
+ }
171
+ ],
172
+ "runtimeExports": [
173
+ {
174
+ "name": "CRUD_ROUTES",
175
+ "kind": "object",
176
+ "source": "@mxpicture/gcp-functions-common/config"
177
+ },
178
+ {
179
+ "name": "DOCUMENT_KEY_ADMIN_KEYS",
180
+ "kind": "object",
181
+ "source": "@mxpicture/gcp-functions-common/helper"
182
+ },
183
+ {
184
+ "name": "annoDocInitial",
185
+ "kind": "function",
186
+ "source": "@mxpicture/gcp-functions-common/helper"
187
+ },
188
+ {
189
+ "name": "browserBasename",
190
+ "kind": "function",
191
+ "source": "@mxpicture/gcp-functions-common/decorator"
192
+ },
193
+ {
194
+ "name": "browserDirname",
195
+ "kind": "function",
196
+ "source": "@mxpicture/gcp-functions-common/decorator"
197
+ },
198
+ {
199
+ "name": "buildEnumName",
200
+ "kind": "function",
201
+ "source": "@mxpicture/gcp-functions-common/decorator"
202
+ },
203
+ {
204
+ "name": "castDecoArray",
205
+ "kind": "function",
206
+ "source": "@mxpicture/gcp-functions-common/decorator"
207
+ },
208
+ {
209
+ "name": "castDecoBoolean",
210
+ "kind": "function",
211
+ "source": "@mxpicture/gcp-functions-common/decorator"
212
+ },
213
+ {
214
+ "name": "castDecoDate",
215
+ "kind": "function",
216
+ "source": "@mxpicture/gcp-functions-common/decorator"
217
+ },
218
+ {
219
+ "name": "castDecoEnum",
220
+ "kind": "function",
221
+ "source": "@mxpicture/gcp-functions-common/decorator"
222
+ },
223
+ {
224
+ "name": "castDecoKey",
225
+ "kind": "function",
226
+ "source": "@mxpicture/gcp-functions-common/decorator"
227
+ },
228
+ {
229
+ "name": "castDecoNumber",
230
+ "kind": "function",
231
+ "source": "@mxpicture/gcp-functions-common/decorator"
232
+ },
233
+ {
234
+ "name": "castDecoObject",
235
+ "kind": "function",
236
+ "source": "@mxpicture/gcp-functions-common/decorator"
237
+ },
238
+ {
239
+ "name": "castDecoString",
240
+ "kind": "function",
241
+ "source": "@mxpicture/gcp-functions-common/decorator"
242
+ },
243
+ {
244
+ "name": "computeScheduleTimeUtc",
245
+ "kind": "function",
246
+ "source": "@mxpicture/gcp-functions-common/helper"
247
+ },
248
+ {
249
+ "name": "createDecorator",
250
+ "kind": "function",
251
+ "source": "@mxpicture/gcp-functions-common/decorator"
252
+ },
253
+ {
254
+ "name": "crudRoutes",
255
+ "kind": "function",
256
+ "source": "@mxpicture/gcp-functions-common/decorator"
257
+ },
258
+ {
259
+ "name": "date1970",
260
+ "kind": "function",
261
+ "source": "@mxpicture/gcp-functions-common/helper"
262
+ },
263
+ {
264
+ "name": "decoArray",
265
+ "kind": "function",
266
+ "source": "@mxpicture/gcp-functions-common/decorator"
267
+ },
268
+ {
269
+ "name": "decoBoolean",
270
+ "kind": "function",
271
+ "source": "@mxpicture/gcp-functions-common/decorator"
272
+ },
273
+ {
274
+ "name": "decoDate",
275
+ "kind": "function",
276
+ "source": "@mxpicture/gcp-functions-common/decorator"
277
+ },
278
+ {
279
+ "name": "decoEnum",
280
+ "kind": "function",
281
+ "source": "@mxpicture/gcp-functions-common/decorator"
282
+ },
283
+ {
284
+ "name": "decoNamesProperties",
285
+ "kind": "object",
286
+ "source": "@mxpicture/gcp-functions-common/decorator"
287
+ },
288
+ {
289
+ "name": "decoNumber",
290
+ "kind": "function",
291
+ "source": "@mxpicture/gcp-functions-common/decorator"
292
+ },
293
+ {
294
+ "name": "decoObject",
295
+ "kind": "function",
296
+ "source": "@mxpicture/gcp-functions-common/decorator"
297
+ },
298
+ {
299
+ "name": "decoPropertiesFromMap",
300
+ "kind": "function",
301
+ "source": "@mxpicture/gcp-functions-common/decorator"
302
+ },
303
+ {
304
+ "name": "decoPropertiesToMap",
305
+ "kind": "function",
306
+ "source": "@mxpicture/gcp-functions-common/decorator"
307
+ },
308
+ {
309
+ "name": "decoPropertyPrimitives",
310
+ "kind": "object",
311
+ "source": "@mxpicture/gcp-functions-common/decorator"
312
+ },
313
+ {
314
+ "name": "decoString",
315
+ "kind": "function",
316
+ "source": "@mxpicture/gcp-functions-common/decorator"
317
+ },
318
+ {
319
+ "name": "documentKeyAdmin",
320
+ "kind": "object",
321
+ "source": "@mxpicture/gcp-functions-common/helper"
322
+ },
323
+ {
324
+ "name": "enumRegistry",
325
+ "kind": "function",
326
+ "source": "@mxpicture/gcp-functions-common/helper"
327
+ },
328
+ {
329
+ "name": "extractAnnotationsPaths",
330
+ "kind": "function",
331
+ "source": "@mxpicture/gcp-functions-common/annotation"
332
+ },
333
+ {
334
+ "name": "fromDecoPath",
335
+ "kind": "function",
336
+ "source": "@mxpicture/gcp-functions-common/decorator"
337
+ },
338
+ {
339
+ "name": "guardDecoFileExtension",
340
+ "kind": "function",
341
+ "source": "@mxpicture/gcp-functions-common/decorator"
342
+ },
343
+ {
344
+ "name": "guardDecoFileType",
345
+ "kind": "function",
346
+ "source": "@mxpicture/gcp-functions-common/decorator"
347
+ },
348
+ {
349
+ "name": "guardDecoPackageType",
350
+ "kind": "function",
351
+ "source": "@mxpicture/gcp-functions-common/decorator"
352
+ },
353
+ {
354
+ "name": "guardThrow",
355
+ "kind": "function",
356
+ "source": "@mxpicture/gcp-functions-common/decorator"
357
+ },
358
+ {
359
+ "name": "hasCrudRoute",
360
+ "kind": "function",
361
+ "source": "@mxpicture/gcp-functions-common/decorator"
362
+ },
363
+ {
364
+ "name": "isCrudRoute",
365
+ "kind": "function",
366
+ "source": "@mxpicture/gcp-functions-common/decorator"
367
+ },
368
+ {
369
+ "name": "lowerFirstLetter",
370
+ "kind": "function",
371
+ "source": "@mxpicture/gcp-functions-common/helper"
372
+ },
373
+ {
374
+ "name": "mapAnnotationsHeader",
375
+ "kind": "function",
376
+ "source": "@mxpicture/gcp-functions-common/annotation"
377
+ },
378
+ {
379
+ "name": "mapAnnotationsProperty",
380
+ "kind": "function",
381
+ "source": "@mxpicture/gcp-functions-common/annotation"
382
+ },
383
+ {
384
+ "name": "modifyDate",
385
+ "kind": "function",
386
+ "source": "@mxpicture/gcp-functions-common/helper"
387
+ },
388
+ {
389
+ "name": "now",
390
+ "kind": "function",
391
+ "source": "@mxpicture/gcp-functions-common/helper"
392
+ },
393
+ {
394
+ "name": "removeDate",
395
+ "kind": "function",
396
+ "source": "@mxpicture/gcp-functions-common/helper"
397
+ },
398
+ {
399
+ "name": "removeTime",
400
+ "kind": "function",
401
+ "source": "@mxpicture/gcp-functions-common/helper"
402
+ },
403
+ {
404
+ "name": "stripObject",
405
+ "kind": "function",
406
+ "source": "@mxpicture/gcp-functions-common/helper"
407
+ },
408
+ {
409
+ "name": "toDatesDeep",
410
+ "kind": "function",
411
+ "source": "@mxpicture/gcp-functions-common/helper"
412
+ },
413
+ {
414
+ "name": "toDecoPath",
415
+ "kind": "function",
416
+ "source": "@mxpicture/gcp-functions-common/decorator"
417
+ },
418
+ {
419
+ "name": "toTimestampsDeep",
420
+ "kind": "function",
421
+ "source": "@mxpicture/gcp-functions-common/helper"
422
+ },
423
+ {
424
+ "name": "today",
425
+ "kind": "function",
426
+ "source": "@mxpicture/gcp-functions-common/helper"
427
+ },
428
+ {
429
+ "name": "upperFirstLetter",
430
+ "kind": "function",
431
+ "source": "@mxpicture/gcp-functions-common/helper"
432
+ }
433
+ ],
434
+ "typeExports": [
435
+ {
436
+ "name": "AnnotationsError",
437
+ "kind": "InterfaceDeclaration",
438
+ "source": "@mxpicture/gcp-functions-common/types"
439
+ },
440
+ {
441
+ "name": "AnnotationsHeader",
442
+ "kind": "InterfaceDeclaration",
443
+ "source": "@mxpicture/gcp-functions-common/types"
444
+ },
445
+ {
446
+ "name": "AnnotationsProperty",
447
+ "kind": "InterfaceDeclaration",
448
+ "source": "@mxpicture/gcp-functions-common/types"
449
+ },
450
+ {
451
+ "name": "AnnotationsRoute",
452
+ "kind": "InterfaceDeclaration",
453
+ "source": "@mxpicture/gcp-functions-common/types"
454
+ },
455
+ {
456
+ "name": "ApiFilter",
457
+ "kind": "InterfaceDeclaration",
458
+ "source": "@mxpicture/gcp-functions-common/types"
459
+ },
460
+ {
461
+ "name": "ApiFilterItem",
462
+ "kind": "InterfaceDeclaration",
463
+ "source": "@mxpicture/gcp-functions-common/types"
464
+ },
465
+ {
466
+ "name": "ApiFilterItems",
467
+ "kind": "TypeAliasDeclaration",
468
+ "source": "@mxpicture/gcp-functions-common/types"
469
+ },
470
+ {
471
+ "name": "ApiFilterOp",
472
+ "kind": "TypeAliasDeclaration",
473
+ "source": "@mxpicture/gcp-functions-common/config"
474
+ },
475
+ {
476
+ "name": "ApiFromRoutes",
477
+ "kind": "TypeAliasDeclaration",
478
+ "source": "@mxpicture/gcp-functions-common/types"
479
+ },
480
+ {
481
+ "name": "CreateInput",
482
+ "kind": "TypeAliasDeclaration",
483
+ "source": "@mxpicture/gcp-functions-common/types"
484
+ },
485
+ {
486
+ "name": "CrudRouteName",
487
+ "kind": "enum",
488
+ "source": "@mxpicture/gcp-functions-common/decorator"
489
+ },
490
+ {
491
+ "name": "CrudRoutes",
492
+ "kind": "TypeAliasDeclaration",
493
+ "source": "@mxpicture/gcp-functions-common/types"
494
+ },
495
+ {
496
+ "name": "DecoArray",
497
+ "kind": "ClassDeclaration",
498
+ "source": "@mxpicture/gcp-functions-common/decorator"
499
+ },
500
+ {
501
+ "name": "DecoArrayData",
502
+ "kind": "InterfaceDeclaration",
503
+ "source": "@mxpicture/gcp-functions-common/decorator"
504
+ },
505
+ {
506
+ "name": "DecoArrayOptions",
507
+ "kind": "InterfaceDeclaration",
508
+ "source": "@mxpicture/gcp-functions-common/types"
509
+ },
510
+ {
511
+ "name": "DecoBoolean",
512
+ "kind": "ClassDeclaration",
513
+ "source": "@mxpicture/gcp-functions-common/decorator"
514
+ },
515
+ {
516
+ "name": "DecoBooleanData",
517
+ "kind": "InterfaceDeclaration",
518
+ "source": "@mxpicture/gcp-functions-common/decorator"
519
+ },
520
+ {
521
+ "name": "DecoBooleanOptions",
522
+ "kind": "InterfaceDeclaration",
523
+ "source": "@mxpicture/gcp-functions-common/types"
524
+ },
525
+ {
526
+ "name": "DecoDate",
527
+ "kind": "ClassDeclaration",
528
+ "source": "@mxpicture/gcp-functions-common/decorator"
529
+ },
530
+ {
531
+ "name": "DecoDateData",
532
+ "kind": "InterfaceDeclaration",
533
+ "source": "@mxpicture/gcp-functions-common/decorator"
534
+ },
535
+ {
536
+ "name": "DecoDateFormat",
537
+ "kind": "enum",
538
+ "source": "@mxpicture/gcp-functions-common/decorator"
539
+ },
540
+ {
541
+ "name": "DecoDateOptions",
542
+ "kind": "InterfaceDeclaration",
543
+ "source": "@mxpicture/gcp-functions-common/types"
544
+ },
545
+ {
546
+ "name": "DecoDateType",
547
+ "kind": "enum",
548
+ "source": "@mxpicture/gcp-functions-common/decorator"
549
+ },
550
+ {
551
+ "name": "DecoEnum",
552
+ "kind": "ClassDeclaration",
553
+ "source": "@mxpicture/gcp-functions-common/decorator"
554
+ },
555
+ {
556
+ "name": "DecoEnumData",
557
+ "kind": "InterfaceDeclaration",
558
+ "source": "@mxpicture/gcp-functions-common/decorator"
559
+ },
560
+ {
561
+ "name": "DecoEnumOptions",
562
+ "kind": "InterfaceDeclaration",
563
+ "source": "@mxpicture/gcp-functions-common/types"
564
+ },
565
+ {
566
+ "name": "DecoFile",
567
+ "kind": "InterfaceDeclaration",
568
+ "source": "@mxpicture/gcp-functions-common/types"
569
+ },
570
+ {
571
+ "name": "DecoFileExtension",
572
+ "kind": "enum",
573
+ "source": "@mxpicture/gcp-functions-common/decorator"
574
+ },
575
+ {
576
+ "name": "DecoFileType",
577
+ "kind": "enum",
578
+ "source": "@mxpicture/gcp-functions-common/decorator"
579
+ },
580
+ {
581
+ "name": "DecoHeadType",
582
+ "kind": "enum",
583
+ "source": "@mxpicture/gcp-functions-common/decorator"
584
+ },
585
+ {
586
+ "name": "DecoImport",
587
+ "kind": "InterfaceDeclaration",
588
+ "source": "@mxpicture/gcp-functions-common/types"
589
+ },
590
+ {
591
+ "name": "DecoNames",
592
+ "kind": "InterfaceDeclaration",
593
+ "source": "@mxpicture/gcp-functions-common/decorator"
594
+ },
595
+ {
596
+ "name": "DecoNumber",
597
+ "kind": "ClassDeclaration",
598
+ "source": "@mxpicture/gcp-functions-common/decorator"
599
+ },
600
+ {
601
+ "name": "DecoNumberData",
602
+ "kind": "InterfaceDeclaration",
603
+ "source": "@mxpicture/gcp-functions-common/decorator"
604
+ },
605
+ {
606
+ "name": "DecoNumberOptions",
607
+ "kind": "InterfaceDeclaration",
608
+ "source": "@mxpicture/gcp-functions-common/types"
609
+ },
610
+ {
611
+ "name": "DecoObject",
612
+ "kind": "ClassDeclaration",
613
+ "source": "@mxpicture/gcp-functions-common/decorator"
614
+ },
615
+ {
616
+ "name": "DecoObjectData",
617
+ "kind": "InterfaceDeclaration",
618
+ "source": "@mxpicture/gcp-functions-common/decorator"
619
+ },
620
+ {
621
+ "name": "DecoObjectOptions",
622
+ "kind": "InterfaceDeclaration",
623
+ "source": "@mxpicture/gcp-functions-common/types"
624
+ },
625
+ {
626
+ "name": "DecoPackageType",
627
+ "kind": "enum",
628
+ "source": "@mxpicture/gcp-functions-common/decorator"
629
+ },
630
+ {
631
+ "name": "DecoParamsKind",
632
+ "kind": "TypeAliasDeclaration",
633
+ "source": "@mxpicture/gcp-functions-common/types"
634
+ },
635
+ {
636
+ "name": "DecoProperties",
637
+ "kind": "TypeAliasDeclaration",
638
+ "source": "@mxpicture/gcp-functions-common/decorator"
639
+ },
640
+ {
641
+ "name": "DecoPropertiesArray",
642
+ "kind": "TypeAliasDeclaration",
643
+ "source": "@mxpicture/gcp-functions-common/decorator"
644
+ },
645
+ {
646
+ "name": "DecoPropertiesItem",
647
+ "kind": "InterfaceDeclaration",
648
+ "source": "@mxpicture/gcp-functions-common/decorator"
649
+ },
650
+ {
651
+ "name": "DecoProperty",
652
+ "kind": "ClassDeclaration",
653
+ "source": "@mxpicture/gcp-functions-common/decorator"
654
+ },
655
+ {
656
+ "name": "DecoPropertyBase",
657
+ "kind": "InterfaceDeclaration",
658
+ "source": "@mxpicture/gcp-functions-common/types"
659
+ },
660
+ {
661
+ "name": "DecoPropertyCommon",
662
+ "kind": "InterfaceDeclaration",
663
+ "source": "@mxpicture/gcp-functions-common/types"
664
+ },
665
+ {
666
+ "name": "DecoPropertyRaw",
667
+ "kind": "InterfaceDeclaration",
668
+ "source": "@mxpicture/gcp-functions-common/types"
669
+ },
670
+ {
671
+ "name": "DecoPropertyType",
672
+ "kind": "enum",
673
+ "source": "@mxpicture/gcp-functions-common/decorator"
674
+ },
675
+ {
676
+ "name": "DecoPropertyVirtual",
677
+ "kind": "InterfaceDeclaration",
678
+ "source": "@mxpicture/gcp-functions-common/types"
679
+ },
680
+ {
681
+ "name": "DecoResolveFileMode",
682
+ "kind": "enum",
683
+ "source": "@mxpicture/gcp-functions-common/decorator"
684
+ },
685
+ {
686
+ "name": "DecoResolvePkgMode",
687
+ "kind": "enum",
688
+ "source": "@mxpicture/gcp-functions-common/decorator"
689
+ },
690
+ {
691
+ "name": "DecoRouteParams",
692
+ "kind": "InterfaceDeclaration",
693
+ "source": "@mxpicture/gcp-functions-common/types"
694
+ },
695
+ {
696
+ "name": "DecoRoutes",
697
+ "kind": "TypeAliasDeclaration",
698
+ "source": "@mxpicture/gcp-functions-common/types"
699
+ },
700
+ {
701
+ "name": "DecoSingleImport",
702
+ "kind": "InterfaceDeclaration",
703
+ "source": "@mxpicture/gcp-functions-common/types"
704
+ },
705
+ {
706
+ "name": "DecoString",
707
+ "kind": "ClassDeclaration",
708
+ "source": "@mxpicture/gcp-functions-common/decorator"
709
+ },
710
+ {
711
+ "name": "DecoStringData",
712
+ "kind": "InterfaceDeclaration",
713
+ "source": "@mxpicture/gcp-functions-common/decorator"
714
+ },
715
+ {
716
+ "name": "DecoStringOptions",
717
+ "kind": "InterfaceDeclaration",
718
+ "source": "@mxpicture/gcp-functions-common/types"
719
+ },
720
+ {
721
+ "name": "Decorator",
722
+ "kind": "ClassDeclaration",
723
+ "source": "@mxpicture/gcp-functions-common/decorator"
724
+ },
725
+ {
726
+ "name": "DecoratorData",
727
+ "kind": "InterfaceDeclaration",
728
+ "source": "@mxpicture/gcp-functions-common/decorator"
729
+ },
730
+ {
731
+ "name": "Decorators",
732
+ "kind": "TypeAliasDeclaration",
733
+ "source": "@mxpicture/gcp-functions-common/decorator"
734
+ },
735
+ {
736
+ "name": "DocumentAdmin",
737
+ "kind": "InterfaceDeclaration",
738
+ "source": "@mxpicture/gcp-functions-common/types"
739
+ },
740
+ {
741
+ "name": "DocumentData",
742
+ "kind": "TypeAliasDeclaration",
743
+ "source": "@mxpicture/gcp-functions-common/types"
744
+ },
745
+ {
746
+ "name": "DocumentFieldValue",
747
+ "kind": "TypeAliasDeclaration",
748
+ "source": "@mxpicture/gcp-functions-common/types"
749
+ },
750
+ {
751
+ "name": "DocumentKey",
752
+ "kind": "InterfaceDeclaration",
753
+ "source": "@mxpicture/gcp-functions-common/types"
754
+ },
755
+ {
756
+ "name": "DocumentKeyAdmin",
757
+ "kind": "TypeAliasDeclaration",
758
+ "source": "@mxpicture/gcp-functions-common/types"
759
+ },
760
+ {
761
+ "name": "EnumRegistry",
762
+ "kind": "ClassDeclaration",
763
+ "source": "@mxpicture/gcp-functions-common/helper"
764
+ },
765
+ {
766
+ "name": "EnumRegistryItem",
767
+ "kind": "InterfaceDeclaration",
768
+ "source": "@mxpicture/gcp-functions-common/types"
769
+ },
770
+ {
771
+ "name": "EnumRegistryKeyEntry",
772
+ "kind": "InterfaceDeclaration",
773
+ "source": "@mxpicture/gcp-functions-common/types"
774
+ },
775
+ {
776
+ "name": "EnumRegistryKeys",
777
+ "kind": "TypeAliasDeclaration",
778
+ "source": "@mxpicture/gcp-functions-common/types"
779
+ },
780
+ {
781
+ "name": "EnumRegistryLinked",
782
+ "kind": "TypeAliasDeclaration",
783
+ "source": "@mxpicture/gcp-functions-common/types"
784
+ },
785
+ {
786
+ "name": "FirebaseTimestamp",
787
+ "kind": "ClassDeclaration",
788
+ "source": "@mxpicture/gcp-functions-common/helper"
789
+ },
790
+ {
791
+ "name": "FirebaseTimestampRaw",
792
+ "kind": "InterfaceDeclaration",
793
+ "source": "@mxpicture/gcp-functions-common/helper"
794
+ },
795
+ {
796
+ "name": "FunctionFromRoutes",
797
+ "kind": "TypeAliasDeclaration",
798
+ "source": "@mxpicture/gcp-functions-common/types"
799
+ },
800
+ {
801
+ "name": "FunctionRequest",
802
+ "kind": "InterfaceDeclaration",
803
+ "source": "@mxpicture/gcp-functions-common/types"
804
+ },
805
+ {
806
+ "name": "FunctionResponse",
807
+ "kind": "InterfaceDeclaration",
808
+ "source": "@mxpicture/gcp-functions-common/types"
809
+ },
810
+ {
811
+ "name": "GeneratorExportNode",
812
+ "kind": "InterfaceDeclaration",
813
+ "source": "@mxpicture/gcp-functions-common/types"
814
+ },
815
+ {
816
+ "name": "GeneratorFsExport",
817
+ "kind": "InterfaceDeclaration",
818
+ "source": "@mxpicture/gcp-functions-common/types"
819
+ },
820
+ {
821
+ "name": "ModifyDateUnit",
822
+ "kind": "enum",
823
+ "source": "@mxpicture/gcp-functions-common/helper"
824
+ },
825
+ {
826
+ "name": "RouteDef",
827
+ "kind": "TypeAliasDeclaration",
828
+ "source": "@mxpicture/gcp-functions-common/types"
829
+ },
830
+ {
831
+ "name": "RoutesMap",
832
+ "kind": "TypeAliasDeclaration",
833
+ "source": "@mxpicture/gcp-functions-common/types"
834
+ },
835
+ {
836
+ "name": "UpdateInput",
837
+ "kind": "TypeAliasDeclaration",
838
+ "source": "@mxpicture/gcp-functions-common/types"
839
+ },
840
+ {
841
+ "name": "ValidationResult",
842
+ "kind": "InterfaceDeclaration",
843
+ "source": "@mxpicture/gcp-functions-common/types"
844
+ },
845
+ {
846
+ "name": "ValidationResultFields",
847
+ "kind": "TypeAliasDeclaration",
848
+ "source": "@mxpicture/gcp-functions-common/types"
849
+ },
850
+ {
851
+ "name": "WithRoutes",
852
+ "kind": "TypeAliasDeclaration",
853
+ "source": "@mxpicture/gcp-functions-common/types"
854
+ }
855
+ ]
856
+ },
857
+ {
858
+ "packageName": "@mxpicture/gcp-functions-frontend",
859
+ "entrypoints": [
860
+ {
861
+ "id": "@mxpicture/gcp-functions-frontend/api",
862
+ "file": "./dist/api/index.js"
863
+ },
864
+ {
865
+ "id": "@mxpicture/gcp-functions-frontend/config",
866
+ "file": "./dist/config/index.js"
867
+ },
868
+ {
869
+ "id": "@mxpicture/gcp-functions-frontend/function",
870
+ "file": "./dist/function/index.js"
871
+ },
872
+ {
873
+ "id": "@mxpicture/gcp-functions-frontend/helper",
874
+ "file": "./dist/helper/index.js"
875
+ },
876
+ {
877
+ "id": "@mxpicture/gcp-functions-frontend/loader",
878
+ "file": "./dist/loader/index.js"
879
+ },
880
+ {
881
+ "id": "@mxpicture/gcp-functions-frontend/package.json",
882
+ "file": "./package.json"
883
+ },
884
+ {
885
+ "id": "@mxpicture/gcp-functions-frontend/services/firebase",
886
+ "file": "./dist/services/firebase/index.js"
887
+ },
888
+ {
889
+ "id": "@mxpicture/gcp-functions-frontend/types",
890
+ "file": "./dist/types/index.js"
891
+ }
892
+ ],
893
+ "runtimeExports": [
894
+ {
895
+ "name": "authErrorText",
896
+ "kind": "function",
897
+ "source": "@mxpicture/gcp-functions-frontend/helper"
898
+ },
899
+ {
900
+ "name": "authService",
901
+ "kind": "object",
902
+ "source": "@mxpicture/gcp-functions-frontend/services/firebase"
903
+ },
904
+ {
905
+ "name": "configFirebase",
906
+ "kind": "function",
907
+ "source": "@mxpicture/gcp-functions-frontend/config"
908
+ },
909
+ {
910
+ "name": "guardValidationResult",
911
+ "kind": "function",
912
+ "source": "@mxpicture/gcp-functions-frontend/helper"
913
+ },
914
+ {
915
+ "name": "guardValidationResultFields",
916
+ "kind": "function",
917
+ "source": "@mxpicture/gcp-functions-frontend/helper"
918
+ },
919
+ {
920
+ "name": "initializeFirebase",
921
+ "kind": "function",
922
+ "source": "@mxpicture/gcp-functions-frontend/config"
923
+ },
924
+ {
925
+ "name": "isProxy",
926
+ "kind": "function",
927
+ "source": "@mxpicture/gcp-functions-frontend/helper"
928
+ },
929
+ {
930
+ "name": "loadFirebaseApp",
931
+ "kind": "function",
932
+ "source": "@mxpicture/gcp-functions-frontend/loader"
933
+ },
934
+ {
935
+ "name": "loadFirebaseAuth",
936
+ "kind": "function",
937
+ "source": "@mxpicture/gcp-functions-frontend/loader"
938
+ },
939
+ {
940
+ "name": "loadFirebaseFunctions",
941
+ "kind": "function",
942
+ "source": "@mxpicture/gcp-functions-frontend/loader"
943
+ },
944
+ {
945
+ "name": "proxyToRaw",
946
+ "kind": "function",
947
+ "source": "@mxpicture/gcp-functions-frontend/helper"
948
+ },
949
+ {
950
+ "name": "toRaw",
951
+ "kind": "function",
952
+ "source": "@mxpicture/gcp-functions-frontend/helper"
953
+ }
954
+ ],
955
+ "typeExports": [
956
+ {
957
+ "name": "AuthService",
958
+ "kind": "ClassDeclaration",
959
+ "source": "@mxpicture/gcp-functions-frontend/services/firebase"
960
+ },
961
+ {
962
+ "name": "AuthState",
963
+ "kind": "InterfaceDeclaration",
964
+ "source": "@mxpicture/gcp-functions-frontend/types"
965
+ },
966
+ {
967
+ "name": "AuthUser",
968
+ "kind": "InterfaceDeclaration",
969
+ "source": "@mxpicture/gcp-functions-frontend/types"
970
+ },
971
+ {
972
+ "name": "FirebaseConfig",
973
+ "kind": "InterfaceDeclaration",
974
+ "source": "@mxpicture/gcp-functions-frontend/types"
975
+ },
976
+ {
977
+ "name": "FirebaseEmulatorConfig",
978
+ "kind": "InterfaceDeclaration",
979
+ "source": "@mxpicture/gcp-functions-frontend/types"
980
+ },
981
+ {
982
+ "name": "FirestoreDocument",
983
+ "kind": "InterfaceDeclaration",
984
+ "source": "@mxpicture/gcp-functions-frontend/types"
985
+ },
986
+ {
987
+ "name": "FrontendApi",
988
+ "kind": "ClassDeclaration",
989
+ "source": "@mxpicture/gcp-functions-frontend/api"
990
+ },
991
+ {
992
+ "name": "IFrontendApi",
993
+ "kind": "ClassDeclaration",
994
+ "source": "@mxpicture/gcp-functions-frontend/api"
995
+ },
996
+ {
997
+ "name": "IFrontendFunction",
998
+ "kind": "ClassDeclaration",
999
+ "source": "@mxpicture/gcp-functions-frontend/function"
1000
+ },
1001
+ {
1002
+ "name": "LoginCredentials",
1003
+ "kind": "InterfaceDeclaration",
1004
+ "source": "@mxpicture/gcp-functions-frontend/types"
1005
+ },
1006
+ {
1007
+ "name": "PasswordReset",
1008
+ "kind": "InterfaceDeclaration",
1009
+ "source": "@mxpicture/gcp-functions-frontend/types"
1010
+ },
1011
+ {
1012
+ "name": "RegisterCredentials",
1013
+ "kind": "InterfaceDeclaration",
1014
+ "source": "@mxpicture/gcp-functions-frontend/types"
1015
+ }
1016
+ ]
1017
+ },
1018
+ {
1019
+ "packageName": "@mxpicture/gcp-functions-fs",
1020
+ "entrypoints": [
1021
+ {
1022
+ "id": "@mxpicture/gcp-functions-fs/config",
1023
+ "file": "./dist/config/index.js"
1024
+ },
1025
+ {
1026
+ "id": "@mxpicture/gcp-functions-fs/history",
1027
+ "file": "./dist/history/index.js"
1028
+ },
1029
+ {
1030
+ "id": "@mxpicture/gcp-functions-fs/package.json",
1031
+ "file": "./package.json"
1032
+ },
1033
+ {
1034
+ "id": "@mxpicture/gcp-functions-fs/path",
1035
+ "file": "./dist/path/index.js"
1036
+ }
1037
+ ],
1038
+ "runtimeExports": [
1039
+ {
1040
+ "name": "packagesDir",
1041
+ "kind": "string",
1042
+ "source": "@mxpicture/gcp-functions-fs/path"
1043
+ },
1044
+ {
1045
+ "name": "repoRoot",
1046
+ "kind": "string",
1047
+ "source": "@mxpicture/gcp-functions-fs/path"
1048
+ }
1049
+ ],
1050
+ "typeExports": [
1051
+ {
1052
+ "name": "ConfigContent",
1053
+ "kind": "TypeAliasDeclaration",
1054
+ "source": "@mxpicture/gcp-functions-fs/config"
1055
+ },
1056
+ {
1057
+ "name": "ConfigJson",
1058
+ "kind": "ClassDeclaration",
1059
+ "source": "@mxpicture/gcp-functions-fs/config"
1060
+ },
1061
+ {
1062
+ "name": "HistoryItem",
1063
+ "kind": "TypeAliasDeclaration",
1064
+ "source": "@mxpicture/gcp-functions-fs/history"
1065
+ },
1066
+ {
1067
+ "name": "HistoryJson",
1068
+ "kind": "ClassDeclaration",
1069
+ "source": "@mxpicture/gcp-functions-fs/history"
1070
+ },
1071
+ {
1072
+ "name": "HistoryRawItem",
1073
+ "kind": "InterfaceDeclaration",
1074
+ "source": "@mxpicture/gcp-functions-fs/history"
1075
+ }
1076
+ ]
1077
+ },
1078
+ {
1079
+ "packageName": "@mxpicture/gcp-functions-generator",
1080
+ "entrypoints": [
1081
+ {
1082
+ "id": "@mxpicture/gcp-functions-generator/common",
1083
+ "file": "./dist/common/index.js"
1084
+ },
1085
+ {
1086
+ "id": "@mxpicture/gcp-functions-generator/decorator",
1087
+ "file": "./dist/decorator/index.js"
1088
+ },
1089
+ {
1090
+ "id": "@mxpicture/gcp-functions-generator/generator",
1091
+ "file": "./dist/generator/index.js"
1092
+ },
1093
+ {
1094
+ "id": "@mxpicture/gcp-functions-generator/package.json",
1095
+ "file": "./package.json"
1096
+ },
1097
+ {
1098
+ "id": "@mxpicture/gcp-functions-generator/run",
1099
+ "file": "./dist/run/index.js"
1100
+ }
1101
+ ],
1102
+ "runtimeExports": [
1103
+ {
1104
+ "name": "concatFileParts",
1105
+ "kind": "function",
1106
+ "source": "@mxpicture/gcp-functions-generator/common"
1107
+ },
1108
+ {
1109
+ "name": "decoBackendNames",
1110
+ "kind": "function",
1111
+ "source": "@mxpicture/gcp-functions-generator/decorator"
1112
+ },
1113
+ {
1114
+ "name": "decoBasename",
1115
+ "kind": "function",
1116
+ "source": "@mxpicture/gcp-functions-generator/decorator"
1117
+ },
1118
+ {
1119
+ "name": "decoFrontendNames",
1120
+ "kind": "function",
1121
+ "source": "@mxpicture/gcp-functions-generator/decorator"
1122
+ },
1123
+ {
1124
+ "name": "decoNames",
1125
+ "kind": "function",
1126
+ "source": "@mxpicture/gcp-functions-generator/decorator"
1127
+ },
1128
+ {
1129
+ "name": "decoRename",
1130
+ "kind": "function",
1131
+ "source": "@mxpicture/gcp-functions-generator/decorator"
1132
+ },
1133
+ {
1134
+ "name": "ensureRunInvoker",
1135
+ "kind": "function",
1136
+ "source": "@mxpicture/gcp-functions-generator/common"
1137
+ },
1138
+ {
1139
+ "name": "exportResolveImportPath",
1140
+ "kind": "function",
1141
+ "source": "@mxpicture/gcp-functions-generator/common"
1142
+ },
1143
+ {
1144
+ "name": "exportsToCode",
1145
+ "kind": "function",
1146
+ "source": "@mxpicture/gcp-functions-generator/common"
1147
+ },
1148
+ {
1149
+ "name": "exportsToImports",
1150
+ "kind": "function",
1151
+ "source": "@mxpicture/gcp-functions-generator/common"
1152
+ },
1153
+ {
1154
+ "name": "extractFileParts",
1155
+ "kind": "function",
1156
+ "source": "@mxpicture/gcp-functions-generator/common"
1157
+ },
1158
+ {
1159
+ "name": "generatorDirPath",
1160
+ "kind": "string",
1161
+ "source": "@mxpicture/gcp-functions-generator/common"
1162
+ },
1163
+ {
1164
+ "name": "importsToCode",
1165
+ "kind": "function",
1166
+ "source": "@mxpicture/gcp-functions-generator/common"
1167
+ },
1168
+ {
1169
+ "name": "isAnyFile",
1170
+ "kind": "function",
1171
+ "source": "@mxpicture/gcp-functions-generator/common"
1172
+ },
1173
+ {
1174
+ "name": "isDecoNameType",
1175
+ "kind": "function",
1176
+ "source": "@mxpicture/gcp-functions-generator/decorator"
1177
+ },
1178
+ {
1179
+ "name": "isPrimitiveType",
1180
+ "kind": "function",
1181
+ "source": "@mxpicture/gcp-functions-generator/common"
1182
+ },
1183
+ {
1184
+ "name": "isTemplateFile",
1185
+ "kind": "function",
1186
+ "source": "@mxpicture/gcp-functions-generator/common"
1187
+ },
1188
+ {
1189
+ "name": "isTsFile",
1190
+ "kind": "function",
1191
+ "source": "@mxpicture/gcp-functions-generator/common"
1192
+ },
1193
+ {
1194
+ "name": "readGeneratorRunFiles",
1195
+ "kind": "function",
1196
+ "source": "@mxpicture/gcp-functions-generator/common"
1197
+ },
1198
+ {
1199
+ "name": "runSchedulerJobSetup",
1200
+ "kind": "function",
1201
+ "source": "@mxpicture/gcp-functions-generator/common"
1202
+ },
1203
+ {
1204
+ "name": "toFilename",
1205
+ "kind": "function",
1206
+ "source": "@mxpicture/gcp-functions-generator/common"
1207
+ },
1208
+ {
1209
+ "name": "upsertSchedulerJob",
1210
+ "kind": "function",
1211
+ "source": "@mxpicture/gcp-functions-generator/common"
1212
+ }
1213
+ ],
1214
+ "typeExports": [
1215
+ {
1216
+ "name": "DecoExtractor",
1217
+ "kind": "ClassDeclaration",
1218
+ "source": "@mxpicture/gcp-functions-generator/decorator"
1219
+ },
1220
+ {
1221
+ "name": "ExtractFileParts",
1222
+ "kind": "InterfaceDeclaration",
1223
+ "source": "@mxpicture/gcp-functions-generator/common"
1224
+ },
1225
+ {
1226
+ "name": "Generator",
1227
+ "kind": "ClassDeclaration",
1228
+ "source": "@mxpicture/gcp-functions-generator/generator"
1229
+ },
1230
+ {
1231
+ "name": "GeneratorAnnotations",
1232
+ "kind": "ClassDeclaration",
1233
+ "source": "@mxpicture/gcp-functions-generator/generator"
1234
+ },
1235
+ {
1236
+ "name": "GeneratorBackend",
1237
+ "kind": "ClassDeclaration",
1238
+ "source": "@mxpicture/gcp-functions-generator/generator"
1239
+ },
1240
+ {
1241
+ "name": "GeneratorBarrel",
1242
+ "kind": "ClassDeclaration",
1243
+ "source": "@mxpicture/gcp-functions-generator/run"
1244
+ },
1245
+ {
1246
+ "name": "GeneratorBase",
1247
+ "kind": "ClassDeclaration",
1248
+ "source": "@mxpicture/gcp-functions-generator/run"
1249
+ },
1250
+ {
1251
+ "name": "GeneratorBase",
1252
+ "kind": "InterfaceDeclaration",
1253
+ "source": "@mxpicture/gcp-functions-generator/common"
1254
+ },
1255
+ {
1256
+ "name": "GeneratorBaseFile",
1257
+ "kind": "ClassDeclaration",
1258
+ "source": "@mxpicture/gcp-functions-generator/run"
1259
+ },
1260
+ {
1261
+ "name": "GeneratorDirectory",
1262
+ "kind": "ClassDeclaration",
1263
+ "source": "@mxpicture/gcp-functions-generator/run"
1264
+ },
1265
+ {
1266
+ "name": "GeneratorDoc",
1267
+ "kind": "ClassDeclaration",
1268
+ "source": "@mxpicture/gcp-functions-generator/generator"
1269
+ },
1270
+ {
1271
+ "name": "GeneratorEnum",
1272
+ "kind": "ClassDeclaration",
1273
+ "source": "@mxpicture/gcp-functions-generator/generator"
1274
+ },
1275
+ {
1276
+ "name": "GeneratorEnv",
1277
+ "kind": "InterfaceDeclaration",
1278
+ "source": "@mxpicture/gcp-functions-generator/common"
1279
+ },
1280
+ {
1281
+ "name": "GeneratorFile",
1282
+ "kind": "ClassDeclaration",
1283
+ "source": "@mxpicture/gcp-functions-generator/run"
1284
+ },
1285
+ {
1286
+ "name": "GeneratorFrontend",
1287
+ "kind": "ClassDeclaration",
1288
+ "source": "@mxpicture/gcp-functions-generator/generator"
1289
+ },
1290
+ {
1291
+ "name": "GeneratorFs",
1292
+ "kind": "ClassDeclaration",
1293
+ "source": "@mxpicture/gcp-functions-generator/run"
1294
+ },
1295
+ {
1296
+ "name": "GeneratorHeader",
1297
+ "kind": "InterfaceDeclaration",
1298
+ "source": "@mxpicture/gcp-functions-generator/common"
1299
+ },
1300
+ {
1301
+ "name": "GeneratorPackage",
1302
+ "kind": "ClassDeclaration",
1303
+ "source": "@mxpicture/gcp-functions-generator/run"
1304
+ },
1305
+ {
1306
+ "name": "GeneratorRoutes",
1307
+ "kind": "ClassDeclaration",
1308
+ "source": "@mxpicture/gcp-functions-generator/generator"
1309
+ },
1310
+ {
1311
+ "name": "GeneratorRun",
1312
+ "kind": "ClassDeclaration",
1313
+ "source": "@mxpicture/gcp-functions-generator/run"
1314
+ },
1315
+ {
1316
+ "name": "GeneratorRunFile",
1317
+ "kind": "InterfaceDeclaration",
1318
+ "source": "@mxpicture/gcp-functions-generator/common"
1319
+ },
1320
+ {
1321
+ "name": "GeneratorRunItem",
1322
+ "kind": "InterfaceDeclaration",
1323
+ "source": "@mxpicture/gcp-functions-generator/common"
1324
+ },
1325
+ {
1326
+ "name": "GeneratorRunItems",
1327
+ "kind": "TypeAliasDeclaration",
1328
+ "source": "@mxpicture/gcp-functions-generator/common"
1329
+ },
1330
+ {
1331
+ "name": "GeneratorRunResult",
1332
+ "kind": "InterfaceDeclaration",
1333
+ "source": "@mxpicture/gcp-functions-generator/common"
1334
+ },
1335
+ {
1336
+ "name": "GeneratorTemplate",
1337
+ "kind": "ClassDeclaration",
1338
+ "source": "@mxpicture/gcp-functions-generator/run"
1339
+ },
1340
+ {
1341
+ "name": "GeneratorZod",
1342
+ "kind": "ClassDeclaration",
1343
+ "source": "@mxpicture/gcp-functions-generator/generator"
1344
+ },
1345
+ {
1346
+ "name": "JobConfig",
1347
+ "kind": "InterfaceDeclaration",
1348
+ "source": "@mxpicture/gcp-functions-generator/common"
1349
+ },
1350
+ {
1351
+ "name": "JobParams",
1352
+ "kind": "InterfaceDeclaration",
1353
+ "source": "@mxpicture/gcp-functions-generator/common"
1354
+ }
1355
+ ]
1356
+ }
1357
+ ]