@snokam/mcp-api 0.75.0 → 0.76.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "0.75.0",
3
+ "version": "0.76.0",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2036,6 +2036,14 @@
2036
2036
  "image": {
2037
2037
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2038
2038
  },
2039
+ "isBot": {
2040
+ "type": "boolean",
2041
+ "nullable": true
2042
+ },
2043
+ "isExternal": {
2044
+ "type": "boolean",
2045
+ "nullable": true
2046
+ },
2039
2047
  "name": {
2040
2048
  "type": "string"
2041
2049
  },
@@ -2500,6 +2508,14 @@
2500
2508
  "image": {
2501
2509
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2502
2510
  },
2511
+ "isBot": {
2512
+ "type": "boolean",
2513
+ "nullable": true
2514
+ },
2515
+ "isExternal": {
2516
+ "type": "boolean",
2517
+ "nullable": true
2518
+ },
2503
2519
  "name": {
2504
2520
  "type": "string"
2505
2521
  },
@@ -1658,6 +1658,14 @@
1658
1658
  ],
1659
1659
  "type": "object"
1660
1660
  },
1661
+ "isExternal": {
1662
+ "type": "boolean",
1663
+ "nullable": true
1664
+ },
1665
+ "isBot": {
1666
+ "type": "boolean",
1667
+ "nullable": true
1668
+ },
1661
1669
  "slug": {
1662
1670
  "$ref": "#/components/schemas/Slug"
1663
1671
  },
@@ -1686,6 +1694,8 @@
1686
1694
  "about",
1687
1695
  "tags",
1688
1696
  "image",
1697
+ "isExternal",
1698
+ "isBot",
1689
1699
  "slug",
1690
1700
  "email",
1691
1701
  "telephone",
@@ -2461,6 +2471,14 @@
2461
2471
  ],
2462
2472
  "nullable": true
2463
2473
  },
2474
+ "isExternal": {
2475
+ "type": "boolean",
2476
+ "nullable": true
2477
+ },
2478
+ "isBot": {
2479
+ "type": "boolean",
2480
+ "nullable": true
2481
+ },
2464
2482
  "slug": {
2465
2483
  "$ref": "#/components/schemas/Slug"
2466
2484
  },
@@ -2488,6 +2506,8 @@
2488
2506
  "position",
2489
2507
  "tags",
2490
2508
  "image",
2509
+ "isExternal",
2510
+ "isBot",
2491
2511
  "slug",
2492
2512
  "email",
2493
2513
  "telephone",
@@ -6837,6 +6857,14 @@
6837
6857
  ],
6838
6858
  "type": "object"
6839
6859
  },
6860
+ "isExternal": {
6861
+ "type": "boolean",
6862
+ "nullable": true
6863
+ },
6864
+ "isBot": {
6865
+ "type": "boolean",
6866
+ "nullable": true
6867
+ },
6840
6868
  "slug": {
6841
6869
  "$ref": "#/components/schemas/Slug"
6842
6870
  },
@@ -6865,6 +6893,8 @@
6865
6893
  "about",
6866
6894
  "tags",
6867
6895
  "image",
6896
+ "isExternal",
6897
+ "isBot",
6868
6898
  "slug",
6869
6899
  "email",
6870
6900
  "telephone",
@@ -20151,6 +20181,14 @@
20151
20181
  ],
20152
20182
  "type": "object"
20153
20183
  },
20184
+ "isExternal": {
20185
+ "type": "boolean",
20186
+ "nullable": true
20187
+ },
20188
+ "isBot": {
20189
+ "type": "boolean",
20190
+ "nullable": true
20191
+ },
20154
20192
  "slug": {
20155
20193
  "$ref": "#/components/schemas/Slug"
20156
20194
  },
@@ -20177,6 +20215,8 @@
20177
20215
  "required": [
20178
20216
  "tags",
20179
20217
  "image",
20218
+ "isExternal",
20219
+ "isBot",
20180
20220
  "slug",
20181
20221
  "email",
20182
20222
  "telephone",
@@ -22252,6 +22292,14 @@
22252
22292
  ],
22253
22293
  "type": "object"
22254
22294
  },
22295
+ "isExternal": {
22296
+ "type": "boolean",
22297
+ "nullable": true
22298
+ },
22299
+ "isBot": {
22300
+ "type": "boolean",
22301
+ "nullable": true
22302
+ },
22255
22303
  "slug": {
22256
22304
  "$ref": "#/components/schemas/Slug"
22257
22305
  },
