@apollo-annotation/jbrowse-plugin-apollo 0.1.10 → 0.1.12

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 (55) hide show
  1. package/dist/index.esm.js +4 -4
  2. package/dist/index.esm.js.map +1 -1
  3. package/dist/jbrowse-plugin-apollo.cjs.development.js +68 -68
  4. package/dist/jbrowse-plugin-apollo.cjs.development.js.map +1 -1
  5. package/dist/jbrowse-plugin-apollo.cjs.production.min.js +1 -1
  6. package/dist/jbrowse-plugin-apollo.cjs.production.min.js.map +1 -1
  7. package/dist/jbrowse-plugin-apollo.umd.development.js +77 -78
  8. package/dist/jbrowse-plugin-apollo.umd.development.js.map +1 -1
  9. package/dist/jbrowse-plugin-apollo.umd.production.min.js +1 -1
  10. package/dist/jbrowse-plugin-apollo.umd.production.min.js.map +1 -1
  11. package/package.json +5 -5
  12. package/src/ApolloInternetAccount/model.ts +2 -2
  13. package/src/ApolloSixFrameRenderer/components/ApolloRendering.tsx +2 -2
  14. package/src/BackendDrivers/BackendDriver.ts +3 -3
  15. package/src/BackendDrivers/CollaborationServerDriver.ts +3 -9
  16. package/src/BackendDrivers/DesktopFileDriver.ts +3 -3
  17. package/src/BackendDrivers/InMemoryFileDriver.ts +3 -6
  18. package/src/ChangeManager.ts +2 -2
  19. package/src/FeatureDetailsWidget/Attributes.tsx +2 -2
  20. package/src/FeatureDetailsWidget/BasicInformation.tsx +2 -2
  21. package/src/FeatureDetailsWidget/RelatedFeature.tsx +1 -4
  22. package/src/FeatureDetailsWidget/Sequence.tsx +2 -2
  23. package/src/FeatureDetailsWidget/model.ts +1 -4
  24. package/src/LinearApolloDisplay/glyphs/BoxGlyph.ts +2 -2
  25. package/src/LinearApolloDisplay/glyphs/CanonicalGeneGlyph.ts +2 -2
  26. package/src/LinearApolloDisplay/glyphs/GenericChildGlyph.ts +1 -1
  27. package/src/LinearApolloDisplay/glyphs/Glyph.ts +1 -1
  28. package/src/LinearApolloDisplay/glyphs/ImplicitExonGeneGlyph.ts +2 -2
  29. package/src/LinearApolloDisplay/stateModel/base.ts +1 -1
  30. package/src/LinearApolloDisplay/stateModel/getGlyph.ts +1 -1
  31. package/src/LinearApolloDisplay/stateModel/glyphs.ts +1 -1
  32. package/src/LinearApolloDisplay/stateModel/layouts.ts +1 -1
  33. package/src/LinearApolloDisplay/stateModel/mouseEvents.ts +1 -1
  34. package/src/OntologyManager/util.ts +1 -1
  35. package/src/SixFrameFeatureDisplay/stateModel.ts +1 -1
  36. package/src/TabularEditor/HybridGrid/ChangeHandling.ts +2 -2
  37. package/src/TabularEditor/HybridGrid/Feature.tsx +1 -1
  38. package/src/TabularEditor/HybridGrid/FeatureAttributes.tsx +1 -1
  39. package/src/TabularEditor/HybridGrid/featureContextMenuItems.ts +1 -1
  40. package/src/components/AddAssembly.tsx +1 -1
  41. package/src/components/AddChildFeature.tsx +2 -2
  42. package/src/components/AddFeature.tsx +1 -1
  43. package/src/components/CopyFeature.tsx +2 -2
  44. package/src/components/DeleteAssembly.tsx +1 -1
  45. package/src/components/DeleteFeature.tsx +2 -2
  46. package/src/components/DownloadGFF3.tsx +2 -2
  47. package/src/components/ImportFeatures.tsx +1 -1
  48. package/src/components/ManageUsers.tsx +1 -1
  49. package/src/components/ModifyFeatureAttribute.tsx +2 -2
  50. package/src/components/ViewChangeLog.tsx +1 -1
  51. package/src/extensions/annotationFromPileup.ts +2 -2
  52. package/src/index.ts +2 -2
  53. package/src/session/ClientDataStore.ts +2 -2
  54. package/src/session/session.ts +3 -6
  55. package/src/util/loadAssemblyIntoClient.ts +2 -5
