@microsoft/applicationinsights-react-native 2.4.5-nightly.2204-03 → 2.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.19.5",
5
- "schemaVersion": 1004,
4
+ "toolVersion": "7.23.0",
5
+ "schemaVersion": 1005,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
8
8
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
@@ -156,7 +156,8 @@
156
156
  "@betaDocumentation": true,
157
157
  "@internalRemarks": true,
158
158
  "@preapproved": true
159
- }
159
+ },
160
+ "reportUnsupportedHtmlElements": false
160
161
  }
161
162
  },
162
163
  "kind": "Package",
@@ -408,7 +409,8 @@
408
409
  "parameterTypeTokenRange": {
409
410
  "startIndex": 1,
410
411
  "endIndex": 2
411
- }
412
+ },
413
+ "isOptional": true
412
414
  }
413
415
  ]
414
416
  },
@@ -506,21 +508,24 @@
506
508
  "parameterTypeTokenRange": {
507
509
  "startIndex": 1,
508
510
  "endIndex": 3
509
- }
511
+ },
512
+ "isOptional": true
510
513
  },
511
514
  {
512
515
  "parameterName": "core",
513
516
  "parameterTypeTokenRange": {
514
517
  "startIndex": 4,
515
518
  "endIndex": 5
516
- }
519
+ },
520
+ "isOptional": true
517
521
  },
518
522
  {
519
523
  "parameterName": "extensions",
520
524
  "parameterTypeTokenRange": {
521
525
  "startIndex": 6,
522
526
  "endIndex": 8
523
- }
527
+ },
528
+ "isOptional": true
524
529
  }
525
530
  ],
526
531
  "name": "initialize"
@@ -602,14 +607,16 @@
602
607
  "parameterTypeTokenRange": {
603
608
  "startIndex": 1,
604
609
  "endIndex": 2
605
- }
610
+ },
611
+ "isOptional": false
606
612
  },
607
613
  {
608
614
  "parameterName": "itemCtx",
609
615
  "parameterTypeTokenRange": {
610
616
  "startIndex": 3,
611
617
  "endIndex": 4
612
- }
618
+ },
619
+ "isOptional": true
613
620
  }
614
621
  ],
615
622
  "name": "processTelemetry"
@@ -654,7 +661,8 @@
654
661
  "parameterTypeTokenRange": {
655
662
  "startIndex": 1,
656
663
  "endIndex": 2
657
- }
664
+ },
665
+ "isOptional": false
658
666
  }
659
667
  ],
660
668
  "name": "setDeviceId"
@@ -699,7 +707,8 @@
699
707
  "parameterTypeTokenRange": {
700
708
  "startIndex": 1,
701
709
  "endIndex": 2
702
- }
710
+ },
711
+ "isOptional": false
703
712
  }
704
713
  ],
705
714
  "name": "setDeviceModel"
@@ -744,7 +753,8 @@
744
753
  "parameterTypeTokenRange": {
745
754
  "startIndex": 1,
746
755
  "endIndex": 2
747
- }
756
+ },
757
+ "isOptional": false
748
758
  }
749
759
  ],
750
760
  "name": "setDeviceType"
@@ -752,7 +762,7 @@
752
762
  ],
753
763
  "extendsTokenRange": {
754
764
  "startIndex": 1,
755
- "endIndex": 3
765
+ "endIndex": 2
756
766
  },
757
767
  "implementsTokenRanges": []
758
768
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights react native plugin, 2.4.5-nightly.2204-03
2
+ * Microsoft Application Insights react native plugin, 2.4.6
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  *