@quesmed/types 2.6.128 → 2.6.129

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.
@@ -36,6 +36,7 @@ export type IEarningsVar = {
36
36
  subType: ESubType;
37
37
  source: ESubSource;
38
38
  universityId: number | null;
39
+ useNetEarning: boolean;
39
40
  };
40
41
  export type IEarningsData = AdminData<IRevenue[], 'earnings'>;
41
42
  export declare const USER_STATUS: import("@apollo/client").DocumentNode;
@@ -133,6 +134,7 @@ export type IEarningsGraphVar = {
133
134
  source: ESubSource;
134
135
  universityId: number | null;
135
136
  force: boolean;
137
+ useNetEarning: boolean;
136
138
  };
137
139
  export type IEarningsGraphData = AdminData<Array<ITimeSeriesData>, 'earningsGraph'>;
138
140
  export declare const QUESTION_STATS: import("@apollo/client").DocumentNode;
@@ -24,6 +24,7 @@ exports.EARNINGS = (0, client_1.gql) `
24
24
  $force: Boolean!
25
25
  $source: Int
26
26
  $universityId: Int
27
+ $useNetEarning: Boolean
27
28
  ) {
28
29
  admin {
29
30
  earnings(
@@ -34,6 +35,7 @@ exports.EARNINGS = (0, client_1.gql) `
34
35
  to: $to
35
36
  force: $force
36
37
  source: $source
38
+ useNetEarning: $useNetEarning
37
39
  ) {
38
40
  entitlement {
39
41
  id
@@ -182,6 +184,7 @@ exports.EARNINGS_GRAPH = (0, client_1.gql) `
182
184
  $source: Int
183
185
  $universityId: Int
184
186
  $force: Boolean
187
+ $useNetEarning: Boolean
185
188
  ) {
186
189
  admin {
187
190
  earningsGraph(
@@ -191,6 +194,7 @@ exports.EARNINGS_GRAPH = (0, client_1.gql) `
191
194
  source: $source
192
195
  universityId: $universityId
193
196
  force: $force
197
+ useNetEarning: $useNetEarning
194
198
  ) {
195
199
  month
196
200
  count
@@ -36,6 +36,7 @@ export type IEarningsVar = {
36
36
  subType: ESubType;
37
37
  source: ESubSource;
38
38
  universityId: number | null;
39
+ useNetEarning: boolean;
39
40
  };
40
41
  export type IEarningsData = AdminData<IRevenue[], 'earnings'>;
41
42
  export declare const USER_STATUS: import("@apollo/client").DocumentNode;
@@ -133,6 +134,7 @@ export type IEarningsGraphVar = {
133
134
  source: ESubSource;
134
135
  universityId: number | null;
135
136
  force: boolean;
137
+ useNetEarning: boolean;
136
138
  };
137
139
  export type IEarningsGraphData = AdminData<Array<ITimeSeriesData>, 'earningsGraph'>;
138
140
  export declare const QUESTION_STATS: import("@apollo/client").DocumentNode;
@@ -21,6 +21,7 @@ export const EARNINGS = gql `
21
21
  $force: Boolean!
22
22
  $source: Int
23
23
  $universityId: Int
24
+ $useNetEarning: Boolean
24
25
  ) {
25
26
  admin {
26
27
  earnings(
@@ -31,6 +32,7 @@ export const EARNINGS = gql `
31
32
  to: $to
32
33
  force: $force
33
34
  source: $source
35
+ useNetEarning: $useNetEarning
34
36
  ) {
35
37
  entitlement {
36
38
  id
@@ -179,6 +181,7 @@ export const EARNINGS_GRAPH = gql `
179
181
  $source: Int
180
182
  $universityId: Int
181
183
  $force: Boolean
184
+ $useNetEarning: Boolean
182
185
  ) {
183
186
  admin {
184
187
  earningsGraph(
@@ -188,6 +191,7 @@ export const EARNINGS_GRAPH = gql `
188
191
  source: $source
189
192
  universityId: $universityId
190
193
  force: $force
194
+ useNetEarning: $useNetEarning
191
195
  ) {
192
196
  month
193
197
  count
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.128",
3
+ "version": "2.6.129",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",