@vertikalx/vtx-backend-client 1.0.1-dev-max.13 → 1.0.1-dev-daniel.11
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/LICENSE.md +0 -0
- package/package.json +1 -1
- package/src/api/response-builder.js +2 -3
- package/src/api/response-builder.js.map +1 -1
- package/src/api/vtx-apikey-api.d.ts +1 -1
- package/src/api/vtx-apikey-api.js +2 -2
- package/src/api/vtx-apikey-api.js.map +1 -1
- package/src/api/vtx-base-api.d.ts +2 -11
- package/src/api/vtx-base-api.js +97 -657
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/api/vtx-mobile-api.d.ts +1 -1
- package/src/api/vtx-mobile-api.js +2 -2
- package/src/api/vtx-mobile-api.js.map +1 -1
- package/src/api/vtx-web-browser-api.d.ts +1 -1
- package/src/api/vtx-web-browser-api.js +2 -2
- package/src/api/vtx-web-browser-api.js.map +1 -1
- package/src/api/vtx-web-server-api.d.ts +1 -1
- package/src/api/vtx-web-server-api.js +2 -2
- package/src/api/vtx-web-server-api.js.map +1 -1
- package/src/client/runtime/generateGraphqlOperation.d.ts +1 -1
- package/src/client/schema.d.ts +80 -157
- package/src/client/schema.js +23 -37
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +37 -85
- package/src/client/types.js +283 -399
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
- package/libs/vtx-backend-client/package.json +0 -16
- package/libs/vtx-backend-client/src/api/api-call-headers.d.ts +0 -12
- package/libs/vtx-backend-client/src/api/api-call-headers.js +0 -16
- package/libs/vtx-backend-client/src/api/api-call-headers.js.map +0 -1
- package/libs/vtx-backend-client/src/api/backend-response.d.ts +0 -10
- package/libs/vtx-backend-client/src/api/backend-response.js +0 -3
- package/libs/vtx-backend-client/src/api/backend-response.js.map +0 -1
- package/libs/vtx-backend-client/src/api/domains.d.ts +0 -3
- package/libs/vtx-backend-client/src/api/domains.js +0 -7
- package/libs/vtx-backend-client/src/api/domains.js.map +0 -1
- package/libs/vtx-backend-client/src/api/response-builder.d.ts +0 -4
- package/libs/vtx-backend-client/src/api/response-builder.js +0 -123
- package/libs/vtx-backend-client/src/api/response-builder.js.map +0 -1
- package/libs/vtx-backend-client/src/api/types.d.ts +0 -2
- package/libs/vtx-backend-client/src/api/types.js +0 -3
- package/libs/vtx-backend-client/src/api/types.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-apikey-api.d.ts +0 -6
- package/libs/vtx-backend-client/src/api/vtx-apikey-api.js +0 -19
- package/libs/vtx-backend-client/src/api/vtx-apikey-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-base-api.d.ts +0 -113
- package/libs/vtx-backend-client/src/api/vtx-base-api.js +0 -7258
- package/libs/vtx-backend-client/src/api/vtx-base-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-mobile-api.d.ts +0 -6
- package/libs/vtx-backend-client/src/api/vtx-mobile-api.js +0 -27
- package/libs/vtx-backend-client/src/api/vtx-mobile-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-web-browser-api.d.ts +0 -7
- package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js +0 -36
- package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-web-server-api.d.ts +0 -7
- package/libs/vtx-backend-client/src/api/vtx-web-server-api.js +0 -33
- package/libs/vtx-backend-client/src/api/vtx-web-server-api.js.map +0 -1
- package/libs/vtx-backend-client/src/client/index.d.ts +0 -25
- package/libs/vtx-backend-client/src/client/index.js +0 -44
- package/libs/vtx-backend-client/src/client/index.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/batcher.d.ts +0 -36
- package/libs/vtx-backend-client/src/client/runtime/batcher.js +0 -123
- package/libs/vtx-backend-client/src/client/runtime/batcher.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/createClient.d.ts +0 -17
- package/libs/vtx-backend-client/src/client/runtime/createClient.js +0 -28
- package/libs/vtx-backend-client/src/client/runtime/createClient.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/error.d.ts +0 -15
- package/libs/vtx-backend-client/src/client/runtime/error.js +0 -19
- package/libs/vtx-backend-client/src/client/runtime/error.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/fetcher.d.ts +0 -10
- package/libs/vtx-backend-client/src/client/runtime/fetcher.js +0 -68
- package/libs/vtx-backend-client/src/client/runtime/fetcher.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.d.ts +0 -30
- package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js +0 -134
- package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/index.d.ts +0 -11
- package/libs/vtx-backend-client/src/client/runtime/index.js +0 -17
- package/libs/vtx-backend-client/src/client/runtime/index.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.d.ts +0 -9
- package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js +0 -95
- package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/typeSelection.d.ts +0 -28
- package/libs/vtx-backend-client/src/client/runtime/typeSelection.js +0 -3
- package/libs/vtx-backend-client/src/client/runtime/typeSelection.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/types.d.ts +0 -55
- package/libs/vtx-backend-client/src/client/runtime/types.js +0 -3
- package/libs/vtx-backend-client/src/client/runtime/types.js.map +0 -1
- package/libs/vtx-backend-client/src/client/schema.d.ts +0 -4340
- package/libs/vtx-backend-client/src/client/schema.js +0 -927
- package/libs/vtx-backend-client/src/client/schema.js.map +0 -1
- package/libs/vtx-backend-client/src/client/types.d.ts +0 -2322
- package/libs/vtx-backend-client/src/client/types.js +0 -6057
- package/libs/vtx-backend-client/src/client/types.js.map +0 -1
- package/libs/vtx-backend-client/src/index.d.ts +0 -11
- package/libs/vtx-backend-client/src/index.js +0 -28
- package/libs/vtx-backend-client/src/index.js.map +0 -1
- package/src/api/dto/create-budget.dto.d.ts +0 -15
- package/src/api/dto/create-budget.dto.js +0 -72
- package/src/api/dto/create-budget.dto.js.map +0 -1
- package/src/api/dto/create-funding-campaign.dto.d.ts +0 -21
- package/src/api/dto/create-funding-campaign.dto.js +0 -97
- package/src/api/dto/create-funding-campaign.dto.js.map +0 -1
- package/src/api/dto/get-athlete-campaigns.dto.d.ts +0 -3
- package/src/api/dto/get-athlete-campaigns.dto.js +0 -26
- package/src/api/dto/get-athlete-campaigns.dto.js.map +0 -1
- package/src/api/dto/set-current-campaign.dto.d.ts +0 -3
- package/src/api/dto/set-current-campaign.dto.js +0 -26
- package/src/api/dto/set-current-campaign.dto.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { APICallHeaders } from "./api-call-headers";
|
|
2
2
|
import { VTXBaseAPI } from "./vtx-base-api";
|
|
3
3
|
export declare class VTXMobileAPI extends VTXBaseAPI {
|
|
4
|
-
constructor(
|
|
4
|
+
constructor(backendUrl: string, mobileAppKey: string, userToken?: string);
|
|
5
5
|
static getDefaultHeaders(mobileAppKey: string, userToken?: string): APICallHeaders;
|
|
6
6
|
}
|
|
@@ -4,8 +4,8 @@ exports.VTXMobileAPI = void 0;
|
|
|
4
4
|
const api_call_headers_1 = require("./api-call-headers");
|
|
5
5
|
const vtx_base_api_1 = require("./vtx-base-api");
|
|
6
6
|
class VTXMobileAPI extends vtx_base_api_1.VTXBaseAPI {
|
|
7
|
-
constructor(mobileAppKey, userToken
|
|
8
|
-
super(VTXMobileAPI.getDefaultHeaders(mobileAppKey, userToken)
|
|
7
|
+
constructor(backendUrl, mobileAppKey, userToken) {
|
|
8
|
+
super(backendUrl, VTXMobileAPI.getDefaultHeaders(mobileAppKey, userToken));
|
|
9
9
|
}
|
|
10
10
|
static getDefaultHeaders(mobileAppKey, userToken) {
|
|
11
11
|
if (userToken) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vtx-mobile-api.js","sourceRoot":"","sources":["../../../../../libs/vtx-backend-client/src/api/vtx-mobile-api.ts"],"names":[],"mappings":";;;AAEA,yDAA+H;AAC/H,iDAA4C;AAM5C,MAAa,YAAa,SAAQ,yBAAU;IAExC,YAAY,YAAmB,EAAE,SAAiB
|
|
1
|
+
{"version":3,"file":"vtx-mobile-api.js","sourceRoot":"","sources":["../../../../../libs/vtx-backend-client/src/api/vtx-mobile-api.ts"],"names":[],"mappings":";;;AAEA,yDAA+H;AAC/H,iDAA4C;AAM5C,MAAa,YAAa,SAAQ,yBAAU;IAExC,YAAY,UAAiB,EAAE,YAAmB,EAAE,SAAiB;QACjE,KAAK,CAAC,UAAU,EAAE,YAAY,CAAC,iBAAiB,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC;IAC/E,CAAC;IAEM,MAAM,CAAC,iBAAiB,CAAC,YAAmB,EAAE,SAAiB;QAElE,IAAI,SAAS,EAAC,CAAC;YACX,OAAO;gBACH,CAAC,yCAAsB,CAAC,EAAE,YAAY;gBACtC,CAAC,mDAAgC,CAAC,EAAE,SAAS;gBAC7C,GAAG,kCAAe;aACrB,CAAA;QACL,CAAC;aAAI,CAAC;YACF,OAAO;gBACH,CAAC,yCAAsB,CAAC,EAAE,YAAY;gBACtC,GAAG,kCAAe;aACrB,CAAA;QACL,CAAC;IACL,CAAC;CACJ;AArBD,oCAqBC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { APICallHeaders } from "./api-call-headers";
|
|
2
2
|
import { VTXBaseAPI } from "./vtx-base-api";
|
|
3
3
|
export declare class VTXWebBrowserAPI extends VTXBaseAPI {
|
|
4
|
-
constructor(
|
|
4
|
+
constructor(backendUrl: string, userToken?: string);
|
|
5
5
|
setUserToken(userToken: string | null): void;
|
|
6
6
|
static getDefaultHeaders(userToken?: string): APICallHeaders;
|
|
7
7
|
}
|
|
@@ -4,8 +4,8 @@ exports.VTXWebBrowserAPI = void 0;
|
|
|
4
4
|
const api_call_headers_1 = require("./api-call-headers");
|
|
5
5
|
const vtx_base_api_1 = require("./vtx-base-api");
|
|
6
6
|
class VTXWebBrowserAPI extends vtx_base_api_1.VTXBaseAPI {
|
|
7
|
-
constructor(
|
|
8
|
-
super(VTXWebBrowserAPI.getDefaultHeaders(userToken)
|
|
7
|
+
constructor(backendUrl, userToken) {
|
|
8
|
+
super(backendUrl, VTXWebBrowserAPI.getDefaultHeaders(userToken));
|
|
9
9
|
}
|
|
10
10
|
setUserToken(userToken) {
|
|
11
11
|
if (userToken) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vtx-web-browser-api.js","sourceRoot":"","sources":["../../../../../libs/vtx-backend-client/src/api/vtx-web-browser-api.ts"],"names":[],"mappings":";;;AAEA,yDAA+H;AAC/H,iDAA4C;AAM5C,MAAa,gBAAiB,SAAQ,yBAAU;IAE5C,YAAY,
|
|
1
|
+
{"version":3,"file":"vtx-web-browser-api.js","sourceRoot":"","sources":["../../../../../libs/vtx-backend-client/src/api/vtx-web-browser-api.ts"],"names":[],"mappings":";;;AAEA,yDAA+H;AAC/H,iDAA4C;AAM5C,MAAa,gBAAiB,SAAQ,yBAAU;IAE5C,YAAY,UAAiB,EAAE,SAAiB;QAC5C,KAAK,CAAC,UAAU,EAAE,gBAAgB,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,CAAC;IAErE,CAAC;IAEM,YAAY,CAAC,SAAqB;QACrC,IAAI,SAAS,EAAC,CAAC;YACX,IAAI,CAAC,OAAO,GAAG;gBACX,GAAG,IAAI,CAAC,OAAO;gBACf,CAAC,mDAAgC,CAAC,EAAE,SAAS;aAChD,CAAA;QACL,CAAC;aAAI,CAAC;YACF,OAAO,IAAI,CAAC,OAAO,CAAC,mDAAgC,CAAC,CAAC;QAC1D,CAAC;IACL,CAAC;IAEM,MAAM,CAAC,iBAAiB,CAAC,SAAiB;QAE7C,IAAI,SAAS,EAAC,CAAC;YACX,OAAO;gBACH,GAAG,kCAAe;gBAClB,CAAC,mDAAgC,CAAC,EAAE,SAAS;aAChD,CAAA;QAEL,CAAC;aAAI,CAAC;YACF,OAAO;gBACH,GAAG,kCAAe;aACrB,CAAA;QAEL,CAAC;IAEL,CAAC;CAEJ;AAnCD,4CAmCC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { APICallHeaders } from "./api-call-headers";
|
|
2
2
|
import { VTXBaseAPI } from "./vtx-base-api";
|
|
3
3
|
export declare class VTXWebServerAPI extends VTXBaseAPI {
|
|
4
|
-
constructor(
|
|
4
|
+
constructor(backendUrl: string, systemKeyName: string, systemKeyValue: string);
|
|
5
5
|
setUserToken(userToken: string | null): void;
|
|
6
6
|
static getDefaultHeaders(systemKeyName: string, systemKeyValue: string): APICallHeaders;
|
|
7
7
|
}
|
|
@@ -4,8 +4,8 @@ exports.VTXWebServerAPI = void 0;
|
|
|
4
4
|
const api_call_headers_1 = require("./api-call-headers");
|
|
5
5
|
const vtx_base_api_1 = require("./vtx-base-api");
|
|
6
6
|
class VTXWebServerAPI extends vtx_base_api_1.VTXBaseAPI {
|
|
7
|
-
constructor(systemKeyName, systemKeyValue
|
|
8
|
-
super(VTXWebServerAPI.getDefaultHeaders(systemKeyName, systemKeyValue)
|
|
7
|
+
constructor(backendUrl, systemKeyName, systemKeyValue) {
|
|
8
|
+
super(backendUrl, VTXWebServerAPI.getDefaultHeaders(systemKeyName, systemKeyValue));
|
|
9
9
|
if (vtx_base_api_1.VTXBaseAPI.isBrowser()) {
|
|
10
10
|
throw new Error('VTXWebServerAPI should NOT be used in Browser');
|
|
11
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vtx-web-server-api.js","sourceRoot":"","sources":["../../../../../libs/vtx-backend-client/src/api/vtx-web-server-api.ts"],"names":[],"mappings":";;;AAEA,yDAAgM;AAChM,iDAA4C;AAM5C,MAAa,eAAgB,SAAQ,yBAAU;
|
|
1
|
+
{"version":3,"file":"vtx-web-server-api.js","sourceRoot":"","sources":["../../../../../libs/vtx-backend-client/src/api/vtx-web-server-api.ts"],"names":[],"mappings":";;;AAEA,yDAAgM;AAChM,iDAA4C;AAM5C,MAAa,eAAgB,SAAQ,yBAAU;IAE3C,YAAY,UAAiB,EAAE,aAAoB,EAAE,cAAqB;QACtE,KAAK,CAAC,UAAU,EAAE,eAAe,CAAC,iBAAiB,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC;QAEpF,IAAI,yBAAU,CAAC,SAAS,EAAE,EAAC,CAAC;YACxB,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;QACrE,CAAC;IACL,CAAC;IACM,YAAY,CAAC,SAAqB;QACrC,IAAI,SAAS,EAAC,CAAC;YACX,IAAI,CAAC,OAAO,GAAG;gBACX,CAAC,mDAAgC,CAAC,EAAE,SAAS;gBAC7C,GAAG,IAAI,CAAC,OAAO;aAClB,CAAA;QACL,CAAC;aAAI,CAAC;YACF,OAAO,IAAI,CAAC,OAAO,CAAC,mDAAgC,CAAC,CAAC;QAC1D,CAAC;IACL,CAAC;IAEM,MAAM,CAAC,iBAAiB,CAAC,aAAoB,EAAE,cAAqB;QAEvE,OAAO;YACH,CAAC,iDAA8B,CAAC,EAAE,aAAa;YAC/C,CAAC,kDAA+B,CAAC,EAAE,cAAc;YACjD,GAAG,kCAAe;SACrB,CAAA;IAEL,CAAC;CAEJ;AA9BD,0CA8BC"}
|
|
@@ -26,5 +26,5 @@ export interface GraphqlOperation {
|
|
|
26
26
|
};
|
|
27
27
|
operationName?: string;
|
|
28
28
|
}
|
|
29
|
-
export declare const generateGraphqlOperation: (operation:
|
|
29
|
+
export declare const generateGraphqlOperation: (operation: "query" | "mutation" | "subscription", root: LinkedType, fields?: Fields) => GraphqlOperation;
|
|
30
30
|
export declare const getFieldFromPath: (root: LinkedType | undefined, path: string[]) => LinkedField;
|
package/src/client/schema.d.ts
CHANGED
|
@@ -701,8 +701,13 @@ export interface AthleteCompetitionResult {
|
|
|
701
701
|
score: (Scalars['String'] | null);
|
|
702
702
|
finishTimeMS: (Scalars['Float'] | null);
|
|
703
703
|
resultWebLink: (Scalars['String'] | null);
|
|
704
|
-
outcome:
|
|
704
|
+
outcome: Scalars['String'];
|
|
705
705
|
adversary: (Scalars['String'] | null);
|
|
706
|
+
genderPosition: (Scalars['Float'] | null);
|
|
707
|
+
genderParticipants: (Scalars['Float'] | null);
|
|
708
|
+
categoryPosition: (Scalars['Float'] | null);
|
|
709
|
+
categoryParticipants: (Scalars['Float'] | null);
|
|
710
|
+
categoryName: (Scalars['String'] | null);
|
|
706
711
|
__typename: 'AthleteCompetitionResult';
|
|
707
712
|
}
|
|
708
713
|
export interface BudgetItem {
|
|
@@ -719,6 +724,20 @@ export interface Budget {
|
|
|
719
724
|
items: (BudgetItem[] | null);
|
|
720
725
|
__typename: 'Budget';
|
|
721
726
|
}
|
|
727
|
+
export interface PhotoAlbum {
|
|
728
|
+
_id: Scalars['String'];
|
|
729
|
+
photo: (AWSS3File | null);
|
|
730
|
+
__typename: 'PhotoAlbum';
|
|
731
|
+
}
|
|
732
|
+
export interface Album {
|
|
733
|
+
_id: Scalars['String'];
|
|
734
|
+
label: Scalars['String'];
|
|
735
|
+
description: (Scalars['String'] | null);
|
|
736
|
+
photos: (PhotoAlbum[] | null);
|
|
737
|
+
displayIndex: Scalars['Float'];
|
|
738
|
+
competitionId: (Scalars['String'] | null);
|
|
739
|
+
__typename: 'Album';
|
|
740
|
+
}
|
|
722
741
|
export interface AthleteCompetition {
|
|
723
742
|
_id: Scalars['String'];
|
|
724
743
|
event: SportsEvent;
|
|
@@ -727,6 +746,7 @@ export interface AthleteCompetition {
|
|
|
727
746
|
result: (AthleteCompetitionResult | null);
|
|
728
747
|
fundRaisingCampaignIds: (Scalars['String'][] | null);
|
|
729
748
|
budget: (Budget | null);
|
|
749
|
+
albums: (Album[] | null);
|
|
730
750
|
__typename: 'AthleteCompetition';
|
|
731
751
|
}
|
|
732
752
|
export interface MembershipOrganizationReference {
|
|
@@ -779,18 +799,6 @@ export interface Channel {
|
|
|
779
799
|
linked: Scalars['Boolean'];
|
|
780
800
|
__typename: 'Channel';
|
|
781
801
|
}
|
|
782
|
-
export interface PhotoAlbum {
|
|
783
|
-
_id: Scalars['String'];
|
|
784
|
-
photo: (AWSS3File | null);
|
|
785
|
-
__typename: 'PhotoAlbum';
|
|
786
|
-
}
|
|
787
|
-
export interface Album {
|
|
788
|
-
_id: Scalars['String'];
|
|
789
|
-
label: Scalars['String'];
|
|
790
|
-
description: (Scalars['String'] | null);
|
|
791
|
-
photos: (PhotoAlbum[] | null);
|
|
792
|
-
__typename: 'Album';
|
|
793
|
-
}
|
|
794
802
|
export interface AthletePreferences {
|
|
795
803
|
_id: Scalars['String'];
|
|
796
804
|
showProfileHelper: Scalars['Boolean'];
|
|
@@ -809,7 +817,6 @@ export interface FundRaisingCampaign {
|
|
|
809
817
|
initialFundsObtained: Scalars['Float'];
|
|
810
818
|
fundsObtained: Scalars['Float'];
|
|
811
819
|
location: (WorldLocation | null);
|
|
812
|
-
createdDate: Scalars['DateTime'];
|
|
813
820
|
endingDate: Scalars['DateTime'];
|
|
814
821
|
budget: (Budget | null);
|
|
815
822
|
competitions: (AthleteCompetition[] | null);
|
|
@@ -941,11 +948,6 @@ export interface HistoricalScoreType {
|
|
|
941
948
|
athleteId: Scalars['String'];
|
|
942
949
|
__typename: 'HistoricalScoreType';
|
|
943
950
|
}
|
|
944
|
-
export interface UserDomain {
|
|
945
|
-
_id: Scalars['String'];
|
|
946
|
-
user: (User | null);
|
|
947
|
-
__typename: 'UserDomain';
|
|
948
|
-
}
|
|
949
951
|
export interface AthleteReference {
|
|
950
952
|
_id: Scalars['String'];
|
|
951
953
|
firstName: Scalars['String'];
|
|
@@ -970,7 +972,6 @@ export interface AthleteReference {
|
|
|
970
972
|
bannerPicture: (AWSS3File | null);
|
|
971
973
|
aboutMe: (Scalars['String'] | null);
|
|
972
974
|
preferences: AthletePreferences;
|
|
973
|
-
userDomain: UserDomain;
|
|
974
975
|
__typename: 'AthleteReference';
|
|
975
976
|
}
|
|
976
977
|
export interface Athlete {
|
|
@@ -997,7 +998,6 @@ export interface Athlete {
|
|
|
997
998
|
bannerPicture: (AWSS3File | null);
|
|
998
999
|
aboutMe: (Scalars['String'] | null);
|
|
999
1000
|
preferences: AthletePreferences;
|
|
1000
|
-
userDomain: UserDomain;
|
|
1001
1001
|
allSports: (Sport[] | null);
|
|
1002
1002
|
teams: (Team[] | null);
|
|
1003
1003
|
sponsorBrands: (Brand[] | null);
|
|
@@ -1151,7 +1151,7 @@ export interface AthleteIntegrationReference {
|
|
|
1151
1151
|
}
|
|
1152
1152
|
export interface Receipt {
|
|
1153
1153
|
receiptId: Scalars['String'];
|
|
1154
|
-
campaignName:
|
|
1154
|
+
campaignName: Scalars['String'];
|
|
1155
1155
|
athleteName: (Scalars['String'] | null);
|
|
1156
1156
|
donorName: Scalars['String'];
|
|
1157
1157
|
amount: Scalars['Float'];
|
|
@@ -1165,6 +1165,13 @@ export interface ReceiptUrl {
|
|
|
1165
1165
|
receiptId: Scalars['String'];
|
|
1166
1166
|
__typename: 'ReceiptUrl';
|
|
1167
1167
|
}
|
|
1168
|
+
export interface EditValueResponse {
|
|
1169
|
+
field: Scalars['String'];
|
|
1170
|
+
oldValue: (Scalars['String'] | null);
|
|
1171
|
+
newValue: (Scalars['String'] | null);
|
|
1172
|
+
changed: Scalars['Boolean'];
|
|
1173
|
+
__typename: 'EditValueResponse';
|
|
1174
|
+
}
|
|
1168
1175
|
export interface ErrorType {
|
|
1169
1176
|
code: Scalars['Float'];
|
|
1170
1177
|
message: Scalars['String'];
|
|
@@ -1177,13 +1184,6 @@ export interface DeleteValuesResponse {
|
|
|
1177
1184
|
result: Scalars['String'];
|
|
1178
1185
|
__typename: 'DeleteValuesResponse';
|
|
1179
1186
|
}
|
|
1180
|
-
export interface EditValueResponse {
|
|
1181
|
-
field: Scalars['String'];
|
|
1182
|
-
oldValue: (Scalars['String'] | null);
|
|
1183
|
-
newValue: (Scalars['String'] | null);
|
|
1184
|
-
changed: Scalars['Boolean'];
|
|
1185
|
-
__typename: 'EditValueResponse';
|
|
1186
|
-
}
|
|
1187
1187
|
export interface DeleteSingleValueResponse {
|
|
1188
1188
|
idToDelete: Scalars['String'];
|
|
1189
1189
|
deleted: Scalars['Boolean'];
|
|
@@ -1229,11 +1229,6 @@ export interface ExistValueResponse {
|
|
|
1229
1229
|
exist: Scalars['Boolean'];
|
|
1230
1230
|
__typename: 'ExistValueResponse';
|
|
1231
1231
|
}
|
|
1232
|
-
export interface DeleteAthleteResponse {
|
|
1233
|
-
deletedAthlete: (AthleteReference | null);
|
|
1234
|
-
success: Scalars['Boolean'];
|
|
1235
|
-
__typename: 'DeleteAthleteResponse';
|
|
1236
|
-
}
|
|
1237
1232
|
export interface StripeObject {
|
|
1238
1233
|
type: Scalars['String'];
|
|
1239
1234
|
json: Scalars['JSONObject'];
|
|
@@ -1298,7 +1293,6 @@ export interface Query {
|
|
|
1298
1293
|
screenNameAvailability: ExistValueResponse;
|
|
1299
1294
|
getAthleteHistoricalScores: HistoricalScoreType[];
|
|
1300
1295
|
getMyHistoricalScores: HistoricalScoreType[];
|
|
1301
|
-
getAthleteCampaigns: FundRaisingCampaign[];
|
|
1302
1296
|
getSports: Sport[];
|
|
1303
1297
|
findSportById: Sport;
|
|
1304
1298
|
getSportLevels: SportLevel[];
|
|
@@ -1356,8 +1350,6 @@ export interface Mutation {
|
|
|
1356
1350
|
deleteAthletePhotos: DeleteValuesResponse;
|
|
1357
1351
|
saveAthleteCompetitionResult: AthleteCompetitionResult;
|
|
1358
1352
|
updateAthleteScores: Athlete;
|
|
1359
|
-
deleteAthleteUser: DeleteAthleteResponse;
|
|
1360
|
-
setCurrentCampaign: FundRaisingCampaign;
|
|
1361
1353
|
createSport: Sport;
|
|
1362
1354
|
updateSport: Sport;
|
|
1363
1355
|
createSportLevel: SportLevel;
|
|
@@ -1373,15 +1365,11 @@ export interface Mutation {
|
|
|
1373
1365
|
loginUserFromCredentialsVtx: UserWithToken;
|
|
1374
1366
|
createResetPasswordCode: EditValueResponse;
|
|
1375
1367
|
resetUserPassword: EditValueResponse;
|
|
1376
|
-
updateUserSuspendedStatus: User;
|
|
1377
1368
|
handleStravaCallback: StravaToken;
|
|
1378
1369
|
refreshStravaToken: StravaToken;
|
|
1379
1370
|
createSportsEvent: SportsEvent;
|
|
1380
1371
|
setFundingStatus: FundRaisingCampaign;
|
|
1381
1372
|
createFundingCampaign: FundRaisingCampaign;
|
|
1382
|
-
updateFundingCampaign: FundRaisingCampaign;
|
|
1383
|
-
deleteFundingCampaign: DeleteSingleValueResponse;
|
|
1384
|
-
deleteFundingCampaigns: DeleteValuesResponse;
|
|
1385
1373
|
createMembershipOrganization: MembershipOrganizationReference;
|
|
1386
1374
|
createAthleteMembershipAffilation: AthleteMembership;
|
|
1387
1375
|
deleteAthleteMembershipAffilation: DeleteSingleValueResponse;
|
|
@@ -2167,6 +2155,11 @@ export interface AthleteCompetitionResultGenqlSelection {
|
|
|
2167
2155
|
resultWebLink?: boolean | number;
|
|
2168
2156
|
outcome?: boolean | number;
|
|
2169
2157
|
adversary?: boolean | number;
|
|
2158
|
+
genderPosition?: boolean | number;
|
|
2159
|
+
genderParticipants?: boolean | number;
|
|
2160
|
+
categoryPosition?: boolean | number;
|
|
2161
|
+
categoryParticipants?: boolean | number;
|
|
2162
|
+
categoryName?: boolean | number;
|
|
2170
2163
|
__typename?: boolean | number;
|
|
2171
2164
|
__scalar?: boolean | number;
|
|
2172
2165
|
}
|
|
@@ -2186,6 +2179,22 @@ export interface BudgetGenqlSelection {
|
|
|
2186
2179
|
__typename?: boolean | number;
|
|
2187
2180
|
__scalar?: boolean | number;
|
|
2188
2181
|
}
|
|
2182
|
+
export interface PhotoAlbumGenqlSelection {
|
|
2183
|
+
_id?: boolean | number;
|
|
2184
|
+
photo?: AWSS3FileGenqlSelection;
|
|
2185
|
+
__typename?: boolean | number;
|
|
2186
|
+
__scalar?: boolean | number;
|
|
2187
|
+
}
|
|
2188
|
+
export interface AlbumGenqlSelection {
|
|
2189
|
+
_id?: boolean | number;
|
|
2190
|
+
label?: boolean | number;
|
|
2191
|
+
description?: boolean | number;
|
|
2192
|
+
photos?: PhotoAlbumGenqlSelection;
|
|
2193
|
+
displayIndex?: boolean | number;
|
|
2194
|
+
competitionId?: boolean | number;
|
|
2195
|
+
__typename?: boolean | number;
|
|
2196
|
+
__scalar?: boolean | number;
|
|
2197
|
+
}
|
|
2189
2198
|
export interface AthleteCompetitionGenqlSelection {
|
|
2190
2199
|
_id?: boolean | number;
|
|
2191
2200
|
event?: SportsEventGenqlSelection;
|
|
@@ -2194,6 +2203,7 @@ export interface AthleteCompetitionGenqlSelection {
|
|
|
2194
2203
|
result?: AthleteCompetitionResultGenqlSelection;
|
|
2195
2204
|
fundRaisingCampaignIds?: boolean | number;
|
|
2196
2205
|
budget?: BudgetGenqlSelection;
|
|
2206
|
+
albums?: AlbumGenqlSelection;
|
|
2197
2207
|
__typename?: boolean | number;
|
|
2198
2208
|
__scalar?: boolean | number;
|
|
2199
2209
|
}
|
|
@@ -2252,20 +2262,6 @@ export interface ChannelGenqlSelection {
|
|
|
2252
2262
|
__typename?: boolean | number;
|
|
2253
2263
|
__scalar?: boolean | number;
|
|
2254
2264
|
}
|
|
2255
|
-
export interface PhotoAlbumGenqlSelection {
|
|
2256
|
-
_id?: boolean | number;
|
|
2257
|
-
photo?: AWSS3FileGenqlSelection;
|
|
2258
|
-
__typename?: boolean | number;
|
|
2259
|
-
__scalar?: boolean | number;
|
|
2260
|
-
}
|
|
2261
|
-
export interface AlbumGenqlSelection {
|
|
2262
|
-
_id?: boolean | number;
|
|
2263
|
-
label?: boolean | number;
|
|
2264
|
-
description?: boolean | number;
|
|
2265
|
-
photos?: PhotoAlbumGenqlSelection;
|
|
2266
|
-
__typename?: boolean | number;
|
|
2267
|
-
__scalar?: boolean | number;
|
|
2268
|
-
}
|
|
2269
2265
|
export interface AthletePreferencesGenqlSelection {
|
|
2270
2266
|
_id?: boolean | number;
|
|
2271
2267
|
showProfileHelper?: boolean | number;
|
|
@@ -2285,7 +2281,6 @@ export interface FundRaisingCampaignGenqlSelection {
|
|
|
2285
2281
|
initialFundsObtained?: boolean | number;
|
|
2286
2282
|
fundsObtained?: boolean | number;
|
|
2287
2283
|
location?: WorldLocationGenqlSelection;
|
|
2288
|
-
createdDate?: boolean | number;
|
|
2289
2284
|
endingDate?: boolean | number;
|
|
2290
2285
|
budget?: BudgetGenqlSelection;
|
|
2291
2286
|
competitions?: AthleteCompetitionGenqlSelection;
|
|
@@ -2427,12 +2422,6 @@ export interface HistoricalScoreTypeGenqlSelection {
|
|
|
2427
2422
|
__typename?: boolean | number;
|
|
2428
2423
|
__scalar?: boolean | number;
|
|
2429
2424
|
}
|
|
2430
|
-
export interface UserDomainGenqlSelection {
|
|
2431
|
-
_id?: boolean | number;
|
|
2432
|
-
user?: UserGenqlSelection;
|
|
2433
|
-
__typename?: boolean | number;
|
|
2434
|
-
__scalar?: boolean | number;
|
|
2435
|
-
}
|
|
2436
2425
|
export interface AthleteReferenceGenqlSelection {
|
|
2437
2426
|
_id?: boolean | number;
|
|
2438
2427
|
firstName?: boolean | number;
|
|
@@ -2457,7 +2446,6 @@ export interface AthleteReferenceGenqlSelection {
|
|
|
2457
2446
|
bannerPicture?: AWSS3FileGenqlSelection;
|
|
2458
2447
|
aboutMe?: boolean | number;
|
|
2459
2448
|
preferences?: AthletePreferencesGenqlSelection;
|
|
2460
|
-
userDomain?: UserDomainGenqlSelection;
|
|
2461
2449
|
__typename?: boolean | number;
|
|
2462
2450
|
__scalar?: boolean | number;
|
|
2463
2451
|
}
|
|
@@ -2485,7 +2473,6 @@ export interface AthleteGenqlSelection {
|
|
|
2485
2473
|
bannerPicture?: AWSS3FileGenqlSelection;
|
|
2486
2474
|
aboutMe?: boolean | number;
|
|
2487
2475
|
preferences?: AthletePreferencesGenqlSelection;
|
|
2488
|
-
userDomain?: UserDomainGenqlSelection;
|
|
2489
2476
|
allSports?: SportGenqlSelection;
|
|
2490
2477
|
teams?: TeamGenqlSelection;
|
|
2491
2478
|
sponsorBrands?: BrandGenqlSelection;
|
|
@@ -2671,6 +2658,14 @@ export interface ReceiptUrlGenqlSelection {
|
|
|
2671
2658
|
__typename?: boolean | number;
|
|
2672
2659
|
__scalar?: boolean | number;
|
|
2673
2660
|
}
|
|
2661
|
+
export interface EditValueResponseGenqlSelection {
|
|
2662
|
+
field?: boolean | number;
|
|
2663
|
+
oldValue?: boolean | number;
|
|
2664
|
+
newValue?: boolean | number;
|
|
2665
|
+
changed?: boolean | number;
|
|
2666
|
+
__typename?: boolean | number;
|
|
2667
|
+
__scalar?: boolean | number;
|
|
2668
|
+
}
|
|
2674
2669
|
export interface ErrorTypeGenqlSelection {
|
|
2675
2670
|
code?: boolean | number;
|
|
2676
2671
|
message?: boolean | number;
|
|
@@ -2685,14 +2680,6 @@ export interface DeleteValuesResponseGenqlSelection {
|
|
|
2685
2680
|
__typename?: boolean | number;
|
|
2686
2681
|
__scalar?: boolean | number;
|
|
2687
2682
|
}
|
|
2688
|
-
export interface EditValueResponseGenqlSelection {
|
|
2689
|
-
field?: boolean | number;
|
|
2690
|
-
oldValue?: boolean | number;
|
|
2691
|
-
newValue?: boolean | number;
|
|
2692
|
-
changed?: boolean | number;
|
|
2693
|
-
__typename?: boolean | number;
|
|
2694
|
-
__scalar?: boolean | number;
|
|
2695
|
-
}
|
|
2696
2683
|
export interface DeleteSingleValueResponseGenqlSelection {
|
|
2697
2684
|
idToDelete?: boolean | number;
|
|
2698
2685
|
deleted?: boolean | number;
|
|
@@ -2745,12 +2732,6 @@ export interface ExistValueResponseGenqlSelection {
|
|
|
2745
2732
|
__typename?: boolean | number;
|
|
2746
2733
|
__scalar?: boolean | number;
|
|
2747
2734
|
}
|
|
2748
|
-
export interface DeleteAthleteResponseGenqlSelection {
|
|
2749
|
-
deletedAthlete?: AthleteReferenceGenqlSelection;
|
|
2750
|
-
success?: boolean | number;
|
|
2751
|
-
__typename?: boolean | number;
|
|
2752
|
-
__scalar?: boolean | number;
|
|
2753
|
-
}
|
|
2754
2735
|
export interface StripeObjectGenqlSelection {
|
|
2755
2736
|
type?: boolean | number;
|
|
2756
2737
|
json?: boolean | number;
|
|
@@ -2847,8 +2828,13 @@ export interface CompetitionResultDto {
|
|
|
2847
2828
|
finishTimeMS?: (Scalars['Float'] | null);
|
|
2848
2829
|
resultWebLink?: (Scalars['String'] | null);
|
|
2849
2830
|
totalParticipants?: (Scalars['Float'] | null);
|
|
2850
|
-
outcome
|
|
2831
|
+
outcome: Scalars['String'];
|
|
2851
2832
|
adversary?: (Scalars['String'] | null);
|
|
2833
|
+
genderPosition?: (Scalars['Float'] | null);
|
|
2834
|
+
genderParticipants?: (Scalars['Float'] | null);
|
|
2835
|
+
categoryPosition?: (Scalars['Float'] | null);
|
|
2836
|
+
categoryParticipants?: (Scalars['Float'] | null);
|
|
2837
|
+
categoryName?: (Scalars['String'] | null);
|
|
2852
2838
|
}
|
|
2853
2839
|
export interface SetCompetitionResultDto {
|
|
2854
2840
|
resultType: Scalars['String'];
|
|
@@ -2857,8 +2843,13 @@ export interface SetCompetitionResultDto {
|
|
|
2857
2843
|
finishTimeMS?: (Scalars['Float'] | null);
|
|
2858
2844
|
resultWebLink?: (Scalars['String'] | null);
|
|
2859
2845
|
totalParticipants?: (Scalars['Float'] | null);
|
|
2860
|
-
outcome
|
|
2846
|
+
outcome: Scalars['String'];
|
|
2861
2847
|
adversary?: (Scalars['String'] | null);
|
|
2848
|
+
genderPosition?: (Scalars['Float'] | null);
|
|
2849
|
+
genderParticipants?: (Scalars['Float'] | null);
|
|
2850
|
+
categoryPosition?: (Scalars['Float'] | null);
|
|
2851
|
+
categoryParticipants?: (Scalars['Float'] | null);
|
|
2852
|
+
categoryName?: (Scalars['String'] | null);
|
|
2862
2853
|
competitionId: Scalars['String'];
|
|
2863
2854
|
}
|
|
2864
2855
|
export interface CreateAthleteCompetitionDto {
|
|
@@ -2972,12 +2963,6 @@ export interface GetHistoricalScoresDto {
|
|
|
2972
2963
|
scoreTypes: Scalars['String'][];
|
|
2973
2964
|
athleteIdOrEmail: Scalars['String'];
|
|
2974
2965
|
}
|
|
2975
|
-
export interface DeleteAthleteDto {
|
|
2976
|
-
userIdentifier: Scalars['String'];
|
|
2977
|
-
}
|
|
2978
|
-
export interface GetAthleteCampaignsDto {
|
|
2979
|
-
athleteId: Scalars['String'];
|
|
2980
|
-
}
|
|
2981
2966
|
export interface QualificationDto {
|
|
2982
2967
|
type: Scalars['String'];
|
|
2983
2968
|
}
|
|
@@ -3085,20 +3070,6 @@ export interface CreateFundingCampaignForDto {
|
|
|
3085
3070
|
competitionIds?: (Scalars['String'][] | null);
|
|
3086
3071
|
loginEmail: Scalars['String'];
|
|
3087
3072
|
}
|
|
3088
|
-
export interface UpdateFundingCampaignDto {
|
|
3089
|
-
budgetMode: Scalars['String'];
|
|
3090
|
-
title: Scalars['String'];
|
|
3091
|
-
motivation: Scalars['String'];
|
|
3092
|
-
website?: (Scalars['String'] | null);
|
|
3093
|
-
fundsRequired: Scalars['Float'];
|
|
3094
|
-
initialFundsObtained?: Scalars['Float'];
|
|
3095
|
-
cityId?: (Scalars['String'] | null);
|
|
3096
|
-
endingDate: Scalars['DateTime'];
|
|
3097
|
-
budget?: (CreateBudgetDto | null);
|
|
3098
|
-
competitionBudgets?: (CreateCompetitionBudgetDto[] | null);
|
|
3099
|
-
competitionIds?: (Scalars['String'][] | null);
|
|
3100
|
-
_id: Scalars['String'];
|
|
3101
|
-
}
|
|
3102
3073
|
export interface SetFundingStatusDto {
|
|
3103
3074
|
fundingCampaignId: Scalars['String'];
|
|
3104
3075
|
newStatus: Scalars['String'];
|
|
@@ -3290,11 +3261,6 @@ export interface QueryGenqlSelection {
|
|
|
3290
3261
|
input: GetMyHistoricalScoresDto;
|
|
3291
3262
|
};
|
|
3292
3263
|
});
|
|
3293
|
-
getAthleteCampaigns?: (FundRaisingCampaignGenqlSelection & {
|
|
3294
|
-
__args: {
|
|
3295
|
-
input: GetAthleteCampaignsDto;
|
|
3296
|
-
};
|
|
3297
|
-
});
|
|
3298
3264
|
getSports?: SportGenqlSelection;
|
|
3299
3265
|
findSportById?: (SportGenqlSelection & {
|
|
3300
3266
|
__args: {
|
|
@@ -3543,16 +3509,6 @@ export interface MutationGenqlSelection {
|
|
|
3543
3509
|
};
|
|
3544
3510
|
});
|
|
3545
3511
|
updateAthleteScores?: AthleteGenqlSelection;
|
|
3546
|
-
deleteAthleteUser?: (DeleteAthleteResponseGenqlSelection & {
|
|
3547
|
-
__args: {
|
|
3548
|
-
input: DeleteAthleteDto;
|
|
3549
|
-
};
|
|
3550
|
-
});
|
|
3551
|
-
setCurrentCampaign?: (FundRaisingCampaignGenqlSelection & {
|
|
3552
|
-
__args: {
|
|
3553
|
-
input: SetCurrentCampaignDto;
|
|
3554
|
-
};
|
|
3555
|
-
});
|
|
3556
3512
|
createSport?: (SportGenqlSelection & {
|
|
3557
3513
|
__args: {
|
|
3558
3514
|
input: CreateSportDto;
|
|
@@ -3629,11 +3585,6 @@ export interface MutationGenqlSelection {
|
|
|
3629
3585
|
input: resetPasswordDto;
|
|
3630
3586
|
};
|
|
3631
3587
|
});
|
|
3632
|
-
updateUserSuspendedStatus?: (UserGenqlSelection & {
|
|
3633
|
-
__args: {
|
|
3634
|
-
input: UpdateUserSuspendedStatusDto;
|
|
3635
|
-
};
|
|
3636
|
-
});
|
|
3637
3588
|
handleStravaCallback?: (StravaTokenGenqlSelection & {
|
|
3638
3589
|
__args: {
|
|
3639
3590
|
data: RegisterStravaDto;
|
|
@@ -3659,21 +3610,6 @@ export interface MutationGenqlSelection {
|
|
|
3659
3610
|
input: CreateFundingCampaignDto;
|
|
3660
3611
|
};
|
|
3661
3612
|
});
|
|
3662
|
-
updateFundingCampaign?: (FundRaisingCampaignGenqlSelection & {
|
|
3663
|
-
__args: {
|
|
3664
|
-
input: UpdateFundingCampaignDto;
|
|
3665
|
-
};
|
|
3666
|
-
});
|
|
3667
|
-
deleteFundingCampaign?: (DeleteSingleValueResponseGenqlSelection & {
|
|
3668
|
-
__args: {
|
|
3669
|
-
input: DeleteSingleValueDto;
|
|
3670
|
-
};
|
|
3671
|
-
});
|
|
3672
|
-
deleteFundingCampaigns?: (DeleteValuesResponseGenqlSelection & {
|
|
3673
|
-
__args: {
|
|
3674
|
-
input: DeleteValuesDto;
|
|
3675
|
-
};
|
|
3676
|
-
});
|
|
3677
3613
|
createMembershipOrganization?: (MembershipOrganizationReferenceGenqlSelection & {
|
|
3678
3614
|
__args: {
|
|
3679
3615
|
input: CreateMembershipOrganizationDto;
|
|
@@ -3803,9 +3739,6 @@ export interface EditValueDto {
|
|
|
3803
3739
|
field: Scalars['String'];
|
|
3804
3740
|
newValue?: (Scalars['String'] | null);
|
|
3805
3741
|
}
|
|
3806
|
-
export interface SetCurrentCampaignDto {
|
|
3807
|
-
campaignId: Scalars['String'];
|
|
3808
|
-
}
|
|
3809
3742
|
export interface CreateSportDto {
|
|
3810
3743
|
_id: Scalars['String'];
|
|
3811
3744
|
name: Scalars['String'];
|
|
@@ -3914,10 +3847,6 @@ export interface CreateCityDto {
|
|
|
3914
3847
|
ranking?: (Scalars['Float'] | null);
|
|
3915
3848
|
same_name?: (Scalars['String'] | null);
|
|
3916
3849
|
}
|
|
3917
|
-
export interface UpdateUserSuspendedStatusDto {
|
|
3918
|
-
userId: Scalars['String'];
|
|
3919
|
-
suspended: Scalars['Boolean'];
|
|
3920
|
-
}
|
|
3921
3850
|
export interface RegisterStravaDto {
|
|
3922
3851
|
idAthlete: Scalars['String'];
|
|
3923
3852
|
code: Scalars['String'];
|
|
@@ -4162,6 +4091,12 @@ export declare const isBudgetItem: (obj?: {
|
|
|
4162
4091
|
export declare const isBudget: (obj?: {
|
|
4163
4092
|
__typename?: any;
|
|
4164
4093
|
} | null) => obj is Budget;
|
|
4094
|
+
export declare const isPhotoAlbum: (obj?: {
|
|
4095
|
+
__typename?: any;
|
|
4096
|
+
} | null) => obj is PhotoAlbum;
|
|
4097
|
+
export declare const isAlbum: (obj?: {
|
|
4098
|
+
__typename?: any;
|
|
4099
|
+
} | null) => obj is Album;
|
|
4165
4100
|
export declare const isAthleteCompetition: (obj?: {
|
|
4166
4101
|
__typename?: any;
|
|
4167
4102
|
} | null) => obj is AthleteCompetition;
|
|
@@ -4180,12 +4115,6 @@ export declare const isNewsLink: (obj?: {
|
|
|
4180
4115
|
export declare const isChannel: (obj?: {
|
|
4181
4116
|
__typename?: any;
|
|
4182
4117
|
} | null) => obj is Channel;
|
|
4183
|
-
export declare const isPhotoAlbum: (obj?: {
|
|
4184
|
-
__typename?: any;
|
|
4185
|
-
} | null) => obj is PhotoAlbum;
|
|
4186
|
-
export declare const isAlbum: (obj?: {
|
|
4187
|
-
__typename?: any;
|
|
4188
|
-
} | null) => obj is Album;
|
|
4189
4118
|
export declare const isAthletePreferences: (obj?: {
|
|
4190
4119
|
__typename?: any;
|
|
4191
4120
|
} | null) => obj is AthletePreferences;
|
|
@@ -4219,9 +4148,6 @@ export declare const isStripeAccountReference: (obj?: {
|
|
|
4219
4148
|
export declare const isHistoricalScoreType: (obj?: {
|
|
4220
4149
|
__typename?: any;
|
|
4221
4150
|
} | null) => obj is HistoricalScoreType;
|
|
4222
|
-
export declare const isUserDomain: (obj?: {
|
|
4223
|
-
__typename?: any;
|
|
4224
|
-
} | null) => obj is UserDomain;
|
|
4225
4151
|
export declare const isAthleteReference: (obj?: {
|
|
4226
4152
|
__typename?: any;
|
|
4227
4153
|
} | null) => obj is AthleteReference;
|
|
@@ -4279,15 +4205,15 @@ export declare const isReceipt: (obj?: {
|
|
|
4279
4205
|
export declare const isReceiptUrl: (obj?: {
|
|
4280
4206
|
__typename?: any;
|
|
4281
4207
|
} | null) => obj is ReceiptUrl;
|
|
4208
|
+
export declare const isEditValueResponse: (obj?: {
|
|
4209
|
+
__typename?: any;
|
|
4210
|
+
} | null) => obj is EditValueResponse;
|
|
4282
4211
|
export declare const isErrorType: (obj?: {
|
|
4283
4212
|
__typename?: any;
|
|
4284
4213
|
} | null) => obj is ErrorType;
|
|
4285
4214
|
export declare const isDeleteValuesResponse: (obj?: {
|
|
4286
4215
|
__typename?: any;
|
|
4287
4216
|
} | null) => obj is DeleteValuesResponse;
|
|
4288
|
-
export declare const isEditValueResponse: (obj?: {
|
|
4289
|
-
__typename?: any;
|
|
4290
|
-
} | null) => obj is EditValueResponse;
|
|
4291
4217
|
export declare const isDeleteSingleValueResponse: (obj?: {
|
|
4292
4218
|
__typename?: any;
|
|
4293
4219
|
} | null) => obj is DeleteSingleValueResponse;
|
|
@@ -4309,9 +4235,6 @@ export declare const isAddValuesResponse: (obj?: {
|
|
|
4309
4235
|
export declare const isExistValueResponse: (obj?: {
|
|
4310
4236
|
__typename?: any;
|
|
4311
4237
|
} | null) => obj is ExistValueResponse;
|
|
4312
|
-
export declare const isDeleteAthleteResponse: (obj?: {
|
|
4313
|
-
__typename?: any;
|
|
4314
|
-
} | null) => obj is DeleteAthleteResponse;
|
|
4315
4238
|
export declare const isStripeObject: (obj?: {
|
|
4316
4239
|
__typename?: any;
|
|
4317
4240
|
} | null) => obj is StripeObject;
|