@@ -22278,6 +22326,8 @@
22278
22326
  "required": [
22279
22327
  "tags",
22280
22328
  "image",
22329
+ "isExternal",
22330
+ "isBot",
22281
22331
  "slug",
22282
22332
  "email",
22283
22333
  "telephone",
@@ -23071,6 +23121,14 @@
23071
23121
  ],
23072
23122
  "type": "object"
23073
23123
  },
23124
+ "isExternal": {
23125
+ "type": "boolean",
23126
+ "nullable": true
23127
+ },
23128
+ "isBot": {
23129
+ "type": "boolean",
23130
+ "nullable": true
23131
+ },
23074
23132
  "slug": {
23075
23133
  "$ref": "#/components/schemas/Slug"
23076
23134
  },
@@ -23097,6 +23155,8 @@
23097
23155
  "required": [
23098
23156
  "tags",
23099
23157
  "image",
23158
+ "isExternal",
23159
+ "isBot",
23100
23160
  "slug",
23101
23161
  "email",
23102
23162
  "telephone",
@@ -25770,6 +25830,14 @@
25770
25830
  ],
25771
25831
  "type": "object"
25772
25832
  },
25833
+ "isExternal": {
25834
+ "type": "boolean",
25835
+ "nullable": true
25836
+ },
25837
+ "isBot": {
25838
+ "type": "boolean",
25839
+ "nullable": true
25840
+ },
25773
25841
  "slug": {
25774
25842
  "$ref": "#/components/schemas/Slug"
25775
25843
  },
@@ -25797,6 +25865,8 @@
25797
25865
  "allergies",
25798
25866
  "tags",
25799
25867
  "image",
25868
+ "isExternal",
25869
+ "isBot",
25800
25870
  "slug",
25801
25871
  "email",
25802
25872
  "telephone",
@@ -25936,6 +26006,14 @@
25936
26006
  ],
25937
26007
  "type": "object"
25938
26008
  },
26009
+ "isExternal": {
26010
+ "type": "boolean",
26011
+ "nullable": true
26012
+ },
26013
+ "isBot": {
26014
+ "type": "boolean",
26015
+ "nullable": true
26016
+ },
25939
26017
  "slug": {
25940
26018
  "$ref": "#/components/schemas/Slug"
25941
26019
  },
@@ -25962,6 +26040,8 @@
25962
26040
  "required": [
25963
26041
  "tags",
25964
26042
  "image",
26043
+ "isExternal",
26044
+ "isBot",
25965
26045
  "slug",
25966
26046
  "email",
25967
26047
  "telephone",
@@ -28284,6 +28364,14 @@
28284
28364
  ],
28285
28365
  "type": "object"
28286
28366
  },
28367
+ "isExternal": {
28368
+ "type": "boolean",
28369
+ "nullable": true
28370
+ },
28371
+ "isBot": {
28372
+ "type": "boolean",
28373
+ "nullable": true
28374
+ },
28287
28375
  "slug": {
28288
28376
  "$ref": "#/components/schemas/Slug"
28289
28377
  },
@@ -28311,6 +28399,8 @@
28311
28399
  "allergies",
28312
28400
  "tags",
28313
28401
  "image",
28402
+ "isExternal",
28403
+ "isBot",
28314
28404
  "slug",
28315
28405
  "email",
28316
28406
  "telephone",
@@ -29053,6 +29143,14 @@
29053
29143
  ],
29054
29144
  "type": "object"
29055
29145
  },
29146
+ "isExternal": {
29147
+ "type": "boolean",
29148
+ "nullable": true
29149
+ },
29150
+ "isBot": {
29151
+ "type": "boolean",
29152
+ "nullable": true
29153
+ },
29056
29154
  "slug": {
29057
29155
  "$ref": "#/components/schemas/Slug"
29058
29156
  },
@@ -29079,6 +29177,8 @@
29079
29177
  "required": [
29080
29178
  "tags",
29081
29179
  "image",
29180
+ "isExternal",
29181
+ "isBot",
29082
29182
  "slug",
29083
29183
  "email",
29084
29184
  "telephone",
@@ -29091,6 +29191,9 @@
29091
29191
  },
29092
29192
  "SanityEmployee": {
29093
29193
  "properties": {
29194
+ "isExternal": {
29195
+ "type": "boolean"
29196
+ },
29094
29197
  "isBot": {
29095
29198
  "type": "boolean"
29096
29199
  },
@@ -30099,6 +30202,14 @@
30099
30202
  ],
30100
30203
  "type": "object"
30101
30204
  },
30205
+ "isExternal": {
30206
+ "type": "boolean",
30207
+ "nullable": true
30208
+ },
30209
+ "isBot": {
30210
+ "type": "boolean",
30211
+ "nullable": true
30212
+ },
30102
30213
  "slug": {
30103
30214
  "$ref": "#/components/schemas/Slug"
30104
30215
  },
@@ -30125,6 +30236,8 @@
30125
30236
  "required": [
30126
30237
  "tags",
30127
30238
  "image",
30239
+ "isExternal",
30240
+ "isBot",
30128
30241
  "slug",
30129
30242
  "email",
30130
30243
  "telephone",
@@ -30276,6 +30389,9 @@
30276
30389
  },
30277
30390
  "SanityCreateEmployee": {
30278
30391
  "properties": {
30392
+ "isExternal": {
30393
+ "type": "boolean"
30394
+ },
30279
30395
  "isBot": {
30280
30396
  "type": "boolean"
30281
30397
  },
@@ -31014,6 +31130,10 @@
31014
31130
  "isBot": {
31015
31131
  "type": "boolean",
31016
31132
  "nullable": true
31133
+ },
31134
+ "isExternal": {
31135
+ "type": "boolean",
31136
+ "nullable": true
31017
31137
  }
31018
31138
  },
31019
31139
  "type": "object",
@@ -31521,6 +31641,14 @@
31521
31641
  ],
31522
31642
  "type": "object"
31523
31643
  },
31644
+ "isExternal": {
31645
+ "type": "boolean",
31646
+ "nullable": true
31647
+ },
31648
+ "isBot": {
31649
+ "type": "boolean",
31650
+ "nullable": true
31651
+ },
31524
31652
  "slug": {
31525
31653
  "$ref": "#/components/schemas/Slug"
31526
31654
  },
@@ -31547,6 +31675,8 @@
31547
31675
  "required": [
31548
31676
  "tags",
31549
31677
  "image",
31678
+ "isExternal",
31679
+ "isBot",
31550
31680
  "slug",
31551
31681
  "email",
31552
31682
  "telephone",
@@ -31996,6 +32126,14 @@
31996
32126
  ],
31997
32127
  "type": "object"
31998
32128
  },
32129
+ "isExternal": {
32130
+ "type": "boolean",
32131
+ "nullable": true
32132
+ },
32133
+ "isBot": {
32134
+ "type": "boolean",
32135
+ "nullable": true
32136
+ },
31999
32137
  "slug": {
32000
32138
  "$ref": "#/components/schemas/Slug"
32001
32139
  },
@@ -32022,6 +32160,8 @@
32022
32160
  "required": [
32023
32161
  "tags",
32024
32162
  "image",
32163
+ "isExternal",
32164
+ "isBot",
32025
32165
  "slug",
32026
32166
  "email",
32027
32167
  "telephone",
@@ -32114,6 +32254,14 @@
32114
32254
  ],
32115
32255
  "type": "object"
32116
32256
  },
32257
+ "isExternal": {
32258
+ "type": "boolean",
32259
+ "nullable": true
32260
+ },
32261
+ "isBot": {
32262
+ "type": "boolean",
32263
+ "nullable": true
32264
+ },
32117
32265
  "slug": {
32118
32266
  "$ref": "#/components/schemas/Slug"
32119
32267
  },
@@ -32140,6 +32288,8 @@
32140
32288
  "required": [
32141
32289
  "tags",
32142
32290
  "image",
32291
+ "isExternal",
32292
+ "isBot",
32143
32293
  "slug",
32144
32294
  "email",
32145
32295
  "telephone",
@@ -33061,6 +33211,14 @@
33061
33211
  ],
33062
33212
  "type": "object"
33063
33213
  },
33214
+ "isExternal": {
33215
+ "type": "boolean",
33216
+ "nullable": true
33217
+ },
33218
+ "isBot": {
33219
+ "type": "boolean",
33220
+ "nullable": true
33221
+ },
33064
33222
  "slug": {
33065
33223
  "$ref": "#/components/schemas/Slug"
33066
33224
  },
@@ -33087,6 +33245,8 @@
33087
33245
  "required": [
33088
33246
  "tags",
33089
33247
  "image",
33248
+ "isExternal",
33249
+ "isBot",
33090
33250
  "slug",
33091
33251
  "email",
33092
33252
  "telephone",
@@ -34908,6 +35068,14 @@
34908
35068
  ],
34909
35069
  "type": "object"
34910
35070
  },
35071
+ "isExternal": {
35072
+ "type": "boolean",
35073
+ "nullable": true
35074
+ },
35075
+ "isBot": {
35076
+ "type": "boolean",
35077
+ "nullable": true
35078
+ },
34911
35079
  "slug": {
34912
35080
  "$ref": "#/components/schemas/Slug"
34913
35081
  },
@@ -34934,6 +35102,8 @@
34934
35102
  "required": [
34935
35103
  "tags",
34936
35104
  "image",
35105
+ "isExternal",
35106
+ "isBot",
34937
35107
  "slug",
34938
35108
  "email",
34939
35109
  "telephone",
@@ -35933,6 +36103,14 @@
35933
36103
  ],
35934
36104
  "type": "object"
35935
36105
  },
36106
+ "isExternal": {
36107
+ "type": "boolean",
36108
+ "nullable": true
36109
+ },
36110
+ "isBot": {
36111
+ "type": "boolean",
36112
+ "nullable": true
36113
+ },
35936
36114
  "slug": {
35937
36115
  "$ref": "#/components/schemas/Slug"
35938
36116
  },
@@ -35959,6 +36137,8 @@
35959
36137
  "required": [
35960
36138
  "tags",
35961
36139
  "image",
36140
+ "isExternal",
36141
+ "isBot",
35962
36142
  "slug",
35963
36143
  "email",
35964
36144
  "telephone",
@@ -36836,6 +37016,14 @@
36836
37016
  ],
36837
37017
  "type": "object"
36838
37018
  },
37019
+ "isExternal": {
37020
+ "type": "boolean",
37021
+ "nullable": true
37022
+ },
37023
+ "isBot": {
37024
+ "type": "boolean",
37025
+ "nullable": true
37026
+ },
36839
37027
  "slug": {
36840
37028
  "$ref": "#/components/schemas/Slug"
36841
37029
  },
@@ -36862,6 +37050,8 @@
36862
37050
  "required": [
36863
37051
  "tags",
36864
37052
  "image",
37053
+ "isExternal",
37054
+ "isBot",
36865
37055
  "slug",
36866
37056
  "email",
36867
37057
  "telephone",
@@ -46332,6 +46522,14 @@
46332
46522
  ],
46333
46523
  "type": "object"
46334
46524
  },
46525
+ "isExternal": {
46526
+ "type": "boolean",
46527
+ "nullable": true
46528
+ },
46529
+ "isBot": {
46530
+ "type": "boolean",
46531
+ "nullable": true
46532
+ },
46335
46533
  "slug": {
46336
46534
  "$ref": "#/components/schemas/Slug"
46337
46535
  },
@@ -46358,6 +46556,8 @@
46358
46556
  "required": [
46359
46557
  "tags",
46360
46558
  "image",
46559
+ "isExternal",
46560
+ "isBot",
46361
46561
  "slug",
46362
46562
  "email",
46363
46563
  "telephone",
@@ -46482,6 +46682,14 @@
46482
46682
  ],
46483
46683
  "type": "object"
46484
46684
  },
46685
+ "isExternal": {
46686
+ "type": "boolean",
46687
+ "nullable": true
46688
+ },
46689
+ "isBot": {
46690
+ "type": "boolean",
46691
+ "nullable": true
46692
+ },
46485
46693
  "slug": {
46486
46694
  "$ref": "#/components/schemas/Slug"
46487
46695
  },
@@ -46508,6 +46716,8 @@
46508
46716
  "required": [
46509
46717
  "tags",
46510
46718
  "image",
46719
+ "isExternal",
46720
+ "isBot",
46511
46721
  "slug",
46512
46722
  "email",
46513
46723
  "telephone",
@@ -53784,6 +53994,24 @@
53784
53994
  "default": false,
53785
53995
  "type": "boolean"
53786
53996
  }
53997
+ },
53998
+ {
53999
+ "in": "query",
54000
+ "name": "includeBots",
54001
+ "required": false,
54002
+ "schema": {
54003
+ "default": false,
54004
+ "type": "boolean"
54005
+ }
54006
+ },
54007
+ {
54008
+ "in": "query",
54009
+ "name": "includeExternals",
54010
+ "required": false,
54011
+ "schema": {
54012
+ "default": false,
54013
+ "type": "boolean"
54014
+ }
53787
54015
  }
53788
54016
  ]
53789
54017
  }
@@ -53889,6 +54117,24 @@
53889
54117
  "default": false,
53890
54118
  "type": "boolean"
53891
54119
  }
54120
+ },
54121
+ {
54122
+ "in": "query",
54123
+ "name": "includeBots",
54124
+ "required": false,
54125
+ "schema": {
54126
+ "default": false,
54127
+ "type": "boolean"
54128
+ }
54129
+ },
54130
+ {
54131
+ "in": "query",
54132
+ "name": "includeExternals",
54133
+ "required": false,
54134
+ "schema": {
54135
+ "default": false,
54136
+ "type": "boolean"
54137
+ }
53892
54138
  }
