@coveo/relay 1.2.14 → 2.0.0
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.
- package/lib/docs/relay-docs.json +227 -738
- package/lib/npm/emit/emit.d.ts +1 -1
- package/lib/npm/emit/emit.d.ts.map +1 -1
- package/lib/npm/environment/browser/browser.d.ts.map +1 -1
- package/lib/npm/environment/custom/custom.d.ts +1 -9
- package/lib/npm/environment/custom/custom.d.ts.map +1 -1
- package/lib/npm/environment/environment.d.ts +8 -11
- package/lib/npm/environment/environment.d.ts.map +1 -1
- package/lib/npm/environment/manager/manager.d.ts.map +1 -1
- package/lib/npm/environment/null/null.d.ts.map +1 -1
- package/lib/npm/event/meta/meta.d.ts +1 -2
- package/lib/npm/event/meta/meta.d.ts.map +1 -1
- package/lib/npm/event/relay-event.d.ts +1 -2
- package/lib/npm/event/relay-event.d.ts.map +1 -1
- package/lib/npm/relay.cjs +52 -55
- package/lib/npm/relay.d.ts +2 -3
- package/lib/npm/relay.d.ts.map +1 -1
- package/lib/npm/relay.mjs +52 -55
- package/package.json +12 -11
- package/lib/npm/client-id/client-id.d.ts +0 -6
- package/lib/npm/client-id/client-id.d.ts.map +0 -1
package/lib/docs/relay-docs.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"flags": {},
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 63,
|
|
11
11
|
"name": "Environment",
|
|
12
12
|
"variant": "declaration",
|
|
13
13
|
"kind": 256,
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"children": [
|
|
24
24
|
{
|
|
25
|
-
"id":
|
|
26
|
-
"name": "
|
|
25
|
+
"id": 80,
|
|
26
|
+
"name": "getClientId",
|
|
27
27
|
"variant": "declaration",
|
|
28
28
|
"kind": 1024,
|
|
29
29
|
"flags": {},
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
"summary": [
|
|
32
32
|
{
|
|
33
33
|
"kind": "text",
|
|
34
|
-
"text": "
|
|
34
|
+
"text": "Returns the client identifier synchronously as a UUID string.\n\nThe returned clientId must be unique per browser instance and stable across sessions\nwith the same top-level domain. The implementation is responsible for generating\na valid UUID and persisting it to ensure stability across sessions."
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
"sources": [
|
|
39
39
|
{
|
|
40
40
|
"fileName": "environment/environment.ts",
|
|
41
|
-
"line":
|
|
41
|
+
"line": 52,
|
|
42
42
|
"character": 2,
|
|
43
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
43
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L52"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"type": {
|
|
47
47
|
"type": "reflection",
|
|
48
48
|
"declaration": {
|
|
49
|
-
"id":
|
|
49
|
+
"id": 81,
|
|
50
50
|
"name": "__type",
|
|
51
51
|
"variant": "declaration",
|
|
52
52
|
"kind": 65536,
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"sources": [
|
|
55
55
|
{
|
|
56
56
|
"fileName": "environment/environment.ts",
|
|
57
|
-
"line":
|
|
58
|
-
"character":
|
|
59
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
57
|
+
"line": 52,
|
|
58
|
+
"character": 15,
|
|
59
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L52"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
62
|
"signatures": [
|
|
63
63
|
{
|
|
64
|
-
"id":
|
|
64
|
+
"id": 82,
|
|
65
65
|
"name": "__type",
|
|
66
66
|
"variant": "signature",
|
|
67
67
|
"kind": 4096,
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"sources": [
|
|
79
79
|
{
|
|
80
80
|
"fileName": "environment/environment.ts",
|
|
81
|
-
"line":
|
|
82
|
-
"character":
|
|
83
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
81
|
+
"line": 52,
|
|
82
|
+
"character": 15,
|
|
83
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L52"
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
"type": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"id":
|
|
96
|
+
"id": 74,
|
|
97
97
|
"name": "getLocation",
|
|
98
98
|
"variant": "declaration",
|
|
99
99
|
"kind": 1024,
|
|
@@ -117,15 +117,15 @@
|
|
|
117
117
|
"sources": [
|
|
118
118
|
{
|
|
119
119
|
"fileName": "environment/environment.ts",
|
|
120
|
-
"line":
|
|
120
|
+
"line": 36,
|
|
121
121
|
"character": 2,
|
|
122
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
122
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L36"
|
|
123
123
|
}
|
|
124
124
|
],
|
|
125
125
|
"type": {
|
|
126
126
|
"type": "reflection",
|
|
127
127
|
"declaration": {
|
|
128
|
-
"id":
|
|
128
|
+
"id": 75,
|
|
129
129
|
"name": "__type",
|
|
130
130
|
"variant": "declaration",
|
|
131
131
|
"kind": 65536,
|
|
@@ -133,14 +133,14 @@
|
|
|
133
133
|
"sources": [
|
|
134
134
|
{
|
|
135
135
|
"fileName": "environment/environment.ts",
|
|
136
|
-
"line":
|
|
136
|
+
"line": 36,
|
|
137
137
|
"character": 15,
|
|
138
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
138
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L36"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
141
141
|
"signatures": [
|
|
142
142
|
{
|
|
143
|
-
"id":
|
|
143
|
+
"id": 76,
|
|
144
144
|
"name": "__type",
|
|
145
145
|
"variant": "signature",
|
|
146
146
|
"kind": 4096,
|
|
@@ -157,9 +157,9 @@
|
|
|
157
157
|
"sources": [
|
|
158
158
|
{
|
|
159
159
|
"fileName": "environment/environment.ts",
|
|
160
|
-
"line":
|
|
160
|
+
"line": 36,
|
|
161
161
|
"character": 15,
|
|
162
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
162
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L36"
|
|
163
163
|
}
|
|
164
164
|
],
|
|
165
165
|
"type": {
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
"id":
|
|
184
|
+
"id": 71,
|
|
185
185
|
"name": "getReferrer",
|
|
186
186
|
"variant": "declaration",
|
|
187
187
|
"kind": 1024,
|
|
@@ -205,15 +205,15 @@
|
|
|
205
205
|
"sources": [
|
|
206
206
|
{
|
|
207
207
|
"fileName": "environment/environment.ts",
|
|
208
|
-
"line":
|
|
208
|
+
"line": 30,
|
|
209
209
|
"character": 2,
|
|
210
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
210
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L30"
|
|
211
211
|
}
|
|
212
212
|
],
|
|
213
213
|
"type": {
|
|
214
214
|
"type": "reflection",
|
|
215
215
|
"declaration": {
|
|
216
|
-
"id":
|
|
216
|
+
"id": 72,
|
|
217
217
|
"name": "__type",
|
|
218
218
|
"variant": "declaration",
|
|
219
219
|
"kind": 65536,
|
|
@@ -221,14 +221,14 @@
|
|
|
221
221
|
"sources": [
|
|
222
222
|
{
|
|
223
223
|
"fileName": "environment/environment.ts",
|
|
224
|
-
"line":
|
|
224
|
+
"line": 30,
|
|
225
225
|
"character": 15,
|
|
226
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
226
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L30"
|
|
227
227
|
}
|
|
228
228
|
],
|
|
229
229
|
"signatures": [
|
|
230
230
|
{
|
|
231
|
-
"id":
|
|
231
|
+
"id": 73,
|
|
232
232
|
"name": "__type",
|
|
233
233
|
"variant": "signature",
|
|
234
234
|
"kind": 4096,
|
|
@@ -245,9 +245,9 @@
|
|
|
245
245
|
"sources": [
|
|
246
246
|
{
|
|
247
247
|
"fileName": "environment/environment.ts",
|
|
248
|
-
"line":
|
|
248
|
+
"line": 30,
|
|
249
249
|
"character": 15,
|
|
250
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
250
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L30"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
253
|
"type": {
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
|
-
"id":
|
|
272
|
+
"id": 77,
|
|
273
273
|
"name": "getUserAgent",
|
|
274
274
|
"variant": "declaration",
|
|
275
275
|
"kind": 1024,
|
|
@@ -293,15 +293,15 @@
|
|
|
293
293
|
"sources": [
|
|
294
294
|
{
|
|
295
295
|
"fileName": "environment/environment.ts",
|
|
296
|
-
"line":
|
|
296
|
+
"line": 42,
|
|
297
297
|
"character": 2,
|
|
298
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
298
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L42"
|
|
299
299
|
}
|
|
300
300
|
],
|
|
301
301
|
"type": {
|
|
302
302
|
"type": "reflection",
|
|
303
303
|
"declaration": {
|
|
304
|
-
"id":
|
|
304
|
+
"id": 78,
|
|
305
305
|
"name": "__type",
|
|
306
306
|
"variant": "declaration",
|
|
307
307
|
"kind": 65536,
|
|
@@ -309,14 +309,14 @@
|
|
|
309
309
|
"sources": [
|
|
310
310
|
{
|
|
311
311
|
"fileName": "environment/environment.ts",
|
|
312
|
-
"line":
|
|
312
|
+
"line": 42,
|
|
313
313
|
"character": 16,
|
|
314
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
314
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L42"
|
|
315
315
|
}
|
|
316
316
|
],
|
|
317
317
|
"signatures": [
|
|
318
318
|
{
|
|
319
|
-
"id":
|
|
319
|
+
"id": 79,
|
|
320
320
|
"name": "__type",
|
|
321
321
|
"variant": "signature",
|
|
322
322
|
"kind": 4096,
|
|
@@ -333,9 +333,9 @@
|
|
|
333
333
|
"sources": [
|
|
334
334
|
{
|
|
335
335
|
"fileName": "environment/environment.ts",
|
|
336
|
-
"line":
|
|
336
|
+
"line": 42,
|
|
337
337
|
"character": 16,
|
|
338
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
338
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L42"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
341
341
|
"type": {
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
|
-
"id":
|
|
360
|
+
"id": 64,
|
|
361
361
|
"name": "runtime",
|
|
362
362
|
"variant": "declaration",
|
|
363
363
|
"kind": 1024,
|
|
@@ -397,9 +397,9 @@
|
|
|
397
397
|
"sources": [
|
|
398
398
|
{
|
|
399
399
|
"fileName": "environment/environment.ts",
|
|
400
|
-
"line":
|
|
400
|
+
"line": 15,
|
|
401
401
|
"character": 2,
|
|
402
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
402
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L15"
|
|
403
403
|
}
|
|
404
404
|
],
|
|
405
405
|
"type": {
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
}
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
|
-
"id":
|
|
424
|
+
"id": 65,
|
|
425
425
|
"name": "send",
|
|
426
426
|
"variant": "declaration",
|
|
427
427
|
"kind": 1024,
|
|
@@ -437,15 +437,15 @@
|
|
|
437
437
|
"sources": [
|
|
438
438
|
{
|
|
439
439
|
"fileName": "environment/environment.ts",
|
|
440
|
-
"line":
|
|
440
|
+
"line": 24,
|
|
441
441
|
"character": 2,
|
|
442
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
442
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L24"
|
|
443
443
|
}
|
|
444
444
|
],
|
|
445
445
|
"type": {
|
|
446
446
|
"type": "reflection",
|
|
447
447
|
"declaration": {
|
|
448
|
-
"id":
|
|
448
|
+
"id": 66,
|
|
449
449
|
"name": "__type",
|
|
450
450
|
"variant": "declaration",
|
|
451
451
|
"kind": 65536,
|
|
@@ -453,14 +453,14 @@
|
|
|
453
453
|
"sources": [
|
|
454
454
|
{
|
|
455
455
|
"fileName": "environment/environment.ts",
|
|
456
|
-
"line":
|
|
456
|
+
"line": 24,
|
|
457
457
|
"character": 8,
|
|
458
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
458
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L24"
|
|
459
459
|
}
|
|
460
460
|
],
|
|
461
461
|
"signatures": [
|
|
462
462
|
{
|
|
463
|
-
"id":
|
|
463
|
+
"id": 67,
|
|
464
464
|
"name": "__type",
|
|
465
465
|
"variant": "signature",
|
|
466
466
|
"kind": 4096,
|
|
@@ -477,14 +477,14 @@
|
|
|
477
477
|
"sources": [
|
|
478
478
|
{
|
|
479
479
|
"fileName": "environment/environment.ts",
|
|
480
|
-
"line":
|
|
480
|
+
"line": 24,
|
|
481
481
|
"character": 8,
|
|
482
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
482
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L24"
|
|
483
483
|
}
|
|
484
484
|
],
|
|
485
485
|
"parameters": [
|
|
486
486
|
{
|
|
487
|
-
"id":
|
|
487
|
+
"id": 68,
|
|
488
488
|
"name": "url",
|
|
489
489
|
"variant": "param",
|
|
490
490
|
"kind": 32768,
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
}
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
|
-
"id":
|
|
506
|
+
"id": 69,
|
|
507
507
|
"name": "token",
|
|
508
508
|
"variant": "param",
|
|
509
509
|
"kind": 32768,
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
524
|
{
|
|
525
|
-
"id":
|
|
525
|
+
"id": 70,
|
|
526
526
|
"name": "event",
|
|
527
527
|
"variant": "param",
|
|
528
528
|
"kind": 32768,
|
|
@@ -544,72 +544,46 @@
|
|
|
544
544
|
}
|
|
545
545
|
],
|
|
546
546
|
"type": {
|
|
547
|
-
"type": "
|
|
548
|
-
"
|
|
547
|
+
"type": "reference",
|
|
548
|
+
"target": {
|
|
549
|
+
"packageName": "typescript",
|
|
550
|
+
"packagePath": "lib/lib.es5.d.ts",
|
|
551
|
+
"qualifiedName": "Promise"
|
|
552
|
+
},
|
|
553
|
+
"typeArguments": [
|
|
554
|
+
{
|
|
555
|
+
"type": "intrinsic",
|
|
556
|
+
"name": "void"
|
|
557
|
+
}
|
|
558
|
+
],
|
|
559
|
+
"name": "Promise",
|
|
560
|
+
"package": "typescript"
|
|
549
561
|
}
|
|
550
562
|
}
|
|
551
563
|
]
|
|
552
564
|
}
|
|
553
565
|
}
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"id": 85,
|
|
557
|
-
"name": "storage",
|
|
558
|
-
"variant": "declaration",
|
|
559
|
-
"kind": 1024,
|
|
560
|
-
"flags": {},
|
|
561
|
-
"comment": {
|
|
562
|
-
"summary": [
|
|
563
|
-
{
|
|
564
|
-
"kind": "text",
|
|
565
|
-
"text": "Storage implementation used to persist data.\nShould implement the standard "
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"kind": "code",
|
|
569
|
-
"text": "`Storage`"
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"kind": "text",
|
|
573
|
-
"text": " interface."
|
|
574
|
-
}
|
|
575
|
-
]
|
|
576
|
-
},
|
|
577
|
-
"sources": [
|
|
578
|
-
{
|
|
579
|
-
"fileName": "environment/environment.ts",
|
|
580
|
-
"line": 56,
|
|
581
|
-
"character": 2,
|
|
582
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/environment.ts#L56"
|
|
583
|
-
}
|
|
584
|
-
],
|
|
585
|
-
"type": {
|
|
586
|
-
"type": "reference",
|
|
587
|
-
"target": 86,
|
|
588
|
-
"name": "Storage",
|
|
589
|
-
"package": "@coveo/relay"
|
|
590
|
-
}
|
|
591
566
|
}
|
|
592
567
|
],
|
|
593
568
|
"groups": [
|
|
594
569
|
{
|
|
595
570
|
"title": "Properties",
|
|
596
571
|
"children": [
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
85
|
|
572
|
+
80,
|
|
573
|
+
74,
|
|
574
|
+
71,
|
|
575
|
+
77,
|
|
576
|
+
64,
|
|
577
|
+
65
|
|
604
578
|
]
|
|
605
579
|
}
|
|
606
580
|
],
|
|
607
581
|
"sources": [
|
|
608
582
|
{
|
|
609
583
|
"fileName": "environment/environment.ts",
|
|
610
|
-
"line":
|
|
584
|
+
"line": 7,
|
|
611
585
|
"character": 17,
|
|
612
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
586
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/environment.ts#L7"
|
|
613
587
|
}
|
|
614
588
|
]
|
|
615
589
|
},
|
|
@@ -653,9 +627,9 @@
|
|
|
653
627
|
"sources": [
|
|
654
628
|
{
|
|
655
629
|
"fileName": "event/meta/meta.ts",
|
|
656
|
-
"line":
|
|
630
|
+
"line": 13,
|
|
657
631
|
"character": 2,
|
|
658
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
632
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L13"
|
|
659
633
|
}
|
|
660
634
|
],
|
|
661
635
|
"type": {
|
|
@@ -684,9 +658,9 @@
|
|
|
684
658
|
"sources": [
|
|
685
659
|
{
|
|
686
660
|
"fileName": "event/meta/meta.ts",
|
|
687
|
-
"line":
|
|
661
|
+
"line": 9,
|
|
688
662
|
"character": 17,
|
|
689
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
663
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L9"
|
|
690
664
|
}
|
|
691
665
|
]
|
|
692
666
|
},
|
|
@@ -730,9 +704,9 @@
|
|
|
730
704
|
"sources": [
|
|
731
705
|
{
|
|
732
706
|
"fileName": "event/meta/meta.ts",
|
|
733
|
-
"line":
|
|
707
|
+
"line": 44,
|
|
734
708
|
"character": 2,
|
|
735
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
709
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L44"
|
|
736
710
|
}
|
|
737
711
|
],
|
|
738
712
|
"type": {
|
|
@@ -757,9 +731,9 @@
|
|
|
757
731
|
"sources": [
|
|
758
732
|
{
|
|
759
733
|
"fileName": "event/meta/meta.ts",
|
|
760
|
-
"line":
|
|
734
|
+
"line": 29,
|
|
761
735
|
"character": 2,
|
|
762
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
736
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L29"
|
|
763
737
|
}
|
|
764
738
|
],
|
|
765
739
|
"type": {
|
|
@@ -786,9 +760,9 @@
|
|
|
786
760
|
"sources": [
|
|
787
761
|
{
|
|
788
762
|
"fileName": "event/meta/meta.ts",
|
|
789
|
-
"line":
|
|
763
|
+
"line": 59,
|
|
790
764
|
"character": 2,
|
|
791
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
765
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L59"
|
|
792
766
|
}
|
|
793
767
|
],
|
|
794
768
|
"type": {
|
|
@@ -822,9 +796,9 @@
|
|
|
822
796
|
"sources": [
|
|
823
797
|
{
|
|
824
798
|
"fileName": "event/meta/meta.ts",
|
|
825
|
-
"line":
|
|
799
|
+
"line": 54,
|
|
826
800
|
"character": 2,
|
|
827
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
801
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L54"
|
|
828
802
|
}
|
|
829
803
|
],
|
|
830
804
|
"type": {
|
|
@@ -858,9 +832,9 @@
|
|
|
858
832
|
"sources": [
|
|
859
833
|
{
|
|
860
834
|
"fileName": "event/meta/meta.ts",
|
|
861
|
-
"line":
|
|
835
|
+
"line": 39,
|
|
862
836
|
"character": 2,
|
|
863
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
837
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L39"
|
|
864
838
|
}
|
|
865
839
|
],
|
|
866
840
|
"type": {
|
|
@@ -888,9 +862,9 @@
|
|
|
888
862
|
"sources": [
|
|
889
863
|
{
|
|
890
864
|
"fileName": "event/meta/meta.ts",
|
|
891
|
-
"line":
|
|
865
|
+
"line": 34,
|
|
892
866
|
"character": 2,
|
|
893
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
867
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L34"
|
|
894
868
|
}
|
|
895
869
|
],
|
|
896
870
|
"type": {
|
|
@@ -915,9 +889,9 @@
|
|
|
915
889
|
"sources": [
|
|
916
890
|
{
|
|
917
891
|
"fileName": "event/meta/meta.ts",
|
|
918
|
-
"line":
|
|
892
|
+
"line": 24,
|
|
919
893
|
"character": 2,
|
|
920
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
894
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L24"
|
|
921
895
|
}
|
|
922
896
|
],
|
|
923
897
|
"type": {
|
|
@@ -942,9 +916,9 @@
|
|
|
942
916
|
"sources": [
|
|
943
917
|
{
|
|
944
918
|
"fileName": "event/meta/meta.ts",
|
|
945
|
-
"line":
|
|
919
|
+
"line": 49,
|
|
946
920
|
"character": 2,
|
|
947
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
921
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L49"
|
|
948
922
|
}
|
|
949
923
|
],
|
|
950
924
|
"type": {
|
|
@@ -980,9 +954,9 @@
|
|
|
980
954
|
"sources": [
|
|
981
955
|
{
|
|
982
956
|
"fileName": "event/meta/meta.ts",
|
|
983
|
-
"line":
|
|
957
|
+
"line": 20,
|
|
984
958
|
"character": 17,
|
|
985
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
959
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/meta/meta.ts#L20"
|
|
986
960
|
}
|
|
987
961
|
]
|
|
988
962
|
},
|
|
@@ -1018,9 +992,9 @@
|
|
|
1018
992
|
"sources": [
|
|
1019
993
|
{
|
|
1020
994
|
"fileName": "relay.ts",
|
|
1021
|
-
"line":
|
|
995
|
+
"line": 35,
|
|
1022
996
|
"character": 2,
|
|
1023
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
997
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L35"
|
|
1024
998
|
}
|
|
1025
999
|
],
|
|
1026
1000
|
"type": {
|
|
@@ -1034,9 +1008,9 @@
|
|
|
1034
1008
|
"sources": [
|
|
1035
1009
|
{
|
|
1036
1010
|
"fileName": "relay.ts",
|
|
1037
|
-
"line":
|
|
1011
|
+
"line": 35,
|
|
1038
1012
|
"character": 8,
|
|
1039
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1013
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L35"
|
|
1040
1014
|
}
|
|
1041
1015
|
],
|
|
1042
1016
|
"signatures": [
|
|
@@ -1058,9 +1032,9 @@
|
|
|
1058
1032
|
"sources": [
|
|
1059
1033
|
{
|
|
1060
1034
|
"fileName": "relay.ts",
|
|
1061
|
-
"line":
|
|
1035
|
+
"line": 35,
|
|
1062
1036
|
"character": 8,
|
|
1063
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1037
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L35"
|
|
1064
1038
|
}
|
|
1065
1039
|
],
|
|
1066
1040
|
"parameters": [
|
|
@@ -1120,8 +1094,20 @@
|
|
|
1120
1094
|
}
|
|
1121
1095
|
],
|
|
1122
1096
|
"type": {
|
|
1123
|
-
"type": "
|
|
1124
|
-
"
|
|
1097
|
+
"type": "reference",
|
|
1098
|
+
"target": {
|
|
1099
|
+
"packageName": "typescript",
|
|
1100
|
+
"packagePath": "lib/lib.es5.d.ts",
|
|
1101
|
+
"qualifiedName": "Promise"
|
|
1102
|
+
},
|
|
1103
|
+
"typeArguments": [
|
|
1104
|
+
{
|
|
1105
|
+
"type": "intrinsic",
|
|
1106
|
+
"name": "void"
|
|
1107
|
+
}
|
|
1108
|
+
],
|
|
1109
|
+
"name": "Promise",
|
|
1110
|
+
"package": "typescript"
|
|
1125
1111
|
}
|
|
1126
1112
|
}
|
|
1127
1113
|
]
|
|
@@ -1145,9 +1131,9 @@
|
|
|
1145
1131
|
"sources": [
|
|
1146
1132
|
{
|
|
1147
1133
|
"fileName": "relay.ts",
|
|
1148
|
-
"line":
|
|
1134
|
+
"line": 42,
|
|
1149
1135
|
"character": 2,
|
|
1150
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1136
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L42"
|
|
1151
1137
|
}
|
|
1152
1138
|
],
|
|
1153
1139
|
"type": {
|
|
@@ -1161,9 +1147,9 @@
|
|
|
1161
1147
|
"sources": [
|
|
1162
1148
|
{
|
|
1163
1149
|
"fileName": "relay.ts",
|
|
1164
|
-
"line":
|
|
1150
|
+
"line": 42,
|
|
1165
1151
|
"character": 11,
|
|
1166
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1152
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L42"
|
|
1167
1153
|
}
|
|
1168
1154
|
],
|
|
1169
1155
|
"signatures": [
|
|
@@ -1185,9 +1171,9 @@
|
|
|
1185
1171
|
"sources": [
|
|
1186
1172
|
{
|
|
1187
1173
|
"fileName": "relay.ts",
|
|
1188
|
-
"line":
|
|
1174
|
+
"line": 42,
|
|
1189
1175
|
"character": 11,
|
|
1190
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1176
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L42"
|
|
1191
1177
|
}
|
|
1192
1178
|
],
|
|
1193
1179
|
"parameters": [
|
|
@@ -1239,9 +1225,9 @@
|
|
|
1239
1225
|
"sources": [
|
|
1240
1226
|
{
|
|
1241
1227
|
"fileName": "relay.ts",
|
|
1242
|
-
"line":
|
|
1228
|
+
"line": 63,
|
|
1243
1229
|
"character": 2,
|
|
1244
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1230
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L63"
|
|
1245
1231
|
}
|
|
1246
1232
|
],
|
|
1247
1233
|
"type": {
|
|
@@ -1255,9 +1241,9 @@
|
|
|
1255
1241
|
"sources": [
|
|
1256
1242
|
{
|
|
1257
1243
|
"fileName": "relay.ts",
|
|
1258
|
-
"line":
|
|
1244
|
+
"line": 63,
|
|
1259
1245
|
"character": 7,
|
|
1260
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1246
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L63"
|
|
1261
1247
|
}
|
|
1262
1248
|
],
|
|
1263
1249
|
"signatures": [
|
|
@@ -1279,9 +1265,9 @@
|
|
|
1279
1265
|
"sources": [
|
|
1280
1266
|
{
|
|
1281
1267
|
"fileName": "relay.ts",
|
|
1282
|
-
"line":
|
|
1268
|
+
"line": 63,
|
|
1283
1269
|
"character": 7,
|
|
1284
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1270
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L63"
|
|
1285
1271
|
}
|
|
1286
1272
|
],
|
|
1287
1273
|
"parameters": [
|
|
@@ -1354,9 +1340,9 @@
|
|
|
1354
1340
|
"sources": [
|
|
1355
1341
|
{
|
|
1356
1342
|
"fileName": "relay.ts",
|
|
1357
|
-
"line":
|
|
1343
|
+
"line": 54,
|
|
1358
1344
|
"character": 2,
|
|
1359
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1345
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L54"
|
|
1360
1346
|
}
|
|
1361
1347
|
],
|
|
1362
1348
|
"type": {
|
|
@@ -1370,9 +1356,9 @@
|
|
|
1370
1356
|
"sources": [
|
|
1371
1357
|
{
|
|
1372
1358
|
"fileName": "relay.ts",
|
|
1373
|
-
"line":
|
|
1359
|
+
"line": 54,
|
|
1374
1360
|
"character": 6,
|
|
1375
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1361
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L54"
|
|
1376
1362
|
}
|
|
1377
1363
|
],
|
|
1378
1364
|
"signatures": [
|
|
@@ -1394,9 +1380,9 @@
|
|
|
1394
1380
|
"sources": [
|
|
1395
1381
|
{
|
|
1396
1382
|
"fileName": "relay.ts",
|
|
1397
|
-
"line":
|
|
1383
|
+
"line": 54,
|
|
1398
1384
|
"character": 6,
|
|
1399
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1385
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L54"
|
|
1400
1386
|
}
|
|
1401
1387
|
],
|
|
1402
1388
|
"parameters": [
|
|
@@ -1469,9 +1455,9 @@
|
|
|
1469
1455
|
"sources": [
|
|
1470
1456
|
{
|
|
1471
1457
|
"fileName": "relay.ts",
|
|
1472
|
-
"line":
|
|
1458
|
+
"line": 70,
|
|
1473
1459
|
"character": 2,
|
|
1474
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1460
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L70"
|
|
1475
1461
|
}
|
|
1476
1462
|
],
|
|
1477
1463
|
"type": {
|
|
@@ -1485,9 +1471,9 @@
|
|
|
1485
1471
|
"sources": [
|
|
1486
1472
|
{
|
|
1487
1473
|
"fileName": "relay.ts",
|
|
1488
|
-
"line":
|
|
1474
|
+
"line": 70,
|
|
1489
1475
|
"character": 16,
|
|
1490
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1476
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L70"
|
|
1491
1477
|
}
|
|
1492
1478
|
],
|
|
1493
1479
|
"signatures": [
|
|
@@ -1509,9 +1495,9 @@
|
|
|
1509
1495
|
"sources": [
|
|
1510
1496
|
{
|
|
1511
1497
|
"fileName": "relay.ts",
|
|
1512
|
-
"line":
|
|
1498
|
+
"line": 70,
|
|
1513
1499
|
"character": 16,
|
|
1514
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1500
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L70"
|
|
1515
1501
|
}
|
|
1516
1502
|
],
|
|
1517
1503
|
"parameters": [
|
|
@@ -1575,9 +1561,9 @@
|
|
|
1575
1561
|
"sources": [
|
|
1576
1562
|
{
|
|
1577
1563
|
"fileName": "relay.ts",
|
|
1578
|
-
"line":
|
|
1564
|
+
"line": 75,
|
|
1579
1565
|
"character": 2,
|
|
1580
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1566
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L75"
|
|
1581
1567
|
}
|
|
1582
1568
|
],
|
|
1583
1569
|
"type": {
|
|
@@ -1602,9 +1588,9 @@
|
|
|
1602
1588
|
"sources": [
|
|
1603
1589
|
{
|
|
1604
1590
|
"fileName": "relay.ts",
|
|
1605
|
-
"line":
|
|
1591
|
+
"line": 28,
|
|
1606
1592
|
"character": 10,
|
|
1607
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1593
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L28"
|
|
1608
1594
|
}
|
|
1609
1595
|
]
|
|
1610
1596
|
},
|
|
@@ -1652,7 +1638,7 @@
|
|
|
1652
1638
|
"fileName": "config/config.ts",
|
|
1653
1639
|
"line": 42,
|
|
1654
1640
|
"character": 2,
|
|
1655
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1641
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/config/config.ts#L42"
|
|
1656
1642
|
}
|
|
1657
1643
|
],
|
|
1658
1644
|
"type": {
|
|
@@ -1726,7 +1712,7 @@
|
|
|
1726
1712
|
"fileName": "config/config.ts",
|
|
1727
1713
|
"line": 29,
|
|
1728
1714
|
"character": 2,
|
|
1729
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1715
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/config/config.ts#L29"
|
|
1730
1716
|
}
|
|
1731
1717
|
],
|
|
1732
1718
|
"type": {
|
|
@@ -1764,7 +1750,7 @@
|
|
|
1764
1750
|
"fileName": "config/config.ts",
|
|
1765
1751
|
"line": 36,
|
|
1766
1752
|
"character": 2,
|
|
1767
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1753
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/config/config.ts#L36"
|
|
1768
1754
|
}
|
|
1769
1755
|
],
|
|
1770
1756
|
"type": {
|
|
@@ -1794,7 +1780,7 @@
|
|
|
1794
1780
|
"fileName": "config/config.ts",
|
|
1795
1781
|
"line": 15,
|
|
1796
1782
|
"character": 2,
|
|
1797
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1783
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/config/config.ts#L15"
|
|
1798
1784
|
}
|
|
1799
1785
|
],
|
|
1800
1786
|
"type": {
|
|
@@ -1821,7 +1807,7 @@
|
|
|
1821
1807
|
"fileName": "config/config.ts",
|
|
1822
1808
|
"line": 21,
|
|
1823
1809
|
"character": 2,
|
|
1824
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1810
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/config/config.ts#L21"
|
|
1825
1811
|
}
|
|
1826
1812
|
],
|
|
1827
1813
|
"type": {
|
|
@@ -1857,7 +1843,7 @@
|
|
|
1857
1843
|
"fileName": "config/config.ts",
|
|
1858
1844
|
"line": 10,
|
|
1859
1845
|
"character": 2,
|
|
1860
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1846
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/config/config.ts#L10"
|
|
1861
1847
|
}
|
|
1862
1848
|
],
|
|
1863
1849
|
"type": {
|
|
@@ -1884,7 +1870,7 @@
|
|
|
1884
1870
|
"fileName": "config/config.ts",
|
|
1885
1871
|
"line": 6,
|
|
1886
1872
|
"character": 17,
|
|
1887
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1873
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/config/config.ts#L6"
|
|
1888
1874
|
}
|
|
1889
1875
|
]
|
|
1890
1876
|
},
|
|
@@ -1928,9 +1914,9 @@
|
|
|
1928
1914
|
"sources": [
|
|
1929
1915
|
{
|
|
1930
1916
|
"fileName": "event/relay-event.ts",
|
|
1931
|
-
"line":
|
|
1917
|
+
"line": 13,
|
|
1932
1918
|
"character": 2,
|
|
1933
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1919
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/relay-event.ts#L13"
|
|
1934
1920
|
}
|
|
1935
1921
|
],
|
|
1936
1922
|
"type": {
|
|
@@ -1964,9 +1950,9 @@
|
|
|
1964
1950
|
"sources": [
|
|
1965
1951
|
{
|
|
1966
1952
|
"fileName": "event/relay-event.ts",
|
|
1967
|
-
"line":
|
|
1953
|
+
"line": 9,
|
|
1968
1954
|
"character": 17,
|
|
1969
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
1955
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/event/relay-event.ts#L9"
|
|
1970
1956
|
}
|
|
1971
1957
|
],
|
|
1972
1958
|
"extendedTypes": [
|
|
@@ -1978,353 +1964,6 @@
|
|
|
1978
1964
|
}
|
|
1979
1965
|
]
|
|
1980
1966
|
},
|
|
1981
|
-
{
|
|
1982
|
-
"id": 86,
|
|
1983
|
-
"name": "Storage",
|
|
1984
|
-
"variant": "declaration",
|
|
1985
|
-
"kind": 256,
|
|
1986
|
-
"flags": {},
|
|
1987
|
-
"comment": {
|
|
1988
|
-
"summary": [
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "text",
|
|
1991
|
-
"text": "Interface that defines a minimal key-value storage mechanism used by Relay."
|
|
1992
|
-
}
|
|
1993
|
-
]
|
|
1994
|
-
},
|
|
1995
|
-
"children": [
|
|
1996
|
-
{
|
|
1997
|
-
"id": 87,
|
|
1998
|
-
"name": "getItem",
|
|
1999
|
-
"variant": "declaration",
|
|
2000
|
-
"kind": 1024,
|
|
2001
|
-
"flags": {},
|
|
2002
|
-
"comment": {
|
|
2003
|
-
"summary": [
|
|
2004
|
-
{
|
|
2005
|
-
"kind": "text",
|
|
2006
|
-
"text": "Retrieves the stored string value associated with the specified key.\nReturns "
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "code",
|
|
2010
|
-
"text": "`null`"
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "text",
|
|
2014
|
-
"text": " if the key does not exist or has no value."
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
2017
|
-
},
|
|
2018
|
-
"sources": [
|
|
2019
|
-
{
|
|
2020
|
-
"fileName": "environment/storage.ts",
|
|
2021
|
-
"line": 11,
|
|
2022
|
-
"character": 2,
|
|
2023
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L11"
|
|
2024
|
-
}
|
|
2025
|
-
],
|
|
2026
|
-
"type": {
|
|
2027
|
-
"type": "reflection",
|
|
2028
|
-
"declaration": {
|
|
2029
|
-
"id": 88,
|
|
2030
|
-
"name": "__type",
|
|
2031
|
-
"variant": "declaration",
|
|
2032
|
-
"kind": 65536,
|
|
2033
|
-
"flags": {},
|
|
2034
|
-
"sources": [
|
|
2035
|
-
{
|
|
2036
|
-
"fileName": "environment/storage.ts",
|
|
2037
|
-
"line": 11,
|
|
2038
|
-
"character": 11,
|
|
2039
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L11"
|
|
2040
|
-
}
|
|
2041
|
-
],
|
|
2042
|
-
"signatures": [
|
|
2043
|
-
{
|
|
2044
|
-
"id": 89,
|
|
2045
|
-
"name": "__type",
|
|
2046
|
-
"variant": "signature",
|
|
2047
|
-
"kind": 4096,
|
|
2048
|
-
"flags": {},
|
|
2049
|
-
"comment": {
|
|
2050
|
-
"summary": [],
|
|
2051
|
-
"blockTags": [
|
|
2052
|
-
{
|
|
2053
|
-
"tag": "@returns",
|
|
2054
|
-
"content": []
|
|
2055
|
-
}
|
|
2056
|
-
]
|
|
2057
|
-
},
|
|
2058
|
-
"sources": [
|
|
2059
|
-
{
|
|
2060
|
-
"fileName": "environment/storage.ts",
|
|
2061
|
-
"line": 11,
|
|
2062
|
-
"character": 11,
|
|
2063
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L11"
|
|
2064
|
-
}
|
|
2065
|
-
],
|
|
2066
|
-
"parameters": [
|
|
2067
|
-
{
|
|
2068
|
-
"id": 90,
|
|
2069
|
-
"name": "key",
|
|
2070
|
-
"variant": "param",
|
|
2071
|
-
"kind": 32768,
|
|
2072
|
-
"flags": {},
|
|
2073
|
-
"comment": {
|
|
2074
|
-
"summary": [
|
|
2075
|
-
{
|
|
2076
|
-
"kind": "text",
|
|
2077
|
-
"text": "Key corresponding to the desired value."
|
|
2078
|
-
}
|
|
2079
|
-
]
|
|
2080
|
-
},
|
|
2081
|
-
"type": {
|
|
2082
|
-
"type": "intrinsic",
|
|
2083
|
-
"name": "string"
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
|
-
],
|
|
2087
|
-
"type": {
|
|
2088
|
-
"type": "union",
|
|
2089
|
-
"types": [
|
|
2090
|
-
{
|
|
2091
|
-
"type": "intrinsic",
|
|
2092
|
-
"name": "string"
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"type": "literal",
|
|
2096
|
-
"value": null
|
|
2097
|
-
}
|
|
2098
|
-
]
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2101
|
-
]
|
|
2102
|
-
}
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"id": 91,
|
|
2107
|
-
"name": "removeItem",
|
|
2108
|
-
"variant": "declaration",
|
|
2109
|
-
"kind": 1024,
|
|
2110
|
-
"flags": {},
|
|
2111
|
-
"comment": {
|
|
2112
|
-
"summary": [
|
|
2113
|
-
{
|
|
2114
|
-
"kind": "text",
|
|
2115
|
-
"text": "Removes the value associated with the specified key from storage.\nIf the key does not exist, no action is taken."
|
|
2116
|
-
}
|
|
2117
|
-
]
|
|
2118
|
-
},
|
|
2119
|
-
"sources": [
|
|
2120
|
-
{
|
|
2121
|
-
"fileName": "environment/storage.ts",
|
|
2122
|
-
"line": 19,
|
|
2123
|
-
"character": 2,
|
|
2124
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L19"
|
|
2125
|
-
}
|
|
2126
|
-
],
|
|
2127
|
-
"type": {
|
|
2128
|
-
"type": "reflection",
|
|
2129
|
-
"declaration": {
|
|
2130
|
-
"id": 92,
|
|
2131
|
-
"name": "__type",
|
|
2132
|
-
"variant": "declaration",
|
|
2133
|
-
"kind": 65536,
|
|
2134
|
-
"flags": {},
|
|
2135
|
-
"sources": [
|
|
2136
|
-
{
|
|
2137
|
-
"fileName": "environment/storage.ts",
|
|
2138
|
-
"line": 19,
|
|
2139
|
-
"character": 14,
|
|
2140
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L19"
|
|
2141
|
-
}
|
|
2142
|
-
],
|
|
2143
|
-
"signatures": [
|
|
2144
|
-
{
|
|
2145
|
-
"id": 93,
|
|
2146
|
-
"name": "__type",
|
|
2147
|
-
"variant": "signature",
|
|
2148
|
-
"kind": 4096,
|
|
2149
|
-
"flags": {},
|
|
2150
|
-
"comment": {
|
|
2151
|
-
"summary": [],
|
|
2152
|
-
"blockTags": [
|
|
2153
|
-
{
|
|
2154
|
-
"tag": "@returns",
|
|
2155
|
-
"content": []
|
|
2156
|
-
}
|
|
2157
|
-
]
|
|
2158
|
-
},
|
|
2159
|
-
"sources": [
|
|
2160
|
-
{
|
|
2161
|
-
"fileName": "environment/storage.ts",
|
|
2162
|
-
"line": 19,
|
|
2163
|
-
"character": 14,
|
|
2164
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L19"
|
|
2165
|
-
}
|
|
2166
|
-
],
|
|
2167
|
-
"parameters": [
|
|
2168
|
-
{
|
|
2169
|
-
"id": 94,
|
|
2170
|
-
"name": "key",
|
|
2171
|
-
"variant": "param",
|
|
2172
|
-
"kind": 32768,
|
|
2173
|
-
"flags": {},
|
|
2174
|
-
"comment": {
|
|
2175
|
-
"summary": [
|
|
2176
|
-
{
|
|
2177
|
-
"kind": "text",
|
|
2178
|
-
"text": "Key to remove."
|
|
2179
|
-
}
|
|
2180
|
-
]
|
|
2181
|
-
},
|
|
2182
|
-
"type": {
|
|
2183
|
-
"type": "intrinsic",
|
|
2184
|
-
"name": "string"
|
|
2185
|
-
}
|
|
2186
|
-
}
|
|
2187
|
-
],
|
|
2188
|
-
"type": {
|
|
2189
|
-
"type": "intrinsic",
|
|
2190
|
-
"name": "void"
|
|
2191
|
-
}
|
|
2192
|
-
}
|
|
2193
|
-
]
|
|
2194
|
-
}
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"id": 95,
|
|
2199
|
-
"name": "setItem",
|
|
2200
|
-
"variant": "declaration",
|
|
2201
|
-
"kind": 1024,
|
|
2202
|
-
"flags": {},
|
|
2203
|
-
"comment": {
|
|
2204
|
-
"summary": [
|
|
2205
|
-
{
|
|
2206
|
-
"kind": "text",
|
|
2207
|
-
"text": "Stores a string value under the specified key. Overwrites any existing value."
|
|
2208
|
-
}
|
|
2209
|
-
]
|
|
2210
|
-
},
|
|
2211
|
-
"sources": [
|
|
2212
|
-
{
|
|
2213
|
-
"fileName": "environment/storage.ts",
|
|
2214
|
-
"line": 27,
|
|
2215
|
-
"character": 2,
|
|
2216
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L27"
|
|
2217
|
-
}
|
|
2218
|
-
],
|
|
2219
|
-
"type": {
|
|
2220
|
-
"type": "reflection",
|
|
2221
|
-
"declaration": {
|
|
2222
|
-
"id": 96,
|
|
2223
|
-
"name": "__type",
|
|
2224
|
-
"variant": "declaration",
|
|
2225
|
-
"kind": 65536,
|
|
2226
|
-
"flags": {},
|
|
2227
|
-
"sources": [
|
|
2228
|
-
{
|
|
2229
|
-
"fileName": "environment/storage.ts",
|
|
2230
|
-
"line": 27,
|
|
2231
|
-
"character": 11,
|
|
2232
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L27"
|
|
2233
|
-
}
|
|
2234
|
-
],
|
|
2235
|
-
"signatures": [
|
|
2236
|
-
{
|
|
2237
|
-
"id": 97,
|
|
2238
|
-
"name": "__type",
|
|
2239
|
-
"variant": "signature",
|
|
2240
|
-
"kind": 4096,
|
|
2241
|
-
"flags": {},
|
|
2242
|
-
"comment": {
|
|
2243
|
-
"summary": [],
|
|
2244
|
-
"blockTags": [
|
|
2245
|
-
{
|
|
2246
|
-
"tag": "@returns",
|
|
2247
|
-
"content": []
|
|
2248
|
-
}
|
|
2249
|
-
]
|
|
2250
|
-
},
|
|
2251
|
-
"sources": [
|
|
2252
|
-
{
|
|
2253
|
-
"fileName": "environment/storage.ts",
|
|
2254
|
-
"line": 27,
|
|
2255
|
-
"character": 11,
|
|
2256
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L27"
|
|
2257
|
-
}
|
|
2258
|
-
],
|
|
2259
|
-
"parameters": [
|
|
2260
|
-
{
|
|
2261
|
-
"id": 98,
|
|
2262
|
-
"name": "key",
|
|
2263
|
-
"variant": "param",
|
|
2264
|
-
"kind": 32768,
|
|
2265
|
-
"flags": {},
|
|
2266
|
-
"comment": {
|
|
2267
|
-
"summary": [
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "text",
|
|
2270
|
-
"text": "Key under which the value should be stored."
|
|
2271
|
-
}
|
|
2272
|
-
]
|
|
2273
|
-
},
|
|
2274
|
-
"type": {
|
|
2275
|
-
"type": "intrinsic",
|
|
2276
|
-
"name": "string"
|
|
2277
|
-
}
|
|
2278
|
-
},
|
|
2279
|
-
{
|
|
2280
|
-
"id": 99,
|
|
2281
|
-
"name": "data",
|
|
2282
|
-
"variant": "param",
|
|
2283
|
-
"kind": 32768,
|
|
2284
|
-
"flags": {},
|
|
2285
|
-
"comment": {
|
|
2286
|
-
"summary": [
|
|
2287
|
-
{
|
|
2288
|
-
"kind": "text",
|
|
2289
|
-
"text": "String data to store."
|
|
2290
|
-
}
|
|
2291
|
-
]
|
|
2292
|
-
},
|
|
2293
|
-
"type": {
|
|
2294
|
-
"type": "intrinsic",
|
|
2295
|
-
"name": "string"
|
|
2296
|
-
}
|
|
2297
|
-
}
|
|
2298
|
-
],
|
|
2299
|
-
"type": {
|
|
2300
|
-
"type": "intrinsic",
|
|
2301
|
-
"name": "void"
|
|
2302
|
-
}
|
|
2303
|
-
}
|
|
2304
|
-
]
|
|
2305
|
-
}
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
],
|
|
2309
|
-
"groups": [
|
|
2310
|
-
{
|
|
2311
|
-
"title": "Properties",
|
|
2312
|
-
"children": [
|
|
2313
|
-
87,
|
|
2314
|
-
91,
|
|
2315
|
-
95
|
|
2316
|
-
]
|
|
2317
|
-
}
|
|
2318
|
-
],
|
|
2319
|
-
"sources": [
|
|
2320
|
-
{
|
|
2321
|
-
"fileName": "environment/storage.ts",
|
|
2322
|
-
"line": 4,
|
|
2323
|
-
"character": 17,
|
|
2324
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/storage.ts#L4"
|
|
2325
|
-
}
|
|
2326
|
-
]
|
|
2327
|
-
},
|
|
2328
1967
|
{
|
|
2329
1968
|
"id": 62,
|
|
2330
1969
|
"name": "CustomEnvironment",
|
|
@@ -2358,117 +1997,53 @@
|
|
|
2358
1997
|
"sources": [
|
|
2359
1998
|
{
|
|
2360
1999
|
"fileName": "environment/custom/custom.ts",
|
|
2361
|
-
"line":
|
|
2000
|
+
"line": 10,
|
|
2362
2001
|
"character": 12,
|
|
2363
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2002
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/environment/custom/custom.ts#L10"
|
|
2364
2003
|
}
|
|
2365
2004
|
],
|
|
2366
2005
|
"type": {
|
|
2367
|
-
"type": "
|
|
2368
|
-
"
|
|
2006
|
+
"type": "reference",
|
|
2007
|
+
"target": {
|
|
2008
|
+
"packageName": "typescript",
|
|
2009
|
+
"packagePath": "lib/lib.es5.d.ts",
|
|
2010
|
+
"qualifiedName": "Pick"
|
|
2011
|
+
},
|
|
2012
|
+
"typeArguments": [
|
|
2369
2013
|
{
|
|
2370
2014
|
"type": "reference",
|
|
2371
|
-
"target":
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
"
|
|
2015
|
+
"target": 63,
|
|
2016
|
+
"name": "Environment",
|
|
2017
|
+
"package": "@coveo/relay"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"type": "union",
|
|
2021
|
+
"types": [
|
|
2377
2022
|
{
|
|
2378
|
-
"type": "
|
|
2379
|
-
"
|
|
2380
|
-
"name": "Environment",
|
|
2381
|
-
"package": "@coveo/relay"
|
|
2023
|
+
"type": "literal",
|
|
2024
|
+
"value": "getClientId"
|
|
2382
2025
|
},
|
|
2383
2026
|
{
|
|
2384
|
-
"type": "
|
|
2385
|
-
"
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
{
|
|
2399
|
-
"type": "literal",
|
|
2400
|
-
"value": "getUserAgent"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"type": "literal",
|
|
2404
|
-
"value": "send"
|
|
2405
|
-
}
|
|
2406
|
-
]
|
|
2027
|
+
"type": "literal",
|
|
2028
|
+
"value": "getLocation"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"type": "literal",
|
|
2032
|
+
"value": "getReferrer"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"type": "literal",
|
|
2036
|
+
"value": "getUserAgent"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"type": "literal",
|
|
2040
|
+
"value": "send"
|
|
2407
2041
|
}
|
|
2408
|
-
]
|
|
2409
|
-
"name": "Pick",
|
|
2410
|
-
"package": "typescript"
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"type": "reflection",
|
|
2414
|
-
"declaration": {
|
|
2415
|
-
"id": 63,
|
|
2416
|
-
"name": "__type",
|
|
2417
|
-
"variant": "declaration",
|
|
2418
|
-
"kind": 65536,
|
|
2419
|
-
"flags": {},
|
|
2420
|
-
"children": [
|
|
2421
|
-
{
|
|
2422
|
-
"id": 64,
|
|
2423
|
-
"name": "storage",
|
|
2424
|
-
"variant": "declaration",
|
|
2425
|
-
"kind": 1024,
|
|
2426
|
-
"flags": {
|
|
2427
|
-
"isOptional": true
|
|
2428
|
-
},
|
|
2429
|
-
"comment": {
|
|
2430
|
-
"summary": [
|
|
2431
|
-
{
|
|
2432
|
-
"kind": "text",
|
|
2433
|
-
"text": "Optional custom implementation of a storage mechanism (e.g., in-memory, cookie-based).\nIf not provided, a null storage implementation will be used."
|
|
2434
|
-
}
|
|
2435
|
-
]
|
|
2436
|
-
},
|
|
2437
|
-
"sources": [
|
|
2438
|
-
{
|
|
2439
|
-
"fileName": "environment/custom/custom.ts",
|
|
2440
|
-
"line": 20,
|
|
2441
|
-
"character": 2,
|
|
2442
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/custom/custom.ts#L20"
|
|
2443
|
-
}
|
|
2444
|
-
],
|
|
2445
|
-
"type": {
|
|
2446
|
-
"type": "reference",
|
|
2447
|
-
"target": 86,
|
|
2448
|
-
"name": "Storage",
|
|
2449
|
-
"package": "@coveo/relay"
|
|
2450
|
-
}
|
|
2451
|
-
}
|
|
2452
|
-
],
|
|
2453
|
-
"groups": [
|
|
2454
|
-
{
|
|
2455
|
-
"title": "Properties",
|
|
2456
|
-
"children": [
|
|
2457
|
-
64
|
|
2458
|
-
]
|
|
2459
|
-
}
|
|
2460
|
-
],
|
|
2461
|
-
"sources": [
|
|
2462
|
-
{
|
|
2463
|
-
"fileName": "environment/custom/custom.ts",
|
|
2464
|
-
"line": 14,
|
|
2465
|
-
"character": 4,
|
|
2466
|
-
"url": "https://github.com/coveo-platform/relay/blob/430fb4b752120d9778124ee349753b82016f5224/packages/relay/src/environment/custom/custom.ts#L14"
|
|
2467
|
-
}
|
|
2468
|
-
]
|
|
2469
|
-
}
|
|
2042
|
+
]
|
|
2470
2043
|
}
|
|
2471
|
-
]
|
|
2044
|
+
],
|
|
2045
|
+
"name": "Pick",
|
|
2046
|
+
"package": "typescript"
|
|
2472
2047
|
}
|
|
2473
2048
|
},
|
|
2474
2049
|
{
|
|
@@ -2490,7 +2065,7 @@
|
|
|
2490
2065
|
"fileName": "listener/listener.ts",
|
|
2491
2066
|
"line": 11,
|
|
2492
2067
|
"character": 12,
|
|
2493
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2068
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/listener/listener.ts#L11"
|
|
2494
2069
|
}
|
|
2495
2070
|
],
|
|
2496
2071
|
"type": {
|
|
@@ -2506,7 +2081,7 @@
|
|
|
2506
2081
|
"fileName": "listener/listener.ts",
|
|
2507
2082
|
"line": 11,
|
|
2508
2083
|
"character": 28,
|
|
2509
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2084
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/listener/listener.ts#L11"
|
|
2510
2085
|
}
|
|
2511
2086
|
],
|
|
2512
2087
|
"signatures": [
|
|
@@ -2574,9 +2149,9 @@
|
|
|
2574
2149
|
"sources": [
|
|
2575
2150
|
{
|
|
2576
2151
|
"fileName": "relay.ts",
|
|
2577
|
-
"line":
|
|
2152
|
+
"line": 22,
|
|
2578
2153
|
"character": 12,
|
|
2579
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2154
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L22"
|
|
2580
2155
|
}
|
|
2581
2156
|
],
|
|
2582
2157
|
"type": {
|
|
@@ -2590,9 +2165,9 @@
|
|
|
2590
2165
|
"sources": [
|
|
2591
2166
|
{
|
|
2592
2167
|
"fileName": "relay.ts",
|
|
2593
|
-
"line":
|
|
2168
|
+
"line": 22,
|
|
2594
2169
|
"character": 18,
|
|
2595
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2170
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L22"
|
|
2596
2171
|
}
|
|
2597
2172
|
],
|
|
2598
2173
|
"signatures": [
|
|
@@ -2639,7 +2214,7 @@
|
|
|
2639
2214
|
"fileName": "relay-payload.ts",
|
|
2640
2215
|
"line": 5,
|
|
2641
2216
|
"character": 12,
|
|
2642
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2217
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay-payload.ts#L5"
|
|
2643
2218
|
}
|
|
2644
2219
|
],
|
|
2645
2220
|
"type": {
|
|
@@ -2679,9 +2254,9 @@
|
|
|
2679
2254
|
"sources": [
|
|
2680
2255
|
{
|
|
2681
2256
|
"fileName": "relay.ts",
|
|
2682
|
-
"line":
|
|
2257
|
+
"line": 83,
|
|
2683
2258
|
"character": 16,
|
|
2684
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2259
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L83"
|
|
2685
2260
|
}
|
|
2686
2261
|
],
|
|
2687
2262
|
"signatures": [
|
|
@@ -2708,9 +2283,9 @@
|
|
|
2708
2283
|
"sources": [
|
|
2709
2284
|
{
|
|
2710
2285
|
"fileName": "relay.ts",
|
|
2711
|
-
"line":
|
|
2286
|
+
"line": 83,
|
|
2712
2287
|
"character": 16,
|
|
2713
|
-
"url": "https://github.com/coveo-platform/relay/blob/
|
|
2288
|
+
"url": "https://github.com/coveo-platform/relay/blob/e3b297a164987ea09adea678ee7091e7e253f344/packages/relay/src/relay.ts#L83"
|
|
2714
2289
|
}
|
|
2715
2290
|
],
|
|
2716
2291
|
"parameters": [
|
|
@@ -2742,13 +2317,12 @@
|
|
|
2742
2317
|
{
|
|
2743
2318
|
"title": "Interfaces",
|
|
2744
2319
|
"children": [
|
|
2745
|
-
|
|
2320
|
+
63,
|
|
2746
2321
|
44,
|
|
2747
2322
|
35,
|
|
2748
2323
|
7,
|
|
2749
2324
|
50,
|
|
2750
|
-
58
|
|
2751
|
-
86
|
|
2325
|
+
58
|
|
2752
2326
|
]
|
|
2753
2327
|
},
|
|
2754
2328
|
{
|
|
@@ -2768,7 +2342,7 @@
|
|
|
2768
2342
|
}
|
|
2769
2343
|
],
|
|
2770
2344
|
"packageName": "@coveo/relay",
|
|
2771
|
-
"packageVersion": "
|
|
2345
|
+
"packageVersion": "2.0.0",
|
|
2772
2346
|
"readme": [
|
|
2773
2347
|
{
|
|
2774
2348
|
"kind": "text",
|
|
@@ -3076,63 +2650,63 @@
|
|
|
3076
2650
|
},
|
|
3077
2651
|
"63": {
|
|
3078
2652
|
"packageName": "@coveo/relay",
|
|
3079
|
-
"packagePath": "src/environment/
|
|
3080
|
-
"qualifiedName": "
|
|
2653
|
+
"packagePath": "src/environment/environment.ts",
|
|
2654
|
+
"qualifiedName": "Environment"
|
|
3081
2655
|
},
|
|
3082
2656
|
"64": {
|
|
3083
2657
|
"packageName": "@coveo/relay",
|
|
3084
|
-
"packagePath": "src/environment/
|
|
3085
|
-
"qualifiedName": "
|
|
2658
|
+
"packagePath": "src/environment/environment.ts",
|
|
2659
|
+
"qualifiedName": "Environment.runtime"
|
|
3086
2660
|
},
|
|
3087
2661
|
"65": {
|
|
3088
2662
|
"packageName": "@coveo/relay",
|
|
3089
2663
|
"packagePath": "src/environment/environment.ts",
|
|
3090
|
-
"qualifiedName": "Environment"
|
|
2664
|
+
"qualifiedName": "Environment.send"
|
|
3091
2665
|
},
|
|
3092
2666
|
"66": {
|
|
3093
2667
|
"packageName": "@coveo/relay",
|
|
3094
2668
|
"packagePath": "src/environment/environment.ts",
|
|
3095
|
-
"qualifiedName": "
|
|
2669
|
+
"qualifiedName": "__type"
|
|
3096
2670
|
},
|
|
3097
2671
|
"67": {
|
|
3098
2672
|
"packageName": "@coveo/relay",
|
|
3099
2673
|
"packagePath": "src/environment/environment.ts",
|
|
3100
|
-
"qualifiedName": "
|
|
2674
|
+
"qualifiedName": "__type"
|
|
3101
2675
|
},
|
|
3102
2676
|
"68": {
|
|
3103
2677
|
"packageName": "@coveo/relay",
|
|
3104
2678
|
"packagePath": "src/environment/environment.ts",
|
|
3105
|
-
"qualifiedName": "
|
|
2679
|
+
"qualifiedName": "url"
|
|
3106
2680
|
},
|
|
3107
2681
|
"69": {
|
|
3108
2682
|
"packageName": "@coveo/relay",
|
|
3109
2683
|
"packagePath": "src/environment/environment.ts",
|
|
3110
|
-
"qualifiedName": "
|
|
2684
|
+
"qualifiedName": "token"
|
|
3111
2685
|
},
|
|
3112
2686
|
"70": {
|
|
3113
2687
|
"packageName": "@coveo/relay",
|
|
3114
2688
|
"packagePath": "src/environment/environment.ts",
|
|
3115
|
-
"qualifiedName": "
|
|
2689
|
+
"qualifiedName": "event"
|
|
3116
2690
|
},
|
|
3117
2691
|
"71": {
|
|
3118
2692
|
"packageName": "@coveo/relay",
|
|
3119
2693
|
"packagePath": "src/environment/environment.ts",
|
|
3120
|
-
"qualifiedName": "
|
|
2694
|
+
"qualifiedName": "Environment.getReferrer"
|
|
3121
2695
|
},
|
|
3122
2696
|
"72": {
|
|
3123
2697
|
"packageName": "@coveo/relay",
|
|
3124
2698
|
"packagePath": "src/environment/environment.ts",
|
|
3125
|
-
"qualifiedName": "
|
|
2699
|
+
"qualifiedName": "__type"
|
|
3126
2700
|
},
|
|
3127
2701
|
"73": {
|
|
3128
2702
|
"packageName": "@coveo/relay",
|
|
3129
2703
|
"packagePath": "src/environment/environment.ts",
|
|
3130
|
-
"qualifiedName": "
|
|
2704
|
+
"qualifiedName": "__type"
|
|
3131
2705
|
},
|
|
3132
2706
|
"74": {
|
|
3133
2707
|
"packageName": "@coveo/relay",
|
|
3134
2708
|
"packagePath": "src/environment/environment.ts",
|
|
3135
|
-
"qualifiedName": "
|
|
2709
|
+
"qualifiedName": "Environment.getLocation"
|
|
3136
2710
|
},
|
|
3137
2711
|
"75": {
|
|
3138
2712
|
"packageName": "@coveo/relay",
|
|
@@ -3142,12 +2716,12 @@
|
|
|
3142
2716
|
"76": {
|
|
3143
2717
|
"packageName": "@coveo/relay",
|
|
3144
2718
|
"packagePath": "src/environment/environment.ts",
|
|
3145
|
-
"qualifiedName": "
|
|
2719
|
+
"qualifiedName": "__type"
|
|
3146
2720
|
},
|
|
3147
2721
|
"77": {
|
|
3148
2722
|
"packageName": "@coveo/relay",
|
|
3149
2723
|
"packagePath": "src/environment/environment.ts",
|
|
3150
|
-
"qualifiedName": "
|
|
2724
|
+
"qualifiedName": "Environment.getUserAgent"
|
|
3151
2725
|
},
|
|
3152
2726
|
"78": {
|
|
3153
2727
|
"packageName": "@coveo/relay",
|
|
@@ -3157,12 +2731,12 @@
|
|
|
3157
2731
|
"79": {
|
|
3158
2732
|
"packageName": "@coveo/relay",
|
|
3159
2733
|
"packagePath": "src/environment/environment.ts",
|
|
3160
|
-
"qualifiedName": "
|
|
2734
|
+
"qualifiedName": "__type"
|
|
3161
2735
|
},
|
|
3162
2736
|
"80": {
|
|
3163
2737
|
"packageName": "@coveo/relay",
|
|
3164
2738
|
"packagePath": "src/environment/environment.ts",
|
|
3165
|
-
"qualifiedName": "
|
|
2739
|
+
"qualifiedName": "Environment.getClientId"
|
|
3166
2740
|
},
|
|
3167
2741
|
"81": {
|
|
3168
2742
|
"packageName": "@coveo/relay",
|
|
@@ -3170,94 +2744,9 @@
|
|
|
3170
2744
|
"qualifiedName": "__type"
|
|
3171
2745
|
},
|
|
3172
2746
|
"82": {
|
|
3173
|
-
"packageName": "@coveo/relay",
|
|
3174
|
-
"packagePath": "src/environment/environment.ts",
|
|
3175
|
-
"qualifiedName": "Environment.generateUUID"
|
|
3176
|
-
},
|
|
3177
|
-
"83": {
|
|
3178
|
-
"packageName": "@coveo/relay",
|
|
3179
|
-
"packagePath": "src/environment/environment.ts",
|
|
3180
|
-
"qualifiedName": "__type"
|
|
3181
|
-
},
|
|
3182
|
-
"84": {
|
|
3183
2747
|
"packageName": "@coveo/relay",
|
|
3184
2748
|
"packagePath": "src/environment/environment.ts",
|
|
3185
2749
|
"qualifiedName": "__type"
|
|
3186
|
-
},
|
|
3187
|
-
"85": {
|
|
3188
|
-
"packageName": "@coveo/relay",
|
|
3189
|
-
"packagePath": "src/environment/environment.ts",
|
|
3190
|
-
"qualifiedName": "Environment.storage"
|
|
3191
|
-
},
|
|
3192
|
-
"86": {
|
|
3193
|
-
"packageName": "@coveo/relay",
|
|
3194
|
-
"packagePath": "src/environment/storage.ts",
|
|
3195
|
-
"qualifiedName": "Storage"
|
|
3196
|
-
},
|
|
3197
|
-
"87": {
|
|
3198
|
-
"packageName": "@coveo/relay",
|
|
3199
|
-
"packagePath": "src/environment/storage.ts",
|
|
3200
|
-
"qualifiedName": "Storage.getItem"
|
|
3201
|
-
},
|
|
3202
|
-
"88": {
|
|
3203
|
-
"packageName": "@coveo/relay",
|
|
3204
|
-
"packagePath": "src/environment/storage.ts",
|
|
3205
|
-
"qualifiedName": "__type"
|
|
3206
|
-
},
|
|
3207
|
-
"89": {
|
|
3208
|
-
"packageName": "@coveo/relay",
|
|
3209
|
-
"packagePath": "src/environment/storage.ts",
|
|
3210
|
-
"qualifiedName": "__type"
|
|
3211
|
-
},
|
|
3212
|
-
"90": {
|
|
3213
|
-
"packageName": "@coveo/relay",
|
|
3214
|
-
"packagePath": "src/environment/storage.ts",
|
|
3215
|
-
"qualifiedName": "key"
|
|
3216
|
-
},
|
|
3217
|
-
"91": {
|
|
3218
|
-
"packageName": "@coveo/relay",
|
|
3219
|
-
"packagePath": "src/environment/storage.ts",
|
|
3220
|
-
"qualifiedName": "Storage.removeItem"
|
|
3221
|
-
},
|
|
3222
|
-
"92": {
|
|
3223
|
-
"packageName": "@coveo/relay",
|
|
3224
|
-
"packagePath": "src/environment/storage.ts",
|
|
3225
|
-
"qualifiedName": "__type"
|
|
3226
|
-
},
|
|
3227
|
-
"93": {
|
|
3228
|
-
"packageName": "@coveo/relay",
|
|
3229
|
-
"packagePath": "src/environment/storage.ts",
|
|
3230
|
-
"qualifiedName": "__type"
|
|
3231
|
-
},
|
|
3232
|
-
"94": {
|
|
3233
|
-
"packageName": "@coveo/relay",
|
|
3234
|
-
"packagePath": "src/environment/storage.ts",
|
|
3235
|
-
"qualifiedName": "key"
|
|
3236
|
-
},
|
|
3237
|
-
"95": {
|
|
3238
|
-
"packageName": "@coveo/relay",
|
|
3239
|
-
"packagePath": "src/environment/storage.ts",
|
|
3240
|
-
"qualifiedName": "Storage.setItem"
|
|
3241
|
-
},
|
|
3242
|
-
"96": {
|
|
3243
|
-
"packageName": "@coveo/relay",
|
|
3244
|
-
"packagePath": "src/environment/storage.ts",
|
|
3245
|
-
"qualifiedName": "__type"
|
|
3246
|
-
},
|
|
3247
|
-
"97": {
|
|
3248
|
-
"packageName": "@coveo/relay",
|
|
3249
|
-
"packagePath": "src/environment/storage.ts",
|
|
3250
|
-
"qualifiedName": "__type"
|
|
3251
|
-
},
|
|
3252
|
-
"98": {
|
|
3253
|
-
"packageName": "@coveo/relay",
|
|
3254
|
-
"packagePath": "src/environment/storage.ts",
|
|
3255
|
-
"qualifiedName": "key"
|
|
3256
|
-
},
|
|
3257
|
-
"99": {
|
|
3258
|
-
"packageName": "@coveo/relay",
|
|
3259
|
-
"packagePath": "src/environment/storage.ts",
|
|
3260
|
-
"qualifiedName": "data"
|
|
3261
2750
|
}
|
|
3262
2751
|
},
|
|
3263
2752
|
"files": {
|