@mongodb-js/compass-aggregations 9.25.4 → 9.26.1

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.
@@ -4,23 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
8
-
9
- /**
10
- * @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
11
- * CJS and ESM environments.
12
- *
13
- * @license
14
- * Copyright (c) 2016, Contributors
15
- * SPDX-License-Identifier: ISC
16
- */
17
-
18
- /**
19
- * @license
20
- * Copyright (c) 2016, Contributors
21
- * SPDX-License-Identifier: ISC
22
- */
23
-
24
7
  /**
25
8
  * @license
26
9
  * Lodash <https://lodash.com/>
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+DxC,KAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAyCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAsCvE,CAAC;;;;;;;;;;AAEF,wBAImB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+DxC,KAAK,mBAAmB,GAAG;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAyCF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAoCvE,CAAC;;;;;;;;;;AAEF,wBAImB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAoDtB,CAAC;;;;;AAEF,wBAYoB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pipeline-toolbar/pipeline-settings/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,iBAAiB,CACpD,qBAAqB,CAkDtB,CAAC;;;;;AAEF,wBAYoB"}
package/dist/index.d.ts CHANGED
@@ -11,6 +11,9 @@ export declare const CompassAggregationsHadronPlugin: import("hadron-app-registr
11
11
  instance: () => import("mongodb-instance-model").MongoDBInstance;
12
12
  preferences: typeof preferencesLocator;
13
13
  logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
14
+ atlasAuthService: () => import("@mongodb-js/atlas-service/provider").AtlasAuthService;
15
+ atlasAiService: () => import("@mongodb-js/compass-generative-ai/provider").AtlasAiService;
16
+ pipelineStorage: () => import("@mongodb-js/my-queries-storage/provider").PipelineStorage | undefined;
14
17
  }>;
15
18
  export declare const CompassAggregationsPlugin: {
16
19
  name: string;
@@ -20,6 +23,9 @@ export declare const CompassAggregationsPlugin: {
20
23
  instance: () => import("mongodb-instance-model").MongoDBInstance;
21
24
  preferences: typeof preferencesLocator;
22
25
  logger: () => import("@mongodb-js/compass-logging/provider").LoggerAndTelemetry;
26
+ atlasAuthService: () => import("@mongodb-js/atlas-service/provider").AtlasAuthService;
27
+ atlasAiService: () => import("@mongodb-js/compass-generative-ai/provider").AtlasAiService;
28
+ pipelineStorage: () => import("@mongodb-js/my-queries-storage/provider").PipelineStorage | undefined;
23
29
  }>;
24
30
  };
25
31
  export declare const CreateViewPlugin: import("hadron-app-registry").HadronPluginComponent<Omit<{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,WAAW,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EACV,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAExE,eAAO,MAAM,+BAA+B;;;;;;EAgB3C,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;CAGrC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAW5B,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,OAAO,WAAW,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EACV,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAKxE,eAAO,MAAM,+BAA+B;;;;;;;;;EAmB3C,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;CAGrC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAW5B,CAAC;AAEF,eAAe,kBAAkB,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC"}