@hubex/mcp 0.2.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 (92) hide show
  1. package/.env.example +54 -0
  2. package/CONNECTING.md +260 -0
  3. package/README.md +266 -0
  4. package/dist/auth.js +226 -0
  5. package/dist/config.js +120 -0
  6. package/dist/generated/manifest.js +3643 -0
  7. package/dist/guides/field-notes.json +27 -0
  8. package/dist/guides/loader.js +32 -0
  9. package/dist/guides/service-map.js +6 -0
  10. package/dist/http.js +93 -0
  11. package/dist/index/store.js +134 -0
  12. package/dist/index/types.js +1 -0
  13. package/dist/index.js +20 -0
  14. package/dist/paths.js +20 -0
  15. package/dist/pii/fields.js +100 -0
  16. package/dist/pii/mask.js +50 -0
  17. package/dist/pii/strategies.js +88 -0
  18. package/dist/schema/build-index.js +67 -0
  19. package/dist/schema/deref.js +87 -0
  20. package/dist/schema/describe.js +65 -0
  21. package/dist/server.js +62 -0
  22. package/dist/token-prompt.js +41 -0
  23. package/dist/tools/curated.js +151 -0
  24. package/dist/tools/discovery.js +187 -0
  25. package/dist/tools/guides.js +126 -0
  26. package/dist/tools/registry.js +37 -0
  27. package/dist/tools/request.js +170 -0
  28. package/dist/tools/types.js +1 -0
  29. package/docs/guides/assets.md +334 -0
  30. package/docs/guides/attributes.md +125 -0
  31. package/docs/guides/checklisttemplates.md +154 -0
  32. package/docs/guides/companies.md +57 -0
  33. package/docs/guides/dictionaries.md +64 -0
  34. package/docs/guides/lifecycle.md +263 -0
  35. package/docs/guides/materials.md +135 -0
  36. package/docs/guides/notifications.md +184 -0
  37. package/docs/guides/roles.md +125 -0
  38. package/docs/guides/sla.md +130 -0
  39. package/docs/guides/start.md +67 -0
  40. package/docs/guides/taskchecklists.md +149 -0
  41. package/docs/guides/taskcreate.md +260 -0
  42. package/docs/guides/taskedit.md +277 -0
  43. package/docs/guides/tasktypes.md +156 -0
  44. package/docs/guides/users.md +71 -0
  45. package/generated/index.dev.json +18776 -0
  46. package/generated/index.prod.json +18858 -0
  47. package/package.json +48 -0
  48. package/swagger/dev/ADM.json +27777 -0
  49. package/swagger/dev/AUTH.json +1739 -0
  50. package/swagger/dev/AUTHN.json +1250 -0
  51. package/swagger/dev/AUTHZ.json +1404 -0
  52. package/swagger/dev/CM.json +309 -0
  53. package/swagger/dev/COMMON.json +6543 -0
  54. package/swagger/dev/ES.json +28029 -0
  55. package/swagger/dev/EXPORT.json +4575 -0
  56. package/swagger/dev/IMPORT.json +1479 -0
  57. package/swagger/dev/LIC.json +224 -0
  58. package/swagger/dev/MSG.json +7883 -0
  59. package/swagger/dev/NEWS.json +348 -0
  60. package/swagger/dev/PA.json +5981 -0
  61. package/swagger/dev/PMP.json +3196 -0
  62. package/swagger/dev/PROXY.json +416 -0
  63. package/swagger/dev/REPORT.json +3921 -0
  64. package/swagger/dev/SC.json +3771 -0
  65. package/swagger/dev/SLA.json +2837 -0
  66. package/swagger/dev/TSTG.json +4981 -0
  67. package/swagger/dev/UI.json +4720 -0
  68. package/swagger/dev/WH.json +16796 -0
  69. package/swagger/dev/WORK.json +36024 -0
  70. package/swagger/dev/WSP.json +1612 -0
  71. package/swagger/prod/ADM.json +27777 -0
  72. package/swagger/prod/AUTH.json +1308 -0
  73. package/swagger/prod/AUTHN.json +2710 -0
  74. package/swagger/prod/AUTHZ.json +896 -0
  75. package/swagger/prod/CM.json +162 -0
  76. package/swagger/prod/COMMON.json +4910 -0
  77. package/swagger/prod/ES.json +28029 -0
  78. package/swagger/prod/EXPORT.json +3091 -0
  79. package/swagger/prod/LIC.json +123 -0
  80. package/swagger/prod/MSG.json +6239 -0
  81. package/swagger/prod/NEWS.json +295 -0
  82. package/swagger/prod/PA.json +5123 -0
  83. package/swagger/prod/PMP.json +2978 -0
  84. package/swagger/prod/PROXY.json +250 -0
  85. package/swagger/prod/REPORT.json +3729 -0
  86. package/swagger/prod/SC.json +3771 -0
  87. package/swagger/prod/SLA.json +2201 -0
  88. package/swagger/prod/TSTG.json +4220 -0
  89. package/swagger/prod/UI.json +3879 -0
  90. package/swagger/prod/WH.json +16730 -0
  91. package/swagger/prod/WORK.json +35994 -0
  92. package/swagger/prod/WSP.json +1468 -0
