@snokam/mcp-api 2.61.0 → 2.61.1

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",
@@ -3704,6 +3628,46 @@
3704
3628
  }
3705
3629
  }
3706
3630
  },
3631
+ "option_sanityEmployeeCommissionTier": {
3632
+ "type": "object",
3633
+ "properties": {
3634
+ "value": {
3635
+ "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
3636
+ }
3637
+ }
3638
+ },
3639
+ "option_sanityEmployeeManager": {
3640
+ "type": "object",
3641
+ "properties": {
3642
+ "value": {
3643
+ "$ref": "#/components/schemas/sanityEmployeeManager"
3644
+ }
3645
+ }
3646
+ },
3647
+ "option_sanityTvCategoryDashboardsInnerBackgroundImage": {
3648
+ "type": "object",
3649
+ "properties": {
3650
+ "value": {
3651
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
3652
+ }
3653
+ }
3654
+ },
3655
+ "option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
3656
+ "type": "object",
3657
+ "properties": {
3658
+ "value": {
3659
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3660
+ }
3661
+ }
3662
+ },
3663
+ "option_sanityVideoMemoryAsset": {
3664
+ "type": "object",
3665
+ "properties": {
3666
+ "value": {
3667
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
3668
+ }
3669
+ }
3670
+ },
3707
3671
  "option_string": {
3708
3672
  "type": "object",
3709
3673
  "properties": {
@@ -3742,32 +3706,6 @@
3742
3706
  }
3743
3707
  }
3744
3708
  },
3745
- "pageEmployeeOrderInner": {
3746
- "type": "object",
3747
- "properties": {
3748
- "sanityType": {
3749
- "enum": [
3750
- 1
3751
- ],
3752
- "type": "integer",
3753
- "format": "int32",
3754
- "default": 1
3755
- },
3756
- "sanityKey": {
3757
- "type": "string"
3758
- },
3759
- "sanityRef": {
3760
- "type": "string"
3761
- },
3762
- "sanityWeakOption": {
3763
- "$ref": "#/components/schemas/option_nullable`1"
3764
- },
3765
- "sanityWeak": {
3766
- "type": "boolean",
3767
- "nullable": true
3768
- }
3769
- }
3770
- },
3771
3709
  "payItem": {
3772
3710
  "type": "object",
3773
3711
  "properties": {
@@ -3972,7 +3910,7 @@
3972
3910
  "extraJson": {
3973
3911
  "type": "object",
3974
3912
  "additionalProperties": {
3975
- "type": "object"
3913
+ "$ref": "#/components/schemas/jsonElement"
3976
3914
  }
3977
3915
  }
3978
3916
  }
@@ -3998,7 +3936,7 @@
3998
3936
  "extraJson": {
3999
3937
  "type": "object",
4000
3938
  "additionalProperties": {
4001
- "type": "object"
3939
+ "$ref": "#/components/schemas/jsonElement"
4002
3940
  }
4003
3941
  }
4004
3942
  }
@@ -4024,7 +3962,7 @@
4024
3962
  "extraJson": {
4025
3963
  "type": "object",
4026
3964
  "additionalProperties": {
4027
- "type": "object"
3965
+ "$ref": "#/components/schemas/jsonElement"
4028
3966
  }
4029
3967
  }
4030
3968
  }
@@ -4050,7 +3988,7 @@
4050
3988
  "extraJson": {
4051
3989
  "type": "object",
4052
3990
  "additionalProperties": {
4053
- "type": "object"
3991
+ "$ref": "#/components/schemas/jsonElement"
4054
3992
  }
4055
3993
  }
4056
3994
  }
@@ -4377,7 +4315,7 @@
4377
4315
  "type": "string"
4378
4316
  },
4379
4317
  "slug": {
4380
- "$ref": "#/components/schemas/slug"
4318
+ "$ref": "#/components/schemas/sanitySlug"
4381
4319
  },
