@saasquatch/mint-components 1.11.0-6 → 1.11.0-7

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.
@@ -70,20 +70,19 @@ const GET_USER = index.dist.gql `
70
70
  type
71
71
  dateCreated
72
72
  }
73
- # !!!!! UNCOMMENT ME !!!!!!!!
74
- # withdrawalSettings {
75
- # paymentMethod
76
- # paypalEmailAddress
77
- # bankCountry
78
- # bankAccountNumber
79
- # paymentSchedulingType
80
- # paymentThreshold
81
- # paymentDay
82
- # }
83
- # payoutsAccount {
84
- # hold
85
- # balance
86
- # }
73
+ withdrawalSettings {
74
+ paymentMethod
75
+ paypalEmailAddress
76
+ bankCountry
77
+ bankAccountNumber
78
+ paymentSchedulingType
79
+ paymentThreshold
80
+ paymentDay
81
+ }
82
+ payoutsAccount {
83
+ hold
84
+ balance
85
+ }
87
86
  }
88
87
  }
89
88
  }
@@ -50,20 +50,19 @@ export const GET_USER = gql `
50
50
  type
51
51
  dateCreated
52
52
  }
53
- # !!!!! UNCOMMENT ME !!!!!!!!
54
- # withdrawalSettings {
55
- # paymentMethod
56
- # paypalEmailAddress
57
- # bankCountry
58
- # bankAccountNumber
59
- # paymentSchedulingType
60
- # paymentThreshold
61
- # paymentDay
62
- # }
63
- # payoutsAccount {
64
- # hold
65
- # balance
66
- # }
53
+ withdrawalSettings {
54
+ paymentMethod
55
+ paypalEmailAddress
56
+ bankCountry
57
+ bankAccountNumber
58
+ paymentSchedulingType
59
+ paymentThreshold
60
+ paymentDay
61
+ }
62
+ payoutsAccount {
63
+ hold
64
+ balance
65
+ }
67
66
  }
68
67
  }
69
68
  }
@@ -66,20 +66,19 @@ const GET_USER = dist.gql `
66
66
  type
67
67
  dateCreated
68
68
  }
69
- # !!!!! UNCOMMENT ME !!!!!!!!
70
- # withdrawalSettings {
71
- # paymentMethod
72
- # paypalEmailAddress
73
- # bankCountry
74
- # bankAccountNumber
75
- # paymentSchedulingType
76
- # paymentThreshold
77
- # paymentDay
78
- # }
79
- # payoutsAccount {
80
- # hold
81
- # balance
82
- # }
69
+ withdrawalSettings {
70
+ paymentMethod
71
+ paypalEmailAddress
72
+ bankCountry
73
+ bankAccountNumber
74
+ paymentSchedulingType
75
+ paymentThreshold
76
+ paymentDay
77
+ }
78
+ payoutsAccount {
79
+ hold
80
+ balance
81
+ }
83
82
  }
84
83
  }
85
84
  }