@quesmed/types 2.6.144 → 2.6.146

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.
@@ -87,6 +87,7 @@ exports.USER_FIELDS = (0, client_1.gql) `
87
87
  productId
88
88
  periodEndAt
89
89
  endedAt
90
+ purchaseSource
90
91
  product {
91
92
  id
92
93
  name
@@ -36,6 +36,7 @@ export type IEarningsVar = {
36
36
  subType: ESubType;
37
37
  source: ESubSource;
38
38
  universityId: number | null;
39
+ countryName: string | null;
39
40
  useNetEarning: boolean;
40
41
  productIds?: EProductType[];
41
42
  };
@@ -191,6 +192,6 @@ export type IDropdownOptionsVar = {
191
192
  };
192
193
  export type IDropdownOptionsData = AdminData<Array<{
193
194
  key: string;
194
- value: number;
195
+ value: string | number;
195
196
  }>, 'dropdownOptions'>;
196
197
  export declare const DROPDOWN_OPTIONS: import("@apollo/client").DocumentNode;
@@ -26,6 +26,7 @@ exports.EARNINGS = (0, client_1.gql) `
26
26
  $universityId: Int
27
27
  $useNetEarning: Boolean
28
28
  $productIds: [Int]
29
+ $countryName: String
29
30
  ) {
30
31
  admin {
31
32
  earnings(
@@ -38,6 +39,7 @@ exports.EARNINGS = (0, client_1.gql) `
38
39
  source: $source
39
40
  useNetEarning: $useNetEarning
40
41
  productIds: $productIds
42
+ countryName: $countryName
41
43
  ) {
42
44
  entitlement {
43
45
  id
@@ -328,6 +330,7 @@ exports.USER_CANCELLATION_REASONS = (0, client_1.gql) `
328
330
  feedback
329
331
  periodEndAt
330
332
  updatedAt
333
+ purchaseSource
331
334
  product {
332
335
  id
333
336
  name
@@ -23,6 +23,7 @@ exports.GET_USER_SUBSCRIPTIONS = (0, client_1.gql) `
23
23
  productId
24
24
  periodEndAt
25
25
  endedAt
26
+ purchaseSource
26
27
  product {
27
28
  id
28
29
  name
@@ -84,6 +84,7 @@ export const USER_FIELDS = gql `
84
84
  productId
85
85
  periodEndAt
86
86
  endedAt
87
+ purchaseSource
87
88
  product {
88
89
  id
89
90
  name
@@ -36,6 +36,7 @@ export type IEarningsVar = {
36
36
  subType: ESubType;
37
37
  source: ESubSource;
38
38
  universityId: number | null;
39
+ countryName: string | null;
39
40
  useNetEarning: boolean;
40
41
  productIds?: EProductType[];
41
42
  };
@@ -191,6 +192,6 @@ export type IDropdownOptionsVar = {
191
192
  };
192
193
  export type IDropdownOptionsData = AdminData<Array<{
193
194
  key: string;
194
- value: number;
195
+ value: string | number;
195
196
  }>, 'dropdownOptions'>;
196
197
  export declare const DROPDOWN_OPTIONS: import("@apollo/client").DocumentNode;
@@ -23,6 +23,7 @@ export const EARNINGS = gql `
23
23
  $universityId: Int
24
24
  $useNetEarning: Boolean
25
25
  $productIds: [Int]
26
+ $countryName: String
26
27
  ) {
27
28
  admin {
28
29
  earnings(
@@ -35,6 +36,7 @@ export const EARNINGS = gql `
35
36
  source: $source
36
37
  useNetEarning: $useNetEarning
37
38
  productIds: $productIds
39
+ countryName: $countryName
38
40
  ) {
39
41
  entitlement {
40
42
  id
@@ -325,6 +327,7 @@ export const USER_CANCELLATION_REASONS = gql `
325
327
  feedback
326
328
  periodEndAt
327
329
  updatedAt
330
+ purchaseSource
328
331
  product {
329
332
  id
330
333
  name
@@ -20,6 +20,7 @@ export const GET_USER_SUBSCRIPTIONS = gql `
20
20
  productId
21
21
  periodEndAt
22
22
  endedAt
23
+ purchaseSource
23
24
  product {
24
25
  id
25
26
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.144",
3
+ "version": "2.6.146",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",