harness-mcp-v2 3.2.19 → 3.2.21

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 (111) hide show
  1. package/README.md +146 -75
  2. package/build/client/harness-client.d.ts.map +1 -1
  3. package/build/client/harness-client.js +32 -6
  4. package/build/client/harness-client.js.map +1 -1
  5. package/build/config.d.ts +10 -0
  6. package/build/config.d.ts.map +1 -1
  7. package/build/config.js +15 -0
  8. package/build/config.js.map +1 -1
  9. package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
  10. package/build/data/schemas/v0/pipeline.js +1388 -580
  11. package/build/data/schemas/v0/pipeline.js.map +1 -1
  12. package/build/data/schemas/v0/template.d.ts.map +1 -1
  13. package/build/data/schemas/v0/template.js +1142 -166
  14. package/build/data/schemas/v0/template.js.map +1 -1
  15. package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
  16. package/build/data/schemas/v1/pipeline.js +302 -90
  17. package/build/data/schemas/v1/pipeline.js.map +1 -1
  18. package/build/data/schemas/v1/template.d.ts.map +1 -1
  19. package/build/data/schemas/v1/template.js +708 -488
  20. package/build/data/schemas/v1/template.js.map +1 -1
  21. package/build/prompts/deploy-ai-agent.d.ts +3 -0
  22. package/build/prompts/deploy-ai-agent.d.ts.map +1 -0
  23. package/build/prompts/deploy-ai-agent.js +300 -0
  24. package/build/prompts/deploy-ai-agent.js.map +1 -0
  25. package/build/prompts/feature-flag-rollout.d.ts.map +1 -1
  26. package/build/prompts/feature-flag-rollout.js +19 -8
  27. package/build/prompts/feature-flag-rollout.js.map +1 -1
  28. package/build/prompts/index.d.ts.map +1 -1
  29. package/build/prompts/index.js +2 -0
  30. package/build/prompts/index.js.map +1 -1
  31. package/build/registry/extractors.d.ts +87 -10
  32. package/build/registry/extractors.d.ts.map +1 -1
  33. package/build/registry/extractors.js +426 -26
  34. package/build/registry/extractors.js.map +1 -1
  35. package/build/registry/index.d.ts.map +1 -1
  36. package/build/registry/index.js +34 -15
  37. package/build/registry/index.js.map +1 -1
  38. package/build/registry/scope-utils.d.ts +45 -0
  39. package/build/registry/scope-utils.d.ts.map +1 -1
  40. package/build/registry/scope-utils.js +78 -0
  41. package/build/registry/scope-utils.js.map +1 -1
  42. package/build/registry/toolsets/chaos-descriptions.d.ts +72 -20
  43. package/build/registry/toolsets/chaos-descriptions.d.ts.map +1 -1
  44. package/build/registry/toolsets/chaos-descriptions.js +435 -140
  45. package/build/registry/toolsets/chaos-descriptions.js.map +1 -1
  46. package/build/registry/toolsets/chaos.d.ts.map +1 -1
  47. package/build/registry/toolsets/chaos.js +967 -193
  48. package/build/registry/toolsets/chaos.js.map +1 -1
  49. package/build/registry/toolsets/feature-flags.d.ts.map +1 -1
  50. package/build/registry/toolsets/feature-flags.js +888 -85
  51. package/build/registry/toolsets/feature-flags.js.map +1 -1
  52. package/build/registry/toolsets/governance.d.ts.map +1 -1
  53. package/build/registry/toolsets/governance.js +4 -0
  54. package/build/registry/toolsets/governance.js.map +1 -1
  55. package/build/registry/toolsets/iacm.d.ts.map +1 -1
  56. package/build/registry/toolsets/iacm.js +787 -11
  57. package/build/registry/toolsets/iacm.js.map +1 -1
  58. package/build/registry/toolsets/infrastructure.d.ts.map +1 -1
  59. package/build/registry/toolsets/infrastructure.js +30 -5
  60. package/build/registry/toolsets/infrastructure.js.map +1 -1
  61. package/build/registry/toolsets/pipelines.d.ts.map +1 -1
  62. package/build/registry/toolsets/pipelines.js +208 -5
  63. package/build/registry/toolsets/pipelines.js.map +1 -1
  64. package/build/registry/toolsets/release-management.d.ts +8 -0
  65. package/build/registry/toolsets/release-management.d.ts.map +1 -0
  66. package/build/registry/toolsets/release-management.js +783 -0
  67. package/build/registry/toolsets/release-management.js.map +1 -0
  68. package/build/registry/toolsets/sto.d.ts.map +1 -1
  69. package/build/registry/toolsets/sto.js +93 -17
  70. package/build/registry/toolsets/sto.js.map +1 -1
  71. package/build/registry/types.d.ts +52 -4
  72. package/build/registry/types.d.ts.map +1 -1
  73. package/build/resources/harness-schema.d.ts.map +1 -1
  74. package/build/resources/harness-schema.js +2 -1
  75. package/build/resources/harness-schema.js.map +1 -1
  76. package/build/tools/entity-schema/live.d.ts +6 -5
  77. package/build/tools/entity-schema/live.d.ts.map +1 -1
  78. package/build/tools/entity-schema/live.js +114 -10
  79. package/build/tools/entity-schema/live.js.map +1 -1
  80. package/build/tools/entity-schema/types.d.ts +7 -1
  81. package/build/tools/entity-schema/types.d.ts.map +1 -1
  82. package/build/tools/harness-create.d.ts.map +1 -1
  83. package/build/tools/harness-create.js +5 -1
  84. package/build/tools/harness-create.js.map +1 -1
  85. package/build/tools/harness-delete.d.ts.map +1 -1
  86. package/build/tools/harness-delete.js +5 -1
  87. package/build/tools/harness-delete.js.map +1 -1
  88. package/build/tools/harness-execute.d.ts.map +1 -1
  89. package/build/tools/harness-execute.js +15 -9
  90. package/build/tools/harness-execute.js.map +1 -1
  91. package/build/tools/harness-get.d.ts.map +1 -1
  92. package/build/tools/harness-get.js +5 -1
  93. package/build/tools/harness-get.js.map +1 -1
  94. package/build/tools/harness-list.d.ts.map +1 -1
  95. package/build/tools/harness-list.js +18 -2
  96. package/build/tools/harness-list.js.map +1 -1
  97. package/build/tools/harness-schema.d.ts +2 -1
  98. package/build/tools/harness-schema.d.ts.map +1 -1
  99. package/build/tools/harness-schema.js +10 -8
  100. package/build/tools/harness-schema.js.map +1 -1
  101. package/build/tools/harness-update.d.ts.map +1 -1
  102. package/build/tools/harness-update.js +5 -1
  103. package/build/tools/harness-update.js.map +1 -1
  104. package/build/tools/index.js +1 -1
  105. package/build/tools/index.js.map +1 -1
  106. package/build/utils/url-parser.d.ts +2 -0
  107. package/build/utils/url-parser.d.ts.map +1 -1
  108. package/build/utils/url-parser.js +55 -0
  109. package/build/utils/url-parser.js.map +1 -1
  110. package/npm-shrinkwrap.json +2 -2
  111. package/package.json +1 -1
@@ -772,6 +772,12 @@ const schema = {
772
772
  {
773
773
  "$ref": "#/definitions/pipeline/steps/custom/WaitStepNode_template"
774
774
  },
775
+ {
776
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepNode_template"
777
+ },
778
+ {
779
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepNode_template"
780
+ },
775
781
  {
776
782
  "$ref": "#/definitions/pipeline/steps/custom/FmeFlagCreateStepNode_template"
777
783
  },
@@ -57872,6 +57878,27 @@ const schema = {
57872
57878
  "minLength": 1
57873
57879
  }
57874
57880
  ]
