@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 +1 -1
- package/dist/src/client/schema.d.ts +2 -0
- package/dist/src/client/types.d.ts +2 -0
- package/dist/src/client/types.js +6 -0
- package/dist/src/client/types.js.map +1 -1
- package/dist/src/generated/graphql.d.ts +4 -0
- package/dist/src/generated/graphql.js +4 -2
- package/dist/src/generated/graphql.js.map +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
|
@@ -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)[];
|
package/dist/src/client/types.js
CHANGED
|
@@ -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
|
],
|