@@ -5998,9 +5998,9 @@
5998
5998
  value: true
5999
5999
  });
6000
6000
  AddAssemblyAndFeaturesFromFileChange$1.AddAssemblyAndFeaturesFromFileChange = void 0;
6001
- var apollo_common_1$i = dist$1;
6002
- var AddAssemblyAndFeaturesFromFileChange = /*#__PURE__*/function (_apollo_common_1$Asse) {
6003
- _inherits(AddAssemblyAndFeaturesFromFileChange, _apollo_common_1$Asse);
6001
+ var common_1$i = dist$1;
6002
+ var AddAssemblyAndFeaturesFromFileChange = /*#__PURE__*/function (_common_1$AssemblySpe) {
6003
+ _inherits(AddAssemblyAndFeaturesFromFileChange, _common_1$AssemblySpe);
6004
6004
  var _super = /*#__PURE__*/_createSuper(AddAssemblyAndFeaturesFromFileChange);
6005
6005
  function AddAssemblyAndFeaturesFromFileChange(json, options) {
6006
6006
  var _this;
@@ -6244,7 +6244,7 @@
6244
6244
  }
6245
6245
  }]);
6246
6246
  return AddAssemblyAndFeaturesFromFileChange;
6247
- }(apollo_common_1$i.AssemblySpecificChange);
6247
+ }(common_1$i.AssemblySpecificChange);
6248
6248
  AddAssemblyAndFeaturesFromFileChange$1.AddAssemblyAndFeaturesFromFileChange = AddAssemblyAndFeaturesFromFileChange;
6249
6249
 
6250
6250
  var AddAssemblyFromExternalChange$1 = {};
@@ -15683,11 +15683,11 @@
15683
15683
  });
15684
15684
  AddAssemblyFromExternalChange$1.AddAssemblyFromExternalChange = void 0;
15685
15685
  /* eslint-disable @typescript-eslint/require-await */
15686
- var apollo_common_1$h = dist$1;
15686
+ var common_1$h = dist$1;
15687
15687
  var indexedfasta_1 = require$$1$1;
15688
15688
  var generic_filehandle_1 = require$$2;
15689
- var AddAssemblyFromExternalChange = /*#__PURE__*/function (_apollo_common_1$Asse) {
15690
- _inherits(AddAssemblyFromExternalChange, _apollo_common_1$Asse);
15689
+ var AddAssemblyFromExternalChange = /*#__PURE__*/function (_common_1$AssemblySpe) {
15690
+ _inherits(AddAssemblyFromExternalChange, _common_1$AssemblySpe);
15691
15691
  var _super = /*#__PURE__*/_createSuper(AddAssemblyFromExternalChange);
15692
15692
  function AddAssemblyFromExternalChange(json, options) {
15693
15693
  var _this;
@@ -15911,7 +15911,7 @@
15911
15911
  }
15912
15912
  }]);
15913
15913
  return AddAssemblyFromExternalChange;
15914
- }(apollo_common_1$h.AssemblySpecificChange);
15914
+ }(common_1$h.AssemblySpecificChange);
15915
15915
  AddAssemblyFromExternalChange$1.AddAssemblyFromExternalChange = AddAssemblyFromExternalChange;
15916
15916
 
15917
15917
  var AddAssemblyFromFileChange$1 = {};
