@forge/manifest 10.1.1-next.1 → 10.1.1-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 10.1.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e9a8b5: Got rid of FG
8
+ - 426dfe1: Update manifest definitions
9
+
3
10
  ## 10.1.1-next.1
4
11
 
5
12
  ### Patch Changes
@@ -27102,6 +27102,380 @@
27102
27102
  }
27103
27103
  },
27104
27104
  "minItems": 1
27105
+ },
27106
+ "devops:buildInfoProvider": {
27107
+ "type": "array",
27108
+ "items": {
27109
+ "type": "object",
27110
+ "properties": {
27111
+ "name": {
27112
+ "type": "object",
27113
+ "properties": {
27114
+ "value": {
27115
+ "type": "string",
27116
+ "minLength": 1,
27117
+ "maxLength": 255
27118
+ }
27119
+ },
27120
+ "required": [
27121
+ "value"
27122
+ ]
27123
+ },
27124
+ "homeUrl": {
27125
+ "type": "string",
27126
+ "minLength": 1,
27127
+ "maxLength": 255,
27128
+ "pattern": "^(http|https):\\/\\/.*$"
27129
+ },
27130
+ "logoUrl": {
27131
+ "type": "string",
27132
+ "minLength": 1,
27133
+ "maxLength": 255,
27134
+ "pattern": "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\\\\\\\?([^#]*))?(#(.*))?"
27135
+ },
27136
+ "documentationUrl": {
27137
+ "type": "string",
27138
+ "minLength": 1,
27139
+ "maxLength": 255,
27140
+ "pattern": "^(http|https):\\/\\/.*$"
27141
+ },
27142
+ "function": {
27143
+ "type": "string",
27144
+ "minLength": 1,
27145
+ "maxLength": 255,
27146
+ "pattern": "^[a-zA-Z0-9-_]+$"
27147
+ },
27148
+ "key": {
27149
+ "$ref": "#/definitions/ModuleKeySchema"
27150
+ }
27151
+ },
27152
+ "required": [
27153
+ "name",
27154
+ "homeUrl",
27155
+ "key"
27156
+ ],
27157
+ "not": {
27158
+ "required": [
27159
+ "unlicensedAccess"
27160
+ ]
27161
+ }
27162
+ },
27163
+ "minItems": 1
27164
+ },
27165
+ "devops:deploymentInfoProvider": {
27166
+ "type": "array",
27167
+ "items": {
27168
+ "type": "object",
27169
+ "properties": {
27170
+ "name": {
27171
+ "type": "object",
27172
+ "properties": {
27173
+ "value": {
27174
+ "type": "string",
27175
+ "minLength": 1,
27176
+ "maxLength": 255
27177
+ }
27178
+ },
27179
+ "required": [
27180
+ "value"
27181
+ ]
27182
+ },
27183
+ "homeUrl": {
27184
+ "type": "string",
27185
+ "minLength": 1,
27186
+ "maxLength": 255,
27187
+ "pattern": "^(http|https):\\/\\/.*$"
27188
+ },
27189
+ "logoUrl": {
27190
+ "type": "string",
27191
+ "minLength": 1,
27192
+ "maxLength": 255,
27193
+ "pattern": "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\\\\\\\?([^#]*))?(#(.*))?"
27194
+ },
27195
+ "documentationUrl": {
27196
+ "type": "string",
27197
+ "minLength": 1,
27198
+ "maxLength": 255,
27199
+ "pattern": "^(http|https):\\/\\/.*$"
27200
+ },
27201
+ "actions": {
27202
+ "type": "object",
27203
+ "properties": {
27204
+ "listDeployments": {
27205
+ "type": "object",
27206
+ "properties": {
27207
+ "urlTemplate": {
27208
+ "type": "string",
27209
+ "minLength": 1,
27210
+ "maxLength": 255,
27211
+ "pattern": "^(http|https):\\/\\/.*$"
27212
+ }
27213
+ },
27214
+ "required": [
27215
+ "urlTemplate"
27216
+ ]
27217
+ }
27218
+ }
27219
+ },
27220
+ "function": {
27221
+ "type": "string",
27222
+ "minLength": 1,
27223
+ "maxLength": 255,
27224
+ "pattern": "^[a-zA-Z0-9-_]+$"
27225
+ },
27226
+ "key": {
27227
+ "$ref": "#/definitions/ModuleKeySchema"
27228
+ }
27229
+ },
27230
+ "required": [
27231
+ "name",
27232
+ "homeUrl",
27233
+ "key"
27234
+ ],
27235
+ "not": {
27236
+ "required": [
27237
+ "unlicensedAccess"
27238
+ ]
27239
+ }
27240
+ },
27241
+ "minItems": 1
27242
+ },
27243
+ "devops:featureFlagInfoProvider": {
27244
+ "type": "array",
27245
+ "items": {
27246
+ "type": "object",
27247
+ "properties": {
27248
+ "name": {
27249
+ "type": "object",
27250
+ "properties": {
27251
+ "value": {
27252
+ "type": "string",
27253
+ "minLength": 1,
27254
+ "maxLength": 255
27255
+ }
27256
+ },
27257
+ "required": [
27258
+ "value"
27259
+ ]
27260
+ },
27261
+ "homeUrl": {
27262
+ "type": "string",
27263
+ "minLength": 1,
27264
+ "maxLength": 255,
27265
+ "pattern": "^(http|https):\\/\\/.*$"
27266
+ },
27267
+ "logoUrl": {
27268
+ "type": "string",
27269
+ "minLength": 1,
27270
+ "maxLength": 255,
27271
+ "pattern": "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\\\\\\\?([^#]*))?(#(.*))?"
27272
+ },
27273
+ "documentationUrl": {
27274
+ "type": "string",
27275
+ "minLength": 1,
27276
+ "maxLength": 255,
27277
+ "pattern": "^(http|https):\\/\\/.*$"
27278
+ },
27279
+ "actions": {
27280
+ "type": "object",
27281
+ "properties": {
27282
+ "createFlag": {
27283
+ "type": "object",
27284
+ "properties": {
27285
+ "urlTemplate": {
27286
+ "type": "string",
27287
+ "minLength": 1,
27288
+ "maxLength": 255,
27289
+ "pattern": "^(http|https):\\/\\/.*$"
27290
+ }
27291
+ },
27292
+ "required": [
27293
+ "urlTemplate"
27294
+ ]
27295
+ },
27296
+ "linkFlag": {
27297
+ "type": "object",
27298
+ "properties": {
27299
+ "urlTemplate": {
27300
+ "type": "string",
27301
+ "minLength": 1,
27302
+ "maxLength": 255,
27303
+ "pattern": "^(http|https):\\/\\/.*$"
27304
+ }
27305
+ },
27306
+ "required": [
27307
+ "urlTemplate"
27308
+ ]
27309
+ },
27310
+ "listFlag": {
27311
+ "type": "object",
27312
+ "properties": {
27313
+ "urlTemplate": {
27314
+ "type": "string",
27315
+ "minLength": 1,
27316
+ "maxLength": 255,
27317
+ "pattern": "^(http|https):\\/\\/.*$"
27318
+ }
27319
+ },
27320
+ "required": [
27321
+ "urlTemplate"
27322
+ ]
27323
+ }
27324
+ }
27325
+ },
27326
+ "function": {
27327
+ "type": "string",
27328
+ "minLength": 1,
27329
+ "maxLength": 255,
27330
+ "pattern": "^[a-zA-Z0-9-_]+$"
27331
+ },
27332
+ "key": {
27333
+ "$ref": "#/definitions/ModuleKeySchema"
27334
+ }
27335
+ },
27336
+ "required": [
27337
+ "name",
27338
+ "homeUrl",
27339
+ "key"
27340
+ ],
27341
+ "not": {
27342
+ "required": [
27343
+ "unlicensedAccess"
27344
+ ]
27345
+ }
27346
+ },
27347
+ "minItems": 1
27348
+ },
27349
+ "devops:developmentInfoProvider": {
27350
+ "type": "array",
27351
+ "items": {
27352
+ "type": "object",
27353
+ "properties": {
27354
+ "name": {
27355
+ "type": "object",
27356
+ "properties": {
27357
+ "value": {
27358
+ "type": "string",
27359
+ "minLength": 1,
27360
+ "maxLength": 255
27361
+ }
27362
+ },
27363
+ "required": [
27364
+ "value"
27365
+ ]
27366
+ },
27367
+ "homeUrl": {
27368
+ "type": "string",
27369
+ "minLength": 1,
27370
+ "maxLength": 255,
27371
+ "pattern": "^(http|https):\\/\\/.*$"
27372
+ },
27373
+ "logoUrl": {
27374
+ "type": "string",
27375
+ "minLength": 1,
27376
+ "maxLength": 255,
27377
+ "pattern": "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\\\\\\\?([^#]*))?(#(.*))?"
27378
+ },
27379
+ "documentationUrl": {
27380
+ "type": "string",
27381
+ "minLength": 1,
27382
+ "maxLength": 255,
27383
+ "pattern": "^(http|https):\\/\\/.*$"
27384
+ },
27385
+ "function": {
27386
+ "type": "string",
27387
+ "minLength": 1,
27388
+ "maxLength": 255,
27389
+ "pattern": "^[a-zA-Z0-9-_]+$"
27390
+ },
27391
+ "actions": {
27392
+ "type": "object",
27393
+ "properties": {
27394
+ "createBranch": {
27395
+ "type": "object",
27396
+ "properties": {
27397
+ "urlTemplate": {
27398
+ "type": "string",
27399
+ "minLength": 1,
27400
+ "maxLength": 255,
27401
+ "pattern": "^(http|https):\\/\\/.*$"
27402
+ }
27403
+ },
27404
+ "required": [
27405
+ "urlTemplate"
27406
+ ]
27407
+ }
27408
+ }
27409
+ },
27410
+ "key": {
27411
+ "$ref": "#/definitions/ModuleKeySchema"
27412
+ }
27413
+ },
27414
+ "required": [
27415
+ "name",
27416
+ "homeUrl",
27417
+ "key"
27418
+ ],
27419
+ "not": {
27420
+ "required": [
27421
+ "unlicensedAccess"
27422
+ ]
27423
+ }
27424
+ },
27425
+ "minItems": 1
27426
+ },
27427
+ "devops:remoteLinkInfoProvider": {
27428
+ "type": "array",
27429
+ "items": {
27430
+ "type": "object",
27431
+ "properties": {
27432
+ "name": {
27433
+ "type": "object",
27434
+ "properties": {
27435
+ "value": {
27436
+ "type": "string",
27437
+ "minLength": 1,
27438
+ "maxLength": 255
27439
+ }
27440
+ },
27441
+ "required": [
27442
+ "value"
27443
+ ]
27444
+ },
27445
+ "homeUrl": {
27446
+ "type": "string",
27447
+ "minLength": 1,
27448
+ "maxLength": 255,
27449
+ "pattern": "^(http|https):\\/\\/.*$"
27450
+ },
27451
+ "logoUrl": {
27452
+ "type": "string",
27453
+ "minLength": 1,
27454
+ "maxLength": 255,
27455
+ "pattern": "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\\\\\\\?([^#]*))?(#(.*))?"
27456
+ },
27457
+ "documentationUrl": {
27458
+ "type": "string",
27459
+ "minLength": 1,
27460
+ "maxLength": 255,
27461
+ "pattern": "^(http|https):\\/\\/.*$"
27462
+ },
27463
+ "key": {
27464
+ "$ref": "#/definitions/ModuleKeySchema"
27465
+ }
27466
+ },
27467
+ "required": [
27468
+ "name",
27469
+ "homeUrl",
27470
+ "key"
27471
+ ],
27472
+ "not": {
27473
+ "required": [
27474
+ "unlicensedAccess"
27475
+ ]
27476
+ }
27477
+ },
27478
+ "minItems": 1
27105
27479
  }