57881
+ },
57882
+ "downsizeOldService": {
57883
+ "oneOf": [
57884
+ {
57885
+ "type": "boolean"
57886
+ },
57887
+ {
57888
+ "type": "string"
57889
+ }
57890
+ ]
57891
+ },
57892
+ "downsizeOldServiceDelayInSecs": {
57893
+ "oneOf": [
57894
+ {
57895
+ "type": "integer",
57896
+ "format": "int32"
57897
+ },
57898
+ {
57899
+ "type": "string"
57900
+ }
57901
+ ]
57875
57902
  }
57876
57903
  }
57877
57904
  }
@@ -64652,6 +64679,10 @@ const schema = {
64652
64679
  },
64653
64680
  {
64654
64681
  "$ref": "#/definitions/pipeline/steps/common/common-jexl"
64682
+ },
64683
+ {
64684
+ "type": "string",
64685
+ "pattern": "^$"
64655
64686
  }
64656
64687
  ]
64657
64688
  },
@@ -100541,6 +100572,21 @@ const schema = {
100541
100572
  }
100542
100573
  ]
100543
100574
  },
100575
+ "reuse": {
100576
+ "oneOf": [
100577
+ {
100578
+ "type": "string",
100579
+ "not": {
100580
+ "pattern": "^<\\+.*>.*$"
100581
+ }
100582
+ },
100583
+ {
100584
+ "type": "string",
100585
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
100586
+ "minLength": 1
100587
+ }
100588
+ ]
100589
+ },
100544
100590
  "markNextChangeSetRun": {
100545
100591
  "type": "boolean"
100546
100592
  },
@@ -100762,6 +100808,21 @@ const schema = {
100762
100808
  }
100763
100809
  ]
100764
100810
  },
100811
+ "reuse": {
100812
+ "oneOf": [
100813
+ {
100814
+ "type": "string",
100815
+ "not": {
100816
+ "pattern": "^<\\+.*>.*$"
100817
+ }
100818
+ },
100819
+ {
100820
+ "type": "string",
100821
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
100822
+ "minLength": 1
100823
+ }
100824
+ ]
100825
+ },
100765
100826
  "resources": {
100766
100827
  "$ref": "#/definitions/pipeline/common/ContainerResource"
100767
100828
  },
@@ -102756,6 +102817,21 @@ const schema = {
102756
102817
  }
102757
102818
  ]
102758
102819
  },
102820
+ "reuse": {
102821
+ "oneOf": [
102822
+ {
102823
+ "type": "string",
102824
+ "not": {
102825
+ "pattern": "^<\\+.*>.*$"
102826
+ }
102827
+ },
102828
+ {
102829
+ "type": "string",
102830
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
102831
+ "minLength": 1
102832
+ }
102833
+ ]
102834
+ },
102759
102835
  "excludeChangeLogFile": {
102760
102836
  "type": "boolean"
102761
102837
  },
@@ -102867,6 +102943,21 @@ const schema = {
102867
102943
  }
102868
102944
  ]
102869
102945
  },
102946
+ "reuse": {
102947
+ "oneOf": [
102948
+ {
102949
+ "type": "string",
102950
+ "not": {
102951
+ "pattern": "^<\\+.*>.*$"
102952
+ }
102953
+ },
102954
+ {
102955
+ "type": "string",
102956
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
102957
+ "minLength": 1
102958
+ }
102959
+ ]
102960
+ },
102870
102961
  "excludeChangeLogFile": {
102871
102962
  "type": "boolean"
102872
102963
  },
@@ -105607,6 +105698,21 @@ const schema = {
105607
105698
  }
105608
105699
  ]
105609
105700
  },
105701
+ "reuse": {
105702
+ "oneOf": [
105703
+ {
105704
+ "type": "string",
105705
+ "not": {
105706
+ "pattern": "^<\\+.*>.*$"
105707
+ }
105708
+ },
105709
+ {
105710
+ "type": "string",
105711
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
105712
+ "minLength": 1
105713
+ }
105714
+ ]
105715
+ },
105610
105716
  "resources": {
105611
105717
  "$ref": "#/definitions/pipeline/common/ContainerResource"
105612
105718
  },
@@ -105717,6 +105823,21 @@ const schema = {
105717
105823
  }
105718
105824
  ]
105719
105825
  },
105826
+ "reuse": {
105827
+ "oneOf": [
105828
+ {
105829
+ "type": "string",
105830
+ "not": {
105831
+ "pattern": "^<\\+.*>.*$"
105832
+ }
105833
+ },
105834
+ {
105835
+ "type": "string",
105836
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
105837
+ "minLength": 1
105838
+ }
105839
+ ]
105840
+ },
105720
105841
  "resources": {
105721
105842
  "$ref": "#/definitions/pipeline/common/ContainerResource"
105722
105843
  },
@@ -105918,6 +106039,21 @@ const schema = {
105918
106039
  }
105919
106040
  ]
105920
106041
  },
106042
+ "reuse": {
106043
+ "oneOf": [
106044
+ {
106045
+ "type": "string",
106046
+ "not": {
106047
+ "pattern": "^<\\+.*>.*$"
106048
+ }
106049
+ },
106050
+ {
106051
+ "type": "string",
106052
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
106053
+ "minLength": 1
106054
+ }
106055
+ ]
106056
+ },
105921
106057
  "resources": {
105922
106058
  "$ref": "#/definitions/pipeline/common/ContainerResource"
105923
106059
  },
@@ -106022,6 +106158,21 @@ const schema = {
106022
106158
  }
106023
106159
  ]
106024
106160
  },
106161
+ "reuse": {
106162
+ "oneOf": [
106163
+ {
106164
+ "type": "string",
106165
+ "not": {
106166
+ "pattern": "^<\\+.*>.*$"
106167
+ }
106168
+ },
106169
+ {
106170
+ "type": "string",
106171
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
106172
+ "minLength": 1
106173
+ }
106174
+ ]
106175
+ },
106025
106176
  "resources": {
106026
106177
  "$ref": "#/definitions/pipeline/common/ContainerResource"
106027
106178
  },
@@ -106253,6 +106404,21 @@ const schema = {
106253
106404
  }
106254
106405
  ]
106255
106406
  },
106407
+ "reuse": {
106408
+ "oneOf": [
106409
+ {
106410
+ "type": "string",
106411
+ "not": {
106412
+ "pattern": "^<\\+.*>.*$"
106413
+ }
106414
+ },
106415
+ {
106416
+ "type": "string",
106417
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
106418
+ "minLength": 1
106419
+ }
106420
+ ]
106421
+ },
106256
106422
  "resources": {
106257
106423
  "$ref": "#/definitions/pipeline/common/ContainerResource"
106258
106424
  },
@@ -106387,6 +106553,21 @@ const schema = {
106387
106553
  }
106388
106554
  ]
106389
106555
  },
106556
+ "reuse": {
106557
+ "oneOf": [
106558
+ {
106559
+ "type": "string",
106560
+ "not": {
106561
+ "pattern": "^<\\+.*>.*$"
106562
+ }
106563
+ },
106564
+ {
106565
+ "type": "string",
106566
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|default|regex)\\(.+?\\))*$",
106567
+ "minLength": 1
106568
+ }
106569
+ ]
106570
+ },
106390
106571
  "resources": {
106391
106572
  "$ref": "#/definitions/pipeline/common/ContainerResource"
106392
106573
  },
