@dcl/content-validator 4.2.4-20230125194827.commit-f90482b → 4.2.4-4064084886.commit-5f698c4

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,1669 +0,0 @@
1
- {
2
- "metadata": {
3
- "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.33.7",
5
- "schemaVersion": 1010,
6
- "oldestForwardsCompatibleVersion": 1001,
7
- "tsdocConfig": {
8
- "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
- "noStandardTags": true,
10
- "tagDefinitions": [
11
- {
12
- "tagName": "@alpha",
13
- "syntaxKind": "modifier"
14
- },
15
- {
16
- "tagName": "@beta",
17
- "syntaxKind": "modifier"
18
- },
19
- {
20
- "tagName": "@defaultValue",
21
- "syntaxKind": "block"
22
- },
23
- {
24
- "tagName": "@decorator",
25
- "syntaxKind": "block",
26
- "allowMultiple": true
27
- },
28
- {
29
- "tagName": "@deprecated",
30
- "syntaxKind": "block"
31
- },
32
- {
33
- "tagName": "@eventProperty",
34
- "syntaxKind": "modifier"
35
- },
36
- {
37
- "tagName": "@example",
38
- "syntaxKind": "block",
39
- "allowMultiple": true
40
- },
41
- {
42
- "tagName": "@experimental",
43
- "syntaxKind": "modifier"
44
- },
45
- {
46
- "tagName": "@inheritDoc",
47
- "syntaxKind": "inline"
48
- },
49
- {
50
- "tagName": "@internal",
51
- "syntaxKind": "modifier"
52
- },
53
- {
54
- "tagName": "@label",
55
- "syntaxKind": "inline"
56
- },
57
- {
58
- "tagName": "@link",
59
- "syntaxKind": "inline",
60
- "allowMultiple": true
61
- },
62
- {
63
- "tagName": "@override",
64
- "syntaxKind": "modifier"
65
- },
66
- {
67
- "tagName": "@packageDocumentation",
68
- "syntaxKind": "modifier"
69
- },
70
- {
71
- "tagName": "@param",
72
- "syntaxKind": "block",
73
- "allowMultiple": true
74
- },
75
- {
76
- "tagName": "@privateRemarks",
77
- "syntaxKind": "block"
78
- },
79
- {
80
- "tagName": "@public",
81
- "syntaxKind": "modifier"
82
- },
83
- {
84
- "tagName": "@readonly",
85
- "syntaxKind": "modifier"
86
- },
87
- {
88
- "tagName": "@remarks",
89
- "syntaxKind": "block"
90
- },
91
- {
92
- "tagName": "@returns",
93
- "syntaxKind": "block"
94
- },
95
- {
96
- "tagName": "@sealed",
97
- "syntaxKind": "modifier"
98
- },
99
- {
100
- "tagName": "@see",
101
- "syntaxKind": "block"
102
- },
103
- {
104
- "tagName": "@throws",
105
- "syntaxKind": "block",
106
- "allowMultiple": true
107
- },
108
- {
109
- "tagName": "@typeParam",
110
- "syntaxKind": "block",
111
- "allowMultiple": true
112
- },
113
- {
114
- "tagName": "@virtual",
115
- "syntaxKind": "modifier"
116
- },
117
- {
118
- "tagName": "@betaDocumentation",
119
- "syntaxKind": "modifier"
120
- },
121
- {
122
- "tagName": "@internalRemarks",
123
- "syntaxKind": "block"
124
- },
125
- {
126
- "tagName": "@preapproved",
127
- "syntaxKind": "modifier"
128
- }
129
- ],
130
- "supportForTags": {
131
- "@alpha": true,
132
- "@beta": true,
133
- "@defaultValue": true,
134
- "@decorator": true,
135
- "@deprecated": true,
136
- "@eventProperty": true,
137
- "@example": true,
138
- "@experimental": true,
139
- "@inheritDoc": true,
140
- "@internal": true,
141
- "@label": true,
142
- "@link": true,
143
- "@override": true,
144
- "@packageDocumentation": true,
145
- "@param": true,
146
- "@privateRemarks": true,
147
- "@public": true,
148
- "@readonly": true,
149
- "@remarks": true,
150
- "@returns": true,
151
- "@sealed": true,
152
- "@see": true,
153
- "@throws": true,
154
- "@typeParam": true,
155
- "@virtual": true,
156
- "@betaDocumentation": true,
157
- "@internalRemarks": true,
158
- "@preapproved": true
159
- },
160
- "reportUnsupportedHtmlElements": false
161
- }
162
- },
163
- "kind": "Package",
164
- "canonicalReference": "@dcl/content-validator!",
165
- "docComment": "",
166
- "name": "@dcl/content-validator",
167
- "preserveMemberOrder": false,
168
- "members": [
169
- {
170
- "kind": "EntryPoint",
171
- "canonicalReference": "@dcl/content-validator!",
172
- "name": "",
173
- "preserveMemberOrder": false,
174
- "members": [
175
- {
176
- "kind": "TypeAlias",
177
- "canonicalReference": "@dcl/content-validator!BlockInformation:type",
178
- "docComment": "/**\n * @public\n */\n",
179
- "excerptTokens": [
180
- {
181
- "kind": "Content",
182
- "text": "export type BlockInformation = "
183
- },
184
- {
185
- "kind": "Content",
186
- "text": "{\n blockAtDeployment: number | undefined;\n blockFiveMinBeforeDeployment: number | undefined;\n}"
187
- },
188
- {
189
- "kind": "Content",
190
- "text": ";"
191
- }
192
- ],
193
- "fileUrlPath": "src/types.ts",
194
- "releaseTag": "Public",
195
- "name": "BlockInformation",
196
- "typeTokenRange": {
197
- "startIndex": 1,
198
- "endIndex": 2
199
- }
200
- },
201
- {
202
- "kind": "Variable",
203
- "canonicalReference": "@dcl/content-validator!calculateDeploymentSize:var",
204
- "docComment": "/**\n * @public\n */\n",
205
- "excerptTokens": [
206
- {
207
- "kind": "Content",
208
- "text": "calculateDeploymentSize: "
209
- },
210
- {
211
- "kind": "Content",
212
- "text": "(deployment: "
213
- },
214
- {
215
- "kind": "Reference",
216
- "text": "DeploymentToValidate",
217
- "canonicalReference": "@dcl/content-validator!DeploymentToValidate:type"
218
- },
219
- {
220
- "kind": "Content",
221
- "text": ", externalCalls: "
222
- },
223
- {
224
- "kind": "Reference",
225
- "text": "ExternalCalls",
226
- "canonicalReference": "@dcl/content-validator!ExternalCalls:type"
227
- },
228
- {
229
- "kind": "Content",
230
- "text": ") => "
231
- },
232
- {
233
- "kind": "Reference",
234
- "text": "Promise",
235
- "canonicalReference": "!Promise:interface"
236
- },
237
- {
238
- "kind": "Content",
239
- "text": "<number | string>"
240
- }
241
- ],
242
- "fileUrlPath": "src/validations/index.ts",
243
- "isReadonly": true,
244
- "releaseTag": "Public",
245
- "name": "calculateDeploymentSize",
246
- "variableTypeTokenRange": {
247
- "startIndex": 1,
248
- "endIndex": 8
249
- }
250
- },
251
- {
252
- "kind": "TypeAlias",
253
- "canonicalReference": "@dcl/content-validator!ConditionalValidation:type",
254
- "docComment": "/**\n * @public\n */\n",
255
- "excerptTokens": [
256
- {
257
- "kind": "Content",
258
- "text": "export type ConditionalValidation = "
259
- },
260
- {
261
- "kind": "Content",
262
- "text": "{\n predicate: (components: "
263
- },
264
- {
265
- "kind": "Reference",
266
- "text": "ContentValidatorComponents",
267
- "canonicalReference": "@dcl/content-validator!ContentValidatorComponents:type"
268
- },
269
- {
270
- "kind": "Content",
271
- "text": ", deployment: "
272
- },
273
- {
274
- "kind": "Reference",
275
- "text": "DeploymentToValidate",
276
- "canonicalReference": "@dcl/content-validator!DeploymentToValidate:type"
277
- },
278
- {
279
- "kind": "Content",
280
- "text": ") => "
281
- },
282
- {
283
- "kind": "Reference",
284
- "text": "ValidationResponse",
285
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
286
- },
287
- {
288
- "kind": "Content",
289
- "text": " | "
290
- },
291
- {
292
- "kind": "Reference",
293
- "text": "Promise",
294
- "canonicalReference": "!Promise:interface"
295
- },
296
- {
297
- "kind": "Content",
298
- "text": "<"
299
- },
300
- {
301
- "kind": "Reference",
302
- "text": "ValidationResponse",
303
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
304
- },
305
- {
306
- "kind": "Content",
307
- "text": ">;\n}"
308
- },
309
- {
310
- "kind": "Content",
311
- "text": ";"
312
- }
313
- ],
314
- "fileUrlPath": "src/types.ts",
315
- "releaseTag": "Public",
316
- "name": "ConditionalValidation",
317
- "typeTokenRange": {
318
- "startIndex": 1,
319
- "endIndex": 12
320
- }
321
- },
322
- {
323
- "kind": "TypeAlias",
324
- "canonicalReference": "@dcl/content-validator!ContentValidatorComponents:type",
325
- "docComment": "/**\n * Components that can be used to validate deployments.\n *\n * @public\n */\n",
326
- "excerptTokens": [
327
- {
328
- "kind": "Content",
329
- "text": "export type ContentValidatorComponents = "
330
- },
331
- {
332
- "kind": "Content",
333
- "text": "{\n config: "
334
- },
335
- {
336
- "kind": "Reference",
337
- "text": "IConfigComponent",
338
- "canonicalReference": "@well-known-components/interfaces!IConfigComponent:interface"
339
- },
340
- {
341
- "kind": "Content",
342
- "text": ";\n logs: "
343
- },
344
- {
345
- "kind": "Reference",
346
- "text": "ILoggerComponent",
347
- "canonicalReference": "@well-known-components/interfaces!ILoggerComponent:type"
348
- },
349
- {
350
- "kind": "Content",
351
- "text": ";\n theGraphClient: "
352
- },
353
- {
354
- "kind": "Reference",
355
- "text": "TheGraphClient",
356
- "canonicalReference": "@dcl/content-validator!TheGraphClient:type"
357
- },
358
- {
359
- "kind": "Content",
360
- "text": ";\n externalCalls: "
361
- },
362
- {
363
- "kind": "Reference",
364
- "text": "ExternalCalls",
365
- "canonicalReference": "@dcl/content-validator!ExternalCalls:type"
366
- },
367
- {
368
- "kind": "Content",
369
- "text": ";\n subGraphs: "
370
- },
371
- {
372
- "kind": "Reference",
373
- "text": "SubGraphs",
374
- "canonicalReference": "@dcl/content-validator!SubGraphs:type"
375
- },
376
- {
377
- "kind": "Content",
378
- "text": ";\n}"
379
- },
380
- {
381
- "kind": "Content",
382
- "text": ";"
383
- }
384
- ],
385
- "fileUrlPath": "src/types.ts",
386
- "releaseTag": "Public",
387
- "name": "ContentValidatorComponents",
388
- "typeTokenRange": {
389
- "startIndex": 1,
390
- "endIndex": 12
391
- }
392
- },
393
- {
394
- "kind": "Variable",
395
- "canonicalReference": "@dcl/content-validator!createTheGraphClient:var",
396
- "docComment": "/**\n * @public\n */\n",
397
- "excerptTokens": [
398
- {
399
- "kind": "Content",
400
- "text": "createTheGraphClient: "
401
- },
402
- {
403
- "kind": "Content",
404
- "text": "(components: "
405
- },
406
- {
407
- "kind": "Reference",
408
- "text": "Pick",
409
- "canonicalReference": "!Pick:type"
410
- },
411
- {
412
- "kind": "Content",
413
- "text": "<"
414
- },
415
- {
416
- "kind": "Reference",
417
- "text": "ContentValidatorComponents",
418
- "canonicalReference": "@dcl/content-validator!ContentValidatorComponents:type"
419
- },
420
- {
421
- "kind": "Content",
422
- "text": ", 'logs' | 'subGraphs'>) => "
423
- },
424
- {
425
- "kind": "Reference",
426
- "text": "TheGraphClient",
427
- "canonicalReference": "@dcl/content-validator!TheGraphClient:type"
428
- }
429
- ],
430
- "fileUrlPath": "src/the-graph-client/the-graph-client.ts",
431
- "isReadonly": true,
432
- "releaseTag": "Public",
433
- "name": "createTheGraphClient",
434
- "variableTypeTokenRange": {
435
- "startIndex": 1,
436
- "endIndex": 7
437
- }
438
- },
439
- {
440
- "kind": "Variable",
441
- "canonicalReference": "@dcl/content-validator!createValidator:var",
442
- "docComment": "/**\n * Creates a validator instance with given external calls.\n *\n * @public\n */\n",
443
- "excerptTokens": [
444
- {
445
- "kind": "Content",
446
- "text": "createValidator: "
447
- },
448
- {
449
- "kind": "Content",
450
- "text": "(components: "
451
- },
452
- {
453
- "kind": "Reference",
454
- "text": "Pick",
455
- "canonicalReference": "!Pick:type"
456
- },
457
- {
458
- "kind": "Content",
459
- "text": "<"
460
- },
461
- {
462
- "kind": "Reference",
463
- "text": "ContentValidatorComponents",
464
- "canonicalReference": "@dcl/content-validator!ContentValidatorComponents:type"
465
- },
466
- {
467
- "kind": "Content",
468
- "text": ", 'config' | 'externalCalls' | 'logs' | 'theGraphClient' | 'subGraphs'>) => "
469
- },
470
- {
471
- "kind": "Reference",
472
- "text": "Validator",
473
- "canonicalReference": "@dcl/content-validator!Validator:interface"
474
- }
475
- ],
476
- "fileUrlPath": "src/index.ts",
477
- "isReadonly": true,
478
- "releaseTag": "Public",
479
- "name": "createValidator",
480
- "variableTypeTokenRange": {
481
- "startIndex": 1,
482
- "endIndex": 7
483
- }
484
- },
485
- {
486
- "kind": "TypeAlias",
487
- "canonicalReference": "@dcl/content-validator!DeploymentToValidate:type",
488
- "docComment": "/**\n * Deployment object to be validated by the validator.\n *\n * @public\n */\n",
489
- "excerptTokens": [
490
- {
491
- "kind": "Content",
492
- "text": "export type DeploymentToValidate = "
493
- },
494
- {
495
- "kind": "Content",
496
- "text": "{\n entity: "
497
- },
498
- {
499
- "kind": "Reference",
500
- "text": "Entity",
501
- "canonicalReference": "@dcl/content-validator!~Entity"
502
- },
503
- {
504
- "kind": "Content",
505
- "text": ";\n files: "
506
- },
507
- {
508
- "kind": "Reference",
509
- "text": "Map",
510
- "canonicalReference": "!Map:interface"
511
- },
512
- {
513
- "kind": "Content",
514
- "text": "<string, "
515
- },
516
- {
517
- "kind": "Reference",
518
- "text": "Uint8Array",
519
- "canonicalReference": "!Uint8Array:interface"
520
- },
521
- {
522
- "kind": "Content",
523
- "text": ">;\n auditInfo: "
524
- },
525
- {
526
- "kind": "Reference",
527
- "text": "LocalDeploymentAuditInfo",
528
- "canonicalReference": "@dcl/content-validator!LocalDeploymentAuditInfo:type"
529
- },
530
- {
531
- "kind": "Content",
532
- "text": ";\n}"
533
- },
534
- {
535
- "kind": "Content",
536
- "text": ";"
537
- }
538
- ],
539
- "fileUrlPath": "src/types.ts",
540
- "releaseTag": "Public",
541
- "name": "DeploymentToValidate",
542
- "typeTokenRange": {
543
- "startIndex": 1,
544
- "endIndex": 10
545
- }
546
- },
547
- {
548
- "kind": "TypeAlias",
549
- "canonicalReference": "@dcl/content-validator!EntityWithEthAddress:type",
550
- "docComment": "/**\n * @public\n */\n",
551
- "excerptTokens": [
552
- {
553
- "kind": "Content",
554
- "text": "export type EntityWithEthAddress = "
555
- },
556
- {
557
- "kind": "Reference",
558
- "text": "Entity",
559
- "canonicalReference": "@dcl/content-validator!~Entity"
560
- },
561
- {
562
- "kind": "Content",
563
- "text": " & {\n ethAddress: string;\n}"
564
- },
565
- {
566
- "kind": "Content",
567
- "text": ";"
568
- }
569
- ],
570
- "fileUrlPath": "src/types.ts",
571
- "releaseTag": "Public",
572
- "name": "EntityWithEthAddress",
573
- "typeTokenRange": {
574
- "startIndex": 1,
575
- "endIndex": 3
576
- }
577
- },
578
- {
579
- "kind": "TypeAlias",
580
- "canonicalReference": "@dcl/content-validator!Errors:type",
581
- "docComment": "/**\n * @public\n */\n",
582
- "excerptTokens": [
583
- {
584
- "kind": "Content",
585
- "text": "export type Errors = "
586
- },
587
- {
588
- "kind": "Content",
589
- "text": "string[]"
590
- },
591
- {
592
- "kind": "Content",
593
- "text": ";"
594
- }
595
- ],
596
- "fileUrlPath": "src/types.ts",
597
- "releaseTag": "Public",
598
- "name": "Errors",
599
- "typeTokenRange": {
600
- "startIndex": 1,
601
- "endIndex": 2
602
- }
603
- },
604
- {
605
- "kind": "TypeAlias",
606
- "canonicalReference": "@dcl/content-validator!ExternalCalls:type",
607
- "docComment": "/**\n * External calls interface to be provided by the servers.\n *\n * @public\n */\n",
608
- "excerptTokens": [
609
- {
610
- "kind": "Content",
611
- "text": "export type ExternalCalls = "
612
- },
613
- {
614
- "kind": "Content",
615
- "text": "{\n isContentStoredAlready: (hashes: string[]) => "
616
- },
617
- {
618
- "kind": "Reference",
619
- "text": "Promise",
620
- "canonicalReference": "!Promise:interface"
621
- },
622
- {
623
- "kind": "Content",
624
- "text": "<"
625
- },
626
- {
627
- "kind": "Reference",
628
- "text": "Map",
629
- "canonicalReference": "!Map:interface"
630
- },
631
- {
632
- "kind": "Content",
633
- "text": "<string, boolean>>;\n fetchContentFileSize: (hash: string) => "
634
- },
635
- {
636
- "kind": "Reference",
637
- "text": "Promise",
638
- "canonicalReference": "!Promise:interface"
639
- },
640
- {
641
- "kind": "Content",
642
- "text": "<number | undefined>;\n validateSignature: (entityId: string, auditInfo: "
643
- },
644
- {
645
- "kind": "Reference",
646
- "text": "LocalDeploymentAuditInfo",
647
- "canonicalReference": "@dcl/content-validator!LocalDeploymentAuditInfo:type"
648
- },
649
- {
650
- "kind": "Content",
651
- "text": ", timestamp: number) => "
652
- },
653
- {
654
- "kind": "Reference",
655
- "text": "Promise",
656
- "canonicalReference": "!Promise:interface"
657
- },
658
- {
659
- "kind": "Content",
660
- "text": "<{\n ok: boolean;\n message?: string;\n }>;\n ownerAddress: (auditInfo: "
661
- },
662
- {
663
- "kind": "Reference",
664
- "text": "LocalDeploymentAuditInfo",
665
- "canonicalReference": "@dcl/content-validator!LocalDeploymentAuditInfo:type"
666
- },
667
- {
668
- "kind": "Content",
669
- "text": ") => string;\n isAddressOwnedByDecentraland: (address: string) => boolean;\n}"
670
- },
671
- {
672
- "kind": "Content",
673
- "text": ";"
674
- }
675
- ],
676
- "fileUrlPath": "src/types.ts",
677
- "releaseTag": "Public",
678
- "name": "ExternalCalls",
679
- "typeTokenRange": {
680
- "startIndex": 1,
681
- "endIndex": 14
682
- }
683
- },
684
- {
685
- "kind": "Variable",
686
- "canonicalReference": "@dcl/content-validator!fromErrors:var",
687
- "docComment": "/**\n * @public\n */\n",
688
- "excerptTokens": [
689
- {
690
- "kind": "Content",
691
- "text": "fromErrors: "
692
- },
693
- {
694
- "kind": "Content",
695
- "text": "(...errors: "
696
- },
697
- {
698
- "kind": "Reference",
699
- "text": "Errors",
700
- "canonicalReference": "@dcl/content-validator!Errors:type"
701
- },
702
- {
703
- "kind": "Content",
704
- "text": ") => "
705
- },
706
- {
707
- "kind": "Reference",
708
- "text": "ValidationResponse",
709
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
710
- }
711
- ],
712
- "fileUrlPath": "src/types.ts",
713
- "isReadonly": true,
714
- "releaseTag": "Public",
715
- "name": "fromErrors",
716
- "variableTypeTokenRange": {
717
- "startIndex": 1,
718
- "endIndex": 5
719
- }
720
- },
721
- {
722
- "kind": "TypeAlias",
723
- "canonicalReference": "@dcl/content-validator!L1Checker:type",
724
- "docComment": "/**\n * @public\n */\n",
725
- "excerptTokens": [
726
- {
727
- "kind": "Content",
728
- "text": "export type L1Checker = "
729
- },
730
- {
731
- "kind": "Content",
732
- "text": "{\n checkLAND(ethAddress: string, parcels: [number, number][], block: number): "
733
- },
734
- {
735
- "kind": "Reference",
736
- "text": "Promise",
737
- "canonicalReference": "!Promise:interface"
738
- },
739
- {
740
- "kind": "Content",
741
- "text": "<boolean[]>;\n checkNames(ethAddress: string, names: string[], block: number): "
742
- },
743
- {
744
- "kind": "Reference",
745
- "text": "Promise",
746
- "canonicalReference": "!Promise:interface"
747
- },
748
- {
749
- "kind": "Content",
750
- "text": "<boolean[]>;\n}"
751
- },
752
- {
753
- "kind": "Content",
754
- "text": ";"
755
- }
756
- ],
757
- "fileUrlPath": "src/types.ts",
758
- "releaseTag": "Public",
759
- "name": "L1Checker",
760
- "typeTokenRange": {
761
- "startIndex": 1,
762
- "endIndex": 6
763
- }
764
- },
765
- {
766
- "kind": "TypeAlias",
767
- "canonicalReference": "@dcl/content-validator!L2Checker:type",
768
- "docComment": "/**\n * @public\n */\n",
769
- "excerptTokens": [
770
- {
771
- "kind": "Content",
772
- "text": "export type L2Checker = "
773
- },
774
- {
775
- "kind": "Content",
776
- "text": "{\n validateWearables(ethAddress: string, contractAddress: string, assetId: string, hash: string, block: number): "
777
- },
778
- {
779
- "kind": "Reference",
780
- "text": "Promise",
781
- "canonicalReference": "!Promise:interface"
782
- },
783
- {
784
- "kind": "Content",
785
- "text": "<boolean>;\n validateThirdParty(ethAddress: string, tpId: string, root: "
786
- },
787
- {
788
- "kind": "Reference",
789
- "text": "Buffer",
790
- "canonicalReference": "!\"\\\"buffer\\\"\".__global.Buffer:interface"
791
- },
792
- {
793
- "kind": "Content",
794
- "text": ", block: number): "
795
- },
796
- {
797
- "kind": "Reference",
798
- "text": "Promise",
799
- "canonicalReference": "!Promise:interface"
800
- },
801
- {
802
- "kind": "Content",
803
- "text": "<boolean>;\n}"
804
- },
805
- {
806
- "kind": "Content",
807
- "text": ";"
808
- }
809
- ],
810
- "fileUrlPath": "src/types.ts",
811
- "releaseTag": "Public",
812
- "name": "L2Checker",
813
- "typeTokenRange": {
814
- "startIndex": 1,
815
- "endIndex": 8
816
- }
817
- },
818
- {
819
- "kind": "TypeAlias",
820
- "canonicalReference": "@dcl/content-validator!LocalDeploymentAuditInfo:type",
821
- "docComment": "/**\n * @public\n */\n",
822
- "excerptTokens": [
823
- {
824
- "kind": "Content",
825
- "text": "export type LocalDeploymentAuditInfo = "
826
- },
827
- {
828
- "kind": "Content",
829
- "text": "{\n authChain: "
830
- },
831
- {
832
- "kind": "Reference",
833
- "text": "AuthChain",
834
- "canonicalReference": "@dcl/content-validator!~AuthChain"
835
- },
836
- {
837
- "kind": "Content",
838
- "text": ";\n}"
839
- },
840
- {
841
- "kind": "Content",
842
- "text": ";"
843
- }
844
- ],
845
- "fileUrlPath": "src/types.ts",
846
- "releaseTag": "Public",
847
- "name": "LocalDeploymentAuditInfo",
848
- "typeTokenRange": {
849
- "startIndex": 1,
850
- "endIndex": 4
851
- }
852
- },
853
- {
854
- "kind": "Variable",
855
- "canonicalReference": "@dcl/content-validator!OK:var",
856
- "docComment": "/**\n * @public\n */\n",
857
- "excerptTokens": [
858
- {
859
- "kind": "Content",
860
- "text": "OK: "
861
- },
862
- {
863
- "kind": "Reference",
864
- "text": "ValidationResponse",
865
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
866
- }
867
- ],
868
- "fileUrlPath": "src/types.ts",
869
- "isReadonly": true,
870
- "releaseTag": "Public",
871
- "name": "OK",
872
- "variableTypeTokenRange": {
873
- "startIndex": 1,
874
- "endIndex": 2
875
- }
876
- },
877
- {
878
- "kind": "TypeAlias",
879
- "canonicalReference": "@dcl/content-validator!QueryGraph:type",
880
- "docComment": "/**\n * Function used to fetch TheGraph\n *\n * @public\n */\n",
881
- "excerptTokens": [
882
- {
883
- "kind": "Content",
884
- "text": "export type QueryGraph = "
885
- },
886
- {
887
- "kind": "Content",
888
- "text": "<T = any>(query: string, variables?: "
889
- },
890
- {
891
- "kind": "Reference",
892
- "text": "Variables",
893
- "canonicalReference": "@well-known-components/thegraph-component!Variables:type"
894
- },
895
- {
896
- "kind": "Content",
897
- "text": ", remainingAttempts?: number) => "
898
- },
899
- {
900
- "kind": "Reference",
901
- "text": "Promise",
902
- "canonicalReference": "!Promise:interface"
903
- },
904
- {
905
- "kind": "Content",
906
- "text": "<T>"
907
- },
908
- {
909
- "kind": "Content",
910
- "text": ";"
911
- }
912
- ],
913
- "fileUrlPath": "src/types.ts",
914
- "releaseTag": "Public",
915
- "name": "QueryGraph",
916
- "typeTokenRange": {
917
- "startIndex": 1,
918
- "endIndex": 6
919
- }
920
- },
921
- {
922
- "kind": "Variable",
923
- "canonicalReference": "@dcl/content-validator!statefulValidations:var",
924
- "docComment": "/**\n * Stateful validations that are run on a deployment.\n *\n * @public\n */\n",
925
- "excerptTokens": [
926
- {
927
- "kind": "Content",
928
- "text": "statefulValidations: "
929
- },
930
- {
931
- "kind": "Content",
932
- "text": "readonly [import(\"../types\")."
933
- },
934
- {
935
- "kind": "Reference",
936
- "text": "Validation",
937
- "canonicalReference": "@dcl/content-validator!Validation:type"
938
- },
939
- {
940
- "kind": "Content",
941
- "text": ", import(\"../types\")."
942
- },
943
- {
944
- "kind": "Reference",
945
- "text": "Validation",
946
- "canonicalReference": "@dcl/content-validator!Validation:type"
947
- },
948
- {
949
- "kind": "Content",
950
- "text": ", import(\"../types\")."
951
- },
952
- {
953
- "kind": "Reference",
954
- "text": "Validation",
955
- "canonicalReference": "@dcl/content-validator!Validation:type"
956
- },
957
- {
958
- "kind": "Content",
959
- "text": ", import(\"../types\")."
960
- },
961
- {
962
- "kind": "Reference",
963
- "text": "Validation",
964
- "canonicalReference": "@dcl/content-validator!Validation:type"
965
- },
966
- {
967
- "kind": "Content",
968
- "text": ", import(\"../types\")."
969
- },
970
- {
971
- "kind": "Reference",
972
- "text": "Validation",
973
- "canonicalReference": "@dcl/content-validator!Validation:type"
974
- },
975
- {
976
- "kind": "Content",
977
- "text": ", import(\"../types\")."
978
- },
979
- {
980
- "kind": "Reference",
981
- "text": "Validation",
982
- "canonicalReference": "@dcl/content-validator!Validation:type"
983
- },
984
- {
985
- "kind": "Content",
986
- "text": ", import(\"../types\")."
987
- },
988
- {
989
- "kind": "Reference",
990
- "text": "Validation",
991
- "canonicalReference": "@dcl/content-validator!Validation:type"
992
- },
993
- {
994
- "kind": "Content",
995
- "text": ", import(\"../types\")."
996
- },
997
- {
998
- "kind": "Reference",
999
- "text": "Validation",
1000
- "canonicalReference": "@dcl/content-validator!Validation:type"
1001
- },
1002
- {
1003
- "kind": "Content",
1004
- "text": "]"
1005
- }
1006
- ],
1007
- "fileUrlPath": "src/validations/index.ts",
1008
- "isReadonly": true,
1009
- "releaseTag": "Public",
1010
- "name": "statefulValidations",
1011
- "variableTypeTokenRange": {
1012
- "startIndex": 1,
1013
- "endIndex": 18
1014
- }
1015
- },
1016
- {
1017
- "kind": "Variable",
1018
- "canonicalReference": "@dcl/content-validator!statelessValidations:var",
1019
- "docComment": "/**\n * Stateless validations that are run on a deployment.\n *\n * @public\n */\n",
1020
- "excerptTokens": [
1021
- {
1022
- "kind": "Content",
1023
- "text": "statelessValidations: "
1024
- },
1025
- {
1026
- "kind": "Content",
1027
- "text": "readonly [import(\"../types\")."
1028
- },
1029
- {
1030
- "kind": "Reference",
1031
- "text": "Validation",
1032
- "canonicalReference": "@dcl/content-validator!Validation:type"
1033
- },
1034
- {
1035
- "kind": "Content",
1036
- "text": ", import(\"../types\")."
1037
- },
1038
- {
1039
- "kind": "Reference",
1040
- "text": "Validation",
1041
- "canonicalReference": "@dcl/content-validator!Validation:type"
1042
- },
1043
- {
1044
- "kind": "Content",
1045
- "text": ", import(\"../types\")."
1046
- },
1047
- {
1048
- "kind": "Reference",
1049
- "text": "Validation",
1050
- "canonicalReference": "@dcl/content-validator!Validation:type"
1051
- },
1052
- {
1053
- "kind": "Content",
1054
- "text": ", import(\"../types\")."
1055
- },
1056
- {
1057
- "kind": "Reference",
1058
- "text": "Validation",
1059
- "canonicalReference": "@dcl/content-validator!Validation:type"
1060
- },
1061
- {
1062
- "kind": "Content",
1063
- "text": "]"
1064
- }
1065
- ],
1066
- "fileUrlPath": "src/validations/index.ts",
1067
- "isReadonly": true,
1068
- "releaseTag": "Public",
1069
- "name": "statelessValidations",
1070
- "variableTypeTokenRange": {
1071
- "startIndex": 1,
1072
- "endIndex": 10
1073
- }
1074
- },
1075
- {
1076
- "kind": "TypeAlias",
1077
- "canonicalReference": "@dcl/content-validator!SubGraphs:type",
1078
- "docComment": "/**\n * A list with all sub-graphs used for validations.\n *\n * @public\n */\n",
1079
- "excerptTokens": [
1080
- {
1081
- "kind": "Content",
1082
- "text": "export type SubGraphs = "
1083
- },
1084
- {
1085
- "kind": "Content",
1086
- "text": "{\n L1: {\n checker: "
1087
- },
1088
- {
1089
- "kind": "Reference",
1090
- "text": "L1Checker",
1091
- "canonicalReference": "@dcl/content-validator!L1Checker:type"
1092
- },
1093
- {
1094
- "kind": "Content",
1095
- "text": ";\n collections: "
1096
- },
1097
- {
1098
- "kind": "Reference",
1099
- "text": "ISubgraphComponent",
1100
- "canonicalReference": "@well-known-components/thegraph-component!ISubgraphComponent:interface"
1101
- },
1102
- {
1103
- "kind": "Content",
1104
- "text": ";\n };\n L2: {\n checker: "
1105
- },
1106
- {
1107
- "kind": "Reference",
1108
- "text": "L2Checker",
1109
- "canonicalReference": "@dcl/content-validator!L2Checker:type"
1110
- },
1111
- {
1112
- "kind": "Content",
1113
- "text": ";\n collections: "
1114
- },
1115
- {
1116
- "kind": "Reference",
1117
- "text": "ISubgraphComponent",
1118
- "canonicalReference": "@well-known-components/thegraph-component!ISubgraphComponent:interface"
1119
- },
1120
- {
1121
- "kind": "Content",
1122
- "text": ";\n };\n l1BlockSearch: "
1123
- },
1124
- {
1125
- "kind": "Reference",
1126
- "text": "BlockSearch",
1127
- "canonicalReference": "@dcl/block-indexer!BlockSearch:type"
1128
- },
1129
- {
1130
- "kind": "Content",
1131
- "text": ";\n l2BlockSearch: "
1132
- },
1133
- {
1134
- "kind": "Reference",
1135
- "text": "BlockSearch",
1136
- "canonicalReference": "@dcl/block-indexer!BlockSearch:type"
1137
- },
1138
- {
1139
- "kind": "Content",
1140
- "text": ";\n}"
1141
- },
1142
- {
1143
- "kind": "Content",
1144
- "text": ";"
1145
- }
1146
- ],
1147
- "fileUrlPath": "src/types.ts",
1148
- "releaseTag": "Public",
1149
- "name": "SubGraphs",
1150
- "typeTokenRange": {
1151
- "startIndex": 1,
1152
- "endIndex": 14
1153
- }
1154
- },
1155
- {
1156
- "kind": "TypeAlias",
1157
- "canonicalReference": "@dcl/content-validator!TheGraphClient:type",
1158
- "docComment": "/**\n * @public\n */\n",
1159
- "excerptTokens": [
1160
- {
1161
- "kind": "Content",
1162
- "text": "export type TheGraphClient = "
1163
- },
1164
- {
1165
- "kind": "Content",
1166
- "text": "{\n ownsNamesAtTimestamp: (ethAddress: "
1167
- },
1168
- {
1169
- "kind": "Reference",
1170
- "text": "EthAddress",
1171
- "canonicalReference": "@dcl/content-validator!~EthAddress"
1172
- },
1173
- {
1174
- "kind": "Content",
1175
- "text": ", namesToCheck: string[], timestamp: number) => "
1176
- },
1177
- {
1178
- "kind": "Reference",
1179
- "text": "Promise",
1180
- "canonicalReference": "!Promise:interface"
1181
- },
1182
- {
1183
- "kind": "Content",
1184
- "text": "<"
1185
- },
1186
- {
1187
- "kind": "Reference",
1188
- "text": "PermissionResult",
1189
- "canonicalReference": "@dcl/content-validator!~PermissionResult:type"
1190
- },
1191
- {
1192
- "kind": "Content",
1193
- "text": ">;\n ownsItemsAtTimestamp: (ethAddress: "
1194
- },
1195
- {
1196
- "kind": "Reference",
1197
- "text": "EthAddress",
1198
- "canonicalReference": "@dcl/content-validator!~EthAddress"
1199
- },
1200
- {
1201
- "kind": "Content",
1202
- "text": ", urnsToCheck: string[], timestamp: number) => "
1203
- },
1204
- {
1205
- "kind": "Reference",
1206
- "text": "Promise",
1207
- "canonicalReference": "!Promise:interface"
1208
- },
1209
- {
1210
- "kind": "Content",
1211
- "text": "<"
1212
- },
1213
- {
1214
- "kind": "Reference",
1215
- "text": "PermissionResult",
1216
- "canonicalReference": "@dcl/content-validator!~PermissionResult:type"
1217
- },
1218
- {
1219
- "kind": "Content",
1220
- "text": ">;\n findBlocksForTimestamp: (timestamp: number, blockSearch: "
1221
- },
1222
- {
1223
- "kind": "Reference",
1224
- "text": "BlockSearch",
1225
- "canonicalReference": "@dcl/block-indexer!BlockSearch:type"
1226
- },
1227
- {
1228
- "kind": "Content",
1229
- "text": ") => "
1230
- },
1231
- {
1232
- "kind": "Reference",
1233
- "text": "Promise",
1234
- "canonicalReference": "!Promise:interface"
1235
- },
1236
- {
1237
- "kind": "Content",
1238
- "text": "<"
1239
- },
1240
- {
1241
- "kind": "Reference",
1242
- "text": "BlockInformation",
1243
- "canonicalReference": "@dcl/content-validator!BlockInformation:type"
1244
- },
1245
- {
1246
- "kind": "Content",
1247
- "text": ">;\n}"
1248
- },
1249
- {
1250
- "kind": "Content",
1251
- "text": ";"
1252
- }
1253
- ],
1254
- "fileUrlPath": "src/types.ts",
1255
- "releaseTag": "Public",
1256
- "name": "TheGraphClient",
1257
- "typeTokenRange": {
1258
- "startIndex": 1,
1259
- "endIndex": 20
1260
- }
1261
- },
1262
- {
1263
- "kind": "TypeAlias",
1264
- "canonicalReference": "@dcl/content-validator!Validation:type",
1265
- "docComment": "/**\n * @public\n */\n",
1266
- "excerptTokens": [
1267
- {
1268
- "kind": "Content",
1269
- "text": "export type Validation = "
1270
- },
1271
- {
1272
- "kind": "Content",
1273
- "text": "{\n validate: (components: "
1274
- },
1275
- {
1276
- "kind": "Reference",
1277
- "text": "ContentValidatorComponents",
1278
- "canonicalReference": "@dcl/content-validator!ContentValidatorComponents:type"
1279
- },
1280
- {
1281
- "kind": "Content",
1282
- "text": ", deployment: "
1283
- },
1284
- {
1285
- "kind": "Reference",
1286
- "text": "DeploymentToValidate",
1287
- "canonicalReference": "@dcl/content-validator!DeploymentToValidate:type"
1288
- },
1289
- {
1290
- "kind": "Content",
1291
- "text": ") => "
1292
- },
1293
- {
1294
- "kind": "Reference",
1295
- "text": "ValidationResponse",
1296
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
1297
- },
1298
- {
1299
- "kind": "Content",
1300
- "text": " | "
1301
- },
1302
- {
1303
- "kind": "Reference",
1304
- "text": "Promise",
1305
- "canonicalReference": "!Promise:interface"
1306
- },
1307
- {
1308
- "kind": "Content",
1309
- "text": "<"
1310
- },
1311
- {
1312
- "kind": "Reference",
1313
- "text": "ValidationResponse",
1314
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
1315
- },
1316
- {
1317
- "kind": "Content",
1318
- "text": ">;\n}"
1319
- },
1320
- {
1321
- "kind": "Content",
1322
- "text": ";"
1323
- }
1324
- ],
1325
- "fileUrlPath": "src/types.ts",
1326
- "releaseTag": "Public",
1327
- "name": "Validation",
1328
- "typeTokenRange": {
1329
- "startIndex": 1,
1330
- "endIndex": 12
1331
- }
1332
- },
1333
- {
1334
- "kind": "TypeAlias",
1335
- "canonicalReference": "@dcl/content-validator!ValidationArgs:type",
1336
- "docComment": "/**\n * @public\n */\n",
1337
- "excerptTokens": [
1338
- {
1339
- "kind": "Content",
1340
- "text": "export type ValidationArgs = "
1341
- },
1342
- {
1343
- "kind": "Content",
1344
- "text": "{\n deployment: "
1345
- },
1346
- {
1347
- "kind": "Reference",
1348
- "text": "DeploymentToValidate",
1349
- "canonicalReference": "@dcl/content-validator!DeploymentToValidate:type"
1350
- },
1351
- {
1352
- "kind": "Content",
1353
- "text": ";\n}"
1354
- },
1355
- {
1356
- "kind": "Content",
1357
- "text": ";"
1358
- }
1359
- ],
1360
- "fileUrlPath": "src/types.ts",
1361
- "releaseTag": "Public",
1362
- "name": "ValidationArgs",
1363
- "typeTokenRange": {
1364
- "startIndex": 1,
1365
- "endIndex": 4
1366
- }
1367
- },
1368
- {
1369
- "kind": "Variable",
1370
- "canonicalReference": "@dcl/content-validator!validationFailed:var",
1371
- "docComment": "/**\n * @public\n */\n",
1372
- "excerptTokens": [
1373
- {
1374
- "kind": "Content",
1375
- "text": "validationFailed: "
1376
- },
1377
- {
1378
- "kind": "Content",
1379
- "text": "(...error: string[]) => "
1380
- },
1381
- {
1382
- "kind": "Reference",
1383
- "text": "ValidationResponse",
1384
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
1385
- }
1386
- ],
1387
- "fileUrlPath": "src/types.ts",
1388
- "isReadonly": true,
1389
- "releaseTag": "Public",
1390
- "name": "validationFailed",
1391
- "variableTypeTokenRange": {
1392
- "startIndex": 1,
1393
- "endIndex": 3
1394
- }
1395
- },
1396
- {
1397
- "kind": "TypeAlias",
1398
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type",
1399
- "docComment": "/**\n * @public\n */\n",
1400
- "excerptTokens": [
1401
- {
1402
- "kind": "Content",
1403
- "text": "export type ValidationResponse = "
1404
- },
1405
- {
1406
- "kind": "Content",
1407
- "text": "{\n ok: boolean;\n errors?: "
1408
- },
1409
- {
1410
- "kind": "Reference",
1411
- "text": "Errors",
1412
- "canonicalReference": "@dcl/content-validator!Errors:type"
1413
- },
1414
- {
1415
- "kind": "Content",
1416
- "text": ";\n}"
1417
- },
1418
- {
1419
- "kind": "Content",
1420
- "text": ";"
1421
- }
1422
- ],
1423
- "fileUrlPath": "src/types.ts",
1424
- "releaseTag": "Public",
1425
- "name": "ValidationResponse",
1426
- "typeTokenRange": {
1427
- "startIndex": 1,
1428
- "endIndex": 4
1429
- }
1430
- },
1431
- {
1432
- "kind": "Variable",
1433
- "canonicalReference": "@dcl/content-validator!validations:var",
1434
- "docComment": "/**\n * All validations that are run on a deployment.\n *\n * @public\n */\n",
1435
- "excerptTokens": [
1436
- {
1437
- "kind": "Content",
1438
- "text": "validations: "
1439
- },
1440
- {
1441
- "kind": "Content",
1442
- "text": "readonly [import(\"../types\")."
1443
- },
1444
- {
1445
- "kind": "Reference",
1446
- "text": "Validation",
1447
- "canonicalReference": "@dcl/content-validator!Validation:type"
1448
- },
1449
- {
1450
- "kind": "Content",
1451
- "text": ", import(\"../types\")."
1452
- },
1453
- {
1454
- "kind": "Reference",
1455
- "text": "Validation",
1456
- "canonicalReference": "@dcl/content-validator!Validation:type"
1457
- },
1458
- {
1459
- "kind": "Content",
1460
- "text": ", import(\"../types\")."
1461
- },
1462
- {
1463
- "kind": "Reference",
1464
- "text": "Validation",
1465
- "canonicalReference": "@dcl/content-validator!Validation:type"
1466
- },
1467
- {
1468
- "kind": "Content",
1469
- "text": ", import(\"../types\")."
1470
- },
1471
- {
1472
- "kind": "Reference",
1473
- "text": "Validation",
1474
- "canonicalReference": "@dcl/content-validator!Validation:type"
1475
- },
1476
- {
1477
- "kind": "Content",
1478
- "text": ", import(\"../types\")."
1479
- },
1480
- {
1481
- "kind": "Reference",
1482
- "text": "Validation",
1483
- "canonicalReference": "@dcl/content-validator!Validation:type"
1484
- },
1485
- {
1486
- "kind": "Content",
1487
- "text": ", import(\"../types\")."
1488
- },
1489
- {
1490
- "kind": "Reference",
1491
- "text": "Validation",
1492
- "canonicalReference": "@dcl/content-validator!Validation:type"
1493
- },
1494
- {
1495
- "kind": "Content",
1496
- "text": ", import(\"../types\")."
1497
- },
1498
- {
1499
- "kind": "Reference",
1500
- "text": "Validation",
1501
- "canonicalReference": "@dcl/content-validator!Validation:type"
1502
- },
1503
- {
1504
- "kind": "Content",
1505
- "text": ", import(\"../types\")."
1506
- },
1507
- {
1508
- "kind": "Reference",
1509
- "text": "Validation",
1510
- "canonicalReference": "@dcl/content-validator!Validation:type"
1511
- },
1512
- {
1513
- "kind": "Content",
1514
- "text": ", import(\"../types\")."
1515
- },
1516
- {
1517
- "kind": "Reference",
1518
- "text": "Validation",
1519
- "canonicalReference": "@dcl/content-validator!Validation:type"
1520
- },
1521
- {
1522
- "kind": "Content",
1523
- "text": ", import(\"../types\")."
1524
- },
1525
- {
1526
- "kind": "Reference",
1527
- "text": "Validation",
1528
- "canonicalReference": "@dcl/content-validator!Validation:type"
1529
- },
1530
- {
1531
- "kind": "Content",
1532
- "text": ", import(\"../types\")."
1533
- },
1534
- {
1535
- "kind": "Reference",
1536
- "text": "Validation",
1537
- "canonicalReference": "@dcl/content-validator!Validation:type"
1538
- },
1539
- {
1540
- "kind": "Content",
1541
- "text": ", import(\"../types\")."
1542
- },
1543
- {
1544
- "kind": "Reference",
1545
- "text": "Validation",
1546
- "canonicalReference": "@dcl/content-validator!Validation:type"
1547
- },
1548
- {
1549
- "kind": "Content",
1550
- "text": "]"
1551
- }
1552
- ],
1553
- "fileUrlPath": "src/validations/index.ts",
1554
- "isReadonly": true,
1555
- "releaseTag": "Public",
1556
- "name": "validations",
1557
- "variableTypeTokenRange": {
1558
- "startIndex": 1,
1559
- "endIndex": 26
1560
- }
1561
- },
1562
- {
1563
- "kind": "Interface",
1564
- "canonicalReference": "@dcl/content-validator!Validator:interface",
1565
- "docComment": "/**\n * Validator interface to be used by any server.\n *\n * @public\n */\n",
1566
- "excerptTokens": [
1567
- {
1568
- "kind": "Content",
1569
- "text": "export interface Validator "
1570
- }
1571
- ],
1572
- "fileUrlPath": "src/types.ts",
1573
- "releaseTag": "Public",
1574
- "name": "Validator",
1575
- "preserveMemberOrder": false,
1576
- "members": [
1577
- {
1578
- "kind": "MethodSignature",
1579
- "canonicalReference": "@dcl/content-validator!Validator#validate:member(1)",
1580
- "docComment": "",
1581
- "excerptTokens": [
1582
- {
1583
- "kind": "Content",
1584
- "text": "validate(deployment: "
1585
- },
1586
- {
1587
- "kind": "Reference",
1588
- "text": "DeploymentToValidate",
1589
- "canonicalReference": "@dcl/content-validator!DeploymentToValidate:type"
1590
- },
1591
- {
1592
- "kind": "Content",
1593
- "text": "): "
1594
- },
1595
- {
1596
- "kind": "Reference",
1597
- "text": "Promise",
1598
- "canonicalReference": "!Promise:interface"
1599
- },
1600
- {
1601
- "kind": "Content",
1602
- "text": "<"
1603
- },
1604
- {
1605
- "kind": "Reference",
1606
- "text": "ValidationResponse",
1607
- "canonicalReference": "@dcl/content-validator!ValidationResponse:type"
1608
- },
1609
- {
1610
- "kind": "Content",
1611
- "text": ">"
1612
- },
1613
- {
1614
- "kind": "Content",
1615
- "text": ";"
1616
- }
1617
- ],
1618
- "isOptional": false,
1619
- "returnTypeTokenRange": {
1620
- "startIndex": 3,
1621
- "endIndex": 7
1622
- },
1623
- "releaseTag": "Public",
1624
- "overloadIndex": 1,
1625
- "parameters": [
1626
- {
1627
- "parameterName": "deployment",
1628
- "parameterTypeTokenRange": {
1629
- "startIndex": 1,
1630
- "endIndex": 2
1631
- },
1632
- "isOptional": false
1633
- }
1634
- ],
1635
- "name": "validate"
1636
- }
1637
- ],
1638
- "extendsTokenRanges": []
1639
- },
1640
- {
1641
- "kind": "TypeAlias",
1642
- "canonicalReference": "@dcl/content-validator!Warnings:type",
1643
- "docComment": "/**\n * @public\n */\n",
1644
- "excerptTokens": [
1645
- {
1646
- "kind": "Content",
1647
- "text": "export type Warnings = "
1648
- },
1649
- {
1650
- "kind": "Content",
1651
- "text": "string[]"
1652
- },
1653
- {
1654
- "kind": "Content",
1655
- "text": ";"
1656
- }
1657
- ],
1658
- "fileUrlPath": "src/types.ts",
1659
- "releaseTag": "Public",
1660
- "name": "Warnings",
1661
- "typeTokenRange": {
1662
- "startIndex": 1,
1663
- "endIndex": 2
1664
- }
1665
- }
1666
- ]
1667
- }
1668
- ]
1669
- }