@vertikalx/vtx-backend-client 1.0.0-dev.2 → 1.0.0-dev.3

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/types.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  export default {
2
2
  "scalars": [
3
3
  1,
4
- 2
4
+ 2,
5
+ 13,
6
+ 16
5
7
  ],
6
8
  "types": {
7
9
  "ApiKey": {
@@ -173,6 +175,342 @@ export default {
173
175
  1
174
176
  ]
175
177
  },
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
+ },
176
514
  "Brand": {
177
515
  "_id": [
178
516
  1
@@ -268,10 +606,10 @@ export default {
268
606
  }
269
607
  ],
270
608
  "industries": [
271
- 14
609
+ 27
272
610
  ],
273
611
  "findIndustryById": [
274
- 14,
612
+ 27,
275
613
  {
276
614
  "industryId": [
277
615
  1,
@@ -280,10 +618,10 @@ export default {
280
618
  }
281
619
  ],
282
620
  "brands": [
283
- 12
621
+ 25
284
622
  ],
285
623
  "existsValidSponsorForEmail": [
286
- 13,
624
+ 26,
287
625
  {
288
626
  "loginEmail": [
289
627
  1,
@@ -300,7 +638,7 @@ export default {
300
638
  8,
301
639
  {
302
640
  "tenant": [
303
- 17,
641
+ 30,
304
642
  "CreateTenantInput!"
305
643
  ]
306
644
  }
@@ -309,7 +647,7 @@ export default {
309
647
  0,
310
648
  {
311
649
  "newKeyInfo": [
312
- 18,
650
+ 31,
313
651
  "CreateApiKeyInput!"
314
652
  ]
315
653
  }
@@ -318,7 +656,7 @@ export default {
318
656
  3,
319
657
  {
320
658
  "newKeyInfo": [
321
- 18,
659
+ 31,
322
660
  "CreateApiKeyInput!"
323
661
  ]
324
662
  }
@@ -327,7 +665,7 @@ export default {
327
665
  10,
328
666
  {
329
667
  "tenant": [
330
- 17,
668
+ 30,
331
669
  "CreateTenantInput!"
332
670
  ]
333
671
  }
@@ -336,7 +674,7 @@ export default {
336
674
  11,
337
675
  {
338
676
  "requestTokenDto": [
339
- 19,
677
+ 32,
340
678
  "CreateTenantUserTokenDto!"
341
679
  ]
342
680
  }
@@ -345,7 +683,7 @@ export default {
345
683
  11,
346
684
  {
347
685
  "requestTokenInfoDto": [
348
- 20,
686
+ 33,
349
687
  "CreateTenantUserTokenFromEmailAndUriDto!"
350
688
  ]
351
689
  }
@@ -354,7 +692,7 @@ export default {
354
692
  7,
355
693
  {
356
694
  "user": [
357
- 21,
695
+ 34,
358
696
  "CreateActiveUserInput!"
359
697
  ]
360
698
  }
@@ -369,28 +707,28 @@ export default {
369
707
  }
370
708
  ],
371
709
  "createIndustry": [
372
- 14,
710
+ 27,
373
711
  {
374
712
  "input": [
375
- 22,
713
+ 35,
376
714
  "CreateIndustryDto!"
377
715
  ]
378
716
  }
379
717
  ],
380
718
  "createBrand": [
381
- 12,
719
+ 25,
382
720
  {
383
721
  "input": [
384
- 23,
722
+ 36,
385
723
  "CreateBrandDto!"
386
724
  ]
387
725
  }
388
726
  ],
389
727
  "registerSponsor": [
390
- 13,
728
+ 26,
391
729
  {
392
730
  "input": [
393
- 24,
731
+ 37,
394
732
  "RegisterSponsorInput!"
395
733
  ]
396
734
  }