@@ -106592,6 +106773,21 @@ const schema = {
106592
106773
  }
106593
106774
  ]
106594
106775
  },
106776
+ "reuse": {
106777
+ "oneOf": [
106778
+ {
106779
+ "type": "string",
106780
+ "not": {
106781
+ "pattern": "^<\\+.*>.*$"
106782
+ }
106783
+ },
106784
+ {
106785
+ "type": "string",
106786
+ "pattern": "^<\\+input>((\\.)(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\))*$",
106787
+ "minLength": 1
106788
+ }
106789
+ ]
106790
+ },
106595
106791
  "resources": {
106596
106792
  "$ref": "#/definitions/pipeline/common/ContainerResource"
106597
106793
  },
@@ -128014,22 +128210,497 @@ const schema = {
128014
128210
  "if": {
128015
128211
  "properties": {
128016
128212
  "type": {
128017
- "const": "SlackNotify"
128213
+ "const": "SlackNotify"
128214
+ }
128215
+ }
128216
+ },
128217
+ "then": {
128218
+ "properties": {
128219
+ "spec": {
128220
+ "$ref": "#/definitions/pipeline/steps/idp/IDPSlackNotifyPlanInfo"
128221
+ }
128222
+ }
128223
+ }
128224
+ }
128225
+ ]
128226
+ },
128227
+ "IDPCookieCutterStepNode": {
128228
+ "title": "IDPCookieCutterStepNode",
128229
+ "type": "object",
128230
+ "required": [
128231
+ "identifier",
128232
+ "name",
128233
+ "spec",
128234
+ "type"
128235
+ ],
128236
+ "properties": {
128237
+ "description": {
128238
+ "type": "string",
128239
+ "desc": "This is the description for IDPCookieCutterStepNode"
128240
+ },
128241
+ "enforce": {
128242
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
128243
+ },
128244
+ "failureStrategies": {
128245
+ "oneOf": [
128246
+ {
128247
+ "type": "array",
128248
+ "items": {
128249
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
128250
+ }
128251
+ },
128252
+ {
128253
+ "type": "string",
128254
+ "pattern": "^<\\+input>$",
128255
+ "minLength": 1
128256
+ }
128257
+ ]
128258
+ },
128259
+ "identifier": {
128260
+ "type": "string",
128261
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128262
+ },
128263
+ "name": {
128264
+ "type": "string",
128265
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128266
+ },
128267
+ "strategy": {
128268
+ "oneOf": [
128269
+ {
128270
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
128271
+ },
128272
+ {
128273
+ "type": "string",
128274
+ "pattern": "^<\\+input>$",
128275
+ "minLength": 1
128276
+ }
128277
+ ]
128278
+ },
128279
+ "timeout": {
128280
+ "type": "string",
128281
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
128282
+ },
128283
+ "type": {
128284
+ "type": "string",
128285
+ "enum": [
128286
+ "CookieCutter"
128287
+ ]
128288
+ },
128289
+ "when": {
128290
+ "oneOf": [
128291
+ {
128292
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
128293
+ },
128294
+ {
128295
+ "type": "string",
128296
+ "pattern": "^<\\+input>$",
128297
+ "minLength": 1
128298
+ }
128299
+ ]
128300
+ }
128301
+ },
128302
+ "$schema": "http://json-schema.org/draft-07/schema#",
128303
+ "allOf": [
128304
+ {
128305
+ "if": {
128306
+ "properties": {
128307
+ "type": {
128308
+ "const": "CookieCutter"
128309
+ }
128310
+ }
128311
+ },
128312
+ "then": {
128313
+ "properties": {
128314
+ "spec": {
128315
+ "$ref": "#/definitions/pipeline/steps/idp/IDPCookieCutterPlanInfo"
128316
+ }
128317
+ }
128318
+ }
128319
+ }
128320
+ ]
128321
+ },
128322
+ "IDPCreateRepoStepNode": {
128323
+ "title": "IDPCreateRepoStepNode",
128324
+ "type": "object",
128325
+ "required": [
128326
+ "identifier",
128327
+ "name",
128328
+ "spec",
128329
+ "type"
128330
+ ],
128331
+ "properties": {
128332
+ "description": {
128333
+ "type": "string",
128334
+ "desc": "This is the description for IDPCreateRepoStepNode"
128335
+ },
128336
+ "enforce": {
128337
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
128338
+ },
128339
+ "failureStrategies": {
128340
+ "oneOf": [
128341
+ {
128342
+ "type": "array",
128343
+ "items": {
128344
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
128345
+ }
128346
+ },
128347
+ {
128348
+ "type": "string",
128349
+ "pattern": "^<\\+input>$",
128350
+ "minLength": 1
128351
+ }
128352
+ ]
128353
+ },
128354
+ "identifier": {
128355
+ "type": "string",
128356
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128357
+ },
128358
+ "name": {
128359
+ "type": "string",
128360
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128361
+ },
128362
+ "strategy": {
128363
+ "oneOf": [
128364
+ {
128365
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
128366
+ },
128367
+ {
128368
+ "type": "string",
128369
+ "pattern": "^<\\+input>$",
128370
+ "minLength": 1
128371
+ }
128372
+ ]
128373
+ },
128374
+ "timeout": {
128375
+ "type": "string",
128376
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
128377
+ },
128378
+ "type": {
128379
+ "type": "string",
128380
+ "enum": [
128381
+ "CreateRepo"
128382
+ ]
128383
+ },
128384
+ "when": {
128385
+ "oneOf": [
128386
+ {
128387
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
128388
+ },
128389
+ {
128390
+ "type": "string",
128391
+ "pattern": "^<\\+input>$",
128392
+ "minLength": 1
128393
+ }
128394
+ ]
128395
+ }
128396
+ },
128397
+ "$schema": "http://json-schema.org/draft-07/schema#",
128398
+ "allOf": [
128399
+ {
128400
+ "if": {
128401
+ "properties": {
128402
+ "type": {
128403
+ "const": "CreateRepo"
128404
+ }
128405
+ }
128406
+ },
128407
+ "then": {
128408
+ "properties": {
128409
+ "spec": {
128410
+ "$ref": "#/definitions/pipeline/steps/idp/IDPCreateRepoPlanInfo"
128411
+ }
128412
+ }
128413
+ }
128414
+ }
128415
+ ]
128416
+ },
128417
+ "IDPRegisterCatalogStepNode": {
128418
+ "title": "IDPRegisterCatalogStepNode",
128419
+ "type": "object",
128420
+ "required": [
128421
+ "identifier",
128422
+ "name",
128423
+ "spec",
128424
+ "type"
128425
+ ],
128426
+ "properties": {
128427
+ "description": {
128428
+ "type": "string",
128429
+ "desc": "This is the description for IDPRegisterCatalogStepNode"
128430
+ },
128431
+ "enforce": {
128432
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
128433
+ },
128434
+ "failureStrategies": {
128435
+ "oneOf": [
128436
+ {
128437
+ "type": "array",
128438
+ "items": {
128439
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
128440
+ }
128441
+ },
128442
+ {
128443
+ "type": "string",
128444
+ "pattern": "^<\\+input>$",
128445
+ "minLength": 1
128446
+ }
128447
+ ]
128448
+ },
128449
+ "identifier": {
128450
+ "type": "string",
128451
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128452
+ },
128453
+ "name": {
128454
+ "type": "string",
128455
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128456
+ },
128457
+ "strategy": {
128458
+ "oneOf": [
128459
+ {
128460
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
128461
+ },
128462
+ {
128463
+ "type": "string",
128464
+ "pattern": "^<\\+input>$",
128465
+ "minLength": 1
128466
+ }
128467
+ ]
128468
+ },
128469
+ "timeout": {
128470
+ "type": "string",
128471
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
128472
+ },
128473
+ "type": {
128474
+ "type": "string",
128475
+ "enum": [
128476
+ "RegisterCatalog"
128477
+ ]
128478
+ },
128479
+ "when": {
128480
+ "oneOf": [
128481
+ {
128482
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
128483
+ },
128484
+ {
128485
+ "type": "string",
128486
+ "pattern": "^<\\+input>$",
128487
+ "minLength": 1
128488
+ }
128489
+ ]
128490
+ }
128491
+ },
128492
+ "$schema": "http://json-schema.org/draft-07/schema#",
128493
+ "allOf": [
128494
+ {
128495
+ "if": {
128496
+ "properties": {
128497
+ "type": {
128498
+ "const": "RegisterCatalog"
128499
+ }
128500
+ }
128501
+ },
128502
+ "then": {
128503
+ "properties": {
128504
+ "spec": {
128505
+ "$ref": "#/definitions/pipeline/steps/idp/IDPRegisterCatalogPlanInfo"
128506
+ }
128507
+ }
128508
+ }
128509
+ }
128510
+ ]
128511
+ },
128512
+ "IDPDirectPushStepNode": {
128513
+ "title": "IDPDirectPushStepNode",
128514
+ "type": "object",
128515
+ "required": [
128516
+ "identifier",
128517
+ "name",
128518
+ "spec",
128519
+ "type"
128520
+ ],
128521
+ "properties": {
128522
+ "description": {
128523
+ "type": "string",
128524
+ "desc": "This is the description for IDPDirectPushStepNode"
128525
+ },
128526
+ "enforce": {
128527
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
128528
+ },
128529
+ "failureStrategies": {
128530
+ "oneOf": [
128531
+ {
128532
+ "type": "array",
128533
+ "items": {
128534
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
128535
+ }
128536
+ },
128537
+ {
128538
+ "type": "string",
128539
+ "pattern": "^<\\+input>$",
128540
+ "minLength": 1
128541
+ }
128542
+ ]
128543
+ },
128544
+ "identifier": {
128545
+ "type": "string",
128546
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128547
+ },
128548
+ "name": {
128549
+ "type": "string",
128550
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128551
+ },
128552
+ "strategy": {
128553
+ "oneOf": [
128554
+ {
128555
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
128556
+ },
128557
+ {
128558
+ "type": "string",
128559
+ "pattern": "^<\\+input>$",
128560
+ "minLength": 1
128561
+ }
128562
+ ]
128563
+ },
128564
+ "timeout": {
128565
+ "type": "string",
128566
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
128567
+ },
128568
+ "type": {
128569
+ "type": "string",
128570
+ "enum": [
128571
+ "DirectPush"
128572
+ ]
128573
+ },
128574
+ "when": {
128575
+ "oneOf": [
128576
+ {
128577
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
128578
+ },
128579
+ {
128580
+ "type": "string",
128581
+ "pattern": "^<\\+input>$",
128582
+ "minLength": 1
128583
+ }
128584
+ ]
128585
+ }
128586
+ },
128587
+ "$schema": "http://json-schema.org/draft-07/schema#",
128588
+ "allOf": [
128589
+ {
128590
+ "if": {
128591
+ "properties": {
128592
+ "type": {
128593
+ "const": "DirectPush"
128594
+ }
128595
+ }
128596
+ },
128597
+ "then": {
128598
+ "properties": {
128599
+ "spec": {
128600
+ "$ref": "#/definitions/pipeline/steps/idp/IDPDirectPushPlanInfo"
128601
+ }
128602
+ }
128603
+ }
128604
+ }
128605
+ ]
128606
+ },
128607
+ "IDPCreateCatalogStepNode": {
128608
+ "title": "IDPCreateCatalogStepNode",
128609
+ "type": "object",
128610
+ "required": [
128611
+ "identifier",
128612
+ "name",
128613
+ "spec",
128614
+ "type"
128615
+ ],
128616
+ "properties": {
128617
+ "description": {
128618
+ "type": "string",
128619
+ "desc": "This is the description for IDPCreateCatalogStepNode"
128620
+ },
128621
+ "enforce": {
128622
+ "$ref": "#/definitions/pipeline/common/PolicyConfig"
128623
+ },
128624
+ "failureStrategies": {
128625
+ "oneOf": [
128626
+ {
128627
+ "type": "array",
128628
+ "items": {
128629
+ "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
128630
+ }
128631
+ },
128632
+ {
128633
+ "type": "string",
128634
+ "pattern": "^<\\+input>$",
128635
+ "minLength": 1
128636
+ }
128637
+ ]
128638
+ },
128639
+ "identifier": {
128640
+ "type": "string",
128641
+ "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128642
+ },
128643
+ "name": {
128644
+ "type": "string",
128645
+ "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128646
+ },
128647
+ "strategy": {
128648
+ "oneOf": [
128649
+ {
128650
+ "$ref": "#/definitions/pipeline/common/StrategyConfig"
128651
+ },
128652
+ {
128653
+ "type": "string",
128654
+ "pattern": "^<\\+input>$",
128655
+ "minLength": 1
128656
+ }
128657
+ ]
128658
+ },
128659
+ "timeout": {
128660
+ "type": "string",
128661
+ "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
128662
+ },
128663
+ "type": {
128664
+ "type": "string",
128665
+ "enum": [
128666
+ "CreateCatalog"
128667
+ ]
128668
+ },
128669
+ "when": {
128670
+ "oneOf": [
128671
+ {
128672
+ "$ref": "#/definitions/pipeline/common/StepWhenCondition"
128673
+ },
128674
+ {
128675
+ "type": "string",
128676
+ "pattern": "^<\\+input>$",
128677
+ "minLength": 1
128678
+ }
128679
+ ]
128680
+ }
128681
+ },
128682
+ "$schema": "http://json-schema.org/draft-07/schema#",
128683
+ "allOf": [
128684
+ {
128685
+ "if": {
128686
+ "properties": {
128687
+ "type": {
128688
+ "const": "CreateCatalog"
128018
128689
  }
128019
128690
  }
128020
128691
  },
128021
128692
  "then": {
128022
128693
  "properties": {
128023
128694
  "spec": {
128024
- "$ref": "#/definitions/pipeline/steps/idp/IDPSlackNotifyPlanInfo"
128695
+ "$ref": "#/definitions/pipeline/steps/idp/IDPCreateCatalogPlanInfo"
128025
128696
  }
128026
128697
  }
128027
128698
  }
128028
128699
  }
128029
128700
  ]
128030
128701
  },
