@mxpicture/gcp-functions-generator 1.2.70 → 1.2.71

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