@forge/manifest 12.1.0-next.4 → 12.1.0-next.5-experimental-3fd1b86
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,25 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 12.1.0-next.5-experimental-3fd1b86
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e4c143c: Do not allow wildcard remote endpoints
|
|
8
|
+
- 42e069d: Add lint warning for backend fetch egress with path
|
|
9
|
+
- 19807bf: Changed schema for container resources
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6247657: Add TWG preview scopes validator that warns when manifest contains Teamwork Graph scopes (read:graph:jira, read:graph:confluence)
|
|
14
|
+
- 8246b16: Update manifest definitions
|
|
15
|
+
- fa9b5aa: Update manifest definitions
|
|
16
|
+
|
|
17
|
+
## 12.1.0-next.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 8246b16: Update manifest definitions
|
|
22
|
+
|
|
3
23
|
## 12.1.0-next.4
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -16759,6 +16759,9 @@
|
|
|
16759
16759
|
"maxLength": 255,
|
|
16760
16760
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
16761
16761
|
},
|
|
16762
|
+
"displayConditions": {
|
|
16763
|
+
"type": "object"
|
|
16764
|
+
},
|
|
16762
16765
|
"key": {
|
|
16763
16766
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
16764
16767
|
}
|
|
@@ -16869,6 +16872,9 @@
|
|
|
16869
16872
|
"type": "string",
|
|
16870
16873
|
"default": "default"
|
|
16871
16874
|
},
|
|
16875
|
+
"displayConditions": {
|
|
16876
|
+
"type": "object"
|
|
16877
|
+
},
|
|
16872
16878
|
"key": {
|
|
16873
16879
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
16874
16880
|
}
|
|
@@ -16951,6 +16957,9 @@
|
|
|
16951
16957
|
"maxLength": 255,
|
|
16952
16958
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
16953
16959
|
},
|
|
16960
|
+
"displayConditions": {
|
|
16961
|
+
"type": "object"
|
|
16962
|
+
},
|
|
16954
16963
|
"key": {
|
|
16955
16964
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
16956
16965
|
}
|
|
@@ -17061,6 +17070,9 @@
|
|
|
17061
17070
|
"type": "string",
|
|
17062
17071
|
"default": "default"
|
|
17063
17072
|
},
|
|
17073
|
+
"displayConditions": {
|
|
17074
|
+
"type": "object"
|
|
17075
|
+
},
|
|
17064
17076
|
"key": {
|
|
17065
17077
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17066
17078
|
}
|
|
@@ -17325,6 +17337,9 @@
|
|
|
17325
17337
|
"maxLength": 255,
|
|
17326
17338
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
17327
17339
|
},
|
|
17340
|
+
"displayConditions": {
|
|
17341
|
+
"type": "object"
|
|
17342
|
+
},
|
|
17328
17343
|
"key": {
|
|
17329
17344
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17330
17345
|
}
|
|
@@ -17417,6 +17432,9 @@
|
|
|
17417
17432
|
"type": "string",
|
|
17418
17433
|
"default": "default"
|
|
17419
17434
|
},
|
|
17435
|
+
"displayConditions": {
|
|
17436
|
+
"type": "object"
|
|
17437
|
+
},
|
|
17420
17438
|
"key": {
|
|
17421
17439
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17422
17440
|
}
|
|
@@ -17470,6 +17488,9 @@
|
|
|
17470
17488
|
"maxLength": 255,
|
|
17471
17489
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
17472
17490
|
},
|
|
17491
|
+
"displayConditions": {
|
|
17492
|
+
"type": "object"
|
|
17493
|
+
},
|
|
17473
17494
|
"key": {
|
|
17474
17495
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17475
17496
|
}
|
|
@@ -17562,6 +17583,9 @@
|
|
|
17562
17583
|
"type": "string",
|
|
17563
17584
|
"default": "default"
|
|
17564
17585
|
},
|
|
17586
|
+
"displayConditions": {
|
|
17587
|
+
"type": "object"
|
|
17588
|
+
},
|
|
17565
17589
|
"key": {
|
|
17566
17590
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17567
17591
|
}
|
|
@@ -17615,6 +17639,9 @@
|
|
|
17615
17639
|
"maxLength": 255,
|
|
17616
17640
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
17617
17641
|
},
|
|
17642
|
+
"displayConditions": {
|
|
17643
|
+
"type": "object"
|
|
17644
|
+
},
|
|
17618
17645
|
"key": {
|
|
17619
17646
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17620
17647
|
}
|
|
@@ -17707,6 +17734,9 @@
|
|
|
17707
17734
|
"type": "string",
|
|
17708
17735
|
"default": "default"
|
|
17709
17736
|
},
|
|
17737
|
+
"displayConditions": {
|
|
17738
|
+
"type": "object"
|
|
17739
|
+
},
|
|
17710
17740
|
"key": {
|
|
17711
17741
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17712
17742
|
}
|
|
@@ -17778,6 +17808,9 @@
|
|
|
17778
17808
|
"maxLength": 255,
|
|
17779
17809
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
17780
17810
|
},
|
|
17811
|
+
"displayConditions": {
|
|
17812
|
+
"type": "object"
|
|
17813
|
+
},
|
|
17781
17814
|
"key": {
|
|
17782
17815
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17783
17816
|
}
|
|
@@ -17899,6 +17932,9 @@
|
|
|
17899
17932
|
"type": "string",
|
|
17900
17933
|
"default": "default"
|
|
17901
17934
|
},
|
|
17935
|
+
"displayConditions": {
|
|
17936
|
+
"type": "object"
|
|
17937
|
+
},
|
|
17902
17938
|
"key": {
|
|
17903
17939
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
17904
17940
|
}
|
|
@@ -17952,8 +17988,7 @@
|
|
|
17952
17988
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
17953
17989
|
},
|
|
17954
17990
|
"displayConditions": {
|
|
17955
|
-
"type": "object"
|
|
17956
|
-
"properties": {}
|
|
17991
|
+
"type": "object"
|
|
17957
17992
|
},
|
|
17958
17993
|
"key": {
|
|
17959
17994
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
@@ -18055,8 +18090,7 @@
|
|
|
18055
18090
|
]
|
|
18056
18091
|
},
|
|
18057
18092
|
"displayConditions": {
|
|
18058
|
-
"type": "object"
|
|
18059
|
-
"properties": {}
|
|
18093
|
+
"type": "object"
|
|
18060
18094
|
},
|
|
18061
18095
|
"render": {
|
|
18062
18096
|
"enum": [
|
|
@@ -18123,6 +18157,9 @@
|
|
|
18123
18157
|
"maxLength": 255,
|
|
18124
18158
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
18125
18159
|
},
|
|
18160
|
+
"displayConditions": {
|
|
18161
|
+
"type": "object"
|
|
18162
|
+
},
|
|
18126
18163
|
"key": {
|
|
18127
18164
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
18128
18165
|
}
|
|
@@ -18230,6 +18267,9 @@
|
|
|
18230
18267
|
"type": "string",
|
|
18231
18268
|
"default": "default"
|
|
18232
18269
|
},
|
|
18270
|
+
"displayConditions": {
|
|
18271
|
+
"type": "object"
|
|
18272
|
+
},
|
|
18233
18273
|
"key": {
|
|
18234
18274
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
18235
18275
|
}
|
|
@@ -18316,6 +18356,9 @@
|
|
|
18316
18356
|
"maxLength": 255,
|
|
18317
18357
|
"pattern": "^[a-zA-Z0-9-_]+$"
|
|
18318
18358
|
},
|
|
18359
|
+
"displayConditions": {
|
|
18360
|
+
"type": "object"
|
|
18361
|
+
},
|
|
18319
18362
|
"key": {
|
|
18320
18363
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
18321
18364
|
}
|
|
@@ -18437,6 +18480,9 @@
|
|
|
18437
18480
|
"type": "string",
|
|
18438
18481
|
"default": "default"
|
|
18439
18482
|
},
|
|
18483
|
+
"displayConditions": {
|
|
18484
|
+
"type": "object"
|
|
18485
|
+
},
|
|
18440
18486
|
"key": {
|
|
18441
18487
|
"$ref": "#/definitions/ModuleKeySchema"
|
|
18442
18488
|
}
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -19019,6 +19019,9 @@ export interface Modules {
|
|
|
19019
19019
|
layout?: 'native' | 'basic';
|
|
19020
19020
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19021
19021
|
function: string;
|
|
19022
|
+
displayConditions?: {
|
|
19023
|
+
[k: string]: unknown;
|
|
19024
|
+
};
|
|
19022
19025
|
key: ModuleKeySchema;
|
|
19023
19026
|
[k: string]: unknown;
|
|
19024
19027
|
}
|
|
@@ -19041,6 +19044,9 @@ export interface Modules {
|
|
|
19041
19044
|
resource: string;
|
|
19042
19045
|
resourceUploadId?: string;
|
|
19043
19046
|
render?: 'native' | 'default';
|
|
19047
|
+
displayConditions?: {
|
|
19048
|
+
[k: string]: unknown;
|
|
19049
|
+
};
|
|
19044
19050
|
key: ModuleKeySchema;
|
|
19045
19051
|
[k: string]: unknown;
|
|
19046
19052
|
}
|
|
@@ -19057,6 +19063,9 @@ export interface Modules {
|
|
|
19057
19063
|
layout?: 'native' | 'basic';
|
|
19058
19064
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19059
19065
|
function: string;
|
|
19066
|
+
displayConditions?: {
|
|
19067
|
+
[k: string]: unknown;
|
|
19068
|
+
};
|
|
19060
19069
|
key: ModuleKeySchema;
|
|
19061
19070
|
[k: string]: unknown;
|
|
19062
19071
|
}
|
|
@@ -19079,6 +19088,9 @@ export interface Modules {
|
|
|
19079
19088
|
resource: string;
|
|
19080
19089
|
resourceUploadId?: string;
|
|
19081
19090
|
render?: 'native' | 'default';
|
|
19091
|
+
displayConditions?: {
|
|
19092
|
+
[k: string]: unknown;
|
|
19093
|
+
};
|
|
19082
19094
|
key: ModuleKeySchema;
|
|
19083
19095
|
[k: string]: unknown;
|
|
19084
19096
|
}
|
|
@@ -19097,6 +19109,9 @@ export interface Modules {
|
|
|
19097
19109
|
layout?: 'native' | 'basic';
|
|
19098
19110
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19099
19111
|
function: string;
|
|
19112
|
+
displayConditions?: {
|
|
19113
|
+
[k: string]: unknown;
|
|
19114
|
+
};
|
|
19100
19115
|
key: ModuleKeySchema;
|
|
19101
19116
|
[k: string]: unknown;
|
|
19102
19117
|
}
|
|
@@ -19119,6 +19134,9 @@ export interface Modules {
|
|
|
19119
19134
|
resource: string;
|
|
19120
19135
|
resourceUploadId?: string;
|
|
19121
19136
|
render?: 'native' | 'default';
|
|
19137
|
+
displayConditions?: {
|
|
19138
|
+
[k: string]: unknown;
|
|
19139
|
+
};
|
|
19122
19140
|
key: ModuleKeySchema;
|
|
19123
19141
|
[k: string]: unknown;
|
|
19124
19142
|
}
|
|
@@ -19135,6 +19153,9 @@ export interface Modules {
|
|
|
19135
19153
|
layout?: 'native' | 'basic';
|
|
19136
19154
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19137
19155
|
function: string;
|
|
19156
|
+
displayConditions?: {
|
|
19157
|
+
[k: string]: unknown;
|
|
19158
|
+
};
|
|
19138
19159
|
key: ModuleKeySchema;
|
|
19139
19160
|
[k: string]: unknown;
|
|
19140
19161
|
}
|
|
@@ -19157,6 +19178,9 @@ export interface Modules {
|
|
|
19157
19178
|
resource: string;
|
|
19158
19179
|
resourceUploadId?: string;
|
|
19159
19180
|
render?: 'native' | 'default';
|
|
19181
|
+
displayConditions?: {
|
|
19182
|
+
[k: string]: unknown;
|
|
19183
|
+
};
|
|
19160
19184
|
key: ModuleKeySchema;
|
|
19161
19185
|
[k: string]: unknown;
|
|
19162
19186
|
}
|
|
@@ -19255,6 +19279,9 @@ export interface Modules {
|
|
|
19255
19279
|
)[];
|
|
19256
19280
|
viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
19257
19281
|
function: string;
|
|
19282
|
+
displayConditions?: {
|
|
19283
|
+
[k: string]: unknown;
|
|
19284
|
+
};
|
|
19258
19285
|
key: ModuleKeySchema;
|
|
19259
19286
|
[k: string]: unknown;
|
|
19260
19287
|
}
|
|
@@ -19279,6 +19306,9 @@ export interface Modules {
|
|
|
19279
19306
|
resource: string;
|
|
19280
19307
|
resourceUploadId?: string;
|
|
19281
19308
|
render?: 'native' | 'default';
|
|
19309
|
+
displayConditions?: {
|
|
19310
|
+
[k: string]: unknown;
|
|
19311
|
+
};
|
|
19282
19312
|
key: ModuleKeySchema;
|
|
19283
19313
|
[k: string]: unknown;
|
|
19284
19314
|
}
|
|
@@ -19297,6 +19327,9 @@ export interface Modules {
|
|
|
19297
19327
|
)[];
|
|
19298
19328
|
viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
19299
19329
|
function: string;
|
|
19330
|
+
displayConditions?: {
|
|
19331
|
+
[k: string]: unknown;
|
|
19332
|
+
};
|
|
19300
19333
|
key: ModuleKeySchema;
|
|
19301
19334
|
[k: string]: unknown;
|
|
19302
19335
|
}
|
|
@@ -19321,6 +19354,9 @@ export interface Modules {
|
|
|
19321
19354
|
resource: string;
|
|
19322
19355
|
resourceUploadId?: string;
|
|
19323
19356
|
render?: 'native' | 'default';
|
|
19357
|
+
displayConditions?: {
|
|
19358
|
+
[k: string]: unknown;
|
|
19359
|
+
};
|
|
19324
19360
|
key: ModuleKeySchema;
|
|
19325
19361
|
[k: string]: unknown;
|
|
19326
19362
|
}
|
|
@@ -19340,6 +19376,9 @@ export interface Modules {
|
|
|
19340
19376
|
)[];
|
|
19341
19377
|
viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
19342
19378
|
function: string;
|
|
19379
|
+
displayConditions?: {
|
|
19380
|
+
[k: string]: unknown;
|
|
19381
|
+
};
|
|
19343
19382
|
key: ModuleKeySchema;
|
|
19344
19383
|
[k: string]: unknown;
|
|
19345
19384
|
}
|
|
@@ -19364,6 +19403,9 @@ export interface Modules {
|
|
|
19364
19403
|
resource: string;
|
|
19365
19404
|
resourceUploadId?: string;
|
|
19366
19405
|
render?: 'native' | 'default';
|
|
19406
|
+
displayConditions?: {
|
|
19407
|
+
[k: string]: unknown;
|
|
19408
|
+
};
|
|
19367
19409
|
key: ModuleKeySchema;
|
|
19368
19410
|
[k: string]: unknown;
|
|
19369
19411
|
}
|
|
@@ -19381,6 +19423,9 @@ export interface Modules {
|
|
|
19381
19423
|
)[];
|
|
19382
19424
|
viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
19383
19425
|
function: string;
|
|
19426
|
+
displayConditions?: {
|
|
19427
|
+
[k: string]: unknown;
|
|
19428
|
+
};
|
|
19384
19429
|
key: ModuleKeySchema;
|
|
19385
19430
|
[k: string]: unknown;
|
|
19386
19431
|
}
|
|
@@ -19405,6 +19450,9 @@ export interface Modules {
|
|
|
19405
19450
|
resource: string;
|
|
19406
19451
|
resourceUploadId?: string;
|
|
19407
19452
|
render?: 'native' | 'default';
|
|
19453
|
+
displayConditions?: {
|
|
19454
|
+
[k: string]: unknown;
|
|
19455
|
+
};
|
|
19408
19456
|
key: ModuleKeySchema;
|
|
19409
19457
|
[k: string]: unknown;
|
|
19410
19458
|
}
|
|
@@ -19424,6 +19472,9 @@ export interface Modules {
|
|
|
19424
19472
|
)[];
|
|
19425
19473
|
viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
19426
19474
|
function: string;
|
|
19475
|
+
displayConditions?: {
|
|
19476
|
+
[k: string]: unknown;
|
|
19477
|
+
};
|
|
19427
19478
|
key: ModuleKeySchema;
|
|
19428
19479
|
[k: string]: unknown;
|
|
19429
19480
|
}
|
|
@@ -19448,6 +19499,9 @@ export interface Modules {
|
|
|
19448
19499
|
resource: string;
|
|
19449
19500
|
resourceUploadId?: string;
|
|
19450
19501
|
render?: 'native' | 'default';
|
|
19502
|
+
displayConditions?: {
|
|
19503
|
+
[k: string]: unknown;
|
|
19504
|
+
};
|
|
19451
19505
|
key: ModuleKeySchema;
|
|
19452
19506
|
[k: string]: unknown;
|
|
19453
19507
|
}
|
|
@@ -19465,6 +19519,9 @@ export interface Modules {
|
|
|
19465
19519
|
)[];
|
|
19466
19520
|
viewportSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
19467
19521
|
function: string;
|
|
19522
|
+
displayConditions?: {
|
|
19523
|
+
[k: string]: unknown;
|
|
19524
|
+
};
|
|
19468
19525
|
key: ModuleKeySchema;
|
|
19469
19526
|
[k: string]: unknown;
|
|
19470
19527
|
}
|
|
@@ -19489,6 +19546,9 @@ export interface Modules {
|
|
|
19489
19546
|
resource: string;
|
|
19490
19547
|
resourceUploadId?: string;
|
|
19491
19548
|
render?: 'native' | 'default';
|
|
19549
|
+
displayConditions?: {
|
|
19550
|
+
[k: string]: unknown;
|
|
19551
|
+
};
|
|
19492
19552
|
key: ModuleKeySchema;
|
|
19493
19553
|
[k: string]: unknown;
|
|
19494
19554
|
}
|
|
@@ -19506,6 +19566,9 @@ export interface Modules {
|
|
|
19506
19566
|
icon?: string;
|
|
19507
19567
|
layout?: 'native' | 'basic';
|
|
19508
19568
|
function: string;
|
|
19569
|
+
displayConditions?: {
|
|
19570
|
+
[k: string]: unknown;
|
|
19571
|
+
};
|
|
19509
19572
|
key: ModuleKeySchema;
|
|
19510
19573
|
[k: string]: unknown;
|
|
19511
19574
|
}
|
|
@@ -19529,6 +19592,9 @@ export interface Modules {
|
|
|
19529
19592
|
resource: string;
|
|
19530
19593
|
resourceUploadId?: string;
|
|
19531
19594
|
render?: 'native' | 'default';
|
|
19595
|
+
displayConditions?: {
|
|
19596
|
+
[k: string]: unknown;
|
|
19597
|
+
};
|
|
19532
19598
|
key: ModuleKeySchema;
|
|
19533
19599
|
[k: string]: unknown;
|
|
19534
19600
|
}
|
|
@@ -19544,6 +19610,9 @@ export interface Modules {
|
|
|
19544
19610
|
icon?: string;
|
|
19545
19611
|
layout?: 'native' | 'basic';
|
|
19546
19612
|
function: string;
|
|
19613
|
+
displayConditions?: {
|
|
19614
|
+
[k: string]: unknown;
|
|
19615
|
+
};
|
|
19547
19616
|
key: ModuleKeySchema;
|
|
19548
19617
|
[k: string]: unknown;
|
|
19549
19618
|
}
|
|
@@ -19567,6 +19636,9 @@ export interface Modules {
|
|
|
19567
19636
|
resource: string;
|
|
19568
19637
|
resourceUploadId?: string;
|
|
19569
19638
|
render?: 'native' | 'default';
|
|
19639
|
+
displayConditions?: {
|
|
19640
|
+
[k: string]: unknown;
|
|
19641
|
+
};
|
|
19570
19642
|
key: ModuleKeySchema;
|
|
19571
19643
|
[k: string]: unknown;
|
|
19572
19644
|
}
|
|
@@ -19664,6 +19736,9 @@ export interface Modules {
|
|
|
19664
19736
|
| string;
|
|
19665
19737
|
title__i18n?: string;
|
|
19666
19738
|
function: string;
|
|
19739
|
+
displayConditions?: {
|
|
19740
|
+
[k: string]: unknown;
|
|
19741
|
+
};
|
|
19667
19742
|
key: ModuleKeySchema;
|
|
19668
19743
|
[k: string]: unknown;
|
|
19669
19744
|
}
|
|
@@ -19685,6 +19760,9 @@ export interface Modules {
|
|
|
19685
19760
|
resourceUploadId?: string;
|
|
19686
19761
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19687
19762
|
render?: 'native' | 'default';
|
|
19763
|
+
displayConditions?: {
|
|
19764
|
+
[k: string]: unknown;
|
|
19765
|
+
};
|
|
19688
19766
|
key: ModuleKeySchema;
|
|
19689
19767
|
[k: string]: unknown;
|
|
19690
19768
|
}
|
|
@@ -19698,6 +19776,9 @@ export interface Modules {
|
|
|
19698
19776
|
| string;
|
|
19699
19777
|
title__i18n?: string;
|
|
19700
19778
|
function: string;
|
|
19779
|
+
displayConditions?: {
|
|
19780
|
+
[k: string]: unknown;
|
|
19781
|
+
};
|
|
19701
19782
|
key: ModuleKeySchema;
|
|
19702
19783
|
[k: string]: unknown;
|
|
19703
19784
|
}
|
|
@@ -19719,6 +19800,9 @@ export interface Modules {
|
|
|
19719
19800
|
resourceUploadId?: string;
|
|
19720
19801
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19721
19802
|
render?: 'native' | 'default';
|
|
19803
|
+
displayConditions?: {
|
|
19804
|
+
[k: string]: unknown;
|
|
19805
|
+
};
|
|
19722
19806
|
key: ModuleKeySchema;
|
|
19723
19807
|
[k: string]: unknown;
|
|
19724
19808
|
}
|
|
@@ -19737,6 +19821,9 @@ export interface Modules {
|
|
|
19737
19821
|
layout?: 'native' | 'basic';
|
|
19738
19822
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19739
19823
|
function: string;
|
|
19824
|
+
displayConditions?: {
|
|
19825
|
+
[k: string]: unknown;
|
|
19826
|
+
};
|
|
19740
19827
|
key: ModuleKeySchema;
|
|
19741
19828
|
[k: string]: unknown;
|
|
19742
19829
|
}
|
|
@@ -19760,6 +19847,9 @@ export interface Modules {
|
|
|
19760
19847
|
resource: string;
|
|
19761
19848
|
resourceUploadId?: string;
|
|
19762
19849
|
render?: 'native' | 'default';
|
|
19850
|
+
displayConditions?: {
|
|
19851
|
+
[k: string]: unknown;
|
|
19852
|
+
};
|
|
19763
19853
|
key: ModuleKeySchema;
|
|
19764
19854
|
[k: string]: unknown;
|
|
19765
19855
|
}
|
|
@@ -19776,6 +19866,9 @@ export interface Modules {
|
|
|
19776
19866
|
layout?: 'native' | 'basic';
|
|
19777
19867
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
19778
19868
|
function: string;
|
|
19869
|
+
displayConditions?: {
|
|
19870
|
+
[k: string]: unknown;
|
|
19871
|
+
};
|
|
19779
19872
|
key: ModuleKeySchema;
|
|
19780
19873
|
[k: string]: unknown;
|
|
19781
19874
|
}
|
|
@@ -19799,6 +19892,9 @@ export interface Modules {
|
|
|
19799
19892
|
resource: string;
|
|
19800
19893
|
resourceUploadId?: string;
|
|
19801
19894
|
render?: 'native' | 'default';
|
|
19895
|
+
displayConditions?: {
|
|
19896
|
+
[k: string]: unknown;
|
|
19897
|
+
};
|
|
19802
19898
|
key: ModuleKeySchema;
|
|
19803
19899
|
[k: string]: unknown;
|
|
19804
19900
|
}
|
|
@@ -421,6 +421,7 @@
|
|
|
421
421
|
"write:content.property:confluence",
|
|
422
422
|
"write:content.restriction:confluence",
|
|
423
423
|
"write:conversation-info:jira",
|
|
424
|
+
"write:csm-request:jira-service-management",
|
|
424
425
|
"write:custom-content:confluence",
|
|
425
426
|
"write:custom-field-contextual-configuration:jira",
|
|
426
427
|
"write:customer-org-info:jira",
|