@snokam/mcp-api 0.9.0 → 0.11.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.
Files changed (35) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +35 -2
  3. package/dist/openapi-loader.d.ts +5 -0
  4. package/dist/openapi-loader.js +15 -0
  5. package/package.json +1 -1
  6. package/specs/production/accounting.json +5161 -527
  7. package/specs/production/broker.json +2 -2
  8. package/specs/production/chatgpt.json +21 -17
  9. package/specs/production/employees.json +350 -353
  10. package/specs/production/events.json +260 -176
  11. package/specs/production/notifications.json +10 -10
  12. package/specs/production/office.json +4 -4
  13. package/specs/production/recruitment.json +39 -0
  14. package/specs/production/sales.json +39 -0
  15. package/specs/production/sanity.json +127 -150
  16. package/specs/production/sync.json +181 -0
  17. package/specs/production/webshop.json +10 -10
  18. package/specs/test/accounting.json +5161 -527
  19. package/specs/test/broker.json +2 -2
  20. package/specs/test/chatgpt.json +21 -17
  21. package/specs/test/employees.json +350 -353
  22. package/specs/test/events.json +260 -176
  23. package/specs/test/notifications.json +10 -10
  24. package/specs/test/office.json +1984 -0
  25. package/specs/test/recruitment.json +39 -0
  26. package/specs/test/sales.json +39 -0
  27. package/specs/test/sanity.json +127 -150
  28. package/specs/test/sync.json +181 -0
  29. package/specs/test/webshop.json +10 -10
  30. package/specs/production/calculators.json +0 -1523
  31. package/specs/production/crypto.json +0 -1998
  32. package/specs/production/power-office.json +0 -2383
  33. package/specs/test/calculators.json +0 -1523
  34. package/specs/test/crypto.json +0 -1998
  35. package/specs/test/power-office.json +0 -2383
@@ -15685,9 +15685,6 @@
15685
15685
  "boardMember": {
15686
15686
  "type": "boolean"
15687
15687
  },
15688
- "appRedemptionCode": {
15689
- "type": "string"
15690
- },
15691
15688
  "coinbaseAccountEmail": {
15692
15689
  "type": "string"
15693
15690
  },
@@ -16313,10 +16310,6 @@
16313
16310
  "type": "array",
16314
16311
  "nullable": true
16315
16312
  },
16316
- "satisfaction": {
16317
- "type": "number",
16318
- "format": "double"
16319
- },
16320
16313
  "about": {
16321
16314
  "type": "string"
16322
16315
  },
@@ -16845,9 +16838,6 @@
16845
16838
  "boardMember": {
16846
16839
  "type": "boolean"
16847
16840
  },
16848
- "appRedemptionCode": {
16849
- "type": "string"
16850
- },
16851
16841
  "coinbaseAccountEmail": {
16852
16842
  "type": "string"
16853
16843
  },
@@ -16900,10 +16890,6 @@
16900
16890
  },
16901
16891
  "type": "array"
16902
16892
  },
16903
- "satisfaction": {
16904
- "type": "number",
16905
- "format": "double"
16906
- },
16907
16893
  "about": {
16908
16894
  "type": "string"
16909
16895
  },
@@ -17495,11 +17481,6 @@
17495
17481
  "type": "string",
17496
17482
  "nullable": true
17497
17483
  },
