@snokam/mcp-api 2.60.1 → 2.61.0

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.
@@ -2284,16 +2284,13 @@
2284
2284
  "type": "object",
2285
2285
  "properties": {
2286
2286
  "name": {
2287
- "type": "string",
2288
- "nullable": true
2287
+ "type": "string"
2289
2288
  },
2290
2289
  "primary": {
2291
- "type": "boolean",
2292
- "nullable": true
2290
+ "type": "boolean"
2293
2291
  },
2294
2292
  "type": {
2295
- "type": "string",
2296
- "nullable": true
2293
+ "type": "string"
2297
2294
  },
2298
2295
  "currency": {
2299
2296
  "$ref": "#/components/schemas/accountCurrency"
@@ -2301,36 +2298,32 @@
2301
2298
  "balance": {
2302
2299
  "$ref": "#/components/schemas/money"
2303
2300
  },
2304
- "created_at": {
2301
+ "createdAt": {
2305
2302
  "type": "string",
2306
2303
  "format": "date-time",
2307
2304
  "nullable": true
2308
2305
  },
2309
- "updated_at": {
2306
+ "updatedAt": {
2310
2307
  "type": "string",
2311
2308
  "format": "date-time",
2312
2309
  "nullable": true
2313
2310
  },
2314
2311
  "id": {
2315
- "type": "string",
2316
- "nullable": true
2312
+ "type": "string"
2317
2313
  },
2318
2314
  "resource": {
2319
- "type": "string",
2320
- "nullable": true
2315
+ "type": "string"
2321
2316
  },
2322
- "resource_path": {
2323
- "type": "string",
2324
- "nullable": true
2317
+ "resourcePath": {
2318
+ "type": "string"
2325
2319
  },
2326
2320
  "extraJson": {
2327
2321
  "type": "object",
2328
2322
  "additionalProperties": {
2329
- "type": "object"
2323
+ "$ref": "#/components/schemas/jsonElement"
2330
2324
  }
2331
2325
  }
2332
- },
2333
- "nullable": true
2326
+ }
2334
2327
  },
2335
2328
  "accountBalance": {
2336
2329
  "type": "object",
@@ -2353,46 +2346,37 @@
2353
2346
  "type": "object",
2354
2347
  "properties": {
2355
2348
  "code": {
2356
- "type": "string",
2357
- "nullable": true
2349
+ "type": "string"
2358
2350
  },
2359
2351
  "name": {
2360
- "type": "string",
2361
- "nullable": true
2352
+ "type": "string"
2362
2353
  },
2363
2354
  "color": {
2364
- "type": "string",
2365
- "nullable": true
2355
+ "type": "string"
2366
2356
  },
2367
- "sort_index": {
2368
- "type": "string",
2369
- "nullable": true
2357
+ "sortIndex": {
2358
+ "type": "string"
2370
2359
  },
2371
2360
  "exponent": {
2372
2361
  "type": "integer",
2373
- "format": "int32",
2374
- "nullable": true
2362
+ "format": "int32"
2375
2363
  },
2376
2364
  "type": {
2377
- "type": "string",
2378
- "nullable": true
2365
+ "type": "string"
2379
2366
  },
2380
- "address_regex": {
2381
- "type": "string",
2382
- "nullable": true
2367
+ "addressRegex": {
2368
+ "type": "string"
2383
2369
  },
2384
- "asset_id": {
2385
- "type": "string",
2386
- "nullable": true
2370
+ "assetId": {
2371
+ "type": "string"
2387
2372
  },
2388
2373
  "extraJson": {
2389
2374
  "type": "object",
2390
2375
  "additionalProperties": {
2391
- "type": "object"
2376
+ "$ref": "#/components/schemas/jsonElement"
2392
2377
  }
2393
2378
  }
2394
- },
2395
- "nullable": true
2379
+ }
2396
2380
  },
2397
2381
  "accountTransaction": {
2398
2382
  "type": "object",
@@ -2725,8 +2709,7 @@
2725
2709
  "tax": {
2726
2710
  "$ref": "#/components/schemas/tax"
2727
2711
  }
2728
- },
2729
- "nullable": true
2712
+ }
2730
2713
  },
2731
2714
  "basis": {
2732
2715
  "type": "object",
@@ -2747,60 +2730,6 @@
2747
2730
  "type": "integer",
2748
2731
  "format": "int32"
2749
2732
  }
2750
- },
2751
- "nullable": true
2752
- },
2753
- "componentBlocksInnerOneOfChildrenInner": {
2754
- "type": "object",
2755
- "properties": {
2756
- "sanityType": {
2757
- "enum": [
2758
- 1
2759
- ],
2760
- "type": "integer",
2761
- "format": "int32",
2762
- "default": 1
2763
- },
2764
- "sanityKey": {
2765
- "type": "string"
2766
- },
2767
- "marksOption": {
2768
- "$ref": "#/components/schemas/option_list`1"
2769
- },
2770
- "marks": {
2771
- "type": "array",
2772
- "items": {
2773
- "type": "string"
2774
- }
2775
- },
2776
- "textOption": {
2777
- "$ref": "#/components/schemas/option_string"
2778
- },
2779
- "text": {
2780
- "type": "string"
2781
- }
2782
- }
2783
- },
2784
- "componentBlocksInnerOneOfMarkDefsInner": {
2785
- "type": "object",
2786
- "properties": {
2787
- "sanityType": {
2788
- "enum": [
2789
- 1
2790
- ],
2791
- "type": "integer",
2792
- "format": "int32",
2793
- "default": 1
2794
- },
2795
- "sanityKey": {
2796
- "type": "string"
2797
- },
2798
- "hrefOption": {
2799
- "$ref": "#/components/schemas/option_string"
2800
- },
2801
- "href": {
2802
- "type": "string"
2803
- }
2804
2733
  }
2805
2734
  },