@@ -15922,9 +15922,9 @@
15922
15922
  AddAssemblyFromFileChange$1.AddAssemblyFromFileChange = void 0;
15923
15923
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
15924
15924
  /* eslint-disable @typescript-eslint/require-await */
15925
- var apollo_common_1$g = dist$1;
15926
- var AddAssemblyFromFileChange = /*#__PURE__*/function (_apollo_common_1$Asse) {
15927
- _inherits(AddAssemblyFromFileChange, _apollo_common_1$Asse);
15925
+ var common_1$g = dist$1;
15926
+ var AddAssemblyFromFileChange = /*#__PURE__*/function (_common_1$AssemblySpe) {
15927
+ _inherits(AddAssemblyFromFileChange, _common_1$AssemblySpe);
15928
15928
  var _super = /*#__PURE__*/_createSuper(AddAssemblyFromFileChange);
15929
15929
  function AddAssemblyFromFileChange(json, options) {
15930
15930
  var _this;
@@ -16115,7 +16115,7 @@
16115
16115
  }
16116
16116
  }]);
16117
16117
  return AddAssemblyFromFileChange;
16118
- }(apollo_common_1$g.AssemblySpecificChange);
16118
+ }(common_1$g.AssemblySpecificChange);
16119
16119
  AddAssemblyFromFileChange$1.AddAssemblyFromFileChange = AddAssemblyFromFileChange;
16120
16120
 
16121
16121
  var AddFeatureChange$1 = {};
@@ -16129,10 +16129,10 @@
16129
16129
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
16130
16130
  /* eslint-disable @typescript-eslint/require-await */
16131
16131
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
16132
- var apollo_common_1$f = dist$1;
16132
+ var common_1$f = dist$1;
16133
16133
  var AddFeatureChange_1 = AddFeatureChange$1;
16134
- var DeleteFeatureChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
16135
- _inherits(DeleteFeatureChange, _apollo_common_1$Feat);
16134
+ var DeleteFeatureChange = /*#__PURE__*/function (_common_1$FeatureChan) {
16135
+ _inherits(DeleteFeatureChange, _common_1$FeatureChan);
16136
16136
  var _super = /*#__PURE__*/_createSuper(DeleteFeatureChange);
16137
16137
  function DeleteFeatureChange(json, options) {
16138
16138
  var _this;
@@ -16443,7 +16443,7 @@
16443
16443
  }
16444
16444
  }]);
16445
16445
  return DeleteFeatureChange;
16446
- }(apollo_common_1$f.FeatureChange);
16446
+ }(common_1$f.FeatureChange);
16447
16447
  DeleteFeatureChange$1.DeleteFeatureChange = DeleteFeatureChange;
16448
16448
  function isDeleteFeatureChange(change) {
16449
16449
  return change.typeName === 'DeleteFeatureChange';
@@ -16458,10 +16458,10 @@
16458
16458
  /* eslint-disable @typescript-eslint/no-unsafe-assignment */
16459
16459
  /* eslint-disable @typescript-eslint/require-await */
16460
16460
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
16461
- var apollo_common_1$e = dist$1;
16461
+ var common_1$e = dist$1;
16462
16462
  var DeleteFeatureChange_1 = DeleteFeatureChange$1;
16463
- var AddFeatureChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
16464
- _inherits(AddFeatureChange, _apollo_common_1$Feat);
16463
+ var AddFeatureChange = /*#__PURE__*/function (_common_1$FeatureChan) {
16464
+ _inherits(AddFeatureChange, _common_1$FeatureChan);
16465
16465
  var _super = /*#__PURE__*/_createSuper(AddFeatureChange);
16466
16466
  function AddFeatureChange(json, options) {
16467
16467
  var _this;
@@ -16791,7 +16791,7 @@
16791
16791
  }
16792
16792
  }]);
16793
16793
  return AddFeatureChange;
