@snokam/mcp-api 0.106.0 → 0.106.2

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.
@@ -1656,7 +1656,8 @@
1656
1656
  "asset",
1657
1657
  "sanityType"
1658
1658
  ],
1659
- "type": "object"
1659
+ "type": "object",
1660
+ "nullable": true
1660
1661
  },
1661
1662
  "isExternal": {
1662
1663
  "type": "boolean",
@@ -6855,7 +6856,8 @@
6855
6856
  "asset",
6856
6857
  "sanityType"
6857
6858
  ],
6858
- "type": "object"
6859
+ "type": "object",
6860
+ "nullable": true
6859
6861
  },
6860
6862
  "isExternal": {
6861
6863
  "type": "boolean",
@@ -20179,7 +20181,8 @@
20179
20181
  "asset",
20180
20182
  "sanityType"
20181
20183
  ],
20182
- "type": "object"
20184
+ "type": "object",
20185
+ "nullable": true
20183
20186
  },
20184
20187
  "isExternal": {
20185
20188
  "type": "boolean",
@@ -21368,18 +21371,6 @@
21368
21371
  "hueUsername": {
21369
21372
  "type": "string"
21370
21373
  },
21371
- "hueRefreshTokenExpiryDate": {
21372
- "type": "string"
21373
- },
21374
- "hueRefreshToken": {
21375
- "type": "string"
21376
- },
21377
- "sonosRefreshTokenExpiryDate": {
21378
- "type": "string"
21379
- },
21380
- "sonosRefreshToken": {
21381
- "type": "string"
21382
- },
21383
21374
  "party": {
21384
21375
  "type": "boolean"
21385
21376
  },
@@ -21436,22 +21427,6 @@
21436
21427
  "type": "boolean",
21437
21428
  "nullable": true
21438
21429
  },
21439
- "sonosRefreshToken": {
21440
- "type": "string",
21441
- "nullable": true
21442
- },
21443
- "sonosRefreshTokenExpiryDate": {
21444
- "type": "string",
21445
- "nullable": true
21446
- },
21447
- "hueRefreshToken": {
21448
- "type": "string",
21449
- "nullable": true
21450
- },
21451
- "hueRefreshTokenExpiryDate": {
21452
- "type": "string",
21453
- "nullable": true
21454
- },
21455
21430
  "hueUsername": {
21456
21431
  "type": "string",
21457
21432
  "nullable": true
@@ -22158,6 +22133,30 @@
22158
22133
  "type": "object",
22159
22134
  "nullable": true
22160
22135
  },
22136
+ "IntegrationHealthResult": {
22137
+ "properties": {
22138
+ "key": {
22139
+ "type": "string"
22140
+ },
22141
+ "status": {
22142
+ "type": "string",
22143
+ "enum": [
22144
+ "ok",
22145
+ "fail"
22146
+ ]
22147
+ },
22148
+ "message": {
22149
+ "type": "string"
22150
+ }
22151
+ },
22152
+ "required": [
22153
+ "key",
22154
+ "status",
22155
+ "message"
22156
+ ],
22157
+ "type": "object",
22158
+ "additionalProperties": true
22159
+ },
22161
22160
  "SanityGroup": {
22162
22161
  "properties": {
22163
22162
  "image": {
@@ -22293,7 +22292,8 @@
22293
22292
  "asset",
22294
22293
  "sanityType"
22295
22294
  ],
22296
- "type": "object"
22295
+ "type": "object",
22296
+ "nullable": true
22297
22297
  },
22298
22298
  "isExternal": {
22299
22299
  "type": "boolean",
@@ -23122,7 +23122,8 @@
23122
23122
  "asset",
23123
23123
  "sanityType"
23124
23124
  ],
23125
- "type": "object"
23125
+ "type": "object",
23126
+ "nullable": true
23126
23127
  },
23127
23128
  "isExternal": {
23128
23129
  "type": "boolean",
@@ -25835,7 +25836,8 @@
25835
25836
  "asset",
25836
25837
  "sanityType"
25837
25838
  ],
25838
- "type": "object"
25839
+ "type": "object",
25840
+ "nullable": true
25839
25841
  },
25840
25842
  "isExternal": {
25841
25843
  "type": "boolean",
@@ -26011,7 +26013,8 @@
26011
26013
  "asset",
26012
26014
  "sanityType"
26013
26015
  ],
26014
- "type": "object"
26016
+ "type": "object",
26017
+ "nullable": true
26015
26018
  },
26016
26019
  "isExternal": {
26017
26020
  "type": "boolean",
@@ -28369,7 +28372,8 @@
28369
28372
  "asset",
28370
28373
  "sanityType"
28371
28374
  ],
28372
- "type": "object"
28375
+ "type": "object",
28376
+ "nullable": true
28373
28377
  },
28374
28378
  "isExternal": {
28375
28379
  "type": "boolean",
@@ -29148,7 +29152,8 @@
29148
29152
  "asset",
29149
29153
  "sanityType"
29150
29154
  ],
29151
- "type": "object"
29155
+ "type": "object",
29156
+ "nullable": true
29152
29157
  },
29153
29158
  "isExternal": {
29154
29159
  "type": "boolean",
@@ -29999,7 +30004,8 @@
29999
30004
  "asset",
30000
30005
  "sanityType"
30001
30006
  ],
30002
- "type": "object"
30007
+ "type": "object",
30008
+ "nullable": true
30003
30009
  },
30004
30010
  "image": {
30005
30011
  "properties": {
@@ -30048,7 +30054,8 @@
30048
30054
  "asset",
30049
30055
  "sanityType"
30050
30056
  ],
30051
- "type": "object"
30057
+ "type": "object",
30058
+ "nullable": true
30052
30059
  },
30053
30060
  "technologies": {
30054
30061
  "items": {
@@ -30229,7 +30236,8 @@
30229
30236
  "asset",
30230
30237
  "sanityType"
30231
30238
  ],
30232
- "type": "object"
30239
+ "type": "object",
30240
+ "nullable": true
30233
30241
  },
30234
30242
  "isExternal": {
30235
30243
  "type": "boolean",
@@ -30779,13 +30787,11 @@
30779
30787
  "required": [
30780
30788
  "boardMember",
30781
30789
  "telephone",
30782
- "blurred_image",
30783
30790
  "start_date",
30784
30791
  "birth_date",
30785
30792
  "gender",
30786
30793
  "active",
30787
30794
  "slug",
30788
- "image",
30789
30795
  "email",
30790
30796
  "name",
30791
30797
  "sanityType"
@@ -31731,7 +31737,8 @@
31731
31737
  "asset",
31732
31738
  "sanityType"
31733
31739
  ],
31734
- "type": "object"
31740
+ "type": "object",
31741
+ "nullable": true
31735
31742
  },
31736
31743
  "isExternal": {
31737
31744
  "type": "boolean",
@@ -32216,7 +32223,8 @@
32216
32223
  "asset",
32217
32224
  "sanityType"
32218
32225
  ],
32219
- "type": "object"
32226
+ "type": "object",
32227
+ "nullable": true
32220
32228
  },
32221
32229
  "isExternal": {
32222
32230
  "type": "boolean",
@@ -32344,7 +32352,8 @@
32344
32352
  "asset",
32345
32353
  "sanityType"
32346
32354
  ],
32347
- "type": "object"
32355
+ "type": "object",
32356
+ "nullable": true
32348
32357
  },
32349
32358
  "isExternal": {
32350
32359
  "type": "boolean",
@@ -33301,7 +33310,8 @@
33301
33310
  "asset",
33302
33311
  "sanityType"
33303
33312
  ],