2806
2735
  "cryptoBuys": {
@@ -3371,12 +3300,10 @@
3371
3300
  "type": "object",
3372
3301
  "properties": {
3373
3302
  "name": {
3374
- "type": "string",
3375
- "nullable": true
3303
+ "type": "string"
3376
3304
  },
3377
3305
  "email": {
3378
- "type": "string",
3379
- "nullable": true
3306
+ "type": "string"
3380
3307
  },
3381
3308
  "summary": {
3382
3309
  "$ref": "#/components/schemas/summary"
@@ -3385,8 +3312,7 @@
3385
3312
  "type": "array",
3386
3313
  "items": {
3387
3314
  "$ref": "#/components/schemas/transaction"
3388
- },
3389
- "nullable": true
3315
+ }
3390
3316
  }
3391
3317
  }
3392
3318
  },
@@ -3437,25 +3363,21 @@
3437
3363
  "type": "object",
3438
3364
  "properties": {
3439
3365
  "id": {
3440
- "type": "string",
3441
- "nullable": true
3366
+ "type": "string"
3442
3367
  },
3443
3368
  "resource": {
3444
- "type": "string",
3445
- "nullable": true
3369
+ "type": "string"
3446
3370
  },
3447
- "resource_path": {
3448
- "type": "string",
3449
- "nullable": true
3371
+ "resourcePath": {
3372
+ "type": "string"
3450
3373
  },
3451
3374
  "extraJson": {
3452
3375
  "type": "object",
3453
3376
  "additionalProperties": {
3454
- "type": "object"
3377
+ "$ref": "#/components/schemas/jsonElement"
3455
3378
  }
3456
3379
  }
3457
- },
3458
- "nullable": true
3380
+ }
3459
3381
  },
3460
3382
  "error": {
3461
3383
  "type": "object",
@@ -3472,7 +3394,7 @@
3472
3394
  "extraJson": {
3473
3395
  "type": "object",
3474
3396
  "additionalProperties": {
3475
- "type": "object"
3397
+ "$ref": "#/components/schemas/jsonElement"
3476
3398
  }
3477
3399
  }
3478
3400
  }
@@ -3528,33 +3450,27 @@
3528
3450
  "type": "object",