16794
- }(apollo_common_1$e.FeatureChange);
16794
+ }(common_1$e.FeatureChange);
16795
16795
  AddFeatureChange$1.AddFeatureChange = AddFeatureChange;
16796
16796
  function isAddFeatureChange(change) {
16797
16797
  return change.typeName === 'AddFeatureChange';
@@ -16805,9 +16805,9 @@
16805
16805
  });
16806
16806
  AddFeaturesFromFileChange$1.AddFeaturesFromFileChange = void 0;
16807
16807
  /* eslint-disable @typescript-eslint/require-await */
16808
- var apollo_common_1$d = dist$1;
16809
- var AddFeaturesFromFileChange = /*#__PURE__*/function (_apollo_common_1$Asse) {
16810
- _inherits(AddFeaturesFromFileChange, _apollo_common_1$Asse);
16808
+ var common_1$d = dist$1;
16809
+ var AddFeaturesFromFileChange = /*#__PURE__*/function (_common_1$AssemblySpe) {
16810
+ _inherits(AddFeaturesFromFileChange, _common_1$AssemblySpe);
16811
16811
  var _super = /*#__PURE__*/_createSuper(AddFeaturesFromFileChange);
16812
16812
  function AddFeaturesFromFileChange(json, options) {
16813
16813
  var _json$deleteExistingF;
@@ -17035,7 +17035,7 @@
17035
17035
  }
17036
17036
  }]);
17037
17037
  return AddFeaturesFromFileChange;
17038
- }(apollo_common_1$d.AssemblySpecificChange);
17038
+ }(common_1$d.AssemblySpecificChange);
17039
17039
  AddFeaturesFromFileChange$1.AddFeaturesFromFileChange = AddFeaturesFromFileChange;
17040
17040
 
17041
17041
  var DeleteAssemblyChange$1 = {};
@@ -17048,10 +17048,10 @@
17048
17048
  /* eslint-disable @typescript-eslint/require-await */
17049
17049
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
17050
17050
  /* eslint-disable @typescript-eslint/no-unsafe-call */
17051
- var apollo_common_1$c = dist$1;
17051
+ var common_1$c = dist$1;
17052
17052
  var util_1 = require$$1__default$1["default"];
17053
- var DeleteAssemblyChange = /*#__PURE__*/function (_apollo_common_1$Asse) {
17054
- _inherits(DeleteAssemblyChange, _apollo_common_1$Asse);
17053
+ var DeleteAssemblyChange = /*#__PURE__*/function (_common_1$AssemblySpe) {
17054
+ _inherits(DeleteAssemblyChange, _common_1$AssemblySpe);
17055
17055
  var _super = /*#__PURE__*/_createSuper(DeleteAssemblyChange);
17056
17056
  function DeleteAssemblyChange() {
17057
17057
  var _this;
@@ -17214,7 +17214,7 @@
17214
17214
  }
17215
17215
  }]);
17216
17216
  return DeleteAssemblyChange;
17217
- }(apollo_common_1$c.AssemblySpecificChange);
17217
+ }(common_1$c.AssemblySpecificChange);
17218
17218
  DeleteAssemblyChange$1.DeleteAssemblyChange = DeleteAssemblyChange;
17219
17219
 
17220
17220
  var DeleteUserChange$1 = {};
@@ -17224,9 +17224,9 @@
17224
17224
  });
17225
17225
  DeleteUserChange$1.DeleteUserChange = void 0;
17226
17226
  /* eslint-disable @typescript-eslint/require-await */