128031
- "IDPCookieCutterStepNode": {
128032
- "title": "IDPCookieCutterStepNode",
128702
+ "IDPCreateOrganisationStepNode": {
128703
+ "title": "IDPCreateOrganisationStepNode",
128033
128704
  "type": "object",
128034
128705
  "required": [
128035
128706
  "identifier",
@@ -128040,7 +128711,7 @@ const schema = {
128040
128711
  "properties": {
128041
128712
  "description": {
128042
128713
  "type": "string",
128043
- "desc": "This is the description for IDPCookieCutterStepNode"
128714
+ "desc": "This is the description for IDPCreateOrganisationStepNode"
128044
128715
  },
128045
128716
  "enforce": {
128046
128717
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
@@ -128087,7 +128758,7 @@ const schema = {
128087
128758
  "type": {
128088
128759
  "type": "string",
128089
128760
  "enum": [
128090
- "CookieCutter"
128761
+ "CreateOrganization"
128091
128762
  ]
128092
128763
  },
128093
128764
  "when": {
@@ -128109,22 +128780,22 @@ const schema = {
128109
128780
  "if": {
128110
128781
  "properties": {
128111
128782
  "type": {
128112
- "const": "CookieCutter"
128783
+ "const": "CreateOrganization"
128113
128784
  }
128114
128785
  }
128115
128786
  },
128116
128787
  "then": {
128117
128788
  "properties": {
128118
128789
  "spec": {
128119
- "$ref": "#/definitions/pipeline/steps/idp/IDPCookieCutterPlanInfo"
128790
+ "$ref": "#/definitions/pipeline/steps/idp/IDPCreateOrganisationPlanInfo"
128120
128791
  }
128121
128792
  }
128122
128793
  }
128123
128794
  }
128124
128795
  ]
128125
128796
  },
128126
- "IDPCreateRepoStepNode": {
128127
- "title": "IDPCreateRepoStepNode",
128797
+ "IDPCreateProjectStepNode": {
128798
+ "title": "IDPCreateProjectStepNode",
128128
128799
  "type": "object",
128129
128800
  "required": [
128130
128801
  "identifier",
@@ -128135,7 +128806,7 @@ const schema = {
128135
128806
  "properties": {
128136
128807
  "description": {
128137
128808
  "type": "string",
128138
- "desc": "This is the description for IDPCreateRepoStepNode"
128809
+ "desc": "This is the description for IDPCreateProjectStepNode"
128139
128810
  },
128140
128811
  "enforce": {
128141
128812
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
@@ -128182,7 +128853,7 @@ const schema = {
128182
128853
  "type": {
128183
128854
  "type": "string",
128184
128855
  "enum": [
128185
- "CreateRepo"
128856
+ "CreateProject"
128186
128857
  ]
128187
128858
  },
128188
128859
  "when": {
@@ -128204,22 +128875,22 @@ const schema = {
128204
128875
  "if": {
128205
128876
  "properties": {
128206
128877
  "type": {
128207
- "const": "CreateRepo"
128878
+ "const": "CreateProject"
128208
128879
  }
128209
128880
  }
128210
128881
  },
128211
128882
  "then": {
128212
128883
  "properties": {
128213
128884
  "spec": {
128214
- "$ref": "#/definitions/pipeline/steps/idp/IDPCreateRepoPlanInfo"
128885
+ "$ref": "#/definitions/pipeline/steps/idp/IDPCreateProjectPlanInfo"
128215
128886
  }
128216
128887
  }
128217
128888
  }
128218
128889
  }
128219
128890
  ]
128220
128891
  },
128221
- "IDPRegisterCatalogStepNode": {
128222
- "title": "IDPRegisterCatalogStepNode",
128892
+ "IDPCreateResourceStepNode": {
128893
+ "title": "IDPCreateResourceStepNode",
128223
128894
  "type": "object",
128224
128895
  "required": [
128225
128896
  "identifier",
@@ -128230,7 +128901,7 @@ const schema = {
128230
128901
  "properties": {
128231
128902
  "description": {
128232
128903
  "type": "string",
128233
- "desc": "This is the description for IDPRegisterCatalogStepNode"
128904
+ "desc": "This is the description for IDPCreateResourceStepNode"
128234
128905
  },
128235
128906
  "enforce": {
128236
128907
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
@@ -128277,7 +128948,7 @@ const schema = {
128277
128948
  "type": {
128278
128949
  "type": "string",
128279
128950
  "enum": [
128280
- "RegisterCatalog"
128951
+ "CreateResource"
128281
128952
  ]
128282
128953
  },
128283
128954
  "when": {
@@ -128299,22 +128970,22 @@ const schema = {
128299
128970
  "if": {
128300
128971
  "properties": {
128301
128972
  "type": {
128302
- "const": "RegisterCatalog"
128973
+ "const": "CreateResource"
128303
128974
  }
128304
128975
  }
128305
128976
  },
128306
128977
  "then": {
128307
128978
  "properties": {
128308
128979
  "spec": {
128309
- "$ref": "#/definitions/pipeline/steps/idp/IDPRegisterCatalogPlanInfo"
128980
+ "$ref": "#/definitions/pipeline/steps/idp/IDPCreateResourcePlanInfo"
128310
128981
  }
128311
128982
  }
128312
128983
  }
128313
128984
  }
128314
128985
  ]
128315
128986
  },
128316
- "IDPDirectPushStepNode": {
128317
- "title": "IDPDirectPushStepNode",
128987
+ "IDPUpdateCatalogPropertyStepNode": {
128988
+ "title": "IDPUpdateCatalogPropertyStepNode",
128318
128989
  "type": "object",
128319
128990
  "required": [
128320
128991
  "identifier",
@@ -128325,7 +128996,7 @@ const schema = {
128325
128996
  "properties": {
128326
128997
  "description": {
128327
128998
  "type": "string",
128328
- "desc": "This is the description for IDPDirectPushStepNode"
128999
+ "desc": "This is the description for IDPUpdateCatalogPropertyStepNode"
128329
129000
  },
128330
129001
  "enforce": {
128331
129002
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
@@ -128372,7 +129043,7 @@ const schema = {
128372
129043
  "type": {
128373
129044
  "type": "string",
128374
129045
  "enum": [
128375
- "DirectPush"
129046
+ "UpdateCatalogProperty"
128376
129047
  ]
128377
129048
  },
128378
129049
  "when": {
@@ -128394,34 +129065,30 @@ const schema = {
128394
129065
  "if": {
128395
129066
  "properties": {
128396
129067
  "type": {
128397
- "const": "DirectPush"
129068
+ "const": "UpdateCatalogProperty"
128398
129069
  }
128399
129070
  }
128400
129071
  },
128401
129072
  "then": {
128402
129073
  "properties": {
128403
129074
  "spec": {
128404
- "$ref": "#/definitions/pipeline/steps/idp/IDPDirectPushPlanInfo"
129075
+ "$ref": "#/definitions/pipeline/steps/idp/IDPUpdateCatalogPropertyStepInfo"
128405
129076
  }
128406
129077
  }
128407
129078
  }
128408
129079
  }
128409
129080
  ]
128410
- },
128411
- "IDPCreateCatalogStepNode": {
128412
- "title": "IDPCreateCatalogStepNode",
129081
+ }
129082
+ },
129083
+ "aisre": {
129084
+ "AisreCreateIncidentStepNode_template": {
129085
+ "title": "AisreCreateIncidentStepNode_template",
128413
129086
  "type": "object",
128414
129087
  "required": [
128415
- "identifier",
128416
- "name",
128417
129088
  "spec",
128418
129089
  "type"
128419
129090
  ],
128420
129091
  "properties": {
128421
- "description": {
128422
- "type": "string",
128423
- "desc": "This is the description for IDPCreateCatalogStepNode"
128424
- },
128425
129092
  "enforce": {
128426
129093
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
128427
129094
  },
@@ -128440,14 +129107,6 @@ const schema = {
128440
129107
  }
128441
129108
  ]
128442
129109
  },
128443
- "identifier": {
128444
- "type": "string",
128445
- "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128446
- },
128447
- "name": {
128448
- "type": "string",
128449
- "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128450
- },
128451
129110
  "strategy": {
128452
129111
  "oneOf": [
128453
129112
  {
@@ -128467,7 +129126,7 @@ const schema = {
128467
129126
  "type": {
128468
129127
  "type": "string",
128469
129128
  "enum": [
128470
- "CreateCatalog"
129129
+ "AISRE_CreateIncident"
128471
129130
  ]
128472
129131
  },
128473
129132
  "when": {
@@ -128489,34 +129148,212 @@ const schema = {
128489
129148
  "if": {
128490
129149
  "properties": {
128491
129150
  "type": {
128492
- "const": "CreateCatalog"
129151
+ "const": "AISRE_CreateIncident"
128493
129152
  }
128494
129153
  }
128495
129154
  },
128496
129155
  "then": {
128497
129156
  "properties": {
128498
129157
  "spec": {
128499
- "$ref": "#/definitions/pipeline/steps/idp/IDPCreateCatalogPlanInfo"
129158
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepInfo"
128500
129159
  }
128501
129160
  }
128502
129161
  }
128503
129162
  }
128504
129163
  ]
128505
129164
  },
128506
- "IDPCreateOrganisationStepNode": {
128507
- "title": "IDPCreateOrganisationStepNode",
129165
+ "AisreCreateIncidentStepInfo": {
129166
+ "title": "AisreCreateIncidentStepInfo",
129167
+ "allOf": [
129168
+ {
129169
+ "$ref": "#/definitions/pipeline/common/StepSpecType"
129170
+ },
129171
+ {
129172
+ "type": "object",
129173
+ "required": [
129174
+ "title",
129175
+ "orgIdentifier",
129176
+ "projectIdentifier",
129177
+ "incidentType",
129178
+ "severity",
129179
+ "service"
129180
+ ],
129181
+ "properties": {
129182
+ "title": {
129183
+ "oneOf": [
129184
+ {
129185
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129186
+ },
129187
+ {
129188
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129189
+ }
129190
+ ]
129191
+ },
129192
+ "orgIdentifier": {
129193
+ "oneOf": [
129194
+ {
129195
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129196
+ },
129197
+ {
129198
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129199
+ }
129200
+ ]
129201
+ },
129202
+ "projectIdentifier": {
129203
+ "oneOf": [
129204
+ {
129205
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129206
+ },
129207
+ {
129208
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129209
+ }
129210
+ ]
129211
+ },
129212
+ "incidentType": {
129213
+ "oneOf": [
129214
+ {
129215
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129216
+ },
129217
+ {
129218
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129219
+ }
129220
+ ]
129221
+ },
129222
+ "severity": {
129223
+ "oneOf": [
129224
+ {
129225
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129226
+ },
129227
+ {
129228
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129229
+ }
129230
+ ]
129231
+ },
129232
+ "status": {
129233
+ "oneOf": [
129234
+ {
129235
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129236
+ },
129237
+ {
129238
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129239
+ }
129240
+ ]
129241
+ },
129242
+ "service": {
129243
+ "oneOf": [
129244
+ {
129245
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129246
+ },
129247
+ {
129248
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129249
+ }
129250
+ ]
129251
+ },
129252
+ "environment": {
129253
+ "oneOf": [
129254
+ {
129255
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129256
+ },
129257
+ {
129258
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129259
+ }
129260
+ ]
129261
+ },
129262
+ "description": {
129263
+ "oneOf": [
129264
+ {
129265
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129266
+ },
129267
+ {
129268
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129269
+ }
129270
+ ]
129271
+ },
129272
+ "commanderHarnessUserId": {
129273
+ "oneOf": [
129274
+ {
129275
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129276
+ },
129277
+ {
129278
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129279
+ }
129280
+ ]
129281
+ },
129282
+ "labels": {
129283
+ "description": "Incident labels",
129284
+ "oneOf": [
129285
+ {
129286
+ "type": "array",
129287
+ "items": {
129288
+ "type": "string"
129289
+ }
129290
+ },
129291
+ {
129292
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129293
+ }
129294
+ ]
129295
+ },
129296
+ "attachPipelineContext": {
129297
+ "oneOf": [
129298
+ {
129299
+ "type": "boolean"
129300
+ },
129301
+ {
129302
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129303
+ }
129304
+ ]
129305
+ },
129306
+ "pageOnCall": {
129307
+ "oneOf": [
129308
+ {
129309
+ "type": "boolean"
129310
+ },
129311
+ {
129312
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129313
+ }
129314
+ ]
129315
+ },
129316
+ "additionalImpactedServices": {
129317
+ "description": "Additional impacted Harness service identifiers",
129318
+ "oneOf": [
129319
+ {
129320
+ "type": "array",
129321
+ "items": {
129322
+ "type": "string"
129323
+ }
129324
+ },
129325
+ {
129326
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129327
+ }
129328
+ ]
129329
+ },
129330
+ "fields": {
129331
+ "description": "Incident-type specific fields keyed by field identifier",
129332
+ "oneOf": [
129333
+ {
129334
+ "type": "object",
129335
+ "additionalProperties": {
129336
+ "type": "string"
129337
+ }
129338
+ },
129339
+ {
129340
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129341
+ }
129342
+ ]
129343
+ }
129344
+ }
129345
+ }
129346
+ ],
129347
+ "$schema": "http://json-schema.org/draft-07/schema#"
129348
+ },
129349
+ "AisreCreateAlertStepNode_template": {
129350
+ "title": "AisreCreateAlertStepNode_template",
128508
129351
  "type": "object",
128509
129352
  "required": [
128510
- "identifier",
128511
- "name",
128512
129353
  "spec",
128513
129354
  "type"
128514
129355
  ],
128515
129356
  "properties": {
128516
- "description": {
128517
- "type": "string",
128518
- "desc": "This is the description for IDPCreateOrganisationStepNode"
128519
- },
128520
129357
  "enforce": {
128521
129358
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
128522
129359
  },
@@ -128535,14 +129372,6 @@ const schema = {
128535
129372
  }
128536
129373
  ]
128537
129374
  },
128538
- "identifier": {
128539
- "type": "string",
128540
- "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128541
- },
128542
- "name": {
128543
- "type": "string",
128544
- "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128545
- },
128546
129375
  "strategy": {
128547
129376
  "oneOf": [
128548
129377
  {
@@ -128562,7 +129391,7 @@ const schema = {
128562
129391
  "type": {
128563
129392
  "type": "string",
128564
129393
  "enum": [
128565
- "CreateOrganization"
129394
+ "AISRE_CreateAlert"
128566
129395
  ]
128567
129396
  },
128568
129397
  "when": {
@@ -128584,117 +129413,132 @@ const schema = {
128584
129413
  "if": {
128585
129414
  "properties": {
128586
129415
  "type": {
128587
- "const": "CreateOrganization"
129416
+ "const": "AISRE_CreateAlert"
128588
129417
  }
128589
129418
  }
128590
129419
  },
128591
129420
  "then": {
128592
129421
  "properties": {
128593
129422
  "spec": {
128594
- "$ref": "#/definitions/pipeline/steps/idp/IDPCreateOrganisationPlanInfo"
129423
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepInfo"
128595
129424
  }
128596
129425
  }
128597
129426
  }
128598
129427
  }
128599
129428
  ]
128600
129429
  },
128601
- "IDPCreateProjectStepNode": {
128602
- "title": "IDPCreateProjectStepNode",
128603
- "type": "object",
128604
- "required": [
128605
- "identifier",
128606
- "name",
128607
- "spec",
128608
- "type"
128609
- ],
128610
- "properties": {
128611
- "description": {
128612
- "type": "string",
128613
- "desc": "This is the description for IDPCreateProjectStepNode"
128614
- },
128615
- "enforce": {
128616
- "$ref": "#/definitions/pipeline/common/PolicyConfig"
129430
+ "AisreCreateAlertStepInfo": {
129431
+ "title": "AisreCreateAlertStepInfo",
129432
+ "allOf": [
129433
+ {
129434
+ "$ref": "#/definitions/pipeline/common/StepSpecType"
128617
129435
  },
128618
- "failureStrategies": {
128619
- "oneOf": [
128620
- {
128621
- "type": "array",
128622
- "items": {
128623
- "$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
128624
- }
129436
+ {
129437
+ "type": "object",
129438
+ "required": [
129439
+ "title",
129440
+ "orgIdentifier",
129441
+ "projectIdentifier",
129442
+ "status"
129443
+ ],
129444
+ "properties": {
129445
+ "alertId": {
129446
+ "oneOf": [
129447
+ {
129448
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129449
+ },
129450
+ {
129451
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129452
+ }
129453
+ ]
128625
129454
  },
128626
- {
128627
- "type": "string",
128628
- "pattern": "^<\\+input>$",
128629
- "minLength": 1
128630
- }
128631
- ]
128632
- },
128633
- "identifier": {
128634
- "type": "string",
128635
- "pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
128636
- },
128637
- "name": {
128638
- "type": "string",
128639
- "pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
128640
- },
128641
- "strategy": {
128642
- "oneOf": [
128643
- {
128644
- "$ref": "#/definitions/pipeline/common/StrategyConfig"
129455
+ "title": {
129456
+ "oneOf": [
129457
+ {
129458
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129459
+ },
129460
+ {
129461
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129462
+ }
129463
+ ]
128645
129464
  },
128646
- {
128647
- "type": "string",
128648
- "pattern": "^<\\+input>$",
128649
- "minLength": 1
128650
- }
128651
- ]
128652
- },
128653
- "timeout": {
128654
- "type": "string",
128655
- "pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
128656
- },
128657
- "type": {
128658
- "type": "string",
128659
- "enum": [
128660
- "CreateProject"
128661
- ]
128662
- },
128663
- "when": {
128664
- "oneOf": [
128665
- {
128666
- "$ref": "#/definitions/pipeline/common/StepWhenCondition"
129465
+ "orgIdentifier": {
129466
+ "oneOf": [
129467
+ {
129468
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129469
+ },
129470
+ {
129471
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129472
+ }
129473
+ ]
128667
129474
  },
128668
- {
128669
- "type": "string",
128670
- "pattern": "^<\\+input>$",
128671
- "minLength": 1
128672
- }
128673
- ]
128674
- }
128675
- },
128676
- "$schema": "http://json-schema.org/draft-07/schema#",
128677
- "allOf": [
128678
- {
128679
- "if": {
128680
- "properties": {
128681
- "type": {
128682
- "const": "CreateProject"
128683
- }
128684
- }
128685
- },
128686
- "then": {
128687
- "properties": {
128688
- "spec": {
128689
- "$ref": "#/definitions/pipeline/steps/idp/IDPCreateProjectPlanInfo"
128690
- }
129475
+ "projectIdentifier": {
129476
+ "oneOf": [
129477
+ {
129478
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129479
+ },
129480
+ {
129481
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129482
+ }
129483
+ ]
129484
+ },
129485
+ "status": {
129486
+ "oneOf": [
129487
+ {
129488
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129489
+ },
129490
+ {
129491
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129492
+ }
129493
+ ]
129494
+ },
129495
+ "priority": {
129496
+ "oneOf": [
129497
+ {
129498
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129499
+ },
129500
+ {
129501
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129502
+ }
129503
+ ]
129504
+ },
129505
+ "service": {
129506
+ "oneOf": [
129507
+ {
129508
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129509
+ },
129510
+ {
129511
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129512
+ }
129513
+ ]
129514
+ },
129515
+ "environment": {
129516
+ "oneOf": [
129517
+ {
129518
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129519
+ },
129520
+ {
129521
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129522
+ }
129523
+ ]
129524
+ },
129525
+ "description": {
129526
+ "oneOf": [
129527
+ {
129528
+ "$ref": "#/definitions/pipeline/steps/common/string-without-jexl"
129529
+ },
129530
+ {
129531
+ "$ref": "#/definitions/pipeline/steps/common/common-jexl"
129532
+ }
129533
+ ]
128691
129534
  }
128692
129535
  }
128693
129536
  }
128694
- ]
129537
+ ],
129538
+ "$schema": "http://json-schema.org/draft-07/schema#"
128695
129539
  },
128696
- "IDPCreateResourceStepNode": {
128697
- "title": "IDPCreateResourceStepNode",
129540
+ "AisreCreateIncidentStepNode": {
129541
+ "title": "AisreCreateIncidentStepNode",
128698
129542
  "type": "object",
128699
129543
  "required": [
128700
129544
  "identifier",
@@ -128705,7 +129549,7 @@ const schema = {
128705
129549
  "properties": {
128706
129550
  "description": {
128707
129551
  "type": "string",
128708
- "desc": "This is the description for IDPCreateResourceStepNode"
129552
+ "desc": "This is the description for AisreCreateIncidentStepNode"
128709
129553
  },
128710
129554
  "enforce": {
128711
129555
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
@@ -128752,7 +129596,7 @@ const schema = {
128752
129596
  "type": {
128753
129597
  "type": "string",
128754
129598
  "enum": [
128755
- "CreateResource"
129599
+ "AISRE_CreateIncident"
128756
129600
  ]
128757
129601
  },
128758
129602
  "when": {
@@ -128774,22 +129618,22 @@ const schema = {
128774
129618
  "if": {
128775
129619
  "properties": {
128776
129620
  "type": {
128777
- "const": "CreateResource"
129621
+ "const": "AISRE_CreateIncident"
128778
129622
  }
128779
129623
  }
128780
129624
  },
128781
129625
  "then": {
128782
129626
  "properties": {
128783
129627
  "spec": {
128784
- "$ref": "#/definitions/pipeline/steps/idp/IDPCreateResourcePlanInfo"
129628
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepInfo"
128785
129629
  }
128786
129630
  }
128787
129631
  }
128788
129632
  }
128789
129633
  ]
128790
129634
  },
128791
- "IDPUpdateCatalogPropertyStepNode": {
128792
- "title": "IDPUpdateCatalogPropertyStepNode",
129635
+ "AisreCreateAlertStepNode": {
129636
+ "title": "AisreCreateAlertStepNode",
128793
129637
  "type": "object",
128794
129638
  "required": [
128795
129639
  "identifier",
@@ -128800,7 +129644,7 @@ const schema = {
128800
129644
  "properties": {
128801
129645
  "description": {
128802
129646
  "type": "string",
128803
- "desc": "This is the description for IDPUpdateCatalogPropertyStepNode"
129647
+ "desc": "This is the description for AisreCreateAlertStepNode"
128804
129648
  },
128805
129649
  "enforce": {
128806
129650
  "$ref": "#/definitions/pipeline/common/PolicyConfig"
@@ -128847,7 +129691,7 @@ const schema = {
128847
129691
  "type": {
128848
129692
  "type": "string",
128849
129693
  "enum": [
128850
- "UpdateCatalogProperty"
129694
+ "AISRE_CreateAlert"
128851
129695
  ]
128852
129696
  },
128853
129697
  "when": {
@@ -128869,14 +129713,14 @@ const schema = {
128869
129713
  "if": {
128870
129714
  "properties": {
128871
129715
  "type": {
128872
- "const": "UpdateCatalogProperty"
129716
+ "const": "AISRE_CreateAlert"
128873
129717
  }
128874
129718
  }
128875
129719
  },
128876
129720
  "then": {
128877
129721
  "properties": {
128878
129722
  "spec": {
128879
- "$ref": "#/definitions/pipeline/steps/idp/IDPUpdateCatalogPropertyStepInfo"
129723
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepInfo"
128880
129724
  }
128881
129725
  }
128882
129726
  }
@@ -133210,6 +134054,9 @@ const schema = {
133210
134054
  "pattern": "^<\\+.*>$"
133211
134055
  }
133212
134056
  ]
134057
+ },
134058
+ "insightId": {
134059
+ "type": "string"
133213
134060
  }
133214
134061
  }
133215
134062
  }
@@ -133262,6 +134109,9 @@ const schema = {
133262
134109
  "pattern": "^<\\+.*>$"
133263
134110
  }
133264
134111
  ]
134112
+ },
134113
+ "insightId": {
134114
+ "type": "string"
133265
134115
  }
133266
134116
  }
133267
134117
  }
@@ -135529,7 +136379,9 @@ const schema = {
135529
136379
  "AzureContainerApps",
135530
136380
  "Salesforce",
135531
136381
  "GoogleManagedInstanceGroup",
135532
- "AiAgent"
136382
+ "AiAgent",
136383
+ "AwsAgentCore",
136384
+ "GoogleAgentRuntime"
135533
136385
  ]
135534
136386
  },
135535
136387
  "environment": {
@@ -136915,6 +137767,12 @@ const schema = {
136915
137767
  {
136916
137768
  "$ref": "#/definitions/pipeline/steps/common/AgentStepNode"
136917
137769
  },
137770
+ {
137771
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepNode"
137772
+ },
137773
+ {
137774
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepNode"
137775
+ },
136918
137776
  {
136919
137777
  "$ref": "#/definitions/pipeline/steps/custom/FmeFlagCreateStepNode"
136920
137778
  },
@@ -139768,7 +140626,9 @@ const schema = {
139768
140626
  "AzureContainerApps",
139769
140627
  "Salesforce",
139770
140628
  "GoogleManagedInstanceGroup",
139771
- "AiAgent"
140629
+ "AiAgent",
140630
+ "AwsAgentCore",
140631
+ "GoogleAgentRuntime"
139772
140632
  ]
139773
140633
  },
139774
140634
  "description": {
@@ -140096,6 +140956,38 @@ const schema = {
140096
140956
  }
140097
140957
  }
140098
140958
  }
140959
+ },
140960
+ {
140961
+ "if": {
140962
+ "properties": {
140963
+ "type": {
140964
+ "const": "AwsAgentCore"
140965
+ }
140966
+ }
140967
+ },
140968
+ "then": {
140969
+ "properties": {
140970
+ "spec": {
140971
+ "$ref": "#/definitions/pipeline/stages/cd/AwsAgentCoreServiceSpec"
140972
+ }
140973
+ }
140974
+ }
140975
+ },
140976
+ {
140977
+ "if": {
140978
+ "properties": {
140979
+ "type": {
140980
+ "const": "GoogleAgentRuntime"
140981
+ }
140982
+ }
140983
+ },
140984
+ "then": {
140985
+ "properties": {
140986
+ "spec": {
140987
+ "$ref": "#/definitions/pipeline/stages/cd/GoogleAgentRuntimeServiceSpec"
140988
+ }
140989
+ }
140990
+ }
140099
140991
  }
140100
140992
  ]
140101
140993
  },
@@ -144614,6 +145506,72 @@ const schema = {
144614
145506
  }
144615
145507
  ]
144616
145508
  },
145509
+ "AwsAgentCoreServiceSpec": {
145510
+ "title": "AwsAgentCoreServiceSpec",
145511
+ "type": "object",
145512
+ "required": [
145513
+ "source",
145514
+ "executionRoleArn"
145515
+ ],
145516
+ "properties": {
145517
+ "configVariables": {
145518
+ "type": "array",
145519
+ "items": {
145520
+ "$ref": "#/definitions/pipeline/common/NGVariable"
145521
+ }
145522
+ },
145523
+ "variables": {
145524
+ "type": "array",
145525
+ "items": {
145526
+ "$ref": "#/definitions/pipeline/common/NGVariable"
145527
+ }
145528
+ },
145529
+ "source": {
145530
+ "$ref": "#/definitions/pipeline/stages/cd/AwsCoreAgentSource"
145531
+ },
145532
+ "executionRoleArn": {
145533
+ "type": "string"
145534
+ },
145535
+ "manifests": {
145536
+ "type": "array",
145537
+ "items": {
145538
+ "$ref": "#/definitions/pipeline/steps/cd/ManifestConfigWrapper"
145539
+ }
145540
+ },
145541
+ "description": {
145542
+ "desc": "This is the description for AwsAgentCoreServiceSpec"
145543
+ }
145544
+ },
145545
+ "$schema": "http://json-schema.org/draft-07/schema#"
145546
+ },
145547
+ "GoogleAgentRuntimeServiceSpec": {
145548
+ "title": "GoogleAgentRuntimeServiceSpec",
145549
+ "type": "object",
145550
+ "required": [
145551
+ "source"
145552
+ ],
145553
+ "properties": {
145554
+ "configVariables": {
145555
+ "type": "array",
145556
+ "items": {
145557
+ "$ref": "#/definitions/pipeline/common/NGVariable"
145558
+ }
145559
+ },
145560
+ "variables": {
145561
+ "type": "array",
145562
+ "items": {
145563
+ "$ref": "#/definitions/pipeline/common/NGVariable"
145564
+ }
145565
+ },
145566
+ "source": {
145567
+ "$ref": "#/definitions/pipeline/stages/cd/GoogleAgentSource"
145568
+ },
145569
+ "description": {
145570
+ "desc": "This is the description for GoogleAgentRuntimeServiceSpec"
145571
+ }
145572
+ },
145573
+ "$schema": "http://json-schema.org/draft-07/schema#"
145574
+ },
144617
145575
  "StageOverridesConfig": {
144618
145576
  "title": "StageOverridesConfig",
144619
145577
  "type": "object",
@@ -146086,6 +147044,12 @@ const schema = {
146086
147044
  {
146087
147045
  "$ref": "#/definitions/pipeline/steps/common/WizScanNode"
146088
147046
  },
147047
+ {
147048
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepNode"
147049
+ },
147050
+ {
147051
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepNode"
147052
+ },
146089
147053
  {
146090
147054
  "$ref": "#/definitions/pipeline/steps/custom/FmeFlagCreateStepNode"
146091
147055
  },
@@ -149246,6 +150210,12 @@ const schema = {
149246
150210
  {
149247
150211
  "$ref": "#/definitions/pipeline/steps/custom/ChangeAdvisorStepNode"
149248
150212
  },
150213
+ {
150214
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateIncidentStepNode"
150215
+ },
150216
+ {
150217
+ "$ref": "#/definitions/pipeline/steps/aisre/AisreCreateAlertStepNode"
150218
+ },
149249
150219
  {
149250
150220
  "$ref": "#/definitions/pipeline/steps/custom/FmeFlagCreateStepNode"
149251
150221
  },
@@ -150770,6 +151740,12 @@ const schema = {
150770
151740
  {
150771
151741
  "$ref": "#/definitions/pipeline/steps/common/SnykScanNode"
150772
151742
  },
151743
+ {
151744
+ "$ref": "#/definitions/pipeline/steps/common/GitleaksScanNode"
151745
+ },
151746
+ {
151747
+ "$ref": "#/definitions/pipeline/steps/common/SonarqubeScanNode"
151748
+ },
150773
151749
  {
150774
151750
  "$ref": "#/definitions/pipeline/steps/iacm/IACMModuleTestPluginStepNode"
150775
151751
  },