@cryptorobot.ai/client 0.0.30 → 0.0.32
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.
|
@@ -13,6 +13,7 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
13
13
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
14
14
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
15
15
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
16
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
16
17
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
17
18
|
name: import("@feathersjs/typebox").TString<string>;
|
|
18
19
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -27,6 +28,7 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
|
|
|
27
28
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
28
29
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
29
30
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
31
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
30
32
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
31
33
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
32
34
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -84,6 +86,7 @@ export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
|
|
|
84
86
|
country?: string | undefined;
|
|
85
87
|
stripe?: any;
|
|
86
88
|
googleId?: any;
|
|
89
|
+
appleId?: any;
|
|
87
90
|
avatar?: string | undefined;
|
|
88
91
|
title?: string | null | undefined;
|
|
89
92
|
company?: string | null | undefined;
|
|
@@ -93,6 +96,7 @@ export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
|
|
|
93
96
|
payment?: "stripe" | undefined;
|
|
94
97
|
yearly?: boolean | undefined;
|
|
95
98
|
paymentIntent?: any;
|
|
99
|
+
customerInfo?: any;
|
|
96
100
|
subscription?: any;
|
|
97
101
|
plan?: string | undefined;
|
|
98
102
|
appearance?: {
|
|
@@ -153,6 +157,7 @@ export declare const messagesExternalResolver: import("@feathersjs/schema").Reso
|
|
|
153
157
|
country?: string | undefined;
|
|
154
158
|
stripe?: any;
|
|
155
159
|
googleId?: any;
|
|
160
|
+
appleId?: any;
|
|
156
161
|
avatar?: string | undefined;
|
|
157
162
|
title?: string | null | undefined;
|
|
158
163
|
company?: string | null | undefined;
|
|
@@ -162,6 +167,7 @@ export declare const messagesExternalResolver: import("@feathersjs/schema").Reso
|
|
|
162
167
|
payment?: "stripe" | undefined;
|
|
163
168
|
yearly?: boolean | undefined;
|
|
164
169
|
paymentIntent?: any;
|
|
170
|
+
customerInfo?: any;
|
|
165
171
|
subscription?: any;
|
|
166
172
|
plan?: string | undefined;
|
|
167
173
|
appearance?: {
|
|
@@ -222,6 +228,7 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
222
228
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
223
229
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
224
230
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
231
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
225
232
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
226
233
|
name: import("@feathersjs/typebox").TString<string>;
|
|
227
234
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -236,6 +243,7 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
|
|
|
236
243
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
237
244
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
238
245
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
246
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
239
247
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
240
248
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
241
249
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -293,6 +301,7 @@ export declare const messagesDataResolver: import("@feathersjs/schema").Resolver
|
|
|
293
301
|
country?: string | undefined;
|
|
294
302
|
stripe?: any;
|
|
295
303
|
googleId?: any;
|
|
304
|
+
appleId?: any;
|
|
296
305
|
avatar?: string | undefined;
|
|
297
306
|
title?: string | null | undefined;
|
|
298
307
|
company?: string | null | undefined;
|
|
@@ -302,6 +311,7 @@ export declare const messagesDataResolver: import("@feathersjs/schema").Resolver
|
|
|
302
311
|
payment?: "stripe" | undefined;
|
|
303
312
|
yearly?: boolean | undefined;
|
|
304
313
|
paymentIntent?: any;
|
|
314
|
+
customerInfo?: any;
|
|
305
315
|
subscription?: any;
|
|
306
316
|
plan?: string | undefined;
|
|
307
317
|
appearance?: {
|
|
@@ -362,6 +372,7 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
362
372
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
363
373
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
364
374
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
375
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
365
376
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
366
377
|
name: import("@feathersjs/typebox").TString<string>;
|
|
367
378
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -376,6 +387,7 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
|
|
|
376
387
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
377
388
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
378
389
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
390
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
379
391
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
380
392
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
381
393
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -433,6 +445,7 @@ export declare const messagesPatchResolver: import("@feathersjs/schema").Resolve
|
|
|
433
445
|
country?: string | undefined;
|
|
434
446
|
stripe?: any;
|
|
435
447
|
googleId?: any;
|
|
448
|
+
appleId?: any;
|
|
436
449
|
avatar?: string | undefined;
|
|
437
450
|
title?: string | null | undefined;
|
|
438
451
|
company?: string | null | undefined;
|
|
@@ -442,6 +455,7 @@ export declare const messagesPatchResolver: import("@feathersjs/schema").Resolve
|
|
|
442
455
|
payment?: "stripe" | undefined;
|
|
443
456
|
yearly?: boolean | undefined;
|
|
444
457
|
paymentIntent?: any;
|
|
458
|
+
customerInfo?: any;
|
|
445
459
|
subscription?: any;
|
|
446
460
|
plan?: string | undefined;
|
|
447
461
|
appearance?: {
|
|
@@ -502,6 +516,7 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
502
516
|
user: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TRef<import("@feathersjs/typebox").TObject<{
|
|
503
517
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
504
518
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
519
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
505
520
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
506
521
|
name: import("@feathersjs/typebox").TString<string>;
|
|
507
522
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -516,6 +531,7 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
|
|
|
516
531
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
517
532
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
518
533
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
534
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
519
535
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
520
536
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
521
537
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -4,6 +4,7 @@ import type { UserService } from './users.class';
|
|
|
4
4
|
export declare const userSchema: import("@feathersjs/typebox").TObject<{
|
|
5
5
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
6
6
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
7
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
7
8
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
8
9
|
name: import("@feathersjs/typebox").TString<string>;
|
|
9
10
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -18,6 +19,7 @@ export declare const userSchema: import("@feathersjs/typebox").TObject<{
|
|
|
18
19
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
19
20
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
20
21
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
22
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
21
23
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
22
24
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
23
25
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -68,6 +70,7 @@ export declare const userResolver: import("@feathersjs/schema").Resolver<{
|
|
|
68
70
|
country?: string | undefined;
|
|
69
71
|
stripe?: any;
|
|
70
72
|
googleId?: any;
|
|
73
|
+
appleId?: any;
|
|
71
74
|
avatar?: string | undefined;
|
|
72
75
|
title?: string | null | undefined;
|
|
73
76
|
company?: string | null | undefined;
|
|
@@ -77,6 +80,7 @@ export declare const userResolver: import("@feathersjs/schema").Resolver<{
|
|
|
77
80
|
payment?: "stripe" | undefined;
|
|
78
81
|
yearly?: boolean | undefined;
|
|
79
82
|
paymentIntent?: any;
|
|
83
|
+
customerInfo?: any;
|
|
80
84
|
subscription?: any;
|
|
81
85
|
plan?: string | undefined;
|
|
82
86
|
appearance?: {
|
|
@@ -123,6 +127,7 @@ export declare const userExternalResolver: import("@feathersjs/schema").Resolver
|
|
|
123
127
|
country?: string | undefined;
|
|
124
128
|
stripe?: any;
|
|
125
129
|
googleId?: any;
|
|
130
|
+
appleId?: any;
|
|
126
131
|
avatar?: string | undefined;
|
|
127
132
|
title?: string | null | undefined;
|
|
128
133
|
company?: string | null | undefined;
|
|
@@ -132,6 +137,7 @@ export declare const userExternalResolver: import("@feathersjs/schema").Resolver
|
|
|
132
137
|
payment?: "stripe" | undefined;
|
|
133
138
|
yearly?: boolean | undefined;
|
|
134
139
|
paymentIntent?: any;
|
|
140
|
+
customerInfo?: any;
|
|
135
141
|
subscription?: any;
|
|
136
142
|
plan?: string | undefined;
|
|
137
143
|
appearance?: {
|
|
@@ -171,6 +177,7 @@ export declare const userExternalResolver: import("@feathersjs/schema").Resolver
|
|
|
171
177
|
export declare const userDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
172
178
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
173
179
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
180
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
174
181
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
175
182
|
name: import("@feathersjs/typebox").TString<string>;
|
|
176
183
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -185,6 +192,7 @@ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import(
|
|
|
185
192
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
186
193
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
187
194
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
195
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
188
196
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
189
197
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
190
198
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -222,7 +230,7 @@ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import(
|
|
|
222
230
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
223
231
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
224
232
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
225
|
-
}>, ["email", "password", "name", "avatar", "googleId", "agreements", "createdAt", "skipEmailVerification"]>;
|
|
233
|
+
}>, ["email", "password", "name", "avatar", "googleId", "appleId", "agreements", "createdAt", "skipEmailVerification"]>;
|
|
226
234
|
export type UserData = Static<typeof userDataSchema>;
|
|
227
235
|
export declare const userDataValidator: import("@feathersjs/schema").Validator<any, any>;
|
|
228
236
|
export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
|
|
@@ -235,6 +243,7 @@ export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
|
|
|
235
243
|
country?: string | undefined;
|
|
236
244
|
stripe?: any;
|
|
237
245
|
googleId?: any;
|
|
246
|
+
appleId?: any;
|
|
238
247
|
avatar?: string | undefined;
|
|
239
248
|
title?: string | null | undefined;
|
|
240
249
|
company?: string | null | undefined;
|
|
@@ -244,6 +253,7 @@ export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
|
|
|
244
253
|
payment?: "stripe" | undefined;
|
|
245
254
|
yearly?: boolean | undefined;
|
|
246
255
|
paymentIntent?: any;
|
|
256
|
+
customerInfo?: any;
|
|
247
257
|
subscription?: any;
|
|
248
258
|
plan?: string | undefined;
|
|
249
259
|
appearance?: {
|
|
@@ -283,6 +293,7 @@ export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
|
|
|
283
293
|
export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
284
294
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
285
295
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
296
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
286
297
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
287
298
|
name: import("@feathersjs/typebox").TString<string>;
|
|
288
299
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -297,6 +308,7 @@ export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<imp
|
|
|
297
308
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
298
309
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
299
310
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
311
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
300
312
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
301
313
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
302
314
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -347,6 +359,7 @@ export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
|
347
359
|
country?: string | undefined;
|
|
348
360
|
stripe?: any;
|
|
349
361
|
googleId?: any;
|
|
362
|
+
appleId?: any;
|
|
350
363
|
avatar?: string | undefined;
|
|
351
364
|
title?: string | null | undefined;
|
|
352
365
|
company?: string | null | undefined;
|
|
@@ -356,6 +369,7 @@ export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
|
356
369
|
payment?: "stripe" | undefined;
|
|
357
370
|
yearly?: boolean | undefined;
|
|
358
371
|
paymentIntent?: any;
|
|
372
|
+
customerInfo?: any;
|
|
359
373
|
subscription?: any;
|
|
360
374
|
plan?: string | undefined;
|
|
361
375
|
appearance?: {
|
|
@@ -395,6 +409,7 @@ export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
|
|
|
395
409
|
export declare const userQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
|
|
396
410
|
_id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>]>;
|
|
397
411
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
412
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
398
413
|
email: import("@feathersjs/typebox").TString<"email">;
|
|
399
414
|
name: import("@feathersjs/typebox").TString<string>;
|
|
400
415
|
password: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
@@ -409,6 +424,7 @@ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<im
|
|
|
409
424
|
yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
410
425
|
paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
411
426
|
stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
427
|
+
customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
412
428
|
subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
413
429
|
plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
|
|
414
430
|
appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
@@ -446,7 +462,7 @@ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<im
|
|
|
446
462
|
createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
447
463
|
updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
448
464
|
skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
|
|
449
|
-
}>, ["_id", "email", "verifyToken", "googleId"]>;
|
|
465
|
+
}>, ["_id", "email", "verifyToken", "googleId", "appleId"]>;
|
|
450
466
|
export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
|
|
451
467
|
$limit: import("@feathersjs/typebox").TNumber;
|
|
452
468
|
$skip: import("@feathersjs/typebox").TNumber;
|
|
@@ -454,9 +470,10 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
454
470
|
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
455
471
|
_id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
456
472
|
googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
473
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
457
474
|
verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
|
|
458
475
|
}>;
|
|
459
|
-
$select: import("@feathersjs/typebox").TUnsafe<("email" | "_id" | "googleId" | "verifyToken")[]>;
|
|
476
|
+
$select: import("@feathersjs/typebox").TUnsafe<("email" | "_id" | "googleId" | "appleId" | "verifyToken")[]>;
|
|
460
477
|
$and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
|
|
461
478
|
email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<"email">, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
462
479
|
$gt: import("@feathersjs/typebox").TString<"email">;
|
|
@@ -491,6 +508,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
491
508
|
}>, import("@feathersjs/typebox").TObject<{
|
|
492
509
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
493
510
|
} | undefined>]>>]>>;
|
|
511
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
512
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
513
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
514
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
515
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
516
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
517
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
518
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
519
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
520
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
521
|
+
} | undefined>]>>]>>;
|
|
494
522
|
verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
495
523
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
496
524
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
@@ -537,6 +565,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
537
565
|
}>, import("@feathersjs/typebox").TObject<{
|
|
538
566
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
539
567
|
} | undefined>]>>]>>;
|
|
568
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
569
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
570
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
571
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
572
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
573
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
574
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
575
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
576
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
577
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
578
|
+
} | undefined>]>>]>>;
|
|
540
579
|
verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
541
580
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
542
581
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
@@ -584,6 +623,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
584
623
|
}>, import("@feathersjs/typebox").TObject<{
|
|
585
624
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
586
625
|
} | undefined>]>>]>>;
|
|
626
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
627
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
628
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
629
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
630
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
631
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
632
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
633
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
634
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
635
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
636
|
+
} | undefined>]>>]>>;
|
|
587
637
|
verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
588
638
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
589
639
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
@@ -630,6 +680,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
|
|
|
630
680
|
}>, import("@feathersjs/typebox").TObject<{
|
|
631
681
|
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
632
682
|
} | undefined>]>>]>>;
|
|
683
|
+
appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
684
|
+
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
685
|
+
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
686
|
+
$lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
687
|
+
$lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
688
|
+
$ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
|
|
689
|
+
$in: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
690
|
+
$nin: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>>;
|
|
691
|
+
}>, import("@feathersjs/typebox").TObject<{
|
|
692
|
+
[key: string]: import("@feathersjs/typebox").TSchema;
|
|
693
|
+
} | undefined>]>>]>>;
|
|
633
694
|
verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
|
|
634
695
|
$gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
635
696
|
$gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
|
|
@@ -651,9 +712,10 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
651
712
|
email?: number | undefined;
|
|
652
713
|
_id?: number | undefined;
|
|
653
714
|
googleId?: number | undefined;
|
|
715
|
+
appleId?: number | undefined;
|
|
654
716
|
verifyToken?: number | undefined;
|
|
655
717
|
};
|
|
656
|
-
$select: ("email" | "_id" | "googleId" | "verifyToken")[];
|
|
718
|
+
$select: ("email" | "_id" | "googleId" | "appleId" | "verifyToken")[];
|
|
657
719
|
$and: ({
|
|
658
720
|
email?: string | Partial<{
|
|
659
721
|
$gt: string;
|
|
@@ -674,6 +736,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
674
736
|
$nin: string | {} | (string | {})[];
|
|
675
737
|
} & {}> | undefined;
|
|
676
738
|
googleId?: any;
|
|
739
|
+
appleId?: any;
|
|
677
740
|
verifyToken?: string | Partial<{
|
|
678
741
|
$gt?: string | null | undefined;
|
|
679
742
|
$gte?: string | null | undefined;
|
|
@@ -704,6 +767,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
704
767
|
$nin: string | {} | (string | {})[];
|
|
705
768
|
} & {}> | undefined;
|
|
706
769
|
googleId?: any;
|
|
770
|
+
appleId?: any;
|
|
707
771
|
verifyToken?: string | Partial<{
|
|
708
772
|
$gt?: string | null | undefined;
|
|
709
773
|
$gte?: string | null | undefined;
|
|
@@ -735,6 +799,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
735
799
|
$nin: string | {} | (string | {})[];
|
|
736
800
|
} & {}> | undefined;
|
|
737
801
|
googleId?: any;
|
|
802
|
+
appleId?: any;
|
|
738
803
|
verifyToken?: string | Partial<{
|
|
739
804
|
$gt?: string | null | undefined;
|
|
740
805
|
$gte?: string | null | undefined;
|
|
@@ -765,6 +830,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
|
|
|
765
830
|
$nin: string | {} | (string | {})[];
|
|
766
831
|
} & {}> | undefined;
|
|
767
832
|
googleId?: any;
|
|
833
|
+
appleId?: any;
|
|
768
834
|
verifyToken?: string | Partial<{
|
|
769
835
|
$gt?: string | null | undefined;
|
|
770
836
|
$gte?: string | null | undefined;
|