33304
- "type": "object"
33313
+ "type": "object",
33314
+ "nullable": true
33305
33315
  },
33306
33316
  "isExternal": {
33307
33317
  "type": "boolean",
@@ -35233,7 +35243,8 @@
35233
35243
  "asset",
35234
35244
  "sanityType"
35235
35245
  ],
35236
- "type": "object"
35246
+ "type": "object",
35247
+ "nullable": true
35237
35248
  },
35238
35249
  "isExternal": {
35239
35250
  "type": "boolean",
@@ -36268,7 +36279,8 @@
36268
36279
  "asset",
36269
36280
  "sanityType"
36270
36281
  ],
36271
- "type": "object"
36282
+ "type": "object",
36283
+ "nullable": true
36272
36284
  },
36273
36285
  "isExternal": {
36274
36286
  "type": "boolean",
@@ -37181,7 +37193,8 @@
37181
37193
  "asset",
37182
37194
  "sanityType"
37183
37195
  ],
37184
- "type": "object"
37196
+ "type": "object",
37197
+ "nullable": true
37185
37198
  },
37186
37199
  "isExternal": {
37187
37200
  "type": "boolean",
@@ -46687,7 +46700,8 @@
46687
46700
  "asset",
46688
46701
  "sanityType"
46689
46702
  ],
46690
- "type": "object"
46703
+ "type": "object",
46704
+ "nullable": true
46691
46705
  },
46692
46706
  "isExternal": {
46693
46707
  "type": "boolean",
@@ -46847,7 +46861,8 @@
46847
46861
  "asset",
46848
46862
  "sanityType"
46849
46863
  ],
46850
- "type": "object"
46864
+ "type": "object",
46865
+ "nullable": true
46851
46866
  },
