@forge/cli-shared 5.5.0-next.8-experimental-f20602a → 5.5.0-next.8-experimental-c7a7d36
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 +16 -16
- package/out/graphql/graphql-types.d.ts +135 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +30 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 5.5.0-next.8-experimental-
|
|
3
|
+
## 5.5.0-next.8-experimental-c7a7d36
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 7e506ec: Interpolate string resources in modules
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
- Updated dependencies [
|
|
12
|
-
- Updated dependencies [
|
|
13
|
-
- Updated dependencies [
|
|
14
|
-
- Updated dependencies [
|
|
15
|
-
- Updated dependencies [
|
|
16
|
-
- Updated dependencies [
|
|
17
|
-
- Updated dependencies [
|
|
18
|
-
- Updated dependencies [
|
|
19
|
-
- Updated dependencies [
|
|
20
|
-
- Updated dependencies [
|
|
21
|
-
- Updated dependencies [
|
|
22
|
-
- Updated dependencies [
|
|
23
|
-
- Updated dependencies [
|
|
24
|
-
- @forge/manifest@7.7.0-next.8-experimental-
|
|
11
|
+
- Updated dependencies [7e506ec]
|
|
12
|
+
- Updated dependencies [7e506ec]
|
|
13
|
+
- Updated dependencies [7e506ec]
|
|
14
|
+
- Updated dependencies [7e506ec]
|
|
15
|
+
- Updated dependencies [7e506ec]
|
|
16
|
+
- Updated dependencies [7e506ec]
|
|
17
|
+
- Updated dependencies [7e506ec]
|
|
18
|
+
- Updated dependencies [7e506ec]
|
|
19
|
+
- Updated dependencies [7e506ec]
|
|
20
|
+
- Updated dependencies [7e506ec]
|
|
21
|
+
- Updated dependencies [7e506ec]
|
|
22
|
+
- Updated dependencies [7e506ec]
|
|
23
|
+
- Updated dependencies [7e506ec]
|
|
24
|
+
- @forge/manifest@7.7.0-next.8-experimental-c7a7d36
|
|
25
25
|
|
|
26
26
|
## 5.5.0-next.8
|
|
27
27
|
|
|
@@ -25123,6 +25123,7 @@ export declare type GraphStoreContentReferencedEntityBatchArgs = {
|
|
|
25123
25123
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25124
25124
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25125
25125
|
ids: Array<Scalars['ID']['input']>;
|
|
25126
|
+
sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
|
|
25126
25127
|
};
|
|
25127
25128
|
export declare type GraphStoreContentReferencedEntityInverseArgs = {
|
|
25128
25129
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25134,6 +25135,7 @@ export declare type GraphStoreContentReferencedEntityInverseBatchArgs = {
|
|
|
25134
25135
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25135
25136
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25136
25137
|
ids: Array<Scalars['ID']['input']>;
|
|
25138
|
+
sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
|
|
25137
25139
|
};
|
|
25138
25140
|
export declare type GraphStoreContentReferencedEntityInverseRelationshipArgs = {
|
|
25139
25141
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25161,6 +25163,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectBatchArgs = {
|
|
|
25161
25163
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25162
25164
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25163
25165
|
ids: Array<Scalars['ID']['input']>;
|
|
25166
|
+
sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
|
|
25164
25167
|
};
|
|
25165
25168
|
export declare type GraphStoreFocusAreaAssociatedToProjectInverseArgs = {
|
|
25166
25169
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25172,6 +25175,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectInverseBatchArgs = {
|
|
|
25172
25175
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25173
25176
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25174
25177
|
ids: Array<Scalars['ID']['input']>;
|
|
25178
|
+
sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
|
|
25175
25179
|
};
|
|
25176
25180
|
export declare type GraphStoreFocusAreaHasAtlasGoalArgs = {
|
|
25177
25181
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25183,6 +25187,7 @@ export declare type GraphStoreFocusAreaHasAtlasGoalBatchArgs = {
|
|
|
25183
25187
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25184
25188
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25185
25189
|
ids: Array<Scalars['ID']['input']>;
|
|
25190
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25186
25191
|
};
|
|
25187
25192
|
export declare type GraphStoreFocusAreaHasAtlasGoalInverseArgs = {
|
|
25188
25193
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25194,6 +25199,7 @@ export declare type GraphStoreFocusAreaHasAtlasGoalInverseBatchArgs = {
|
|
|
25194
25199
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25195
25200
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25196
25201
|
ids: Array<Scalars['ID']['input']>;
|
|
25202
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25197
25203
|
};
|
|
25198
25204
|
export declare type GraphStoreFocusAreaHasFocusAreaArgs = {
|
|
25199
25205
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25205,6 +25211,7 @@ export declare type GraphStoreFocusAreaHasFocusAreaBatchArgs = {
|
|
|
25205
25211
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25206
25212
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25207
25213
|
ids: Array<Scalars['ID']['input']>;
|
|
25214
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25208
25215
|
};
|
|
25209
25216
|
export declare type GraphStoreFocusAreaHasFocusAreaInverseArgs = {
|
|
25210
25217
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25216,6 +25223,7 @@ export declare type GraphStoreFocusAreaHasFocusAreaInverseBatchArgs = {
|
|
|
25216
25223
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25217
25224
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25218
25225
|
ids: Array<Scalars['ID']['input']>;
|
|
25226
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25219
25227
|
};
|
|
25220
25228
|
export declare type GraphStoreFocusAreaHasProjectArgs = {
|
|
25221
25229
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25227,6 +25235,7 @@ export declare type GraphStoreFocusAreaHasProjectBatchArgs = {
|
|
|
25227
25235
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25228
25236
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25229
25237
|
ids: Array<Scalars['ID']['input']>;
|
|
25238
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25230
25239
|
};
|
|
25231
25240
|
export declare type GraphStoreFocusAreaHasProjectInverseArgs = {
|
|
25232
25241
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25238,6 +25247,7 @@ export declare type GraphStoreFocusAreaHasProjectInverseBatchArgs = {
|
|
|
25238
25247
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25239
25248
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25240
25249
|
ids: Array<Scalars['ID']['input']>;
|
|
25250
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25241
25251
|
};
|
|
25242
25252
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
25243
25253
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25249,6 +25259,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewBatchArgs = {
|
|
|
25249
25259
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25250
25260
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25251
25261
|
ids: Array<Scalars['ID']['input']>;
|
|
25262
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
|
|
25252
25263
|
};
|
|
25253
25264
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseArgs = {
|
|
25254
25265
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25260,6 +25271,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseBatchAr
|
|
|
25260
25271
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25261
25272
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25262
25273
|
ids: Array<Scalars['ID']['input']>;
|
|
25274
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
|
|
25263
25275
|
};
|
|
25264
25276
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseRelationshipArgs = {
|
|
25265
25277
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25276,6 +25288,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkBatchArgs
|
|
|
25276
25288
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25277
25289
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25278
25290
|
ids: Array<Scalars['ID']['input']>;
|
|
25291
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
|
|
25279
25292
|
};
|
|
25280
25293
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseArgs = {
|
|
25281
25294
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25287,6 +25300,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseBat
|
|
|
25287
25300
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25288
25301
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25289
25302
|
ids: Array<Scalars['ID']['input']>;
|
|
25303
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
|
|
25290
25304
|
};
|
|
25291
25305
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseRelationshipArgs = {
|
|
25292
25306
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25313,6 +25327,7 @@ export declare type GraphStoreIncidentHasActionItemBatchArgs = {
|
|
|
25313
25327
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25314
25328
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25315
25329
|
ids: Array<Scalars['ID']['input']>;
|
|
25330
|
+
sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
|
|
25316
25331
|
};
|
|
25317
25332
|
export declare type GraphStoreIncidentHasActionItemInverseArgs = {
|
|
25318
25333
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25324,6 +25339,7 @@ export declare type GraphStoreIncidentHasActionItemInverseBatchArgs = {
|
|
|
25324
25339
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25325
25340
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25326
25341
|
ids: Array<Scalars['ID']['input']>;
|
|
25342
|
+
sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
|
|
25327
25343
|
};
|
|
25328
25344
|
export declare type GraphStoreIncidentHasActionItemInverseRelationshipArgs = {
|
|
25329
25345
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25345,6 +25361,7 @@ export declare type GraphStoreIncidentLinkedJswIssueBatchArgs = {
|
|
|
25345
25361
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25346
25362
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25347
25363
|
ids: Array<Scalars['ID']['input']>;
|
|
25364
|
+
sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
|
|
25348
25365
|
};
|
|
25349
25366
|
export declare type GraphStoreIncidentLinkedJswIssueInverseArgs = {
|
|
25350
25367
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25356,6 +25373,7 @@ export declare type GraphStoreIncidentLinkedJswIssueInverseBatchArgs = {
|
|
|
25356
25373
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25357
25374
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25358
25375
|
ids: Array<Scalars['ID']['input']>;
|
|
25376
|
+
sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
|
|
25359
25377
|
};
|
|
25360
25378
|
export declare type GraphStoreIncidentLinkedJswIssueInverseRelationshipArgs = {
|
|
25361
25379
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25387,6 +25405,7 @@ export declare type GraphStoreIssueAssociatedBuildBatchArgs = {
|
|
|
25387
25405
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25388
25406
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25389
25407
|
ids: Array<Scalars['ID']['input']>;
|
|
25408
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedBuildSortInput>;
|
|
25390
25409
|
};
|
|
25391
25410
|
export declare type GraphStoreIssueAssociatedBuildInverseArgs = {
|
|
25392
25411
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25398,6 +25417,7 @@ export declare type GraphStoreIssueAssociatedBuildInverseBatchArgs = {
|
|
|
25398
25417
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25399
25418
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25400
25419
|
ids: Array<Scalars['ID']['input']>;
|
|
25420
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedBuildSortInput>;
|
|
25401
25421
|
};
|
|
25402
25422
|
export declare type GraphStoreIssueAssociatedBuildInverseRelationshipArgs = {
|
|
25403
25423
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25427,35 +25447,45 @@ export declare type GraphStoreIssueAssociatedCommitRelationshipArgs = {
|
|
|
25427
25447
|
};
|
|
25428
25448
|
export declare type GraphStoreIssueAssociatedDeploymentArgs = {
|
|
25429
25449
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25450
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25430
25451
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25431
25452
|
id: Scalars['ID']['input'];
|
|
25432
25453
|
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25433
25454
|
};
|
|
25434
25455
|
export declare type GraphStoreIssueAssociatedDeploymentBatchArgs = {
|
|
25435
25456
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25457
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25436
25458
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25437
25459
|
ids: Array<Scalars['ID']['input']>;
|
|
25460
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25438
25461
|
};
|
|
25439
25462
|
export declare type GraphStoreIssueAssociatedDeploymentInverseArgs = {
|
|
25440
25463
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25464
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25441
25465
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25442
25466
|
id: Scalars['ID']['input'];
|
|
25443
25467
|
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25444
25468
|
};
|
|
25445
25469
|
export declare type GraphStoreIssueAssociatedDeploymentInverseBatchArgs = {
|
|
25446
25470
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25471
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25447
25472
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25448
25473
|
ids: Array<Scalars['ID']['input']>;
|
|
25474
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25449
25475
|
};
|
|
25450
25476
|
export declare type GraphStoreIssueAssociatedDeploymentInverseRelationshipArgs = {
|
|
25451
25477
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25478
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25452
25479
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25453
25480
|
id: Scalars['ID']['input'];
|
|
25481
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25454
25482
|
};
|
|
25455
25483
|
export declare type GraphStoreIssueAssociatedDeploymentRelationshipArgs = {
|
|
25456
25484
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25485
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25457
25486
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25458
25487
|
id: Scalars['ID']['input'];
|
|
25488
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25459
25489
|
};
|
|
25460
25490
|
export declare type GraphStoreIssueAssociatedDesignArgs = {
|
|
25461
25491
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25511,6 +25541,7 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkBatchArgs = {
|
|
|
25511
25541
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25512
25542
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25513
25543
|
ids: Array<Scalars['ID']['input']>;
|
|
25544
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
|
|
25514
25545
|
};
|
|
25515
25546
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseArgs = {
|
|
25516
25547
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25522,6 +25553,7 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseBatchArgs = {
|
|
|
25522
25553
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25523
25554
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25524
25555
|
ids: Array<Scalars['ID']['input']>;
|
|
25556
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
|
|
25525
25557
|
};
|
|
25526
25558
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseRelationshipArgs = {
|
|
25527
25559
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25735,6 +25767,7 @@ export declare type GraphStoreJsmProjectAssociatedServiceBatchArgs = {
|
|
|
25735
25767
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25736
25768
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25737
25769
|
ids: Array<Scalars['ID']['input']>;
|
|
25770
|
+
sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
|
|
25738
25771
|
};
|
|
25739
25772
|
export declare type GraphStoreJsmProjectAssociatedServiceInverseArgs = {
|
|
25740
25773
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25746,6 +25779,7 @@ export declare type GraphStoreJsmProjectAssociatedServiceInverseBatchArgs = {
|
|
|
25746
25779
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25747
25780
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25748
25781
|
ids: Array<Scalars['ID']['input']>;
|
|
25782
|
+
sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
|
|
25749
25783
|
};
|
|
25750
25784
|
export declare type GraphStoreJsmProjectAssociatedServiceInverseRelationshipArgs = {
|
|
25751
25785
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25861,11 +25895,13 @@ export declare type GraphStoreMediaAttachedToContentBatchArgs = {
|
|
|
25861
25895
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25862
25896
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25863
25897
|
ids: Array<Scalars['ID']['input']>;
|
|
25898
|
+
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
25864
25899
|
};
|
|
25865
25900
|
export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
25866
25901
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25867
25902
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25868
25903
|
ids: Array<Scalars['ID']['input']>;
|
|
25904
|
+
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
25869
25905
|
};
|
|
25870
25906
|
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
25871
25907
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26502,11 +26538,13 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityBatchArg
|
|
|
26502
26538
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26503
26539
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26504
26540
|
ids: Array<Scalars['ID']['input']>;
|
|
26541
|
+
sort?: InputMaybe<GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput>;
|
|
26505
26542
|
};
|
|
26506
26543
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityInverseBatchArgs = {
|
|
26507
26544
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26508
26545
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26509
26546
|
ids: Array<Scalars['ID']['input']>;
|
|
26547
|
+
sort?: InputMaybe<GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput>;
|
|
26510
26548
|
};
|
|
26511
26549
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityInverseRelationshipArgs = {
|
|
26512
26550
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26832,6 +26870,7 @@ export declare type GraphStoreTestPerfhammerRelationshipBatchArgs = {
|
|
|
26832
26870
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26833
26871
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26834
26872
|
ids: Array<Scalars['ID']['input']>;
|
|
26873
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerRelationshipSortInput>;
|
|
26835
26874
|
};
|
|
26836
26875
|
export declare type GraphStoreTestPerfhammerRelationshipInverseArgs = {
|
|
26837
26876
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26843,6 +26882,7 @@ export declare type GraphStoreTestPerfhammerRelationshipInverseBatchArgs = {
|
|
|
26843
26882
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26844
26883
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26845
26884
|
ids: Array<Scalars['ID']['input']>;
|
|
26885
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerRelationshipSortInput>;
|
|
26846
26886
|
};
|
|
26847
26887
|
export declare type GraphStoreTestPerfhammerRelationshipInverseRelationshipArgs = {
|
|
26848
26888
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31880,9 +31920,53 @@ export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
|
31880
31920
|
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
31881
31921
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31882
31922
|
};
|
|
31923
|
+
export declare type GraphStoreIssueAssociatedDeploymentAuthorFilterInput = {
|
|
31924
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>>>;
|
|
31925
|
+
authorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
31926
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>>>;
|
|
31927
|
+
};
|
|
31883
31928
|
export declare type GraphStoreIssueAssociatedDeploymentAuthorSortInput = {
|
|
31884
31929
|
authorAri?: InputMaybe<GraphStoreSortInput>;
|
|
31885
31930
|
};
|
|
31931
|
+
export declare type GraphStoreIssueAssociatedDeploymentConditionalFilterInput = {
|
|
31932
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
31933
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
31934
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
31935
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
31936
|
+
to_author?: InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>;
|
|
31937
|
+
to_environmentType?: InputMaybe<GraphStoreIssueAssociatedDeploymentEnvironmentTypeFilterInput>;
|
|
31938
|
+
to_state?: InputMaybe<GraphStoreIssueAssociatedDeploymentDeploymentStateFilterInput>;
|
|
31939
|
+
};
|
|
31940
|
+
export declare enum GraphStoreIssueAssociatedDeploymentDeploymentState {
|
|
31941
|
+
Cancelled = "CANCELLED",
|
|
31942
|
+
Failed = "FAILED",
|
|
31943
|
+
InProgress = "IN_PROGRESS",
|
|
31944
|
+
NotSet = "NOT_SET",
|
|
31945
|
+
Pending = "PENDING",
|
|
31946
|
+
RolledBack = "ROLLED_BACK",
|
|
31947
|
+
Successful = "SUCCESSFUL",
|
|
31948
|
+
Unknown = "UNKNOWN"
|
|
31949
|
+
}
|
|
31950
|
+
export declare type GraphStoreIssueAssociatedDeploymentDeploymentStateFilterInput = {
|
|
31951
|
+
is?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentDeploymentState>>;
|
|
31952
|
+
isNot?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentDeploymentState>>;
|
|
31953
|
+
};
|
|
31954
|
+
export declare enum GraphStoreIssueAssociatedDeploymentEnvironmentType {
|
|
31955
|
+
Development = "DEVELOPMENT",
|
|
31956
|
+
NotSet = "NOT_SET",
|
|
31957
|
+
Production = "PRODUCTION",
|
|
31958
|
+
Staging = "STAGING",
|
|
31959
|
+
Testing = "TESTING",
|
|
31960
|
+
Unmapped = "UNMAPPED"
|
|
31961
|
+
}
|
|
31962
|
+
export declare type GraphStoreIssueAssociatedDeploymentEnvironmentTypeFilterInput = {
|
|
31963
|
+
is?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentEnvironmentType>>;
|
|
31964
|
+
isNot?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentEnvironmentType>>;
|
|
31965
|
+
};
|
|
31966
|
+
export declare type GraphStoreIssueAssociatedDeploymentFilterInput = {
|
|
31967
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentConditionalFilterInput>>>;
|
|
31968
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentConditionalFilterInput>>>;
|
|
31969
|
+
};
|
|
31886
31970
|
export declare type GraphStoreIssueAssociatedDeploymentSortInput = {
|
|
31887
31971
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
31888
31972
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -54437,11 +54521,21 @@ export declare type MarketplaceConsoleAppSoftwareVersionCompatibility = {
|
|
|
54437
54521
|
parentSoftware?: Maybe<MarketplaceConsoleParentSoftware>;
|
|
54438
54522
|
parentSoftwareId: Scalars['ID']['output'];
|
|
54439
54523
|
};
|
|
54524
|
+
export declare type MarketplaceConsoleAppSoftwareVersionCompatibilityInput = {
|
|
54525
|
+
hosting: MarketplaceConsoleHosting;
|
|
54526
|
+
maxBuildNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
54527
|
+
minBuildNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
54528
|
+
parentSoftwareId: Scalars['ID']['input'];
|
|
54529
|
+
};
|
|
54440
54530
|
export declare type MarketplaceConsoleAppSoftwareVersionFrameworkDetails = {
|
|
54441
54531
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionFrameworkDetails';
|
|
54442
54532
|
attributes: MarketplaceConsoleFrameworkAttributes;
|
|
54443
54533
|
frameworkId: Scalars['ID']['output'];
|
|
54444
54534
|
};
|
|
54535
|
+
export declare type MarketplaceConsoleAppSoftwareVersionFrameworkDetailsInput = {
|
|
54536
|
+
attributes: MarketplaceConsoleFrameworkAttributesInput;
|
|
54537
|
+
frameworkId: Scalars['ID']['input'];
|
|
54538
|
+
};
|
|
54445
54539
|
export declare type MarketplaceConsoleAppSoftwareVersionLicenseType = {
|
|
54446
54540
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionLicenseType';
|
|
54447
54541
|
id: MarketplaceConsoleAppSoftwareVersionLicenseTypeId;
|
|
@@ -54502,6 +54596,12 @@ export declare type MarketplaceConsoleAppSoftwares = {
|
|
|
54502
54596
|
__typename?: 'MarketplaceConsoleAppSoftwares';
|
|
54503
54597
|
appSoftwares: Array<MarketplaceConsoleAppSoftwareShort>;
|
|
54504
54598
|
};
|
|
54599
|
+
export declare type MarketplaceConsoleAppVersionCreateRequestInput = {
|
|
54600
|
+
buildNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
54601
|
+
compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibilityInput>;
|
|
54602
|
+
frameworkDetails: MarketplaceConsoleAppSoftwareVersionFrameworkDetailsInput;
|
|
54603
|
+
versionNumber?: InputMaybe<Scalars['String']['input']>;
|
|
54604
|
+
};
|
|
54505
54605
|
export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
54506
54606
|
appId?: InputMaybe<Scalars['ID']['input']>;
|
|
54507
54607
|
appSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -54518,6 +54618,11 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
|
54518
54618
|
descriptorId: Scalars['ID']['output'];
|
|
54519
54619
|
scopes: Array<Scalars['String']['output']>;
|
|
54520
54620
|
};
|
|
54621
|
+
export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
|
|
54622
|
+
descriptorId: Scalars['String']['input'];
|
|
54623
|
+
href: Scalars['String']['input'];
|
|
54624
|
+
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
54625
|
+
};
|
|
54521
54626
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
54522
54627
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
54523
54628
|
body: Scalars['String']['output'];
|
|
@@ -54651,6 +54756,11 @@ export declare type MarketplaceConsoleExternalFrameworkAttributes = {
|
|
|
54651
54756
|
authorization: Scalars['Boolean']['output'];
|
|
54652
54757
|
binaryUrl?: Maybe<Scalars['String']['output']>;
|
|
54653
54758
|
};
|
|
54759
|
+
export declare type MarketplaceConsoleExternalFrameworkAttributesInput = {
|
|
54760
|
+
authorization: Scalars['Boolean']['input'];
|
|
54761
|
+
binaryUrl?: InputMaybe<Scalars['String']['input']>;
|
|
54762
|
+
learnMoreUrl?: InputMaybe<Scalars['String']['input']>;
|
|
54763
|
+
};
|
|
54654
54764
|
export declare type MarketplaceConsoleFeature = {
|
|
54655
54765
|
__typename?: 'MarketplaceConsoleFeature';
|
|
54656
54766
|
description: Scalars['String']['output'];
|
|
@@ -54670,7 +54780,19 @@ export declare type MarketplaceConsoleForgeFrameworkAttributes = {
|
|
|
54670
54780
|
envId: Scalars['ID']['output'];
|
|
54671
54781
|
versionId: Scalars['String']['output'];
|
|
54672
54782
|
};
|
|
54783
|
+
export declare type MarketplaceConsoleForgeFrameworkAttributesInput = {
|
|
54784
|
+
appId: Scalars['String']['input'];
|
|
54785
|
+
envId: Scalars['String']['input'];
|
|
54786
|
+
versionId: Scalars['String']['input'];
|
|
54787
|
+
};
|
|
54673
54788
|
export declare type MarketplaceConsoleFrameworkAttributes = MarketplaceConsoleConnectFrameworkAttributes | MarketplaceConsoleExternalFrameworkAttributes | MarketplaceConsoleForgeFrameworkAttributes | MarketplaceConsolePluginsFrameworkAttributes | MarketplaceConsoleWorkflowFrameworkAttributes;
|
|
54789
|
+
export declare type MarketplaceConsoleFrameworkAttributesInput = {
|
|
54790
|
+
connect?: InputMaybe<MarketplaceConsoleConnectFrameworkAttributesInput>;
|
|
54791
|
+
external?: InputMaybe<MarketplaceConsoleExternalFrameworkAttributesInput>;
|
|
54792
|
+
forge?: InputMaybe<MarketplaceConsoleForgeFrameworkAttributesInput>;
|
|
54793
|
+
plugins?: InputMaybe<MarketplaceConsolePluginsFrameworkAttributesInput>;
|
|
54794
|
+
workflow?: InputMaybe<MarketplaceConsoleWorkflowFrameworkAttributesInput>;
|
|
54795
|
+
};
|
|
54674
54796
|
export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
|
|
54675
54797
|
__typename?: 'MarketplaceConsoleGenericError';
|
|
54676
54798
|
message: Scalars['String']['output'];
|
|
@@ -54753,6 +54875,7 @@ export declare type MarketplaceConsoleMutationApi = {
|
|
|
54753
54875
|
__typename?: 'MarketplaceConsoleMutationApi';
|
|
54754
54876
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
54755
54877
|
createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
|
|
54878
|
+
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54756
54879
|
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54757
54880
|
deleteAppVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54758
54881
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
|
|
@@ -54765,6 +54888,10 @@ export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
|
54765
54888
|
export declare type MarketplaceConsoleMutationApiCreateAppSoftwareTokenArgs = {
|
|
54766
54889
|
appSoftwareId: Scalars['String']['input'];
|
|
54767
54890
|
};
|
|
54891
|
+
export declare type MarketplaceConsoleMutationApiCreatePrivateAppSoftwareVersionArgs = {
|
|
54892
|
+
appKey: Scalars['ID']['input'];
|
|
54893
|
+
version: MarketplaceConsoleAppVersionCreateRequestInput;
|
|
54894
|
+
};
|
|
54768
54895
|
export declare type MarketplaceConsoleMutationApiDeleteAppSoftwareTokenArgs = {
|
|
54769
54896
|
appSoftwareId: Scalars['String']['input'];
|
|
54770
54897
|
token: Scalars['String']['input'];
|
|
@@ -54839,6 +54966,10 @@ export declare type MarketplaceConsolePluginsFrameworkAttributes = {
|
|
|
54839
54966
|
__typename?: 'MarketplaceConsolePluginsFrameworkAttributes';
|
|
54840
54967
|
artifactId: Scalars['ID']['output'];
|
|
54841
54968
|
};
|
|
54969
|
+
export declare type MarketplaceConsolePluginsFrameworkAttributesInput = {
|
|
54970
|
+
artifactId: Scalars['String']['input'];
|
|
54971
|
+
href: Scalars['String']['input'];
|
|
54972
|
+
};
|
|
54842
54973
|
export declare enum MarketplaceConsolePricingCurrency {
|
|
54843
54974
|
Jpy = "JPY",
|
|
54844
54975
|
Usd = "USD"
|
|
@@ -55055,6 +55186,10 @@ export declare type MarketplaceConsoleWorkflowFrameworkAttributes = {
|
|
|
55055
55186
|
__typename?: 'MarketplaceConsoleWorkflowFrameworkAttributes';
|
|
55056
55187
|
artifactId: Scalars['ID']['output'];
|
|
55057
55188
|
};
|
|
55189
|
+
export declare type MarketplaceConsoleWorkflowFrameworkAttributesInput = {
|
|
55190
|
+
artifactId: Scalars['String']['input'];
|
|
55191
|
+
href: Scalars['String']['input'];
|
|
55192
|
+
};
|
|
55058
55193
|
export declare enum MarketplaceEntityStatus {
|
|
55059
55194
|
Active = "ACTIVE",
|
|
55060
55195
|
Archived = "ARCHIVED"
|