@vertikalx/vtx-backend-client 3.4.2-dev.8 → 3.5.1-dev.0
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 +3 -1
- package/dist/src/client/schema.js.map +1 -1
- package/dist/src/client/types.d.ts +1 -0
- package/dist/src/client/types.js +3 -0
- package/dist/src/client/types.js.map +1 -1
- package/dist/src/generated/graphql.d.ts +4 -1
- package/dist/src/generated/graphql.js +2 -0
- package/dist/src/generated/graphql.js.map +1 -1
- package/package.json +1 -1
|
@@ -529,6 +529,7 @@ export type AthleteCriteria = {
|
|
|
529
529
|
label?: Maybe<Scalars['String']['output']>;
|
|
530
530
|
maxAge?: Maybe<Scalars['Int']['output']>;
|
|
531
531
|
minAge?: Maybe<Scalars['Int']['output']>;
|
|
532
|
+
minVtxScore?: Maybe<Scalars['Int']['output']>;
|
|
532
533
|
qualifications?: Maybe<Array<QualificationTypeUnion>>;
|
|
533
534
|
};
|
|
534
535
|
export type AthleteCriteriaDto = {
|
|
@@ -1252,7 +1253,7 @@ export type CreateOfferDto = {
|
|
|
1252
1253
|
label: Scalars['String']['input'];
|
|
1253
1254
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
1254
1255
|
offerImage?: InputMaybe<Awss3UploadedFileDto>;
|
|
1255
|
-
sponsorId
|
|
1256
|
+
sponsorId?: InputMaybe<Scalars['String']['input']>;
|
|
1256
1257
|
status?: Scalars['String']['input'];
|
|
1257
1258
|
totalCodes?: InputMaybe<Scalars['Int']['input']>;
|
|
1258
1259
|
type: Scalars['String']['input'];
|
|
@@ -14913,6 +14914,7 @@ export type GetOffersPaginatedQuery = {
|
|
|
14913
14914
|
minAge?: number | null;
|
|
14914
14915
|
maxAge?: number | null;
|
|
14915
14916
|
allowedGenders?: Array<string> | null;
|
|
14917
|
+
minVtxScore?: number | null;
|
|
14916
14918
|
} | null;
|
|
14917
14919
|
availableCountries?: Array<{
|
|
14918
14920
|
_id: string;
|
|
@@ -14979,6 +14981,7 @@ export type OffersWithEligibilityQuery = {
|
|
|
14979
14981
|
minAge?: number | null;
|
|
14980
14982
|
maxAge?: number | null;
|
|
14981
14983
|
allowedGenders?: Array<string> | null;
|
|
14984
|
+
minVtxScore?: number | null;
|
|
14982
14985
|
} | null;
|
|
14983
14986
|
availableCountries?: Array<{
|
|
14984
14987
|
_id: string;
|
|
@@ -6027,6 +6027,7 @@ exports.GetOffersPaginatedDocument = (0, graphql_tag_1.default) `
|
|
|
6027
6027
|
minAge
|
|
6028
6028
|
maxAge
|
|
6029
6029
|
allowedGenders
|
|
6030
|
+
minVtxScore
|
|
6030
6031
|
}
|
|
6031
6032
|
availableCountries {
|
|
6032
6033
|
_id
|
|
@@ -6087,6 +6088,7 @@ exports.OffersWithEligibilityDocument = (0, graphql_tag_1.default) `
|
|
|
6087
6088
|
minAge
|
|
6088
6089
|
maxAge
|
|
6089
6090
|
allowedGenders
|
|
6091
|
+
minVtxScore
|
|
6090
6092
|
}
|
|
6091
6093
|
availableCountries {
|
|
6092
6094
|
_id
|