@vertikalx/vtx-backend-client 3.5.5-dev-ven.5 → 3.5.5-dev-ven.6

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "3.5.5-dev-ven.5",
3
+ "version": "3.5.5-dev-ven.6",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "main": "dist/src/index.js",
@@ -8891,6 +8891,7 @@ export interface MutationGenqlSelection {
8891
8891
  amount: Scalars['Float'];
8892
8892
  currency?: Scalars['String'];
8893
8893
  fundingCampaignId?: (Scalars['String'] | null);
8894
+ hosted?: (Scalars['Boolean'] | null);
8894
8895
  };
8895
8896
  };
8896
8897
  setTeamCampaignPermission?: (TeamGenqlSelection & {
@@ -8949,6 +8950,7 @@ export interface MutationGenqlSelection {
8949
8950
  donorEmail?: (Scalars['String'] | null);
8950
8951
  donorName?: (Scalars['String'] | null);
8951
8952
  fundingCampaignId?: (Scalars['String'] | null);
8953
+ hosted?: (Scalars['Boolean'] | null);
8952
8954
  };
8953
8955
  };
8954
8956
  createMembershipFeeCheckout?: {
@@ -5181,6 +5181,7 @@ declare const _default: {
5181
5181
  amount: (string | number)[];
5182
5182
  currency: (string | number)[];
5183
5183
  fundingCampaignId: number[];
5184
+ hosted: number[];
5184
5185
  })[];
5185
5186
  setTeamCampaignPermission: (number | {
5186
5187
  teamId: (string | number)[];
@@ -5219,6 +5220,7 @@ declare const _default: {
5219
5220
  donorEmail: number[];
5220
5221
  donorName: number[];
5221
5222
  fundingCampaignId: number[];
5223
+ hosted: number[];
5222
5224
  })[];
5223
5225
  createMembershipFeeCheckout: (number | {
5224
5226
  clubId: (string | number)[];
@@ -13605,6 +13605,9 @@ exports.default = {
13605
13605
  ],
13606
13606
  "fundingCampaignId": [
13607
13607
  1
13608
+ ],
13609
+ "hosted": [
13610
+ 8
13608
13611
  ]
13609
13612
  }
13610
13613
  ],
@@ -13724,6 +13727,9 @@ exports.default = {
13724
13727
  ],
13725
13728
  "fundingCampaignId": [
13726
13729
  1
13730
+ ],
13731
+ "hosted": [
13732
+ 8
13727
13733
  ]
13728
13734
  }
13729
13735
  ],