17227
- var apollo_common_1$b = dist$1;
17228
- var DeleteUserChange = /*#__PURE__*/function (_apollo_common_1$Chan) {
17229
- _inherits(DeleteUserChange, _apollo_common_1$Chan);
17227
+ var common_1$b = dist$1;
17228
+ var DeleteUserChange = /*#__PURE__*/function (_common_1$Change) {
17229
+ _inherits(DeleteUserChange, _common_1$Change);
17230
17230
  var _super = /*#__PURE__*/_createSuper(DeleteUserChange);
17231
17231
  function DeleteUserChange(json, options) {
17232
17232
  var _this;
@@ -17344,7 +17344,7 @@
17344
17344
  }
17345
17345
  }]);
17346
17346
  return DeleteUserChange;
17347
- }(apollo_common_1$b.Change);
17347
+ }(common_1$b.Change);
17348
17348
  DeleteUserChange$1.DeleteUserChange = DeleteUserChange;
17349
17349
 
17350
17350
  var DiscontinuousLocationEndChange$1 = {};
@@ -17356,9 +17356,9 @@
17356
17356
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
17357
17357
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
17358
17358
  /* eslint-disable @typescript-eslint/require-await */
17359
- var apollo_common_1$a = dist$1;
17360
- var DiscontinuousLocationEndChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
17361
- _inherits(DiscontinuousLocationEndChange, _apollo_common_1$Feat);
17359
+ var common_1$a = dist$1;
17360
+ var DiscontinuousLocationEndChange = /*#__PURE__*/function (_common_1$FeatureChan) {
17361
+ _inherits(DiscontinuousLocationEndChange, _common_1$FeatureChan);
17362
17362
  var _super = /*#__PURE__*/_createSuper(DiscontinuousLocationEndChange);
17363
17363
  function DiscontinuousLocationEndChange(json, options) {
17364
17364
  var _this;
@@ -17628,7 +17628,7 @@
17628
17628
  }
17629
17629
  }]);
17630
17630
  return DiscontinuousLocationEndChange;
17631
- }(apollo_common_1$a.FeatureChange);
17631
+ }(common_1$a.FeatureChange);
17632
17632
  DiscontinuousLocationEndChange$1.DiscontinuousLocationEndChange = DiscontinuousLocationEndChange;
17633
17633
  function isDiscontinuousLocationEndChange(change) {
17634
17634
  return change.typeName === 'DiscontinuousLocationEndChange';
@@ -17644,9 +17644,9 @@
17644
17644
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
17645
17645
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
17646
17646
  /* eslint-disable @typescript-eslint/require-await */
17647
- var apollo_common_1$9 = dist$1;
17648
- var DiscontinuousLocationStartChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
17649
- _inherits(DiscontinuousLocationStartChange, _apollo_common_1$Feat);
17647
+ var common_1$9 = dist$1;
17648
+ var DiscontinuousLocationStartChange = /*#__PURE__*/function (_common_1$FeatureChan) {
17649
+ _inherits(DiscontinuousLocationStartChange, _common_1$FeatureChan);
17650
17650
  var _super = /*#__PURE__*/_createSuper(DiscontinuousLocationStartChange);
17651
17651
  function DiscontinuousLocationStartChange(json, options) {
17652
17652
  var _this;
@@ -17916,7 +17916,7 @@
17916
17916
  }
17917
17917
  }]);
17918
17918
  return DiscontinuousLocationStartChange;
17919
- }(apollo_common_1$9.FeatureChange);
17919
+ }(common_1$9.FeatureChange);
17920
17920
  DiscontinuousLocationStartChange$1.DiscontinuousLocationStartChange = DiscontinuousLocationStartChange;
17921
17921
  function isDiscontinuousLocationStartChange(change) {
17922
17922
  return change.typeName === 'DiscontinuousLocationStartChange';
@@ -17932,9 +17932,9 @@
17932
17932
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
17933
17933
  /* eslint-disable @typescript-eslint/require-await */
17934
17934
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
17935
- var apollo_common_1$8 = dist$1;
17936
- var FeatureAttributeChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
17937
- _inherits(FeatureAttributeChange, _apollo_common_1$Feat);
17935
+ var common_1$8 = dist$1;
17936
+ var FeatureAttributeChange = /*#__PURE__*/function (_common_1$FeatureChan) {
17937
+ _inherits(FeatureAttributeChange, _common_1$FeatureChan);
17938
17938
  var _super = /*#__PURE__*/_createSuper(FeatureAttributeChange);
17939
17939
  function FeatureAttributeChange(json, options) {
17940
17940
  var _this;
@@ -18198,7 +18198,7 @@
18198
18198
  }
18199
18199
  }]);