3529
3451
  "properties": {
3530
3452
  "address": {
3531
- "type": "string",
3532
- "nullable": true
3453
+ "type": "string"
3533
3454
  },
3534
3455
  "currency": {
3535
- "type": "string",
3536
- "nullable": true
3456
+ "type": "string"
3537
3457
  },
3538
3458
  "id": {
3539
- "type": "string",
3540
- "nullable": true
3459
+ "type": "string"
3541
3460
  },
3542
3461
  "resource": {
3543
- "type": "string",
3544
- "nullable": true
3462
+ "type": "string"
3545
3463
  },
3546
- "resource_path": {
3547
- "type": "string",
3548
- "nullable": true
3464
+ "resourcePath": {
3465
+ "type": "string"
3549
3466
  },
3550
3467
  "extraJson": {
3551
3468
  "type": "object",
3552
3469
  "additionalProperties": {
3553
- "type": "object"
3470
+ "$ref": "#/components/schemas/jsonElement"
3554
3471
  }
3555
3472
  }
3556
- },
3557
- "nullable": true
3473
+ }
3558
3474
  },
3559
3475
  "gadgetVoucher": {
3560
3476
  "type": "object",
@@ -3592,89 +3508,97 @@
3592
3508
  }
3593
3509
  }
3594
3510
  },
3595
- "jToken": {
3596
- "type": "object"
3511
+ "jsonElement": {
3512
+ "type": "object",
3513
+ "properties": {
3514
+ "valueKind": {
3515
+ "enum": [
3516
+ 0,
3517
+ 1,
3518
+ 2,
3519
+ 3,
3520
+ 4,
3521
+ 5,
3522
+ 6,
3523
+ 7
3524
+ ],
3525
+ "type": "integer",
3526
+ "format": "int32",
3527
+ "default": 0
3528
+ },
3529
+ "item": {
3530
+ "$ref": "#/components/schemas/jsonElement"
3531
+ }
3532
+ }
3597
3533
  },
3598
3534
  "money": {
3599
3535
  "type": "object",
3600
3536
  "properties": {
3601
3537
  "amount": {
3602
3538
  "type": "number",
3603
- "format": "double",
3604
- "nullable": true
3539
+ "format": "double"
3605
3540
  },
3606
3541
  "currency": {
3607
- "type": "string",
3608
- "nullable": true
3542
+ "type": "string"
3609
3543
  },
3610
3544
  "base": {
3611
- "type": "string",
3612
- "nullable": true
3545
+ "type": "string"
3613
3546
  },
3614
3547
  "extraJson": {
3615
3548
  "type": "object",
3616
3549
  "additionalProperties": {
3617
- "type": "object"
3550
+ "$ref": "#/components/schemas/jsonElement"
3618
3551
  }
3619
3552
  }
3620
- },
3621
- "nullable": true
3553
+ }
3622
3554
  },
3623
3555
  "network": {
3624
3556
  "type": "object",
3625
3557
  "properties": {
3626
3558
  "status": {
3627
- "type": "string",
3628
- "nullable": true
3559
+ "type": "string"
3629
3560
  },
3630
3561
  "name": {
3631
- "type": "string",
3632
- "nullable": true
3562
+ "type": "string"
3633
3563
  },
3634
3564
  "hash": {
3635
- "type": "string",
3636
- "nullable": true
3565
+ "type": "string"
3637
3566
  },
3638
- "transaction_fee": {
3567
+ "transactionFee": {
3639
3568
  "$ref": "#/components/schemas/networkMoney"
3640
3569
  },
3641
- "transaction_amount": {
3570
+ "transactionAmount": {
3642
3571
  "$ref": "#/components/schemas/networkMoney"
3643
3572
  },
3644
3573
  "confirmations": {
3645
3574
  "type": "integer",
3646
- "format": "int64",
3647
- "nullable": true
3575
+ "format": "int64"
3648
3576
  },
3649
3577
  "extraJson": {
3650
3578
  "type": "object",
3651
3579
  "additionalProperties": {
3652
- "type": "object"
3580
+ "$ref": "#/components/schemas/jsonElement"
3653
3581
  }
3654
3582
  }
3655
- },
3656
- "nullable": true
3583
+ }
3657
3584
  },
3658
3585
  "networkMoney": {
3659
3586
  "type": "object",
3660
3587
  "properties": {
3661
3588
  "amount": {
3662
3589
  "type": "number",
3663
- "format": "double",
3664
- "nullable": true
3590
+ "format": "double"
3665
3591
  },
3666
3592
  "currency": {
3667
- "type": "string",
3668
- "nullable": true
3593
+ "type": "string"
3669
3594
  },
3670
3595
  "extraJson": {
3671
3596
  "type": "object",
3672
3597
  "additionalProperties": {
3673
- "type": "object"
3598
+ "$ref": "#/components/schemas/jsonElement"
3674
3599
  }
3675
3600
  }
3676
- },
3677
- "nullable": true
3601
+ }
3678
3602
  },
