@mongodb-js/compass-aggregations 0.0.0-next-9fb29c061a0fe490ca580252e2a6d7cd30218861 → 0.0.0-next-6d8869f4c4d995bf09c8b362459771e314b9b7e0
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.
- package/dist/browser.js +1 -1
- package/dist/components/pipeline-toolbar/pipeline-header/index.d.ts.map +1 -1
- package/dist/components/pipeline-toolbar/pipeline-settings/index.d.ts.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/modules/index.d.ts +5 -3
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/stores/store.d.ts +7 -5
- package/dist/stores/store.d.ts.map +1 -1
- package/package.json +49 -49
@@ -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,
|
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,
|
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<{
|
package/dist/index.d.ts.map
CHANGED
@@ -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;
|
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"}
|