18200
18200
  return FeatureAttributeChange;
18201
- }(apollo_common_1$8.FeatureChange);
18201
+ }(common_1$8.FeatureChange);
18202
18202
  FeatureAttributeChange$1.FeatureAttributeChange = FeatureAttributeChange;
18203
18203
  function isFeatureAttributeChange(change) {
18204
18204
  return change.typeName === 'FeatureAttributeChange';
@@ -18214,9 +18214,9 @@
18214
18214
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
18215
18215
  /* eslint-disable @typescript-eslint/require-await */
18216
18216
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
18217
- var apollo_common_1$7 = dist$1;
18218
- var LocationEndChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
18219
- _inherits(LocationEndChange, _apollo_common_1$Feat);
18217
+ var common_1$7 = dist$1;
18218
+ var LocationEndChange = /*#__PURE__*/function (_common_1$FeatureChan) {
18219
+ _inherits(LocationEndChange, _common_1$FeatureChan);
18220
18220
  var _super = /*#__PURE__*/_createSuper(LocationEndChange);
18221
18221
  function LocationEndChange(json, options) {
18222
18222
  var _this;
@@ -18500,7 +18500,7 @@
18500
18500
  }
18501
18501
  }]);
18502
18502
  return LocationEndChange;
18503
- }(apollo_common_1$7.FeatureChange);
18503
+ }(common_1$7.FeatureChange);
18504
18504
  LocationEndChange$1.LocationEndChange = LocationEndChange;
18505
18505
  function isLocationEndChange(change) {
18506
18506
  return change.typeName === 'LocationEndChange';
@@ -18516,9 +18516,9 @@
18516
18516
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
18517
18517
  /* eslint-disable @typescript-eslint/require-await */
18518
18518
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
18519
- var apollo_common_1$6 = dist$1;
18520
- var LocationStartChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
18521
- _inherits(LocationStartChange, _apollo_common_1$Feat);
18519
+ var common_1$6 = dist$1;
18520
+ var LocationStartChange = /*#__PURE__*/function (_common_1$FeatureChan) {
18521
+ _inherits(LocationStartChange, _common_1$FeatureChan);
18522
18522
  var _super = /*#__PURE__*/_createSuper(LocationStartChange);
18523
18523
  function LocationStartChange(json, options) {
18524
18524
  var _this;
@@ -18802,7 +18802,7 @@
18802
18802
  }
18803
18803
  }]);
18804
18804
  return LocationStartChange;
18805
- }(apollo_common_1$6.FeatureChange);
18805
+ }(common_1$6.FeatureChange);
18806
18806
  LocationStartChange$1.LocationStartChange = LocationStartChange;
18807
18807
  function isLocationStartChange(change) {
18808
18808
  return change.typeName === 'LocationStartChange';
@@ -18818,9 +18818,9 @@
18818
18818
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
18819
18819
  /* eslint-disable @typescript-eslint/require-await */
18820
18820
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
18821
- var apollo_common_1$5 = dist$1;
18822
- var StrandChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
18823
- _inherits(StrandChange, _apollo_common_1$Feat);
18821
+ var common_1$5 = dist$1;
18822
+ var StrandChange = /*#__PURE__*/function (_common_1$FeatureChan) {
18823
+ _inherits(StrandChange, _common_1$FeatureChan);
18824
18824
  var _super = /*#__PURE__*/_createSuper(StrandChange);
18825
18825
  function StrandChange(json, options) {
18826
18826
  var _this;
@@ -19096,7 +19096,7 @@
19096
19096
  }
19097
19097
  }]);
