@microsoft/applicationinsights-dependencies-js 3.0.0-beta.2303-11 → 3.0.0-nightly3.2304-28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/browser/es5/applicationinsights-dependencies-js.cjs.js +4892 -0
  2. package/browser/es5/applicationinsights-dependencies-js.cjs.js.map +1 -0
  3. package/browser/es5/applicationinsights-dependencies-js.cjs.min.js +6 -0
  4. package/browser/es5/applicationinsights-dependencies-js.cjs.min.js.map +1 -0
  5. package/browser/es5/applicationinsights-dependencies-js.gbl.js +4896 -0
  6. package/browser/es5/applicationinsights-dependencies-js.gbl.js.map +1 -0
  7. package/browser/es5/applicationinsights-dependencies-js.gbl.min.js +6 -0
  8. package/browser/es5/applicationinsights-dependencies-js.gbl.min.js.map +1 -0
  9. package/browser/es5/applicationinsights-dependencies-js.integrity.json +66 -0
  10. package/browser/{applicationinsights-dependencies-js.js → es5/applicationinsights-dependencies-js.js} +864 -839
  11. package/browser/es5/applicationinsights-dependencies-js.js.map +1 -0
  12. package/browser/es5/applicationinsights-dependencies-js.min.js +6 -0
  13. package/browser/es5/applicationinsights-dependencies-js.min.js.map +1 -0
  14. package/dist/{applicationinsights-dependencies-js.js → es5/applicationinsights-dependencies-js.js} +864 -839
  15. package/dist/es5/applicationinsights-dependencies-js.js.map +1 -0
  16. package/dist/es5/applicationinsights-dependencies-js.min.js +6 -0
  17. package/dist/es5/applicationinsights-dependencies-js.min.js.map +1 -0
  18. package/{dist-esm → dist-es5}/DependencyInitializer.js +1 -1
  19. package/{dist-esm → dist-es5}/DependencyListener.js +1 -1
  20. package/{dist-esm → dist-es5}/InternalConstants.js +1 -1
  21. package/{dist-esm → dist-es5}/__DynamicConstants.js +1 -1
  22. package/{dist-esm → dist-es5}/ajax.js +5 -5
  23. package/dist-es5/ajax.js.map +1 -0
  24. package/{dist-esm → dist-es5}/ajaxRecord.js +1 -1
  25. package/{dist-esm → dist-es5}/ajaxUtils.js +1 -1
  26. package/{dist-esm → dist-es5}/applicationinsights-dependencies-js.js +1 -1
  27. package/package.json +19 -18
  28. package/tsconfig.json +5 -4
  29. package/types/applicationinsights-dependencies-js.d.ts +284 -4
  30. package/{dist/applicationinsights-dependencies-js.d.ts → types/applicationinsights-dependencies-js.namespaced.d.ts} +1 -1
  31. package/browser/applicationinsights-dependencies-js.integrity.json +0 -26
  32. package/browser/applicationinsights-dependencies-js.js.map +0 -1
  33. package/browser/applicationinsights-dependencies-js.min.js +0 -6
  34. package/browser/applicationinsights-dependencies-js.min.js.map +0 -1
  35. package/dist/applicationinsights-dependencies-js.api.json +0 -2904
  36. package/dist/applicationinsights-dependencies-js.api.md +0 -197
  37. package/dist/applicationinsights-dependencies-js.js.map +0 -1
  38. package/dist/applicationinsights-dependencies-js.min.js +0 -6
  39. package/dist/applicationinsights-dependencies-js.min.js.map +0 -1
  40. package/dist/applicationinsights-dependencies-js.rollup.d.ts +0 -285
  41. package/dist-esm/ajax.js.map +0 -1
  42. package/src/DependencyInitializer.ts +0 -49
  43. package/src/DependencyListener.ts +0 -82
  44. package/src/InternalConstants.ts +0 -13
  45. package/src/__DynamicConstants.ts +0 -68
  46. package/src/ajax.ts +0 -1290
  47. package/src/ajaxRecord.ts +0 -436
  48. package/src/ajaxUtils.ts +0 -23
  49. package/src/applicationinsights-dependencies-js.ts +0 -9
  50. package/types/DependencyInitializer.d.ts +0 -45
  51. package/types/DependencyListener.d.ts +0 -69
  52. package/types/InternalConstants.d.ts +0 -2
  53. package/types/__DynamicConstants.d.ts +0 -56
  54. package/types/ajax.d.ts +0 -63
  55. package/types/ajaxRecord.d.ts +0 -80
  56. package/types/ajaxUtils.d.ts +0 -3
  57. package/types/tsdoc-metadata.json +0 -11
  58. /package/{dist-esm → dist-es5}/DependencyInitializer.js.map +0 -0
  59. /package/{dist-esm → dist-es5}/DependencyListener.js.map +0 -0
  60. /package/{dist-esm → dist-es5}/InternalConstants.js.map +0 -0
  61. /package/{dist-esm → dist-es5}/__DynamicConstants.js.map +0 -0
  62. /package/{dist-esm → dist-es5}/ajaxRecord.js.map +0 -0
  63. /package/{dist-esm → dist-es5}/ajaxUtils.js.map +0 -0
  64. /package/{dist-esm → dist-es5}/applicationinsights-dependencies-js.js.map +0 -0