3679
3603
  "option_list`1": {
3680
3604
  "type": "object",
@@ -3972,7 +3896,7 @@
3972
3896
  "extraJson": {
3973
3897
  "type": "object",
3974
3898
  "additionalProperties": {
3975
- "type": "object"
3899
+ "$ref": "#/components/schemas/jsonElement"
3976
3900
  }
3977
3901
  }
3978
3902
  }
@@ -3998,7 +3922,7 @@
3998
3922
  "extraJson": {
3999
3923
  "type": "object",
4000
3924
  "additionalProperties": {
4001
- "type": "object"
3925
+ "$ref": "#/components/schemas/jsonElement"
4002
3926
  }
4003
3927
  }
4004
3928
  }
@@ -4024,7 +3948,7 @@
4024
3948
  "extraJson": {
4025
3949
  "type": "object",
4026
3950
  "additionalProperties": {
4027
- "type": "object"
3951
+ "$ref": "#/components/schemas/jsonElement"
4028
3952
  }
4029
3953
  }
4030
3954
  }
@@ -4050,7 +3974,7 @@
4050
3974
  "extraJson": {
4051
3975
  "type": "object",
4052
3976
  "additionalProperties": {
4053
- "type": "object"
3977
+ "$ref": "#/components/schemas/jsonElement"
4054
3978
  }
4055
3979
  }
4056
3980
  }
@@ -4482,7 +4406,7 @@
4482
4406
  "media": {
4483
4407
  "type": "array",
4484
4408
  "items": {
4485
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
4409
+ "$ref": "#/components/schemas/sanityEmployeeMediaInner"
4486
4410
  }
4487
4411
  },
4488
4412
  "nextOfKin": {
@@ -4724,6 +4648,17 @@
4724
4648
  }
4725
4649
  }
4726
4650
  },
4651
+ "sanityEmployeeMediaInner": {
4652
+ "type": "object",
4653
+ "properties": {
4654
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
4655
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage"
4656
+ },
4657
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
4658
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo"
4659
+ }
4660
+ }
4661
+ },
4727
4662
  "sanityEmployeeNextOfKinInner": {
4728
4663
  "type": "object",
4729
4664
  "properties": {
@@ -4804,7 +4739,7 @@
4804
4739
  "children": {
4805
4740
  "type": "array",
4806
4741
  "items": {
4807
- "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
4742
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerChildrenInner"
4808
4743
  }
4809
4744
  },
4810
4745
  "levelOption": {
@@ -4821,12 +4756,12 @@
4821
4756
  "markDefs": {
4822
4757
  "type": "array",
4823
4758
  "items": {
4824
- "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
4759
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerMarkDefsInner"
4825
4760
  }
4826
4761
  }
4827
4762
  }
4828
4763
  },
4829
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
4764
+ "sanitySystemsInnerDescriptionInnerChildrenInner": {
4830
4765
  "type": "object",
4831
4766
  "properties": {
4832
4767
  "sanityType": {
@@ -4837,21 +4772,27 @@
4837
4772
  "format": "int32",
4838
4773
  "default": 1
4839
4774
  },
4840
- "parent": {
4841
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4842
- },
4843
- "sanityId": {
4775
+ "sanityKey": {
4844
4776
  "type": "string"
4845
4777
  },
4846
- "slug": {
4847
- "$ref": "#/components/schemas/slug"
4778
+ "marksOption": {
4779
+ "$ref": "#/components/schemas/option_list`1"
4848
4780
  },
4849
- "title": {
4781
+ "marks": {
4782
+ "type": "array",
4783
+ "items": {
4784
+ "type": "string"
4785
+ }
4786
+ },
4787
+ "textOption": {
4788
+ "$ref": "#/components/schemas/option_string"
4789
+ },
4790
+ "text": {
4850
4791
  "type": "string"
4851
4792
  }
4852
4793
  }
4853
4794
  },
4854
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
4795
+ "sanitySystemsInnerDescriptionInnerMarkDefsInner": {
4855
4796
  "type": "object",
4856
4797
  "properties": {
4857
4798
  "sanityType": {
@@ -4862,29 +4803,43 @@
4862
4803
  "format": "int32",
4863
4804
  "default": 1
4864
4805
  },
4865
- "name": {
4806
+ "sanityKey": {
4866
4807
  "type": "string"
4867
4808
  },
4868
- "sanityId": {
4869
- "type": "string"
4809
+ "hrefOption": {
4810
+ "$ref": "#/components/schemas/option_string"
4870
4811
  },
4871
- "slug": {
4872
- "$ref": "#/components/schemas/slug"
4812
+ "href": {
4813
+ "type": "string"
4873
4814
  }
4874
4815
  }
4875
4816
  },
4876
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner": {
4817
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
4877
4818
  "type": "object",
4878
4819
  "properties": {
4879
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
4880
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf"
4820
+ "sanityType": {
4821
+ "enum": [
4822
+ 1
4823
+ ],
4824
+ "type": "integer",
4825
+ "format": "int32",
4826
+ "default": 1
4827
+ },
4828
+ "parent": {
4829
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4830
+ },
4831
+ "sanityId": {
4832
+ "type": "string"
4881
4833
  },
4882
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
4883
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1"
4834
+ "slug": {
4835
+ "$ref": "#/components/schemas/slug"
4836
+ },
4837
+ "title": {
4838
+ "type": "string"
4884
4839
  }
4885
4840
  }
4886
4841
  },
4887
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
4842
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
4888
4843
  "type": "object",
4889
4844
  "properties": {
4890
4845
  "sanityType": {
@@ -4895,15 +4850,18 @@
4895
4850
  "format": "int32",
4896
4851
  "default": 1
4897
4852
  },
4898
- "sanityKey": {
4853
+ "name": {
4899
4854
  "type": "string"
4900
4855
  },
4901
- "asset": {
4902
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4856
+ "sanityId": {
4857
+ "type": "string"
4858
+ },
4859
+ "slug": {
4860
+ "$ref": "#/components/schemas/slug"
4903
4861
  }
4904
4862
  }
4905
4863
  },
4906
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
4864
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
4907
4865
  "type": "object",
4908
4866
  "properties": {
4909
4867
  "sanityType": {
@@ -4918,11 +4876,11 @@
4918
4876
  "type": "string"
4919
4877
  },
4920
4878
  "asset": {
4921
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
4879
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4922
4880
  }
4923
4881
  }
4924
4882
  },
4925
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset": {
4883
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
4926
4884
  "type": "object",
4927
4885
  "properties": {
4928
4886
  "sanityType": {
@@ -4933,14 +4891,11 @@
4933
4891
  "format": "int32",
4934
4892
  "default": 1
4935
4893
  },
4936
- "sanityId": {
4937
- "type": "string"
4938
- },
4939
- "filename": {
4894
+ "sanityKey": {
4940
4895
  "type": "string"
4941
4896
  },
4942
- "playbackId": {
4943
- "type": "string"
4897
+ "asset": {
4898
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
4944
4899
  }
4945
4900
  }
4946
4901
  },
@@ -5001,6 +4956,28 @@
5001
4956
  }
5002
4957
  }
5003
4958
  },
4959
+ "sanityVideoMemoryAsset": {
4960
+ "type": "object",
4961
+ "properties": {
4962
+ "sanityType": {
4963
+ "enum": [
4964
+ 1
4965
+ ],
4966
+ "type": "integer",
4967
+ "format": "int32",
4968
+ "default": 1
4969
+ },
4970
+ "sanityId": {
4971
+ "type": "string"
4972
+ },
4973
+ "filename": {
4974
+ "type": "string"
4975
+ },
4976
+ "playbackId": {
4977
+ "type": "string"
4978
+ }
4979
+ }
4980
+ },
5004
4981
  "shareholder": {
5005
4982
  "required": [
5006
4983
  "id",
@@ -5159,8 +5136,7 @@
5159
5136
  "type": "number",
5160
5137
  "format": "double"
5161
5138
  }
5162
- },
5163
- "nullable": true
5139
+ }
5164
5140
  },
5165
5141
  "stockOverview": {
5166
5142
  "required": [
@@ -5279,8 +5255,7 @@
5279
5255
  "amount": {
5280
5256
  "$ref": "#/components/schemas/amount"
5281
5257
  }
5282
- },
5283
- "nullable": true
5258
+ }
5284
5259
  },
5285
5260
  "tax": {
5286
5261
  "type": "object",
@@ -5531,27 +5506,22 @@
5531
5506
  "type": "string"
5532
5507
  },
5533
5508
  "projectCode": {
5534
- "type": "string",
5535
- "nullable": true
5509
+ "type": "string"
5536
5510
  },
5537
5511
  "projectName": {
5538
- "type": "string",
5539
- "nullable": true
5512
+ "type": "string"
5540
5513
  },
5541
5514
  "hours": {
5542
5515
  "type": "number",
5543
- "format": "double",
5544
- "nullable": true
5516
+ "format": "double"
5545
5517
  },
5546
5518
  "commission": {
5547
5519
  "type": "number",
5548
- "format": "double",
5549
- "nullable": true
5520
+ "format": "double"
5550
5521
  },
5551
5522
  "hourlyRate": {
5552
5523
  "type": "integer",
5553
- "format": "int32",
5554
- "nullable": true
5524
+ "format": "int32"
5555
5525
  }
5556
5526
  }
