@forge/cli-shared 3.20.4-next.2 → 3.20.4-next.3

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,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.20.4-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b136f20: Bumping dependencies via Renovate:
8
+
9
+ - @sentry/node
10
+
3
11
  ## 3.20.4-next.2
4
12
 
5
13
  ### Patch Changes
@@ -1498,7 +1498,7 @@ export type AquaIssueContext = {
1498
1498
  __typename?: 'AquaIssueContext';
1499
1499
  commentId?: Maybe<Scalars['Long']['output']>;
1500
1500
  issue?: Maybe<JiraIssue>;
1501
- issueId?: Maybe<Scalars['Long']['output']>;
1501
+ issueARI?: Maybe<Scalars['ID']['output']>;
1502
1502
  };
1503
1503
  export type AquaNotificationDetails = {
1504
1504
  __typename?: 'AquaNotificationDetails';
@@ -2408,6 +2408,7 @@ export type CcpEntitlement = CommerceEntitlement & Node & {
2408
2408
  slug?: Maybe<Scalars['String']['output']>;
2409
2409
  status?: Maybe<CcpEntitlementStatus>;
2410
2410
  subscription?: Maybe<CcpSubscription>;
2411
+ transactionAccount?: Maybe<CcpTransactionAccount>;
2411
2412
  transactionAccountId?: Maybe<Scalars['ID']['output']>;
2412
2413
  updatedAt?: Maybe<Scalars['Float']['output']>;
2413
2414
  version?: Maybe<Scalars['Int']['output']>;
@@ -2668,6 +2669,14 @@ export declare enum CcpTiersMode {
2668
2669
  Graduated = "GRADUATED",
2669
2670
  Volume = "VOLUME"
2670
2671
  }
2672
+ export type CcpTransactionAccount = CommerceTransactionAccount & {
2673
+ __typename?: 'CcpTransactionAccount';
2674
+ experienceCapabilities?: Maybe<CcpTransactionAccountExperienceCapabilities>;
2675
+ };
2676
+ export type CcpTransactionAccountExperienceCapabilities = CommerceTransactionAccountExperienceCapabilities & {
2677
+ __typename?: 'CcpTransactionAccountExperienceCapabilities';
2678
+ addPaymentMethod?: Maybe<CcpExperienceCapability>;
2679
+ };
2671
2680
  export type CcpTrial = CommerceTrial & {
2672
2681
  __typename?: 'CcpTrial';
2673
2682
  endTimestamp?: Maybe<Scalars['Float']['output']>;
@@ -2783,6 +2792,7 @@ export type CommerceEntitlement = {
2783
2792
  offering?: Maybe<CommerceOffering>;
2784
2793
  preDunning?: Maybe<CommerceEntitlementPreDunning>;
2785
2794
  subscription?: Maybe<CommerceSubscription>;
2795
+ transactionAccount?: Maybe<CommerceTransactionAccount>;
2786
2796
  };
2787
2797
  export type CommerceEntitlementExperienceCapabilities = {
2788
2798
  changeOffering?: Maybe<CommerceExperienceCapability>;
@@ -2834,6 +2844,12 @@ export type CommerceSubscription = {
2834
2844
  pricingPlan?: Maybe<CommercePricingPlan>;
2835
2845
  trial?: Maybe<CommerceTrial>;
2836
2846
  };
2847
+ export type CommerceTransactionAccount = {
2848
+ experienceCapabilities?: Maybe<CommerceTransactionAccountExperienceCapabilities>;
2849
+ };
2850
+ export type CommerceTransactionAccountExperienceCapabilities = {
2851
+ addPaymentMethod?: Maybe<CommerceExperienceCapability>;
2852
+ };
2837
2853
  export type CommerceTrial = {
2838
2854
  endTimestamp?: Maybe<Scalars['Float']['output']>;
2839
2855
  };
@@ -3654,7 +3670,7 @@ export type CompassCreateIncomingWebhookPayload = Payload & {
3654
3670
  __typename?: 'CompassCreateIncomingWebhookPayload';
3655
3671
  errors?: Maybe<Array<MutationError>>;
3656
3672
  success: Scalars['Boolean']['output'];
3657
- webhookDetails: CompassIncomingWebhook;
3673
+ webhookDetails?: Maybe<CompassIncomingWebhook>;
3658
3674
  };
3659
3675
  export type CompassCreateLifecycleEventInput = {
3660
3676
  description: Scalars['String']['input'];
@@ -4327,7 +4343,7 @@ export type CompassIncomingWebhook = Node & {
4327
4343
  changeMetadata: CompassChangeMetadata;
4328
4344
  description?: Maybe<Scalars['String']['output']>;
4329
4345
  id: Scalars['ID']['output'];
4330
- name?: Maybe<Scalars['String']['output']>;
4346
+ name: Scalars['String']['output'];
4331
4347
  source: Scalars['String']['output'];
4332
4348
  };
4333
4349
  export type CompassIncomingWebhookEdge = {
@@ -5145,6 +5161,7 @@ export type CompleteSprintResponse = MutationResponse & {
5145
5161
  message: Scalars['String']['output'];
5146
5162
  statusCode: Scalars['Int']['output'];
5147
5163
  success: Scalars['Boolean']['output'];
5164
+ taskId?: Maybe<Scalars['String']['output']>;
5148
5165
  };
5149
5166
  export type ComponentSyncEvent = {
5150
5167
  __typename?: 'ComponentSyncEvent';
@@ -9434,7 +9451,7 @@ export type EcosystemDataClassificationsContext = {
9434
9451
  id: Scalars['ID']['output'];
9435
9452
  };
9436
9453
  export type EcosystemDataClassificationsContextContainersArgs = {
9437
- ids: Array<Scalars['ID']['input']>;
9454
+ ids?: InputMaybe<Array<Scalars['ID']['input']>>;
9438
9455
  };
9439
9456
  export type EcosystemMutation = {
9440
9457
  __typename?: 'EcosystemMutation';
@@ -10514,6 +10531,7 @@ export type Graph = {
10514
10531
  projectAssociatedVulnerabilityInverse?: Maybe<GraphJiraProjectConnection>;
10515
10532
  projectAssociatedVulnerabilityRelationship?: Maybe<GraphProjectAssociatedVulnerabilityRelationshipConnection>;
10516
10533
  projectAssociatedVulnerabilityRelationshipInverse?: Maybe<GraphProjectAssociatedVulnerabilityRelationshipConnection>;
10534
+ securityContainerAssociatedToVulnerabilityRelationshipBatch?: Maybe<Array<Maybe<GraphSecurityContainerAssociatedToVulnerabilityRelationshipConnection>>>;
10517
10535
  serviceLinkedIncident?: Maybe<GraphJiraIssueConnection>;
10518
10536
  serviceLinkedIncidentInverse?: Maybe<GraphProjectServiceConnection>;
10519
10537
  sprintAssociatedBuild?: Maybe<GraphJiraBuildConnection>;
@@ -10698,6 +10716,9 @@ export type GraphProjectAssociatedVulnerabilityRelationshipInverseArgs = {
10698
10716
  first?: InputMaybe<Scalars['Int']['input']>;
10699
10717
  to: Scalars['ID']['input'];
10700
10718
  };
10719
+ export type GraphSecurityContainerAssociatedToVulnerabilityRelationshipBatchArgs = {
10720
+ from: Array<Scalars['ID']['input']>;
10721
+ };
10701
10722
  export type GraphServiceLinkedIncidentArgs = {
10702
10723
  after?: InputMaybe<Scalars['String']['input']>;
10703
10724
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -11200,6 +11221,20 @@ export type GraphJiraPullRequestEdge = {
11200
11221
  cursor?: Maybe<Scalars['String']['output']>;
11201
11222
  node: GraphJiraPullRequest;
11202
11223
  };
11224
+ export type GraphJiraSecurityContainer = Node & {
11225
+ __typename?: 'GraphJiraSecurityContainer';
11226
+ id: Scalars['ID']['output'];
11227
+ };
11228
+ export type GraphJiraSecurityContainerConnection = {
11229
+ __typename?: 'GraphJiraSecurityContainerConnection';
11230
+ edges: Array<Maybe<GraphJiraSecurityContainerEdge>>;
11231
+ pageInfo: PageInfo;
11232
+ };
11233
+ export type GraphJiraSecurityContainerEdge = {
11234
+ __typename?: 'GraphJiraSecurityContainerEdge';
11235
+ cursor?: Maybe<Scalars['String']['output']>;
11236
+ node: GraphJiraSecurityContainer;
11237
+ };
11203
11238
  export type GraphJiraSprint = Node & {
11204
11239
  __typename?: 'GraphJiraSprint';
11205
11240
  id: Scalars['ID']['output'];
@@ -11998,6 +12033,26 @@ export type GraphQueryMetadataSprintAssociatedPrInputToTaskCountRangeField = {
11998
12033
  lte?: InputMaybe<Scalars['Int']['input']>;
11999
12034
  };
12000
12035
  export type GraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDocument | DevOpsFeatureFlag | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
12036
+ export type GraphSecurityContainerAssociatedToVulnerabilityRelationship = Node & {
12037
+ __typename?: 'GraphSecurityContainerAssociatedToVulnerabilityRelationship';
12038
+ from: GraphJiraSecurityContainer;
12039
+ id: Scalars['ID']['output'];
12040
+ lastUpdated: Scalars['DateTime']['output'];
12041
+ to: GraphJiraVulnerability;
12042
+ };
12043
+ export type GraphSecurityContainerAssociatedToVulnerabilityRelationshipConnection = {
12044
+ __typename?: 'GraphSecurityContainerAssociatedToVulnerabilityRelationshipConnection';
12045
+ edges: Array<Maybe<GraphSecurityContainerAssociatedToVulnerabilityRelationshipEdge>>;
12046
+ fromId?: Maybe<Scalars['ID']['output']>;
12047
+ pageInfo: PageInfo;
12048
+ toId?: Maybe<Scalars['ID']['output']>;
12049
+ totalCount?: Maybe<Scalars['Int']['output']>;
12050
+ };
12051
+ export type GraphSecurityContainerAssociatedToVulnerabilityRelationshipEdge = {
12052
+ __typename?: 'GraphSecurityContainerAssociatedToVulnerabilityRelationshipEdge';
12053
+ cursor?: Maybe<Scalars['String']['output']>;
12054
+ node: GraphSecurityContainerAssociatedToVulnerabilityRelationship;
12055
+ };
12001
12056
  export type GraphSimpleRelationship = {
12002
12057
  __typename?: 'GraphSimpleRelationship';
12003
12058
  from: GraphGeneric;
@@ -12161,6 +12216,7 @@ export type HamsEntitlement = CommerceEntitlement & {
12161
12216
  status?: Maybe<Scalars['String']['output']>;
12162
12217
  subscription?: Maybe<HamsSubscription>;
12163
12218
  suspended?: Maybe<Scalars['Boolean']['output']>;
12219
+ transactionAccount?: Maybe<HamsTransactionAccount>;
12164
12220
  trialEdition?: Maybe<Scalars['String']['output']>;
12165
12221
  trialEditionEndDate?: Maybe<Scalars['String']['output']>;
12166
12222
  trialEndDate?: Maybe<Scalars['String']['output']>;
@@ -12216,6 +12272,14 @@ export type HamsSubscription = CommerceSubscription & {
12216
12272
  pricingPlan?: Maybe<HamsPricingPlan>;
12217
12273
  trial?: Maybe<HamsTrial>;
12218
12274
  };
12275
+ export type HamsTransactionAccount = CommerceTransactionAccount & {
12276
+ __typename?: 'HamsTransactionAccount';
12277
+ experienceCapabilities?: Maybe<HamsTransactionAccountExperienceCapabilities>;
12278
+ };
12279
+ export type HamsTransactionAccountExperienceCapabilities = CommerceTransactionAccountExperienceCapabilities & {
12280
+ __typename?: 'HamsTransactionAccountExperienceCapabilities';
12281
+ addPaymentMethod?: Maybe<HamsExperienceCapability>;
12282
+ };
12219
12283
  export type HamsTrial = CommerceTrial & {
12220
12284
  __typename?: 'HamsTrial';
12221
12285
  endTimestamp?: Maybe<Scalars['Float']['output']>;
@@ -19369,6 +19433,7 @@ export type JiraQuery = {
19369
19433
  jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
19370
19434
  jqlBuilder?: Maybe<JiraJqlBuilder>;
19371
19435
  jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
19436
+ jsmWorkflowTemplates?: Maybe<JiraServiceManagementWorkflowTemplatesMetadataConnection>;
19372
19437
  jsonUserProperty?: Maybe<JiraEntityPropertyJson>;
19373
19438
  jwmForm?: Maybe<JiraWorkManagementFormConfiguration>;
19374
19439
  jwmNavigation?: Maybe<JiraWorkManagementNavigation>;
@@ -19690,6 +19755,14 @@ export type JiraQueryJqlBuilderArgs = {
19690
19755
  export type JiraQueryJsmProjectTeamTypeArgs = {
19691
19756
  projectId: Scalars['ID']['input'];
19692
19757
  };
19758
+ export type JiraQueryJsmWorkflowTemplatesArgs = {
19759
+ after?: InputMaybe<Scalars['String']['input']>;
19760
+ cloudId: Scalars['ID']['input'];
19761
+ first?: InputMaybe<Scalars['Int']['input']>;
19762
+ projectId?: InputMaybe<Scalars['ID']['input']>;
19763
+ projectStyle?: InputMaybe<JiraProjectStyle>;
19764
+ templateId?: InputMaybe<Scalars['String']['input']>;
19765
+ };
19693
19766
  export type JiraQueryJsonUserPropertyArgs = {
19694
19767
  accountId?: InputMaybe<Scalars['ID']['input']>;
19695
19768
  cloudId: Scalars['ID']['input'];
@@ -21121,6 +21194,17 @@ export type JiraServiceManagementWorkflowTemplateMetadata = {
21121
21194
  thumbnail?: Maybe<Scalars['String']['output']>;
21122
21195
  workflowTemplateJsonData?: Maybe<Scalars['JSON']['output']>;
21123
21196
  };
21197
+ export type JiraServiceManagementWorkflowTemplatesMetadataConnection = {
21198
+ __typename?: 'JiraServiceManagementWorkflowTemplatesMetadataConnection';
21199
+ edges?: Maybe<Array<Maybe<JiraServiceManagementWorkflowTemplatesMetadataEdge>>>;
21200
+ nodes?: Maybe<Array<Maybe<JiraServiceManagementWorkflowTemplateMetadata>>>;
21201
+ pageInfo: PageInfo;
21202
+ };
21203
+ export type JiraServiceManagementWorkflowTemplatesMetadataEdge = {
21204
+ __typename?: 'JiraServiceManagementWorkflowTemplatesMetadataEdge';
21205
+ cursor: Scalars['String']['output'];
21206
+ node?: Maybe<JiraServiceManagementWorkflowTemplateMetadata>;
21207
+ };
21124
21208
  export type JiraSetApplicationPropertiesPayload = Payload & {
21125
21209
  __typename?: 'JiraSetApplicationPropertiesPayload';
21126
21210
  applicationProperties: Array<JiraApplicationProperty>;
@@ -30729,10 +30813,10 @@ export type TrelloBoard = Node & {
30729
30813
  members?: Maybe<TrelloBoardMembershipsConnection>;
30730
30814
  name: Scalars['String']['output'];
30731
30815
  objectId: Scalars['ID']['output'];
30732
- pluginData?: Maybe<TrelloPluginDataConnection>;
30733
- plugins?: Maybe<TrelloBoardPluginConnection>;
30734
- pluginsDisableAt?: Maybe<Scalars['DateTime']['output']>;
30735
30816
  popularLabelNamesByColor?: Maybe<Array<TrelloPopularLabelForColor>>;
30817
+ powerUpData?: Maybe<TrelloPowerUpDataConnection>;
30818
+ powerUps?: Maybe<TrelloBoardPowerUpConnection>;
30819
+ powerUpsDisableAt?: Maybe<Scalars['DateTime']['output']>;
30736
30820
  prefs: TrelloBoardPrefs;
30737
30821
  premiumFeatures?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
30738
30822
  shortLink: Scalars['TrelloShortLink']['output'];
@@ -30760,14 +30844,14 @@ export type TrelloBoardMembersArgs = {
30760
30844
  filter?: InputMaybe<TrelloBoardMembershipFilterInput>;
30761
30845
  first?: InputMaybe<Scalars['Int']['input']>;
30762
30846
  };
30763
- export type TrelloBoardPluginDataArgs = {
30847
+ export type TrelloBoardPowerUpDataArgs = {
30764
30848
  after?: InputMaybe<Scalars['String']['input']>;
30765
- filter?: InputMaybe<TrelloPluginDataFilterInput>;
30849
+ filter?: InputMaybe<TrelloPowerUpDataFilterInput>;
30766
30850
  first?: InputMaybe<Scalars['Int']['input']>;
30767
30851
  };
30768
- export type TrelloBoardPluginsArgs = {
30852
+ export type TrelloBoardPowerUpsArgs = {
30769
30853
  after?: InputMaybe<Scalars['String']['input']>;
30770
- filter?: InputMaybe<TrelloBoardPluginFilterInput>;
30854
+ filter?: InputMaybe<TrelloBoardPowerUpFilterInput>;
30771
30855
  first?: InputMaybe<Scalars['Int']['input']>;
30772
30856
  };
30773
30857
  export type TrelloBoardTagsArgs = {
@@ -30886,21 +30970,21 @@ export type TrelloBoardMembershipsConnection = {
30886
30970
  nodes?: Maybe<Array<TrelloMember>>;
30887
30971
  pageInfo: PageInfo;
30888
30972
  };
30889
- export type TrelloBoardPluginConnection = {
30890
- __typename?: 'TrelloBoardPluginConnection';
30891
- edges?: Maybe<Array<TrelloBoardPluginEdge>>;
30892
- nodes?: Maybe<Array<TrelloPlugin>>;
30973
+ export type TrelloBoardPowerUpConnection = {
30974
+ __typename?: 'TrelloBoardPowerUpConnection';
30975
+ edges?: Maybe<Array<TrelloBoardPowerUpEdge>>;
30976
+ nodes?: Maybe<Array<TrelloPowerUp>>;
30893
30977
  pageInfo: PageInfo;
30894
30978
  };
30895
- export type TrelloBoardPluginEdge = {
30896
- __typename?: 'TrelloBoardPluginEdge';
30979
+ export type TrelloBoardPowerUpEdge = {
30980
+ __typename?: 'TrelloBoardPowerUpEdge';
30897
30981
  cursor: Scalars['String']['output'];
30898
30982
  memberId?: Maybe<Scalars['ID']['output']>;
30899
- node: TrelloPlugin;
30983
+ node: TrelloPowerUp;
30900
30984
  objectId?: Maybe<Scalars['ID']['output']>;
30901
30985
  promotional?: Maybe<Scalars['Boolean']['output']>;
30902
30986
  };
30903
- export type TrelloBoardPluginFilterInput = {
30987
+ export type TrelloBoardPowerUpFilterInput = {
30904
30988
  access?: InputMaybe<Scalars['String']['input']>;
30905
30989
  };
30906
30990
  export type TrelloBoardPrefs = {
@@ -30984,8 +31068,8 @@ export type TrelloCard = Node & {
30984
31068
  members?: Maybe<TrelloMemberConnection>;
30985
31069
  name?: Maybe<Scalars['String']['output']>;
30986
31070
  objectId: Scalars['ID']['output'];
30987
- pluginData?: Maybe<TrelloPluginDataConnection>;
30988
31071
  position?: Maybe<Scalars['Float']['output']>;
31072
+ powerUpData?: Maybe<TrelloPowerUpDataConnection>;
30989
31073
  role?: Maybe<TrelloCardRole>;
30990
31074
  shortId?: Maybe<Scalars['Int']['output']>;
30991
31075
  shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
@@ -31014,9 +31098,9 @@ export type TrelloCardMembersArgs = {
31014
31098
  after?: InputMaybe<Scalars['String']['input']>;
31015
31099
  first?: InputMaybe<Scalars['Int']['input']>;
31016
31100
  };
31017
- export type TrelloCardPluginDataArgs = {
31101
+ export type TrelloCardPowerUpDataArgs = {
31018
31102
  after?: InputMaybe<Scalars['String']['input']>;
31019
- filter?: InputMaybe<TrelloPluginDataFilterInput>;
31103
+ filter?: InputMaybe<TrelloPowerUpDataFilterInput>;
31020
31104
  first?: InputMaybe<Scalars['Int']['input']>;
31021
31105
  };
31022
31106
  export type TrelloCardStickersArgs = {
@@ -31069,7 +31153,7 @@ export type TrelloCardCover = {
31069
31153
  brightness?: Maybe<TrelloCardCoverBrightness>;
31070
31154
  color?: Maybe<TrelloCardCoverColor>;
31071
31155
  edgeColor?: Maybe<Scalars['String']['output']>;
31072
- plugin?: Maybe<TrelloPlugin>;
31156
+ powerUp?: Maybe<TrelloPowerUp>;
31073
31157
  previews?: Maybe<TrelloImagePreviewConnection>;
31074
31158
  sharedSourceUrl?: Maybe<Scalars['URL']['output']>;
31075
31159
  size?: Maybe<TrelloCardCoverSize>;
@@ -31104,7 +31188,7 @@ export type TrelloCardCoverUpdated = {
31104
31188
  brightness?: Maybe<TrelloCardCoverBrightness>;
31105
31189
  color?: Maybe<TrelloCardCoverColor>;
31106
31190
  edgeColor?: Maybe<Scalars['String']['output']>;
31107
- plugin?: Maybe<TrelloPluginUpdated>;
31191
+ powerUp?: Maybe<TrelloPowerUpUpdated>;
31108
31192
  previews?: Maybe<TrelloImagePreviewUpdatedConnection>;
31109
31193
  sharedSourceUrl?: Maybe<Scalars['URL']['output']>;
31110
31194
  size?: Maybe<TrelloCardCoverSize>;
@@ -31511,60 +31595,60 @@ export type TrelloMutationApiUpdateCardNameArgs = {
31511
31595
  export type TrelloMutationApiWatchCardArgs = {
31512
31596
  input: TrelloWatchCardInput;
31513
31597
  };
31514
- export type TrelloPlugin = {
31515
- __typename?: 'TrelloPlugin';
31598
+ export type TrelloPopularLabelForColor = {
31599
+ __typename?: 'TrelloPopularLabelForColor';
31600
+ color?: Maybe<Scalars['String']['output']>;
31601
+ labelName?: Maybe<Scalars['String']['output']>;
31602
+ };
31603
+ export type TrelloPowerUp = {
31604
+ __typename?: 'TrelloPowerUp';
31516
31605
  author?: Maybe<Scalars['String']['output']>;
31517
31606
  email?: Maybe<Scalars['String']['output']>;
31518
- icon?: Maybe<TrelloPluginIcon>;
31607
+ icon?: Maybe<TrelloPowerUpIcon>;
31519
31608
  name?: Maybe<Scalars['String']['output']>;
31520
31609
  objectId?: Maybe<Scalars['ID']['output']>;
31521
31610
  public?: Maybe<Scalars['Boolean']['output']>;
31522
31611
  };
31523
- export type TrelloPluginData = {
31524
- __typename?: 'TrelloPluginData';
31525
- access?: Maybe<TrelloPluginDataAccess>;
31612
+ export type TrelloPowerUpData = {
31613
+ __typename?: 'TrelloPowerUpData';
31614
+ access?: Maybe<TrelloPowerUpDataAccess>;
31526
31615
  objectId: Scalars['ID']['output'];
31527
- plugin?: Maybe<TrelloPlugin>;
31528
- scope?: Maybe<TrelloPluginDataScope>;
31616
+ powerUp?: Maybe<TrelloPowerUp>;
31617
+ scope?: Maybe<TrelloPowerUpDataScope>;
31529
31618
  value?: Maybe<Scalars['String']['output']>;
31530
31619
  };
31531
- export declare enum TrelloPluginDataAccess {
31620
+ export declare enum TrelloPowerUpDataAccess {
31532
31621
  Private = "PRIVATE",
31533
31622
  Shared = "SHARED"
31534
31623
  }
31535
- export type TrelloPluginDataConnection = {
31536
- __typename?: 'TrelloPluginDataConnection';
31537
- edges?: Maybe<Array<TrelloPluginDataEdge>>;
31538
- nodes?: Maybe<Array<TrelloPluginData>>;
31624
+ export type TrelloPowerUpDataConnection = {
31625
+ __typename?: 'TrelloPowerUpDataConnection';
31626
+ edges?: Maybe<Array<TrelloPowerUpDataEdge>>;
31627
+ nodes?: Maybe<Array<TrelloPowerUpData>>;
31539
31628
  pageInfo: PageInfo;
31540
31629
  };
31541
- export type TrelloPluginDataEdge = {
31542
- __typename?: 'TrelloPluginDataEdge';
31630
+ export type TrelloPowerUpDataEdge = {
31631
+ __typename?: 'TrelloPowerUpDataEdge';
31543
31632
  cursor: Scalars['String']['output'];
31544
- node: TrelloPluginData;
31633
+ node: TrelloPowerUpData;
31545
31634
  };
31546
- export type TrelloPluginDataFilterInput = {
31635
+ export type TrelloPowerUpDataFilterInput = {
31547
31636
  access?: InputMaybe<Scalars['String']['input']>;
31548
- plugins?: InputMaybe<Array<Scalars['ID']['input']>>;
31637
+ powerUps?: InputMaybe<Array<Scalars['ID']['input']>>;
31549
31638
  };
31550
- export declare enum TrelloPluginDataScope {
31639
+ export declare enum TrelloPowerUpDataScope {
31551
31640
  Board = "BOARD",
31552
31641
  Card = "CARD",
31553
31642
  Organization = "ORGANIZATION"
31554
31643
  }
31555
- export type TrelloPluginIcon = {
31556
- __typename?: 'TrelloPluginIcon';
31644
+ export type TrelloPowerUpIcon = {
31645
+ __typename?: 'TrelloPowerUpIcon';
31557
31646
  url?: Maybe<Scalars['String']['output']>;
31558
31647
  };
31559
- export type TrelloPluginUpdated = {
31560
- __typename?: 'TrelloPluginUpdated';
31648
+ export type TrelloPowerUpUpdated = {
31649
+ __typename?: 'TrelloPowerUpUpdated';
31561
31650
  objectId?: Maybe<Scalars['ID']['output']>;
31562
31651
  };
31563
- export type TrelloPopularLabelForColor = {
31564
- __typename?: 'TrelloPopularLabelForColor';
31565
- color?: Maybe<Scalars['String']['output']>;
31566
- labelName?: Maybe<Scalars['String']['output']>;
31567
- };
31568
31652
  export type TrelloProduct = {
31569
31653
  __typename?: 'TrelloProduct';
31570
31654
  sku: Scalars['Int']['output'];