27106
27480
  },
27107
27481
  "title": "ModuleSchema",
@@ -23373,6 +23373,192 @@ export interface Modules {
23373
23373
  key: ModuleKeySchema;
23374
23374
  }[]
23375
23375
  ];
23376
+ 'devops:buildInfoProvider'?: [
23377
+ {
23378
+ name: {
23379
+ value: string;
23380
+ [k: string]: unknown;
23381
+ };
23382
+ homeUrl: string;
23383
+ logoUrl?: string;
23384
+ documentationUrl?: string;
23385
+ function?: string;
23386
+ key: ModuleKeySchema;
23387
+ [k: string]: unknown;
23388
+ },
23389
+ ...{
23390
+ name: {
23391
+ value: string;
23392
+ [k: string]: unknown;
23393
+ };
23394
+ homeUrl: string;
23395
+ logoUrl?: string;
23396
+ documentationUrl?: string;
23397
+ function?: string;
23398
+ key: ModuleKeySchema;
23399
+ [k: string]: unknown;
23400
+ }[]
23401
+ ];
23402
+ 'devops:deploymentInfoProvider'?: [
23403
+ {
23404
+ name: {
23405
+ value: string;
23406
+ [k: string]: unknown;
23407
+ };
23408
+ homeUrl: string;
23409
+ logoUrl?: string;
23410
+ documentationUrl?: string;
23411
+ actions?: {
23412
+ listDeployments?: {
23413
+ urlTemplate: string;
23414
+ [k: string]: unknown;
23415
+ };
23416
+ [k: string]: unknown;
23417
+ };
23418
+ function?: string;
23419
+ key: ModuleKeySchema;
23420
+ [k: string]: unknown;
23421
+ },
23422
+ ...{
23423
+ name: {
23424
+ value: string;
23425
+ [k: string]: unknown;
23426
+ };
23427
+ homeUrl: string;
23428
+ logoUrl?: string;
23429
+ documentationUrl?: string;
23430
+ actions?: {
23431
+ listDeployments?: {
23432
+ urlTemplate: string;
23433
+ [k: string]: unknown;
23434
+ };
23435
+ [k: string]: unknown;
23436
+ };
23437
+ function?: string;
23438
+ key: ModuleKeySchema;
23439
+ [k: string]: unknown;
23440
+ }[]
23441
+ ];
23442
+ 'devops:featureFlagInfoProvider'?: [
23443
+ {
23444
+ name: {
23445
+ value: string;
23446
+ [k: string]: unknown;
23447
+ };
23448
+ homeUrl: string;
23449
+ logoUrl?: string;
23450
+ documentationUrl?: string;
23451
+ actions?: {
23452
+ createFlag?: {
23453
+ urlTemplate: string;
23454
+ [k: string]: unknown;
23455
+ };
23456
+ linkFlag?: {
23457
+ urlTemplate: string;
23458
+ [k: string]: unknown;
23459
+ };
23460
+ listFlag?: {
23461
+ urlTemplate: string;
23462
+ [k: string]: unknown;
23463
+ };
23464
+ [k: string]: unknown;
23465
+ };
23466
+ function?: string;
23467
+ key: ModuleKeySchema;
23468
+ [k: string]: unknown;
23469
+ },
23470
+ ...{
23471
+ name: {
23472
+ value: string;
23473
+ [k: string]: unknown;
23474
+ };
23475
+ homeUrl: string;
23476
+ logoUrl?: string;
23477
+ documentationUrl?: string;
23478
+ actions?: {
23479
+ createFlag?: {
23480
+ urlTemplate: string;
23481
+ [k: string]: unknown;
23482
+ };
23483
+ linkFlag?: {
23484
+ urlTemplate: string;
23485
+ [k: string]: unknown;
23486
+ };
23487
+ listFlag?: {
23488
+ urlTemplate: string;
23489
+ [k: string]: unknown;
23490
+ };
23491
+ [k: string]: unknown;
23492
+ };
23493
+ function?: string;
23494
+ key: ModuleKeySchema;
23495
+ [k: string]: unknown;
23496
+ }[]
23497
+ ];
23498
+ 'devops:developmentInfoProvider'?: [
23499
+ {
23500
+ name: {
23501
+ value: string;
23502
+ [k: string]: unknown;
23503
+ };
23504
+ homeUrl: string;
23505
+ logoUrl?: string;
23506
+ documentationUrl?: string;
23507
+ function?: string;
23508
+ actions?: {
23509
+ createBranch?: {
23510
+ urlTemplate: string;
23511
+ [k: string]: unknown;
23512
+ };
23513
+ [k: string]: unknown;
23514
+ };
23515
+ key: ModuleKeySchema;
23516
+ [k: string]: unknown;
23517
+ },
23518
+ ...{
23519
+ name: {
23520
+ value: string;
23521
+ [k: string]: unknown;
23522
+ };
23523
+ homeUrl: string;
23524
+ logoUrl?: string;
23525
+ documentationUrl?: string;
23526
+ function?: string;
23527
+ actions?: {
23528
+ createBranch?: {
23529
+ urlTemplate: string;
23530
+ [k: string]: unknown;
23531
+ };
23532
+ [k: string]: unknown;
23533
+ };
23534
+ key: ModuleKeySchema;
23535
+ [k: string]: unknown;
23536
+ }[]
23537
+ ];
23538
+ 'devops:remoteLinkInfoProvider'?: [
23539
+ {
23540
+ name: {
23541
+ value: string;
23542
+ [k: string]: unknown;
23543
+ };
23544
+ homeUrl: string;
23545
+ logoUrl?: string;
23546
+ documentationUrl?: string;
23547
+ key: ModuleKeySchema;
23548
+ [k: string]: unknown;
23549
+ },
23550
+ ...{
23551
+ name: {
23552
+ value: string;
23553
+ [k: string]: unknown;
23554
+ };
23555
+ homeUrl: string;
23556
+ logoUrl?: string;
23557
+ documentationUrl?: string;
23558
+ key: ModuleKeySchema;
23559
+ [k: string]: unknown;
23560
+ }[]
23561
+ ];
23376
23562
  [k: string]: unknown;
23377
23563
  }
23378
23564
  export interface RuntimeLayer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.1.1-next.1",
3
+ "version": "10.1.1-next.2",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {