@aexol/spectral 0.9.196 → 0.9.198
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/generated/zeus/const.d.ts.map +1 -1
- package/dist/generated/zeus/const.js +4 -1
- package/dist/generated/zeus/index.d.ts +4 -0
- package/dist/generated/zeus/index.d.ts.map +1 -1
- package/dist/relay/dispatcher.d.ts.map +1 -1
- package/dist/relay/dispatcher.js +18 -7
- package/dist/relay/history-compression.d.ts +11 -0
- package/dist/relay/history-compression.d.ts.map +1 -0
- package/dist/relay/history-compression.js +24 -0
- package/dist/server/agent-bridge.d.ts.map +1 -1
- package/dist/server/agent-bridge.js +12 -0
- package/dist/server/wire.d.ts +15 -1
- package/dist/server/wire.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../src/generated/zeus/const.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../src/generated/zeus/const.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAC,GAAG,CAmyB5C,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAC,GAAG,CAmmC1C,CAAA;AAED,eAAO,MAAM,GAAG;;;;CAIf,CAAA"}
|
|
@@ -1416,6 +1416,8 @@ export type ValueTypes = {
|
|
|
1416
1416
|
adminTeamCount?: [{
|
|
1417
1417
|
search?: string | undefined | null | Variable<any, string>;
|
|
1418
1418
|
plan?: string | undefined | null | Variable<any, string>;
|
|
1419
|
+
from?: ValueTypes["DateTime"] | undefined | null | Variable<any, string>;
|
|
1420
|
+
to?: ValueTypes["DateTime"] | undefined | null | Variable<any, string>;
|
|
1419
1421
|
}, boolean | `@${string}`];
|
|
1420
1422
|
adminGetTeam?: [{
|
|
1421
1423
|
teamId: ValueTypes["ID"] | Variable<any, string>;
|
|
@@ -3707,6 +3709,8 @@ export type ResolverInputTypes = {
|
|
|
3707
3709
|
adminTeamCount?: [{
|
|
3708
3710
|
search?: string | undefined | null;
|
|
3709
3711
|
plan?: string | undefined | null;
|
|
3712
|
+
from?: ResolverInputTypes["DateTime"] | undefined | null;
|
|
3713
|
+
to?: ResolverInputTypes["DateTime"] | undefined | null;
|
|
3710
3714
|
}, boolean | `@${string}`];
|
|
3711
3715
|
adminGetTeam?: [{
|
|
3712
3716
|
teamId: ResolverInputTypes["ID"];
|