19098
19098
  return StrandChange;
19099
- }(apollo_common_1$5.FeatureChange);
19099
+ }(common_1$5.FeatureChange);
19100
19100
  StrandChange$1.StrandChange = StrandChange;
19101
19101
 
19102
19102
  var TypeChange$1 = {};
@@ -19108,9 +19108,9 @@
19108
19108
  /* eslint-disable @typescript-eslint/restrict-template-expressions */
19109
19109
  /* eslint-disable @typescript-eslint/require-await */
19110
19110
  /* eslint-disable @typescript-eslint/no-unnecessary-condition */
19111
- var apollo_common_1$4 = dist$1;
19112
- var TypeChange = /*#__PURE__*/function (_apollo_common_1$Feat) {
19113
- _inherits(TypeChange, _apollo_common_1$Feat);
19111
+ var common_1$4 = dist$1;
19112
+ var TypeChange = /*#__PURE__*/function (_common_1$FeatureChan) {
19113
+ _inherits(TypeChange, _common_1$FeatureChan);
19114
19114
  var _super = /*#__PURE__*/_createSuper(TypeChange);
19115
19115
  function TypeChange(json, options) {
19116
19116
  var _this;
@@ -19386,7 +19386,7 @@
19386
19386
  }
19387
19387
  }]);
19388
19388
  return TypeChange;
19389
- }(apollo_common_1$4.FeatureChange);
19389
+ }(common_1$4.FeatureChange);
19390
19390
  TypeChange$1.TypeChange = TypeChange;
19391
19391
 
19392
19392
  var UserChange$1 = {};
@@ -19396,9 +19396,9 @@
19396
19396
  });
19397
19397
  UserChange$1.UserChange = void 0;
19398
19398
  /* eslint-disable @typescript-eslint/require-await */
19399
- var apollo_common_1$3 = dist$1;
19400
- var UserChange = /*#__PURE__*/function (_apollo_common_1$Chan) {
19401
- _inherits(UserChange, _apollo_common_1$Chan);
19399
+ var common_1$3 = dist$1;
19400
+ var UserChange = /*#__PURE__*/function (_common_1$Change) {
19401
+ _inherits(UserChange, _common_1$Change);
19402
19402
  var _super = /*#__PURE__*/_createSuper(UserChange);
19403
19403
  function UserChange(json, options) {
19404
19404
  var _this;
@@ -19544,7 +19544,7 @@
19544
19544
  }
19545
19545
  }]);
19546
19546
  return UserChange;
19547
- }(apollo_common_1$3.Change);
19547
+ }(common_1$3.Change);
19548
19548
  UserChange$1.UserChange = UserChange;
19549
19549
 
19550
19550
  (function (exports) {
@@ -19615,9 +19615,9 @@
19615
19615
  });
19616
19616
  GetAssembliesOperation$1.GetAssembliesOperation = void 0;
19617
19617
  /* eslint-disable @typescript-eslint/require-await */
19618
- var apollo_common_1$2 = dist$1;
19619
- var GetAssembliesOperation = /*#__PURE__*/function (_apollo_common_1$Oper) {
19620
- _inherits(GetAssembliesOperation, _apollo_common_1$Oper);
19618
+ var common_1$2 = dist$1;
19619
+ var GetAssembliesOperation = /*#__PURE__*/function (_common_1$Operation) {
19620
+ _inherits(GetAssembliesOperation, _common_1$Operation);
19621
19621
  var _super = /*#__PURE__*/_createSuper(GetAssembliesOperation);
19622
19622
  function GetAssembliesOperation() {
19623
19623
  var _this;
@@ -19665,7 +19665,7 @@
19665
19665
  }()
19666
19666
  }]);
