@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.128",
3
+ "version": "2.6.129",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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