@cryptorobot.ai/client 0.0.31 → 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.
@@ -28,6 +28,7 @@ export declare const messagesSchema: import("@feathersjs/typebox").TObject<{
28
28
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
29
29
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
30
30
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
31
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
31
32
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
32
33
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
33
34
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -95,6 +96,7 @@ export declare const messagesResolver: import("@feathersjs/schema").Resolver<{
95
96
  payment?: "stripe" | undefined;
96
97
  yearly?: boolean | undefined;
97
98
  paymentIntent?: any;
99
+ customerInfo?: any;
98
100
  subscription?: any;
99
101
  plan?: string | undefined;
100
102
  appearance?: {
@@ -165,6 +167,7 @@ export declare const messagesExternalResolver: import("@feathersjs/schema").Reso
165
167
  payment?: "stripe" | undefined;
166
168
  yearly?: boolean | undefined;
167
169
  paymentIntent?: any;
170
+ customerInfo?: any;
168
171
  subscription?: any;
169
172
  plan?: string | undefined;
170
173
  appearance?: {
@@ -240,6 +243,7 @@ export declare const messagesDataSchema: import("@feathersjs/typebox").TPick<imp
240
243
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
241
244
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
242
245
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
246
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
243
247
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
244
248
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
245
249
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -307,6 +311,7 @@ export declare const messagesDataResolver: import("@feathersjs/schema").Resolver
307
311
  payment?: "stripe" | undefined;
308
312
  yearly?: boolean | undefined;
309
313
  paymentIntent?: any;
314
+ customerInfo?: any;
310
315
  subscription?: any;
311
316
  plan?: string | undefined;
312
317
  appearance?: {
@@ -382,6 +387,7 @@ export declare const messagesPatchSchema: import("@feathersjs/typebox").TPartial
382
387
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
383
388
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
384
389
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
390
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
385
391
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
386
392
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
387
393
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -449,6 +455,7 @@ export declare const messagesPatchResolver: import("@feathersjs/schema").Resolve
449
455
  payment?: "stripe" | undefined;
450
456
  yearly?: boolean | undefined;
451
457
  paymentIntent?: any;
458
+ customerInfo?: any;
452
459
  subscription?: any;
453
460
  plan?: string | undefined;
454
461
  appearance?: {
@@ -524,6 +531,7 @@ export declare const messagesQueryProperties: import("@feathersjs/typebox").TPic
524
531
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
525
532
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
526
533
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
534
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
527
535
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
528
536
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
529
537
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -19,6 +19,7 @@ export declare const userSchema: import("@feathersjs/typebox").TObject<{
19
19
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
20
20
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
21
21
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
22
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
22
23
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
23
24
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
24
25
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -79,6 +80,7 @@ export declare const userResolver: import("@feathersjs/schema").Resolver<{
79
80
  payment?: "stripe" | undefined;
80
81
  yearly?: boolean | undefined;
81
82
  paymentIntent?: any;
83
+ customerInfo?: any;
82
84
  subscription?: any;
83
85
  plan?: string | undefined;
84
86
  appearance?: {
@@ -135,6 +137,7 @@ export declare const userExternalResolver: import("@feathersjs/schema").Resolver
135
137
  payment?: "stripe" | undefined;
136
138
  yearly?: boolean | undefined;
137
139
  paymentIntent?: any;
140
+ customerInfo?: any;
138
141
  subscription?: any;
139
142
  plan?: string | undefined;
140
143
  appearance?: {
@@ -189,6 +192,7 @@ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import(
189
192
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
190
193
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
191
194
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
195
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
192
196
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
193
197
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
194
198
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -226,7 +230,7 @@ export declare const userDataSchema: import("@feathersjs/typebox").TPick<import(
226
230
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
227
231
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
228
232
  skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
229
- }>, ["email", "password", "name", "avatar", "googleId", "agreements", "createdAt", "skipEmailVerification"]>;
233
+ }>, ["email", "password", "name", "avatar", "googleId", "appleId", "agreements", "createdAt", "skipEmailVerification"]>;
230
234
  export type UserData = Static<typeof userDataSchema>;
231
235
  export declare const userDataValidator: import("@feathersjs/schema").Validator<any, any>;
232
236
  export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
@@ -249,6 +253,7 @@ export declare const userDataResolver: import("@feathersjs/schema").Resolver<{
249
253
  payment?: "stripe" | undefined;
250
254
  yearly?: boolean | undefined;
251
255
  paymentIntent?: any;
256
+ customerInfo?: any;
252
257
  subscription?: any;
253
258
  plan?: string | undefined;
254
259
  appearance?: {
@@ -303,6 +308,7 @@ export declare const userPatchSchema: import("@feathersjs/typebox").TPartial<imp
303
308
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
304
309
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
305
310
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
311
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
306
312
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
307
313
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
308
314
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -363,6 +369,7 @@ export declare const userPatchResolver: import("@feathersjs/schema").Resolver<{
363
369
  payment?: "stripe" | undefined;
364
370
  yearly?: boolean | undefined;
365
371
  paymentIntent?: any;
372
+ customerInfo?: any;
366
373
  subscription?: any;
367
374
  plan?: string | undefined;
368
375
  appearance?: {
@@ -417,6 +424,7 @@ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<im
417
424
  yearly: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
418
425
  paymentIntent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
419
426
  stripe: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
427
+ customerInfo: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
420
428
  subscription: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
421
429
  plan: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
422
430
  appearance: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
@@ -454,7 +462,7 @@ export declare const userQueryProperties: import("@feathersjs/typebox").TPick<im
454
462
  createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
455
463
  updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
456
464
  skipEmailVerification: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
457
- }>, ["_id", "email", "verifyToken", "googleId"]>;
465
+ }>, ["_id", "email", "verifyToken", "googleId", "appleId"]>;
458
466
  export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
459
467
  $limit: import("@feathersjs/typebox").TNumber;
460
468
  $skip: import("@feathersjs/typebox").TNumber;
@@ -462,9 +470,10 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
462
470
  email: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
463
471
  _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
464
472
  googleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
473
+ appleId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
465
474
  verifyToken: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
466
475
  }>;
467
- $select: import("@feathersjs/typebox").TUnsafe<("email" | "_id" | "googleId" | "verifyToken")[]>;
476
+ $select: import("@feathersjs/typebox").TUnsafe<("email" | "_id" | "googleId" | "appleId" | "verifyToken")[]>;
468
477
  $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
469
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<{
470
479
  $gt: import("@feathersjs/typebox").TString<"email">;
@@ -499,6 +508,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
499
508
  }>, import("@feathersjs/typebox").TObject<{
500
509
  [key: string]: import("@feathersjs/typebox").TSchema;
501
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>]>>]>>;
502
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<{
503
523
  $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
504
524
  $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
@@ -545,6 +565,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
545
565
  }>, import("@feathersjs/typebox").TObject<{
546
566
  [key: string]: import("@feathersjs/typebox").TSchema;
547
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>]>>]>>;
548
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<{
549
580
  $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
550
581
  $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
@@ -592,6 +623,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
592
623
  }>, import("@feathersjs/typebox").TObject<{
593
624
  [key: string]: import("@feathersjs/typebox").TSchema;
594
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>]>>]>>;
595
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<{
596
638
  $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
597
639
  $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
@@ -638,6 +680,17 @@ export declare const userQuerySchema: import("@feathersjs/typebox").TIntersect<[
638
680
  }>, import("@feathersjs/typebox").TObject<{
639
681
  [key: string]: import("@feathersjs/typebox").TSchema;
640
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>]>>]>>;
641
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<{
642
695
  $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
643
696
  $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNull, import("@feathersjs/typebox").TString<string>]>>;
@@ -659,9 +712,10 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
659
712
  email?: number | undefined;
660
713
  _id?: number | undefined;
661
714
  googleId?: number | undefined;
715
+ appleId?: number | undefined;
662
716
  verifyToken?: number | undefined;
663
717
  };
664
- $select: ("email" | "_id" | "googleId" | "verifyToken")[];
718
+ $select: ("email" | "_id" | "googleId" | "appleId" | "verifyToken")[];
665
719
  $and: ({
666
720
  email?: string | Partial<{
667
721
  $gt: string;
@@ -682,6 +736,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
682
736
  $nin: string | {} | (string | {})[];
683
737
  } & {}> | undefined;
684
738
  googleId?: any;
739
+ appleId?: any;
685
740
  verifyToken?: string | Partial<{
686
741
  $gt?: string | null | undefined;
687
742
  $gte?: string | null | undefined;
@@ -712,6 +767,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
712
767
  $nin: string | {} | (string | {})[];
713
768
  } & {}> | undefined;
714
769
  googleId?: any;
770
+ appleId?: any;
715
771
  verifyToken?: string | Partial<{
716
772
  $gt?: string | null | undefined;
717
773
  $gte?: string | null | undefined;
@@ -743,6 +799,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
743
799
  $nin: string | {} | (string | {})[];
744
800
  } & {}> | undefined;
745
801
  googleId?: any;
802
+ appleId?: any;
746
803
  verifyToken?: string | Partial<{
747
804
  $gt?: string | null | undefined;
748
805
  $gte?: string | null | undefined;
@@ -773,6 +830,7 @@ export declare const userQueryResolver: import("@feathersjs/schema").Resolver<Pa
773
830
  $nin: string | {} | (string | {})[];
774
831
  } & {}> | undefined;
775
832
  googleId?: any;
833
+ appleId?: any;
776
834
  verifyToken?: string | Partial<{
777
835
  $gt?: string | null | undefined;
778
836
  $gte?: string | null | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cryptorobot.ai/client",
3
3
  "description": "A typed client for the cryptorobot.ai platform",
4
- "version": "0.0.31",
4
+ "version": "0.0.32",
5
5
  "homepage": "",
6
6
  "keywords": [
7
7
  "cryptocurrency",