4382
4320
  "startDate": {
4383
4321
  "type": "string"
@@ -4406,6 +4344,9 @@
4406
4344
  "type": "string"
4407
4345
  }
4408
4346
  },
4347
+ "cliftonStrengthsOption": {
4348
+ "$ref": "#/components/schemas/option_list`1"
4349
+ },
4409
4350
  "cliftonStrengths": {
4410
4351
  "type": "array",
4411
4352
  "items": {
@@ -4418,6 +4359,9 @@
4418
4359
  "coinbaseAccountEmail": {
4419
4360
  "type": "string"
4420
4361
  },
4362
+ "commissionTierOption": {
4363
+ "$ref": "#/components/schemas/option_sanityEmployeeCommissionTier"
4364
+ },
4421
4365
  "commissionTier": {
4422
4366
  "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
4423
4367
  },
@@ -4427,6 +4371,9 @@
4427
4371
  "education": {
4428
4372
  "type": "string"
4429
4373
  },
4374
+ "equipmentOption": {
4375
+ "$ref": "#/components/schemas/option_list`1"
4376
+ },
4430
4377
  "equipment": {
4431
4378
  "type": "array",
4432
4379
  "items": {
@@ -4441,6 +4388,9 @@
4441
4388
  "format": "double",
4442
4389
  "nullable": true
4443
4390
  },
4391
+ "groupsOption": {
4392
+ "$ref": "#/components/schemas/option_list`1"
4393
+ },
4444
4394
  "groups": {
4445
4395
  "type": "array",
4446
4396
  "items": {
@@ -4476,15 +4426,24 @@
4476
4426
  "type": "boolean",
4477
4427
  "nullable": true
4478
4428
  },
4429
+ "managerOption": {
4430
+ "$ref": "#/components/schemas/option_sanityEmployeeManager"
4431
+ },
4479
4432
  "manager": {
4480
4433
  "$ref": "#/components/schemas/sanityEmployeeManager"
4481
4434
  },
4435
+ "mediaOption": {
4436
+ "$ref": "#/components/schemas/option_list`1"
4437
+ },
4482
4438
  "media": {
4483
4439
  "type": "array",
4484
4440
  "items": {
4485
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
4441
+ "$ref": "#/components/schemas/sanityEmployeeMediaInner"
4486
4442
  }
4487
4443
  },
4444
+ "nextOfKinOption": {
4445
+ "$ref": "#/components/schemas/option_list`1"
4446
+ },
4488
4447
  "nextOfKin": {
4489
4448
  "type": "array",
4490
4449
  "items": {
@@ -4511,12 +4470,18 @@
4511
4470
  "position": {
4512
4471
  "type": "string"
4513
4472
  },
4473
+ "tagsOption": {
4474
+ "$ref": "#/components/schemas/option_list`1"
4475
+ },
4514
4476
  "tags": {
4515
4477
  "type": "array",
4516
4478
  "items": {
4517
4479
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4518
4480
  }
4519
4481
  },
4482
+ "technologiesOption": {
4483
+ "$ref": "#/components/schemas/option_list`1"
4484
+ },
4520
4485
  "technologies": {
4521
4486
  "type": "array",
4522
4487
  "items": {
@@ -4621,15 +4586,24 @@
4621
4586
  "title": {
4622
4587
  "type": "string"
4623
4588
  },
4589
+ "descriptionOption": {
4590
+ "$ref": "#/components/schemas/option_list`1"
4591
+ },
4624
4592
  "description": {
4625
4593
  "type": "array",
4626
4594
  "items": {
4627
4595
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
4628
4596
  }
4629
4597
  },
4598
+ "imageOption": {
4599
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
4600
+ },
4630
4601
  "image": {
4631
4602
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
4632
4603
  },
4604
+ "imagesOption": {
4605
+ "$ref": "#/components/schemas/option_list`1"
4606
+ },
4633
4607
  "images": {
4634
4608
  "type": "array",
4635
4609
  "items": {
@@ -4682,7 +4656,7 @@
4682
4656
  "leaders": {
4683
4657
  "type": "array",
4684
4658
  "items": {
4685
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
4659
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
4686
4660
  }
4687
4661
  }
4688
4662
  }
@@ -4711,11 +4685,14 @@
4711
4685
  "type": "string"
4712
4686
  },
4713
4687
  "slug": {
4714
- "$ref": "#/components/schemas/slug"
4688
+ "$ref": "#/components/schemas/sanitySlug"
4715
4689
  },
4716
4690
  "telephone": {
4717
4691
  "type": "string"
4718
4692
  },
4693
+ "tagsOption": {
4694
+ "$ref": "#/components/schemas/option_list`1"
4695
+ },
4719
4696
  "tags": {
4720
4697
  "type": "array",
4721
4698
  "items": {
@@ -4724,6 +4701,17 @@
4724
4701
  }
4725
4702
  }
4726
4703
  },
4704
+ "sanityEmployeeMediaInner": {
4705
+ "type": "object",
4706
+ "properties": {
4707
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
4708
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage"
4709
+ },
4710
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
4711
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
4712
+ }
4713
+ }
4714
+ },
4727
4715
  "sanityEmployeeNextOfKinInner": {
4728
4716
  "type": "object",
4729
4717
  "properties": {
@@ -4752,6 +4740,54 @@
4752
4740
  }
4753
4741
  }
4754
4742
  },
4743
+ "sanityPageEmployeeOrderInner": {
4744
+ "type": "object",
4745
+ "properties": {
4746
+ "sanityType": {
4747
+ "enum": [
4748
+ 1
4749
+ ],
4750
+ "type": "integer",
4751
+ "format": "int32",
4752
+ "default": 1
4753
+ },
4754
+ "sanityKey": {
4755
+ "type": "string"
4756
+ },
4757
+ "sanityRef": {
4758
+ "type": "string"
4759
+ },
4760
+ "sanityWeakOption": {
4761
+ "$ref": "#/components/schemas/option_nullable`1"
4762
+ },
4763
+ "sanityWeak": {
4764
+ "type": "boolean",
4765
+ "nullable": true
4766
+ }
4767
+ }
4768
+ },
4769
+ "sanitySlug": {
4770
+ "type": "object",
4771
+ "properties": {
4772
+ "sanityType": {
4773
+ "enum": [
4774
+ 1
4775
+ ],
4776
+ "type": "integer",
4777
+ "format": "int32",
4778
+ "default": 1
4779
+ },
4780
+ "current": {
4781
+ "type": "string"
4782
+ },
4783
+ "sourceOption": {
4784
+ "$ref": "#/components/schemas/option_string"
4785
+ },
4786
+ "source": {
4787
+ "type": "string"
4788
+ }
4789
+ }
4790
+ },
4755
4791
  "sanitySystemsInnerDescriptionInner": {
4756
4792
  "type": "object",
4757
4793
  "properties": {
@@ -4804,7 +4840,7 @@
4804
4840
  "children": {
4805
4841
  "type": "array",
4806
4842
  "items": {
4807
- "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
4843
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerChildrenInner"
4808
4844
  }
4809
4845
  },
4810
4846
  "levelOption": {
@@ -4821,12 +4857,12 @@
4821
4857
  "markDefs": {
4822
4858
  "type": "array",
4823
4859
  "items": {
4824
- "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
4860
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerMarkDefsInner"
4825
4861
  }
4826
4862
  }
4827
4863
  }
4828
4864
  },
4829
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
4865
+ "sanitySystemsInnerDescriptionInnerChildrenInner": {
4830
4866
  "type": "object",
4831
4867
  "properties": {
4832
4868
  "sanityType": {
@@ -4837,21 +4873,27 @@
4837
4873
  "format": "int32",
4838
4874
  "default": 1
4839
4875
  },
4840
- "parent": {
4841
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4842
- },
4843
- "sanityId": {
4876
+ "sanityKey": {
4844
4877
  "type": "string"
4845
4878
  },
4846
- "slug": {
4847
- "$ref": "#/components/schemas/slug"
4879
+ "marksOption": {
4880
+ "$ref": "#/components/schemas/option_list`1"
4848
4881
  },
4849
- "title": {
4882
+ "marks": {
4883
+ "type": "array",
4884
+ "items": {
4885
+ "type": "string"
4886
+ }
4887
+ },
4888
+ "textOption": {
4889
+ "$ref": "#/components/schemas/option_string"
4890
+ },
4891
+ "text": {
4850
4892
  "type": "string"
4851
4893
  }
4852
4894
  }
4853
4895
  },
4854
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
4896
+ "sanitySystemsInnerDescriptionInnerMarkDefsInner": {
4855
4897
  "type": "object",
4856
4898
  "properties": {
4857
4899
  "sanityType": {
@@ -4862,29 +4904,43 @@
4862
4904
  "format": "int32",
4863
4905
  "default": 1
4864
4906
  },
4865
- "name": {
4907
+ "sanityKey": {
4866
4908
  "type": "string"
4867
4909
  },
4868
- "sanityId": {
4869
- "type": "string"
4910
+ "hrefOption": {
4911
+ "$ref": "#/components/schemas/option_string"
4870
4912
  },
4871
- "slug": {
4872
- "$ref": "#/components/schemas/slug"
4913
+ "href": {
4914
+ "type": "string"
4873
4915
  }
4874
4916
  }
4875
4917
  },
4876
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner": {
4918
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
4877
4919
  "type": "object",
4878
4920
  "properties": {
4879
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
4880
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf"
4921
+ "sanityType": {
4922
+ "enum": [
4923
+ 1
4924
+ ],
4925
+ "type": "integer",
4926
+ "format": "int32",
4927
+ "default": 1
4928
+ },
4929
+ "parent": {
4930
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4931
+ },
4932
+ "sanityId": {
4933
+ "type": "string"
4934
+ },
4935
+ "slug": {
4936
+ "$ref": "#/components/schemas/sanitySlug"
4881
4937
  },
4882
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
4883
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1"
4938
+ "title": {
4939
+ "type": "string"
4884
4940
  }
4885
4941
  }
4886
4942
  },
4887
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
4943
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
4888
4944
  "type": "object",
4889
4945
  "properties": {
4890
4946
  "sanityType": {
@@ -4895,15 +4951,18 @@
4895
4951
  "format": "int32",
4896
4952
  "default": 1
4897
4953
  },
4898
- "sanityKey": {
4954
+ "name": {
4899
4955
  "type": "string"
4900
4956
  },
4901
- "asset": {
4902
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4957
+ "sanityId": {
4958
+ "type": "string"
4959
+ },
4960
+ "slug": {
4961
+ "$ref": "#/components/schemas/sanitySlug"
4903
4962
  }
4904
4963
  }
4905
4964
  },
4906
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
4965
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
4907
4966
  "type": "object",
4908
4967
  "properties": {
4909
4968
  "sanityType": {
@@ -4917,12 +4976,15 @@
4917
4976
  "sanityKey": {
4918
4977
  "type": "string"
4919
4978
  },
4979
+ "assetOption": {
4980
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4981
+ },
4920
4982
  "asset": {
4921
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
4983
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4922
4984
  }
4923
4985
  }
4924
4986
  },
4925
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset": {
4987
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
4926
4988
  "type": "object",
4927
4989
  "properties": {
4928
4990
  "sanityType": {
@@ -4933,14 +4995,14 @@
4933
4995
  "format": "int32",
4934
4996
  "default": 1
4935
4997
  },
4936
- "sanityId": {
4998
+ "sanityKey": {
4937
4999
  "type": "string"
4938
5000
  },
4939
- "filename": {
4940
- "type": "string"
5001
+ "assetOption": {
5002
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
4941
5003
  },
4942
- "playbackId": {
4943
- "type": "string"
5004
+ "asset": {
5005
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
4944
5006
  }
4945
5007
  }
4946
5008
  },
@@ -4955,6 +5017,9 @@
4955
5017
  "format": "int32",
4956
5018
  "default": 1
4957
5019
  },
5020
+ "assetOption": {
5021
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
5022
+ },
4958
5023
  "asset": {
4959
5024
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4960
5025
  }
@@ -4971,6 +5036,9 @@
4971
5036
  "format": "int32",
4972
5037
  "default": 1
4973
5038
  },
5039
+ "assetOption": {
5040
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
5041
+ },
4974
5042
  "asset": {
4975
5043
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4976
5044
  }
@@ -4996,11 +5064,42 @@
4996
5064
  "url": {
4997
5065
  "type": "string"
4998
5066
  },
5067
+ "originalFilenameOption": {
5068
+ "$ref": "#/components/schemas/option_string"
5069
+ },
4999
5070
  "originalFilename": {
5000
5071
  "type": "string"
5001
5072
  }
5002
5073
  }
5003
5074
  },
5075
+ "sanityVideoMemoryAsset": {
5076
+ "type": "object",
5077
+ "properties": {
5078
+ "sanityType": {
5079
+ "enum": [
5080
+ 1
5081
+ ],
5082
+ "type": "integer",
5083
+ "format": "int32",
5084
+ "default": 1
5085
+ },
5086
+ "sanityId": {
5087
+ "type": "string"
5088
+ },
5089
+ "filenameOption": {
5090
+ "$ref": "#/components/schemas/option_string"
5091
+ },
5092
+ "filename": {
5093
+ "type": "string"
5094
+ },
5095
+ "playbackIdOption": {
5096
+ "$ref": "#/components/schemas/option_string"
5097
+ },
5098
+ "playbackId": {
5099
+ "type": "string"
5100
+ }
5101
+ }
5102
+ },
5004
5103
  "shareholder": {
5005
5104
  "required": [
5006
5105
  "id",
@@ -5101,28 +5200,6 @@
5101
5200
  }
5102
5201
  }
5103
5202
  },
5104
- "slug": {
5105
- "type": "object",
5106
- "properties": {
5107
- "sanityType": {
5108
- "enum": [
5109
- 1
5110
- ],
5111
- "type": "integer",
5112
- "format": "int32",
5113
- "default": 1
5114
- },
5115
- "current": {
5116
- "type": "string"
5117
- },
5118
- "sourceOption": {
5119
- "$ref": "#/components/schemas/option_string"
5120
- },
5121
- "source": {
5122
- "type": "string"
5123
- }
5124
- }
5125
- },
5126
5203
  "statistics": {
5127
5204
  "type": "object",
5128
5205
  "properties": {
@@ -5159,8 +5236,7 @@
5159
5236
  "type": "number",
5160
5237
  "format": "double"
5161
5238
  }
5162
- },
5163
- "nullable": true
5239
+ }
5164
5240
  },
5165
5241
  "stockOverview": {
5166
5242
  "required": [
@@ -5279,8 +5355,7 @@
5279
5355
  "amount": {
5280
5356
  "$ref": "#/components/schemas/amount"
5281
5357
  }
5282
- },
5283
- "nullable": true
5358
+ }
5284
5359
  },
5285
5360
  "tax": {
5286
5361
  "type": "object",
@@ -5531,27 +5606,22 @@
5531
5606
  "type": "string"
5532
5607
  },
5533
5608
  "projectCode": {
5534
- "type": "string",
5535
- "nullable": true
5609
+ "type": "string"
5536
5610
  },
5537
5611
  "projectName": {
5538
- "type": "string",
5539
- "nullable": true
5612
+ "type": "string"
5540
5613
  },
5541
5614
  "hours": {
5542
5615
  "type": "number",
5543
- "format": "double",
5544
- "nullable": true
5616
+ "format": "double"
5545
5617
  },
5546
5618
  "commission": {
5547
5619
  "type": "number",
5548
- "format": "double",
5549
- "nullable": true
5620
+ "format": "double"
5550
5621
  },
5551
5622
  "hourlyRate": {
5552
5623
  "type": "integer",
5553
- "format": "int32",
5554
- "nullable": true
5624
+ "format": "int32"
5555
5625
  }
5556
5626
  }
5557
5627
  },
@@ -5559,44 +5629,36 @@
5559
5629
  "type": "object",
5560
5630
  "properties": {
5561
5631
  "address": {
5562
- "type": "string",
5563
- "nullable": true
5632
+ "type": "string"
5564
5633
  },
5565
5634
  "currency": {
5566
- "type": "string",
5567
- "nullable": true
5635
+ "type": "string"
5568
5636
  },
5569
5637
  "id": {
5570
- "type": "string",
5571
- "nullable": true
5638
+ "type": "string"
5572
5639
  },
5573
5640
  "resource": {
5574
- "type": "string",
5575
- "nullable": true
5641
+ "type": "string"
5576
5642
  },
5577
- "resource_path": {
5578
- "type": "string",
5579
- "nullable": true
5643
+ "resourcePath": {
5644
+ "type": "string"
5580
5645
  },
5581
5646
  "extraJson": {
5582
5647
  "type": "object",
5583
5648
  "additionalProperties": {
5584
- "type": "object"
5649
+ "$ref": "#/components/schemas/jsonElement"
5585
5650
  }
5586
5651
  }
5587
- },
5588
- "nullable": true
5652
+ }
5589
5653
  },
5590
5654
  "todaysSalarySummary": {
5591
5655
  "type": "object",
5592
5656
  "properties": {
5593
5657
  "name": {
5594
- "type": "string",
5595
- "nullable": true
5658
+ "type": "string"
5596
5659
  },
5597
5660
  "email": {
5598
- "type": "string",
5599
- "nullable": true
5661
+ "type": "string"
5600
5662
  },
5601
5663
  "todaysSalary": {
5602
5664
  "$ref": "#/components/schemas/amount"
@@ -5614,29 +5676,26 @@
5614
5676
  "type": "object",
5615
5677
  "properties": {
5616
5678
  "type": {
5617
- "type": "string",
5618
- "nullable": true
5679
+ "type": "string"
5619
5680
  },
5620
5681
  "status": {
5621
- "type": "string",
5622
- "nullable": true
5682
+ "type": "string"
5623
5683
  },
5624
5684
  "amount": {
5625
5685
  "$ref": "#/components/schemas/money"
5626
5686
  },
5627
- "native_amount": {
5687
+ "nativeAmount": {
5628
5688
  "$ref": "#/components/schemas/money"
5629
5689
  },
5630
5690
  "description": {
5631
- "type": "string",
5632
- "nullable": true
5691
+ "type": "string"
5633
5692
  },
5634
- "created_at": {
5693
+ "createdAt": {
5635
5694
  "type": "string",
5636
5695
  "format": "date-time",
5637
5696
  "nullable": true
5638
5697
  },
5639
- "updated_at": {
5698
+ "updatedAt": {
5640
5699
  "type": "string",
5641
5700
  "format": "date-time",
5642
5701
  "nullable": true
@@ -5650,43 +5709,37 @@
5650
5709
  "from": {
5651
5710
  "$ref": "#/components/schemas/from"
5652
5711
  },
5653
- "instant_exchange": {
5654
- "type": "boolean",
5655
- "nullable": true
5712
+ "instantExchange": {
5713
+ "type": "boolean"
5656
5714
  },
5657
5715
  "details": {
5658
5716
  "type": "object",
5659
5717
  "additionalProperties": {
5660
- "type": "object"
5661
- },
5662
- "nullable": true
5718
+ "$ref": "#/components/schemas/jsonElement"
5719
+ }
5663
5720
  },
5664
5721
  "application": {
5665
5722
  "type": "object",
5666
5723
  "additionalProperties": {
5667
- "type": "object"
5668
- },
5669
- "nullable": true
5724
+ "$ref": "#/components/schemas/jsonElement"
5725
+ }
5670
5726
  },
5671
5727
  "buy": {
5672
5728
  "$ref": "#/components/schemas/entity"
5673
5729
  },
5674
5730
  "id": {
5675
- "type": "string",
5676
- "nullable": true
5731
+ "type": "string"
5677
5732
  },
5678
5733
  "resource": {
5679
- "type": "string",
5680
- "nullable": true
5734
+ "type": "string"
5681
5735
  },
5682
- "resource_path": {
5683
- "type": "string",
5684
- "nullable": true
5736
+ "resourcePath": {
5737
+ "type": "string"
5685
5738
  },
5686
5739
  "extraJson": {
5687
5740
  "type": "object",
5688
5741
  "additionalProperties": {
5689
- "type": "object"
5742
+ "$ref": "#/components/schemas/jsonElement"
5690
5743
  }
5691
5744
  }
5692
5745
  }
@@ -5701,8 +5754,7 @@
5701
5754
  "type": "array",
5702
5755
  "items": {
5703
5756
  "$ref": "#/components/schemas/transaction"
5704
- },
5705
- "nullable": true
5757
+ }
5706
5758
  }
5707
5759
  }
5708
5760
  },
@@ -5710,49 +5762,39 @@
5710
5762
  "type": "object",
5711
5763
  "properties": {
5712
5764
  "name": {
5713
- "type": "string",
5714
- "nullable": true
5765
+ "type": "string"
5715
5766
  },
5716
5767
  "username": {
5717
- "type": "string",
5718
- "nullable": true
5768
+ "type": "string"
5719
5769
  },
5720
- "profile_location": {
5721
- "type": "string",
5722
- "nullable": true
5770
+ "profileLocation": {
5771
+ "type": "string"
5723
5772
  },
5724
- "profile_bio": {
5725
- "type": "string",
5726
- "nullable": true
5773
+ "profileBio": {
5774
+ "type": "string"
5727
5775
  },
5728
- "profile_url": {
5729
- "type": "string",
5730
- "nullable": true
5776
+ "profileUrl": {
5777
+ "type": "string"
5731
5778
  },
5732
- "avatar_url": {
5733
- "type": "string",
5734
- "nullable": true
5779
+ "avatarUrl": {
5780
+ "type": "string"
5735
5781
  },
5736
5782
  "id": {
5737
- "type": "string",
5738
- "nullable": true
5783
+ "type": "string"
5739
5784
  },
5740
5785
  "resource": {
5741
- "type": "string",
5742
- "nullable": true
5786
+ "type": "string"
5743
5787
  },
5744
- "resource_path": {
5745
- "type": "string",
5746
- "nullable": true
5788
+ "resourcePath": {
5789
+ "type": "string"
5747
5790
  },
5748
5791
  "extraJson": {
5749
5792
  "type": "object",
5750
5793
  "additionalProperties": {
5751
- "type": "object"
5794
+ "$ref": "#/components/schemas/jsonElement"
5752
5795
  }
5753
5796
  }
5754
- },
5755
- "nullable": true
5797
+ }
5756
5798
  },
5757
5799
  "validationFailure": {
5758
5800
  "type": "object",
@@ -5956,7 +5998,7 @@
5956
5998
  "extraJson": {
5957
5999
  "type": "object",
5958
6000
  "additionalProperties": {
5959
- "type": "object"
6001
+ "$ref": "#/components/schemas/jsonElement"
5960
6002
  }
5961
6003
  }
5962
6004
  }