53893
54139
  ]
53894
54140
  },
@@ -2036,6 +2036,14 @@
2036
2036
  "image": {
2037
2037
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2038
2038
  },
2039
+ "isBot": {
2040
+ "type": "boolean",
2041
+ "nullable": true
2042
+ },
2043
+ "isExternal": {
2044
+ "type": "boolean",
2045
+ "nullable": true
2046
+ },
2039
2047
  "name": {
2040
2048
  "type": "string"
2041
2049
  },
@@ -2500,6 +2508,14 @@
2500
2508
  "image": {
2501
2509
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2502
2510
  },
2511
+ "isBot": {
2512
+ "type": "boolean",
2513
+ "nullable": true
2514
+ },
2515
+ "isExternal": {
2516
+ "type": "boolean",
2517
+ "nullable": true
2518
+ },
2503
2519
  "name": {
2504
2520
  "type": "string"
2505
2521
  },
@@ -1658,6 +1658,14 @@
1658
1658
  ],
1659
1659
  "type": "object"
1660
1660
  },
1661
+ "isExternal": {
1662
+ "type": "boolean",
1663
+ "nullable": true
1664
+ },
1665
+ "isBot": {
1666
+ "type": "boolean",
1667
+ "nullable": true
1668
+ },
1661
1669
  "slug": {
1662
1670
  "$ref": "#/components/schemas/Slug"
1663
1671
  },
@@ -1686,6 +1694,8 @@
1686
1694
  "about",
1687
1695
  "tags",
1688
1696
  "image",
1697
+ "isExternal",
1698
+ "isBot",
1689
1699
  "slug",
1690
1700
  "email",
1691
1701
  "telephone",
@@ -2461,6 +2471,14 @@
2461
2471
  ],
2462
2472
  "nullable": true
2463
2473
  },
2474
+ "isExternal": {
2475
+ "type": "boolean",
2476
+ "nullable": true
2477
+ },
2478
+ "isBot": {
2479
+ "type": "boolean",
2480
+ "nullable": true
2481
+ },
2464
2482
  "slug": {
2465
2483
  "$ref": "#/components/schemas/Slug"
2466
2484
  },
@@ -2488,6 +2506,8 @@
2488
2506
  "position",
2489
2507
  "tags",
2490
2508
  "image",
2509
+ "isExternal",
2510
+ "isBot",
2491
2511
  "slug",
2492
2512
  "email",
2493
2513
  "telephone",
@@ -6837,6 +6857,14 @@
6837
6857
  ],
6838
6858
  "type": "object"
6839
6859
  },
6860
+ "isExternal": {
6861
+ "type": "boolean",
6862
+ "nullable": true
6863
+ },
6864
+ "isBot": {
6865
+ "type": "boolean",
6866
+ "nullable": true
6867
+ },
6840
6868
  "slug": {
6841
6869
  "$ref": "#/components/schemas/Slug"
6842
6870
  },
@@ -6865,6 +6893,8 @@
6865
6893
  "about",
6866
6894
  "tags",
6867
6895
  "image",
6896
+ "isExternal",
6897
+ "isBot",
6868
6898
  "slug",
6869
6899
  "email",
6870
6900
  "telephone",
@@ -20151,6 +20181,14 @@
20151
20181
  ],
20152
20182
  "type": "object"
20153
20183
  },
20184
+ "isExternal": {
20185
+ "type": "boolean",
20186
+ "nullable": true
20187
+ },
20188
+ "isBot": {
20189
+ "type": "boolean",
20190
+ "nullable": true
20191
+ },
20154
20192
  "slug": {
20155
20193
  "$ref": "#/components/schemas/Slug"
20156
20194
  },
@@ -20177,6 +20215,8 @@
20177
20215
  "required": [
20178
20216
  "tags",
20179
20217
  "image",
20218
+ "isExternal",
20219
+ "isBot",
20180
20220
  "slug",
20181
20221
  "email",
20182
20222
  "telephone",
@@ -22252,6 +22292,14 @@
22252
22292
  ],
22253
22293
  "type": "object"
22254
22294
  },
22295
+ "isExternal": {
22296
+ "type": "boolean",
22297
+ "nullable": true
22298
+ },
22299
+ "isBot": {
22300
+ "type": "boolean",
22301
+ "nullable": true
22302
+ },
22255
22303
  "slug": {
22256
22304
  "$ref": "#/components/schemas/Slug"
22257
22305
  },
@@ -22278,6 +22326,8 @@
22278
22326
  "required": [
22279
22327
  "tags",
22280
22328
  "image",
22329
+ "isExternal",
22330
+ "isBot",
22281
22331
  "slug",
22282
22332
  "email",
22283
22333
  "telephone",
@@ -23071,6 +23121,14 @@
23071
23121
  ],