19667
19667
  return GetAssembliesOperation;
19668
- }(apollo_common_1$2.Operation);
19668
+ }(common_1$2.Operation);
19669
19669
  GetAssembliesOperation$1.GetAssembliesOperation = GetAssembliesOperation;
19670
19670
 
19671
19671
  var GetFeaturesOperation$1 = {};
@@ -19675,9 +19675,9 @@
19675
19675
  });
19676
19676
  GetFeaturesOperation$1.GetFeaturesOperation = void 0;
19677
19677
  /* eslint-disable @typescript-eslint/require-await */
19678
- var apollo_common_1$1 = dist$1;
19679
- var GetFeaturesOperation = /*#__PURE__*/function (_apollo_common_1$Oper) {
19680
- _inherits(GetFeaturesOperation, _apollo_common_1$Oper);
19678
+ var common_1$1 = dist$1;
19679
+ var GetFeaturesOperation = /*#__PURE__*/function (_common_1$Operation) {
19680
+ _inherits(GetFeaturesOperation, _common_1$Operation);
19681
19681
  var _super = /*#__PURE__*/_createSuper(GetFeaturesOperation);
19682
19682
  function GetFeaturesOperation(json, options) {
19683
19683
  var _this;
@@ -19747,7 +19747,7 @@
19747
19747
  }()
19748
19748
  }]);
19749
19749
  return GetFeaturesOperation;
19750
- }(apollo_common_1$1.Operation);
19750
+ }(common_1$1.Operation);
19751
19751
  GetFeaturesOperation$1.GetFeaturesOperation = GetFeaturesOperation;
19752
19752
 
19753
19753
  (function (exports) {
@@ -20633,7 +20633,7 @@
20633
20633
  });
20634
20634
  CDSCheck$1.CDSCheck = void 0;
20635
20635
  var tslib_1 = require$$0;
20636
- var apollo_common_1 = dist$1;
20636
+ var common_1 = dist$1;
20637
20637
  var bson_objectid_1 = /*#__PURE__*/tslib_1.__importDefault(objectid);
20638
20638
  var STOP_CODONS;
20639
20639
  (function (STOP_CODONS) {
@@ -21005,8 +21005,8 @@
21005
21005
  }));
21006
21006
  return _checkCDS.apply(this, arguments);
21007
21007
  }
21008
- var CDSCheck = /*#__PURE__*/function (_apollo_common_1$Chec) {
21009
- _inherits(CDSCheck, _apollo_common_1$Chec);
21008
+ var CDSCheck = /*#__PURE__*/function (_common_1$Check) {
21009
+ _inherits(CDSCheck, _common_1$Check);
21010
21010
  var _super = /*#__PURE__*/_createSuper(CDSCheck);
21011
21011
  function CDSCheck() {
21012
21012
  var _this;
@@ -21140,7 +21140,7 @@
21140
21140
  }()
21141
21141
  }]);
21142
21142
  return CDSCheck;
21143
- }(apollo_common_1.Check);
21143
+ }(common_1.Check);
21144
21144
  CDSCheck$1.CDSCheck = CDSCheck;
21145
21145
 
21146
21146
  (function (exports) {
@@ -21154,7 +21154,6 @@
21154
21154
 
21155
21155
  var util$1 = {};
21156
21156
 
21157
- /* eslint-disable @typescript-eslint/no-unsafe-assignment */
21158
21157
  Object.defineProperty(util$1, "__esModule", {
21159
21158
  value: true
21160
21159
  });
@@ -21318,7 +21317,7 @@
21318
21317
  }), 'Add');
21319
21318
  default_1$9 = Add["default"] = _default$b;
21320
21319
 
21321
- var version = "0.1.10";
21320
+ var version = "0.1.12";
21322
21321
 
21323
21322
  const ApolloConfigSchema = configuration.ConfigurationSchema('ApolloInternetAccount', {
21324
21323
  baseURL: {