@@ -1,2904 +0,0 @@
1
- {
2
- "metadata": {
3
- "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.4",
5
- "schemaVersion": 1011,
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": "@microsoft/applicationinsights-dependencies-js!",
165
- "docComment": "",
166
- "name": "@microsoft/applicationinsights-dependencies-js",
167
- "preserveMemberOrder": false,
168
- "members": [
169
- {
170
- "kind": "EntryPoint",
171
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!",
172
- "name": "",
173
- "preserveMemberOrder": false,
174
- "members": [
175
- {
176
- "kind": "Class",
177
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin:class",
178
- "docComment": "",
179
- "excerptTokens": [
180
- {
181
- "kind": "Content",
182
- "text": "export declare class AjaxMonitor extends "
183
- },
184
- {
185
- "kind": "Reference",
186
- "text": "BaseTelemetryPlugin",
187
- "canonicalReference": "@microsoft/applicationinsights-core-js!BaseTelemetryPlugin:class"
188
- },
189
- {
190
- "kind": "Content",
191
- "text": " implements "
192
- },
193
- {
194
- "kind": "Reference",
195
- "text": "IDependenciesPlugin",
196
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependenciesPlugin:interface"
197
- },
198
- {
199
- "kind": "Content",
200
- "text": ", "
201
- },
202
- {
203
- "kind": "Reference",
204
- "text": "IInstrumentationRequirements",
205
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IInstrumentationRequirements:interface"
206
- },
207
- {
208
- "kind": "Content",
209
- "text": ", "
210
- },
211
- {
212
- "kind": "Reference",
213
- "text": "IDependencyListenerContainer",
214
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!~IDependencyListenerContainer:interface"
215
- },
216
- {
217
- "kind": "Content",
218
- "text": " "
219
- }
220
- ],
221
- "fileUrlPath": "types/ajax.d.ts",
222
- "releaseTag": "Public",
223
- "isAbstract": false,
224
- "name": "AjaxPlugin",
225
- "preserveMemberOrder": false,
226
- "members": [
227
- {
228
- "kind": "Constructor",
229
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin:constructor(1)",
230
- "docComment": "/**\n * Constructs a new instance of the `AjaxMonitor` class\n */\n",
231
- "excerptTokens": [
232
- {
233
- "kind": "Content",
234
- "text": "constructor();"
235
- }
236
- ],
237
- "releaseTag": "Public",
238
- "isProtected": false,
239
- "overloadIndex": 1,
240
- "parameters": []
241
- },
242
- {
243
- "kind": "Method",
244
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#addDependencyInitializer:member(1)",
245
- "docComment": "/**\n * Add an dependency telemetry initializer callback function to allow populating additional properties or drop the request. It is called after the dependency call has completed and any available performance details are available. A dependency initializer is similar to the TelemetryInitializer function but it allows you to block the reporting of the dependency request so that it doesn't count against the `maxAjaxCallsPerView`.\n *\n * @param dependencyInitializer - The Dependency Telemetry Initializer function\n *\n * @returns - A IDependencyInitializerHandler to enable the initializer to be removed\n */\n",
246
- "excerptTokens": [
247
- {
248
- "kind": "Content",
249
- "text": "addDependencyInitializer(dependencyInitializer: "
250
- },
251
- {
252
- "kind": "Reference",
253
- "text": "DependencyInitializerFunction",
254
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!DependencyInitializerFunction:type"
255
- },
256
- {
257
- "kind": "Content",
258
- "text": "): "
259
- },
260
- {
261
- "kind": "Reference",
262
- "text": "IDependencyInitializerHandler",
263
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerHandler:interface"
264
- },
265
- {
266
- "kind": "Content",
267
- "text": ";"
268
- }
269
- ],
270
- "isStatic": false,
271
- "returnTypeTokenRange": {
272
- "startIndex": 3,
273
- "endIndex": 4
274
- },
275
- "releaseTag": "Public",
276
- "isProtected": false,
277
- "overloadIndex": 1,
278
- "parameters": [
279
- {
280
- "parameterName": "dependencyInitializer",
281
- "parameterTypeTokenRange": {
282
- "startIndex": 1,
283
- "endIndex": 2
284
- },
285
- "isOptional": false
286
- }
287
- ],
288
- "isOptional": false,
289
- "isAbstract": false,
290
- "name": "addDependencyInitializer"
291
- },
292
- {
293
- "kind": "Method",
294
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#addDependencyListener:member(1)",
295
- "docComment": "/**\n * Add an ajax listener which is called just prior to the request being sent and before the correlation headers are added, to allow you to access the headers and modify the values used to generate the distributed tracing correlation headers.\n *\n * @param dependencyListener - The Telemetry Initializer function\n *\n * @returns - A IDependencyListenerHandler to enable the initializer to be removed\n */\n",
296
- "excerptTokens": [
297
- {
298
- "kind": "Content",
299
- "text": "addDependencyListener(dependencyListener: "
300
- },
301
- {
302
- "kind": "Reference",
303
- "text": "DependencyListenerFunction",
304
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!DependencyListenerFunction:type"
305
- },
306
- {
307
- "kind": "Content",
308
- "text": "): "
309
- },
310
- {
311
- "kind": "Reference",
312
- "text": "IDependencyListenerHandler",
313
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerHandler:interface"
314
- },
315
- {
316
- "kind": "Content",
317
- "text": ";"
318
- }
319
- ],
320
- "isStatic": false,
321
- "returnTypeTokenRange": {
322
- "startIndex": 3,
323
- "endIndex": 4
324
- },
325
- "releaseTag": "Public",
326
- "isProtected": false,
327
- "overloadIndex": 1,
328
- "parameters": [
329
- {
330
- "parameterName": "dependencyListener",
331
- "parameterTypeTokenRange": {
332
- "startIndex": 1,
333
- "endIndex": 2
334
- },
335
- "isOptional": false
336
- }
337
- ],
338
- "isOptional": false,
339
- "isAbstract": false,
340
- "name": "addDependencyListener"
341
- },
342
- {
343
- "kind": "Property",
344
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#identifier:member",
345
- "docComment": "",
346
- "excerptTokens": [
347
- {
348
- "kind": "Content",
349
- "text": "identifier: "
350
- },
351
- {
352
- "kind": "Content",
353
- "text": "string"
354
- },
355
- {
356
- "kind": "Content",
357
- "text": ";"
358
- }
359
- ],
360
- "isReadonly": false,
361
- "isOptional": false,
362
- "releaseTag": "Public",
363
- "name": "identifier",
364
- "propertyTypeTokenRange": {
365
- "startIndex": 1,
366
- "endIndex": 2
367
- },
368
- "isStatic": false,
369
- "isProtected": false,
370
- "isAbstract": false
371
- },
372
- {
373
- "kind": "Property",
374
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin.identifier:member",
375
- "docComment": "",
376
- "excerptTokens": [
377
- {
378
- "kind": "Content",
379
- "text": "static identifier: "
380
- },
381
- {
382
- "kind": "Content",
383
- "text": "string"
384
- },
385
- {
386
- "kind": "Content",
387
- "text": ";"
388
- }
389
- ],
390
- "isReadonly": false,
391
- "isOptional": false,
392
- "releaseTag": "Public",
393
- "name": "identifier",
394
- "propertyTypeTokenRange": {
395
- "startIndex": 1,
396
- "endIndex": 2
397
- },
398
- "isStatic": true,
399
- "isProtected": false,
400
- "isAbstract": false
401
- },
402
- {
403
- "kind": "Method",
404
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#includeCorrelationHeaders:member(1)",
405
- "docComment": "",
406
- "excerptTokens": [
407
- {
408
- "kind": "Content",
409
- "text": "includeCorrelationHeaders(ajaxData: "
410
- },
411
- {
412
- "kind": "Reference",
413
- "text": "ajaxRecord",
414
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord:class"
415
- },
416
- {
417
- "kind": "Content",
418
- "text": ", input?: "
419
- },
420
- {
421
- "kind": "Reference",
422
- "text": "Request",
423
- "canonicalReference": "!Request:interface"
424
- },
425
- {
426
- "kind": "Content",
427
- "text": " | string"
428
- },
429
- {
430
- "kind": "Content",
431
- "text": ", init?: "
432
- },
433
- {
434
- "kind": "Reference",
435
- "text": "RequestInit",
436
- "canonicalReference": "!RequestInit:interface"
437
- },
438
- {
439
- "kind": "Content",
440
- "text": ", xhr?: "
441
- },
442
- {
443
- "kind": "Reference",
444
- "text": "XMLHttpRequestInstrumented",
445
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!XMLHttpRequestInstrumented:interface"
446
- },
447
- {
448
- "kind": "Content",
449
- "text": "): "
450
- },
451
- {
452
- "kind": "Content",
453
- "text": "any"
454
- },
455
- {
456
- "kind": "Content",
457
- "text": ";"
458
- }
459
- ],
460
- "isStatic": false,
461
- "returnTypeTokenRange": {
462
- "startIndex": 10,
463
- "endIndex": 11
464
- },
465
- "releaseTag": "Public",
466
- "isProtected": false,
467
- "overloadIndex": 1,
468
- "parameters": [
469
- {
470
- "parameterName": "ajaxData",
471
- "parameterTypeTokenRange": {
472
- "startIndex": 1,
473
- "endIndex": 2
474
- },
475
- "isOptional": false
476
- },
477
- {
478
- "parameterName": "input",
479
- "parameterTypeTokenRange": {
480
- "startIndex": 3,
481
- "endIndex": 5
482
- },
483
- "isOptional": true
484
- },
485
- {
486
- "parameterName": "init",
487
- "parameterTypeTokenRange": {
488
- "startIndex": 6,
489
- "endIndex": 7
490
- },
491
- "isOptional": true
492
- },
493
- {
494
- "parameterName": "xhr",
495
- "parameterTypeTokenRange": {
496
- "startIndex": 8,
497
- "endIndex": 9
498
- },
499
- "isOptional": true
500
- }
501
- ],
502
- "isOptional": false,
503
- "isAbstract": false,
504
- "name": "includeCorrelationHeaders"
505
- },
506
- {
507
- "kind": "Method",
508
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#initialize:member(1)",
509
- "docComment": "",
510
- "excerptTokens": [
511
- {
512
- "kind": "Content",
513
- "text": "initialize(config: "
514
- },
515
- {
516
- "kind": "Reference",
517
- "text": "IConfiguration",
518
- "canonicalReference": "@microsoft/applicationinsights-core-js!IConfiguration:interface"
519
- },
520
- {
521
- "kind": "Content",
522
- "text": " & "
523
- },
524
- {
525
- "kind": "Reference",
526
- "text": "IConfig",
527
- "canonicalReference": "@microsoft/applicationinsights-common!IConfig:interface"
528
- },
529
- {
530
- "kind": "Content",
531
- "text": ", core: "
532
- },
533
- {
534
- "kind": "Reference",
535
- "text": "IAppInsightsCore",
536
- "canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore:interface"
537
- },
538
- {
539
- "kind": "Content",
540
- "text": ", extensions: "
541
- },
542
- {
543
- "kind": "Reference",
544
- "text": "IPlugin",
545
- "canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
546
- },
547
- {
548
- "kind": "Content",
549
- "text": "[]"
550
- },
551
- {
552
- "kind": "Content",
553
- "text": ", pluginChain?: "
554
- },
555
- {
556
- "kind": "Reference",
557
- "text": "ITelemetryPluginChain",
558
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPluginChain:interface"
559
- },
560
- {
561
- "kind": "Content",
562
- "text": "): "
563
- },
564
- {
565
- "kind": "Content",
566
- "text": "void"
567
- },
568
- {
569
- "kind": "Content",
570
- "text": ";"
571
- }
572
- ],
573
- "isStatic": false,
574
- "returnTypeTokenRange": {
575
- "startIndex": 12,
576
- "endIndex": 13
577
- },
578
- "releaseTag": "Public",
579
- "isProtected": false,
580
- "overloadIndex": 1,
581
- "parameters": [
582
- {
583
- "parameterName": "config",
584
- "parameterTypeTokenRange": {
585
- "startIndex": 1,
586
- "endIndex": 4
587
- },
588
- "isOptional": false
589
- },
590
- {
591
- "parameterName": "core",
592
- "parameterTypeTokenRange": {
593
- "startIndex": 5,
594
- "endIndex": 6
595
- },
596
- "isOptional": false
597
- },
598
- {
599
- "parameterName": "extensions",
600
- "parameterTypeTokenRange": {
601
- "startIndex": 7,
602
- "endIndex": 9
603
- },
604
- "isOptional": false
605
- },
606
- {
607
- "parameterName": "pluginChain",
608
- "parameterTypeTokenRange": {
609
- "startIndex": 10,
610
- "endIndex": 11
611
- },
612
- "isOptional": true
613
- }
614
- ],
615
- "isOptional": false,
616
- "isAbstract": false,
617
- "name": "initialize"
618
- },
619
- {
620
- "kind": "Property",
621
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#priority:member",
622
- "docComment": "",
623
- "excerptTokens": [
624
- {
625
- "kind": "Content",
626
- "text": "priority: "
627
- },
628
- {
629
- "kind": "Content",
630
- "text": "number"
631
- },
632
- {
633
- "kind": "Content",
634
- "text": ";"
635
- }
636
- ],
637
- "isReadonly": false,
638
- "isOptional": false,
639
- "releaseTag": "Public",
640
- "name": "priority",
641
- "propertyTypeTokenRange": {
642
- "startIndex": 1,
643
- "endIndex": 2
644
- },
645
- "isStatic": false,
646
- "isProtected": false,
647
- "isAbstract": false
648
- },
649
- {
650
- "kind": "Method",
651
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#processTelemetry:member(1)",
652
- "docComment": "",
653
- "excerptTokens": [
654
- {
655
- "kind": "Content",
656
- "text": "processTelemetry(item: "
657
- },
658
- {
659
- "kind": "Reference",
660
- "text": "ITelemetryItem",
661
- "canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
662
- },
663
- {
664
- "kind": "Content",
665
- "text": ", itemCtx?: "
666
- },
667
- {
668
- "kind": "Reference",
669
- "text": "IProcessTelemetryContext",
670
- "canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
671
- },
672
- {
673
- "kind": "Content",
674
- "text": "): "
675
- },
676
- {
677
- "kind": "Content",
678
- "text": "void"
679
- },
680
- {
681
- "kind": "Content",
682
- "text": ";"
683
- }
684
- ],
685
- "isStatic": false,
686
- "returnTypeTokenRange": {
687
- "startIndex": 5,
688
- "endIndex": 6
689
- },
690
- "releaseTag": "Public",
691
- "isProtected": false,
692
- "overloadIndex": 1,
693
- "parameters": [
694
- {
695
- "parameterName": "item",
696
- "parameterTypeTokenRange": {
697
- "startIndex": 1,
698
- "endIndex": 2
699
- },
700
- "isOptional": false
701
- },
702
- {
703
- "parameterName": "itemCtx",
704
- "parameterTypeTokenRange": {
705
- "startIndex": 3,
706
- "endIndex": 4
707
- },
708
- "isOptional": true
709
- }
710
- ],
711
- "isOptional": false,
712
- "isAbstract": false,
713
- "name": "processTelemetry"
714
- },
715
- {
716
- "kind": "Method",
717
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#trackDependencyData:member(1)",
718
- "docComment": "/**\n * Logs dependency call\n *\n * @param dependencyData - dependency data object\n */\n",
719
- "excerptTokens": [
720
- {
721
- "kind": "Content",
722
- "text": "trackDependencyData(dependency: "
723
- },
724
- {
725
- "kind": "Reference",
726
- "text": "IDependencyTelemetry",
727
- "canonicalReference": "@microsoft/applicationinsights-common!IDependencyTelemetry:interface"
728
- },
729
- {
730
- "kind": "Content",
731
- "text": ", properties?: "
732
- },
733
- {
734
- "kind": "Content",
735
- "text": "{\n [key: string]: any;\n }"
736
- },
737
- {
738
- "kind": "Content",
739
- "text": "): "
740
- },
741
- {
742
- "kind": "Content",
743
- "text": "void"
744
- },
745
- {
746
- "kind": "Content",
747
- "text": ";"
748
- }
749
- ],
750
- "isStatic": false,
751
- "returnTypeTokenRange": {
752
- "startIndex": 5,
753
- "endIndex": 6
754
- },
755
- "releaseTag": "Public",
756
- "isProtected": false,
757
- "overloadIndex": 1,
758
- "parameters": [
759
- {
760
- "parameterName": "dependency",
761
- "parameterTypeTokenRange": {
762
- "startIndex": 1,
763
- "endIndex": 2
764
- },
765
- "isOptional": false
766
- },
767
- {
768
- "parameterName": "properties",
769
- "parameterTypeTokenRange": {
770
- "startIndex": 3,
771
- "endIndex": 4
772
- },
773
- "isOptional": true
774
- }
775
- ],
776
- "isOptional": false,
777
- "isAbstract": false,
778
- "name": "trackDependencyData"
779
- },
780
- {
781
- "kind": "Method",
782
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!AjaxPlugin#trackDependencyDataInternal:member(1)",
783
- "docComment": "/**\n * Protected function to allow sub classes the chance to add additional properties to the dependency event before it's sent. This function calls track, so sub-classes must call this function after they have populated their properties.\n *\n * @param dependencyData - dependency data object\n */\n",
784
- "excerptTokens": [
785
- {
786
- "kind": "Content",
787
- "text": "protected trackDependencyDataInternal(dependency: "
788
- },
789
- {
790
- "kind": "Reference",
791
- "text": "IDependencyTelemetry",
792
- "canonicalReference": "@microsoft/applicationinsights-common!IDependencyTelemetry:interface"
793
- },
794
- {
795
- "kind": "Content",
796
- "text": ", properties?: "
797
- },
798
- {
799
- "kind": "Content",
800
- "text": "{\n [key: string]: any;\n }"
801
- },
802
- {
803
- "kind": "Content",
804
- "text": ", systemProperties?: "
805
- },
806
- {
807
- "kind": "Content",
808
- "text": "{\n [key: string]: any;\n }"
809
- },
810
- {
811
- "kind": "Content",
812
- "text": "): "
813
- },
814
- {
815
- "kind": "Content",
816
- "text": "void"
817
- },
818
- {
819
- "kind": "Content",
820
- "text": ";"
821
- }
822
- ],
823
- "isStatic": false,
824
- "returnTypeTokenRange": {
825
- "startIndex": 7,
826
- "endIndex": 8
827
- },
828
- "releaseTag": "Public",
829
- "isProtected": true,
830
- "overloadIndex": 1,
831
- "parameters": [
832
- {
833
- "parameterName": "dependency",
834
- "parameterTypeTokenRange": {
835
- "startIndex": 1,
836
- "endIndex": 2
837
- },
838
- "isOptional": false
839
- },
840
- {
841
- "parameterName": "properties",
842
- "parameterTypeTokenRange": {
843
- "startIndex": 3,
844
- "endIndex": 4
845
- },
846
- "isOptional": true
847
- },
848
- {
849
- "parameterName": "systemProperties",
850
- "parameterTypeTokenRange": {
851
- "startIndex": 5,
852
- "endIndex": 6
853
- },
854
- "isOptional": true
855
- }
856
- ],
857
- "isOptional": false,
858
- "isAbstract": false,
859
- "name": "trackDependencyDataInternal"
860
- }
861
- ],
862
- "extendsTokenRange": {
863
- "startIndex": 1,
864
- "endIndex": 2
865
- },
866
- "implementsTokenRanges": [
867
- {
868
- "startIndex": 3,
869
- "endIndex": 4
870
- },
871
- {
872
- "startIndex": 5,
873
- "endIndex": 6
874
- },
875
- {
876
- "startIndex": 7,
877
- "endIndex": 8
878
- }
879
- ]
880
- },
881
- {
882
- "kind": "Class",
883
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord:class",
884
- "docComment": "",
885
- "excerptTokens": [
886
- {
887
- "kind": "Content",
888
- "text": "export declare class ajaxRecord "
889
- }
890
- ],
891
- "fileUrlPath": "types/ajaxRecord.d.ts",
892
- "releaseTag": "Public",
893
- "isAbstract": false,
894
- "name": "ajaxRecord",
895
- "preserveMemberOrder": false,
896
- "members": [
897
- {
898
- "kind": "Constructor",
899
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord:constructor(1)",
900
- "docComment": "/**\n * Constructs a new instance of the `ajaxRecord` class\n */\n",
901
- "excerptTokens": [
902
- {
903
- "kind": "Content",
904
- "text": "constructor(traceId: "
905
- },
906
- {
907
- "kind": "Content",
908
- "text": "string"
909
- },
910
- {
911
- "kind": "Content",
912
- "text": ", spanId: "
913
- },
914
- {
915
- "kind": "Content",
916
- "text": "string"
917
- },
918
- {
919
- "kind": "Content",
920
- "text": ", logger: "
921
- },
922
- {
923
- "kind": "Reference",
924
- "text": "IDiagnosticLogger",
925
- "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
926
- },
927
- {
928
- "kind": "Content",
929
- "text": ", traceCtx?: "
930
- },
931
- {
932
- "kind": "Reference",
933
- "text": "IDistributedTraceContext",
934
- "canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext:interface"
935
- },
936
- {
937
- "kind": "Content",
938
- "text": ");"
939
- }
940
- ],
941
- "releaseTag": "Public",
942
- "isProtected": false,
943
- "overloadIndex": 1,
944
- "parameters": [
945
- {
946
- "parameterName": "traceId",
947
- "parameterTypeTokenRange": {
948
- "startIndex": 1,
949
- "endIndex": 2
950
- },
951
- "isOptional": false
952
- },
953
- {
954
- "parameterName": "spanId",
955
- "parameterTypeTokenRange": {
956
- "startIndex": 3,
957
- "endIndex": 4
958
- },
959
- "isOptional": false
960
- },
961
- {
962
- "parameterName": "logger",
963
- "parameterTypeTokenRange": {
964
- "startIndex": 5,
965
- "endIndex": 6
966
- },
967
- "isOptional": false
968
- },
969
- {
970
- "parameterName": "traceCtx",
971
- "parameterTypeTokenRange": {
972
- "startIndex": 7,
973
- "endIndex": 8
974
- },
975
- "isOptional": true
976
- }
977
- ]
978
- },
979
- {
980
- "kind": "Property",
981
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#aborted:member",
982
- "docComment": "",
983
- "excerptTokens": [
984
- {
985
- "kind": "Content",
986
- "text": "aborted: "
987
- },
988
- {
989
- "kind": "Content",
990
- "text": "number"
991
- },
992
- {
993
- "kind": "Content",
994
- "text": ";"
995
- }
996
- ],
997
- "isReadonly": false,
998
- "isOptional": false,
999
- "releaseTag": "Public",
1000
- "name": "aborted",
1001
- "propertyTypeTokenRange": {
1002
- "startIndex": 1,
1003
- "endIndex": 2
1004
- },
1005
- "isStatic": false,
1006
- "isProtected": false,
1007
- "isAbstract": false
1008
- },
1009
- {
1010
- "kind": "Property",
1011
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#ajaxTotalDuration:member",
1012
- "docComment": "",
1013
- "excerptTokens": [
1014
- {
1015
- "kind": "Content",
1016
- "text": "ajaxTotalDuration: "
1017
- },
1018
- {
1019
- "kind": "Content",
1020
- "text": "number"
1021
- },
1022
- {
1023
- "kind": "Content",
1024
- "text": ";"
1025
- }
1026
- ],
1027
- "isReadonly": false,
1028
- "isOptional": false,
1029
- "releaseTag": "Public",
1030
- "name": "ajaxTotalDuration",
1031
- "propertyTypeTokenRange": {
1032
- "startIndex": 1,
1033
- "endIndex": 2
1034
- },
1035
- "isStatic": false,
1036
- "isProtected": false,
1037
- "isAbstract": false
1038
- },
1039
- {
1040
- "kind": "Property",
1041
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#async:member",
1042
- "docComment": "",
1043
- "excerptTokens": [
1044
- {
1045
- "kind": "Content",
1046
- "text": "async?: "
1047
- },
1048
- {
1049
- "kind": "Content",
1050
- "text": "boolean"
1051
- },
1052
- {
1053
- "kind": "Content",
1054
- "text": ";"
1055
- }
1056
- ],
1057
- "isReadonly": false,
1058
- "isOptional": true,
1059
- "releaseTag": "Public",
1060
- "name": "async",
1061
- "propertyTypeTokenRange": {
1062
- "startIndex": 1,
1063
- "endIndex": 2
1064
- },
1065
- "isStatic": false,
1066
- "isProtected": false,
1067
- "isAbstract": false
1068
- },
1069
- {
1070
- "kind": "Property",
1071
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#callbackDuration:member",
1072
- "docComment": "",
1073
- "excerptTokens": [
1074
- {
1075
- "kind": "Content",
1076
- "text": "callbackDuration: "
1077
- },
1078
- {
1079
- "kind": "Content",
1080
- "text": "number"
1081
- },
1082
- {
1083
- "kind": "Content",
1084
- "text": ";"
1085
- }
1086
- ],
1087
- "isReadonly": false,
1088
- "isOptional": false,
1089
- "releaseTag": "Public",
1090
- "name": "callbackDuration",
1091
- "propertyTypeTokenRange": {
1092
- "startIndex": 1,
1093
- "endIndex": 2
1094
- },
1095
- "isStatic": false,
1096
- "isProtected": false,
1097
- "isAbstract": false
1098
- },
1099
- {
1100
- "kind": "Property",
1101
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#callbackFinishedTime:member",
1102
- "docComment": "",
1103
- "excerptTokens": [
1104
- {
1105
- "kind": "Content",
1106
- "text": "callbackFinishedTime: "
1107
- },
1108
- {
1109
- "kind": "Content",
1110
- "text": "number"
1111
- },
1112
- {
1113
- "kind": "Content",
1114
- "text": ";"
1115
- }
1116
- ],
1117
- "isReadonly": false,
1118
- "isOptional": false,
1119
- "releaseTag": "Public",
1120
- "name": "callbackFinishedTime",
1121
- "propertyTypeTokenRange": {
1122
- "startIndex": 1,
1123
- "endIndex": 2
1124
- },
1125
- "isStatic": false,
1126
- "isProtected": false,
1127
- "isAbstract": false
1128
- },
1129
- {
1130
- "kind": "Property",
1131
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#clientFailure:member",
1132
- "docComment": "",
1133
- "excerptTokens": [
1134
- {
1135
- "kind": "Content",
1136
- "text": "clientFailure: "
1137
- },
1138
- {
1139
- "kind": "Content",
1140
- "text": "number"
1141
- },
1142
- {
1143
- "kind": "Content",
1144
- "text": ";"
1145
- }
1146
- ],
1147
- "isReadonly": false,
1148
- "isOptional": false,
1149
- "releaseTag": "Public",
1150
- "name": "clientFailure",
1151
- "propertyTypeTokenRange": {
1152
- "startIndex": 1,
1153
- "endIndex": 2
1154
- },
1155
- "isStatic": false,
1156
- "isProtected": false,
1157
- "isAbstract": false
1158
- },
1159
- {
1160
- "kind": "Property",
1161
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#completed:member",
1162
- "docComment": "",
1163
- "excerptTokens": [
1164
- {
1165
- "kind": "Content",
1166
- "text": "completed: "
1167
- },
1168
- {
1169
- "kind": "Content",
1170
- "text": "boolean"
1171
- },
1172
- {
1173
- "kind": "Content",
1174
- "text": ";"
1175
- }
1176
- ],
1177
- "isReadonly": false,
1178
- "isOptional": false,
1179
- "releaseTag": "Public",
1180
- "name": "completed",
1181
- "propertyTypeTokenRange": {
1182
- "startIndex": 1,
1183
- "endIndex": 2
1184
- },
1185
- "isStatic": false,
1186
- "isProtected": false,
1187
- "isAbstract": false
1188
- },
1189
- {
1190
- "kind": "Property",
1191
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#context:member",
1192
- "docComment": "/**\n * The listener assigned context values that will be passed to any dependency initializer\n */\n",
1193
- "excerptTokens": [
1194
- {
1195
- "kind": "Content",
1196
- "text": "context?: "
1197
- },
1198
- {
1199
- "kind": "Content",
1200
- "text": "{\n [key: string]: any;\n }"
1201
- },
1202
- {
1203
- "kind": "Content",
1204
- "text": ";"
1205
- }
1206
- ],
1207
- "isReadonly": false,
1208
- "isOptional": true,
1209
- "releaseTag": "Public",
1210
- "name": "context",
1211
- "propertyTypeTokenRange": {
1212
- "startIndex": 1,
1213
- "endIndex": 2
1214
- },
1215
- "isStatic": false,
1216
- "isProtected": false,
1217
- "isAbstract": false
1218
- },
1219
- {
1220
- "kind": "Method",
1221
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#CreateTrackItem:member(1)",
1222
- "docComment": "",
1223
- "excerptTokens": [
1224
- {
1225
- "kind": "Content",
1226
- "text": "CreateTrackItem(ajaxType: "
1227
- },
1228
- {
1229
- "kind": "Content",
1230
- "text": "string"
1231
- },
1232
- {
1233
- "kind": "Content",
1234
- "text": ", enableRequestHeaderTracking: "
1235
- },
1236
- {
1237
- "kind": "Content",
1238
- "text": "boolean"
1239
- },
1240
- {
1241
- "kind": "Content",
1242
- "text": ", getResponse: "
1243
- },
1244
- {
1245
- "kind": "Content",
1246
- "text": "() => "
1247
- },
1248
- {
1249
- "kind": "Reference",
1250
- "text": "IAjaxRecordResponse",
1251
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!~IAjaxRecordResponse:interface"
1252
- },
1253
- {
1254
- "kind": "Content",
1255
- "text": "): "
1256
- },
1257
- {
1258
- "kind": "Reference",
1259
- "text": "IDependencyTelemetry",
1260
- "canonicalReference": "@microsoft/applicationinsights-common!IDependencyTelemetry:interface"
1261
- },
1262
- {
1263
- "kind": "Content",
1264
- "text": ";"
1265
- }
1266
- ],
1267
- "isStatic": false,
1268
- "returnTypeTokenRange": {
1269
- "startIndex": 8,
1270
- "endIndex": 9
1271
- },
1272
- "releaseTag": "Public",
1273
- "isProtected": false,
1274
- "overloadIndex": 1,
1275
- "parameters": [
1276
- {
1277
- "parameterName": "ajaxType",
1278
- "parameterTypeTokenRange": {
1279
- "startIndex": 1,
1280
- "endIndex": 2
1281
- },
1282
- "isOptional": false
1283
- },
1284
- {
1285
- "parameterName": "enableRequestHeaderTracking",
1286
- "parameterTypeTokenRange": {
1287
- "startIndex": 3,
1288
- "endIndex": 4
1289
- },
1290
- "isOptional": false
1291
- },
1292
- {
1293
- "parameterName": "getResponse",
1294
- "parameterTypeTokenRange": {
1295
- "startIndex": 5,
1296
- "endIndex": 7
1297
- },
1298
- "isOptional": false
1299
- }
1300
- ],
1301
- "isOptional": false,
1302
- "isAbstract": false,
1303
- "name": "CreateTrackItem"
1304
- },
1305
- {
1306
- "kind": "Property",
1307
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#endTime:member",
1308
- "docComment": "",
1309
- "excerptTokens": [
1310
- {
1311
- "kind": "Content",
1312
- "text": "endTime: "
1313
- },
1314
- {
1315
- "kind": "Content",
1316
- "text": "number"
1317
- },
1318
- {
1319
- "kind": "Content",
1320
- "text": ";"
1321
- }
1322
- ],
1323
- "isReadonly": false,
1324
- "isOptional": false,
1325
- "releaseTag": "Public",
1326
- "name": "endTime",
1327
- "propertyTypeTokenRange": {
1328
- "startIndex": 1,
1329
- "endIndex": 2
1330
- },
1331
- "isStatic": false,
1332
- "isProtected": false,
1333
- "isAbstract": false
1334
- },
1335
- {
1336
- "kind": "Property",
1337
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#errorStatusText:member",
1338
- "docComment": "",
1339
- "excerptTokens": [
1340
- {
1341
- "kind": "Content",
1342
- "text": "errorStatusText?: "
1343
- },
1344
- {
1345
- "kind": "Content",
1346
- "text": "boolean"
1347
- },
1348
- {
1349
- "kind": "Content",
1350
- "text": ";"
1351
- }
1352
- ],
1353
- "isReadonly": false,
1354
- "isOptional": true,
1355
- "releaseTag": "Public",
1356
- "name": "errorStatusText",
1357
- "propertyTypeTokenRange": {
1358
- "startIndex": 1,
1359
- "endIndex": 2
1360
- },
1361
- "isStatic": false,
1362
- "isProtected": false,
1363
- "isAbstract": false
1364
- },
1365
- {
1366
- "kind": "Property",
1367
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#eventTraceCtx:member",
1368
- "docComment": "/**\n * The trace context to use for reporting the remote dependency call\n */\n",
1369
- "excerptTokens": [
1370
- {
1371
- "kind": "Content",
1372
- "text": "eventTraceCtx: "
1373
- },
1374
- {
1375
- "kind": "Reference",
1376
- "text": "ITraceCtx",
1377
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!~ITraceCtx:interface"
1378
- },
1379
- {
1380
- "kind": "Content",
1381
- "text": ";"
1382
- }
1383
- ],
1384
- "isReadonly": false,
1385
- "isOptional": false,
1386
- "releaseTag": "Public",
1387
- "name": "eventTraceCtx",
1388
- "propertyTypeTokenRange": {
1389
- "startIndex": 1,
1390
- "endIndex": 2
1391
- },
1392
- "isStatic": false,
1393
- "isProtected": false,
1394
- "isAbstract": false
1395
- },
1396
- {
1397
- "kind": "Method",
1398
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#getAbsoluteUrl:member(1)",
1399
- "docComment": "",
1400
- "excerptTokens": [
1401
- {
1402
- "kind": "Content",
1403
- "text": "getAbsoluteUrl(): "
1404
- },
1405
- {
1406
- "kind": "Content",
1407
- "text": "string"
1408
- },
1409
- {
1410
- "kind": "Content",
1411
- "text": ";"
1412
- }
1413
- ],
1414
- "isStatic": false,
1415
- "returnTypeTokenRange": {
1416
- "startIndex": 1,
1417
- "endIndex": 2
1418
- },
1419
- "releaseTag": "Public",
1420
- "isProtected": false,
1421
- "overloadIndex": 1,
1422
- "parameters": [],
1423
- "isOptional": false,
1424
- "isAbstract": false,
1425
- "name": "getAbsoluteUrl"
1426
- },
1427
- {
1428
- "kind": "Method",
1429
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#getPartAProps:member(1)",
1430
- "docComment": "",
1431
- "excerptTokens": [
1432
- {
1433
- "kind": "Content",
1434
- "text": "getPartAProps(): "
1435
- },
1436
- {
1437
- "kind": "Content",
1438
- "text": "{\n [key: string]: any;\n }"
1439
- },
1440
- {
1441
- "kind": "Content",
1442
- "text": ";"
1443
- }
1444
- ],
1445
- "isStatic": false,
1446
- "returnTypeTokenRange": {
1447
- "startIndex": 1,
1448
- "endIndex": 2
1449
- },
1450
- "releaseTag": "Public",
1451
- "isProtected": false,
1452
- "overloadIndex": 1,
1453
- "parameters": [],
1454
- "isOptional": false,
1455
- "isAbstract": false,
1456
- "name": "getPartAProps"
1457
- },
1458
- {
1459
- "kind": "Method",
1460
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#getPathName:member(1)",
1461
- "docComment": "",
1462
- "excerptTokens": [
1463
- {
1464
- "kind": "Content",
1465
- "text": "getPathName(): "
1466
- },
1467
- {
1468
- "kind": "Content",
1469
- "text": "string"
1470
- },
1471
- {
1472
- "kind": "Content",
1473
- "text": ";"
1474
- }
1475
- ],
1476
- "isStatic": false,
1477
- "returnTypeTokenRange": {
1478
- "startIndex": 1,
1479
- "endIndex": 2
1480
- },
1481
- "releaseTag": "Public",
1482
- "isProtected": false,
1483
- "overloadIndex": 1,
1484
- "parameters": [],
1485
- "isOptional": false,
1486
- "isAbstract": false,
1487
- "name": "getPathName"
1488
- },
1489
- {
1490
- "kind": "Property",
1491
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#method:member",
1492
- "docComment": "",
1493
- "excerptTokens": [
1494
- {
1495
- "kind": "Content",
1496
- "text": "method: "
1497
- },
1498
- {
1499
- "kind": "Content",
1500
- "text": "string"
1501
- },
1502
- {
1503
- "kind": "Content",
1504
- "text": ";"
1505
- }
1506
- ],
1507
- "isReadonly": false,
1508
- "isOptional": false,
1509
- "releaseTag": "Public",
1510
- "name": "method",
1511
- "propertyTypeTokenRange": {
1512
- "startIndex": 1,
1513
- "endIndex": 2
1514
- },
1515
- "isStatic": false,
1516
- "isProtected": false,
1517
- "isAbstract": false
1518
- },
1519
- {
1520
- "kind": "Property",
1521
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#pageUrl:member",
1522
- "docComment": "",
1523
- "excerptTokens": [
1524
- {
1525
- "kind": "Content",
1526
- "text": "pageUrl: "
1527
- },
1528
- {
1529
- "kind": "Content",
1530
- "text": "string"
1531
- },
1532
- {
1533
- "kind": "Content",
1534
- "text": ";"
1535
- }
1536
- ],
1537
- "isReadonly": false,
1538
- "isOptional": false,
1539
- "releaseTag": "Public",
1540
- "name": "pageUrl",
1541
- "propertyTypeTokenRange": {
1542
- "startIndex": 1,
1543
- "endIndex": 2
1544
- },
1545
- "isStatic": false,
1546
- "isProtected": false,
1547
- "isAbstract": false
1548
- },
1549
- {
1550
- "kind": "Property",
1551
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#perfAttempts:member",
1552
- "docComment": "",
1553
- "excerptTokens": [
1554
- {
1555
- "kind": "Content",
1556
- "text": "perfAttempts?: "
1557
- },
1558
- {
1559
- "kind": "Content",
1560
- "text": "number"
1561
- },
1562
- {
1563
- "kind": "Content",
1564
- "text": ";"
1565
- }
1566
- ],
1567
- "isReadonly": false,
1568
- "isOptional": true,
1569
- "releaseTag": "Public",
1570
- "name": "perfAttempts",
1571
- "propertyTypeTokenRange": {
1572
- "startIndex": 1,
1573
- "endIndex": 2
1574
- },
1575
- "isStatic": false,
1576
- "isProtected": false,
1577
- "isAbstract": false
1578
- },
1579
- {
1580
- "kind": "Property",
1581
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#perfMark:member",
1582
- "docComment": "",
1583
- "excerptTokens": [
1584
- {
1585
- "kind": "Content",
1586
- "text": "perfMark: "
1587
- },
1588
- {
1589
- "kind": "Reference",
1590
- "text": "PerformanceMark",
1591
- "canonicalReference": "!PerformanceMark:interface"
1592
- },
1593
- {
1594
- "kind": "Content",
1595
- "text": ";"
1596
- }
1597
- ],
1598
- "isReadonly": false,
1599
- "isOptional": false,
1600
- "releaseTag": "Public",
1601
- "name": "perfMark",
1602
- "propertyTypeTokenRange": {
1603
- "startIndex": 1,
1604
- "endIndex": 2
1605
- },
1606
- "isStatic": false,
1607
- "isProtected": false,
1608
- "isAbstract": false
1609
- },
1610
- {
1611
- "kind": "Property",
1612
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#perfTiming:member",
1613
- "docComment": "",
1614
- "excerptTokens": [
1615
- {
1616
- "kind": "Content",
1617
- "text": "perfTiming: "
1618
- },
1619
- {
1620
- "kind": "Reference",
1621
- "text": "PerformanceResourceTiming",
1622
- "canonicalReference": "!PerformanceResourceTiming:interface"
1623
- },
1624
- {
1625
- "kind": "Content",
1626
- "text": ";"
1627
- }
1628
- ],
1629
- "isReadonly": false,
1630
- "isOptional": false,
1631
- "releaseTag": "Public",
1632
- "name": "perfTiming",
1633
- "propertyTypeTokenRange": {
1634
- "startIndex": 1,
1635
- "endIndex": 2
1636
- },
1637
- "isStatic": false,
1638
- "isProtected": false,
1639
- "isAbstract": false
1640
- },
1641
- {
1642
- "kind": "Property",
1643
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#requestHeaders:member",
1644
- "docComment": "",
1645
- "excerptTokens": [
1646
- {
1647
- "kind": "Content",
1648
- "text": "requestHeaders: "
1649
- },
1650
- {
1651
- "kind": "Content",
1652
- "text": "any"
1653
- },
1654
- {
1655
- "kind": "Content",
1656
- "text": ";"
1657
- }
1658
- ],
1659
- "isReadonly": false,
1660
- "isOptional": false,
1661
- "releaseTag": "Public",
1662
- "name": "requestHeaders",
1663
- "propertyTypeTokenRange": {
1664
- "startIndex": 1,
1665
- "endIndex": 2
1666
- },
1667
- "isStatic": false,
1668
- "isProtected": false,
1669
- "isAbstract": false
1670
- },
1671
- {
1672
- "kind": "Property",
1673
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#requestHeadersSize:member",
1674
- "docComment": "",
1675
- "excerptTokens": [
1676
- {
1677
- "kind": "Content",
1678
- "text": "requestHeadersSize: "
1679
- },
1680
- {
1681
- "kind": "Content",
1682
- "text": "number"
1683
- },
1684
- {
1685
- "kind": "Content",
1686
- "text": ";"
1687
- }
1688
- ],
1689
- "isReadonly": false,
1690
- "isOptional": false,
1691
- "releaseTag": "Public",
1692
- "name": "requestHeadersSize",
1693
- "propertyTypeTokenRange": {
1694
- "startIndex": 1,
1695
- "endIndex": 2
1696
- },
1697
- "isStatic": false,
1698
- "isProtected": false,
1699
- "isAbstract": false
1700
- },
1701
- {
1702
- "kind": "Property",
1703
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#requestSentTime:member",
1704
- "docComment": "",
1705
- "excerptTokens": [
1706
- {
1707
- "kind": "Content",
1708
- "text": "requestSentTime: "
1709
- },
1710
- {
1711
- "kind": "Content",
1712
- "text": "number"
1713
- },
1714
- {
1715
- "kind": "Content",
1716
- "text": ";"
1717
- }
1718
- ],
1719
- "isReadonly": false,
1720
- "isOptional": false,
1721
- "releaseTag": "Public",
1722
- "name": "requestSentTime",
1723
- "propertyTypeTokenRange": {
1724
- "startIndex": 1,
1725
- "endIndex": 2
1726
- },
1727
- "isStatic": false,
1728
- "isProtected": false,
1729
- "isAbstract": false
1730
- },
1731
- {
1732
- "kind": "Property",
1733
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#requestSize:member",
1734
- "docComment": "",
1735
- "excerptTokens": [
1736
- {
1737
- "kind": "Content",
1738
- "text": "requestSize: "
1739
- },
1740
- {
1741
- "kind": "Content",
1742
- "text": "number"
1743
- },
1744
- {
1745
- "kind": "Content",
1746
- "text": ";"
1747
- }
1748
- ],
1749
- "isReadonly": false,
1750
- "isOptional": false,
1751
- "releaseTag": "Public",
1752
- "name": "requestSize",
1753
- "propertyTypeTokenRange": {
1754
- "startIndex": 1,
1755
- "endIndex": 2
1756
- },
1757
- "isStatic": false,
1758
- "isProtected": false,
1759
- "isAbstract": false
1760
- },
1761
- {
1762
- "kind": "Property",
1763
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#requestUrl:member",
1764
- "docComment": "",
1765
- "excerptTokens": [
1766
- {
1767
- "kind": "Content",
1768
- "text": "requestUrl: "
1769
- },
1770
- {
1771
- "kind": "Content",
1772
- "text": "string"
1773
- },
1774
- {
1775
- "kind": "Content",
1776
- "text": ";"
1777
- }
1778
- ],
1779
- "isReadonly": false,
1780
- "isOptional": false,
1781
- "releaseTag": "Public",
1782
- "name": "requestUrl",
1783
- "propertyTypeTokenRange": {
1784
- "startIndex": 1,
1785
- "endIndex": 2
1786
- },
1787
- "isStatic": false,
1788
- "isProtected": false,
1789
- "isAbstract": false
1790
- },
1791
- {
1792
- "kind": "Property",
1793
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#responseFinishedTime:member",
1794
- "docComment": "",
1795
- "excerptTokens": [
1796
- {
1797
- "kind": "Content",
1798
- "text": "responseFinishedTime: "
1799
- },
1800
- {
1801
- "kind": "Content",
1802
- "text": "number"
1803
- },
1804
- {
1805
- "kind": "Content",
1806
- "text": ";"
1807
- }
1808
- ],
1809
- "isReadonly": false,
1810
- "isOptional": false,
1811
- "releaseTag": "Public",
1812
- "name": "responseFinishedTime",
1813
- "propertyTypeTokenRange": {
1814
- "startIndex": 1,
1815
- "endIndex": 2
1816
- },
1817
- "isStatic": false,
1818
- "isProtected": false,
1819
- "isAbstract": false
1820
- },
1821
- {
1822
- "kind": "Property",
1823
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#responseReceivingDuration:member",
1824
- "docComment": "",
1825
- "excerptTokens": [
1826
- {
1827
- "kind": "Content",
1828
- "text": "responseReceivingDuration: "
1829
- },
1830
- {
1831
- "kind": "Content",
1832
- "text": "number"
1833
- },
1834
- {
1835
- "kind": "Content",
1836
- "text": ";"
1837
- }
1838
- ],
1839
- "isReadonly": false,
1840
- "isOptional": false,
1841
- "releaseTag": "Public",
1842
- "name": "responseReceivingDuration",
1843
- "propertyTypeTokenRange": {
1844
- "startIndex": 1,
1845
- "endIndex": 2
1846
- },
1847
- "isStatic": false,
1848
- "isProtected": false,
1849
- "isAbstract": false
1850
- },
1851
- {
1852
- "kind": "Property",
1853
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#responseStartedTime:member",
1854
- "docComment": "",
1855
- "excerptTokens": [
1856
- {
1857
- "kind": "Content",
1858
- "text": "responseStartedTime: "
1859
- },
1860
- {
1861
- "kind": "Content",
1862
- "text": "number"
1863
- },
1864
- {
1865
- "kind": "Content",
1866
- "text": ";"
1867
- }
1868
- ],
1869
- "isReadonly": false,
1870
- "isOptional": false,
1871
- "releaseTag": "Public",
1872
- "name": "responseStartedTime",
1873
- "propertyTypeTokenRange": {
1874
- "startIndex": 1,
1875
- "endIndex": 2
1876
- },
1877
- "isStatic": false,
1878
- "isProtected": false,
1879
- "isAbstract": false
1880
- },
1881
- {
1882
- "kind": "Property",
1883
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#spanID:member",
1884
- "docComment": "/**\n * The spanId to use for the dependency call\n */\n",
1885
- "excerptTokens": [
1886
- {
1887
- "kind": "Content",
1888
- "text": "spanID: "
1889
- },
1890
- {
1891
- "kind": "Content",
1892
- "text": "string"
1893
- },
1894
- {
1895
- "kind": "Content",
1896
- "text": ";"
1897
- }
1898
- ],
1899
- "isReadonly": false,
1900
- "isOptional": false,
1901
- "releaseTag": "Public",
1902
- "name": "spanID",
1903
- "propertyTypeTokenRange": {
1904
- "startIndex": 1,
1905
- "endIndex": 2
1906
- },
1907
- "isStatic": false,
1908
- "isProtected": false,
1909
- "isAbstract": false
1910
- },
1911
- {
1912
- "kind": "Property",
1913
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#status:member",
1914
- "docComment": "",
1915
- "excerptTokens": [
1916
- {
1917
- "kind": "Content",
1918
- "text": "status: "
1919
- },
1920
- {
1921
- "kind": "Content",
1922
- "text": "string | number"
1923
- },
1924
- {
1925
- "kind": "Content",
1926
- "text": ";"
1927
- }
1928
- ],
1929
- "isReadonly": false,
1930
- "isOptional": false,
1931
- "releaseTag": "Public",
1932
- "name": "status",
1933
- "propertyTypeTokenRange": {
1934
- "startIndex": 1,
1935
- "endIndex": 2
1936
- },
1937
- "isStatic": false,
1938
- "isProtected": false,
1939
- "isAbstract": false
1940
- },
1941
- {
1942
- "kind": "Property",
1943
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#traceFlags:member",
1944
- "docComment": "/**\n * The traceFlags to use for the dependency call\n */\n",
1945
- "excerptTokens": [
1946
- {
1947
- "kind": "Content",
1948
- "text": "traceFlags?: "
1949
- },
1950
- {
1951
- "kind": "Content",
1952
- "text": "number"
1953
- },
1954
- {
1955
- "kind": "Content",
1956
- "text": ";"
1957
- }
1958
- ],
1959
- "isReadonly": false,
1960
- "isOptional": true,
1961
- "releaseTag": "Public",
1962
- "name": "traceFlags",
1963
- "propertyTypeTokenRange": {
1964
- "startIndex": 1,
1965
- "endIndex": 2
1966
- },
1967
- "isStatic": false,
1968
- "isProtected": false,
1969
- "isAbstract": false
1970
- },
1971
- {
1972
- "kind": "Property",
1973
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#traceID:member",
1974
- "docComment": "/**\n * The traceId to use for the dependency call\n */\n",
1975
- "excerptTokens": [
1976
- {
1977
- "kind": "Content",
1978
- "text": "traceID: "
1979
- },
1980
- {
1981
- "kind": "Content",
1982
- "text": "string"
1983
- },
1984
- {
1985
- "kind": "Content",
1986
- "text": ";"
1987
- }
1988
- ],
1989
- "isReadonly": false,
1990
- "isOptional": false,
1991
- "releaseTag": "Public",
1992
- "name": "traceID",
1993
- "propertyTypeTokenRange": {
1994
- "startIndex": 1,
1995
- "endIndex": 2
1996
- },
1997
- "isStatic": false,
1998
- "isProtected": false,
1999
- "isAbstract": false
2000
- },
2001
- {
2002
- "kind": "Property",
2003
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord#xhrMonitoringState:member",
2004
- "docComment": "",
2005
- "excerptTokens": [
2006
- {
2007
- "kind": "Content",
2008
- "text": "xhrMonitoringState: "
2009
- },
2010
- {
2011
- "kind": "Reference",
2012
- "text": "XHRMonitoringState",
2013
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!~XHRMonitoringState:class"
2014
- },
2015
- {
2016
- "kind": "Content",
2017
- "text": ";"
2018
- }
2019
- ],
2020
- "isReadonly": false,
2021
- "isOptional": false,
2022
- "releaseTag": "Public",
2023
- "name": "xhrMonitoringState",
2024
- "propertyTypeTokenRange": {
2025
- "startIndex": 1,
2026
- "endIndex": 2
2027
- },
2028
- "isStatic": false,
2029
- "isProtected": false,
2030
- "isAbstract": false
2031
- }
2032
- ],
2033
- "implementsTokenRanges": []
2034
- },
2035
- {
2036
- "kind": "TypeAlias",
2037
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!DependencyInitializerFunction:type",
2038
- "docComment": "/**\n * The initializer function that will be called, if it returns false the event will be dropped and not reported or counted against the `maxAjaxCallsPerView`.\n */\n",
2039
- "excerptTokens": [
2040
- {
2041
- "kind": "Content",
2042
- "text": "export declare type DependencyInitializerFunction = "
2043
- },
2044
- {
2045
- "kind": "Content",
2046
- "text": "(item: "
2047
- },
2048
- {
2049
- "kind": "Reference",
2050
- "text": "IDependencyInitializerDetails",
2051
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerDetails:interface"
2052
- },
2053
- {
2054
- "kind": "Content",
2055
- "text": ") => boolean | void"
2056
- },
2057
- {
2058
- "kind": "Content",
2059
- "text": ";"
2060
- }
2061
- ],
2062
- "fileUrlPath": "types/DependencyInitializer.d.ts",
2063
- "releaseTag": "Public",
2064
- "name": "DependencyInitializerFunction",
2065
- "typeTokenRange": {
2066
- "startIndex": 1,
2067
- "endIndex": 4
2068
- }
2069
- },
2070
- {
2071
- "kind": "TypeAlias",
2072
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!DependencyListenerFunction:type",
2073
- "docComment": "/**\n * The function that will get called when the ajax request is about to occur.\n */\n",
2074
- "excerptTokens": [
2075
- {
2076
- "kind": "Content",
2077
- "text": "export declare type DependencyListenerFunction = "
2078
- },
2079
- {
2080
- "kind": "Content",
2081
- "text": "(dependencyDetails: "
2082
- },
2083
- {
2084
- "kind": "Reference",
2085
- "text": "IDependencyListenerDetails",
2086
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails:interface"
2087
- },
2088
- {
2089
- "kind": "Content",
2090
- "text": ") => void"
2091
- },
2092
- {
2093
- "kind": "Content",
2094
- "text": ";"
2095
- }
2096
- ],
2097
- "fileUrlPath": "types/DependencyListener.d.ts",
2098
- "releaseTag": "Public",
2099
- "name": "DependencyListenerFunction",
2100
- "typeTokenRange": {
2101
- "startIndex": 1,
2102
- "endIndex": 4
2103
- }
2104
- },
2105
- {
2106
- "kind": "Variable",
2107
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!DfltAjaxCorrelationHeaderExDomains:var",
2108
- "docComment": "",
2109
- "excerptTokens": [
2110
- {
2111
- "kind": "Content",
2112
- "text": "DfltAjaxCorrelationHeaderExDomains: "
2113
- },
2114
- {
2115
- "kind": "Content",
2116
- "text": "string[]"
2117
- }
2118
- ],
2119
- "fileUrlPath": "types/ajax.d.ts",
2120
- "isReadonly": true,
2121
- "releaseTag": "Public",
2122
- "name": "DfltAjaxCorrelationHeaderExDomains",
2123
- "variableTypeTokenRange": {
2124
- "startIndex": 1,
2125
- "endIndex": 2
2126
- }
2127
- },
2128
- {
2129
- "kind": "Interface",
2130
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependenciesPlugin:interface",
2131
- "docComment": "",
2132
- "excerptTokens": [
2133
- {
2134
- "kind": "Content",
2135
- "text": "export interface IDependenciesPlugin extends "
2136
- },
2137
- {
2138
- "kind": "Reference",
2139
- "text": "IDependencyListenerContainer",
2140
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!~IDependencyListenerContainer:interface"
2141
- },
2142
- {
2143
- "kind": "Content",
2144
- "text": " "
2145
- }
2146
- ],
2147
- "fileUrlPath": "types/ajax.d.ts",
2148
- "releaseTag": "Public",
2149
- "name": "IDependenciesPlugin",
2150
- "preserveMemberOrder": false,
2151
- "members": [
2152
- {
2153
- "kind": "MethodSignature",
2154
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependenciesPlugin#trackDependencyData:member(1)",
2155
- "docComment": "/**\n * Logs dependency call\n *\n * @param dependencyData - dependency data object\n */\n",
2156
- "excerptTokens": [
2157
- {
2158
- "kind": "Content",
2159
- "text": "trackDependencyData(dependency: "
2160
- },
2161
- {
2162
- "kind": "Reference",
2163
- "text": "IDependencyTelemetry",
2164
- "canonicalReference": "@microsoft/applicationinsights-common!IDependencyTelemetry:interface"
2165
- },
2166
- {
2167
- "kind": "Content",
2168
- "text": "): "
2169
- },
2170
- {
2171
- "kind": "Content",
2172
- "text": "void"
2173
- },
2174
- {
2175
- "kind": "Content",
2176
- "text": ";"
2177
- }
2178
- ],
2179
- "isOptional": false,
2180
- "returnTypeTokenRange": {
2181
- "startIndex": 3,
2182
- "endIndex": 4
2183
- },
2184
- "releaseTag": "Public",
2185
- "overloadIndex": 1,
2186
- "parameters": [
2187
- {
2188
- "parameterName": "dependency",
2189
- "parameterTypeTokenRange": {
2190
- "startIndex": 1,
2191
- "endIndex": 2
2192
- },
2193
- "isOptional": false
2194
- }
2195
- ],
2196
- "name": "trackDependencyData"
2197
- }
2198
- ],
2199
- "extendsTokenRanges": [
2200
- {
2201
- "startIndex": 1,
2202
- "endIndex": 2
2203
- }
2204
- ]
2205
- },
2206
- {
2207
- "kind": "Interface",
2208
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyHandler:interface",
2209
- "docComment": "",
2210
- "excerptTokens": [
2211
- {
2212
- "kind": "Content",
2213
- "text": "export interface IDependencyHandler "
2214
- }
2215
- ],
2216
- "fileUrlPath": "types/DependencyListener.d.ts",
2217
- "releaseTag": "Public",
2218
- "name": "IDependencyHandler",
2219
- "preserveMemberOrder": false,
2220
- "members": [
2221
- {
2222
- "kind": "MethodSignature",
2223
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyHandler#remove:member(1)",
2224
- "docComment": "",
2225
- "excerptTokens": [
2226
- {
2227
- "kind": "Content",
2228
- "text": "remove(): "
2229
- },
2230
- {
2231
- "kind": "Content",
2232
- "text": "void"
2233
- },
2234
- {
2235
- "kind": "Content",
2236
- "text": ";"
2237
- }
2238
- ],
2239
- "isOptional": false,
2240
- "returnTypeTokenRange": {
2241
- "startIndex": 1,
2242
- "endIndex": 2
2243
- },
2244
- "releaseTag": "Public",
2245
- "overloadIndex": 1,
2246
- "parameters": [],
2247
- "name": "remove"
2248
- }
2249
- ],
2250
- "extendsTokenRanges": []
2251
- },
2252
- {
2253
- "kind": "Interface",
2254
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerDetails:interface",
2255
- "docComment": "",
2256
- "excerptTokens": [
2257
- {
2258
- "kind": "Content",
2259
- "text": "export interface IDependencyInitializerDetails "
2260
- }
2261
- ],
2262
- "fileUrlPath": "types/DependencyInitializer.d.ts",
2263
- "releaseTag": "Public",
2264
- "name": "IDependencyInitializerDetails",
2265
- "preserveMemberOrder": false,
2266
- "members": [
2267
- {
2268
- "kind": "PropertySignature",
2269
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerDetails#aborted:member",
2270
- "docComment": "/**\n * [Optional] A flag that indicates whether the client request was manually aborted by the `abort()`\n */\n",
2271
- "excerptTokens": [
2272
- {
2273
- "kind": "Content",
2274
- "text": "aborted?: "
2275
- },
2276
- {
2277
- "kind": "Content",
2278
- "text": "boolean"
2279
- },
2280
- {
2281
- "kind": "Content",
2282
- "text": ";"
2283
- }
2284
- ],
2285
- "isReadonly": false,
2286
- "isOptional": true,
2287
- "releaseTag": "Public",
2288
- "name": "aborted",
2289
- "propertyTypeTokenRange": {
2290
- "startIndex": 1,
2291
- "endIndex": 2
2292
- }
2293
- },
2294
- {
2295
- "kind": "PropertySignature",
2296
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerDetails#context:member",
2297
- "docComment": "/**\n * The context that the application can assigned via the dependency listener(s)\n */\n",
2298
- "excerptTokens": [
2299
- {
2300
- "kind": "Content",
2301
- "text": "context?: "
2302
- },
2303
- {
2304
- "kind": "Content",
2305
- "text": "{\n [key: string]: any;\n }"
2306
- },
2307
- {
2308
- "kind": "Content",
2309
- "text": ";"
2310
- }
2311
- ],
2312
- "isReadonly": false,
2313
- "isOptional": true,
2314
- "releaseTag": "Public",
2315
- "name": "context",
2316
- "propertyTypeTokenRange": {
2317
- "startIndex": 1,
2318
- "endIndex": 2
2319
- }
2320
- },
2321
- {
2322
- "kind": "PropertySignature",
2323
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerDetails#item:member",
2324
- "docComment": "/**\n * The DependencyTelemetry event that will be passed to the `trackDependencyDataInternal` function.\n */\n",
2325
- "excerptTokens": [
2326
- {
2327
- "kind": "Content",
2328
- "text": "item: "
2329
- },
2330
- {
2331
- "kind": "Reference",
2332
- "text": "IDependencyTelemetry",
2333
- "canonicalReference": "@microsoft/applicationinsights-common!IDependencyTelemetry:interface"
2334
- },
2335
- {
2336
- "kind": "Content",
2337
- "text": ";"
2338
- }
2339
- ],
2340
- "isReadonly": false,
2341
- "isOptional": false,
2342
- "releaseTag": "Public",
2343
- "name": "item",
2344
- "propertyTypeTokenRange": {
2345
- "startIndex": 1,
2346
- "endIndex": 2
2347
- }
2348
- },
2349
- {
2350
- "kind": "PropertySignature",
2351
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerDetails#properties:member",
2352
- "docComment": "/**\n * Additional properties to be added to the event\n */\n",
2353
- "excerptTokens": [
2354
- {
2355
- "kind": "Content",
2356
- "text": "properties?: "
2357
- },
2358
- {
2359
- "kind": "Content",
2360
- "text": "{\n [key: string]: any;\n }"
2361
- },
2362
- {
2363
- "kind": "Content",
2364
- "text": ";"
2365
- }
2366
- ],
2367
- "isReadonly": false,
2368
- "isOptional": true,
2369
- "releaseTag": "Public",
2370
- "name": "properties",
2371
- "propertyTypeTokenRange": {
2372
- "startIndex": 1,
2373
- "endIndex": 2
2374
- }
2375
- },
2376
- {
2377
- "kind": "PropertySignature",
2378
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerDetails#sysProperties:member",
2379
- "docComment": "/**\n * Additional system properties to be added to the event.\n */\n",
2380
- "excerptTokens": [
2381
- {
2382
- "kind": "Content",
2383
- "text": "sysProperties?: "
2384
- },
2385
- {
2386
- "kind": "Content",
2387
- "text": "{\n [key: string]: any;\n }"
2388
- },
2389
- {
2390
- "kind": "Content",
2391
- "text": ";"
2392
- }
2393
- ],
2394
- "isReadonly": false,
2395
- "isOptional": true,
2396
- "releaseTag": "Public",
2397
- "name": "sysProperties",
2398
- "propertyTypeTokenRange": {
2399
- "startIndex": 1,
2400
- "endIndex": 2
2401
- }
2402
- }
2403
- ],
2404
- "extendsTokenRanges": []
2405
- },
2406
- {
2407
- "kind": "Interface",
2408
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyInitializerHandler:interface",
2409
- "docComment": "",
2410
- "excerptTokens": [
2411
- {
2412
- "kind": "Content",
2413
- "text": "export interface IDependencyInitializerHandler extends "
2414
- },
2415
- {
2416
- "kind": "Reference",
2417
- "text": "IDependencyHandler",
2418
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyHandler:interface"
2419
- },
2420
- {
2421
- "kind": "Content",
2422
- "text": " "
2423
- }
2424
- ],
2425
- "fileUrlPath": "types/DependencyInitializer.d.ts",
2426
- "releaseTag": "Public",
2427
- "name": "IDependencyInitializerHandler",
2428
- "preserveMemberOrder": false,
2429
- "members": [],
2430
- "extendsTokenRanges": [
2431
- {
2432
- "startIndex": 1,
2433
- "endIndex": 2
2434
- }
2435
- ]
2436
- },
2437
- {
2438
- "kind": "Interface",
2439
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails:interface",
2440
- "docComment": "",
2441
- "excerptTokens": [
2442
- {
2443
- "kind": "Content",
2444
- "text": "export interface IDependencyListenerDetails "
2445
- }
2446
- ],
2447
- "fileUrlPath": "types/DependencyListener.d.ts",
2448
- "releaseTag": "Public",
2449
- "name": "IDependencyListenerDetails",
2450
- "preserveMemberOrder": false,
2451
- "members": [
2452
- {
2453
- "kind": "PropertySignature",
2454
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#aborted:member",
2455
- "docComment": "/**\n * [Optional] A flag that indicates whether the client request was manually aborted by the `abort()`, as listeners are called just before the request is sent it is unlikely that an application would have called `abort` before `send` this is also available in the dependency initializer.\n */\n",
2456
- "excerptTokens": [
2457
- {
2458
- "kind": "Content",
2459
- "text": "aborted?: "
2460
- },
2461
- {
2462
- "kind": "Content",
2463
- "text": "boolean"
2464
- },
2465
- {
2466
- "kind": "Content",
2467
- "text": ";"
2468
- }
2469
- ],
2470
- "isReadonly": false,
2471
- "isOptional": true,
2472
- "releaseTag": "Public",
2473
- "name": "aborted",
2474
- "propertyTypeTokenRange": {
2475
- "startIndex": 1,
2476
- "endIndex": 2
2477
- }
2478
- },
2479
- {
2480
- "kind": "PropertySignature",
2481
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#context:member",
2482
- "docComment": "/**\n * [Optional] Context that the application can assign that will also be passed to any dependency initializer\n */\n",
2483
- "excerptTokens": [
2484
- {
2485
- "kind": "Content",
2486
- "text": "context?: "
2487
- },
2488
- {
2489
- "kind": "Content",
2490
- "text": "{\n [key: string]: any;\n }"
2491
- },
2492
- {
2493
- "kind": "Content",
2494
- "text": ";"
2495
- }
2496
- ],
2497
- "isReadonly": false,
2498
- "isOptional": true,
2499
- "releaseTag": "Public",
2500
- "name": "context",
2501
- "propertyTypeTokenRange": {
2502
- "startIndex": 1,
2503
- "endIndex": 2
2504
- }
2505
- },
2506
- {
2507
- "kind": "PropertySignature",
2508
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#core:member",
2509
- "docComment": "/**\n * The current core instance\n */\n",
2510
- "excerptTokens": [
2511
- {
2512
- "kind": "Content",
2513
- "text": "core: "
2514
- },
2515
- {
2516
- "kind": "Reference",
2517
- "text": "IAppInsightsCore",
2518
- "canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore:interface"
2519
- },
2520
- {
2521
- "kind": "Content",
2522
- "text": ";"
2523
- }
2524
- ],
2525
- "isReadonly": false,
2526
- "isOptional": false,
2527
- "releaseTag": "Public",
2528
- "name": "core",
2529
- "propertyTypeTokenRange": {
2530
- "startIndex": 1,
2531
- "endIndex": 2
2532
- }
2533
- },
2534
- {
2535
- "kind": "PropertySignature",
2536
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#init:member",
2537
- "docComment": "/**\n * Provided only if the dependency request is a fetch call, this is the init argument being used, re-assigning this value does not change the value used for the request, however, changing properties of this object will be used.\n */\n",
2538
- "excerptTokens": [
2539
- {
2540
- "kind": "Content",
2541
- "text": "init?: "
2542
- },
2543
- {
2544
- "kind": "Reference",
2545
- "text": "RequestInit",
2546
- "canonicalReference": "!RequestInit:interface"
2547
- },
2548
- {
2549
- "kind": "Content",
2550
- "text": ";"
2551
- }
2552
- ],
2553
- "isReadonly": false,
2554
- "isOptional": true,
2555
- "releaseTag": "Public",
2556
- "name": "init",
2557
- "propertyTypeTokenRange": {
2558
- "startIndex": 1,
2559
- "endIndex": 2
2560
- }
2561
- },
2562
- {
2563
- "kind": "PropertySignature",
2564
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#input:member",
2565
- "docComment": "/**\n * Provided only if the dependency request is a fetch call, this is the input argument being used, re-assigning this value has not affect on the value used for the request, however, when this is a Request object changing the value of the Request will be used for the outbound request.\n */\n",
2566
- "excerptTokens": [
2567
- {
2568
- "kind": "Content",
2569
- "text": "input?: "
2570
- },
2571
- {
2572
- "kind": "Reference",
2573
- "text": "Request",
2574
- "canonicalReference": "!Request:interface"
2575
- },
2576
- {
2577
- "kind": "Content",
2578
- "text": " | string"
2579
- },
2580
- {
2581
- "kind": "Content",
2582
- "text": ";"
2583
- }
2584
- ],
2585
- "isReadonly": false,
2586
- "isOptional": true,
2587
- "releaseTag": "Public",
2588
- "name": "input",
2589
- "propertyTypeTokenRange": {
2590
- "startIndex": 1,
2591
- "endIndex": 3
2592
- }
2593
- },
2594
- {
2595
- "kind": "PropertySignature",
2596
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#spanId:member",
2597
- "docComment": "/**\n * Self-generated 8-bytes identifier of the incoming request. Must be a hex representation of 8-byte array. Also know as the parentId, used to link requests together\n */\n",
2598
- "excerptTokens": [
2599
- {
2600
- "kind": "Content",
2601
- "text": "spanId?: "
2602
- },
2603
- {
2604
- "kind": "Content",
2605
- "text": "string"
2606
- },
2607
- {
2608
- "kind": "Content",
2609
- "text": ";"
2610
- }
2611
- ],
2612
- "isReadonly": false,
2613
- "isOptional": true,
2614
- "releaseTag": "Public",
2615
- "name": "spanId",
2616
- "propertyTypeTokenRange": {
2617
- "startIndex": 1,
2618
- "endIndex": 2
2619
- }
2620
- },
2621
- {
2622
- "kind": "PropertySignature",
2623
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#traceFlags:member",
2624
- "docComment": "/**\n * An integer representation of the W3C TraceContext trace-flags. https://www.w3.org/TR/trace-context/#trace-flags\n */\n",
2625
- "excerptTokens": [
2626
- {
2627
- "kind": "Content",
2628
- "text": "traceFlags?: "
2629
- },
2630
- {
2631
- "kind": "Content",
2632
- "text": "number"
2633
- },
2634
- {
2635
- "kind": "Content",
2636
- "text": ";"
2637
- }
2638
- ],
2639
- "isReadonly": false,
2640
- "isOptional": true,
2641
- "releaseTag": "Public",
2642
- "name": "traceFlags",
2643
- "propertyTypeTokenRange": {
2644
- "startIndex": 1,
2645
- "endIndex": 2
2646
- }
2647
- },
2648
- {
2649
- "kind": "PropertySignature",
2650
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#traceId:member",
2651
- "docComment": "/**\n * Returns the unique identifier for a trace. All requests / spans from the same trace share the same traceId. Must be read from incoming headers or generated according to the W3C TraceContext specification, in a hex representation of 16-byte array. A.k.a. trace-id, TraceID or Distributed TraceID\n */\n",
2652
- "excerptTokens": [
2653
- {
2654
- "kind": "Content",
2655
- "text": "traceId?: "
2656
- },
2657
- {
2658
- "kind": "Content",
2659
- "text": "string"
2660
- },
2661
- {
2662
- "kind": "Content",
2663
- "text": ";"
2664
- }
2665
- ],
2666
- "isReadonly": false,
2667
- "isOptional": true,
2668
- "releaseTag": "Public",
2669
- "name": "traceId",
2670
- "propertyTypeTokenRange": {
2671
- "startIndex": 1,
2672
- "endIndex": 2
2673
- }
2674
- },
2675
- {
2676
- "kind": "PropertySignature",
2677
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerDetails#xhr:member",
2678
- "docComment": "/**\n * Provided only if the dependency request is an XHR call\n */\n",
2679
- "excerptTokens": [
2680
- {
2681
- "kind": "Content",
2682
- "text": "xhr?: "
2683
- },
2684
- {
2685
- "kind": "Reference",
2686
- "text": "XMLHttpRequest",
2687
- "canonicalReference": "!XMLHttpRequest:interface"
2688
- },
2689
- {
2690
- "kind": "Content",
2691
- "text": ";"
2692
- }
2693
- ],
2694
- "isReadonly": false,
2695
- "isOptional": true,
2696
- "releaseTag": "Public",
2697
- "name": "xhr",
2698
- "propertyTypeTokenRange": {
2699
- "startIndex": 1,
2700
- "endIndex": 2
2701
- }
2702
- }
2703
- ],
2704
- "extendsTokenRanges": []
2705
- },
2706
- {
2707
- "kind": "Interface",
2708
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyListenerHandler:interface",
2709
- "docComment": "",
2710
- "excerptTokens": [
2711
- {
2712
- "kind": "Content",
2713
- "text": "export interface IDependencyListenerHandler extends "
2714
- },
2715
- {
2716
- "kind": "Reference",
2717
- "text": "IDependencyHandler",
2718
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependencyHandler:interface"
2719
- },
2720
- {
2721
- "kind": "Content",
2722
- "text": " "
2723
- }
2724
- ],
2725
- "fileUrlPath": "types/DependencyListener.d.ts",
2726
- "releaseTag": "Public",
2727
- "name": "IDependencyListenerHandler",
2728
- "preserveMemberOrder": false,
2729
- "members": [],
2730
- "extendsTokenRanges": [
2731
- {
2732
- "startIndex": 1,
2733
- "endIndex": 2
2734
- }
2735
- ]
2736
- },
2737
- {
2738
- "kind": "Interface",
2739
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IInstrumentationRequirements:interface",
2740
- "docComment": "",
2741
- "excerptTokens": [
2742
- {
2743
- "kind": "Content",
2744
- "text": "export interface IInstrumentationRequirements extends "
2745
- },
2746
- {
2747
- "kind": "Reference",
2748
- "text": "IDependenciesPlugin",
2749
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IDependenciesPlugin:interface"
2750
- },
2751
- {
2752
- "kind": "Content",
2753
- "text": " "
2754
- }
2755
- ],
2756
- "fileUrlPath": "types/ajax.d.ts",
2757
- "releaseTag": "Public",
2758
- "name": "IInstrumentationRequirements",
2759
- "preserveMemberOrder": false,
2760
- "members": [
2761
- {
2762
- "kind": "PropertySignature",
2763
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!IInstrumentationRequirements#includeCorrelationHeaders:member",
2764
- "docComment": "",
2765
- "excerptTokens": [
2766
- {
2767
- "kind": "Content",
2768
- "text": "["
2769
- },
2770
- {
2771
- "kind": "Reference",
2772
- "text": "_DYN_INCLUDE_CORRELATION_2",
2773
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!~_DYN_INCLUDE_CORRELATION_2:var"
2774
- },
2775
- {
2776
- "kind": "Content",
2777
- "text": "]: "
2778
- },
2779
- {
2780
- "kind": "Content",
2781
- "text": "(ajaxData: "
2782
- },
2783
- {
2784
- "kind": "Reference",
2785
- "text": "ajaxRecord",
2786
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord:class"
2787
- },
2788
- {
2789
- "kind": "Content",
2790
- "text": ", input?: "
2791
- },
2792
- {
2793
- "kind": "Reference",
2794
- "text": "Request",
2795
- "canonicalReference": "!Request:interface"
2796
- },
2797
- {
2798
- "kind": "Content",
2799
- "text": " | string, init?: "
2800
- },
2801
- {
2802
- "kind": "Reference",
2803
- "text": "RequestInit",
2804
- "canonicalReference": "!RequestInit:interface"
2805
- },
2806
- {
2807
- "kind": "Content",
2808
- "text": ", xhr?: "
2809
- },
2810
- {
2811
- "kind": "Reference",
2812
- "text": "XMLHttpRequestInstrumented",
2813
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!XMLHttpRequestInstrumented:interface"
2814
- },
2815
- {
2816
- "kind": "Content",
2817
- "text": ") => any"
2818
- },
2819
- {
2820
- "kind": "Content",
2821
- "text": ";"
2822
- }
2823
- ],
2824
- "isReadonly": false,
2825
- "isOptional": false,
2826
- "releaseTag": "Public",
2827
- "name": "includeCorrelationHeaders",
2828
- "propertyTypeTokenRange": {
2829
- "startIndex": 3,
2830
- "endIndex": 12
2831
- }
2832
- }
2833
- ],
2834
- "extendsTokenRanges": [
2835
- {
2836
- "startIndex": 1,
2837
- "endIndex": 2
2838
- }
2839
- ]
2840
- },
2841
- {
2842
- "kind": "Interface",
2843
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!XMLHttpRequestInstrumented:interface",
2844
- "docComment": "",
2845
- "excerptTokens": [
2846
- {
2847
- "kind": "Content",
2848
- "text": "export interface XMLHttpRequestInstrumented extends "
2849
- },
2850
- {
2851
- "kind": "Reference",
2852
- "text": "XMLHttpRequest",
2853
- "canonicalReference": "!XMLHttpRequest:interface"
2854
- },
2855
- {
2856
- "kind": "Content",
2857
- "text": " "
2858
- }
2859
- ],
2860
- "fileUrlPath": "types/ajax.d.ts",
2861
- "releaseTag": "Public",
2862
- "name": "XMLHttpRequestInstrumented",
2863
- "preserveMemberOrder": false,
2864
- "members": [
2865
- {
2866
- "kind": "PropertySignature",
2867
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!XMLHttpRequestInstrumented#ajaxData:member",
2868
- "docComment": "",
2869
- "excerptTokens": [
2870
- {
2871
- "kind": "Content",
2872
- "text": "ajaxData: "
2873
- },
2874
- {
2875
- "kind": "Reference",
2876
- "text": "ajaxRecord",
2877
- "canonicalReference": "@microsoft/applicationinsights-dependencies-js!ajaxRecord:class"
2878
- },
2879
- {
2880
- "kind": "Content",
2881
- "text": ";"
2882
- }
2883
- ],
2884
- "isReadonly": false,
2885
- "isOptional": false,
2886
- "releaseTag": "Public",
2887
- "name": "ajaxData",
2888
- "propertyTypeTokenRange": {
2889
- "startIndex": 1,
2890
- "endIndex": 2
2891
- }
2892
- }
2893
- ],
2894
- "extendsTokenRanges": [
2895
- {
2896
- "startIndex": 1,
2897
- "endIndex": 2
2898
- }
2899
- ]
2900
- }
2901
- ]
2902
- }
2903
- ]
2904
- }