@forge/cli-shared 5.6.0-next.10 → 5.6.0-next.11
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
|
@@ -60338,11 +60338,7 @@ export declare type PeapMutationApi = {
|
|
|
60338
60338
|
programEnrollment: PeapProgramEnrollmentMutation;
|
|
60339
60339
|
};
|
|
60340
60340
|
export declare type PeapNewProgramInput = {
|
|
60341
|
-
description: Scalars['String']['input'];
|
|
60342
|
-
documentationURL: Scalars['String']['input'];
|
|
60343
60341
|
name: Scalars['String']['input'];
|
|
60344
|
-
serviceId?: InputMaybe<Scalars['String']['input']>;
|
|
60345
|
-
teamChannel?: InputMaybe<Scalars['String']['input']>;
|
|
60346
60342
|
};
|
|
60347
60343
|
export declare type PeapProgram = {
|
|
60348
60344
|
__typename?: 'PEAPProgram';
|
|
@@ -60351,12 +60347,9 @@ export declare type PeapProgram = {
|
|
|
60351
60347
|
changeTicket?: Maybe<Scalars['String']['output']>;
|
|
60352
60348
|
completedAt?: Maybe<Scalars['Date']['output']>;
|
|
60353
60349
|
createdAt: Scalars['Date']['output'];
|
|
60354
|
-
description: Scalars['String']['output'];
|
|
60355
|
-
documentationURL: Scalars['String']['output'];
|
|
60356
60350
|
id: Scalars['ID']['output'];
|
|
60357
60351
|
internal?: Maybe<PeapProgramInternalData>;
|
|
60358
60352
|
name: Scalars['String']['output'];
|
|
60359
|
-
serviceId?: Maybe<Scalars['String']['output']>;
|
|
60360
60353
|
status: PeapProgramStatus;
|
|
60361
60354
|
updatedAt: Scalars['Date']['output'];
|
|
60362
60355
|
};
|
|
@@ -60396,7 +60389,6 @@ export declare type PeapProgramInternalData = {
|
|
|
60396
60389
|
__typename?: 'PEAPProgramInternalData';
|
|
60397
60390
|
cdacGroup?: Maybe<Scalars['String']['output']>;
|
|
60398
60391
|
owner?: Maybe<User>;
|
|
60399
|
-
teamChannel?: Maybe<Scalars['String']['output']>;
|
|
60400
60392
|
};
|
|
60401
60393
|
export declare type PeapProgramMutationResponse = Payload & {
|
|
60402
60394
|
__typename?: 'PEAPProgramMutationResponse';
|
|
@@ -60408,8 +60400,7 @@ export declare enum PeapProgramStatus {
|
|
|
60408
60400
|
Abandoned = "ABANDONED",
|
|
60409
60401
|
Active = "ACTIVE",
|
|
60410
60402
|
Ended = "ENDED",
|
|
60411
|
-
New = "NEW"
|
|
60412
|
-
Planned = "PLANNED"
|
|
60403
|
+
New = "NEW"
|
|
60413
60404
|
}
|
|
60414
60405
|
export declare type PeapQueryApi = {
|
|
60415
60406
|
__typename?: 'PEAPQueryApi';
|
|
@@ -60427,14 +60418,9 @@ export declare type PeapQueryApiProgramsArgs = {
|
|
|
60427
60418
|
params?: InputMaybe<PeapQueryParams>;
|
|
60428
60419
|
};
|
|
60429
60420
|
export declare type PeapQueryParams = {
|
|
60430
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
60431
60421
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
60432
60422
|
status?: InputMaybe<Array<PeapProgramStatus>>;
|
|
60433
60423
|
};
|
|
60434
|
-
export declare type PeapSiteEnrollmentQueryInput = {
|
|
60435
|
-
cloudId: Scalars['ID']['input'];
|
|
60436
|
-
programId: Scalars['ID']['input'];
|
|
60437
|
-
};
|
|
60438
60424
|
export declare type PeapSiteEnrollmentStatus = {
|
|
60439
60425
|
__typename?: 'PEAPSiteEnrollmentStatus';
|
|
60440
60426
|
cloudId: Scalars['ID']['output'];
|
|
@@ -60444,11 +60430,7 @@ export declare type PeapSiteEnrollmentStatus = {
|
|
|
60444
60430
|
success: Scalars['Boolean']['output'];
|
|
60445
60431
|
};
|
|
60446
60432
|
export declare type PeapUpdateProgramInput = {
|
|
60447
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
60448
|
-
documentationURL?: InputMaybe<Scalars['String']['input']>;
|
|
60449
60433
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
60450
|
-
serviceId?: InputMaybe<Scalars['String']['input']>;
|
|
60451
|
-
teamChannel?: InputMaybe<Scalars['String']['input']>;
|
|
60452
60434
|
};
|
|
60453
60435
|
export declare type PageInfo = {
|
|
60454
60436
|
__typename?: 'PageInfo';
|
|
@@ -63429,7 +63411,7 @@ export declare type RadarEdge = {
|
|
|
63429
63411
|
export declare type RadarEnlistment = {
|
|
63430
63412
|
__typename?: 'RadarEnlistment';
|
|
63431
63413
|
cloudId: Scalars['ID']['output'];
|
|
63432
|
-
positionFields?: Maybe<Array<Maybe<
|
|
63414
|
+
positionFields?: Maybe<Array<Maybe<RadarFieldDefinition>>>;
|
|
63433
63415
|
};
|
|
63434
63416
|
export declare type RadarEntity = {
|
|
63435
63417
|
fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
|
|
@@ -64865,6 +64847,7 @@ export declare enum SearchBoardProductType {
|
|
|
64865
64847
|
Software = "SOFTWARE"
|
|
64866
64848
|
}
|
|
64867
64849
|
export declare type SearchCommonFilter = {
|
|
64850
|
+
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
64868
64851
|
range?: InputMaybe<SearchCommonRangeFilter>;
|
|
64869
64852
|
};
|
|
64870
64853
|
export declare type SearchCommonRangeFilter = {
|
|
@@ -66194,7 +66177,6 @@ export declare type ShepherdDetection = {
|
|
|
66194
66177
|
category: ShepherdAlertDetectionCategory;
|
|
66195
66178
|
description?: Maybe<Scalars['JSON']['output']>;
|
|
66196
66179
|
id: Scalars['ID']['output'];
|
|
66197
|
-
product: ShepherdAtlassianProduct;
|
|
66198
66180
|
products: Array<Maybe<ShepherdAtlassianProduct>>;
|
|
66199
66181
|
regions?: Maybe<Array<Scalars['String']['output']>>;
|
|
66200
66182
|
relatedAlertTypes?: Maybe<Array<Maybe<ShepherdRelatedAlertType>>>;
|
|
@@ -69183,6 +69165,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
69183
69165
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
69184
69166
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
69185
69167
|
url?: Maybe<Scalars['URL']['output']>;
|
|
69168
|
+
viewer?: Maybe<TrelloBoardViewerUpdated>;
|
|
69186
69169
|
workspace?: Maybe<TrelloBoardWorkspaceUpdated>;
|
|
69187
69170
|
};
|
|
69188
69171
|
export declare type TrelloBoardUpdatedEdge = {
|
|
@@ -69210,6 +69193,10 @@ export declare type TrelloBoardViewerSidebar = {
|
|
|
69210
69193
|
__typename?: 'TrelloBoardViewerSidebar';
|
|
69211
69194
|
show?: Maybe<Scalars['Boolean']['output']>;
|
|
69212
69195
|
};
|
|
69196
|
+
export declare type TrelloBoardViewerUpdated = {
|
|
69197
|
+
__typename?: 'TrelloBoardViewerUpdated';
|
|
69198
|
+
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
69199
|
+
};
|
|
69213
69200
|
export declare type TrelloBoardWorkspaceUpdated = {
|
|
69214
69201
|
__typename?: 'TrelloBoardWorkspaceUpdated';
|
|
69215
69202
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -69583,6 +69570,7 @@ export declare type TrelloInbox = {
|
|
|
69583
69570
|
export declare type TrelloJwmWorkspaceLink = {
|
|
69584
69571
|
__typename?: 'TrelloJwmWorkspaceLink';
|
|
69585
69572
|
cloudId?: Maybe<Scalars['String']['output']>;
|
|
69573
|
+
crossflowTouchpoint?: Maybe<Scalars['String']['output']>;
|
|
69586
69574
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
69587
69575
|
inaccessible?: Maybe<Scalars['Boolean']['output']>;
|
|
69588
69576
|
};
|
|
@@ -69844,16 +69832,16 @@ export declare type TrelloPlannerAccountsArgs = {
|
|
|
69844
69832
|
};
|
|
69845
69833
|
export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterface & {
|
|
69846
69834
|
__typename?: 'TrelloPlannerCalendar';
|
|
69847
|
-
color
|
|
69848
|
-
enabled
|
|
69835
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
69836
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69849
69837
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
69850
69838
|
id: Scalars['ID']['output'];
|
|
69851
|
-
objectId
|
|
69852
|
-
providerCalendarId
|
|
69853
|
-
readOnly
|
|
69854
|
-
timezone
|
|
69855
|
-
title
|
|
69856
|
-
type
|
|
69839
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
69840
|
+
providerCalendarId?: Maybe<Scalars['ID']['output']>;
|
|
69841
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
69842
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
69843
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69844
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
69857
69845
|
};
|
|
69858
69846
|
export declare type TrelloPlannerCalendarEventsArgs = {
|
|
69859
69847
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -69862,8 +69850,8 @@ export declare type TrelloPlannerCalendarEventsArgs = {
|
|
|
69862
69850
|
};
|
|
69863
69851
|
export declare type TrelloPlannerCalendarAccount = Node & {
|
|
69864
69852
|
__typename?: 'TrelloPlannerCalendarAccount';
|
|
69865
|
-
accountType
|
|
69866
|
-
displayName
|
|
69853
|
+
accountType?: Maybe<TrelloSupportedPlannerProviders>;
|
|
69854
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
69867
69855
|
enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
|
|
69868
69856
|
id: Scalars['ID']['output'];
|
|
69869
69857
|
providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
@@ -69901,24 +69889,24 @@ export declare type TrelloPlannerCalendarEdge = {
|
|
|
69901
69889
|
};
|
|
69902
69890
|
export declare type TrelloPlannerCalendarEvent = Node & {
|
|
69903
69891
|
__typename?: 'TrelloPlannerCalendarEvent';
|
|
69904
|
-
allDay
|
|
69905
|
-
busy
|
|
69892
|
+
allDay?: Maybe<Scalars['Boolean']['output']>;
|
|
69893
|
+
busy?: Maybe<Scalars['Boolean']['output']>;
|
|
69906
69894
|
conferencing?: Maybe<TrelloPlannerCalendarEventConferencing>;
|
|
69907
|
-
createdByTrello
|
|
69895
|
+
createdByTrello?: Maybe<Scalars['Boolean']['output']>;
|
|
69908
69896
|
description?: Maybe<Scalars['String']['output']>;
|
|
69909
|
-
endAt
|
|
69897
|
+
endAt?: Maybe<Scalars['DateTime']['output']>;
|
|
69910
69898
|
id: Scalars['ID']['output'];
|
|
69911
69899
|
parentEventId?: Maybe<Scalars['ID']['output']>;
|
|
69912
|
-
readOnly
|
|
69913
|
-
startAt
|
|
69914
|
-
status
|
|
69915
|
-
title
|
|
69916
|
-
type
|
|
69917
|
-
visibility
|
|
69900
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
69901
|
+
startAt?: Maybe<Scalars['DateTime']['output']>;
|
|
69902
|
+
status?: Maybe<TrelloPlannerCalendarEventStatus>;
|
|
69903
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69904
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
69905
|
+
visibility?: Maybe<TrelloPlannerCalendarEventVisibility>;
|
|
69918
69906
|
};
|
|
69919
69907
|
export declare type TrelloPlannerCalendarEventConferencing = {
|
|
69920
69908
|
__typename?: 'TrelloPlannerCalendarEventConferencing';
|
|
69921
|
-
url
|
|
69909
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
69922
69910
|
};
|
|
69923
69911
|
export declare type TrelloPlannerCalendarEventConnection = {
|
|
69924
69912
|
__typename?: 'TrelloPlannerCalendarEventConnection';
|
|
@@ -69943,22 +69931,22 @@ export declare enum TrelloPlannerCalendarEventVisibility {
|
|
|
69943
69931
|
Public = "PUBLIC"
|
|
69944
69932
|
}
|
|
69945
69933
|
export declare type TrelloPlannerCalendarEventsFilter = {
|
|
69946
|
-
end
|
|
69947
|
-
start
|
|
69934
|
+
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
69935
|
+
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
69948
69936
|
};
|
|
69949
69937
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
69950
69938
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
69951
|
-
color
|
|
69939
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
69952
69940
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
69953
69941
|
id: Scalars['ID']['output'];
|
|
69954
|
-
readOnly
|
|
69955
|
-
timezone
|
|
69956
|
-
title
|
|
69957
|
-
type
|
|
69942
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
69943
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
69944
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69945
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
69958
69946
|
};
|
|
69959
69947
|
export declare type TrelloPlannerProviderCalendarEventsArgs = {
|
|
69960
69948
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69961
|
-
filter
|
|
69949
|
+
filter: TrelloPlannerCalendarEventsFilter;
|
|
69962
69950
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69963
69951
|
};
|
|
69964
69952
|
export declare type TrelloPlannerProviderCalendarConnection = {
|
|
@@ -70023,12 +70011,12 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
70023
70011
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
70024
70012
|
};
|
|
70025
70013
|
export declare type TrelloProviderCalendarInterface = {
|
|
70026
|
-
color
|
|
70014
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
70027
70015
|
id: Scalars['ID']['output'];
|
|
70028
|
-
readOnly
|
|
70029
|
-
timezone
|
|
70030
|
-
title
|
|
70031
|
-
type
|
|
70016
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
70017
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
70018
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
70019
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
70032
70020
|
};
|
|
70033
70021
|
export declare type TrelloQueryApi = {
|
|
70034
70022
|
__typename?: 'TrelloQueryApi';
|