23072
23122
  "type": "object"
23073
23123
  },
23124
+ "isExternal": {
23125
+ "type": "boolean",
23126
+ "nullable": true
23127
+ },
23128
+ "isBot": {
23129
+ "type": "boolean",
23130
+ "nullable": true
23131
+ },
23074
23132
  "slug": {
23075
23133
  "$ref": "#/components/schemas/Slug"
23076
23134
  },
@@ -23097,6 +23155,8 @@
23097
23155
  "required": [
23098
23156
  "tags",
23099
23157
  "image",
23158
+ "isExternal",
23159
+ "isBot",
23100
23160
  "slug",
23101
23161
  "email",
23102
23162
  "telephone",
@@ -25770,6 +25830,14 @@
25770
25830
  ],
25771
25831
  "type": "object"
25772
25832
  },
25833
+ "isExternal": {
25834
+ "type": "boolean",
25835
+ "nullable": true
25836
+ },
25837
+ "isBot": {
25838
+ "type": "boolean",
25839
+ "nullable": true
25840
+ },
25773
25841
  "slug": {
25774
25842
  "$ref": "#/components/schemas/Slug"
25775
25843
  },
@@ -25797,6 +25865,8 @@
25797
25865
  "allergies",
25798
25866
  "tags",
25799
25867
  "image",
25868
+ "isExternal",
25869
+ "isBot",
25800
25870
  "slug",
25801
25871
  "email",
25802
25872
  "telephone",
@@ -25936,6 +26006,14 @@
25936
26006
  ],
25937
26007
  "type": "object"
25938
26008
  },
26009
+ "isExternal": {
26010
+ "type": "boolean",
26011
+ "nullable": true
26012
+ },
26013
+ "isBot": {
26014
+ "type": "boolean",
26015
+ "nullable": true
26016
+ },
25939
26017
  "slug": {
25940
26018
  "$ref": "#/components/schemas/Slug"
25941
26019
  },
@@ -25962,6 +26040,8 @@
25962
26040
  "required": [
25963
26041
  "tags",
25964
26042
  "image",
26043
+ "isExternal",
26044
+ "isBot",
25965
26045
  "slug",
25966
26046
  "email",
25967
26047
  "telephone",
@@ -28284,6 +28364,14 @@
28284
28364
  ],
28285
28365
  "type": "object"
28286
28366
  },
28367
+ "isExternal": {
28368
+ "type": "boolean",
28369
+ "nullable": true
28370
+ },
28371
+ "isBot": {
28372
+ "type": "boolean",
28373
+ "nullable": true
28374
+ },
28287
28375
  "slug": {
28288
28376
  "$ref": "#/components/schemas/Slug"
28289
28377
  },
@@ -28311,6 +28399,8 @@
28311
28399
  "allergies",
28312
28400
  "tags",
28313
28401
  "image",
28402
+ "isExternal",
28403
+ "isBot",
28314
28404
  "slug",
28315
28405
  "email",
28316
28406
  "telephone",
@@ -29053,6 +29143,14 @@
29053
29143
  ],
29054
29144
  "type": "object"
29055
29145
  },
29146
+ "isExternal": {
29147
+ "type": "boolean",
29148
+ "nullable": true
29149
+ },
29150
+ "isBot": {
29151
+ "type": "boolean",
29152
+ "nullable": true
29153
+ },
29056
29154
  "slug": {
29057
29155
  "$ref": "#/components/schemas/Slug"
29058
29156
  },
@@ -29079,6 +29177,8 @@
29079
29177
  "required": [
29080
29178
  "tags",
29081
29179
  "image",
29180
+ "isExternal",
29181
+ "isBot",
29082
29182
  "slug",
29083
29183
  "email",
29084
29184
  "telephone",
@@ -29091,6 +29191,9 @@
29091
29191
  },
29092
29192
  "SanityEmployee": {
29093
29193
  "properties": {
29194
+ "isExternal": {
29195
+ "type": "boolean"
29196
+ },
29094
29197
  "isBot": {
29095
29198
  "type": "boolean"
29096
29199
  },
@@ -30099,6 +30202,14 @@
30099
30202
  ],
30100
30203
  "type": "object"
30101
30204
  },
30205
+ "isExternal": {
30206
+ "type": "boolean",
30207
+ "nullable": true
30208
+ },
30209
+ "isBot": {
30210
+ "type": "boolean",
30211
+ "nullable": true
30212
+ },
30102
30213
  "slug": {
30103
30214
  "$ref": "#/components/schemas/Slug"
30104
30215
  },
