npm package diff

Package: @forge/cli-shared

Versions: 5.6.0-next.10 - 5.6.0-next.11

File: package/out/graphql/graphql-types.d.ts

Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -60337,27 +60337,20 @@
     internal: PeapInternalMutationApi;
     programEnrollment: PeapProgramEnrollmentMutation;
 };
 export declare type PeapNewProgramInput = {
-    description: Scalars['String']['input'];
-    documentationURL: Scalars['String']['input'];
     name: Scalars['String']['input'];
-    serviceId?: InputMaybe<Scalars['String']['input']>;
-    teamChannel?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type PeapProgram = {
     __typename?: 'PEAPProgram';
     activatedAt?: Maybe<Scalars['Date']['output']>;
     cdacCategory?: Maybe<Scalars['Int']['output']>;
     changeTicket?: Maybe<Scalars['String']['output']>;
     completedAt?: Maybe<Scalars['Date']['output']>;
     createdAt: Scalars['Date']['output'];
-    description: Scalars['String']['output'];
-    documentationURL: Scalars['String']['output'];
     id: Scalars['ID']['output'];
     internal?: Maybe<PeapProgramInternalData>;
     name: Scalars['String']['output'];
-    serviceId?: Maybe<Scalars['String']['output']>;
     status: PeapProgramStatus;
     updatedAt: Scalars['Date']['output'];
 };
 export declare type PeapProgramConnection = HasPageInfo & {
@@ -60395,9 +60388,8 @@
 export declare type PeapProgramInternalData = {
     __typename?: 'PEAPProgramInternalData';
     cdacGroup?: Maybe<Scalars['String']['output']>;
     owner?: Maybe<User>;
-    teamChannel?: Maybe<Scalars['String']['output']>;
 };
 export declare type PeapProgramMutationResponse = Payload & {
     __typename?: 'PEAPProgramMutationResponse';
     errors?: Maybe<Array<MutationError>>;
@@ -60407,10 +60399,9 @@
 export declare enum PeapProgramStatus {
     Abandoned = "ABANDONED",
     Active = "ACTIVE",
     Ended = "ENDED",
-    New = "NEW",
-    Planned = "PLANNED"
+    New = "NEW"
 }
 export declare type PeapQueryApi = {
     __typename?: 'PEAPQueryApi';
     internal: PeapInternalQueryApi;
@@ -60426,16 +60417,11 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     params?: InputMaybe<PeapQueryParams>;
 };
 export declare type PeapQueryParams = {
-    description?: InputMaybe<Scalars['String']['input']>;
     name?: InputMaybe<Scalars['String']['input']>;
     status?: InputMaybe<Array<PeapProgramStatus>>;
 };
-export declare type PeapSiteEnrollmentQueryInput = {
-    cloudId: Scalars['ID']['input'];
-    programId: Scalars['ID']['input'];
-};
 export declare type PeapSiteEnrollmentStatus = {
     __typename?: 'PEAPSiteEnrollmentStatus';
     cloudId: Scalars['ID']['output'];
     enrollmentStatus?: Maybe<Scalars['Boolean']['output']>;
@@ -60443,13 +60429,9 @@
     program?: Maybe<PeapProgram>;
     success: Scalars['Boolean']['output'];
 };
 export declare type PeapUpdateProgramInput = {
-    description?: InputMaybe<Scalars['String']['input']>;
-    documentationURL?: InputMaybe<Scalars['String']['input']>;
     name?: InputMaybe<Scalars['String']['input']>;
-    serviceId?: InputMaybe<Scalars['String']['input']>;
-    teamChannel?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type PageInfo = {
     __typename?: 'PageInfo';
     endCursor?: Maybe<Scalars['String']['output']>;
@@ -63428,9 +63410,9 @@
 };
 export declare type RadarEnlistment = {
     __typename?: 'RadarEnlistment';
     cloudId: Scalars['ID']['output'];
-    positionFields?: Maybe<Array<Maybe<RadarEnlistment>>>;
+    positionFields?: Maybe<Array<Maybe<RadarFieldDefinition>>>;
 };
 export declare type RadarEntity = {
     fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
     id: Scalars['ID']['output'];
@@ -64864,8 +64846,9 @@
     Business = "BUSINESS",
     Software = "SOFTWARE"
 }
 export declare type SearchCommonFilter = {
+    contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
     range?: InputMaybe<SearchCommonRangeFilter>;
 };
 export declare type SearchCommonRangeFilter = {
     created?: InputMaybe<SearchCommonRangeFilterFields>;
@@ -66193,9 +66176,8 @@
     businessTypes?: Maybe<Array<Scalars['String']['output']>>;
     category: ShepherdAlertDetectionCategory;
     description?: Maybe<Scalars['JSON']['output']>;
     id: Scalars['ID']['output'];
-    product: ShepherdAtlassianProduct;
     products: Array<Maybe<ShepherdAtlassianProduct>>;
     regions?: Maybe<Array<Scalars['String']['output']>>;
     relatedAlertTypes?: Maybe<Array<Maybe<ShepherdRelatedAlertType>>>;
     scanningInfo: ShepherdDetectionScanningInfo;
@@ -69182,8 +69164,9 @@
     onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
     prefs?: Maybe<TrelloBoardPrefs>;
     premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
     url?: Maybe<Scalars['URL']['output']>;
+    viewer?: Maybe<TrelloBoardViewerUpdated>;
     workspace?: Maybe<TrelloBoardWorkspaceUpdated>;
 };
 export declare type TrelloBoardUpdatedEdge = {
     __typename?: 'TrelloBoardUpdatedEdge';
@@ -69209,8 +69192,12 @@
 export declare type TrelloBoardViewerSidebar = {
     __typename?: 'TrelloBoardViewerSidebar';
     show?: Maybe<Scalars['Boolean']['output']>;
 };
+export declare type TrelloBoardViewerUpdated = {
+    __typename?: 'TrelloBoardViewerUpdated';
+    subscribed?: Maybe<Scalars['Boolean']['output']>;
+};
 export declare type TrelloBoardWorkspaceUpdated = {
     __typename?: 'TrelloBoardWorkspaceUpdated';
     id?: Maybe<Scalars['ID']['output']>;
     objectId?: Maybe<Scalars['ID']['output']>;
@@ -69582,8 +69569,9 @@
 };
 export declare type TrelloJwmWorkspaceLink = {
     __typename?: 'TrelloJwmWorkspaceLink';
     cloudId?: Maybe<Scalars['String']['output']>;
+    crossflowTouchpoint?: Maybe<Scalars['String']['output']>;
     entityUrl?: Maybe<Scalars['URL']['output']>;
     inaccessible?: Maybe<Scalars['Boolean']['output']>;
 };
 export declare type TrelloLabel = {
@@ -69843,28 +69831,28 @@
     first?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterface & {
     __typename?: 'TrelloPlannerCalendar';
-    color: Scalars['String']['output'];
-    enabled: Scalars['Boolean']['output'];
+    color?: Maybe<Scalars['String']['output']>;
+    enabled?: Maybe<Scalars['Boolean']['output']>;
     events?: Maybe<TrelloPlannerCalendarEventConnection>;
     id: Scalars['ID']['output'];
-    objectId: Scalars['ID']['output'];
-    providerCalendarId: Scalars['ID']['output'];
-    readOnly: Scalars['Boolean']['output'];
-    timezone: Scalars['String']['output'];
-    title: Scalars['String']['output'];
-    type: TrelloSupportedPlannerProviders;
+    objectId?: Maybe<Scalars['ID']['output']>;
+    providerCalendarId?: Maybe<Scalars['ID']['output']>;
+    readOnly?: Maybe<Scalars['Boolean']['output']>;
+    timezone?: Maybe<Scalars['String']['output']>;
+    title?: Maybe<Scalars['String']['output']>;
+    type?: Maybe<TrelloSupportedPlannerProviders>;
 };
 export declare type TrelloPlannerCalendarEventsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     filter: TrelloPlannerCalendarEventsFilter;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type TrelloPlannerCalendarAccount = Node & {
     __typename?: 'TrelloPlannerCalendarAccount';
-    accountType: TrelloSupportedPlannerProviders;
-    displayName: Scalars['String']['output'];
+    accountType?: Maybe<TrelloSupportedPlannerProviders>;
+    displayName?: Maybe<Scalars['String']['output']>;
     enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
     id: Scalars['ID']['output'];
     providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnection>;
 };
@@ -69900,26 +69888,26 @@
     node?: Maybe<TrelloPlannerCalendar>;
 };
 export declare type TrelloPlannerCalendarEvent = Node & {
     __typename?: 'TrelloPlannerCalendarEvent';
-    allDay: Scalars['Boolean']['output'];
-    busy: Scalars['Boolean']['output'];
+    allDay?: Maybe<Scalars['Boolean']['output']>;
+    busy?: Maybe<Scalars['Boolean']['output']>;
     conferencing?: Maybe<TrelloPlannerCalendarEventConferencing>;
-    createdByTrello: Scalars['Boolean']['output'];
+    createdByTrello?: Maybe<Scalars['Boolean']['output']>;
     description?: Maybe<Scalars['String']['output']>;
-    endAt: Scalars['DateTime']['output'];
+    endAt?: Maybe<Scalars['DateTime']['output']>;
     id: Scalars['ID']['output'];
     parentEventId?: Maybe<Scalars['ID']['output']>;
-    readOnly: Scalars['Boolean']['output'];
-    startAt: Scalars['DateTime']['output'];
-    status: TrelloPlannerCalendarEventStatus;
-    title: Scalars['String']['output'];
-    type: TrelloSupportedPlannerProviders;
-    visibility: TrelloPlannerCalendarEventVisibility;
+    readOnly?: Maybe<Scalars['Boolean']['output']>;
+    startAt?: Maybe<Scalars['DateTime']['output']>;
+    status?: Maybe<TrelloPlannerCalendarEventStatus>;
+    title?: Maybe<Scalars['String']['output']>;
+    type?: Maybe<TrelloSupportedPlannerProviders>;
+    visibility?: Maybe<TrelloPlannerCalendarEventVisibility>;
 };
 export declare type TrelloPlannerCalendarEventConferencing = {
     __typename?: 'TrelloPlannerCalendarEventConferencing';
-    url: Scalars['String']['output'];
+    url?: Maybe<Scalars['String']['output']>;
 };
 export declare type TrelloPlannerCalendarEventConnection = {
     __typename?: 'TrelloPlannerCalendarEventConnection';
     edges?: Maybe<Array<TrelloPlannerCalendarEventEdge>>;
@@ -69942,24 +69930,24 @@
     Private = "PRIVATE",
     Public = "PUBLIC"
 }
 export declare type TrelloPlannerCalendarEventsFilter = {
-    end: Scalars['DateTime']['input'];
-    start: Scalars['DateTime']['input'];
+    end?: InputMaybe<Scalars['DateTime']['input']>;
+    start?: InputMaybe<Scalars['DateTime']['input']>;
 };
 export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
     __typename?: 'TrelloPlannerProviderCalendar';
-    color: Scalars['String']['output'];
+    color?: Maybe<Scalars['String']['output']>;
     events?: Maybe<TrelloPlannerCalendarEventConnection>;
     id: Scalars['ID']['output'];
-    readOnly: Scalars['Boolean']['output'];
-    timezone: Scalars['String']['output'];
-    title: Scalars['String']['output'];
-    type: TrelloSupportedPlannerProviders;
+    readOnly?: Maybe<Scalars['Boolean']['output']>;
+    timezone?: Maybe<Scalars['String']['output']>;
+    title?: Maybe<Scalars['String']['output']>;
+    type?: Maybe<TrelloSupportedPlannerProviders>;
 };
 export declare type TrelloPlannerProviderCalendarEventsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
-    filter?: InputMaybe<TrelloPlannerCalendarEventsFilter>;
+    filter: TrelloPlannerCalendarEventsFilter;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type TrelloPlannerProviderCalendarConnection = {
     __typename?: 'TrelloPlannerProviderCalendarConnection';
@@ -70022,14 +70010,14 @@
     __typename?: 'TrelloPowerUpUpdated';
     objectId?: Maybe<Scalars['ID']['output']>;
 };
 export declare type TrelloProviderCalendarInterface = {
-    color: Scalars['String']['output'];
+    color?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
-    readOnly: Scalars['Boolean']['output'];
-    timezone: Scalars['String']['output'];
-    title: Scalars['String']['output'];
-    type: TrelloSupportedPlannerProviders;
+    readOnly?: Maybe<Scalars['Boolean']['output']>;
+    timezone?: Maybe<Scalars['String']['output']>;
+    title?: Maybe<Scalars['String']['output']>;
+    type?: Maybe<TrelloSupportedPlannerProviders>;
 };
 export declare type TrelloQueryApi = {
     __typename?: 'TrelloQueryApi';
     board?: Maybe<TrelloBoard>;