17498
- "satisfaction": {
17499
- "type": "number",
17500
- "format": "double",
17501
- "nullable": true
17502
- },
17503
17484
  "groups": {
17504
17485
  "items": {
17505
17486
  "allOf": [
@@ -17557,10 +17538,6 @@
17557
17538
  "type": "string",
17558
17539
  "nullable": true
17559
17540
  },
17560
- "appRedemptionCode": {
17561
- "type": "string",
17562
- "nullable": true
17563
- },
17564
17541
  "boardMember": {
17565
17542
  "type": "boolean",
17566
17543
  "nullable": true
@@ -23069,7 +23046,7 @@
23069
23046
  "tokenUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
23070
23047
  "refreshUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
23071
23048
  "scopes": {
23072
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation": "Default function scope"
23049
+ "api://3358ac8e-681e-4aeb-bfbf-bb008913c423/.default": "Default function scope"
23073
23050
  }
23074
23051
  }
23075
23052
  }
@@ -23110,7 +23087,7 @@
23110
23087
  "security": [
23111
23088
  {
23112
23089
  "Implicit": [
23113
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23090
+ "WILL BE REPLACED"
23114
23091
  ]
23115
23092
  }
23116
23093
  ],
@@ -23157,7 +23134,7 @@
23157
23134
  "security": [
23158
23135
  {
23159
23136
  "Implicit": [
23160
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23137
+ "WILL BE REPLACED"
23161
23138
  ]
23162
23139
  }
23163
23140
  ],
@@ -23215,7 +23192,7 @@
23215
23192
  "security": [
23216
23193
  {
23217
23194
  "Implicit": [
23218
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23195
+ "WILL BE REPLACED"
23219
23196
  ]
23220
23197
  }
23221
23198
  ],
@@ -23270,7 +23247,7 @@
23270
23247
  "security": [
23271
23248
  {
23272
23249
  "Implicit": [
23273
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23250
+ "WILL BE REPLACED"
23274
23251
  ]
23275
23252
  }
23276
23253
  ],
@@ -23328,7 +23305,7 @@
23328
23305
  "security": [
23329
23306
  {
23330
23307
  "Implicit": [
23331
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23308
+ "WILL BE REPLACED"
23332
23309
  ]
23333
23310
  }
23334
23311
  ],
@@ -23375,7 +23352,7 @@
23375
23352
  "security": [
23376
23353
  {
23377
23354
  "Implicit": [
23378
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23355
+ "WILL BE REPLACED"
23379
23356
  ]
23380
23357
  }
23381
23358
  ],
@@ -23430,7 +23407,7 @@
23430
23407
  "security": [
23431
23408
  {
23432
23409
  "Implicit": [
23433
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23410
+ "WILL BE REPLACED"
23434
23411
  ]
23435
23412
  }
23436
23413
  ],
@@ -23477,7 +23454,7 @@
23477
23454
  "security": [
23478
23455
  {
23479
23456
  "Implicit": [
23480
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23457
+ "WILL BE REPLACED"
23481
23458
  ]
23482
23459
  }
23483
23460
  ],
@@ -23535,7 +23512,7 @@
23535
23512
  "security": [
23536
23513
  {
23537
23514
  "Implicit": [
23538
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23515
+ "WILL BE REPLACED"
23539
23516
  ]
23540
23517
  }
23541
23518
  ],
@@ -23624,7 +23601,7 @@
23624
23601
  "security": [
23625
23602
  {
23626
23603
  "Implicit": [
23627
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23604
+ "WILL BE REPLACED"
23628
23605
  ]
23629
23606
  }
23630
23607
  ],
@@ -23662,7 +23639,7 @@
23662
23639
  "security": [
23663
23640
  {
23664
23641
  "Implicit": [
23665
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23642
+ "WILL BE REPLACED"
23666
23643
  ]
23667
23644
  }
23668
23645
  ],
@@ -23717,7 +23694,7 @@
23717
23694
  "security": [
23718
23695
  {
23719
23696
  "Implicit": [
23720
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23697
+ "WILL BE REPLACED"
23721
23698
  ]
23722
23699
  }
23723
23700
  ],
@@ -23799,7 +23776,7 @@
23799
23776
  "security": [
23800
23777
  {
23801
23778
  "Implicit": [
23802
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23779
+ "WILL BE REPLACED"
23803
23780
  ]
23804
23781
  }
23805
23782
  ],
@@ -23870,7 +23847,7 @@
23870
23847
  "security": [
23871
23848
  {
23872
23849
  "Implicit": [
23873
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23850
+ "WILL BE REPLACED"
23874
23851
  ]
23875
23852
  }
23876
23853
  ],
@@ -23949,7 +23926,7 @@
23949
23926
  "security": [
23950
23927
  {
23951
23928
  "Implicit": [
23952
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23929
+ "WILL BE REPLACED"
23953
23930
  ]
23954
23931
  }
23955
23932
  ],
@@ -23994,7 +23971,7 @@
23994
23971
  "security": [
23995
23972
  {
23996
23973
  "Implicit": [
23997
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
23974
+ "WILL BE REPLACED"
23998
23975
  ]
23999
23976
  }
24000
23977
  ],
@@ -24046,7 +24023,7 @@
24046
24023
  "security": [
24047
24024
  {
24048
24025
  "Implicit": [
24049
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24026
+ "WILL BE REPLACED"
24050
24027
  ]
24051
24028
  }
24052
24029
  ],
@@ -24106,7 +24083,7 @@
24106
24083
  "security": [
24107
24084
  {
24108
24085
  "Implicit": [
24109
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24086
+ "WILL BE REPLACED"
24110
24087
  ]
24111
24088
  }
24112
24089
  ],
@@ -24161,7 +24138,7 @@
24161
24138
  "security": [
24162
24139
  {
24163
24140
  "Implicit": [
24164
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24141
+ "WILL BE REPLACED"
24165
24142
  ]
24166
24143
  }
24167
24144
  ],
@@ -24213,7 +24190,7 @@
24213
24190
  "security": [
24214
24191
  {
24215
24192
  "Implicit": [
24216
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24193
+ "WILL BE REPLACED"
24217
24194
  ]
24218
24195
  }
24219
24196
  ],
@@ -24268,7 +24245,7 @@
24268
24245
  "security": [
24269
24246
  {
24270
24247
  "Implicit": [
24271
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24248
+ "WILL BE REPLACED"
24272
24249
  ]
24273
24250
  }
24274
24251
  ],
@@ -24326,7 +24303,7 @@
24326
24303
  "security": [
24327
24304
  {
24328
24305
  "Implicit": [
24329
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24306
+ "WILL BE REPLACED"
24330
24307
  ]
24331
24308
  }
24332
24309
  ],
@@ -24376,7 +24353,7 @@
24376
24353
  "security": [
24377
24354
  {
24378
24355
  "Implicit": [
24379
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24356
+ "WILL BE REPLACED"
24380
24357
  ]
24381
24358
  }
24382
24359
  ],
@@ -24434,7 +24411,7 @@
24434
24411
  "security": [
24435
24412
  {
24436
24413
  "Implicit": [
24437
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24414
+ "WILL BE REPLACED"
24438
24415
  ]
24439
24416
  }
24440
24417
  ],
@@ -24481,7 +24458,7 @@
24481
24458
  "security": [
24482
24459
  {
24483
24460
  "Implicit": [
24484
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24461
+ "WILL BE REPLACED"
24485
24462
  ]
24486
24463
  }
24487
24464
  ],
@@ -24528,7 +24505,7 @@
24528
24505
  "security": [
24529
24506
  {
24530
24507
  "Implicit": [
24531
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24508
+ "WILL BE REPLACED"
24532
24509
  ]
24533
24510
  }
24534
24511
  ],
@@ -24593,7 +24570,7 @@
24593
24570
  "security": [
24594
24571
  {
24595
24572
  "Implicit": [
24596
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24573
+ "WILL BE REPLACED"
24597
24574
  ]
24598
24575
  }
24599
24576
  ],
@@ -24624,7 +24601,7 @@
24624
24601
  "security": [
24625
24602
  {
24626
24603
  "Implicit": [
24627
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24604
+ "WILL BE REPLACED"
24628
24605
  ]
24629
24606
  }
24630
24607
  ],
@@ -24671,7 +24648,7 @@
24671
24648
  "security": [
24672
24649
  {
24673
24650
  "Implicit": [
24674
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24651
+ "WILL BE REPLACED"
24675
24652
  ]
24676
24653
  }
24677
24654
  ],
@@ -24724,7 +24701,7 @@
24724
24701
  "security": [
24725
24702
  {
24726
24703
  "Implicit": [
24727
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24704
+ "WILL BE REPLACED"
24728
24705
  ]
24729
24706
  }
24730
24707
  ],
@@ -24771,7 +24748,7 @@
24771
24748
  "security": [
24772
24749
  {
24773
24750
  "Implicit": [
24774
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24751
+ "WILL BE REPLACED"
24775
24752
  ]
24776
24753
  }
24777
24754
  ],
@@ -24829,7 +24806,7 @@
24829
24806
  "security": [
24830
24807
  {
24831
24808
  "Implicit": [
24832
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24809
+ "WILL BE REPLACED"
24833
24810
  ]
24834
24811
  }
24835
24812
  ],
@@ -24876,7 +24853,7 @@
24876
24853
  "security": [
24877
24854
  {
24878
24855
  "Implicit": [
24879
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24856
+ "WILL BE REPLACED"
24880
24857
  ]
24881
24858
  }
24882
24859
  ],
@@ -24931,7 +24908,7 @@
24931
24908
  "security": [
24932
24909
  {
24933
24910
  "Implicit": [
24934
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24911
+ "WILL BE REPLACED"
24935
24912
  ]
24936
24913
  }
24937
24914
  ],
@@ -24981,7 +24958,7 @@
24981
24958
  "security": [
24982
24959
  {
24983
24960
  "Implicit": [
24984
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
24961
+ "WILL BE REPLACED"
24985
24962
  ]
24986
24963
  }
24987
24964
  ],
@@ -25026,7 +25003,7 @@
25026
25003
  "security": [
25027
25004
  {
25028
25005
  "Implicit": [
25029
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25006
+ "WILL BE REPLACED"
25030
25007
  ]
25031
25008
  }
25032
25009
  ],
@@ -25064,7 +25041,7 @@
25064
25041
  "security": [
25065
25042
  {
25066
25043
  "Implicit": [
25067
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25044
+ "WILL BE REPLACED"
25068
25045
  ]
25069
25046
  }
25070
25047
  ],
@@ -25146,7 +25123,7 @@
25146
25123
  "security": [
25147
25124
  {
25148
25125
  "Implicit": [
25149
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25126
+ "WILL BE REPLACED"
25150
25127
  ]
25151
25128
  }
25152
25129
  ],
@@ -25187,7 +25164,7 @@
25187
25164
  "security": [
25188
25165
  {
25189
25166
  "Implicit": [
25190
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25167
+ "WILL BE REPLACED"
25191
25168
  ]
25192
25169
  }
25193
25170
  ],
@@ -25237,7 +25214,7 @@
25237
25214
  "security": [
25238
25215
  {
25239
25216
  "Implicit": [
25240
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25217
+ "WILL BE REPLACED"
25241
25218
  ]
25242
25219
  }
25243
25220
  ],
@@ -25291,7 +25268,7 @@
25291
25268
  "security": [
25292
25269
  {
25293
25270
  "Implicit": [
25294
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25271
+ "WILL BE REPLACED"
25295
25272
  ]
25296
25273
  }
25297
25274
  ],
@@ -25329,7 +25306,7 @@
25329
25306
  "security": [
25330
25307
  {
25331
25308
  "Implicit": [
25332
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25309
+ "WILL BE REPLACED"
25333
25310
  ]
25334
25311
  }
25335
25312
  ],
@@ -25382,7 +25359,7 @@
25382
25359
  "security": [
25383
25360
  {
25384
25361
  "Implicit": [
25385
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25362
+ "WILL BE REPLACED"
25386
25363
  ]
25387
25364
  }
25388
25365
  ],
@@ -25429,7 +25406,7 @@
25429
25406
  "security": [
25430
25407
  {
25431
25408
  "Implicit": [
25432
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25409
+ "WILL BE REPLACED"
25433
25410
  ]
25434
25411
  }
25435
25412
  ],
@@ -25476,7 +25453,7 @@
25476
25453
  "security": [
25477
25454
  {
25478
25455
  "Implicit": [
25479
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25456
+ "WILL BE REPLACED"
25480
25457
  ]
25481
25458
  }
25482
25459
  ],
@@ -25537,7 +25514,7 @@
25537
25514
  "security": [
25538
25515
  {
25539
25516
  "Implicit": [
25540
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25517
+ "WILL BE REPLACED"
25541
25518
  ]
25542
25519
  }
25543
25520
  ],
@@ -25580,7 +25557,7 @@
25580
25557
  "security": [
25581
25558
  {
25582
25559
  "Implicit": [
25583
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25560
+ "WILL BE REPLACED"
25584
25561
  ]
25585
25562
  }
25586
25563
  ],
@@ -25635,7 +25612,7 @@
25635
25612
  "security": [
25636
25613
  {
25637
25614
  "Implicit": [
25638
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25615
+ "WILL BE REPLACED"
25639
25616
  ]
25640
25617
  }
25641
25618
  ],
@@ -25690,7 +25667,7 @@
25690
25667
  "security": [
25691
25668
  {
25692
25669
  "Implicit": [
25693
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25670
+ "WILL BE REPLACED"
25694
25671
  ]
25695
25672
  }
25696
25673
  ],
@@ -25759,7 +25736,7 @@
25759
25736
  "security": [
25760
25737
  {
25761
25738
  "Implicit": [
25762
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25739
+ "WILL BE REPLACED"
25763
25740
  ]
25764
25741
  }
25765
25742
  ],
@@ -25820,7 +25797,7 @@
25820
25797
  "security": [
25821
25798
  {
25822
25799
  "Implicit": [
25823
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25800
+ "WILL BE REPLACED"
25824
25801
  ]
25825
25802
  }
25826
25803
  ],
@@ -25873,7 +25850,7 @@
25873
25850
  "security": [
25874
25851
  {
25875
25852
  "Implicit": [
25876
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25853
+ "WILL BE REPLACED"
25877
25854
  ]
25878
25855
  }
25879
25856
  ],
@@ -25918,7 +25895,7 @@
25918
25895
  "security": [
25919
25896
  {
25920
25897
  "Implicit": [
25921
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25898
+ "WILL BE REPLACED"
25922
25899
  ]
25923
25900
  }
25924
25901
  ],
@@ -25959,7 +25936,7 @@
25959
25936
  "security": [
25960
25937
  {
25961
25938
  "Implicit": [
25962
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25939
+ "WILL BE REPLACED"
25963
25940
  ]
25964
25941
  }
25965
25942
  ],
@@ -26006,7 +25983,7 @@
26006
25983
  "security": [
26007
25984
  {
26008
25985
  "Implicit": [
26009
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
25986
+ "WILL BE REPLACED"
26010
25987
  ]
26011
25988
  }
26012
25989
  ],
@@ -26064,7 +26041,7 @@
26064
26041
  "security": [
26065
26042
  {
26066
26043
  "Implicit": [
26067
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26044
+ "WILL BE REPLACED"
26068
26045
  ]
26069
26046
  }
26070
26047
  ],
@@ -26111,7 +26088,7 @@
26111
26088
  "security": [
26112
26089
  {
26113
26090
  "Implicit": [
26114
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26091
+ "WILL BE REPLACED"
26115
26092
  ]
26116
26093
  }
26117
26094
  ],
@@ -26169,7 +26146,7 @@
26169
26146
  "security": [
26170
26147
  {
26171
26148
  "Implicit": [
26172
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26149
+ "WILL BE REPLACED"
26173
26150
  ]
26174
26151
  }
26175
26152
  ],
@@ -26216,7 +26193,7 @@
26216
26193
  "security": [
26217
26194
  {
26218
26195
  "Implicit": [
26219
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26196
+ "WILL BE REPLACED"
26220
26197
  ]
26221
26198
  }
26222
26199
  ],
@@ -26274,7 +26251,7 @@
26274
26251
  "security": [
26275
26252
  {
26276
26253
  "Implicit": [
26277
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26254
+ "WILL BE REPLACED"
26278
26255
  ]
26279
26256
  }
26280
26257
  ],
@@ -26321,7 +26298,7 @@
26321
26298
  "security": [
26322
26299
  {
26323
26300
  "Implicit": [
26324
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26301
+ "WILL BE REPLACED"
26325
26302
  ]
26326
26303
  }
26327
26304
  ],
@@ -26374,7 +26351,7 @@
26374
26351
  "security": [
26375
26352
  {
26376
26353
  "Implicit": [
26377
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26354
+ "WILL BE REPLACED"
26378
26355
  ]
26379
26356
  }
26380
26357
  ],
@@ -26424,7 +26401,7 @@
26424
26401
  "security": [
26425
26402
  {
26426
26403
  "Implicit": [
26427
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26404
+ "WILL BE REPLACED"
26428
26405
  ]
26429
26406
  }
26430
26407
  ],
@@ -26479,7 +26456,7 @@
26479
26456
  "security": [
26480
26457
  {
26481
26458
  "Implicit": [
26482
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26459
+ "WILL BE REPLACED"
26483
26460
  ]
26484
26461
  }
26485
26462
  ],
@@ -26540,7 +26517,7 @@
26540
26517
  "security": [
26541
26518
  {
26542
26519
  "Implicit": [
26543
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26520
+ "WILL BE REPLACED"
26544
26521
  ]
26545
26522
  }
26546
26523
  ],
@@ -26595,7 +26572,7 @@
26595
26572
  "security": [
26596
26573
  {
26597
26574
  "Implicit": [
26598
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26575
+ "WILL BE REPLACED"
26599
26576
  ]
26600
26577
  }
26601
26578
  ],
@@ -26650,7 +26627,7 @@
26650
26627
  "security": [
26651
26628
  {
26652
26629
  "Implicit": [
26653
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26630
+ "WILL BE REPLACED"
26654
26631
  ]
26655
26632
  }
26656
26633
  ],
@@ -26719,7 +26696,7 @@
26719
26696
  "security": [
26720
26697
  {
26721
26698
  "Implicit": [
26722
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26699
+ "WILL BE REPLACED"
26723
26700
  ]
26724
26701
  }
26725
26702
  ],
@@ -26780,7 +26757,7 @@
26780
26757
  "security": [
26781
26758
  {
26782
26759
  "Implicit": [
26783
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26760
+ "WILL BE REPLACED"
26784
26761
  ]
26785
26762
  }
26786
26763
  ],
@@ -26847,7 +26824,7 @@
26847
26824
  "security": [
26848
26825
  {
26849
26826
  "Implicit": [
26850
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26827
+ "WILL BE REPLACED"
26851
26828
  ]
26852
26829
  }
26853
26830
  ],
@@ -26883,7 +26860,7 @@
26883
26860
  "security": [
26884
26861
  {
26885
26862
  "Implicit": [
26886
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26863
+ "WILL BE REPLACED"
26887
26864
  ]
26888
26865
  }
26889
26866
  ],
@@ -26911,7 +26888,7 @@
26911
26888
  "security": [
26912
26889
  {
26913
26890
  "Implicit": [
26914
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26891
+ "WILL BE REPLACED"
26915
26892
  ]
26916
26893
  }
26917
26894
  ],
@@ -26966,7 +26943,7 @@
26966
26943
  "security": [
26967
26944
  {
26968
26945
  "Implicit": [
26969
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
26946
+ "WILL BE REPLACED"
26970
26947
  ]
26971
26948
  }
26972
26949
  ],
@@ -27021,7 +26998,7 @@
27021
26998
  "security": [
27022
26999
  {
27023
27000
  "Implicit": [
27024
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27001
+ "WILL BE REPLACED"
27025
27002
  ]
27026
27003
  }
27027
27004
  ],
@@ -27058,7 +27035,7 @@
27058
27035
  "security": [
27059
27036
  {
27060
27037
  "Implicit": [
27061
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27038
+ "WILL BE REPLACED"
27062
27039
  ]
27063
27040
  }
27064
27041
  ],
@@ -27095,7 +27072,7 @@
27095
27072
  "security": [
27096
27073
  {
27097
27074
  "Implicit": [
27098
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27075
+ "WILL BE REPLACED"
27099
27076
  ]
27100
27077
  }
27101
27078
  ],
@@ -27150,7 +27127,7 @@
27150
27127
  "security": [
27151
27128
  {
27152
27129
  "Implicit": [
27153
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27130
+ "WILL BE REPLACED"
27154
27131
  ]
27155
27132
  }
27156
27133
  ],
@@ -27188,7 +27165,7 @@
27188
27165
  "security": [
27189
27166
  {
27190
27167
  "Implicit": [
27191
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27168
+ "WILL BE REPLACED"
27192
27169
  ]
27193
27170
  }
27194
27171
  ],
@@ -27235,7 +27212,7 @@
27235
27212
  "security": [
27236
27213
  {
27237
27214
  "Implicit": [
27238
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27215
+ "WILL BE REPLACED"
27239
27216
  ]
27240
27217
  }
27241
27218
  ],
@@ -27282,7 +27259,7 @@
27282
27259
  "security": [
27283
27260
  {
27284
27261
  "Implicit": [
27285
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27262
+ "WILL BE REPLACED"
27286
27263
  ]
27287
27264
  }
27288
27265
  ],
@@ -27319,7 +27296,7 @@
27319
27296
  "security": [
27320
27297
  {
27321
27298
  "Implicit": [
27322
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27299
+ "WILL BE REPLACED"
27323
27300
  ]
27324
27301
  }
27325
27302
  ],
@@ -27359,7 +27336,7 @@
27359
27336
  "security": [
27360
27337
  {
27361
27338
  "Implicit": [
27362
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27339
+ "WILL BE REPLACED"
27363
27340
  ]
27364
27341
  }
27365
27342
  ],
@@ -27422,7 +27399,7 @@
27422
27399
  "security": [
27423
27400
  {
27424
27401
  "Implicit": [
27425
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27402
+ "WILL BE REPLACED"
27426
27403
  ]
27427
27404
  }
27428
27405
  ],
@@ -27463,7 +27440,7 @@
27463
27440
  "security": [
27464
27441
  {
27465
27442
  "Implicit": [
27466
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27443
+ "WILL BE REPLACED"
27467
27444
  ]
27468
27445
  }
27469
27446
  ],
@@ -27510,7 +27487,7 @@
27510
27487
  "security": [
27511
27488
  {
27512
27489
  "Implicit": [
27513
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27490
+ "WILL BE REPLACED"
27514
27491
  ]
27515
27492
  }
27516
27493
  ],
@@ -27560,7 +27537,7 @@
27560
27537
  "security": [
27561
27538
  {
27562
27539
  "Implicit": [
27563
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27540
+ "WILL BE REPLACED"
27564
27541
  ]
27565
27542
  }
27566
27543
  ],
@@ -27633,7 +27610,7 @@
27633
27610
  "security": [
27634
27611
  {
27635
27612
  "Implicit": [
27636
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27613
+ "WILL BE REPLACED"
27637
27614
  ]
27638
27615
  }
27639
27616
  ],
@@ -27680,7 +27657,7 @@
27680
27657
  "security": [
27681
27658
  {
27682
27659
  "Implicit": [
27683
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27660
+ "WILL BE REPLACED"
27684
27661
  ]
27685
27662
  }
27686
27663
  ],
@@ -27735,7 +27712,7 @@
27735
27712
  "security": [
27736
27713
  {
27737
27714
  "Implicit": [
27738
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27715
+ "WILL BE REPLACED"
27739
27716
  ]
27740
27717
  }
27741
27718
  ],
@@ -27788,7 +27765,7 @@
27788
27765
  "security": [
27789
27766
  {
27790
27767
  "Implicit": [
27791
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27768
+ "WILL BE REPLACED"
27792
27769
  ]
27793
27770
  }
27794
27771
  ],
@@ -27833,7 +27810,7 @@
27833
27810
  "security": [
27834
27811
  {
27835
27812
  "Implicit": [
27836
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27813
+ "WILL BE REPLACED"
27837
27814
  ]
27838
27815
  }
27839
27816
  ],
@@ -27873,7 +27850,7 @@
27873
27850
  "security": [
27874
27851
  {
27875
27852
  "Implicit": [
27876
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27853
+ "WILL BE REPLACED"
27877
27854
  ]
27878
27855
  }
27879
27856
  ],
@@ -27931,7 +27908,7 @@
27931
27908
  "security": [
27932
27909
  {
27933
27910
  "Implicit": [
27934
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27911
+ "WILL BE REPLACED"
27935
27912
  ]
27936
27913
  }
27937
27914
  ],
@@ -27989,7 +27966,7 @@
27989
27966
  "security": [
27990
27967
  {
27991
27968
  "Implicit": [
27992
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
27969
+ "WILL BE REPLACED"
27993
27970
  ]
27994
27971
  }
27995
27972
  ],
@@ -28050,7 +28027,7 @@
28050
28027
  "security": [
28051
28028
  {
28052
28029
  "Implicit": [
28053
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28030
+ "WILL BE REPLACED"
28054
28031
  ]
28055
28032
  }
28056
28033
  ],
@@ -28103,7 +28080,7 @@
28103
28080
  "security": [
28104
28081
  {
28105
28082
  "Implicit": [
28106
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28083
+ "WILL BE REPLACED"
28107
28084
  ]
28108
28085
  }
28109
28086
  ],
@@ -28148,7 +28125,7 @@
28148
28125
  "security": [
28149
28126
  {
28150
28127
  "Implicit": [
28151
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28128
+ "WILL BE REPLACED"
28152
28129
  ]
28153
28130
  }
28154
28131
  ],
@@ -28209,7 +28186,7 @@
28209
28186
  "security": [
28210
28187
  {
28211
28188
  "Implicit": [
28212
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28189
+ "WILL BE REPLACED"
28213
28190
  ]
28214
28191
  }
28215
28192
  ],
@@ -28254,7 +28231,7 @@
28254
28231
  "security": [
28255
28232
  {
28256
28233
  "Implicit": [
28257
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28234
+ "WILL BE REPLACED"
28258
28235
  ]
28259
28236
  }
28260
28237
  ],
@@ -28302,7 +28279,7 @@
28302
28279
  "security": [
28303
28280
  {
28304
28281
  "Implicit": [
28305
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28282
+ "WILL BE REPLACED"
28306
28283
  ]
28307
28284
  }
28308
28285
  ],
@@ -28349,7 +28326,7 @@
28349
28326
  "security": [
28350
28327
  {
28351
28328
  "Implicit": [
28352
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28329
+ "WILL BE REPLACED"
28353
28330
  ]
28354
28331
  }
28355
28332
  ],
@@ -28402,7 +28379,7 @@
28402
28379
  "security": [
28403
28380
  {
28404
28381
  "Implicit": [
28405
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28382
+ "WILL BE REPLACED"
28406
28383
  ]
28407
28384
  }
28408
28385
  ],
@@ -28452,7 +28429,7 @@
28452
28429
  "security": [
28453
28430
  {
28454
28431
  "Implicit": [
28455
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28432
+ "WILL BE REPLACED"
28456
28433
  ]
28457
28434
  }
28458
28435
  ],
@@ -28499,7 +28476,7 @@
28499
28476
  "security": [
28500
28477
  {
28501
28478
  "Implicit": [
28502
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28479
+ "WILL BE REPLACED"
28503
28480
  ]
28504
28481
  }
28505
28482
  ],
@@ -28557,7 +28534,7 @@
28557
28534
  "security": [
28558
28535
  {
28559
28536
  "Implicit": [
28560
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28537
+ "WILL BE REPLACED"
28561
28538
  ]
28562
28539
  }
28563
28540
  ],
@@ -28602,7 +28579,7 @@
28602
28579
  "security": [
28603
28580
  {
28604
28581
  "Implicit": [
28605
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28582
+ "WILL BE REPLACED"
28606
28583
  ]
28607
28584
  }
28608
28585
  ],
@@ -28640,7 +28617,7 @@
28640
28617
  "security": [
28641
28618
  {
28642
28619
  "Implicit": [
28643
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28620
+ "WILL BE REPLACED"
28644
28621
  ]
28645
28622
  }
28646
28623
  ],
@@ -28693,7 +28670,7 @@
28693
28670
  "security": [
28694
28671
  {
28695
28672
  "Implicit": [
28696
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28673
+ "WILL BE REPLACED"
28697
28674
  ]
28698
28675
  }
28699
28676
  ],
@@ -28743,7 +28720,7 @@
28743
28720
  "security": [
28744
28721
  {
28745
28722
  "Implicit": [
28746
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28723
+ "WILL BE REPLACED"
28747
28724
  ]
28748
28725
  }
28749
28726
  ],
@@ -28790,7 +28767,7 @@
28790
28767
  "security": [
28791
28768
  {
28792
28769
  "Implicit": [
28793
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28770
+ "WILL BE REPLACED"
28794
28771
  ]
28795
28772
  }
28796
28773
  ],
@@ -28848,7 +28825,7 @@
28848
28825
  "security": [
28849
28826
  {
28850
28827
  "Implicit": [
28851
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28828
+ "WILL BE REPLACED"
28852
28829
  ]
28853
28830
  }
28854
28831
  ],
@@ -28895,7 +28872,7 @@
28895
28872
  "security": [
28896
28873
  {
28897
28874
  "Implicit": [
28898
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28875
+ "WILL BE REPLACED"
28899
28876
  ]
28900
28877
  }
28901
28878
  ],
@@ -28953,7 +28930,7 @@
28953
28930
  "security": [
28954
28931
  {
28955
28932
  "Implicit": [
28956
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28933
+ "WILL BE REPLACED"
28957
28934
  ]
28958
28935
  }
28959
28936
  ],
@@ -29000,7 +28977,7 @@
29000
28977
  "security": [
29001
28978
  {
29002
28979
  "Implicit": [
29003
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
28980
+ "WILL BE REPLACED"
29004
28981
  ]
29005
28982
  }
29006
28983
  ],
@@ -29058,7 +29035,7 @@
29058
29035
  "security": [
29059
29036
  {
29060
29037
  "Implicit": [
29061
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29038
+ "WILL BE REPLACED"
29062
29039
  ]
29063
29040
  }
29064
29041
  ],
@@ -29123,7 +29100,7 @@
29123
29100
  "security": [
29124
29101
  {
29125
29102
  "Implicit": [
29126
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29103
+ "WILL BE REPLACED"
29127
29104
  ]
29128
29105
  }
29129
29106
  ],
@@ -29176,7 +29153,7 @@
29176
29153
  "security": [
29177
29154
  {
29178
29155
  "Implicit": [
29179
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29156
+ "WILL BE REPLACED"
29180
29157
  ]
29181
29158
  }
29182
29159
  ],
@@ -29244,7 +29221,7 @@
29244
29221
  "security": [
29245
29222
  {
29246
29223
  "Implicit": [
29247
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29224
+ "WILL BE REPLACED"
29248
29225
  ]
29249
29226
  }
29250
29227
  ],
@@ -29282,7 +29259,7 @@
29282
29259
  "security": [
29283
29260
  {
29284
29261
  "Implicit": [
29285
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29262
+ "WILL BE REPLACED"
29286
29263
  ]
29287
29264
  }
29288
29265
  ],
@@ -29329,7 +29306,7 @@
29329
29306
  "security": [
29330
29307
  {
29331
29308
  "Implicit": [
29332
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29309
+ "WILL BE REPLACED"
29333
29310
  ]
29334
29311
  }
29335
29312
  ],
@@ -29384,7 +29361,7 @@
29384
29361
  "security": [
29385
29362
  {
29386
29363
  "Implicit": [
29387
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29364
+ "WILL BE REPLACED"
29388
29365
  ]
29389
29366
  }
29390
29367
  ],
@@ -29442,7 +29419,7 @@
29442
29419
  "security": [
29443
29420
  {
29444
29421
  "Implicit": [
29445
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29422
+ "WILL BE REPLACED"
29446
29423
  ]
29447
29424
  }
29448
29425
  ],
@@ -29489,7 +29466,7 @@
29489
29466
  "security": [
29490
29467
  {
29491
29468
  "Implicit": [
29492
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29469
+ "WILL BE REPLACED"
29493
29470
  ]
29494
29471
  }
29495
29472
  ],
@@ -29547,7 +29524,7 @@
29547
29524
  "security": [
29548
29525
  {
29549
29526
  "Implicit": [
29550
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29527
+ "WILL BE REPLACED"
29551
29528
  ]
29552
29529
  }
29553
29530
  ],
@@ -29594,7 +29571,7 @@
29594
29571
  "security": [
29595
29572
  {
29596
29573
  "Implicit": [
29597
- "api://c03a7c58-49d5-4f50-aa43-ad00b22c6943/user_impersonation"
29574
+ "WILL BE REPLACED"
29598
29575
  ]
29599
29576
  }
29600
29577
  ],
@@ -29631,7 +29608,7 @@
29631
29608
  },
29632
29609
  "servers": [
29633
29610
  {
29634
- "url": "https://sanity.api.snokam.no/"
29611
+ "url": "/"
29635
29612
  }
29636
29613
  ]
29637
29614
  }