@vertikalx/vtx-backend-client 1.0.0-dev.3 → 1.0.0-dev.4
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 +1 -1
- package/schema.d.ts +0 -298
- package/schema.graphql +0 -131
- package/schema.js +1 -78
- package/schema.js.map +1 -1
- package/schema.ts +0 -375
- package/tsconfig.lib.tsbuildinfo +1 -1
- package/types.d.ts +0 -128
- package/types.js +18 -356
- package/types.js.map +1 -1
- package/types.ts +18 -356
package/types.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"scalars": [
|
|
3
3
|
1,
|
|
4
|
-
2
|
|
5
|
-
13,
|
|
6
|
-
16
|
|
4
|
+
2
|
|
7
5
|
],
|
|
8
6
|
"types": {
|
|
9
7
|
"ApiKey": {
|
|
@@ -175,342 +173,6 @@ export default {
|
|
|
175
173
|
1
|
|
176
174
|
]
|
|
177
175
|
},
|
|
178
|
-
"Agreement": {
|
|
179
|
-
"_id": [
|
|
180
|
-
1
|
|
181
|
-
],
|
|
182
|
-
"kind": [
|
|
183
|
-
1
|
|
184
|
-
],
|
|
185
|
-
"domain": [
|
|
186
|
-
1
|
|
187
|
-
],
|
|
188
|
-
"isActiveAgreement": [
|
|
189
|
-
2
|
|
190
|
-
],
|
|
191
|
-
"version": [
|
|
192
|
-
1
|
|
193
|
-
],
|
|
194
|
-
"publishedDate": [
|
|
195
|
-
13
|
|
196
|
-
],
|
|
197
|
-
"unPublishedDate": [
|
|
198
|
-
13
|
|
199
|
-
],
|
|
200
|
-
"locked": [
|
|
201
|
-
2
|
|
202
|
-
],
|
|
203
|
-
"name": [
|
|
204
|
-
1
|
|
205
|
-
],
|
|
206
|
-
"description": [
|
|
207
|
-
1
|
|
208
|
-
],
|
|
209
|
-
"content": [
|
|
210
|
-
1
|
|
211
|
-
],
|
|
212
|
-
"createdDate": [
|
|
213
|
-
13
|
|
214
|
-
],
|
|
215
|
-
"updatedDate": [
|
|
216
|
-
13
|
|
217
|
-
],
|
|
218
|
-
"__typename": [
|
|
219
|
-
1
|
|
220
|
-
]
|
|
221
|
-
},
|
|
222
|
-
"DateTime": {},
|
|
223
|
-
"BillEntity": {
|
|
224
|
-
"name": [
|
|
225
|
-
1
|
|
226
|
-
],
|
|
227
|
-
"taxId": [
|
|
228
|
-
1
|
|
229
|
-
],
|
|
230
|
-
"line1": [
|
|
231
|
-
1
|
|
232
|
-
],
|
|
233
|
-
"line2": [
|
|
234
|
-
1
|
|
235
|
-
],
|
|
236
|
-
"line3": [
|
|
237
|
-
1
|
|
238
|
-
],
|
|
239
|
-
"city": [
|
|
240
|
-
1
|
|
241
|
-
],
|
|
242
|
-
"state": [
|
|
243
|
-
1
|
|
244
|
-
],
|
|
245
|
-
"country": [
|
|
246
|
-
1
|
|
247
|
-
],
|
|
248
|
-
"zip": [
|
|
249
|
-
1
|
|
250
|
-
],
|
|
251
|
-
"__typename": [
|
|
252
|
-
1
|
|
253
|
-
]
|
|
254
|
-
},
|
|
255
|
-
"InvoiceItem": {
|
|
256
|
-
"_id": [
|
|
257
|
-
1
|
|
258
|
-
],
|
|
259
|
-
"unitPrice": [
|
|
260
|
-
16
|
|
261
|
-
],
|
|
262
|
-
"unitTax": [
|
|
263
|
-
16
|
|
264
|
-
],
|
|
265
|
-
"quantity": [
|
|
266
|
-
16
|
|
267
|
-
],
|
|
268
|
-
"unit": [
|
|
269
|
-
1
|
|
270
|
-
],
|
|
271
|
-
"itemPrice": [
|
|
272
|
-
16
|
|
273
|
-
],
|
|
274
|
-
"itemTotal": [
|
|
275
|
-
16
|
|
276
|
-
],
|
|
277
|
-
"__typename": [
|
|
278
|
-
1
|
|
279
|
-
]
|
|
280
|
-
},
|
|
281
|
-
"Float": {},
|
|
282
|
-
"Payment": {
|
|
283
|
-
"_id": [
|
|
284
|
-
1
|
|
285
|
-
],
|
|
286
|
-
"amount": [
|
|
287
|
-
16
|
|
288
|
-
],
|
|
289
|
-
"currency": [
|
|
290
|
-
1
|
|
291
|
-
],
|
|
292
|
-
"datePaid": [
|
|
293
|
-
13
|
|
294
|
-
],
|
|
295
|
-
"paymentComment": [
|
|
296
|
-
1
|
|
297
|
-
],
|
|
298
|
-
"transactionId": [
|
|
299
|
-
1
|
|
300
|
-
],
|
|
301
|
-
"processorType": [
|
|
302
|
-
1
|
|
303
|
-
],
|
|
304
|
-
"processorReference": [
|
|
305
|
-
1
|
|
306
|
-
],
|
|
307
|
-
"paidItemReference": [
|
|
308
|
-
1
|
|
309
|
-
],
|
|
310
|
-
"payeeReference": [
|
|
311
|
-
1
|
|
312
|
-
],
|
|
313
|
-
"payorReference": [
|
|
314
|
-
1
|
|
315
|
-
],
|
|
316
|
-
"paymentMethodType": [
|
|
317
|
-
1
|
|
318
|
-
],
|
|
319
|
-
"paymentMethodReference": [
|
|
320
|
-
1
|
|
321
|
-
],
|
|
322
|
-
"__typename": [
|
|
323
|
-
1
|
|
324
|
-
]
|
|
325
|
-
},
|
|
326
|
-
"PlaFeature": {
|
|
327
|
-
"_id": [
|
|
328
|
-
1
|
|
329
|
-
],
|
|
330
|
-
"title": [
|
|
331
|
-
1
|
|
332
|
-
],
|
|
333
|
-
"description": [
|
|
334
|
-
1
|
|
335
|
-
],
|
|
336
|
-
"quantity": [
|
|
337
|
-
16
|
|
338
|
-
],
|
|
339
|
-
"quantityUnit": [
|
|
340
|
-
1
|
|
341
|
-
],
|
|
342
|
-
"__typename": [
|
|
343
|
-
1
|
|
344
|
-
]
|
|
345
|
-
},
|
|
346
|
-
"Plan": {
|
|
347
|
-
"_id": [
|
|
348
|
-
1
|
|
349
|
-
],
|
|
350
|
-
"name": [
|
|
351
|
-
1
|
|
352
|
-
],
|
|
353
|
-
"description": [
|
|
354
|
-
1
|
|
355
|
-
],
|
|
356
|
-
"prices": [
|
|
357
|
-
20
|
|
358
|
-
],
|
|
359
|
-
"features": [
|
|
360
|
-
18
|
|
361
|
-
],
|
|
362
|
-
"isPublic": [
|
|
363
|
-
2
|
|
364
|
-
],
|
|
365
|
-
"active": [
|
|
366
|
-
2
|
|
367
|
-
],
|
|
368
|
-
"startOfferingDate": [
|
|
369
|
-
13
|
|
370
|
-
],
|
|
371
|
-
"endOfferingDate": [
|
|
372
|
-
13
|
|
373
|
-
],
|
|
374
|
-
"termsAndConditions": [
|
|
375
|
-
1
|
|
376
|
-
],
|
|
377
|
-
"__typename": [
|
|
378
|
-
1
|
|
379
|
-
]
|
|
380
|
-
},
|
|
381
|
-
"PlanPrice": {
|
|
382
|
-
"_id": [
|
|
383
|
-
1
|
|
384
|
-
],
|
|
385
|
-
"currency": [
|
|
386
|
-
1
|
|
387
|
-
],
|
|
388
|
-
"price": [
|
|
389
|
-
16
|
|
390
|
-
],
|
|
391
|
-
"taxMode": [
|
|
392
|
-
1
|
|
393
|
-
],
|
|
394
|
-
"period": [
|
|
395
|
-
1
|
|
396
|
-
],
|
|
397
|
-
"customDays": [
|
|
398
|
-
16
|
|
399
|
-
],
|
|
400
|
-
"plan": [
|
|
401
|
-
19
|
|
402
|
-
],
|
|
403
|
-
"__typename": [
|
|
404
|
-
1
|
|
405
|
-
]
|
|
406
|
-
},
|
|
407
|
-
"Invoice": {
|
|
408
|
-
"_id": [
|
|
409
|
-
1
|
|
410
|
-
],
|
|
411
|
-
"invoiceDate": [
|
|
412
|
-
13
|
|
413
|
-
],
|
|
414
|
-
"billedEntity": [
|
|
415
|
-
14
|
|
416
|
-
],
|
|
417
|
-
"dueDate": [
|
|
418
|
-
13
|
|
419
|
-
],
|
|
420
|
-
"billAmount": [
|
|
421
|
-
16
|
|
422
|
-
],
|
|
423
|
-
"tax": [
|
|
424
|
-
16
|
|
425
|
-
],
|
|
426
|
-
"total": [
|
|
427
|
-
16
|
|
428
|
-
],
|
|
429
|
-
"currency": [
|
|
430
|
-
1
|
|
431
|
-
],
|
|
432
|
-
"items": [
|
|
433
|
-
15
|
|
434
|
-
],
|
|
435
|
-
"payment": [
|
|
436
|
-
17
|
|
437
|
-
],
|
|
438
|
-
"__typename": [
|
|
439
|
-
1
|
|
440
|
-
]
|
|
441
|
-
},
|
|
442
|
-
"SubscriptionInvoice": {
|
|
443
|
-
"_id": [
|
|
444
|
-
1
|
|
445
|
-
],
|
|
446
|
-
"invoice": [
|
|
447
|
-
21
|
|
448
|
-
],
|
|
449
|
-
"billedPlan": [
|
|
450
|
-
20
|
|
451
|
-
],
|
|
452
|
-
"subscriber": [
|
|
453
|
-
23
|
|
454
|
-
],
|
|
455
|
-
"__typename": [
|
|
456
|
-
1
|
|
457
|
-
]
|
|
458
|
-
},
|
|
459
|
-
"PlanSubscription": {
|
|
460
|
-
"_id": [
|
|
461
|
-
1
|
|
462
|
-
],
|
|
463
|
-
"currentPlan": [
|
|
464
|
-
20
|
|
465
|
-
],
|
|
466
|
-
"billPrice": [
|
|
467
|
-
16
|
|
468
|
-
],
|
|
469
|
-
"billCurrency": [
|
|
470
|
-
1
|
|
471
|
-
],
|
|
472
|
-
"billPriceComment": [
|
|
473
|
-
1
|
|
474
|
-
],
|
|
475
|
-
"lastBillDate": [
|
|
476
|
-
13
|
|
477
|
-
],
|
|
478
|
-
"endAccessDate": [
|
|
479
|
-
13
|
|
480
|
-
],
|
|
481
|
-
"autoRenew": [
|
|
482
|
-
2
|
|
483
|
-
],
|
|
484
|
-
"autoRenewPlan": [
|
|
485
|
-
20
|
|
486
|
-
],
|
|
487
|
-
"autoRenewDate": [
|
|
488
|
-
13
|
|
489
|
-
],
|
|
490
|
-
"payments": [
|
|
491
|
-
24
|
|
492
|
-
],
|
|
493
|
-
"invoices": [
|
|
494
|
-
22
|
|
495
|
-
],
|
|
496
|
-
"__typename": [
|
|
497
|
-
1
|
|
498
|
-
]
|
|
499
|
-
},
|
|
500
|
-
"SubscriptionPayment": {
|
|
501
|
-
"_id": [
|
|
502
|
-
1
|
|
503
|
-
],
|
|
504
|
-
"payment": [
|
|
505
|
-
17
|
|
506
|
-
],
|
|
507
|
-
"subscriber": [
|
|
508
|
-
23
|
|
509
|
-
],
|
|
510
|
-
"__typename": [
|
|
511
|
-
1
|
|
512
|
-
]
|
|
513
|
-
},
|
|
514
176
|
"Brand": {
|
|
515
177
|
"_id": [
|
|
516
178
|
1
|
|
@@ -606,10 +268,10 @@ export default {
|
|
|
606
268
|
}
|
|
607
269
|
],
|
|
608
270
|
"industries": [
|
|
609
|
-
|
|
271
|
+
14
|
|
610
272
|
],
|
|
611
273
|
"findIndustryById": [
|
|
612
|
-
|
|
274
|
+
14,
|
|
613
275
|
{
|
|
614
276
|
"industryId": [
|
|
615
277
|
1,
|
|
@@ -618,10 +280,10 @@ export default {
|
|
|
618
280
|
}
|
|
619
281
|
],
|
|
620
282
|
"brands": [
|
|
621
|
-
|
|
283
|
+
12
|
|
622
284
|
],
|
|
623
285
|
"existsValidSponsorForEmail": [
|
|
624
|
-
|
|
286
|
+
13,
|
|
625
287
|
{
|
|
626
288
|
"loginEmail": [
|
|
627
289
|
1,
|
|
@@ -638,7 +300,7 @@ export default {
|
|
|
638
300
|
8,
|
|
639
301
|
{
|
|
640
302
|
"tenant": [
|
|
641
|
-
|
|
303
|
+
17,
|
|
642
304
|
"CreateTenantInput!"
|
|
643
305
|
]
|
|
644
306
|
}
|
|
@@ -647,7 +309,7 @@ export default {
|
|
|
647
309
|
0,
|
|
648
310
|
{
|
|
649
311
|
"newKeyInfo": [
|
|
650
|
-
|
|
312
|
+
18,
|
|
651
313
|
"CreateApiKeyInput!"
|
|
652
314
|
]
|
|
653
315
|
}
|
|
@@ -656,7 +318,7 @@ export default {
|
|
|
656
318
|
3,
|
|
657
319
|
{
|
|
658
320
|
"newKeyInfo": [
|
|
659
|
-
|
|
321
|
+
18,
|
|
660
322
|
"CreateApiKeyInput!"
|
|
661
323
|
]
|
|
662
324
|
}
|
|
@@ -665,7 +327,7 @@ export default {
|
|
|
665
327
|
10,
|
|
666
328
|
{
|
|
667
329
|
"tenant": [
|
|
668
|
-
|
|
330
|
+
17,
|
|
669
331
|
"CreateTenantInput!"
|
|
670
332
|
]
|
|
671
333
|
}
|
|
@@ -674,7 +336,7 @@ export default {
|
|
|
674
336
|
11,
|
|
675
337
|
{
|
|
676
338
|
"requestTokenDto": [
|
|
677
|
-
|
|
339
|
+
19,
|
|
678
340
|
"CreateTenantUserTokenDto!"
|
|
679
341
|
]
|
|
680
342
|
}
|
|
@@ -683,7 +345,7 @@ export default {
|
|
|
683
345
|
11,
|
|
684
346
|
{
|
|
685
347
|
"requestTokenInfoDto": [
|
|
686
|
-
|
|
348
|
+
20,
|
|
687
349
|
"CreateTenantUserTokenFromEmailAndUriDto!"
|
|
688
350
|
]
|
|
689
351
|
}
|
|
@@ -692,7 +354,7 @@ export default {
|
|
|
692
354
|
7,
|
|
693
355
|
{
|
|
694
356
|
"user": [
|
|
695
|
-
|
|
357
|
+
21,
|
|
696
358
|
"CreateActiveUserInput!"
|
|
697
359
|
]
|
|
698
360
|
}
|
|
@@ -707,28 +369,28 @@ export default {
|
|
|
707
369
|
}
|
|
708
370
|
],
|
|
709
371
|
"createIndustry": [
|
|
710
|
-
|
|
372
|
+
14,
|
|
711
373
|
{
|
|
712
374
|
"input": [
|
|
713
|
-
|
|
375
|
+
22,
|
|
714
376
|
"CreateIndustryDto!"
|
|
715
377
|
]
|
|
716
378
|
}
|
|
717
379
|
],
|
|
718
380
|
"createBrand": [
|
|
719
|
-
|
|
381
|
+
12,
|
|
720
382
|
{
|
|
721
383
|
"input": [
|
|
722
|
-
|
|
384
|
+
23,
|
|
723
385
|
"CreateBrandDto!"
|
|
724
386
|
]
|
|
725
387
|
}
|
|
726
388
|
],
|
|
727
389
|
"registerSponsor": [
|
|
728
|
-
|
|
390
|
+
13,
|
|
729
391
|
{
|
|
730
392
|
"input": [
|
|
731
|
-
|
|
393
|
+
24,
|
|
732
394
|
"RegisterSponsorInput!"
|
|
733
395
|
]
|
|
734
396
|
}
|