@uniformdev/context 16.2.1-nuxt.252 → 16.2.1-nuxt.274
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/api/api.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
export {
|
1
|
+
import { A as AggregateGetParameters, a as AggregateGetResponse, b as AggregatePutParameters, c as AggregateDeleteParameters, D as DimensionGetParameters, d as DimensionGetResponse, E as EnrichmentGetParameters, e as EnrichmentGetResponse, f as EnrichmentPutParameters, g as EnrichmentDeleteParameters, h as EnrichmentValuePutParameters, i as EnrichmentValueDeleteParameters, M as ManifestGetParameters, j as ManifestGetResponse, Q as QuirkGetParameters, k as QuirkGetResponse, l as QuirkPutParameters, m as QuirkDeleteParameters, S as SignalGetParameters, n as SignalGetResponse, o as SignalPutParameters, p as SignalDeleteParameters, T as TestGetParameters, q as TestGetResponse, r as TestPutParameters, s as TestDeleteParameters, t as DimensionDefinition } from '../contextTypes-995f9126.js';
|
2
|
+
export { x as Aggregate, c as AggregateDeleteParameters, A as AggregateGetParameters, a as AggregateGetResponse, b as AggregatePutParameters, C as ContextDefinitions, F as CookieCriteria, J as CurrentPageCriteria, t as DimensionDefinition, D as DimensionGetParameters, d as DimensionGetResponse, u as EnrichmentCategory, v as EnrichmentCategoryWithValues, g as EnrichmentDeleteParameters, E as EnrichmentGetParameters, e as EnrichmentGetResponse, f as EnrichmentPutParameters, w as EnrichmentValue, i as EnrichmentValueDeleteParameters, h as EnrichmentValuePutParameters, I as EventCriteria, M as ManifestGetParameters, j as ManifestGetResponse, P as PageViewCountCriteria, G as QueryStringCriteria, y as Quirk, H as QuirkCriteria, m as QuirkDeleteParameters, Q as QuirkGetParameters, k as QuirkGetResponse, l as QuirkPutParameters, R as RootSignalCriteriaGroup, p as SignalDeleteParameters, S as SignalGetParameters, n as SignalGetResponse, o as SignalPutParameters, B as SignalWithId, z as Test, s as TestDeleteParameters, T as TestGetParameters, q as TestGetResponse, r as TestPutParameters } from '../contextTypes-995f9126.js';
|
3
3
|
import { g as ManifestV2 } from '../types-17d56dd5.js';
|
4
4
|
import '../v2-manifest.swagger-2ea6ebb4.js';
|
5
5
|
import 'mitt';
|
package/dist/cli/cli.d.ts
CHANGED
@@ -1,15 +1,9 @@
|
|
1
1
|
import { UniformCLIPlugin } from '@uniformdev/cli';
|
2
2
|
import { UniformPackage } from '@uniformdev/cli/sync';
|
3
|
-
import {
|
3
|
+
import { C as ContextDefinitions } from '../contextTypes-995f9126.js';
|
4
4
|
import '../v2-manifest.swagger-2ea6ebb4.js';
|
5
5
|
|
6
|
-
declare type ContextPackage = UniformPackage &
|
7
|
-
aggregates?: Array<Aggregate>;
|
8
|
-
quirks?: Array<Quirk>;
|
9
|
-
signals?: Array<SignalWithId>;
|
10
|
-
enrichments?: Array<EnrichmentCategoryWithValues>;
|
11
|
-
tests?: Array<Test>;
|
12
|
-
};
|
6
|
+
declare type ContextPackage = UniformPackage & ContextDefinitions;
|
13
7
|
declare function readContextPackage(filename: string, assertExists: boolean): ContextPackage;
|
14
8
|
declare function writeContextPackage(filename: string, packageContents: ContextPackage): void;
|
15
9
|
|
@@ -1609,5 +1609,12 @@ declare type SignalPut = paths['/api/v2/signal']['put'];
|
|
1609
1609
|
declare type SignalPutParameters = SignalPut['requestBody']['content']['application/json'];
|
1610
1610
|
declare type SignalDelete = paths['/api/v2/signal']['delete'];
|
1611
1611
|
declare type SignalDeleteParameters = SignalDelete['requestBody']['content']['application/json'];
|
1612
|
+
declare type ContextDefinitions = {
|
1613
|
+
aggregates?: Array<Aggregate>;
|
1614
|
+
quirks?: Array<Quirk>;
|
1615
|
+
signals?: Array<SignalWithId>;
|
1616
|
+
enrichments?: Array<EnrichmentCategoryWithValues>;
|
1617
|
+
tests?: Array<Test>;
|
1618
|
+
};
|
1612
1619
|
|
1613
|
-
export {
|
1620
|
+
export { AggregateGetParameters as A, SignalWithId as B, ContextDefinitions as C, DimensionGetParameters as D, EnrichmentGetParameters as E, CookieCriteria as F, QueryStringCriteria as G, QuirkCriteria as H, EventCriteria as I, CurrentPageCriteria as J, ManifestGetParameters as M, PageViewCountCriteria as P, QuirkGetParameters as Q, RootSignalCriteriaGroup as R, SignalGetParameters as S, TestGetParameters as T, AggregateGetResponse as a, AggregatePutParameters as b, AggregateDeleteParameters as c, DimensionGetResponse as d, EnrichmentGetResponse as e, EnrichmentPutParameters as f, EnrichmentDeleteParameters as g, EnrichmentValuePutParameters as h, EnrichmentValueDeleteParameters as i, ManifestGetResponse as j, QuirkGetResponse as k, QuirkPutParameters as l, QuirkDeleteParameters as m, SignalGetResponse as n, SignalPutParameters as o, SignalDeleteParameters as p, TestGetResponse as q, TestPutParameters as r, TestDeleteParameters as s, DimensionDefinition as t, EnrichmentCategory as u, EnrichmentCategoryWithValues as v, EnrichmentValue as w, Aggregate as x, Quirk as y, Test as z };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/context",
|
3
|
-
"version": "16.2.1-nuxt.
|
3
|
+
"version": "16.2.1-nuxt.274+0a8a48855",
|
4
4
|
"description": "Uniform Context core package",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"devDependencies": {
|
60
60
|
"@types/js-cookie": "3.0.2",
|
61
61
|
"@types/yargs": "17.0.10",
|
62
|
-
"@uniformdev/cli": "^16.2.1-nuxt.
|
62
|
+
"@uniformdev/cli": "^16.2.1-nuxt.274+0a8a48855",
|
63
63
|
"benny": "3.7.1",
|
64
64
|
"yargs": "17.5.1"
|
65
65
|
},
|
@@ -76,5 +76,5 @@
|
|
76
76
|
"publishConfig": {
|
77
77
|
"access": "public"
|
78
78
|
},
|
79
|
-
"gitHead": "
|
79
|
+
"gitHead": "0a8a48855ef532336761a3872c3d515ab6b9113e"
|
80
80
|
}
|