@@ -0,0 +1,2201 @@
1
+ {
2
+ "openapi": "3.0.1",
3
+ "info": {
4
+ "title": "API for SLA in HubEx",
5
+ "description": "Service offers application programming interface for manipulation service level agreement and all connected entities.",
6
+ "contact": {
7
+ "name": "SmartService Backend Team",
8
+ "email": "fmbackend@melston.ru"
9
+ },
10
+ "version": "v1.0.0.0"
11
+ },
12
+ "paths": {
13
+ "/Attributes": {
14
+ "get": {
15
+ "tags": [
16
+ "Attributes"
17
+ ],
18
+ "summary": "Возвращает полный список атрибутов SLA",
19
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **AttributeSLAList**",
20
+ "parameters": [
21
+ {
22
+ "name": "Authorization",
23
+ "in": "header",
24
+ "description": "Bearer",
25
+ "required": true,
26
+ "schema": {
27
+ "type": "string"
28
+ }
29
+ }
30
+ ],
31
+ "responses": {
32
+ "200": {
33
+ "description": "OK",
34
+ "content": {
35
+ "text/plain": {
36
+ "schema": {
37
+ "type": "object",
38
+ "additionalProperties": {
39
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Attributes.ListResult"
40
+ }
41
+ }
42
+ },
43
+ "application/json": {
44
+ "schema": {
45
+ "type": "object",
46
+ "additionalProperties": {
47
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Attributes.ListResult"
48
+ }
49
+ }
50
+ },
51
+ "text/json": {
52
+ "schema": {
53
+ "type": "object",
54
+ "additionalProperties": {
55
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Attributes.ListResult"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ },
61
+ "401": {
62
+ "description": "Unauthorized"
63
+ },
64
+ "403": {
65
+ "description": "Forbidden"
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "/Criticalities": {
71
+ "post": {
72
+ "tags": [
73
+ "Criticalities"
74
+ ],
75
+ "summary": "Создает критичности",
76
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **CriticalityAdd**",
77
+ "parameters": [
78
+ {
79
+ "name": "Authorization",
80
+ "in": "header",
81
+ "description": "Bearer",
82
+ "required": true,
83
+ "schema": {
84
+ "type": "string"
85
+ }
86
+ }
87
+ ],
88
+ "requestBody": {
89
+ "description": "Данные актуальностей заявок",
90
+ "content": {
91
+ "application/json-patch+json": {
92
+ "schema": {
93
+ "type": "array",
94
+ "items": {
95
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.AddData"
96
+ }
97
+ }
98
+ },
99
+ "application/json": {
100
+ "schema": {
101
+ "type": "array",
102
+ "items": {
103
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.AddData"
104
+ }
105
+ }
106
+ },
107
+ "text/json": {
108
+ "schema": {
109
+ "type": "array",
110
+ "items": {
111
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.AddData"
112
+ }
113
+ }
114
+ },
115
+ "application/*+json": {
116
+ "schema": {
117
+ "type": "array",
118
+ "items": {
119
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.AddData"
120
+ }
121
+ }
122
+ }
123
+ }
124
+ },
125
+ "responses": {
126
+ "201": {
127
+ "description": "Created",
128
+ "content": {
129
+ "text/plain": {
130
+ "schema": {
131
+ "type": "array",
132
+ "items": {
133
+ "type": "integer",
134
+ "format": "int32"
135
+ }
136
+ }
137
+ },
138
+ "application/json": {
139
+ "schema": {
140
+ "type": "array",
141
+ "items": {
142
+ "type": "integer",
143
+ "format": "int32"
144
+ }
145
+ }
146
+ },
147
+ "text/json": {
148
+ "schema": {
149
+ "type": "array",
150
+ "items": {
151
+ "type": "integer",
152
+ "format": "int32"
153
+ }
154
+ }
155
+ }
156
+ }
157
+ },
158
+ "401": {
159
+ "description": "Unauthorized"
160
+ },
161
+ "403": {
162
+ "description": "Forbidden"
163
+ }
164
+ }
165
+ },
166
+ "put": {
167
+ "tags": [
168
+ "Criticalities"
169
+ ],
170
+ "summary": "Изменяет критичности",
171
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **CriticalityUpdate**",
172
+ "parameters": [
173
+ {
174
+ "name": "Authorization",
175
+ "in": "header",
176
+ "description": "Bearer",
177
+ "required": true,
178
+ "schema": {
179
+ "type": "string"
180
+ }
181
+ }
182
+ ],
183
+ "requestBody": {
184
+ "description": "Данные актуальностей заявок",
185
+ "content": {
186
+ "application/json-patch+json": {
187
+ "schema": {
188
+ "type": "array",
189
+ "items": {
190
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.UpdateData"
191
+ }
192
+ }
193
+ },
194
+ "application/json": {
195
+ "schema": {
196
+ "type": "array",
197
+ "items": {
198
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.UpdateData"
199
+ }
200
+ }
201
+ },
202
+ "text/json": {
203
+ "schema": {
204
+ "type": "array",
205
+ "items": {
206
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.UpdateData"
207
+ }
208
+ }
209
+ },
210
+ "application/*+json": {
211
+ "schema": {
212
+ "type": "array",
213
+ "items": {
214
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Criticality.UpdateData"
215
+ }
216
+ }
217
+ }
218
+ }
219
+ },
220
+ "responses": {
221
+ "202": {
222
+ "description": "Accepted"
223
+ },
224
+ "401": {
225
+ "description": "Unauthorized"
226
+ },
227
+ "403": {
228
+ "description": "Forbidden"
229
+ }
230
+ }
231
+ },
232
+ "delete": {
233
+ "tags": [
234
+ "Criticalities"
235
+ ],
236
+ "summary": "Помечает критичности, как удаленные",
237
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **CriticalityDelete**",
238
+ "parameters": [
239
+ {
240
+ "name": "Authorization",
241
+ "in": "header",
242
+ "description": "Bearer",
243
+ "required": true,
244
+ "schema": {
245
+ "type": "string"
246
+ }
247
+ }
248
+ ],
249
+ "requestBody": {
250
+ "description": "Идентификаторы актуальностей заявок",
251
+ "content": {
252
+ "application/json-patch+json": {
253
+ "schema": {
254
+ "type": "array",
255
+ "items": {
256
+ "type": "integer",
257
+ "format": "int32"
258
+ }
259
+ }
260
+ },
261
+ "application/json": {
262
+ "schema": {
263
+ "type": "array",
264
+ "items": {
265
+ "type": "integer",
266
+ "format": "int32"
267
+ }
268
+ }
269
+ },
270
+ "text/json": {
271
+ "schema": {
272
+ "type": "array",
273
+ "items": {
274
+ "type": "integer",
275
+ "format": "int32"
276
+ }
277
+ }
278
+ },
279
+ "application/*+json": {
280
+ "schema": {
281
+ "type": "array",
282
+ "items": {
283
+ "type": "integer",
284
+ "format": "int32"
285
+ }
286
+ }
287
+ }
288
+ }
289
+ },
290
+ "responses": {
291
+ "202": {
292
+ "description": "Accepted"
293
+ },
294
+ "401": {
295
+ "description": "Unauthorized"
296
+ },
297
+ "403": {
298
+ "description": "Forbidden"
299
+ }
300
+ }
301
+ },
302
+ "get": {
303
+ "tags": [
304
+ "Criticalities"
305
+ ],
306
+ "summary": "Возвращает полный список критичностей",
307
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **CriticalitiesList**",
308
+ "parameters": [
309
+ {
310
+ "name": "contractID",
311
+ "in": "query",
312
+ "schema": {
313
+ "type": "array",
314
+ "items": {
315
+ "type": "integer",
316
+ "format": "int32"
317
+ }
318
+ }
319
+ },
320
+ {
321
+ "name": "workTypeID",
322
+ "in": "query",
323
+ "schema": {
324
+ "type": "array",
325
+ "items": {
326
+ "type": "integer",
327
+ "format": "int32"
328
+ }
329
+ }
330
+ },
331
+ {
332
+ "name": "Authorization",
333
+ "in": "header",
334
+ "description": "Bearer",
335
+ "required": true,
336
+ "schema": {
337
+ "type": "string"
338
+ }
339
+ }
340
+ ],
341
+ "responses": {
342
+ "200": {
343
+ "description": "OK",
344
+ "content": {
345
+ "text/plain": {
346
+ "schema": {
347
+ "type": "object",
348
+ "additionalProperties": {
349
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Criticalities.GetResult"
350
+ }
351
+ }
352
+ },
353
+ "application/json": {
354
+ "schema": {
355
+ "type": "object",
356
+ "additionalProperties": {
357
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Criticalities.GetResult"
358
+ }
359
+ }
360
+ },
361
+ "text/json": {
362
+ "schema": {
363
+ "type": "object",
364
+ "additionalProperties": {
365
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Criticalities.GetResult"
366
+ }
367
+ }
368
+ }
369
+ }
370
+ },
371
+ "500": {
372
+ "description": "Internal Server Error",
373
+ "content": {
374
+ "text/plain": {
375
+ "schema": {
376
+ "type": "array",
377
+ "items": {
378
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
379
+ }
380
+ }
381
+ },
382
+ "application/json": {
383
+ "schema": {
384
+ "type": "array",
385
+ "items": {
386
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
387
+ }
388
+ }
389
+ },
390
+ "text/json": {
391
+ "schema": {
392
+ "type": "array",
393
+ "items": {
394
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
395
+ }
396
+ }
397
+ }
398
+ }
399
+ },
400
+ "401": {
401
+ "description": "Unauthorized"
402
+ },
403
+ "403": {
404
+ "description": "Forbidden"
405
+ }
406
+ }
407
+ }
408
+ },
409
+ "/Criticalities/{id}": {
410
+ "delete": {
411
+ "tags": [
412
+ "Criticalities"
413
+ ],
414
+ "summary": "Помечает критичность как удаленную",
415
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **CriticalityDelete**",
416
+ "parameters": [
417
+ {
418
+ "name": "id",
419
+ "in": "path",
420
+ "required": true,
421
+ "schema": {
422
+ "type": "integer",
423
+ "format": "int32"
424
+ }
425
+ },
426
+ {
427
+ "name": "Authorization",
428
+ "in": "header",
429
+ "description": "Bearer",
430
+ "required": true,
431
+ "schema": {
432
+ "type": "string"
433
+ }
434
+ }
435
+ ],
436
+ "responses": {
437
+ "202": {
438
+ "description": "Accepted"
439
+ },
440
+ "409": {
441
+ "description": "Conflict",
442
+ "content": {
443
+ "text/plain": {
444
+ "schema": {
445
+ "type": "array",
446
+ "items": {
447
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
448
+ }
449
+ }
450
+ },
451
+ "application/json": {
452
+ "schema": {
453
+ "type": "array",
454
+ "items": {
455
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
456
+ }
457
+ }
458
+ },
459
+ "text/json": {
460
+ "schema": {
461
+ "type": "array",
462
+ "items": {
463
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
464
+ }
465
+ }
466
+ }
467
+ }
468
+ },
469
+ "401": {
470
+ "description": "Unauthorized"
471
+ },
472
+ "403": {
473
+ "description": "Forbidden"
474
+ }
475
+ }
476
+ },
477
+ "get": {
478
+ "tags": [
479
+ "Criticalities"
480
+ ],
481
+ "summary": "Возвращает критичность",
482
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **CriticalityGet**",
483
+ "parameters": [
484
+ {
485
+ "name": "id",
486
+ "in": "path",
487
+ "description": "Идентификатор актуальности заявки",
488
+ "required": true,
489
+ "schema": {
490
+ "type": "integer",
491
+ "format": "int32"
492
+ }
493
+ },
494
+ {
495
+ "name": "Authorization",
496
+ "in": "header",
497
+ "description": "Bearer",
498
+ "required": true,
499
+ "schema": {
500
+ "type": "string"
501
+ }
502
+ }
503
+ ],
504
+ "responses": {
505
+ "200": {
506
+ "description": "OK",
507
+ "content": {
508
+ "text/plain": {
509
+ "schema": {
510
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Criticalities.GetResult"
511
+ }
512
+ },
513
+ "application/json": {
514
+ "schema": {
515
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Criticalities.GetResult"
516
+ }
517
+ },
518
+ "text/json": {
519
+ "schema": {
520
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.Criticalities.GetResult"
521
+ }
522
+ }
523
+ }
524
+ },
525
+ "401": {
526
+ "description": "Unauthorized"
527
+ },
528
+ "403": {
529
+ "description": "Forbidden"
530
+ }
531
+ }
532
+ }
533
+ },
534
+ "/DeadlineRules/{deadlineRuleID}/attributes": {
535
+ "get": {
536
+ "tags": [
537
+ "DeadlineRules"
538
+ ],
539
+ "summary": "Возвращает список действующих атрибутов для правила планового закрытия заявки",
540
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleAttributeList**",
541
+ "parameters": [
542
+ {
543
+ "name": "deadlineRuleID",
544
+ "in": "path",
545
+ "description": "Идентификатор правила планового закрытия заявки, для получения списка атрибутов",
546
+ "required": true,
547
+ "schema": {
548
+ "type": "integer",
549
+ "format": "int32"
550
+ }
551
+ },
552
+ {
553
+ "name": "Authorization",
554
+ "in": "header",
555
+ "description": "Bearer",
556
+ "required": true,
557
+ "schema": {
558
+ "type": "string"
559
+ }
560
+ }
561
+ ],
562
+ "responses": {
563
+ "200": {
564
+ "description": "OK",
565
+ "content": {
566
+ "text/plain": {
567
+ "schema": {
568
+ "type": "object",
569
+ "additionalProperties": {
570
+ "type": "array",
571
+ "items": {
572
+ "type": "integer",
573
+ "format": "int32"
574
+ }
575
+ }
576
+ }
577
+ },
578
+ "application/json": {
579
+ "schema": {
580
+ "type": "object",
581
+ "additionalProperties": {
582
+ "type": "array",
583
+ "items": {
584
+ "type": "integer",
585
+ "format": "int32"
586
+ }
587
+ }
588
+ }
589
+ },
590
+ "text/json": {
591
+ "schema": {
592
+ "type": "object",
593
+ "additionalProperties": {
594
+ "type": "array",
595
+ "items": {
596
+ "type": "integer",
597
+ "format": "int32"
598
+ }
599
+ }
600
+ }
601
+ }
602
+ }
603
+ },
604
+ "400": {
605
+ "description": "Bad Request",
606
+ "content": {
607
+ "text/plain": {
608
+ "schema": {
609
+ "type": "array",
610
+ "items": {
611
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
612
+ }
613
+ }
614
+ },
615
+ "application/json": {
616
+ "schema": {
617
+ "type": "array",
618
+ "items": {
619
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
620
+ }
621
+ }
622
+ },
623
+ "text/json": {
624
+ "schema": {
625
+ "type": "array",
626
+ "items": {
627
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
628
+ }
629
+ }
630
+ }
631
+ }
632
+ },
633
+ "401": {
634
+ "description": "Unauthorized"
635
+ },
636
+ "403": {
637
+ "description": "Forbidden"
638
+ }
639
+ }
640
+ }
641
+ },
642
+ "/DeadlineRules/attributes": {
643
+ "post": {
644
+ "tags": [
645
+ "DeadlineRules"
646
+ ],
647
+ "summary": "Добавляет атрибуты к правилу планового закрытия заявки",
648
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleAttributeAdd**",
649
+ "parameters": [
650
+ {
651
+ "name": "Authorization",
652
+ "in": "header",
653
+ "description": "Bearer",
654
+ "required": true,
655
+ "schema": {
656
+ "type": "string"
657
+ }
658
+ }
659
+ ],
660
+ "requestBody": {
661
+ "content": {
662
+ "application/json-patch+json": {
663
+ "schema": {
664
+ "type": "array",
665
+ "items": {
666
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
667
+ }
668
+ }
669
+ },
670
+ "application/json": {
671
+ "schema": {
672
+ "type": "array",
673
+ "items": {
674
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
675
+ }
676
+ }
677
+ },
678
+ "text/json": {
679
+ "schema": {
680
+ "type": "array",
681
+ "items": {
682
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
683
+ }
684
+ }
685
+ },
686
+ "application/*+json": {
687
+ "schema": {
688
+ "type": "array",
689
+ "items": {
690
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
691
+ }
692
+ }
693
+ }
694
+ }
695
+ },
696
+ "responses": {
697
+ "201": {
698
+ "description": "Created",
699
+ "content": {
700
+ "text/plain": {
701
+ "schema": {
702
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRuleAttributes.DeadlineRuleAttributeResult"
703
+ }
704
+ },
705
+ "application/json": {
706
+ "schema": {
707
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRuleAttributes.DeadlineRuleAttributeResult"
708
+ }
709
+ },
710
+ "text/json": {
711
+ "schema": {
712
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRuleAttributes.DeadlineRuleAttributeResult"
713
+ }
714
+ }
715
+ }
716
+ },
717
+ "409": {
718
+ "description": "Conflict",
719
+ "content": {
720
+ "text/plain": {
721
+ "schema": {
722
+ "type": "array",
723
+ "items": {
724
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
725
+ }
726
+ }
727
+ },
728
+ "application/json": {
729
+ "schema": {
730
+ "type": "array",
731
+ "items": {
732
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
733
+ }
734
+ }
735
+ },
736
+ "text/json": {
737
+ "schema": {
738
+ "type": "array",
739
+ "items": {
740
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
741
+ }
742
+ }
743
+ }
744
+ }
745
+ },
746
+ "401": {
747
+ "description": "Unauthorized"
748
+ },
749
+ "403": {
750
+ "description": "Forbidden"
751
+ }
752
+ }
753
+ },
754
+ "delete": {
755
+ "tags": [
756
+ "DeadlineRules"
757
+ ],
758
+ "summary": "Удаляет атрибуты у правила планового закрытия заявки",
759
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleAttributeDelete**",
760
+ "parameters": [
761
+ {
762
+ "name": "Authorization",
763
+ "in": "header",
764
+ "description": "Bearer",
765
+ "required": true,
766
+ "schema": {
767
+ "type": "string"
768
+ }
769
+ }
770
+ ],
771
+ "requestBody": {
772
+ "content": {
773
+ "application/json-patch+json": {
774
+ "schema": {
775
+ "type": "array",
776
+ "items": {
777
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
778
+ }
779
+ }
780
+ },
781
+ "application/json": {
782
+ "schema": {
783
+ "type": "array",
784
+ "items": {
785
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
786
+ }
787
+ }
788
+ },
789
+ "text/json": {
790
+ "schema": {
791
+ "type": "array",
792
+ "items": {
793
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
794
+ }
795
+ }
796
+ },
797
+ "application/*+json": {
798
+ "schema": {
799
+ "type": "array",
800
+ "items": {
801
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]"
802
+ }
803
+ }
804
+ }
805
+ }
806
+ },
807
+ "responses": {
808
+ "202": {
809
+ "description": "Accepted"
810
+ },
811
+ "409": {
812
+ "description": "Conflict",
813
+ "content": {
814
+ "text/plain": {
815
+ "schema": {
816
+ "type": "array",
817
+ "items": {
818
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
819
+ }
820
+ }
821
+ },
822
+ "application/json": {
823
+ "schema": {
824
+ "type": "array",
825
+ "items": {
826
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
827
+ }
828
+ }
829
+ },
830
+ "text/json": {
831
+ "schema": {
832
+ "type": "array",
833
+ "items": {
834
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
835
+ }
836
+ }
837
+ }
838
+ }
839
+ },
840
+ "401": {
841
+ "description": "Unauthorized"
842
+ },
843
+ "403": {
844
+ "description": "Forbidden"
845
+ }
846
+ }
847
+ }
848
+ },
849
+ "/DeadlineRules/{deadlineRuleID}/attributes/{attributeID}/attrValues/{attrValue}": {
850
+ "delete": {
851
+ "tags": [
852
+ "DeadlineRules"
853
+ ],
854
+ "summary": "Удаляет атрибут у правила планового закрытия заявки",
855
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleAttributeDelete**",
856
+ "parameters": [
857
+ {
858
+ "name": "deadlineRuleID",
859
+ "in": "path",
860
+ "required": true,
861
+ "schema": {
862
+ "type": "integer",
863
+ "format": "int32"
864
+ }
865
+ },
866
+ {
867
+ "name": "attributeID",
868
+ "in": "path",
869
+ "required": true,
870
+ "schema": {
871
+ "type": "integer",
872
+ "format": "int32"
873
+ }
874
+ },
875
+ {
876
+ "name": "attrValue",
877
+ "in": "path",
878
+ "required": true,
879
+ "schema": {
880
+ "type": "integer",
881
+ "format": "int32"
882
+ }
883
+ },
884
+ {
885
+ "name": "Authorization",
886
+ "in": "header",
887
+ "description": "Bearer",
888
+ "required": true,
889
+ "schema": {
890
+ "type": "string"
891
+ }
892
+ }
893
+ ],
894
+ "responses": {
895
+ "202": {
896
+ "description": "Accepted"
897
+ },
898
+ "409": {
899
+ "description": "Conflict",
900
+ "content": {
901
+ "text/plain": {
902
+ "schema": {
903
+ "type": "array",
904
+ "items": {
905
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
906
+ }
907
+ }
908
+ },
909
+ "application/json": {
910
+ "schema": {
911
+ "type": "array",
912
+ "items": {
913
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
914
+ }
915
+ }
916
+ },
917
+ "text/json": {
918
+ "schema": {
919
+ "type": "array",
920
+ "items": {
921
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
922
+ }
923
+ }
924
+ }
925
+ }
926
+ },
927
+ "401": {
928
+ "description": "Unauthorized"
929
+ },
930
+ "403": {
931
+ "description": "Forbidden"
932
+ }
933
+ }
934
+ },
935
+ "post": {
936
+ "tags": [
937
+ "DeadlineRules"
938
+ ],
939
+ "summary": "Добавляет атрибут к правилу планового закрытия заявки",
940
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleAttributeAdd**",
941
+ "parameters": [
942
+ {
943
+ "name": "deadlineRuleID",
944
+ "in": "path",
945
+ "required": true,
946
+ "schema": {
947
+ "type": "integer",
948
+ "format": "int32"
949
+ }
950
+ },
951
+ {
952
+ "name": "attributeID",
953
+ "in": "path",
954
+ "required": true,
955
+ "schema": {
956
+ "type": "integer",
957
+ "format": "int32"
958
+ }
959
+ },
960
+ {
961
+ "name": "attrValue",
962
+ "in": "path",
963
+ "required": true,
964
+ "schema": {
965
+ "type": "integer",
966
+ "format": "int32"
967
+ }
968
+ },
969
+ {
970
+ "name": "Authorization",
971
+ "in": "header",
972
+ "description": "Bearer",
973
+ "required": true,
974
+ "schema": {
975
+ "type": "string"
976
+ }
977
+ }
978
+ ],
979
+ "responses": {
980
+ "201": {
981
+ "description": "Created",
982
+ "content": {
983
+ "text/plain": {
984
+ "schema": {
985
+ "type": "object",
986
+ "additionalProperties": {
987
+ "type": "array",
988
+ "items": {
989
+ "type": "integer",
990
+ "format": "int32"
991
+ }
992
+ }
993
+ }
994
+ },
995
+ "application/json": {
996
+ "schema": {
997
+ "type": "object",
998
+ "additionalProperties": {
999
+ "type": "array",
1000
+ "items": {
1001
+ "type": "integer",
1002
+ "format": "int32"
1003
+ }
1004
+ }
1005
+ }
1006
+ },
1007
+ "text/json": {
1008
+ "schema": {
1009
+ "type": "object",
1010
+ "additionalProperties": {
1011
+ "type": "array",
1012
+ "items": {
1013
+ "type": "integer",
1014
+ "format": "int32"
1015
+ }
1016
+ }
1017
+ }
1018
+ }
1019
+ }
1020
+ },
1021
+ "409": {
1022
+ "description": "Conflict",
1023
+ "content": {
1024
+ "text/plain": {
1025
+ "schema": {
1026
+ "type": "array",
1027
+ "items": {
1028
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1029
+ }
1030
+ }
1031
+ },
1032
+ "application/json": {
1033
+ "schema": {
1034
+ "type": "array",
1035
+ "items": {
1036
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1037
+ }
1038
+ }
1039
+ },
1040
+ "text/json": {
1041
+ "schema": {
1042
+ "type": "array",
1043
+ "items": {
1044
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1045
+ }
1046
+ }
1047
+ }
1048
+ }
1049
+ },
1050
+ "401": {
1051
+ "description": "Unauthorized"
1052
+ },
1053
+ "403": {
1054
+ "description": "Forbidden"
1055
+ }
1056
+ }
1057
+ }
1058
+ },
1059
+ "/DeadlineRules/{DeadlineRuleID}": {
1060
+ "get": {
1061
+ "tags": [
1062
+ "DeadlineRules"
1063
+ ],
1064
+ "summary": "Детальная информация по правилу планового закрытия заявки",
1065
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleGet**",
1066
+ "parameters": [
1067
+ {
1068
+ "name": "DeadlineRuleID",
1069
+ "in": "path",
1070
+ "required": true,
1071
+ "schema": {
1072
+ "type": "integer",
1073
+ "format": "int32"
1074
+ }
1075
+ }
1076
+ ],
1077
+ "responses": {
1078
+ "200": {
1079
+ "description": "OK",
1080
+ "content": {
1081
+ "text/plain": {
1082
+ "schema": {
1083
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.GetResult"
1084
+ }
1085
+ },
1086
+ "application/json": {
1087
+ "schema": {
1088
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.GetResult"
1089
+ }
1090
+ },
1091
+ "text/json": {
1092
+ "schema": {
1093
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.GetResult"
1094
+ }
1095
+ }
1096
+ }
1097
+ },
1098
+ "400": {
1099
+ "description": "Bad Request",
1100
+ "content": {
1101
+ "text/plain": {
1102
+ "schema": {
1103
+ "type": "array",
1104
+ "items": {
1105
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1106
+ }
1107
+ }
1108
+ },
1109
+ "application/json": {
1110
+ "schema": {
1111
+ "type": "array",
1112
+ "items": {
1113
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1114
+ }
1115
+ }
1116
+ },
1117
+ "text/json": {
1118
+ "schema": {
1119
+ "type": "array",
1120
+ "items": {
1121
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1122
+ }
1123
+ }
1124
+ }
1125
+ }
1126
+ },
1127
+ "401": {
1128
+ "description": "Unauthorized"
1129
+ },
1130
+ "403": {
1131
+ "description": "Forbidden"
1132
+ }
1133
+ }
1134
+ },
1135
+ "delete": {
1136
+ "tags": [
1137
+ "DeadlineRules"
1138
+ ],
1139
+ "summary": "Помечает правило планового закрытия заявки как удаленное",
1140
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleDelete**",
1141
+ "parameters": [
1142
+ {
1143
+ "name": "DeadlineRuleID",
1144
+ "in": "path",
1145
+ "required": true,
1146
+ "schema": {
1147
+ "type": "integer",
1148
+ "format": "int32"
1149
+ }
1150
+ },
1151
+ {
1152
+ "name": "Authorization",
1153
+ "in": "header",
1154
+ "description": "Bearer",
1155
+ "required": true,
1156
+ "schema": {
1157
+ "type": "string"
1158
+ }
1159
+ }
1160
+ ],
1161
+ "responses": {
1162
+ "202": {
1163
+ "description": "Accepted"
1164
+ },
1165
+ "409": {
1166
+ "description": "Conflict",
1167
+ "content": {
1168
+ "text/plain": {
1169
+ "schema": {
1170
+ "type": "array",
1171
+ "items": {
1172
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1173
+ }
1174
+ }
1175
+ },
1176
+ "application/json": {
1177
+ "schema": {
1178
+ "type": "array",
1179
+ "items": {
1180
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1181
+ }
1182
+ }
1183
+ },
1184
+ "text/json": {
1185
+ "schema": {
1186
+ "type": "array",
1187
+ "items": {
1188
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1189
+ }
1190
+ }
1191
+ }
1192
+ }
1193
+ },
1194
+ "401": {
1195
+ "description": "Unauthorized"
1196
+ },
1197
+ "403": {
1198
+ "description": "Forbidden"
1199
+ }
1200
+ }
1201
+ }
1202
+ },
1203
+ "/DeadlineRules": {
1204
+ "get": {
1205
+ "tags": [
1206
+ "DeadlineRules"
1207
+ ],
1208
+ "summary": "Возвращает полный список правил планового закрытия заявки",
1209
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleList**<br />* Метод поддерживает диапазонный запрос через строку или заголовок запроса.",
1210
+ "parameters": [
1211
+ {
1212
+ "name": "Authorization",
1213
+ "in": "header",
1214
+ "description": "Bearer",
1215
+ "required": true,
1216
+ "schema": {
1217
+ "type": "string"
1218
+ }
1219
+ },
1220
+ {
1221
+ "name": "Range",
1222
+ "in": "header",
1223
+ "description": "Формат: items=FROM-TILL , где FROM - начальный элемент (включая), TILL - конечный элемент (включая)",
1224
+ "schema": {
1225
+ "type": "string"
1226
+ }
1227
+ },
1228
+ {
1229
+ "name": "offset",
1230
+ "in": "query",
1231
+ "description": "количество элементов, которое нобходимо пропустить",
1232
+ "schema": {
1233
+ "type": "string"
1234
+ }
1235
+ },
1236
+ {
1237
+ "name": "fetch",
1238
+ "in": "query",
1239
+ "description": "количество эементов, которое необходимо вернуть",
1240
+ "schema": {
1241
+ "type": "string"
1242
+ }
1243
+ }
1244
+ ],
1245
+ "responses": {
1246
+ "200": {
1247
+ "description": "OK",
1248
+ "content": {
1249
+ "text/plain": {
1250
+ "schema": {
1251
+ "type": "object",
1252
+ "additionalProperties": {
1253
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.ListResult"
1254
+ }
1255
+ }
1256
+ },
1257
+ "application/json": {
1258
+ "schema": {
1259
+ "type": "object",
1260
+ "additionalProperties": {
1261
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.ListResult"
1262
+ }
1263
+ }
1264
+ },
1265
+ "text/json": {
1266
+ "schema": {
1267
+ "type": "object",
1268
+ "additionalProperties": {
1269
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.ListResult"
1270
+ }
1271
+ }
1272
+ }
1273
+ }
1274
+ },
1275
+ "500": {
1276
+ "description": "Internal Server Error",
1277
+ "content": {
1278
+ "text/plain": {
1279
+ "schema": {
1280
+ "type": "array",
1281
+ "items": {
1282
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1283
+ }
1284
+ }
1285
+ },
1286
+ "application/json": {
1287
+ "schema": {
1288
+ "type": "array",
1289
+ "items": {
1290
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1291
+ }
1292
+ }
1293
+ },
1294
+ "text/json": {
1295
+ "schema": {
1296
+ "type": "array",
1297
+ "items": {
1298
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1299
+ }
1300
+ }
1301
+ }
1302
+ }
1303
+ },
1304
+ "401": {
1305
+ "description": "Unauthorized"
1306
+ },
1307
+ "403": {
1308
+ "description": "Forbidden"
1309
+ },
1310
+ "206": {
1311
+ "description": "PartialContent",
1312
+ "headers": {
1313
+ "Content-Range": {
1314
+ "description": "items=FROM-TILL/OF , где FROM - начальный элемент (включая), TILL - конечный элемент (включая) OF - общее количество элементов",
1315
+ "schema": {
1316
+ "type": "string"
1317
+ }
1318
+ }
1319
+ }
1320
+ }
1321
+ }
1322
+ },
1323
+ "post": {
1324
+ "tags": [
1325
+ "DeadlineRules"
1326
+ ],
1327
+ "summary": "Создает правила планового закрытия заявки",
1328
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleAdd**",
1329
+ "parameters": [
1330
+ {
1331
+ "name": "Authorization",
1332
+ "in": "header",
1333
+ "description": "Bearer",
1334
+ "required": true,
1335
+ "schema": {
1336
+ "type": "string"
1337
+ }
1338
+ }
1339
+ ],
1340
+ "requestBody": {
1341
+ "content": {
1342
+ "application/json-patch+json": {
1343
+ "schema": {
1344
+ "type": "array",
1345
+ "items": {
1346
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleAddData"
1347
+ }
1348
+ }
1349
+ },
1350
+ "application/json": {
1351
+ "schema": {
1352
+ "type": "array",
1353
+ "items": {
1354
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleAddData"
1355
+ }
1356
+ }
1357
+ },
1358
+ "text/json": {
1359
+ "schema": {
1360
+ "type": "array",
1361
+ "items": {
1362
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleAddData"
1363
+ }
1364
+ }
1365
+ },
1366
+ "application/*+json": {
1367
+ "schema": {
1368
+ "type": "array",
1369
+ "items": {
1370
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleAddData"
1371
+ }
1372
+ }
1373
+ }
1374
+ }
1375
+ },
1376
+ "responses": {
1377
+ "201": {
1378
+ "description": "Created",
1379
+ "content": {
1380
+ "text/plain": {
1381
+ "schema": {
1382
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.PostResult"
1383
+ }
1384
+ },
1385
+ "application/json": {
1386
+ "schema": {
1387
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.PostResult"
1388
+ }
1389
+ },
1390
+ "text/json": {
1391
+ "schema": {
1392
+ "$ref": "#/components/schemas/HubEx.Service.SLA.Api.Results.DeadlineRules.PostResult"
1393
+ }
1394
+ }
1395
+ }
1396
+ },
1397
+ "409": {
1398
+ "description": "Conflict",
1399
+ "content": {
1400
+ "text/plain": {
1401
+ "schema": {
1402
+ "type": "array",
1403
+ "items": {
1404
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1405
+ }
1406
+ }
1407
+ },
1408
+ "application/json": {
1409
+ "schema": {
1410
+ "type": "array",
1411
+ "items": {
1412
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1413
+ }
1414
+ }
1415
+ },
1416
+ "text/json": {
1417
+ "schema": {
1418
+ "type": "array",
1419
+ "items": {
1420
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1421
+ }
1422
+ }
1423
+ }
1424
+ }
1425
+ },
1426
+ "401": {
1427
+ "description": "Unauthorized"
1428
+ },
1429
+ "403": {
1430
+ "description": "Forbidden"
1431
+ }
1432
+ }
1433
+ },
1434
+ "put": {
1435
+ "tags": [
1436
+ "DeadlineRules"
1437
+ ],
1438
+ "summary": "Обновляет правила планового закрытия заявки",
1439
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleUpdate**",
1440
+ "parameters": [
1441
+ {
1442
+ "name": "Authorization",
1443
+ "in": "header",
1444
+ "description": "Bearer",
1445
+ "required": true,
1446
+ "schema": {
1447
+ "type": "string"
1448
+ }
1449
+ }
1450
+ ],
1451
+ "requestBody": {
1452
+ "content": {
1453
+ "application/json-patch+json": {
1454
+ "schema": {
1455
+ "type": "array",
1456
+ "items": {
1457
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleUpdateData"
1458
+ }
1459
+ }
1460
+ },
1461
+ "application/json": {
1462
+ "schema": {
1463
+ "type": "array",
1464
+ "items": {
1465
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleUpdateData"
1466
+ }
1467
+ }
1468
+ },
1469
+ "text/json": {
1470
+ "schema": {
1471
+ "type": "array",
1472
+ "items": {
1473
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleUpdateData"
1474
+ }
1475
+ }
1476
+ },
1477
+ "application/*+json": {
1478
+ "schema": {
1479
+ "type": "array",
1480
+ "items": {
1481
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleUpdateData"
1482
+ }
1483
+ }
1484
+ }
1485
+ }
1486
+ },
1487
+ "responses": {
1488
+ "202": {
1489
+ "description": "Accepted"
1490
+ },
1491
+ "409": {
1492
+ "description": "Conflict",
1493
+ "content": {
1494
+ "text/plain": {
1495
+ "schema": {
1496
+ "type": "array",
1497
+ "items": {
1498
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1499
+ }
1500
+ }
1501
+ },
1502
+ "application/json": {
1503
+ "schema": {
1504
+ "type": "array",
1505
+ "items": {
1506
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1507
+ }
1508
+ }
1509
+ },
1510
+ "text/json": {
1511
+ "schema": {
1512
+ "type": "array",
1513
+ "items": {
1514
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1515
+ }
1516
+ }
1517
+ }
1518
+ }
1519
+ },
1520
+ "401": {
1521
+ "description": "Unauthorized"
1522
+ },
1523
+ "403": {
1524
+ "description": "Forbidden"
1525
+ }
1526
+ }
1527
+ },
1528
+ "delete": {
1529
+ "tags": [
1530
+ "DeadlineRules"
1531
+ ],
1532
+ "summary": "Помечает правила планового закрытия заявки как удаленные",
1533
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleDelete**",
1534
+ "parameters": [
1535
+ {
1536
+ "name": "Authorization",
1537
+ "in": "header",
1538
+ "description": "Bearer",
1539
+ "required": true,
1540
+ "schema": {
1541
+ "type": "string"
1542
+ }
1543
+ }
1544
+ ],
1545
+ "requestBody": {
1546
+ "description": "массив идентификаторов правил, которые необходимо удалить",
1547
+ "content": {
1548
+ "application/json-patch+json": {
1549
+ "schema": {
1550
+ "type": "array",
1551
+ "items": {
1552
+ "type": "integer",
1553
+ "format": "int32"
1554
+ }
1555
+ }
1556
+ },
1557
+ "application/json": {
1558
+ "schema": {
1559
+ "type": "array",
1560
+ "items": {
1561
+ "type": "integer",
1562
+ "format": "int32"
1563
+ }
1564
+ }
1565
+ },
1566
+ "text/json": {
1567
+ "schema": {
1568
+ "type": "array",
1569
+ "items": {
1570
+ "type": "integer",
1571
+ "format": "int32"
1572
+ }
1573
+ }
1574
+ },
1575
+ "application/*+json": {
1576
+ "schema": {
1577
+ "type": "array",
1578
+ "items": {
1579
+ "type": "integer",
1580
+ "format": "int32"
1581
+ }
1582
+ }
1583
+ }
1584
+ }
1585
+ },
1586
+ "responses": {
1587
+ "202": {
1588
+ "description": "Accepted"
1589
+ },
1590
+ "409": {
1591
+ "description": "Conflict",
1592
+ "content": {
1593
+ "text/plain": {
1594
+ "schema": {
1595
+ "type": "array",
1596
+ "items": {
1597
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1598
+ }
1599
+ }
1600
+ },
1601
+ "application/json": {
1602
+ "schema": {
1603
+ "type": "array",
1604
+ "items": {
1605
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1606
+ }
1607
+ }
1608
+ },
1609
+ "text/json": {
1610
+ "schema": {
1611
+ "type": "array",
1612
+ "items": {
1613
+ "$ref": "#/components/schemas/SmartService.Common.ExceptionHandling.Models.ErrorModel"
1614
+ }
1615
+ }
1616
+ }
1617
+ }
1618
+ },
1619
+ "401": {
1620
+ "description": "Unauthorized"
1621
+ },
1622
+ "403": {
1623
+ "description": "Forbidden"
1624
+ }
1625
+ }
1626
+ }
1627
+ },
1628
+ "/DeadlineRules/{DeadlineRuleID}/activate": {
1629
+ "put": {
1630
+ "tags": [
1631
+ "DeadlineRules"
1632
+ ],
1633
+ "summary": "Делает правило планового закрытия заявки активным",
1634
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleActivate**",
1635
+ "parameters": [
1636
+ {
1637
+ "name": "DeadlineRuleID",
1638
+ "in": "path",
1639
+ "required": true,
1640
+ "schema": {
1641
+ "type": "integer",
1642
+ "format": "int32"
1643
+ }
1644
+ },
1645
+ {
1646
+ "name": "Authorization",
1647
+ "in": "header",
1648
+ "description": "Bearer",
1649
+ "required": true,
1650
+ "schema": {
1651
+ "type": "string"
1652
+ }
1653
+ }
1654
+ ],
1655
+ "responses": {
1656
+ "202": {
1657
+ "description": "Accepted"
1658
+ },
1659
+ "401": {
1660
+ "description": "Unauthorized"
1661
+ },
1662
+ "403": {
1663
+ "description": "Forbidden"
1664
+ }
1665
+ }
1666
+ }
1667
+ },
1668
+ "/DeadlineRules/{DeadlineRuleID}/deactivate": {
1669
+ "put": {
1670
+ "tags": [
1671
+ "DeadlineRules"
1672
+ ],
1673
+ "summary": "Делает правило планового закрытия заявки неактивным",
1674
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleDeactivate**",
1675
+ "parameters": [
1676
+ {
1677
+ "name": "DeadlineRuleID",
1678
+ "in": "path",
1679
+ "required": true,
1680
+ "schema": {
1681
+ "type": "integer",
1682
+ "format": "int32"
1683
+ }
1684
+ },
1685
+ {
1686
+ "name": "Authorization",
1687
+ "in": "header",
1688
+ "description": "Bearer",
1689
+ "required": true,
1690
+ "schema": {
1691
+ "type": "string"
1692
+ }
1693
+ }
1694
+ ],
1695
+ "responses": {
1696
+ "202": {
1697
+ "description": "Accepted"
1698
+ },
1699
+ "401": {
1700
+ "description": "Unauthorized"
1701
+ },
1702
+ "403": {
1703
+ "description": "Forbidden"
1704
+ }
1705
+ }
1706
+ }
1707
+ },
1708
+ "/DeadlineRules/activate": {
1709
+ "put": {
1710
+ "tags": [
1711
+ "DeadlineRules"
1712
+ ],
1713
+ "summary": "Делает правила планового закрытия заявки активными",
1714
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleActivate**",
1715
+ "parameters": [
1716
+ {
1717
+ "name": "Authorization",
1718
+ "in": "header",
1719
+ "description": "Bearer",
1720
+ "required": true,
1721
+ "schema": {
1722
+ "type": "string"
1723
+ }
1724
+ }
1725
+ ],
1726
+ "requestBody": {
1727
+ "content": {
1728
+ "application/json-patch+json": {
1729
+ "schema": {
1730
+ "type": "array",
1731
+ "items": {
1732
+ "type": "integer",
1733
+ "format": "int32"
1734
+ }
1735
+ }
1736
+ },
1737
+ "application/json": {
1738
+ "schema": {
1739
+ "type": "array",
1740
+ "items": {
1741
+ "type": "integer",
1742
+ "format": "int32"
1743
+ }
1744
+ }
1745
+ },
1746
+ "text/json": {
1747
+ "schema": {
1748
+ "type": "array",
1749
+ "items": {
1750
+ "type": "integer",
1751
+ "format": "int32"
1752
+ }
1753
+ }
1754
+ },
1755
+ "application/*+json": {
1756
+ "schema": {
1757
+ "type": "array",
1758
+ "items": {
1759
+ "type": "integer",
1760
+ "format": "int32"
1761
+ }
1762
+ }
1763
+ }
1764
+ }
1765
+ },
1766
+ "responses": {
1767
+ "202": {
1768
+ "description": "Accepted"
1769
+ },
1770
+ "401": {
1771
+ "description": "Unauthorized"
1772
+ },
1773
+ "403": {
1774
+ "description": "Forbidden"
1775
+ }
1776
+ }
1777
+ }
1778
+ },
1779
+ "/DeadlineRules/deactivate": {
1780
+ "put": {
1781
+ "tags": [
1782
+ "DeadlineRules"
1783
+ ],
1784
+ "summary": "Делает правила планового закрытия заявки неактивными",
1785
+ "description": "<br />* Для выполнения данного метода требуется любое из перечисленных полномочий: **DeadlineRuleDeactivate**",
1786
+ "parameters": [
1787
+ {
1788
+ "name": "Authorization",
1789
+ "in": "header",
1790
+ "description": "Bearer",
1791
+ "required": true,
1792
+ "schema": {
1793
+ "type": "string"
1794
+ }
1795
+ }
1796
+ ],
1797
+ "requestBody": {
1798
+ "content": {
1799
+ "application/json-patch+json": {
1800
+ "schema": {
1801
+ "type": "array",
1802
+ "items": {
1803
+ "type": "integer",
1804
+ "format": "int32"
1805
+ }
1806
+ }
1807
+ },
1808
+ "application/json": {
1809
+ "schema": {
1810
+ "type": "array",
1811
+ "items": {
1812
+ "type": "integer",
1813
+ "format": "int32"
1814
+ }
1815
+ }
1816
+ },
1817
+ "text/json": {
1818
+ "schema": {
1819
+ "type": "array",
1820
+ "items": {
1821
+ "type": "integer",
1822
+ "format": "int32"
1823
+ }
1824
+ }
1825
+ },
1826
+ "application/*+json": {
1827
+ "schema": {
1828
+ "type": "array",
1829
+ "items": {
1830
+ "type": "integer",
1831
+ "format": "int32"
1832
+ }
1833
+ }
1834
+ }
1835
+ }
1836
+ },
1837
+ "responses": {
1838
+ "202": {
1839
+ "description": "Accepted"
1840
+ },
1841
+ "401": {
1842
+ "description": "Unauthorized"
1843
+ },
1844
+ "403": {
1845
+ "description": "Forbidden"
1846
+ }
1847
+ }
1848
+ }
1849
+ }
1850
+ },
1851
+ "components": {
1852
+ "schemas": {
1853
+ "HubEx.DataProvider.Api.Data.SLA.Common.DeadlineRuleActionData`1[[HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData, HubEx.DataProvider.Api, Version=2.3.1024.0, Culture=neutral, PublicKeyToken=null]]": {
1854
+ "required": [
1855
+ "data",
1856
+ "deadlineRuleID"
1857
+ ],
1858
+ "type": "object",
1859
+ "properties": {
1860
+ "data": {
1861
+ "type": "array",
1862
+ "items": {
1863
+ "$ref": "#/components/schemas/HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData"
1864
+ }
1865
+ },
1866
+ "deadlineRuleID": {
1867
+ "type": "integer",
1868
+ "format": "int32"
1869
+ }
1870
+ },
1871
+ "additionalProperties": false
1872
+ },
1873
+ "HubEx.DataProvider.Api.Data.SLA.Criticality.AddData": {
1874
+ "required": [
1875
+ "color",
1876
+ "isDefault",
1877
+ "name"
1878
+ ],
1879
+ "type": "object",
1880
+ "properties": {
1881
+ "color": {
1882
+ "maxLength": 7,
1883
+ "minLength": 0,
1884
+ "type": "string"
1885
+ },
1886
+ "name": {
1887
+ "maxLength": 128,
1888
+ "minLength": 0,
1889
+ "type": "string"
1890
+ },
1891
+ "isDefault": {
1892
+ "type": "boolean"
1893
+ },
1894
+ "sortOrder": {
1895
+ "type": "integer",
1896
+ "format": "int32",
1897
+ "nullable": true
1898
+ },
1899
+ "erpID": {
1900
+ "maxLength": 64,
1901
+ "minLength": 0,
1902
+ "type": "string",
1903
+ "nullable": true
1904
+ }
1905
+ },
1906
+ "additionalProperties": false
1907
+ },
1908
+ "HubEx.DataProvider.Api.Data.SLA.Criticality.UpdateData": {
1909
+ "required": [
1910
+ "color",
1911
+ "isDefault",
1912
+ "name"
1913
+ ],
1914
+ "type": "object",
1915
+ "properties": {
1916
+ "color": {
1917
+ "maxLength": 7,
1918
+ "minLength": 0,
1919
+ "type": "string"
1920
+ },
1921
+ "name": {
1922
+ "maxLength": 128,
1923
+ "minLength": 0,
1924
+ "type": "string"
1925
+ },
1926
+ "isDefault": {
1927
+ "type": "boolean"
1928
+ },
1929
+ "sortOrder": {
1930
+ "type": "integer",
1931
+ "format": "int32",
1932
+ "nullable": true
1933
+ },
1934
+ "erpID": {
1935
+ "maxLength": 64,
1936
+ "minLength": 0,
1937
+ "type": "string",
1938
+ "nullable": true
1939
+ },
1940
+ "id": {
1941
+ "type": "integer",
1942
+ "format": "int32"
1943
+ }
1944
+ },
1945
+ "additionalProperties": false
1946
+ },
1947
+ "HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleAddData": {
1948
+ "required": [
1949
+ "name",
1950
+ "runtime",
1951
+ "scheduleRuleID"
1952
+ ],
1953
+ "type": "object",
1954
+ "properties": {
1955
+ "name": {
1956
+ "maxLength": 64,
1957
+ "minLength": 0,
1958
+ "type": "string"
1959
+ },
1960
+ "scheduleRuleID": {
1961
+ "maximum": 32767,
1962
+ "minimum": 1,
1963
+ "type": "integer",
1964
+ "format": "int32"
1965
+ },
1966
+ "isActive": {
1967
+ "type": "boolean"
1968
+ },
1969
+ "runtime": {
1970
+ "minimum": 0,
1971
+ "type": "number",
1972
+ "format": "double"
1973
+ }
1974
+ },
1975
+ "additionalProperties": false
1976
+ },
1977
+ "HubEx.DataProvider.Api.Data.SLA.DeadlineRule.DeadlineRuleUpdateData": {
1978
+ "required": [
1979
+ "id",
1980
+ "name",
1981
+ "runtime",
1982
+ "scheduleRuleID"
1983
+ ],
1984
+ "type": "object",
1985
+ "properties": {
1986
+ "id": {
1987
+ "maximum": 32767,
1988
+ "minimum": 1,
1989
+ "type": "integer",
1990
+ "format": "int32"
1991
+ },
1992
+ "name": {
1993
+ "maxLength": 64,
1994
+ "minLength": 0,
1995
+ "type": "string"
1996
+ },
1997
+ "scheduleRuleID": {
1998
+ "maximum": 32767,
1999
+ "minimum": 1,
2000
+ "type": "integer",
2001
+ "format": "int32"
2002
+ },
2003
+ "isActive": {
2004
+ "type": "boolean"
2005
+ },
2006
+ "runtime": {
2007
+ "minimum": 0,
2008
+ "type": "number",
2009
+ "format": "double"
2010
+ }
2011
+ },
2012
+ "additionalProperties": false
2013
+ },
2014
+ "HubEx.DataProvider.Api.Data.SLA.DeadlineRuleAttribute.DeadlineRuleAttributeData": {
2015
+ "required": [
2016
+ "attributeID",
2017
+ "attrNumbValue"
2018
+ ],
2019
+ "type": "object",
2020
+ "properties": {
2021
+ "attributeID": {
2022
+ "maximum": 255,
2023
+ "minimum": 1,
2024
+ "type": "integer",
2025
+ "format": "int32"
2026
+ },
2027
+ "attrNumbValue": {
2028
+ "maximum": 2147483647,
2029
+ "minimum": 1,
2030
+ "type": "integer",
2031
+ "format": "int32"
2032
+ }
2033
+ },
2034
+ "additionalProperties": false
2035
+ },
2036
+ "HubEx.Service.SLA.Api.Results.Attributes.ListResult": {
2037
+ "type": "object",
2038
+ "properties": {
2039
+ "name": {
2040
+ "type": "string",
2041
+ "description": "Имя атрибута",
2042
+ "nullable": true
2043
+ }
2044
+ },
2045
+ "additionalProperties": false,
2046
+ "description": "Список атрибутов SLA"
2047
+ },
2048
+ "HubEx.Service.SLA.Api.Results.Criticalities.GetResult": {
2049
+ "type": "object",
2050
+ "properties": {
2051
+ "name": {
2052
+ "type": "string",
2053
+ "description": "Название критичности",
2054
+ "nullable": true
2055
+ },
2056
+ "color": {
2057
+ "type": "string",
2058
+ "description": "Цвет критичности",
2059
+ "nullable": true
2060
+ },
2061
+ "isDefault": {
2062
+ "type": "boolean",
2063
+ "description": "Признак, что данная критичность будет применена для заявки, если явно не указана другая"
2064
+ },
2065
+ "sortOrder": {
2066
+ "type": "integer",
2067
+ "description": "Номер сортировки",
2068
+ "format": "int32"
2069
+ },
2070
+ "erpID": {
2071
+ "type": "string",
2072
+ "description": "Идентификатор объекта во внешней системе",
2073
+ "nullable": true
2074
+ }
2075
+ },
2076
+ "additionalProperties": false,
2077
+ "description": "Критичность"
2078
+ },
2079
+ "HubEx.Service.SLA.Api.Results.DeadlineRuleAttributes.DeadlineRuleAttributeResult": {
2080
+ "type": "object",
2081
+ "properties": {
2082
+ "deadlineRuleID": {
2083
+ "type": "integer",
2084
+ "description": "Идентификатор правила планового закрытия заявки",
2085
+ "format": "int32"
2086
+ },
2087
+ "attributeID": {
2088
+ "type": "integer",
2089
+ "description": "Идентификатор атрибута",
2090
+ "format": "int32"
2091
+ },
2092
+ "attrNumbValue": {
2093
+ "type": "integer",
2094
+ "description": "Значение атрибута",
2095
+ "format": "int32"
2096
+ }
2097
+ },
2098
+ "additionalProperties": false,
2099
+ "description": "Результат добавления атрибутов к правилу планового закрытия заявки"
2100
+ },
2101
+ "HubEx.Service.SLA.Api.Results.DeadlineRules.GetResult": {
2102
+ "type": "object",
2103
+ "properties": {
2104
+ "id": {
2105
+ "type": "integer",
2106
+ "description": "Идентификатор правила планового закрытия заявки",
2107
+ "format": "int32"
2108
+ },
2109
+ "name": {
2110
+ "type": "string",
2111
+ "description": "Название правила планового закрытия заявки",
2112
+ "nullable": true
2113
+ },
2114
+ "scheduleRuleID": {
2115
+ "type": "integer",
2116
+ "format": "int32"
2117
+ },
2118
+ "isActive": {
2119
+ "type": "boolean",
2120
+ "description": "Признак активности правила планового закрытия заявки"
2121
+ },
2122
+ "runtime": {
2123
+ "type": "number",
2124
+ "description": "Время выполнение (в часах) для правила планового закрытия заявки",
2125
+ "format": "double"
2126
+ }
2127
+ },
2128
+ "additionalProperties": false,
2129
+ "description": "Детальная информация по правилу планового закрытия заявки"
2130
+ },
2131
+ "HubEx.Service.SLA.Api.Results.DeadlineRules.ListResult": {
2132
+ "type": "object",
2133
+ "properties": {
2134
+ "id": {
2135
+ "type": "integer",
2136
+ "description": "Идентификатор правила планового закрытия заявки",
2137
+ "format": "int32"
2138
+ },
2139
+ "name": {
2140
+ "type": "string",
2141
+ "description": "Название правила планового закрытия заявки",
2142
+ "nullable": true
2143
+ },
2144
+ "scheduleRuleID": {
2145
+ "type": "integer",
2146
+ "format": "int32"
2147
+ },
2148
+ "isActive": {
2149
+ "type": "boolean",
2150
+ "description": "Признак активности правила планового закрытия заявки"
2151
+ },
2152
+ "runtime": {
2153
+ "type": "number",
2154
+ "description": "Время выполнение (в часах) для правила планового закрытия заявки",
2155
+ "format": "double"
2156
+ }
2157
+ },
2158
+ "additionalProperties": false,
2159
+ "description": "Список правил планового закрытия заявки"
2160
+ },
2161
+ "HubEx.Service.SLA.Api.Results.DeadlineRules.PostResult": {
2162
+ "type": "object",
2163
+ "properties": {
2164
+ "id": {
2165
+ "type": "integer",
2166
+ "description": "Идентификатор правила планового закрытия заявки",
2167
+ "format": "int32"
2168
+ }
2169
+ },
2170
+ "additionalProperties": false,
2171
+ "description": "Результат добавления правил планового закрытия заявки"
2172
+ },
2173
+ "SmartService.Common.ExceptionHandling.Models.ErrorModel": {
2174
+ "type": "object",
2175
+ "properties": {
2176
+ "traceIdentifier": {
2177
+ "type": "string",
2178
+ "nullable": true
2179
+ },
2180
+ "code": {
2181
+ "type": "string",
2182
+ "nullable": true
2183
+ },
2184
+ "message": {
2185
+ "type": "string",
2186
+ "nullable": true
2187
+ },
2188
+ "arguments": {
2189
+ "type": "object",
2190
+ "additionalProperties": {
2191
+ "type": "string",
2192
+ "nullable": true
2193
+ },
2194
+ "nullable": true
2195
+ }
2196
+ },
2197
+ "additionalProperties": false
2198
+ }
2199
+ }
2200
+ }
2201
+ }