@vertikalx/vtx-backend-client 1.0.0-dev-max.18 → 1.0.0-dev-max.20

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": "@vertikalx/vtx-backend-client",
3
- "version": "1.0.0-dev-max.18",
3
+ "version": "1.0.0-dev-max.20",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -6326,40 +6326,10 @@ class VTXBaseAPI {
6326
6326
  athleteName: true,
6327
6327
  fromPhone: true,
6328
6328
  message: true,
6329
- transferToAthlete: {
6330
- _id: true,
6331
- stripeId: true,
6332
- amount: true,
6333
- amount_reversed: true,
6334
- currency: true,
6335
- destination: true,
6336
- description: true,
6337
- reversed: true,
6338
- livemode: true,
6339
- transfer_group: true,
6340
- status: true,
6341
- lastError: true,
6342
- json: true
6343
- },
6344
- transferToVtx: {
6345
- _id: true,
6346
- stripeId: true,
6347
- amount: true,
6348
- amount_reversed: true,
6349
- currency: true,
6350
- destination: true,
6351
- description: true,
6352
- reversed: true,
6353
- livemode: true,
6354
- transfer_group: true,
6355
- status: true,
6356
- lastError: true,
6357
- json: true
6358
- }
6359
6329
  };
6360
6330
  try {
6361
6331
  const response = await client.query({
6362
- getfundingCheckoutSessionData: {
6332
+ getFundingCheckoutSessionData: {
6363
6333
  __args: {
6364
6334
  input: dto
6365
6335
  },