@vertikalx/vtx-backend-client 1.0.0-dev.2 → 1.0.0-dev.21
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 +3 -2
- package/src/api/api-call-headers.d.ts +16 -0
- package/src/api/api-call-headers.js +20 -0
- package/src/api/api-call-headers.js.map +1 -0
- package/src/api/backend-response.d.ts +4 -0
- package/src/api/backend-response.js +3 -0
- package/src/api/backend-response.js.map +1 -0
- package/src/api/response-builder.d.ts +4 -0
- package/src/api/response-builder.js +63 -0
- package/src/api/response-builder.js.map +1 -0
- package/src/api/vtx-apikey-api.d.ts +6 -0
- package/src/api/vtx-apikey-api.js +19 -0
- package/src/api/vtx-apikey-api.js.map +1 -0
- package/src/api/vtx-base-api.d.ts +23 -0
- package/src/api/vtx-base-api.js +752 -0
- package/src/api/vtx-base-api.js.map +1 -0
- package/src/api/vtx-mobile-api.d.ts +6 -0
- package/src/api/vtx-mobile-api.js +27 -0
- package/src/api/vtx-mobile-api.js.map +1 -0
- package/src/api/vtx-web-browser-api.d.ts +7 -0
- package/src/api/vtx-web-browser-api.js +36 -0
- package/src/api/vtx-web-browser-api.js.map +1 -0
- package/src/api/vtx-web-server-api.d.ts +7 -0
- package/src/api/vtx-web-server-api.js +33 -0
- package/src/api/vtx-web-server-api.js.map +1 -0
- package/src/client/index.js.map +1 -0
- package/src/client/runtime/batcher.js.map +1 -0
- package/{runtime → src/client/runtime}/createClient.d.ts +4 -10
- package/src/client/runtime/createClient.js.map +1 -0
- package/src/client/runtime/error.js.map +1 -0
- package/src/client/runtime/fetcher.js.map +1 -0
- package/{runtime → src/client/runtime}/generateGraphqlOperation.d.ts +1 -1
- package/src/client/runtime/generateGraphqlOperation.js.map +1 -0
- package/src/client/runtime/index.js.map +1 -0
- package/src/client/runtime/linkTypeMap.js.map +1 -0
- package/src/client/runtime/typeSelection.js.map +1 -0
- package/src/client/runtime/types.js.map +1 -0
- package/src/client/schema.d.ts +985 -0
- package/src/client/schema.graphql +433 -0
- package/src/client/schema.js +235 -0
- package/src/client/schema.js.map +1 -0
- package/src/client/types.d.ts +499 -0
- package/src/client/types.js +1292 -0
- package/src/client/types.js.map +1 -0
- package/src/index.d.ts +9 -0
- package/src/index.js +26 -0
- package/src/index.js.map +1 -0
- package/tsconfig.lib.tsbuildinfo +1 -1
- package/index.js.map +0 -1
- package/index.ts +0 -65
- package/runtime/batcher.js.map +0 -1
- package/runtime/batcher.ts +0 -275
- package/runtime/createClient.js.map +0 -1
- package/runtime/createClient.ts +0 -68
- package/runtime/error.js.map +0 -1
- package/runtime/error.ts +0 -29
- package/runtime/fetcher.js.map +0 -1
- package/runtime/fetcher.ts +0 -97
- package/runtime/generateGraphqlOperation.js.map +0 -1
- package/runtime/generateGraphqlOperation.ts +0 -225
- package/runtime/index.js.map +0 -1
- package/runtime/index.ts +0 -13
- package/runtime/linkTypeMap.js.map +0 -1
- package/runtime/linkTypeMap.ts +0 -156
- package/runtime/typeSelection.js.map +0 -1
- package/runtime/typeSelection.ts +0 -95
- package/runtime/types.js.map +0 -1
- package/runtime/types.ts +0 -69
- package/schema.d.ts +0 -406
- package/schema.graphql +0 -162
- package/schema.js +0 -109
- package/schema.js.map +0 -1
- package/schema.ts +0 -420
- package/types.d.ts +0 -207
- package/types.js +0 -518
- package/types.js.map +0 -1
- package/types.ts +0 -515
- /package/{index.d.ts → src/client/index.d.ts} +0 -0
- /package/{index.js → src/client/index.js} +0 -0
- /package/{runtime → src/client/runtime}/batcher.d.ts +0 -0
- /package/{runtime → src/client/runtime}/batcher.js +0 -0
- /package/{runtime → src/client/runtime}/createClient.js +0 -0
- /package/{runtime → src/client/runtime}/error.d.ts +0 -0
- /package/{runtime → src/client/runtime}/error.js +0 -0
- /package/{runtime → src/client/runtime}/fetcher.d.ts +0 -0
- /package/{runtime → src/client/runtime}/fetcher.js +0 -0
- /package/{runtime → src/client/runtime}/generateGraphqlOperation.js +0 -0
- /package/{runtime → src/client/runtime}/index.d.ts +0 -0
- /package/{runtime → src/client/runtime}/index.js +0 -0
- /package/{runtime → src/client/runtime}/linkTypeMap.d.ts +0 -0
- /package/{runtime → src/client/runtime}/linkTypeMap.js +0 -0
- /package/{runtime → src/client/runtime}/typeSelection.d.ts +0 -0
- /package/{runtime → src/client/runtime}/typeSelection.js +0 -0
- /package/{runtime → src/client/runtime}/types.d.ts +0 -0
- /package/{runtime → src/client/runtime}/types.js +0 -0
package/schema.d.ts
DELETED
|
@@ -1,406 +0,0 @@
|
|
|
1
|
-
export type Scalars = {
|
|
2
|
-
String: string;
|
|
3
|
-
Boolean: boolean;
|
|
4
|
-
};
|
|
5
|
-
export interface ApiKey {
|
|
6
|
-
_id: Scalars['String'];
|
|
7
|
-
keyName: Scalars['String'];
|
|
8
|
-
readAccess: Scalars['Boolean'];
|
|
9
|
-
writeAccess: Scalars['Boolean'];
|
|
10
|
-
__typename: 'ApiKey';
|
|
11
|
-
}
|
|
12
|
-
export interface ApiKeyWithValue {
|
|
13
|
-
_id: Scalars['String'];
|
|
14
|
-
keyName: Scalars['String'];
|
|
15
|
-
readAccess: Scalars['Boolean'];
|
|
16
|
-
writeAccess: Scalars['Boolean'];
|
|
17
|
-
actualKey: Scalars['String'];
|
|
18
|
-
__typename: 'ApiKeyWithValue';
|
|
19
|
-
}
|
|
20
|
-
export interface UserToken {
|
|
21
|
-
actualToken: Scalars['String'];
|
|
22
|
-
refreshToken: Scalars['String'];
|
|
23
|
-
__typename: 'UserToken';
|
|
24
|
-
}
|
|
25
|
-
export interface Domain {
|
|
26
|
-
_id: Scalars['String'];
|
|
27
|
-
name: Scalars['String'];
|
|
28
|
-
description: (Scalars['String'] | null);
|
|
29
|
-
__typename: 'Domain';
|
|
30
|
-
}
|
|
31
|
-
export interface User {
|
|
32
|
-
_id: Scalars['String'];
|
|
33
|
-
loginEmail: Scalars['String'];
|
|
34
|
-
suspended: Scalars['Boolean'];
|
|
35
|
-
domains: (Domain[] | null);
|
|
36
|
-
__typename: 'User';
|
|
37
|
-
}
|
|
38
|
-
export interface UserWithToken {
|
|
39
|
-
_id: Scalars['String'];
|
|
40
|
-
loginEmail: Scalars['String'];
|
|
41
|
-
suspended: Scalars['Boolean'];
|
|
42
|
-
domains: (Domain[] | null);
|
|
43
|
-
token: UserToken;
|
|
44
|
-
__typename: 'UserWithToken';
|
|
45
|
-
}
|
|
46
|
-
export interface Tenant {
|
|
47
|
-
_id: Scalars['String'];
|
|
48
|
-
name: Scalars['String'];
|
|
49
|
-
email: Scalars['String'];
|
|
50
|
-
tenant_uri: Scalars['String'];
|
|
51
|
-
__typename: 'Tenant';
|
|
52
|
-
}
|
|
53
|
-
export interface UriAvailableType {
|
|
54
|
-
available: Scalars['Boolean'];
|
|
55
|
-
valid: Scalars['Boolean'];
|
|
56
|
-
__typename: 'UriAvailableType';
|
|
57
|
-
}
|
|
58
|
-
export interface TenantWithUserLogin {
|
|
59
|
-
_id: Scalars['String'];
|
|
60
|
-
name: Scalars['String'];
|
|
61
|
-
email: Scalars['String'];
|
|
62
|
-
tenant_uri: Scalars['String'];
|
|
63
|
-
user: UserWithToken;
|
|
64
|
-
__typename: 'TenantWithUserLogin';
|
|
65
|
-
}
|
|
66
|
-
export interface TenantUserTokenWithInfo {
|
|
67
|
-
actualToken: Scalars['String'];
|
|
68
|
-
refreshToken: Scalars['String'];
|
|
69
|
-
tenantId: Scalars['String'];
|
|
70
|
-
tenantUri: Scalars['String'];
|
|
71
|
-
loginEmail: Scalars['String'];
|
|
72
|
-
__typename: 'TenantUserTokenWithInfo';
|
|
73
|
-
}
|
|
74
|
-
export interface Brand {
|
|
75
|
-
_id: Scalars['String'];
|
|
76
|
-
name: Scalars['String'];
|
|
77
|
-
description: (Scalars['String'] | null);
|
|
78
|
-
approved: Scalars['Boolean'];
|
|
79
|
-
published: Scalars['Boolean'];
|
|
80
|
-
__typename: 'Brand';
|
|
81
|
-
}
|
|
82
|
-
export interface Sponsor {
|
|
83
|
-
_id: Scalars['String'];
|
|
84
|
-
name: Scalars['String'];
|
|
85
|
-
__typename: 'Sponsor';
|
|
86
|
-
}
|
|
87
|
-
export interface Industry {
|
|
88
|
-
_id: Scalars['String'];
|
|
89
|
-
name: Scalars['String'];
|
|
90
|
-
__typename: 'Industry';
|
|
91
|
-
}
|
|
92
|
-
export interface Query {
|
|
93
|
-
tenant: Tenant;
|
|
94
|
-
tenantByEmail: Tenant;
|
|
95
|
-
tenants: Tenant[];
|
|
96
|
-
isTenantUriAvailable: UriAvailableType;
|
|
97
|
-
tenantApiKeys: ApiKey[];
|
|
98
|
-
nontenantedUserById: User;
|
|
99
|
-
nontenantedUserByEmail: User;
|
|
100
|
-
industries: Industry[];
|
|
101
|
-
findIndustryById: Industry;
|
|
102
|
-
brands: Brand[];
|
|
103
|
-
existsValidSponsorForEmail: Sponsor;
|
|
104
|
-
__typename: 'Query';
|
|
105
|
-
}
|
|
106
|
-
export interface Mutation {
|
|
107
|
-
createTenant: Tenant;
|
|
108
|
-
createTenantApiKey: ApiKey;
|
|
109
|
-
createTenantApiKeyWithSystemKey: ApiKeyWithValue;
|
|
110
|
-
createTenantWithLogin: TenantWithUserLogin;
|
|
111
|
-
createTenantUserToken: TenantUserTokenWithInfo;
|
|
112
|
-
createTenantUserTokenFromEmailAndUri: TenantUserTokenWithInfo;
|
|
113
|
-
createNonTenantedUserWithLogin: UserWithToken;
|
|
114
|
-
createNonTenantUserTokenFromEmail: UserToken;
|
|
115
|
-
createIndustry: Industry;
|
|
116
|
-
createBrand: Brand;
|
|
117
|
-
registerSponsor: Sponsor;
|
|
118
|
-
__typename: 'Mutation';
|
|
119
|
-
}
|
|
120
|
-
export interface ApiKeyGenqlSelection {
|
|
121
|
-
_id?: boolean | number;
|
|
122
|
-
keyName?: boolean | number;
|
|
123
|
-
readAccess?: boolean | number;
|
|
124
|
-
writeAccess?: boolean | number;
|
|
125
|
-
__typename?: boolean | number;
|
|
126
|
-
__scalar?: boolean | number;
|
|
127
|
-
}
|
|
128
|
-
export interface ApiKeyWithValueGenqlSelection {
|
|
129
|
-
_id?: boolean | number;
|
|
130
|
-
keyName?: boolean | number;
|
|
131
|
-
readAccess?: boolean | number;
|
|
132
|
-
writeAccess?: boolean | number;
|
|
133
|
-
actualKey?: boolean | number;
|
|
134
|
-
__typename?: boolean | number;
|
|
135
|
-
__scalar?: boolean | number;
|
|
136
|
-
}
|
|
137
|
-
export interface UserTokenGenqlSelection {
|
|
138
|
-
actualToken?: boolean | number;
|
|
139
|
-
refreshToken?: boolean | number;
|
|
140
|
-
__typename?: boolean | number;
|
|
141
|
-
__scalar?: boolean | number;
|
|
142
|
-
}
|
|
143
|
-
export interface DomainGenqlSelection {
|
|
144
|
-
_id?: boolean | number;
|
|
145
|
-
name?: boolean | number;
|
|
146
|
-
description?: boolean | number;
|
|
147
|
-
__typename?: boolean | number;
|
|
148
|
-
__scalar?: boolean | number;
|
|
149
|
-
}
|
|
150
|
-
export interface UserGenqlSelection {
|
|
151
|
-
_id?: boolean | number;
|
|
152
|
-
loginEmail?: boolean | number;
|
|
153
|
-
suspended?: boolean | number;
|
|
154
|
-
domains?: DomainGenqlSelection;
|
|
155
|
-
__typename?: boolean | number;
|
|
156
|
-
__scalar?: boolean | number;
|
|
157
|
-
}
|
|
158
|
-
export interface UserWithTokenGenqlSelection {
|
|
159
|
-
_id?: boolean | number;
|
|
160
|
-
loginEmail?: boolean | number;
|
|
161
|
-
suspended?: boolean | number;
|
|
162
|
-
domains?: DomainGenqlSelection;
|
|
163
|
-
token?: UserTokenGenqlSelection;
|
|
164
|
-
__typename?: boolean | number;
|
|
165
|
-
__scalar?: boolean | number;
|
|
166
|
-
}
|
|
167
|
-
export interface TenantGenqlSelection {
|
|
168
|
-
_id?: boolean | number;
|
|
169
|
-
name?: boolean | number;
|
|
170
|
-
email?: boolean | number;
|
|
171
|
-
tenant_uri?: boolean | number;
|
|
172
|
-
__typename?: boolean | number;
|
|
173
|
-
__scalar?: boolean | number;
|
|
174
|
-
}
|
|
175
|
-
export interface UriAvailableTypeGenqlSelection {
|
|
176
|
-
available?: boolean | number;
|
|
177
|
-
valid?: boolean | number;
|
|
178
|
-
__typename?: boolean | number;
|
|
179
|
-
__scalar?: boolean | number;
|
|
180
|
-
}
|
|
181
|
-
export interface TenantWithUserLoginGenqlSelection {
|
|
182
|
-
_id?: boolean | number;
|
|
183
|
-
name?: boolean | number;
|
|
184
|
-
email?: boolean | number;
|
|
185
|
-
tenant_uri?: boolean | number;
|
|
186
|
-
user?: UserWithTokenGenqlSelection;
|
|
187
|
-
__typename?: boolean | number;
|
|
188
|
-
__scalar?: boolean | number;
|
|
189
|
-
}
|
|
190
|
-
export interface TenantUserTokenWithInfoGenqlSelection {
|
|
191
|
-
actualToken?: boolean | number;
|
|
192
|
-
refreshToken?: boolean | number;
|
|
193
|
-
tenantId?: boolean | number;
|
|
194
|
-
tenantUri?: boolean | number;
|
|
195
|
-
loginEmail?: boolean | number;
|
|
196
|
-
__typename?: boolean | number;
|
|
197
|
-
__scalar?: boolean | number;
|
|
198
|
-
}
|
|
199
|
-
export interface BrandGenqlSelection {
|
|
200
|
-
_id?: boolean | number;
|
|
201
|
-
name?: boolean | number;
|
|
202
|
-
description?: boolean | number;
|
|
203
|
-
approved?: boolean | number;
|
|
204
|
-
published?: boolean | number;
|
|
205
|
-
__typename?: boolean | number;
|
|
206
|
-
__scalar?: boolean | number;
|
|
207
|
-
}
|
|
208
|
-
export interface SponsorGenqlSelection {
|
|
209
|
-
_id?: boolean | number;
|
|
210
|
-
name?: boolean | number;
|
|
211
|
-
__typename?: boolean | number;
|
|
212
|
-
__scalar?: boolean | number;
|
|
213
|
-
}
|
|
214
|
-
export interface IndustryGenqlSelection {
|
|
215
|
-
_id?: boolean | number;
|
|
216
|
-
name?: boolean | number;
|
|
217
|
-
__typename?: boolean | number;
|
|
218
|
-
__scalar?: boolean | number;
|
|
219
|
-
}
|
|
220
|
-
export interface QueryGenqlSelection {
|
|
221
|
-
tenant?: (TenantGenqlSelection & {
|
|
222
|
-
__args: {
|
|
223
|
-
_id: Scalars['String'];
|
|
224
|
-
};
|
|
225
|
-
});
|
|
226
|
-
tenantByEmail?: (TenantGenqlSelection & {
|
|
227
|
-
__args: {
|
|
228
|
-
email: Scalars['String'];
|
|
229
|
-
};
|
|
230
|
-
});
|
|
231
|
-
tenants?: TenantGenqlSelection;
|
|
232
|
-
isTenantUriAvailable?: (UriAvailableTypeGenqlSelection & {
|
|
233
|
-
__args: {
|
|
234
|
-
tenant_uri: Scalars['String'];
|
|
235
|
-
};
|
|
236
|
-
});
|
|
237
|
-
tenantApiKeys?: ApiKeyGenqlSelection;
|
|
238
|
-
nontenantedUserById?: (UserGenqlSelection & {
|
|
239
|
-
__args: {
|
|
240
|
-
_id: Scalars['String'];
|
|
241
|
-
};
|
|
242
|
-
});
|
|
243
|
-
nontenantedUserByEmail?: (UserGenqlSelection & {
|
|
244
|
-
__args: {
|
|
245
|
-
email: Scalars['String'];
|
|
246
|
-
};
|
|
247
|
-
});
|
|
248
|
-
industries?: IndustryGenqlSelection;
|
|
249
|
-
findIndustryById?: (IndustryGenqlSelection & {
|
|
250
|
-
__args: {
|
|
251
|
-
industryId: Scalars['String'];
|
|
252
|
-
};
|
|
253
|
-
});
|
|
254
|
-
brands?: BrandGenqlSelection;
|
|
255
|
-
existsValidSponsorForEmail?: (SponsorGenqlSelection & {
|
|
256
|
-
__args: {
|
|
257
|
-
loginEmail: Scalars['String'];
|
|
258
|
-
};
|
|
259
|
-
});
|
|
260
|
-
__typename?: boolean | number;
|
|
261
|
-
__scalar?: boolean | number;
|
|
262
|
-
}
|
|
263
|
-
export interface MutationGenqlSelection {
|
|
264
|
-
createTenant?: (TenantGenqlSelection & {
|
|
265
|
-
__args: {
|
|
266
|
-
tenant: CreateTenantInput;
|
|
267
|
-
};
|
|
268
|
-
});
|
|
269
|
-
createTenantApiKey?: (ApiKeyGenqlSelection & {
|
|
270
|
-
__args: {
|
|
271
|
-
newKeyInfo: CreateApiKeyInput;
|
|
272
|
-
};
|
|
273
|
-
});
|
|
274
|
-
createTenantApiKeyWithSystemKey?: (ApiKeyWithValueGenqlSelection & {
|
|
275
|
-
__args: {
|
|
276
|
-
newKeyInfo: CreateApiKeyInput;
|
|
277
|
-
};
|
|
278
|
-
});
|
|
279
|
-
createTenantWithLogin?: (TenantWithUserLoginGenqlSelection & {
|
|
280
|
-
__args: {
|
|
281
|
-
tenant: CreateTenantInput;
|
|
282
|
-
};
|
|
283
|
-
});
|
|
284
|
-
createTenantUserToken?: (TenantUserTokenWithInfoGenqlSelection & {
|
|
285
|
-
__args: {
|
|
286
|
-
requestTokenDto: CreateTenantUserTokenDto;
|
|
287
|
-
};
|
|
288
|
-
});
|
|
289
|
-
createTenantUserTokenFromEmailAndUri?: (TenantUserTokenWithInfoGenqlSelection & {
|
|
290
|
-
__args: {
|
|
291
|
-
requestTokenInfoDto: CreateTenantUserTokenFromEmailAndUriDto;
|
|
292
|
-
};
|
|
293
|
-
});
|
|
294
|
-
createNonTenantedUserWithLogin?: (UserWithTokenGenqlSelection & {
|
|
295
|
-
__args: {
|
|
296
|
-
user: CreateActiveUserInput;
|
|
297
|
-
};
|
|
298
|
-
});
|
|
299
|
-
createNonTenantUserTokenFromEmail?: (UserTokenGenqlSelection & {
|
|
300
|
-
__args: {
|
|
301
|
-
email: Scalars['String'];
|
|
302
|
-
};
|
|
303
|
-
});
|
|
304
|
-
createIndustry?: (IndustryGenqlSelection & {
|
|
305
|
-
__args: {
|
|
306
|
-
input: CreateIndustryDto;
|
|
307
|
-
};
|
|
308
|
-
});
|
|
309
|
-
createBrand?: (BrandGenqlSelection & {
|
|
310
|
-
__args: {
|
|
311
|
-
input: CreateBrandDto;
|
|
312
|
-
};
|
|
313
|
-
});
|
|
314
|
-
registerSponsor?: (SponsorGenqlSelection & {
|
|
315
|
-
__args: {
|
|
316
|
-
input: RegisterSponsorInput;
|
|
317
|
-
};
|
|
318
|
-
});
|
|
319
|
-
__typename?: boolean | number;
|
|
320
|
-
__scalar?: boolean | number;
|
|
321
|
-
}
|
|
322
|
-
export interface CreateTenantInput {
|
|
323
|
-
name: Scalars['String'];
|
|
324
|
-
email: Scalars['String'];
|
|
325
|
-
tenant_uri: Scalars['String'];
|
|
326
|
-
}
|
|
327
|
-
export interface CreateApiKeyInput {
|
|
328
|
-
keyName: Scalars['String'];
|
|
329
|
-
readAccess: Scalars['Boolean'];
|
|
330
|
-
writeAccess: Scalars['Boolean'];
|
|
331
|
-
}
|
|
332
|
-
export interface CreateTenantUserTokenDto {
|
|
333
|
-
requestToken: Scalars['String'];
|
|
334
|
-
}
|
|
335
|
-
export interface CreateTenantUserTokenFromEmailAndUriDto {
|
|
336
|
-
email: Scalars['String'];
|
|
337
|
-
tenant_uri: Scalars['String'];
|
|
338
|
-
}
|
|
339
|
-
export interface CreateActiveUserInput {
|
|
340
|
-
loginEmail: Scalars['String'];
|
|
341
|
-
password?: (Scalars['String'] | null);
|
|
342
|
-
}
|
|
343
|
-
export interface CreateIndustryDto {
|
|
344
|
-
name: Scalars['String'];
|
|
345
|
-
}
|
|
346
|
-
export interface CreateBrandDto {
|
|
347
|
-
name: Scalars['String'];
|
|
348
|
-
description?: (Scalars['String'] | null);
|
|
349
|
-
}
|
|
350
|
-
export interface RegisterSponsorInput {
|
|
351
|
-
name: Scalars['String'];
|
|
352
|
-
phone?: (Scalars['String'] | null);
|
|
353
|
-
hasWhatsapp?: Scalars['Boolean'];
|
|
354
|
-
companyName?: (Scalars['String'] | null);
|
|
355
|
-
companyEmail: Scalars['String'];
|
|
356
|
-
industryId: Scalars['String'];
|
|
357
|
-
companySize: Scalars['String'];
|
|
358
|
-
operatorType: Scalars['String'];
|
|
359
|
-
numberOfAthletes: Scalars['String'];
|
|
360
|
-
brands: Scalars['String'][];
|
|
361
|
-
}
|
|
362
|
-
export declare const isApiKey: (obj?: {
|
|
363
|
-
__typename?: any;
|
|
364
|
-
} | null) => obj is ApiKey;
|
|
365
|
-
export declare const isApiKeyWithValue: (obj?: {
|
|
366
|
-
__typename?: any;
|
|
367
|
-
} | null) => obj is ApiKeyWithValue;
|
|
368
|
-
export declare const isUserToken: (obj?: {
|
|
369
|
-
__typename?: any;
|
|
370
|
-
} | null) => obj is UserToken;
|
|
371
|
-
export declare const isDomain: (obj?: {
|
|
372
|
-
__typename?: any;
|
|
373
|
-
} | null) => obj is Domain;
|
|
374
|
-
export declare const isUser: (obj?: {
|
|
375
|
-
__typename?: any;
|
|
376
|
-
} | null) => obj is User;
|
|
377
|
-
export declare const isUserWithToken: (obj?: {
|
|
378
|
-
__typename?: any;
|
|
379
|
-
} | null) => obj is UserWithToken;
|
|
380
|
-
export declare const isTenant: (obj?: {
|
|
381
|
-
__typename?: any;
|
|
382
|
-
} | null) => obj is Tenant;
|
|
383
|
-
export declare const isUriAvailableType: (obj?: {
|
|
384
|
-
__typename?: any;
|
|
385
|
-
} | null) => obj is UriAvailableType;
|
|
386
|
-
export declare const isTenantWithUserLogin: (obj?: {
|
|
387
|
-
__typename?: any;
|
|
388
|
-
} | null) => obj is TenantWithUserLogin;
|
|
389
|
-
export declare const isTenantUserTokenWithInfo: (obj?: {
|
|
390
|
-
__typename?: any;
|
|
391
|
-
} | null) => obj is TenantUserTokenWithInfo;
|
|
392
|
-
export declare const isBrand: (obj?: {
|
|
393
|
-
__typename?: any;
|
|
394
|
-
} | null) => obj is Brand;
|
|
395
|
-
export declare const isSponsor: (obj?: {
|
|
396
|
-
__typename?: any;
|
|
397
|
-
} | null) => obj is Sponsor;
|
|
398
|
-
export declare const isIndustry: (obj?: {
|
|
399
|
-
__typename?: any;
|
|
400
|
-
} | null) => obj is Industry;
|
|
401
|
-
export declare const isQuery: (obj?: {
|
|
402
|
-
__typename?: any;
|
|
403
|
-
} | null) => obj is Query;
|
|
404
|
-
export declare const isMutation: (obj?: {
|
|
405
|
-
__typename?: any;
|
|
406
|
-
} | null) => obj is Mutation;
|
package/schema.graphql
DELETED
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
type ApiKey {
|
|
2
|
-
_id: String!
|
|
3
|
-
keyName: String!
|
|
4
|
-
readAccess: Boolean!
|
|
5
|
-
writeAccess: Boolean!
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
type ApiKeyWithValue {
|
|
9
|
-
_id: String!
|
|
10
|
-
keyName: String!
|
|
11
|
-
readAccess: Boolean!
|
|
12
|
-
writeAccess: Boolean!
|
|
13
|
-
actualKey: String!
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
type UserToken {
|
|
17
|
-
actualToken: String!
|
|
18
|
-
refreshToken: String!
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
type Domain {
|
|
22
|
-
_id: String!
|
|
23
|
-
name: String!
|
|
24
|
-
description: String
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
type User {
|
|
28
|
-
_id: String!
|
|
29
|
-
loginEmail: String!
|
|
30
|
-
suspended: Boolean!
|
|
31
|
-
domains: [Domain!]
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
type UserWithToken {
|
|
35
|
-
_id: String!
|
|
36
|
-
loginEmail: String!
|
|
37
|
-
suspended: Boolean!
|
|
38
|
-
domains: [Domain!]
|
|
39
|
-
token: UserToken!
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
type Tenant {
|
|
43
|
-
_id: String!
|
|
44
|
-
name: String!
|
|
45
|
-
email: String!
|
|
46
|
-
tenant_uri: String!
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
type UriAvailableType {
|
|
50
|
-
available: Boolean!
|
|
51
|
-
valid: Boolean!
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
type TenantWithUserLogin {
|
|
55
|
-
_id: String!
|
|
56
|
-
name: String!
|
|
57
|
-
email: String!
|
|
58
|
-
tenant_uri: String!
|
|
59
|
-
user: UserWithToken!
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
type TenantUserTokenWithInfo {
|
|
63
|
-
actualToken: String!
|
|
64
|
-
refreshToken: String!
|
|
65
|
-
tenantId: String!
|
|
66
|
-
tenantUri: String!
|
|
67
|
-
loginEmail: String!
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
type Brand {
|
|
71
|
-
_id: String!
|
|
72
|
-
name: String!
|
|
73
|
-
description: String
|
|
74
|
-
approved: Boolean!
|
|
75
|
-
published: Boolean!
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
type Sponsor {
|
|
79
|
-
_id: String!
|
|
80
|
-
name: String!
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
type Industry {
|
|
84
|
-
_id: String!
|
|
85
|
-
name: String!
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
type Query {
|
|
89
|
-
tenant(_id: String!): Tenant!
|
|
90
|
-
tenantByEmail(email: String!): Tenant!
|
|
91
|
-
tenants: [Tenant!]!
|
|
92
|
-
isTenantUriAvailable(tenant_uri: String!): UriAvailableType!
|
|
93
|
-
tenantApiKeys: [ApiKey!]!
|
|
94
|
-
nontenantedUserById(_id: String!): User!
|
|
95
|
-
nontenantedUserByEmail(email: String!): User!
|
|
96
|
-
industries: [Industry!]!
|
|
97
|
-
findIndustryById(industryId: String!): Industry!
|
|
98
|
-
brands: [Brand!]!
|
|
99
|
-
existsValidSponsorForEmail(loginEmail: String!): Sponsor!
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
type Mutation {
|
|
103
|
-
createTenant(tenant: CreateTenantInput!): Tenant!
|
|
104
|
-
createTenantApiKey(newKeyInfo: CreateApiKeyInput!): ApiKey!
|
|
105
|
-
createTenantApiKeyWithSystemKey(newKeyInfo: CreateApiKeyInput!): ApiKeyWithValue!
|
|
106
|
-
createTenantWithLogin(tenant: CreateTenantInput!): TenantWithUserLogin!
|
|
107
|
-
createTenantUserToken(requestTokenDto: CreateTenantUserTokenDto!): TenantUserTokenWithInfo!
|
|
108
|
-
createTenantUserTokenFromEmailAndUri(requestTokenInfoDto: CreateTenantUserTokenFromEmailAndUriDto!): TenantUserTokenWithInfo!
|
|
109
|
-
createNonTenantedUserWithLogin(user: CreateActiveUserInput!): UserWithToken!
|
|
110
|
-
createNonTenantUserTokenFromEmail(email: String!): UserToken!
|
|
111
|
-
createIndustry(input: CreateIndustryDto!): Industry!
|
|
112
|
-
createBrand(input: CreateBrandDto!): Brand!
|
|
113
|
-
registerSponsor(input: RegisterSponsorInput!): Sponsor!
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
input CreateTenantInput {
|
|
117
|
-
name: String!
|
|
118
|
-
email: String!
|
|
119
|
-
tenant_uri: String!
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
input CreateApiKeyInput {
|
|
123
|
-
keyName: String!
|
|
124
|
-
readAccess: Boolean!
|
|
125
|
-
writeAccess: Boolean!
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
input CreateTenantUserTokenDto {
|
|
129
|
-
requestToken: String!
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
input CreateTenantUserTokenFromEmailAndUriDto {
|
|
133
|
-
email: String!
|
|
134
|
-
tenant_uri: String!
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
input CreateActiveUserInput {
|
|
138
|
-
loginEmail: String!
|
|
139
|
-
password: String
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
input CreateIndustryDto {
|
|
143
|
-
name: String!
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
input CreateBrandDto {
|
|
147
|
-
name: String!
|
|
148
|
-
description: String
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
input RegisterSponsorInput {
|
|
152
|
-
name: String!
|
|
153
|
-
phone: String
|
|
154
|
-
hasWhatsapp: Boolean! = false
|
|
155
|
-
companyName: String
|
|
156
|
-
companyEmail: String!
|
|
157
|
-
industryId: String!
|
|
158
|
-
companySize: String!
|
|
159
|
-
operatorType: String!
|
|
160
|
-
numberOfAthletes: String!
|
|
161
|
-
brands: [String!]!
|
|
162
|
-
}
|
package/schema.js
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isMutation = exports.isQuery = exports.isIndustry = exports.isSponsor = exports.isBrand = exports.isTenantUserTokenWithInfo = exports.isTenantWithUserLogin = exports.isUriAvailableType = exports.isTenant = exports.isUserWithToken = exports.isUser = exports.isDomain = exports.isUserToken = exports.isApiKeyWithValue = exports.isApiKey = void 0;
|
|
4
|
-
const ApiKey_possibleTypes = ['ApiKey'];
|
|
5
|
-
const isApiKey = (obj) => {
|
|
6
|
-
if (!obj?.__typename)
|
|
7
|
-
throw new Error('__typename is missing in "isApiKey"');
|
|
8
|
-
return ApiKey_possibleTypes.includes(obj.__typename);
|
|
9
|
-
};
|
|
10
|
-
exports.isApiKey = isApiKey;
|
|
11
|
-
const ApiKeyWithValue_possibleTypes = ['ApiKeyWithValue'];
|
|
12
|
-
const isApiKeyWithValue = (obj) => {
|
|
13
|
-
if (!obj?.__typename)
|
|
14
|
-
throw new Error('__typename is missing in "isApiKeyWithValue"');
|
|
15
|
-
return ApiKeyWithValue_possibleTypes.includes(obj.__typename);
|
|
16
|
-
};
|
|
17
|
-
exports.isApiKeyWithValue = isApiKeyWithValue;
|
|
18
|
-
const UserToken_possibleTypes = ['UserToken'];
|
|
19
|
-
const isUserToken = (obj) => {
|
|
20
|
-
if (!obj?.__typename)
|
|
21
|
-
throw new Error('__typename is missing in "isUserToken"');
|
|
22
|
-
return UserToken_possibleTypes.includes(obj.__typename);
|
|
23
|
-
};
|
|
24
|
-
exports.isUserToken = isUserToken;
|
|
25
|
-
const Domain_possibleTypes = ['Domain'];
|
|
26
|
-
const isDomain = (obj) => {
|
|
27
|
-
if (!obj?.__typename)
|
|
28
|
-
throw new Error('__typename is missing in "isDomain"');
|
|
29
|
-
return Domain_possibleTypes.includes(obj.__typename);
|
|
30
|
-
};
|
|
31
|
-
exports.isDomain = isDomain;
|
|
32
|
-
const User_possibleTypes = ['User'];
|
|
33
|
-
const isUser = (obj) => {
|
|
34
|
-
if (!obj?.__typename)
|
|
35
|
-
throw new Error('__typename is missing in "isUser"');
|
|
36
|
-
return User_possibleTypes.includes(obj.__typename);
|
|
37
|
-
};
|
|
38
|
-
exports.isUser = isUser;
|
|
39
|
-
const UserWithToken_possibleTypes = ['UserWithToken'];
|
|
40
|
-
const isUserWithToken = (obj) => {
|
|
41
|
-
if (!obj?.__typename)
|
|
42
|
-
throw new Error('__typename is missing in "isUserWithToken"');
|
|
43
|
-
return UserWithToken_possibleTypes.includes(obj.__typename);
|
|
44
|
-
};
|
|
45
|
-
exports.isUserWithToken = isUserWithToken;
|
|
46
|
-
const Tenant_possibleTypes = ['Tenant'];
|
|
47
|
-
const isTenant = (obj) => {
|
|
48
|
-
if (!obj?.__typename)
|
|
49
|
-
throw new Error('__typename is missing in "isTenant"');
|
|
50
|
-
return Tenant_possibleTypes.includes(obj.__typename);
|
|
51
|
-
};
|
|
52
|
-
exports.isTenant = isTenant;
|
|
53
|
-
const UriAvailableType_possibleTypes = ['UriAvailableType'];
|
|
54
|
-
const isUriAvailableType = (obj) => {
|
|
55
|
-
if (!obj?.__typename)
|
|
56
|
-
throw new Error('__typename is missing in "isUriAvailableType"');
|
|
57
|
-
return UriAvailableType_possibleTypes.includes(obj.__typename);
|
|
58
|
-
};
|
|
59
|
-
exports.isUriAvailableType = isUriAvailableType;
|
|
60
|
-
const TenantWithUserLogin_possibleTypes = ['TenantWithUserLogin'];
|
|
61
|
-
const isTenantWithUserLogin = (obj) => {
|
|
62
|
-
if (!obj?.__typename)
|
|
63
|
-
throw new Error('__typename is missing in "isTenantWithUserLogin"');
|
|
64
|
-
return TenantWithUserLogin_possibleTypes.includes(obj.__typename);
|
|
65
|
-
};
|
|
66
|
-
exports.isTenantWithUserLogin = isTenantWithUserLogin;
|
|
67
|
-
const TenantUserTokenWithInfo_possibleTypes = ['TenantUserTokenWithInfo'];
|
|
68
|
-
const isTenantUserTokenWithInfo = (obj) => {
|
|
69
|
-
if (!obj?.__typename)
|
|
70
|
-
throw new Error('__typename is missing in "isTenantUserTokenWithInfo"');
|
|
71
|
-
return TenantUserTokenWithInfo_possibleTypes.includes(obj.__typename);
|
|
72
|
-
};
|
|
73
|
-
exports.isTenantUserTokenWithInfo = isTenantUserTokenWithInfo;
|
|
74
|
-
const Brand_possibleTypes = ['Brand'];
|
|
75
|
-
const isBrand = (obj) => {
|
|
76
|
-
if (!obj?.__typename)
|
|
77
|
-
throw new Error('__typename is missing in "isBrand"');
|
|
78
|
-
return Brand_possibleTypes.includes(obj.__typename);
|
|
79
|
-
};
|
|
80
|
-
exports.isBrand = isBrand;
|
|
81
|
-
const Sponsor_possibleTypes = ['Sponsor'];
|
|
82
|
-
const isSponsor = (obj) => {
|
|
83
|
-
if (!obj?.__typename)
|
|
84
|
-
throw new Error('__typename is missing in "isSponsor"');
|
|
85
|
-
return Sponsor_possibleTypes.includes(obj.__typename);
|
|
86
|
-
};
|
|
87
|
-
exports.isSponsor = isSponsor;
|
|
88
|
-
const Industry_possibleTypes = ['Industry'];
|
|
89
|
-
const isIndustry = (obj) => {
|
|
90
|
-
if (!obj?.__typename)
|
|
91
|
-
throw new Error('__typename is missing in "isIndustry"');
|
|
92
|
-
return Industry_possibleTypes.includes(obj.__typename);
|
|
93
|
-
};
|
|
94
|
-
exports.isIndustry = isIndustry;
|
|
95
|
-
const Query_possibleTypes = ['Query'];
|
|
96
|
-
const isQuery = (obj) => {
|
|
97
|
-
if (!obj?.__typename)
|
|
98
|
-
throw new Error('__typename is missing in "isQuery"');
|
|
99
|
-
return Query_possibleTypes.includes(obj.__typename);
|
|
100
|
-
};
|
|
101
|
-
exports.isQuery = isQuery;
|
|
102
|
-
const Mutation_possibleTypes = ['Mutation'];
|
|
103
|
-
const isMutation = (obj) => {
|
|
104
|
-
if (!obj?.__typename)
|
|
105
|
-
throw new Error('__typename is missing in "isMutation"');
|
|
106
|
-
return Mutation_possibleTypes.includes(obj.__typename);
|
|
107
|
-
};
|
|
108
|
-
exports.isMutation = isMutation;
|
|
109
|
-
//# sourceMappingURL=schema.js.map
|
package/schema.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../libs/vtx-backend-client/schema.ts"],"names":[],"mappings":"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"}
|