bruce-models 6.6.6 → 6.6.8

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.
@@ -9563,6 +9563,9 @@
9563
9563
  EProgramId["StadiaMaps"] = "StadiaMaps";
9564
9564
  // Thunderforest key, Used for cycle and transport and landscape
9565
9565
  EProgramId["Thunderforest"] = "Thunderforest";
9566
+ // ChatGPT key.
9567
+ // Used for any ChatGPT integration in API/UI.
9568
+ EProgramId["ChatGPT"] = "ChatGPT";
9566
9569
  })(EProgramId = ProgramKey.EProgramId || (ProgramKey.EProgramId = {}));
9567
9570
  /**
9568
9571
  * Returns a program key record.
@@ -16124,7 +16127,7 @@
16124
16127
  })(exports.Tracking || (exports.Tracking = {}));
16125
16128
 
16126
16129
  // This is updated with the package.json version on build.
16127
- const VERSION = "6.6.6";
16130
+ const VERSION = "6.6.8";
16128
16131
 
16129
16132
  exports.VERSION = VERSION;
16130
16133
  exports.AbstractApi = AbstractApi;