46852
46867
  "isExternal": {
46853
46868
  "type": "boolean",
@@ -47239,11 +47254,11 @@
47239
47254
  "type": "oauth2",
47240
47255
  "flows": {
47241
47256
  "implicit": {
47242
- "authorizationUrl": "https://login.microsoftonline.com/a8533784-aa3c-403b-a61a-1533ecc6e3ed/oauth2/v2.0/authorize",
47243
- "tokenUrl": "https://login.microsoftonline.com/a8533784-aa3c-403b-a61a-1533ecc6e3ed/oauth2/v2.0/token",
47244
- "refreshUrl": "https://login.microsoftonline.com/a8533784-aa3c-403b-a61a-1533ecc6e3ed/oauth2/v2.0/token",
47257
+ "authorizationUrl": "WILL BE REPLACED",
47258
+ "tokenUrl": "WILL BE REPLACED",
47259
+ "refreshUrl": "WILL BE REPLACED",
47245
47260
  "scopes": {
47246
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default": "Default function scope"
47261
+ "WILL BE REPLACED": "Default function scope"
47247
47262
  }
47248
47263
  }
47249
47264
  }
@@ -47284,7 +47299,7 @@
47284
47299
  "security": [
47285
47300
  {
47286
47301
  "Implicit": [
47287
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47302
+ "WILL BE REPLACED"
47288
47303
  ]
47289
47304
  }
47290
47305
  ],
@@ -47331,7 +47346,7 @@
47331
47346
  "security": [
47332
47347
  {
47333
47348
  "Implicit": [
47334
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47349
+ "WILL BE REPLACED"
47335
47350
  ]
47336
47351
  }
47337
47352
  ],
@@ -47389,7 +47404,7 @@
47389
47404
  "security": [
47390
47405
  {
47391
47406
  "Implicit": [
47392
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47407
+ "WILL BE REPLACED"
47393
47408
  ]
47394
47409
  }
47395
47410
  ],
@@ -47444,7 +47459,7 @@
47444
47459
  "security": [
47445
47460
  {
47446
47461
  "Implicit": [
47447
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47462
+ "WILL BE REPLACED"
47448
47463
  ]
47449
47464
  }
47450
47465
  ],
@@ -47503,7 +47518,7 @@
47503
47518
  "security": [
47504
47519
  {
47505
47520
  "Implicit": [
47506
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47521
+ "WILL BE REPLACED"
47507
47522
  ]
47508
47523
  }
47509
47524
  ],
@@ -47554,7 +47569,7 @@
47554
47569
  "security": [
47555
47570
  {
47556
47571
  "Implicit": [
47557
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47572
+ "WILL BE REPLACED"
47558
47573
  ]
47559
47574
  }
47560
47575
  ],
@@ -47619,7 +47634,7 @@
47619
47634
  "security": [
47620
47635
  {
47621
47636
  "Implicit": [
47622
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47637
+ "WILL BE REPLACED"
47623
47638
  ]
47624
47639
  }
47625
47640
  ],
@@ -47678,7 +47693,7 @@
47678
47693
  "security": [
47679
47694
  {
47680
47695
  "Implicit": [
47681
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47696
+ "WILL BE REPLACED"
47682
47697
  ]
47683
47698
  }
47684
47699
  ],
@@ -47729,7 +47744,7 @@
47729
47744
  "security": [
47730
47745
  {
47731
47746
  "Implicit": [
47732
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47747
+ "WILL BE REPLACED"
47733
47748
  ]
47734
47749
  }
47735
47750
  ],
@@ -47772,7 +47787,7 @@
47772
47787
  "security": [
47773
47788
  {
47774
47789
  "Implicit": [
47775
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47790
+ "WILL BE REPLACED"
47776
47791
  ]
47777
47792
  }
47778
47793
  ],
@@ -47813,7 +47828,7 @@
47813
47828
  "security": [
47814
47829
  {
47815
47830
  "Implicit": [
47816
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47831
+ "WILL BE REPLACED"
47817
47832
  ]
47818
47833
  }
47819
47834
  ],
@@ -47860,7 +47875,7 @@
47860
47875
  "security": [
47861
47876
  {
47862
47877
  "Implicit": [
47863
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47878
+ "WILL BE REPLACED"
47864
47879
  ]
47865
47880
  }
47866
47881
  ],
@@ -47915,7 +47930,7 @@
47915
47930
  "security": [
47916
47931
  {
47917
47932
  "Implicit": [
47918
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47933
+ "WILL BE REPLACED"
47919
47934
  ]
47920
47935
  }
47921
47936
  ],
@@ -47961,7 +47976,7 @@
47961
47976
  "security": [
47962
47977
  {
47963
47978
  "Implicit": [
47964
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
47979
+ "WILL BE REPLACED"
47965
47980
  ]
47966
47981
  }
47967
47982
  ],
@@ -47999,7 +48014,7 @@
47999
48014
  "security": [
48000
48015
  {
48001
48016
  "Implicit": [
48002
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48017
+ "WILL BE REPLACED"
48003
48018
  ]
48004
48019
  }
48005
48020
  ],
@@ -48053,7 +48068,7 @@
48053
48068
  "security": [
48054
48069
  {
48055
48070
  "Implicit": [
48056
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48071
+ "WILL BE REPLACED"
48057
48072
  ]
48058
48073
  }
48059
48074
  ],
@@ -48099,7 +48114,7 @@
48099
48114
  "security": [
48100
48115
  {
48101
48116
  "Implicit": [
48102
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48117
+ "WILL BE REPLACED"
48103
48118
  ]
48104
48119
  }
48105
48120
  ],
@@ -48139,7 +48154,7 @@
48139
48154
  "security": [
48140
48155
  {
48141
48156
  "Implicit": [
48142
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48157
+ "WILL BE REPLACED"
48143
48158
  ]
48144
48159
  }
48145
48160
  ],
@@ -48228,7 +48243,7 @@
48228
48243
  "security": [
48229
48244
  {
48230
48245
  "Implicit": [
48231
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48246
+ "WILL BE REPLACED"
48232
48247
  ]
48233
48248
  }
48234
48249
  ],
@@ -48266,7 +48281,7 @@
48266
48281
  "security": [
48267
48282
  {
48268
48283
  "Implicit": [
48269
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48284
+ "WILL BE REPLACED"
48270
48285
  ]
48271
48286
  }
48272
48287
  ],
@@ -48321,7 +48336,7 @@
48321
48336
  "security": [
48322
48337
  {
48323
48338
  "Implicit": [
48324
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48339
+ "WILL BE REPLACED"
48325
48340
  ]
48326
48341
  }
48327
48342
  ],
@@ -48403,7 +48418,7 @@
48403
48418
  "security": [
48404
48419
  {
48405
48420
  "Implicit": [
48406
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48421
+ "WILL BE REPLACED"
48407
48422
  ]
48408
48423
  }
48409
48424
  ],
@@ -48474,7 +48489,7 @@
48474
48489
  "security": [
48475
48490
  {
48476
48491
  "Implicit": [
48477
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48492
+ "WILL BE REPLACED"
48478
48493
  ]
48479
48494
  }
48480
48495
  ],
@@ -48553,7 +48568,7 @@
48553
48568
  "security": [
48554
48569
  {
48555
48570
  "Implicit": [
48556
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48571
+ "WILL BE REPLACED"
48557
48572
  ]
48558
48573
  }
48559
48574
  ],
@@ -48598,7 +48613,7 @@
48598
48613
  "security": [
48599
48614
  {
48600
48615
  "Implicit": [
48601
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48616
+ "WILL BE REPLACED"
48602
48617
  ]
48603
48618
  }
48604
48619
  ],
@@ -48650,7 +48665,7 @@
48650
48665
  "security": [
48651
48666
  {
48652
48667
  "Implicit": [
48653
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48668
+ "WILL BE REPLACED"
48654
48669
  ]
48655
48670
  }
48656
48671
  ],
@@ -48710,7 +48725,7 @@
48710
48725
  "security": [
48711
48726
  {
48712
48727
  "Implicit": [
48713
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48728
+ "WILL BE REPLACED"
48714
48729
  ]
48715
48730
  }
48716
48731
  ],
@@ -48765,7 +48780,7 @@
48765
48780
  "security": [
48766
48781
  {
48767
48782
  "Implicit": [
48768
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48783
+ "WILL BE REPLACED"
48769
48784
  ]
48770
48785
  }
48771
48786
  ],
@@ -48817,7 +48832,7 @@
48817
48832
  "security": [
48818
48833
  {
48819
48834
  "Implicit": [
48820
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48835
+ "WILL BE REPLACED"
48821
48836
  ]
48822
48837
  }
48823
48838
  ],
@@ -48872,7 +48887,7 @@
48872
48887
  "security": [
48873
48888
  {
48874
48889
  "Implicit": [
48875
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48890
+ "WILL BE REPLACED"
48876
48891
  ]
48877
48892
  }
48878
48893
  ],
@@ -48930,7 +48945,7 @@
48930
48945
  "security": [
48931
48946
  {
48932
48947
  "Implicit": [
48933
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48948
+ "WILL BE REPLACED"
48934
48949
  ]
48935
48950
  }
48936
48951
  ],
@@ -48980,7 +48995,7 @@
48980
48995
  "security": [
48981
48996
  {
48982
48997
  "Implicit": [
48983
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
48998
+ "WILL BE REPLACED"
48984
48999
  ]
48985
49000
  }
48986
49001
  ],
@@ -49038,7 +49053,7 @@
49038
49053
  "security": [
49039
49054
  {
49040
49055
  "Implicit": [
49041
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49056
+ "WILL BE REPLACED"
49042
49057
  ]
49043
49058
  }
49044
49059
  ],
@@ -49085,7 +49100,7 @@
49085
49100
  "security": [
49086
49101
  {
49087
49102
  "Implicit": [
49088
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49103
+ "WILL BE REPLACED"
49089
49104
  ]
49090
49105
  }
49091
49106
  ],
@@ -49132,7 +49147,7 @@
49132
49147
  "security": [
49133
49148
  {
49134
49149
  "Implicit": [
49135
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49150
+ "WILL BE REPLACED"
49136
49151
  ]
49137
49152
  }
49138
49153
  ],
@@ -49197,7 +49212,7 @@
49197
49212
  "security": [
49198
49213
  {
49199
49214
  "Implicit": [
49200
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49215
+ "WILL BE REPLACED"
49201
49216
  ]
49202
49217
  }
49203
49218
  ],
@@ -49228,7 +49243,7 @@
49228
49243
  "security": [
49229
49244
  {
49230
49245
  "Implicit": [
49231
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49246
+ "WILL BE REPLACED"
49232
49247
  ]
49233
49248
  }
49234
49249
  ],
@@ -49275,7 +49290,7 @@
49275
49290
  "security": [
49276
49291
  {
49277
49292
  "Implicit": [
49278
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49293
+ "WILL BE REPLACED"
49279
49294
  ]
49280
49295
  }
49281
49296
  ],
@@ -49328,7 +49343,7 @@
49328
49343
  "security": [
49329
49344
  {
49330
49345
  "Implicit": [
49331
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49346
+ "WILL BE REPLACED"
49332
49347
  ]
49333
49348
  }
49334
49349
  ],
@@ -49375,7 +49390,7 @@
49375
49390
  "security": [
49376
49391
  {
49377
49392
  "Implicit": [
49378
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49393
+ "WILL BE REPLACED"
49379
49394
  ]
49380
49395
  }
49381
49396
  ],
@@ -49433,7 +49448,7 @@
49433
49448
  "security": [
49434
49449
  {
49435
49450
  "Implicit": [
49436
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49451
+ "WILL BE REPLACED"
49437
49452
  ]
49438
49453
  }
49439
49454
  ],
@@ -49480,7 +49495,7 @@
49480
49495
  "security": [
49481
49496
  {
49482
49497
  "Implicit": [
49483
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49498
+ "WILL BE REPLACED"
49484
49499
  ]
49485
49500
  }
49486
49501
  ],
@@ -49538,7 +49553,7 @@
49538
49553
  "security": [
49539
49554
  {
49540
49555
  "Implicit": [
49541
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49556
+ "WILL BE REPLACED"
49542
49557
  ]
49543
49558
  }
49544
49559
  ],
@@ -49583,7 +49598,7 @@
49583
49598
  "security": [
49584
49599
  {
49585
49600
  "Implicit": [
49586
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49601
+ "WILL BE REPLACED"
49587
49602
  ]
49588
49603
  }
49589
49604
  ],
@@ -49621,7 +49636,7 @@
49621
49636
  "security": [
49622
49637
  {
49623
49638
  "Implicit": [
49624
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49639
+ "WILL BE REPLACED"
49625
49640
  ]
49626
49641
  }
49627
49642
  ],
@@ -49674,7 +49689,7 @@
49674
49689
  "security": [
49675
49690
  {
49676
49691
  "Implicit": [
49677
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49692
+ "WILL BE REPLACED"
49678
49693
  ]
49679
49694
  }
49680
49695
  ],
@@ -49719,7 +49734,7 @@
49719
49734
  "security": [
49720
49735
  {
49721
49736
  "Implicit": [
49722
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49737
+ "WILL BE REPLACED"
49723
49738
  ]
49724
49739
  }
49725
49740
  ],
@@ -49757,7 +49772,7 @@
49757
49772
  "security": [
49758
49773
  {
49759
49774
  "Implicit": [
49760
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49775
+ "WILL BE REPLACED"
49761
49776
  ]
49762
49777
  }
49763
49778
  ],
@@ -49795,7 +49810,7 @@
49795
49810
  "security": [
49796
49811
  {
49797
49812
  "Implicit": [
49798
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49813
+ "WILL BE REPLACED"
49799
49814
  ]
49800
49815
  }
49801
49816
  ],
@@ -49850,7 +49865,7 @@
49850
49865
  "security": [
49851
49866
  {
49852
49867
  "Implicit": [
49853
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49868
+ "WILL BE REPLACED"
49854
49869
  ]
49855
49870
  }
49856
49871
  ],
@@ -49905,7 +49920,7 @@
49905
49920
  "security": [
49906
49921
  {
49907
49922
  "Implicit": [
49908
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49923
+ "WILL BE REPLACED"
49909
49924
  ]
49910
49925
  }
49911
49926
  ],
@@ -49961,7 +49976,7 @@
49961
49976
  "security": [
49962
49977
  {
49963
49978
  "Implicit": [
49964
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
49979
+ "WILL BE REPLACED"
49965
49980
  ]
49966
49981
  }
49967
49982
  ],
@@ -50016,7 +50031,7 @@
50016
50031
  "security": [
50017
50032
  {
50018
50033
  "Implicit": [
50019
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50034
+ "WILL BE REPLACED"
50020
50035
  ]
50021
50036
  }
50022
50037
  ],
@@ -50071,7 +50086,7 @@
50071
50086
  "security": [
50072
50087
  {
50073
50088
  "Implicit": [
50074
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50089
+ "WILL BE REPLACED"
50075
50090
  ]
50076
50091
  }
50077
50092
  ],
@@ -50126,7 +50141,7 @@
50126
50141
  "security": [
50127
50142
  {
50128
50143
  "Implicit": [
50129
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50144
+ "WILL BE REPLACED"
50130
50145
  ]
50131
50146
  }
50132
50147
  ],
@@ -50181,7 +50196,7 @@
50181
50196
  "security": [
50182
50197
  {
50183
50198
  "Implicit": [
50184
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50199
+ "WILL BE REPLACED"
50185
50200
  ]
50186
50201
  }
50187
50202
  ],
@@ -50236,7 +50251,7 @@
50236
50251
  "security": [
50237
50252
  {
50238
50253
  "Implicit": [
50239
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50254
+ "WILL BE REPLACED"
50240
50255
  ]
50241
50256
  }
50242
50257
  ],
@@ -50281,7 +50296,7 @@
50281
50296
  "security": [
50282
50297
  {
50283
50298
  "Implicit": [
50284
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50299
+ "WILL BE REPLACED"
50285
50300
  ]
50286
50301
  }
50287
50302
  ],
@@ -50331,7 +50346,7 @@
50331
50346
  "security": [
50332
50347
  {
50333
50348
  "Implicit": [
50334
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50349
+ "WILL BE REPLACED"
50335
50350
  ]
50336
50351
  }
50337
50352
  ],
@@ -50376,7 +50391,7 @@
50376
50391
  "security": [
50377
50392
  {
50378
50393
  "Implicit": [
50379
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50394
+ "WILL BE REPLACED"
50380
50395
  ]
50381
50396
  }
50382
50397
  ],
@@ -50414,7 +50429,7 @@
50414
50429
  "security": [
50415
50430
  {
50416
50431
  "Implicit": [
50417
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50432
+ "WILL BE REPLACED"
50418
50433
  ]
50419
50434
  }
50420
50435
  ],
@@ -50496,7 +50511,7 @@
50496
50511
  "security": [
50497
50512
  {
50498
50513
  "Implicit": [
50499
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50514
+ "WILL BE REPLACED"
50500
50515
  ]
50501
50516
  }
50502
50517
  ],
@@ -50537,7 +50552,7 @@
50537
50552
  "security": [
50538
50553
  {
50539
50554
  "Implicit": [
50540
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50555
+ "WILL BE REPLACED"
50541
50556
  ]
50542
50557
  }
50543
50558
  ],
@@ -50587,7 +50602,7 @@
50587
50602
  "security": [
50588
50603
  {
50589
50604
  "Implicit": [
50590
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50605
+ "WILL BE REPLACED"
50591
50606
  ]
50592
50607
  }
50593
50608
  ],
@@ -50641,7 +50656,7 @@
50641
50656
  "security": [
50642
50657
  {
50643
50658
  "Implicit": [
50644
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50659
+ "WILL BE REPLACED"
50645
50660
  ]
50646
50661
  }
50647
50662
  ],
@@ -50679,7 +50694,7 @@
50679
50694
  "security": [
50680
50695
  {
50681
50696
  "Implicit": [
50682
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50697
+ "WILL BE REPLACED"
50683
50698
  ]
50684
50699
  }
50685
50700
  ],
@@ -50732,7 +50747,7 @@
50732
50747
  "security": [
50733
50748
  {
50734
50749
  "Implicit": [
50735
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50750
+ "WILL BE REPLACED"
50736
50751
  ]
50737
50752
  }
50738
50753
  ],
@@ -50779,7 +50794,7 @@
50779
50794
  "security": [
50780
50795
  {
50781
50796
  "Implicit": [
50782
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50797
+ "WILL BE REPLACED"
50783
50798
  ]
50784
50799
  }
50785
50800
  ],
@@ -50826,7 +50841,7 @@
50826
50841
  "security": [
50827
50842
  {
50828
50843
  "Implicit": [
50829
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50844
+ "WILL BE REPLACED"
50830
50845
  ]
50831
50846
  }
50832
50847
  ],
@@ -50887,7 +50902,7 @@
50887
50902
  "security": [
50888
50903
  {
50889
50904
  "Implicit": [
50890
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50905
+ "WILL BE REPLACED"
50891
50906
  ]
50892
50907
  }
50893
50908
  ],
@@ -50930,7 +50945,7 @@
50930
50945
  "security": [
50931
50946
  {
50932
50947
  "Implicit": [
50933
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
50948
+ "WILL BE REPLACED"
50934
50949
  ]
50935
50950
  }
50936
50951
  ],
@@ -50985,7 +51000,7 @@
50985
51000
  "security": [
50986
51001
  {
50987
51002
  "Implicit": [
50988
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51003
+ "WILL BE REPLACED"
50989
51004
  ]
50990
51005
  }
50991
51006
  ],
@@ -51040,7 +51055,7 @@
51040
51055
  "security": [
51041
51056
  {
51042
51057
  "Implicit": [
51043
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51058
+ "WILL BE REPLACED"
51044
51059
  ]
51045
51060
  }
51046
51061
  ],
@@ -51109,7 +51124,7 @@
51109
51124
  "security": [
51110
51125
  {
51111
51126
  "Implicit": [
51112
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51127
+ "WILL BE REPLACED"
51113
51128
  ]
51114
51129
  }
51115
51130
  ],
@@ -51170,7 +51185,7 @@
51170
51185
  "security": [
51171
51186
  {
51172
51187
  "Implicit": [
51173
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51188
+ "WILL BE REPLACED"
51174
51189
  ]
51175
51190
  }
51176
51191
  ],
@@ -51223,7 +51238,7 @@
51223
51238
  "security": [
51224
51239
  {
51225
51240
  "Implicit": [
51226
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51241
+ "WILL BE REPLACED"
51227
51242
  ]
51228
51243
  }
51229
51244
  ],
@@ -51268,7 +51283,7 @@
51268
51283
  "security": [
51269
51284
  {
51270
51285
  "Implicit": [
51271
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51286
+ "WILL BE REPLACED"
51272
51287
  ]
51273
51288
  }
51274
51289
  ],
@@ -51306,7 +51321,7 @@
51306
51321
  "security": [
51307
51322
  {
51308
51323
  "Implicit": [
51309
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51324
+ "WILL BE REPLACED"
51310
51325
  ]
51311
51326
  }
51312
51327
  ],
@@ -51367,7 +51382,7 @@
51367
51382
  "security": [
51368
51383
  {
51369
51384
  "Implicit": [
51370
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51385
+ "WILL BE REPLACED"
51371
51386
  ]
51372
51387
  }
51373
51388
  ],
@@ -51405,7 +51420,7 @@
51405
51420
  "security": [
51406
51421
  {
51407
51422
  "Implicit": [
51408
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51423
+ "WILL BE REPLACED"
51409
51424
  ]
51410
51425
  }
51411
51426
  ],
@@ -51458,7 +51473,7 @@
51458
51473
  "security": [
51459
51474
  {
51460
51475
  "Implicit": [
51461
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51476
+ "WILL BE REPLACED"
51462
51477
  ]
51463
51478
  }
51464
51479
  ],
@@ -51505,7 +51520,7 @@
51505
51520
  "security": [
51506
51521
  {
51507
51522
  "Implicit": [
51508
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51523
+ "WILL BE REPLACED"
51509
51524
  ]
51510
51525
  }
51511
51526
  ],
@@ -51552,7 +51567,7 @@
51552
51567
  "security": [
51553
51568
  {
51554
51569
  "Implicit": [
51555
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51570
+ "WILL BE REPLACED"
51556
51571
  ]
51557
51572
  }
51558
51573
  ],
@@ -51610,7 +51625,7 @@
51610
51625
  "security": [
51611
51626
  {
51612
51627
  "Implicit": [
51613
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51628
+ "WILL BE REPLACED"
51614
51629
  ]
51615
51630
  }
51616
51631
  ],
@@ -51657,7 +51672,7 @@
51657
51672
  "security": [
51658
51673
  {
51659
51674
  "Implicit": [
51660
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51675
+ "WILL BE REPLACED"
51661
51676
  ]
51662
51677
  }
51663
51678
  ],
@@ -51691,6 +51706,43 @@
51691
51706
  ]
