@aexol/spectral 0.9.195 → 0.9.197

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.
@@ -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,CAkyB5C,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAC,GAAG,CAmmC1C,CAAA;AAED,eAAO,MAAM,GAAG;;;;CAIf,CAAA"}
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"}
@@ -174,7 +174,10 @@ export const AllTypesProps = {
174
174
  from: "DateTime",
175
175
  to: "DateTime"
176
176
  },
177
- adminTeamCount: {},
177
+ adminTeamCount: {
178
+ from: "DateTime",
179
+ to: "DateTime"
180
+ },
178
181
  adminGetTeam: {
179
182
  from: "DateTime",
180
183
  to: "DateTime"
@@ -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"];