@@ -30125,6 +30236,8 @@
30125
30236
  "required": [
30126
30237
  "tags",
30127
30238
  "image",
30239
+ "isExternal",
30240
+ "isBot",
30128
30241
  "slug",
30129
30242
  "email",
30130
30243
  "telephone",
@@ -30276,6 +30389,9 @@
30276
30389
  },
30277
30390
  "SanityCreateEmployee": {
30278
30391
  "properties": {
30392
+ "isExternal": {
30393
+ "type": "boolean"
30394
+ },
30279
30395
  "isBot": {
30280
30396
  "type": "boolean"
30281
30397
  },
@@ -31014,6 +31130,10 @@
31014
31130
  "isBot": {
31015
31131
  "type": "boolean",
31016
31132
  "nullable": true
31133
+ },
31134
+ "isExternal": {
31135
+ "type": "boolean",
31136
+ "nullable": true
31017
31137
  }
31018
31138
  },
31019
31139
  "type": "object",
@@ -31521,6 +31641,14 @@
31521
31641
  ],
31522
31642
  "type": "object"
31523
31643
  },
31644
+ "isExternal": {
31645
+ "type": "boolean",
31646
+ "nullable": true
31647
+ },
31648
+ "isBot": {
31649
+ "type": "boolean",
31650
+ "nullable": true
31651
+ },
31524
31652
  "slug": {
31525
31653
  "$ref": "#/components/schemas/Slug"
31526
31654
  },
@@ -31547,6 +31675,8 @@
31547
31675
  "required": [
31548
31676
  "tags",
31549
31677
  "image",
31678
+ "isExternal",
31679
+ "isBot",
31550
31680
  "slug",
31551
31681
  "email",
31552
31682
  "telephone",
@@ -31996,6 +32126,14 @@
31996
32126
  ],
31997
32127
  "type": "object"
31998
32128
  },
32129
+ "isExternal": {
32130
+ "type": "boolean",
32131
+ "nullable": true
32132
+ },
32133
+ "isBot": {
32134
+ "type": "boolean",
32135
+ "nullable": true
32136
+ },
31999
32137
  "slug": {
32000
32138
  "$ref": "#/components/schemas/Slug"
32001
32139
  },
@@ -32022,6 +32160,8 @@
32022
32160
  "required": [
32023
32161
  "tags",
32024
32162
  "image",
32163
+ "isExternal",
32164
+ "isBot",
32025
32165
  "slug",
32026
32166
  "email",
32027
32167
  "telephone",
@@ -32114,6 +32254,14 @@
32114
32254
  ],
32115
32255
  "type": "object"
32116
32256
  },
32257
+ "isExternal": {
32258
+ "type": "boolean",
32259
+ "nullable": true
32260
+ },
32261
+ "isBot": {
32262
+ "type": "boolean",
32263
+ "nullable": true
32264
+ },
32117
32265
  "slug": {
32118
32266
  "$ref": "#/components/schemas/Slug"
32119
32267
  },
@@ -32140,6 +32288,8 @@
32140
32288
  "required": [
32141
32289
  "tags",
32142
32290
  "image",
32291
+ "isExternal",
32292
+ "isBot",
32143
32293
  "slug",
32144
32294
  "email",
32145
32295
  "telephone",
@@ -33061,6 +33211,14 @@
33061
33211
  ],
33062
33212
  "type": "object"
33063
33213
  },
33214
+ "isExternal": {
33215
+ "type": "boolean",
33216
+ "nullable": true
33217
+ },
33218
+ "isBot": {
33219
+ "type": "boolean",
33220
+ "nullable": true
33221
+ },
33064
33222
  "slug": {
33065
33223
  "$ref": "#/components/schemas/Slug"
33066
33224
  },
@@ -33087,6 +33245,8 @@
33087
33245
  "required": [
33088
33246
  "tags",
33089
33247
  "image",
33248
+ "isExternal",
33249
+ "isBot",
33090
33250
  "slug",
33091
33251
  "email",
33092
33252
  "telephone",
@@ -34908,6 +35068,14 @@
34908
35068
  ],
34909
35069
  "type": "object"
34910
35070
  },
35071
+ "isExternal": {
35072
+ "type": "boolean",
35073
+ "nullable": true
35074
+ },
35075
+ "isBot": {
35076
+ "type": "boolean",
35077
+ "nullable": true
35078
+ },
34911
35079
  "slug": {
34912
35080
  "$ref": "#/components/schemas/Slug"
34913
35081
  },