5557
5527
  },
@@ -5559,44 +5529,36 @@
5559
5529
  "type": "object",
5560
5530
  "properties": {
5561
5531
  "address": {
5562
- "type": "string",
5563
- "nullable": true
5532
+ "type": "string"
5564
5533
  },
5565
5534
  "currency": {
5566
- "type": "string",
5567
- "nullable": true
5535
+ "type": "string"
5568
5536
  },
5569
5537
  "id": {
5570
- "type": "string",
5571
- "nullable": true
5538
+ "type": "string"
5572
5539
  },
5573
5540
  "resource": {
5574
- "type": "string",
5575
- "nullable": true
5541
+ "type": "string"
5576
5542
  },
5577
- "resource_path": {
5578
- "type": "string",
5579
- "nullable": true
5543
+ "resourcePath": {
5544
+ "type": "string"
5580
5545
  },
5581
5546
  "extraJson": {
5582
5547
  "type": "object",
5583
5548
  "additionalProperties": {
5584
- "type": "object"
5549
+ "$ref": "#/components/schemas/jsonElement"
5585
5550
  }
5586
5551
  }
5587
- },
5588
- "nullable": true
5552
+ }
5589
5553
  },
5590
5554
  "todaysSalarySummary": {
5591
5555
  "type": "object",
5592
5556
  "properties": {
5593
5557
  "name": {
5594
- "type": "string",
5595
- "nullable": true
5558
+ "type": "string"
5596
5559
  },
5597
5560
  "email": {
5598
- "type": "string",
5599
- "nullable": true
5561
+ "type": "string"
5600
5562
  },
5601
5563
  "todaysSalary": {
5602
5564
  "$ref": "#/components/schemas/amount"
@@ -5614,29 +5576,26 @@
5614
5576
  "type": "object",
5615
5577
  "properties": {
5616
5578
  "type": {
5617
- "type": "string",
5618
- "nullable": true
5579
+ "type": "string"
5619
5580
  },
5620
5581
  "status": {
5621
- "type": "string",
5622
- "nullable": true
5582
+ "type": "string"
5623
5583
  },
5624
5584
  "amount": {
5625
5585
  "$ref": "#/components/schemas/money"
5626
5586
  },
5627
- "native_amount": {
5587
+ "nativeAmount": {
5628
5588
  "$ref": "#/components/schemas/money"
5629
5589
  },
5630
5590
  "description": {
5631
- "type": "string",
5632
- "nullable": true
5591
+ "type": "string"
5633
5592
  },
5634
- "created_at": {
5593
+ "createdAt": {
5635
5594
  "type": "string",
5636
5595
  "format": "date-time",
5637
5596
  "nullable": true
5638
5597
  },
5639
- "updated_at": {
5598
+ "updatedAt": {
5640
5599
  "type": "string",
5641
5600
  "format": "date-time",
5642
5601
  "nullable": true
@@ -5650,43 +5609,37 @@
5650
5609
  "from": {
5651
5610
  "$ref": "#/components/schemas/from"
5652
5611
  },
5653
- "instant_exchange": {
5654
- "type": "boolean",
5655
- "nullable": true
5612
+ "instantExchange": {
5613
+ "type": "boolean"
5656
5614
  },
5657
5615
  "details": {
5658
5616
  "type": "object",
5659
5617
  "additionalProperties": {
5660
- "type": "object"
5661
- },
5662
- "nullable": true
5618
+ "$ref": "#/components/schemas/jsonElement"
5619
+ }
5663
5620
  },
5664
5621
  "application": {
5665
5622
  "type": "object",
5666
5623
  "additionalProperties": {
5667
- "type": "object"
5668
- },
5669
- "nullable": true
5624
+ "$ref": "#/components/schemas/jsonElement"
5625
+ }
5670
5626
  },
5671
5627
  "buy": {
5672
5628
  "$ref": "#/components/schemas/entity"
5673
5629
  },
5674
5630
  "id": {
5675
- "type": "string",
5676
- "nullable": true
5631
+ "type": "string"
5677
5632
  },
5678
5633
  "resource": {
5679
- "type": "string",
5680
- "nullable": true
5634
+ "type": "string"
5681
5635
  },
5682
- "resource_path": {
5683
- "type": "string",
5684
- "nullable": true
5636
+ "resourcePath": {
5637
+ "type": "string"
5685
5638
  },
5686
5639
  "extraJson": {
5687
5640
  "type": "object",
5688
5641
  "additionalProperties": {
5689
- "type": "object"
5642
+ "$ref": "#/components/schemas/jsonElement"
5690
5643
  }
5691
5644
  }
5692
5645
  }
@@ -5701,8 +5654,7 @@
5701
5654
  "type": "array",
5702
5655
  "items": {
5703
5656
  "$ref": "#/components/schemas/transaction"
5704
- },
5705
- "nullable": true
5657
+ }
5706
5658
  }
5707
5659
  }
5708
5660
  },
@@ -5710,49 +5662,39 @@
5710
5662
  "type": "object",
5711
5663
  "properties": {
5712
5664
  "name": {
5713
- "type": "string",
5714
- "nullable": true
5665
+ "type": "string"
5715
5666
  },
5716
5667
  "username": {
5717
- "type": "string",
5718
- "nullable": true
5668
+ "type": "string"
5719
5669
  },
5720
- "profile_location": {
5721
- "type": "string",
5722
- "nullable": true
5670
+ "profileLocation": {
5671
+ "type": "string"
5723
5672
  },
5724
- "profile_bio": {
5725
- "type": "string",
5726
- "nullable": true
5673
+ "profileBio": {
5674
+ "type": "string"
5727
5675
  },
5728
- "profile_url": {
5729
- "type": "string",
5730
- "nullable": true
5676
+ "profileUrl": {
5677
+ "type": "string"
5731
5678
  },
5732
- "avatar_url": {
5733
- "type": "string",
5734
- "nullable": true
5679
+ "avatarUrl": {
5680
+ "type": "string"
5735
5681
  },
5736
5682
  "id": {
5737
- "type": "string",
5738
- "nullable": true
5683
+ "type": "string"
5739
5684
  },
5740
5685
  "resource": {
5741
- "type": "string",
5742
- "nullable": true
5686
+ "type": "string"
5743
5687
  },
5744
- "resource_path": {
5745
- "type": "string",
5746
- "nullable": true
5688
+ "resourcePath": {
5689
+ "type": "string"
5747
5690
  },
5748
5691
  "extraJson": {
5749
5692
  "type": "object",
5750
5693
  "additionalProperties": {
5751
- "type": "object"
5694
+ "$ref": "#/components/schemas/jsonElement"
5752
5695
  }
5753
5696
  }
5754
- },
5755
- "nullable": true
5697
+ }
5756
5698
  },
5757
5699
  "validationFailure": {
5758
5700
  "type": "object",
@@ -5956,7 +5898,7 @@
5956
5898
  "extraJson": {
5957
5899
  "type": "object",
5958
5900
  "additionalProperties": {
5959
- "type": "object"
5901
+ "$ref": "#/components/schemas/jsonElement"
5960
5902
  }
5961
5903
  }
5962
5904
  }