51692
51707
  }
51693
51708
  },
51709
+ "/v1.0/protected/health/{provider}": {
51710
+ "get": {
51711
+ "operationId": "CheckHealth",
51712
+ "responses": {
51713
+ "200": {
51714
+ "description": "Ok",
51715
+ "content": {
51716
+ "application/json": {
51717
+ "schema": {
51718
+ "$ref": "#/components/schemas/IntegrationHealthResult"
51719
+ }
51720
+ }
51721
+ }
51722
+ }
51723
+ },
51724
+ "tags": [
51725
+ "Health"
51726
+ ],
51727
+ "security": [
51728
+ {
51729
+ "Implicit": [
51730
+ "WILL BE REPLACED"
51731
+ ]
51732
+ }
51733
+ ],
51734
+ "parameters": [
51735
+ {
51736
+ "in": "path",
51737
+ "name": "provider",
51738
+ "required": true,
51739
+ "schema": {
51740
+ "type": "string"
51741
+ }
51742
+ }
51743
+ ]
51744
+ }
51745
+ },
51694
51746
  "/v1.0/groups": {
51695
51747
  "get": {
51696
51748
  "operationId": "GetGroups",
@@ -51715,7 +51767,7 @@
51715
51767
  "security": [
51716
51768
  {
51717
51769
  "Implicit": [
51718
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51770
+ "WILL BE REPLACED"
51719
51771
  ]
51720
51772
  }
51721
51773
  ],
@@ -51762,7 +51814,7 @@
51762
51814
  "security": [
51763
51815
  {
51764
51816
  "Implicit": [
51765
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51817
+ "WILL BE REPLACED"
51766
51818
  ]
51767
51819
  }
51768
51820
  ],
@@ -51820,7 +51872,7 @@
51820
51872
  "security": [
51821
51873
  {
51822
51874
  "Implicit": [
51823
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51875
+ "WILL BE REPLACED"
51824
51876
  ]
51825
51877
  }
51826
51878
  ],
@@ -51867,7 +51919,7 @@
51867
51919
  "security": [
51868
51920
  {
51869
51921
  "Implicit": [
51870
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51922
+ "WILL BE REPLACED"
51871
51923
  ]
51872
51924
  }
51873
51925
  ],
@@ -51925,7 +51977,7 @@
51925
51977
  "security": [
51926
51978
  {
51927
51979
  "Implicit": [
51928
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
51980
+ "WILL BE REPLACED"
51929
51981
  ]
51930
51982
  }
51931
51983
  ],
@@ -51970,7 +52022,7 @@
51970
52022
  "security": [
51971
52023
  {
51972
52024
  "Implicit": [
51973
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52025
+ "WILL BE REPLACED"
51974
52026
  ]
51975
52027
  }
51976
52028
  ],
@@ -52008,7 +52060,7 @@
52008
52060
  "security": [
52009
52061
  {
52010
52062
  "Implicit": [
52011
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52063
+ "WILL BE REPLACED"
52012
52064
  ]
52013
52065
  }
52014
52066
  ],
@@ -52061,7 +52113,7 @@
52061
52113
  "security": [
52062
52114
  {
52063
52115
  "Implicit": [
52064
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52116
+ "WILL BE REPLACED"
52065
52117
  ]
52066
52118
  }
52067
52119
  ],
@@ -52111,7 +52163,7 @@
52111
52163
  "security": [
52112
52164
  {
52113
52165
  "Implicit": [
52114
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52166
+ "WILL BE REPLACED"
52115
52167
  ]
52116
52168
  }
52117
52169
  ],
@@ -52166,7 +52218,7 @@
52166
52218
  "security": [
52167
52219
  {
52168
52220
  "Implicit": [
52169
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52221
+ "WILL BE REPLACED"
52170
52222
  ]
52171
52223
  }
52172
52224
  ],
@@ -52227,7 +52279,7 @@
52227
52279
  "security": [
52228
52280
  {
52229
52281
  "Implicit": [
52230
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52282
+ "WILL BE REPLACED"
52231
52283
  ]
52232
52284
  }
52233
52285
  ],
@@ -52282,7 +52334,7 @@
52282
52334
  "security": [
52283
52335
  {
52284
52336
  "Implicit": [
52285
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52337
+ "WILL BE REPLACED"
52286
52338
  ]
52287
52339
  }
52288
52340
  ],
@@ -52337,7 +52389,7 @@
52337
52389
  "security": [
52338
52390
  {
52339
52391
  "Implicit": [
52340
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52392
+ "WILL BE REPLACED"
52341
52393
  ]
52342
52394
  }
52343
52395
  ],
@@ -52406,7 +52458,7 @@
52406
52458
  "security": [
52407
52459
  {
52408
52460
  "Implicit": [
52409
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52461
+ "WILL BE REPLACED"
52410
52462
  ]
52411
52463
  }
52412
52464
  ],
@@ -52467,7 +52519,7 @@
52467
52519
  "security": [
52468
52520
  {
52469
52521
  "Implicit": [
52470
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52522
+ "WILL BE REPLACED"
52471
52523
  ]
52472
52524
  }
52473
52525
  ],
@@ -52534,7 +52586,7 @@
52534
52586
  "security": [
52535
52587
  {
52536
52588
  "Implicit": [
52537
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52589
+ "WILL BE REPLACED"
52538
52590
  ]
52539
52591
  }
52540
52592
  ],
@@ -52570,7 +52622,7 @@
52570
52622
  "security": [
52571
52623
  {
52572
52624
  "Implicit": [
52573
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52625
+ "WILL BE REPLACED"
52574
52626
  ]
52575
52627
  }
52576
52628
  ],
@@ -52598,7 +52650,7 @@
52598
52650
  "security": [
52599
52651
  {
52600
52652
  "Implicit": [
52601
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52653
+ "WILL BE REPLACED"
52602
52654
  ]
52603
52655
  }
52604
52656
  ],
@@ -52653,7 +52705,7 @@
52653
52705
  "security": [
52654
52706
  {
52655
52707
  "Implicit": [
52656
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52708
+ "WILL BE REPLACED"
52657
52709
  ]
52658
52710
  }
52659
52711
  ],
@@ -52708,7 +52760,7 @@
52708
52760
  "security": [
52709
52761
  {
52710
52762
  "Implicit": [
52711
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52763
+ "WILL BE REPLACED"
52712
52764
  ]
52713
52765
  }
52714
52766
  ],
@@ -52745,7 +52797,7 @@
52745
52797
  "security": [
52746
52798
  {
52747
52799
  "Implicit": [
52748
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52800
+ "WILL BE REPLACED"
52749
52801
  ]
52750
52802
  }
52751
52803
  ],
@@ -52782,7 +52834,7 @@
52782
52834
  "security": [
52783
52835
  {
52784
52836
  "Implicit": [
52785
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52837
+ "WILL BE REPLACED"
52786
52838
  ]
52787
52839
  }
52788
52840
  ],
@@ -52837,7 +52889,7 @@
52837
52889
  "security": [
52838
52890
  {
52839
52891
  "Implicit": [
52840
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52892
+ "WILL BE REPLACED"
52841
52893
  ]
52842
52894
  }
52843
52895
  ],
@@ -52875,7 +52927,7 @@
52875
52927
  "security": [
52876
52928
  {
52877
52929
  "Implicit": [
52878
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52930
+ "WILL BE REPLACED"
52879
52931
  ]
52880
52932
  }
52881
52933
  ],
@@ -52922,7 +52974,7 @@
52922
52974
  "security": [
52923
52975
  {
52924
52976
  "Implicit": [
52925
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
52977
+ "WILL BE REPLACED"
52926
52978
  ]
52927
52979
  }
52928
52980
  ],
@@ -52969,7 +53021,7 @@
52969
53021
  "security": [
52970
53022
  {
52971
53023
  "Implicit": [
52972
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53024
+ "WILL BE REPLACED"
52973
53025
  ]
52974
53026
  }
52975
53027
  ],
@@ -53006,7 +53058,7 @@
53006
53058
  "security": [
53007
53059
  {
53008
53060
  "Implicit": [
53009
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53061
+ "WILL BE REPLACED"
53010
53062
  ]
53011
53063
  }
53012
53064
  ],
@@ -53046,7 +53098,7 @@
53046
53098
  "security": [
53047
53099
  {
53048
53100
  "Implicit": [
53049
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53101
+ "WILL BE REPLACED"
53050
53102
  ]
53051
53103
  }
53052
53104
  ],
@@ -53109,7 +53161,7 @@
53109
53161
  "security": [
53110
53162
  {
53111
53163
  "Implicit": [
53112
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53164
+ "WILL BE REPLACED"
53113
53165
  ]
53114
53166
  }
53115
53167
  ],
@@ -53150,7 +53202,7 @@
53150
53202
  "security": [
53151
53203
  {
53152
53204
  "Implicit": [
53153
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53205
+ "WILL BE REPLACED"
53154
53206
  ]
53155
53207
  }
53156
53208
  ],
@@ -53197,7 +53249,7 @@
53197
53249
  "security": [
53198
53250
  {
53199
53251
  "Implicit": [
53200
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53252
+ "WILL BE REPLACED"
53201
53253
  ]
53202
53254
  }
53203
53255
  ],
@@ -53247,7 +53299,7 @@
53247
53299
  "security": [
53248
53300
  {
53249
53301
  "Implicit": [
53250
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53302
+ "WILL BE REPLACED"
53251
53303
  ]
53252
53304
  }
53253
53305
  ],
@@ -53320,7 +53372,7 @@
53320
53372
  "security": [
53321
53373
  {
53322
53374
  "Implicit": [
53323
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53375
+ "WILL BE REPLACED"
53324
53376
  ]
53325
53377
  }
53326
53378
  ],
@@ -53367,7 +53419,7 @@
53367
53419
  "security": [
53368
53420
  {
53369
53421
  "Implicit": [
53370
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53422
+ "WILL BE REPLACED"
53371
53423
  ]
53372
53424
  }
53373
53425
  ],
@@ -53422,7 +53474,7 @@
53422
53474
  "security": [
53423
53475
  {
53424
53476
  "Implicit": [
53425
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53477
+ "WILL BE REPLACED"
53426
53478
  ]
53427
53479
  }
53428
53480
  ],
@@ -53475,7 +53527,7 @@
53475
53527
  "security": [
53476
53528
  {
53477
53529
  "Implicit": [
53478
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53530
+ "WILL BE REPLACED"
53479
53531
  ]
53480
53532
  }
53481
53533
  ],
@@ -53520,7 +53572,7 @@
53520
53572
  "security": [
53521
53573
  {
53522
53574
  "Implicit": [
53523
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53575
+ "WILL BE REPLACED"
53524
53576
  ]
53525
53577
  }
53526
53578
  ],
@@ -53560,7 +53612,7 @@
53560
53612
  "security": [
53561
53613
  {
53562
53614
  "Implicit": [
53563
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53615
+ "WILL BE REPLACED"
53564
53616
  ]
53565
53617
  }
53566
53618
  ],
@@ -53618,7 +53670,7 @@
53618
53670
  "security": [
53619
53671
  {
53620
53672
  "Implicit": [
53621
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53673
+ "WILL BE REPLACED"
53622
53674
  ]
53623
53675
  }
53624
53676
  ],
@@ -53676,7 +53728,7 @@
53676
53728
  "security": [
53677
53729
  {
53678
53730
  "Implicit": [
53679
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53731
+ "WILL BE REPLACED"
53680
53732
  ]
53681
53733
  }
53682
53734
  ],
@@ -53737,7 +53789,7 @@
53737
53789
  "security": [
53738
53790
  {
53739
53791
  "Implicit": [
53740
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53792
+ "WILL BE REPLACED"
53741
53793
  ]
53742
53794
  }
53743
53795
  ],
@@ -53790,7 +53842,7 @@
53790
53842
  "security": [
53791
53843
  {
53792
53844
  "Implicit": [
53793
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53845
+ "WILL BE REPLACED"
53794
53846
  ]
53795
53847
  }
53796
53848
  ],
@@ -53835,7 +53887,7 @@
53835
53887
  "security": [
53836
53888
  {
53837
53889
  "Implicit": [
53838
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53890
+ "WILL BE REPLACED"
53839
53891
  ]
53840
53892
  }
53841
53893
  ],
@@ -53896,7 +53948,7 @@
53896
53948
  "security": [
53897
53949
  {
53898
53950
  "Implicit": [
53899
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53951
+ "WILL BE REPLACED"
53900
53952
  ]
53901
53953
  }
53902
53954
  ],
@@ -53941,7 +53993,7 @@
53941
53993
  "security": [
53942
53994
  {
53943
53995
  "Implicit": [
53944
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
53996
+ "WILL BE REPLACED"
53945
53997
  ]
53946
53998
  }
53947
53999
  ],
@@ -53989,7 +54041,7 @@
53989
54041
  "security": [
53990
54042
  {
53991
54043
  "Implicit": [
53992
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54044
+ "WILL BE REPLACED"
53993
54045
  ]
53994
54046
  }
53995
54047
  ],
@@ -54036,7 +54088,7 @@
54036
54088
  "security": [
54037
54089
  {
54038
54090
  "Implicit": [
54039
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54091
+ "WILL BE REPLACED"
54040
54092
  ]
54041
54093
  }
54042
54094
  ],
@@ -54089,7 +54141,7 @@
54089
54141
  "security": [
54090
54142
  {
54091
54143
  "Implicit": [
54092
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54144
+ "WILL BE REPLACED"
54093
54145
  ]
54094
54146
  }
54095
54147
  ],
@@ -54139,7 +54191,7 @@
54139
54191
  "security": [
54140
54192
  {
54141
54193
  "Implicit": [
54142
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54194
+ "WILL BE REPLACED"
54143
54195
  ]
54144
54196
  }
54145
54197
  ],
@@ -54204,7 +54256,7 @@
54204
54256
  "security": [
54205
54257
  {
54206
54258
  "Implicit": [
54207
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54259
+ "WILL BE REPLACED"
54208
54260
  ]
54209
54261
  }
54210
54262
  ],
@@ -54262,7 +54314,7 @@
54262
54314
  "security": [
54263
54315
  {
54264
54316
  "Implicit": [
54265
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54317
+ "WILL BE REPLACED"
54266
54318
  ]
54267
54319
  }
54268
54320
  ],
@@ -54325,7 +54377,7 @@
54325
54377
  "security": [
54326
54378
  {
54327
54379
  "Implicit": [
54328
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54380
+ "WILL BE REPLACED"
54329
54381
  ]
54330
54382
  }
54331
54383
  ],
@@ -54363,7 +54415,7 @@
54363
54415
  "security": [
54364
54416
  {
54365
54417
  "Implicit": [
54366
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54418
+ "WILL BE REPLACED"
54367
54419
  ]
54368
54420
  }
54369
54421
  ],
@@ -54416,7 +54468,7 @@
54416
54468
  "security": [
54417
54469
  {
54418
54470
  "Implicit": [
54419
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54471
+ "WILL BE REPLACED"
54420
54472
  ]
54421
54473
  }
54422
54474
  ],
@@ -54466,7 +54518,7 @@
54466
54518
  "security": [
54467
54519
  {
54468
54520
  "Implicit": [
54469
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54521
+ "WILL BE REPLACED"
54470
54522
  ]
54471
54523
  }
54472
54524
  ],
@@ -54513,7 +54565,7 @@
54513
54565
  "security": [
54514
54566
  {
54515
54567
  "Implicit": [
54516
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54568
+ "WILL BE REPLACED"
54517
54569
  ]
54518
54570
  }
54519
54571
  ],
@@ -54571,7 +54623,7 @@
54571
54623
  "security": [
54572
54624
  {
54573
54625
  "Implicit": [
54574
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54626
+ "WILL BE REPLACED"
54575
54627
  ]
54576
54628
  }
54577
54629
  ],
@@ -54618,7 +54670,7 @@
54618
54670
  "security": [
54619
54671
  {
54620
54672
  "Implicit": [
54621
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54673
+ "WILL BE REPLACED"
54622
54674
  ]
54623
54675
  }
54624
54676
  ],
@@ -54676,7 +54728,7 @@
54676
54728
  "security": [
54677
54729
  {
54678
54730
  "Implicit": [
54679
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54731
+ "WILL BE REPLACED"
54680
54732
  ]
54681
54733
  }
54682
54734
  ],
@@ -54723,7 +54775,7 @@
54723
54775
  "security": [
54724
54776
  {
54725
54777
  "Implicit": [
54726
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54778
+ "WILL BE REPLACED"
54727
54779
  ]
54728
54780
  }
54729
54781
  ],
@@ -54781,7 +54833,7 @@
54781
54833
  "security": [
54782
54834
  {
54783
54835
  "Implicit": [
54784
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54836
+ "WILL BE REPLACED"
54785
54837
  ]
54786
54838
  }
54787
54839
  ],
@@ -54844,7 +54896,7 @@
54844
54896
  "security": [
54845
54897
  {
54846
54898
  "Implicit": [
54847
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54899
+ "WILL BE REPLACED"
54848
54900
  ]
54849
54901
  }
54850
54902
  ],
@@ -54882,7 +54934,7 @@
54882
54934
  "security": [
54883
54935
  {
54884
54936
  "Implicit": [
54885
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54937
+ "WILL BE REPLACED"
54886
54938
  ]
54887
54939
  }
54888
54940
  ],
@@ -54935,7 +54987,7 @@
54935
54987
  "security": [
54936
54988
  {
54937
54989
  "Implicit": [
54938
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
54990
+ "WILL BE REPLACED"
54939
54991
  ]
54940
54992
  }
54941
54993
  ],
@@ -54986,7 +55038,7 @@
54986
55038
  "security": [
54987
55039
  {
54988
55040
  "Implicit": [
54989
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55041
+ "WILL BE REPLACED"
54990
55042
  ]
54991
55043
  }
54992
55044
  ],
@@ -55054,7 +55106,7 @@
55054
55106
  "security": [
55055
55107
  {
55056
55108
  "Implicit": [
55057
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55109
+ "WILL BE REPLACED"
55058
55110
  ]
55059
55111
  }
55060
55112
  ],
@@ -55093,7 +55145,7 @@
55093
55145
  "security": [
55094
55146
  {
55095
55147
  "Implicit": [
55096
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55148
+ "WILL BE REPLACED"
55097
55149
  ]
55098
55150
  }
55099
55151
  ],
@@ -55131,7 +55183,7 @@
55131
55183
  "security": [
55132
55184
  {
55133
55185
  "Implicit": [
55134
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55186
+ "WILL BE REPLACED"
55135
55187
  ]
55136
55188
  }
55137
55189
  ],
@@ -55168,7 +55220,7 @@
55168
55220
  "security": [
55169
55221
  {
55170
55222
  "Implicit": [
55171
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55223
+ "WILL BE REPLACED"
55172
55224
  ]
55173
55225
  }
55174
55226
  ],
@@ -55224,7 +55276,7 @@
55224
55276
  "security": [
55225
55277
  {
55226
55278
  "Implicit": [
55227
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55279
+ "WILL BE REPLACED"
55228
55280
  ]
55229
55281
  }
55230
55282
  ],
@@ -55260,7 +55312,7 @@
55260
55312
  "security": [
55261
55313
  {
55262
55314
  "Implicit": [
55263
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55315
+ "WILL BE REPLACED"
55264
55316
  ]
55265
55317
  }
55266
55318
  ],
@@ -55322,7 +55374,7 @@
55322
55374
  "security": [
55323
55375
  {
55324
55376
  "Implicit": [
55325
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55377
+ "WILL BE REPLACED"
55326
55378
  ]
55327
55379
  }
55328
55380
  ],
@@ -55370,7 +55422,7 @@
55370
55422
  "security": [
55371
55423
  {
55372
55424
  "Implicit": [
55373
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55425
+ "WILL BE REPLACED"
55374
55426
  ]
55375
55427
  }
55376
55428
  ],
@@ -55418,7 +55470,7 @@
55418
55470
  "security": [
55419
55471
  {
55420
55472
  "Implicit": [
55421
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55473
+ "WILL BE REPLACED"
55422
55474
  ]
55423
55475
  }
55424
55476
  ],
@@ -55464,7 +55516,7 @@
55464
55516
  "security": [
55465
55517
  {
55466
55518
  "Implicit": [
55467
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55519
+ "WILL BE REPLACED"
55468
55520
  ]
55469
55521
  }
55470
55522
  ],
@@ -55502,7 +55554,7 @@
55502
55554
  "security": [
55503
55555
  {
55504
55556
  "Implicit": [
55505
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55557
+ "WILL BE REPLACED"
55506
55558
  ]
55507
55559
  }
55508
55560
  ],
@@ -55558,7 +55610,7 @@
55558
55610
  "security": [
55559
55611
  {
55560
55612
  "Implicit": [
55561
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55613
+ "WILL BE REPLACED"
55562
55614
  ]
55563
55615
  }
55564
55616
  ],
@@ -55596,7 +55648,7 @@
55596
55648
  "security": [
55597
55649
  {
55598
55650
  "Implicit": [
55599
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55651
+ "WILL BE REPLACED"
55600
55652
  ]
55601
55653
  }
55602
55654
  ],
@@ -55647,7 +55699,7 @@
55647
55699
  "security": [
55648
55700
  {
55649
55701
  "Implicit": [
55650
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55702
+ "WILL BE REPLACED"
55651
55703
  ]
55652
55704
  }
55653
55705
  ],
@@ -55685,7 +55737,7 @@
55685
55737
  "security": [
55686
55738
  {
55687
55739
  "Implicit": [
55688
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55740
+ "WILL BE REPLACED"
55689
55741
  ]
55690
55742
  }
55691
55743
  ],
@@ -55725,7 +55777,7 @@
55725
55777
  "security": [
55726
55778
  {
55727
55779
  "Implicit": [
55728
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55780
+ "WILL BE REPLACED"
55729
55781
  ]
55730
55782
  }
55731
55783
  ],
@@ -55770,7 +55822,7 @@
55770
55822
  "security": [
55771
55823
  {
55772
55824
  "Implicit": [
55773
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55825
+ "WILL BE REPLACED"
55774
55826
  ]
55775
55827
  }
55776
55828
  ],
@@ -55808,7 +55860,7 @@
55808
55860
  "security": [
55809
55861
  {
55810
55862
  "Implicit": [
55811
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55863
+ "WILL BE REPLACED"
55812
55864
  ]
55813
55865
  }
55814
55866
  ],
@@ -55861,7 +55913,7 @@
55861
55913
  "security": [
55862
55914
  {
55863
55915
  "Implicit": [
55864
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55916
+ "WILL BE REPLACED"
55865
55917
  ]
55866
55918
  }
55867
55919
  ],
@@ -55909,7 +55961,7 @@
55909
55961
  "security": [
55910
55962
  {
55911
55963
  "Implicit": [
55912
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
55964
+ "WILL BE REPLACED"
55913
55965
  ]
55914
55966
  }
55915
55967
  ],
@@ -55953,7 +56005,7 @@
55953
56005
  "security": [
55954
56006
  {
55955
56007
  "Implicit": [
55956
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56008
+ "WILL BE REPLACED"
55957
56009
  ]
55958
56010
  }
55959
56011
  ],
@@ -55998,7 +56050,7 @@
55998
56050
  "security": [
55999
56051
  {
56000
56052
  "Implicit": [
56001
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56053
+ "WILL BE REPLACED"
56002
56054
  ]
56003
56055
  }
56004
56056
  ],
@@ -56053,7 +56105,7 @@
56053
56105
  "security": [
56054
56106
  {
56055
56107
  "Implicit": [
56056
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56108
+ "WILL BE REPLACED"
56057
56109
  ]
56058
56110
  }
56059
56111
  ],
@@ -56108,7 +56160,7 @@
56108
56160
  "security": [
56109
56161
  {
56110
56162
  "Implicit": [
56111
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56163
+ "WILL BE REPLACED"
56112
56164
  ]
56113
56165
  }
56114
56166
  ],
@@ -56164,7 +56216,7 @@
56164
56216
  "security": [
56165
56217
  {
56166
56218
  "Implicit": [
56167
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56219
+ "WILL BE REPLACED"
56168
56220
  ]
56169
56221
  }
56170
56222
  ],
@@ -56219,7 +56271,7 @@
56219
56271
  "security": [
56220
56272
  {
56221
56273
  "Implicit": [
56222
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56274
+ "WILL BE REPLACED"
56223
56275
  ]
56224
56276
  }
56225
56277
  ],
@@ -56274,7 +56326,7 @@
56274
56326
  "security": [
56275
56327
  {
56276
56328
  "Implicit": [
56277
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56329
+ "WILL BE REPLACED"
56278
56330
  ]
56279
56331
  }
56280
56332
  ],
@@ -56329,7 +56381,7 @@
56329
56381
  "security": [
56330
56382
  {
56331
56383
  "Implicit": [
56332
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56384
+ "WILL BE REPLACED"
56333
56385
  ]
56334
56386
  }
56335
56387
  ],
@@ -56384,7 +56436,7 @@
56384
56436
  "security": [
56385
56437
  {
56386
56438
  "Implicit": [
56387
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56439
+ "WILL BE REPLACED"
56388
56440
  ]
56389
56441
  }
56390
56442
  ],
@@ -56439,7 +56491,7 @@
56439
56491
  "security": [
56440
56492
  {
56441
56493
  "Implicit": [
56442
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56494
+ "WILL BE REPLACED"
56443
56495
  ]
56444
56496
  }
56445
56497
  ],
@@ -56487,7 +56539,7 @@
56487
56539
  "security": [
56488
56540
  {
56489
56541
  "Implicit": [
56490
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56542
+ "WILL BE REPLACED"
56491
56543
  ]
56492
56544
  }
56493
56545
  ],
@@ -56533,7 +56585,7 @@
56533
56585
  "security": [
56534
56586
  {
56535
56587
  "Implicit": [
56536
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56588
+ "WILL BE REPLACED"
56537
56589
  ]
56538
56590
  }
56539
56591
  ],
@@ -56571,7 +56623,7 @@
56571
56623
  "security": [
56572
56624
  {
56573
56625
  "Implicit": [
56574
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56626
+ "WILL BE REPLACED"
56575
56627
  ]
56576
56628
  }
56577
56629
  ],
@@ -56625,7 +56677,7 @@
56625
56677
  "security": [
56626
56678
  {
56627
56679
  "Implicit": [
56628
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56680
+ "WILL BE REPLACED"
56629
56681
  ]
56630
56682
  }
56631
56683
  ],
@@ -56681,7 +56733,7 @@
56681
56733
  "security": [
56682
56734
  {
56683
56735
  "Implicit": [
56684
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56736
+ "WILL BE REPLACED"
56685
56737
  ]
56686
56738
  }
56687
56739
  ],
@@ -56729,7 +56781,7 @@
56729
56781
  "security": [
56730
56782
  {
56731
56783
  "Implicit": [
56732
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56784
+ "WILL BE REPLACED"
56733
56785
  ]
56734
56786
  }
56735
56787
  ],
@@ -56783,7 +56835,7 @@
56783
56835
  "security": [
56784
56836
  {
56785
56837
  "Implicit": [
56786
- "api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
56838
+ "WILL BE REPLACED"
56787
56839
  ]
56788
56840
  }
56789
56841
  ],
@@ -56810,7 +56862,7 @@
56810
56862
  },
56811
56863
  "servers": [
56812
56864
  {
56813
- "url": "https://sanity.api.test.snokam.no"
56865
+ "url": "/api/sanity"
56814
56866
  }
56815
56867
  ]
56816
56868
  }