@@ -34934,6 +35102,8 @@
34934
35102
  "required": [
34935
35103
  "tags",
34936
35104
  "image",
35105
+ "isExternal",
35106
+ "isBot",
34937
35107
  "slug",
34938
35108
  "email",
34939
35109
  "telephone",
@@ -35933,6 +36103,14 @@
35933
36103
  ],
35934
36104
  "type": "object"
35935
36105
  },
36106
+ "isExternal": {
36107
+ "type": "boolean",
36108
+ "nullable": true
36109
+ },
36110
+ "isBot": {
36111
+ "type": "boolean",
36112
+ "nullable": true
36113
+ },
35936
36114
  "slug": {
35937
36115
  "$ref": "#/components/schemas/Slug"
35938
36116
  },
@@ -35959,6 +36137,8 @@
35959
36137
  "required": [
35960
36138
  "tags",
35961
36139
  "image",
36140
+ "isExternal",
36141
+ "isBot",
35962
36142
  "slug",
35963
36143
  "email",
35964
36144
  "telephone",
@@ -36836,6 +37016,14 @@
36836
37016
  ],
36837
37017
  "type": "object"
36838
37018
  },
37019
+ "isExternal": {
37020
+ "type": "boolean",
37021
+ "nullable": true
37022
+ },
37023
+ "isBot": {
37024
+ "type": "boolean",
37025
+ "nullable": true
37026
+ },
36839
37027
  "slug": {
36840
37028
  "$ref": "#/components/schemas/Slug"
36841
37029
  },
@@ -36862,6 +37050,8 @@
36862
37050
  "required": [
36863
37051
  "tags",
36864
37052
  "image",
37053
+ "isExternal",
37054
+ "isBot",
36865
37055
  "slug",
36866
37056
  "email",
36867
37057
  "telephone",
@@ -46332,6 +46522,14 @@
46332
46522
  ],
46333
46523
  "type": "object"
46334
46524
  },
46525
+ "isExternal": {
46526
+ "type": "boolean",
46527
+ "nullable": true
46528
+ },
46529
+ "isBot": {
46530
+ "type": "boolean",
46531
+ "nullable": true
46532
+ },
46335
46533
  "slug": {
46336
46534
  "$ref": "#/components/schemas/Slug"
46337
46535
  },
@@ -46358,6 +46556,8 @@
46358
46556
  "required": [
46359
46557
  "tags",
46360
46558
  "image",
46559
+ "isExternal",
46560
+ "isBot",
46361
46561
  "slug",
46362
46562
  "email",
46363
46563
  "telephone",
@@ -46482,6 +46682,14 @@
46482
46682
  ],
46483
46683
  "type": "object"
46484
46684
  },
46685
+ "isExternal": {
46686
+ "type": "boolean",
46687
+ "nullable": true
46688
+ },
46689
+ "isBot": {
46690
+ "type": "boolean",
46691
+ "nullable": true
46692
+ },
46485
46693
  "slug": {
46486
46694
  "$ref": "#/components/schemas/Slug"
46487
46695
  },
@@ -46508,6 +46716,8 @@
46508
46716
  "required": [
46509
46717
  "tags",
46510
46718
  "image",
46719
+ "isExternal",
46720
+ "isBot",
46511
46721
  "slug",
46512
46722
  "email",
46513
46723
  "telephone",
@@ -53784,6 +53994,24 @@
53784
53994
  "default": false,
53785
53995
  "type": "boolean"
53786
53996
  }
53997
+ },
53998
+ {
53999
+ "in": "query",
54000
+ "name": "includeBots",
54001
+ "required": false,
54002
+ "schema": {
54003
+ "default": false,
54004
+ "type": "boolean"
54005
+ }
54006
+ },
54007
+ {
54008
+ "in": "query",
54009
+ "name": "includeExternals",
54010
+ "required": false,
54011
+ "schema": {
54012
+ "default": false,
54013
+ "type": "boolean"
54014
+ }
53787
54015
  }
53788
54016
  ]
53789
54017
  }
@@ -53889,6 +54117,24 @@
53889
54117
  "default": false,
53890
54118
  "type": "boolean"
53891
54119
  }
54120
+ },
54121
+ {
54122
+ "in": "query",
54123
+ "name": "includeBots",
54124
+ "required": false,
54125
+ "schema": {
54126
+ "default": false,
54127
+ "type": "boolean"
54128
+ }
54129
+ },
54130
+ {
54131
+ "in": "query",
54132
+ "name": "includeExternals",
54133
+ "required": false,
54134
+ "schema": {
54135
+ "default": false,
54136
+ "type": "boolean"
54137
+ }
53892
54138
  }
53893
54139
  ]
53894
54140
  },