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