@forge/cli-shared 9.2.0-next.6-experimental-f51f593 → 9.2.0-next.7-experimental-aa275c1

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,9 +1,10 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 9.2.0-next.6-experimental-f51f593
3
+ ## 9.2.0-next.7-experimental-aa275c1
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - 8826ca3: add personal apps support for Forge app creation
7
8
  - d415c89: Surface rate limit errors in CLI, improve E2E test robustness
8
9
  - 757223b: Added Dashboard, bitbucket, rovo, teamwork, action templates
9
10
 
@@ -14,10 +15,24 @@
14
15
  - 5abe69e: add support for personal app installation contexts
15
16
  - 3991f92: Update `tmp` from 0.2.5 to 0.2.6 in `@forge/cli-shared` to remediate vulnerability
16
17
  - Updated dependencies [4c5ba1c]
18
+ - Updated dependencies [8826ca3]
17
19
  - Updated dependencies [5abe69e]
18
20
  - Updated dependencies [7195f29]
19
21
  - Updated dependencies [3252a62]
20
- - @forge/manifest@13.1.1-next.2-experimental-f51f593
22
+ - Updated dependencies [c67b720]
23
+ - @forge/manifest@13.2.0-next.3-experimental-aa275c1
24
+
25
+ ## 9.2.0-next.7
26
+
27
+ ### Minor Changes
28
+
29
+ - 8826ca3: add personal apps support for Forge app creation
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [8826ca3]
34
+ - Updated dependencies [c67b720]
35
+ - @forge/manifest@13.2.0-next.3
21
36
 
22
37
  ## 9.2.0-next.6
23
38
 
@@ -1,8 +1,8 @@
1
+ import { InstallationTarget } from '../graphql';
2
+ import { StatsigService } from '../service';
3
+ import { PackageInstaller } from './package-installer';
1
4
  import { CreateAppClientInput, RegisterAppCommand, RegisterAppResult } from './register-app';
2
5
  import { Templater } from './template';
3
- import { PackageInstaller } from './package-installer';
4
- import { StatsigService } from '../service';
5
- import { InstallationTarget } from '../graphql';
6
6
  export interface CreateAppCommandInput extends CreateAppClientInput {
7
7
  template: string;
8
8
  directory: string;
@@ -23,7 +23,7 @@ export declare class CreateAppCommand {
23
23
  private readonly packageInstaller;
24
24
  private readonly statsig;
25
25
  constructor(templater: Templater, registerAppCommand: RegisterAppCommand, packageInstaller: PackageInstaller, statsig: StatsigService);
26
- execute({ name, description, template, directory, requiredProduct, installationTarget, developerSpaceId, billingConsent }: CreateAppCommandInput): Promise<CreateAppCommandResult>;
26
+ execute({ name, description, template, directory, requiredProduct, installationTarget, developerSpaceId, billingConsent, appFeatures }: CreateAppCommandInput): Promise<CreateAppCommandResult>;
27
27
  getAvailableTemplates(): Promise<string[]>;
28
28
  filterAvailableProducts<T extends string>(products: T[], teamworkGraph: T, crossContext: T): Promise<T[]>;
29
29
  }
@@ -1 +1 @@
1
- {"version":3,"file":"create-an-app.d.ts","sourceRoot":"","sources":["../../src/apps/create-an-app.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB;IACjE,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC;AAED,qBAAa,gBAAiB,SAAQ,KAAK;;CAI1C;AAED,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG;IACvD,SAAS,EAAE;QACT,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,CAAC;AAEF,qBAAa,gBAAgB;IAEzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,OAAO;gBAHP,SAAS,EAAE,SAAS,EACpB,kBAAkB,EAAE,kBAAkB,EACtC,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,cAAc;IAG7B,OAAO,CAAC,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,SAAS,EACT,eAAe,EACf,kBAAkB,EAClB,gBAAgB,EAChB,cAAc,EACf,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAkB7C,qBAAqB,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAS1C,uBAAuB,CAAC,CAAC,SAAS,MAAM,EACnD,QAAQ,EAAE,CAAC,EAAE,EACb,aAAa,EAAE,CAAC,EAChB,YAAY,EAAE,CAAC,GACd,OAAO,CAAC,CAAC,EAAE,CAAC;CAchB"}
1
+ {"version":3,"file":"create-an-app.d.ts","sourceRoot":"","sources":["../../src/apps/create-an-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAC7F,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB;IACjE,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC;AAED,qBAAa,gBAAiB,SAAQ,KAAK;;CAI1C;AAED,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG;IACvD,SAAS,EAAE;QACT,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH,CAAC;AAEF,qBAAa,gBAAgB;IAEzB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,OAAO;gBAHP,SAAS,EAAE,SAAS,EACpB,kBAAkB,EAAE,kBAAkB,EACtC,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,cAAc;IAG7B,OAAO,CAAC,EACnB,IAAI,EACJ,WAAW,EACX,QAAQ,EACR,SAAS,EACT,eAAe,EACf,kBAAkB,EAClB,gBAAgB,EAChB,cAAc,EACd,WAAW,EACZ,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAwB7C,qBAAqB,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAS1C,uBAAuB,CAAC,CAAC,SAAS,MAAM,EACnD,QAAQ,EAAE,CAAC,EAAE,EACb,aAAa,EAAE,CAAC,EAChB,YAAY,EAAE,CAAC,GACd,OAAO,CAAC,CAAC,EAAE,CAAC;CAchB"}
@@ -19,9 +19,15 @@ class CreateAppCommand {
19
19
  this.packageInstaller = packageInstaller;
20
20
  this.statsig = statsig;
21
21
  }
22
- async execute({ name, description, template, directory, requiredProduct, installationTarget, developerSpaceId, billingConsent }) {
22
+ async execute({ name, description, template, directory, requiredProduct, installationTarget, developerSpaceId, billingConsent, appFeatures }) {
23
23
  await this.templater.downloadAndExtract(template, directory);
24
- const result = await this.registerAppCommand.registerApp({ name, description, developerSpaceId, billingConsent }, directory, {
24
+ const result = await this.registerAppCommand.registerApp({
25
+ name,
26
+ description,
27
+ developerSpaceId,
28
+ billingConsent,
29
+ ...(appFeatures && { appFeatures })
30
+ }, directory, {
25
31
  shouldPrependAppName: true,
26
32
  requiredProduct,
27
33
  installationTarget
@@ -1,5 +1,5 @@
1
1
  import { ConfigFile, ConfigSectionReader, ConfigSectionWriter, NO_VALIDATION_TYPE } from '../config';
2
- import { InstallationTarget } from '../graphql';
2
+ import { CreateAppInput, InstallationTarget } from '../graphql';
3
3
  import { Logger } from '../ui';
4
4
  import { AppDetails } from './app-config';
5
5
  export interface CreateAppClientInput {
@@ -7,6 +7,7 @@ export interface CreateAppClientInput {
7
7
  description?: string;
8
8
  developerSpaceId?: string;
9
9
  billingConsent?: boolean;
10
+ appFeatures?: CreateAppInput['appFeatures'];
10
11
  }
11
12
  export interface CreateAppResult {
12
13
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"register-app.d.ts","sourceRoot":"","sources":["../../src/apps/register-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,mBAAmB,EAAqB,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAExH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,MAAM,EAAQ,MAAM,OAAO,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,EAAE,CAAC;CACL;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;CAClE;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,EAAE;QACT,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CAAC;AAEF,qBAAa,kBAAkB;IAE3B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAJV,SAAS,EAAE,eAAe,EAC1B,eAAe,EAAE,mBAAmB,CAAC,kBAAkB,CAAC,EACxD,eAAe,EAAE,mBAAmB,CAAC,UAAU,CAAC,EAChD,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU;IAG5B,OAAO,CAAC,KAAK,EAAE,oBAAoB,EAAE,EAAE,oBAA4B,EAAE;;KAAK,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQvG,WAAW,CACtB,KAAK,EAAE,oBAAoB,EAC3B,SAAS,EAAE,MAAM,EACjB,EACE,oBAAoB,EACpB,eAAe,EACf,kBAAkB,EACnB,EAAE;QACD,oBAAoB,EAAE,OAAO,CAAC;QAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;KACzC,GACA,OAAO,CAAC,eAAe,CAAC;CAwC5B"}
1
+ {"version":3,"file":"register-app.d.ts","sourceRoot":"","sources":["../../src/apps/register-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,mBAAmB,EAAqB,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAExH,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChE,OAAO,EAAE,MAAM,EAAQ,MAAM,OAAO,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;CAC7C;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,EAAE,CAAC;CACL;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;CAClE;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,EAAE;QACT,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CAAC;AAEF,qBAAa,kBAAkB;IAE3B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAJV,SAAS,EAAE,eAAe,EAC1B,eAAe,EAAE,mBAAmB,CAAC,kBAAkB,CAAC,EACxD,eAAe,EAAE,mBAAmB,CAAC,UAAU,CAAC,EAChD,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU;IAG5B,OAAO,CAAC,KAAK,EAAE,oBAAoB,EAAE,EAAE,oBAA4B,EAAE;;KAAK,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQvG,WAAW,CACtB,KAAK,EAAE,oBAAoB,EAC3B,SAAS,EAAE,MAAM,EACjB,EACE,oBAAoB,EACpB,eAAe,EACf,kBAAkB,EACnB,EAAE;QACD,oBAAoB,EAAE,OAAO,CAAC;QAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;KACzC,GACA,OAAO,CAAC,eAAe,CAAC;CAwC5B"}
@@ -6068,6 +6068,23 @@ export type AgentStudioAgentUsePermissionSettings = {
6068
6068
  etag?: Maybe<Scalars['String']['output']>;
6069
6069
  mode?: Maybe<AgentStudioUsePermissionMode>;
6070
6070
  };
6071
+ export type AgentStudioAgentValueConfig = {
6072
+ __typename?: 'AgentStudioAgentValueConfig';
6073
+ agentId?: Maybe<Scalars['ID']['output']>;
6074
+ customMeasurementLabel?: Maybe<Scalars['String']['output']>;
6075
+ customUnitLabel?: Maybe<Scalars['String']['output']>;
6076
+ unitValue?: Maybe<Scalars['String']['output']>;
6077
+ valueType?: Maybe<AgentStudioAgentValueType>;
6078
+ };
6079
+ export type AgentStudioAgentValueConfigResult = AgentStudioAgentValueConfig | QueryError;
6080
+ export declare enum AgentStudioAgentValueType {
6081
+ ComplianceChecks = "COMPLIANCE_CHECKS",
6082
+ CostSavings = "COST_SAVINGS",
6083
+ Custom = "CUSTOM",
6084
+ DeflectedTickets = "DEFLECTED_TICKETS",
6085
+ PipelineGrowth = "PIPELINE_GROWTH",
6086
+ TimeSavings = "TIME_SAVINGS"
6087
+ }
6071
6088
  export type AgentStudioAgentVersion = {
6072
6089
  __typename?: 'AgentStudioAgentVersion';
6073
6090
  id: Scalars['ID']['output'];
@@ -6514,6 +6531,11 @@ export type AgentStudioCreateScenarioPayload = Payload & {
6514
6531
  scenario?: Maybe<AgentStudioScenario>;
6515
6532
  success: Scalars['Boolean']['output'];
6516
6533
  };
6534
+ export type AgentStudioCustomValueConfigInput = {
6535
+ customMeasurementLabel: Scalars['String']['input'];
6536
+ customUnitLabel: Scalars['String']['input'];
6537
+ unitValue: Scalars['String']['input'];
6538
+ };
6517
6539
  export type AgentStudioDataset = {
6518
6540
  __typename?: 'AgentStudioDataset';
6519
6541
  count?: Maybe<Scalars['Int']['output']>;
@@ -6954,6 +6976,17 @@ export type AgentStudioPortalChannel = AgentStudioChannel & {
6954
6976
  connected?: Maybe<Scalars['Boolean']['output']>;
6955
6977
  url?: Maybe<Scalars['String']['output']>;
6956
6978
  };
6979
+ export type AgentStudioPresetValueConfigInput = {
6980
+ unitValue: Scalars['String']['input'];
6981
+ valueType: AgentStudioPresetValueType;
6982
+ };
6983
+ export declare enum AgentStudioPresetValueType {
6984
+ ComplianceChecks = "COMPLIANCE_CHECKS",
6985
+ CostSavings = "COST_SAVINGS",
6986
+ DeflectedTickets = "DEFLECTED_TICKETS",
6987
+ PipelineGrowth = "PIPELINE_GROWTH",
6988
+ TimeSavings = "TIME_SAVINGS"
6989
+ }
6957
6990
  export type AgentStudioProductAriAgentResult = {
6958
6991
  __typename?: 'AgentStudioProductAriAgentResult';
6959
6992
  agent?: Maybe<AgentStudioAgentResult>;
@@ -7491,6 +7524,16 @@ export type AgentStudioUpdateAgentUsePermissionSettingsInput = {
7491
7524
  etag?: InputMaybe<Scalars['String']['input']>;
7492
7525
  mode?: InputMaybe<AgentStudioUsePermissionMode>;
7493
7526
  };
7527
+ export type AgentStudioUpdateAgentValueConfigInput = {
7528
+ custom?: InputMaybe<AgentStudioCustomValueConfigInput>;
7529
+ preset?: InputMaybe<AgentStudioPresetValueConfigInput>;
7530
+ };
7531
+ export type AgentStudioUpdateAgentValueConfigPayload = Payload & {
7532
+ __typename?: 'AgentStudioUpdateAgentValueConfigPayload';
7533
+ errors?: Maybe<Array<MutationError>>;
7534
+ success: Scalars['Boolean']['output'];
7535
+ valueConfig?: Maybe<AgentStudioAgentValueConfig>;
7536
+ };
7494
7537
  export type AgentStudioUpdateAgentVerificationPayload = Payload & {
7495
7538
  __typename?: 'AgentStudioUpdateAgentVerificationPayload';
7496
7539
  agent?: Maybe<AgentStudioAgent>;
@@ -12637,6 +12680,8 @@ export type AssetsDmDataSourceDetails = {
12637
12680
  canBeScheduled?: Maybe<Scalars['Boolean']['output']>;
12638
12681
  dataSourceId?: Maybe<Scalars['ID']['output']>;
12639
12682
  dataSourceTypeId: Scalars['Int']['output'];
12683
+ fetchError?: Maybe<AssetsDmDataSourceError>;
12684
+ fetchWarning?: Maybe<Scalars['String']['output']>;
12640
12685
  isCloudFetchEnabled?: Maybe<Scalars['Boolean']['output']>;
12641
12686
  isTemplate: Scalars['Boolean']['output'];
12642
12687
  jobId?: Maybe<Scalars['ID']['output']>;
@@ -12644,6 +12689,12 @@ export type AssetsDmDataSourceDetails = {
12644
12689
  objectClassName: Scalars['String']['output'];
12645
12690
  schedule?: Maybe<AssetsDmDataSourceSchedule>;
12646
12691
  steps: AssetsDmDataSourceSteps;
12692
+ transformError?: Maybe<AssetsDmDataSourceError>;
12693
+ };
12694
+ export type AssetsDmDataSourceError = {
12695
+ __typename?: 'AssetsDMDataSourceError';
12696
+ message: Scalars['String']['output'];
12697
+ stackTrace: Scalars['String']['output'];
12647
12698
  };
12648
12699
  export type AssetsDmDataSourceFormFields = {
12649
12700
  __typename?: 'AssetsDMDataSourceFormFields';
@@ -31193,6 +31244,7 @@ export type ConfluenceContentModified = {
31193
31244
  inlineReactionHighlightDeleted?: Maybe<ConfluenceInlineReactionHighlightDeleted>;
31194
31245
  inlineReactionRemoved?: Maybe<ConfluenceInlineReactionRemoved>;
31195
31246
  markdownModeUpdated?: Maybe<ConfluenceMarkdownModeUpdated>;
31247
+ originTabId?: Maybe<Scalars['String']['output']>;
31196
31248
  pageBlogified?: Maybe<ConfluencePageBlogified>;
31197
31249
  pageMigrated?: Maybe<ConfluencePageMigrated>;
31198
31250
  pageMoved?: Maybe<ConfluencePageMoved>;
@@ -38068,7 +38120,9 @@ export type ContentAnalyticsUnreadComments = {
38068
38120
  };
38069
38121
  export type ContentAnalyticsViewers = {
38070
38122
  __typename?: 'ContentAnalyticsViewers';
38123
+ agentCount?: Maybe<Scalars['Int']['output']>;
38071
38124
  count: Scalars['Int']['output'];
38125
+ peopleCount?: Maybe<Scalars['Int']['output']>;
38072
38126
  };
38073
38127
  export type ContentAnalyticsViews = {
38074
38128
  __typename?: 'ContentAnalyticsViews';
@@ -120591,6 +120645,11 @@ export type JiraAgentSessionsFieldAgentSessionsArgs = {
120591
120645
  first?: InputMaybe<Scalars['Int']['input']>;
120592
120646
  last?: InputMaybe<Scalars['Int']['input']>;
120593
120647
  };
120648
+ export type JiraAgentSessionsScopeInput = {
120649
+ boardId?: InputMaybe<Scalars['ID']['input']>;
120650
+ jql?: InputMaybe<Scalars['String']['input']>;
120651
+ spaceKey?: InputMaybe<Scalars['String']['input']>;
120652
+ };
120594
120653
  export declare enum JiraAgentStateCategory {
120595
120654
  Finished = "FINISHED",
120596
120655
  NeedsInput = "NEEDS_INPUT",
@@ -138539,6 +138598,7 @@ export type JiraQuery = {
138539
138598
  activeBackgroundDetails?: Maybe<JiraActiveBackgroundDetailsResult>;
138540
138599
  advancedRoadmapsNavigation?: Maybe<JiraAdvancedRoadmapsNavigation>;
138541
138600
  agentSessions?: Maybe<AgentSessionAssociationConnection>;
138601
+ agentSessionsByScope?: Maybe<AgentSessionAssociationConnection>;
138542
138602
  aiAgentSessionEnrichment?: Maybe<JiraAiAgentSession>;
138543
138603
  allGrantTypeKeys?: Maybe<Array<JiraGrantTypeKey>>;
138544
138604
  allJiraJourneyConfigurations?: Maybe<JiraJourneyConfigurationConnection>;
@@ -138565,6 +138625,7 @@ export type JiraQuery = {
138565
138625
  bulkOperationProgress?: Maybe<JiraIssueBulkOperationProgress>;
138566
138626
  bulkOperationsMetadata?: Maybe<JiraIssueBulkOperationsMetadata>;
138567
138627
  canPerform?: Maybe<Scalars['Boolean']['output']>;
138628
+ caseManagementRequestTypeCreationOptions?: Maybe<JiraServiceManagementCaseManagementRequestTypeCreationOptionConnection>;
138568
138629
  cfoAnalytics?: Maybe<JiraCfoAnalyticsResult>;
138569
138630
  cfoConfigs?: Maybe<JiraCfoConfigsResult>;
138570
138631
  cfoInsights?: Maybe<JiraCfoMetricInsightConnection>;
@@ -138823,6 +138884,16 @@ export type JiraQueryAgentSessionsArgs = {
138823
138884
  last?: InputMaybe<Scalars['Int']['input']>;
138824
138885
  state?: InputMaybe<JiraAgentSessionStateCategory>;
138825
138886
  };
138887
+ export type JiraQueryAgentSessionsByScopeArgs = {
138888
+ after?: InputMaybe<Scalars['String']['input']>;
138889
+ before?: InputMaybe<Scalars['String']['input']>;
138890
+ cloudId: Scalars['ID']['input'];
138891
+ first?: InputMaybe<Scalars['Int']['input']>;
138892
+ isDeleted: Scalars['Boolean']['input'];
138893
+ last?: InputMaybe<Scalars['Int']['input']>;
138894
+ scope: JiraAgentSessionsScopeInput;
138895
+ state?: InputMaybe<JiraAgentSessionStateCategory>;
138896
+ };
138826
138897
  export type JiraQueryAiAgentSessionEnrichmentArgs = {
138827
138898
  input: JiraAiAgentSessionEnrichmentInput;
138828
138899
  };
@@ -138956,6 +139027,12 @@ export type JiraQueryCanPerformArgs = {
138956
139027
  cloudId: Scalars['ID']['input'];
138957
139028
  type: JiraActionType;
138958
139029
  };
139030
+ export type JiraQueryCaseManagementRequestTypeCreationOptionsArgs = {
139031
+ after?: InputMaybe<Scalars['String']['input']>;
139032
+ cloudId: Scalars['ID']['input'];
139033
+ first?: InputMaybe<Scalars['Int']['input']>;
139034
+ projectId: Scalars['ID']['input'];
139035
+ };
138959
139036
  export type JiraQueryCfoAnalyticsArgs = {
138960
139037
  cloudId: Scalars['ID']['input'];
138961
139038
  dimensions?: InputMaybe<Array<JiraCfoDimensionInput>>;
@@ -142147,6 +142224,27 @@ export type JiraServiceManagementBulkCreateRequestTypeFromTemplateInput = {
142147
142224
  createRequestTypeFromTemplateInputItems: Array<JiraServiceManagementCreateRequestTypeFromTemplateInput>;
142148
142225
  projectId: Scalars['ID']['input'];
142149
142226
  };
142227
+ export type JiraServiceManagementCaseManagementRequestTypeCreationOption = {
142228
+ __typename?: 'JiraServiceManagementCaseManagementRequestTypeCreationOption';
142229
+ existingRequestType?: Maybe<JiraServiceManagementRequestType>;
142230
+ key: Scalars['String']['output'];
142231
+ name: Scalars['String']['output'];
142232
+ requestTypeIconUrl?: Maybe<Scalars['String']['output']>;
142233
+ templateId: Scalars['ID']['output'];
142234
+ };
142235
+ export type JiraServiceManagementCaseManagementRequestTypeCreationOptionConnection = {
142236
+ __typename?: 'JiraServiceManagementCaseManagementRequestTypeCreationOptionConnection';
142237
+ edges?: Maybe<Array<Maybe<JiraServiceManagementCaseManagementRequestTypeCreationOptionEdge>>>;
142238
+ errors?: Maybe<Array<QueryError>>;
142239
+ nodes: Array<JiraServiceManagementCaseManagementRequestTypeCreationOption>;
142240
+ pageInfo: PageInfo;
142241
+ totalCount?: Maybe<Scalars['Int']['output']>;
142242
+ };
142243
+ export type JiraServiceManagementCaseManagementRequestTypeCreationOptionEdge = {
142244
+ __typename?: 'JiraServiceManagementCaseManagementRequestTypeCreationOptionEdge';
142245
+ cursor: Scalars['String']['output'];
142246
+ node?: Maybe<JiraServiceManagementCaseManagementRequestTypeCreationOption>;
142247
+ };
142150
142248
  export type JiraServiceManagementChannelSource = {
142151
142249
  __typename?: 'JiraServiceManagementChannelSource';
142152
142250
  displayName?: Maybe<Scalars['String']['output']>;
@@ -146118,6 +146216,7 @@ export type JiraUpdateBackgroundInput = {
146118
146216
  export type JiraUpdateBoardViewStatusColumnAgentInput = {
146119
146217
  agentAccountId: Scalars['ID']['input'];
146120
146218
  agentPrompt?: InputMaybe<Scalars['String']['input']>;
146219
+ agentRulesToUpdate?: InputMaybe<Array<JiraUpdateBoardViewStatusColumnAgentRuleInput>>;
146121
146220
  columnId: Scalars['ID']['input'];
146122
146221
  settings?: InputMaybe<JiraBoardViewSettings>;
146123
146222
  transitionsToAdd?: InputMaybe<Array<JiraUpdateBoardViewStatusColumnAgentTransitionInput>>;
@@ -146130,7 +146229,12 @@ export type JiraUpdateBoardViewStatusColumnAgentPayload = Payload & {
146130
146229
  errors?: Maybe<Array<MutationError>>;
146131
146230
  success: Scalars['Boolean']['output'];
146132
146231
  };
146232
+ export type JiraUpdateBoardViewStatusColumnAgentRuleInput = {
146233
+ ruleId: Scalars['ID']['input'];
146234
+ workflowId: Scalars['ID']['input'];
146235
+ };
146133
146236
  export type JiraUpdateBoardViewStatusColumnAgentTransitionInput = {
146237
+ ruleId?: InputMaybe<Scalars['ID']['input']>;
146134
146238
  transitionId: Scalars['ID']['input'];
146135
146239
  workflowId: Scalars['ID']['input'];
146136
146240
  };
@@ -166188,6 +166292,7 @@ export type MercuryRisksQueryApiRisksArgs = {
166188
166292
  export type MercuryRisksQueryApiRisksByLikelihoodAndImpactArgs = {
166189
166293
  cloudId: Scalars['ID']['input'];
166190
166294
  focusAreaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
166295
+ organizationIds?: InputMaybe<Array<Scalars['ID']['input']>>;
166191
166296
  riskStatusId: Scalars['ID']['input'];
166192
166297
  };
166193
166298
  export type MercuryRisksQueryApiRisksSearchArgs = {
@@ -168439,6 +168544,7 @@ export type Mutation = {
168439
168544
  agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
168440
168545
  agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
168441
168546
  agentStudio_updateAgentModelVersion?: Maybe<AgentStudioUpdateAgentModelVersionPayload>;
168547
+ agentStudio_updateAgentValueConfig?: Maybe<AgentStudioUpdateAgentValueConfigPayload>;
168442
168548
  agentStudio_updateAgentVerification?: Maybe<AgentStudioUpdateAgentVerificationPayload>;
168443
168549
  agentStudio_updateConversationConfiguration?: Maybe<AgentStudioUpdateConversationConfigurationPayload>;
168444
168550
  agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
@@ -170346,6 +170452,11 @@ export type MutationAgentStudio_UpdateAgentModelVersionArgs = {
170346
170452
  action: AgentStudioModelUpgradeAction;
170347
170453
  id: Scalars['ID']['input'];
170348
170454
  };
170455
+ export type MutationAgentStudio_UpdateAgentValueConfigArgs = {
170456
+ cloudId: Scalars['String']['input'];
170457
+ id: Scalars['ID']['input'];
170458
+ input: AgentStudioUpdateAgentValueConfigInput;
170459
+ };
170349
170460
  export type MutationAgentStudio_UpdateAgentVerificationArgs = {
170350
170461
  id: Scalars['ID']['input'];
170351
170462
  verified: Scalars['Boolean']['input'];
@@ -179093,6 +179204,7 @@ export type Query = {
179093
179204
  agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
179094
179205
  agentStudio_agentByIdForDuplicate?: Maybe<AgentStudioAgentResult>;
179095
179206
  agentStudio_agentByIdentityAccountId?: Maybe<AgentStudioAgentResult>;
179207
+ agentStudio_agentValueConfig?: Maybe<AgentStudioAgentValueConfigResult>;
179096
179208
  agentStudio_agentsByIds?: Maybe<Array<Maybe<AgentStudioAgent>>>;
179097
179209
  agentStudio_authReadinessForAgent?: Maybe<AgentStudioAuthReadinessResult>;
179098
179210
  agentStudio_batchEvalConversationById?: Maybe<AgentStudioConversationResult>;
@@ -179546,7 +179658,6 @@ export type Query = {
179546
179658
  confluence_contentTreeChildren?: Maybe<ConfluenceContentTreeItemConnection>;
179547
179659
  confluence_contentWatchersUnfiltered?: Maybe<PaginatedPersonList>;
179548
179660
  confluence_contents?: Maybe<Array<Maybe<Content>>>;
179549
- confluence_contextualTitleEmoji?: Maybe<Scalars['String']['output']>;
179550
179661
  confluence_csvExportDownloadLink?: Maybe<Scalars['String']['output']>;
179551
179662
  confluence_cutoverDate?: Maybe<ConfluenceCutoverDate>;
179552
179663
  confluence_dataLifecycleManagementPolicy?: Maybe<ConfluenceDataLifecycleManagementPolicy>;
@@ -183101,6 +183212,10 @@ export type QueryAgentStudio_AgentByIdentityAccountIdArgs = {
183101
183212
  cloudId: Scalars['String']['input'];
183102
183213
  id: Scalars['ID']['input'];
183103
183214
  };
183215
+ export type QueryAgentStudio_AgentValueConfigArgs = {
183216
+ cloudId: Scalars['String']['input'];
183217
+ id: Scalars['ID']['input'];
183218
+ };
183104
183219
  export type QueryAgentStudio_AgentsByIdsArgs = {
183105
183220
  ids: Array<Scalars['ID']['input']>;
183106
183221
  };
@@ -185302,10 +185417,6 @@ export type QueryConfluence_ContentWatchersUnfilteredArgs = {
185302
185417
  export type QueryConfluence_ContentsArgs = {
185303
185418
  ids: Array<InputMaybe<Scalars['ID']['input']>>;
185304
185419
  };
185305
- export type QueryConfluence_ContextualTitleEmojiArgs = {
185306
- pageAri: Scalars['ID']['input'];
185307
- pageTitle: Scalars['String']['input'];
185308
- };
185309
185420
  export type QueryConfluence_CsvExportDownloadLinkArgs = {
185310
185421
  cloudId: Scalars['ID']['input'];
185311
185422
  taskId: Scalars['String']['input'];
@@ -203215,6 +203326,7 @@ export type QueryJira_IssueCreateLayoutArgs = {
203215
203326
  layoutFilter?: InputMaybe<JiraIssueCreateLayoutFilter>;
203216
203327
  project?: InputMaybe<JiraProjectInput>;
203217
203328
  requestType?: InputMaybe<JiraRequestTypeInput>;
203329
+ sessionId?: InputMaybe<Scalars['String']['input']>;
203218
203330
  };
203219
203331
  export type QueryJira_IssueCreateLayoutWithMlArgs = {
203220
203332
  cloudId: Scalars['ID']['input'];
@@ -203222,6 +203334,7 @@ export type QueryJira_IssueCreateLayoutWithMlArgs = {
203222
203334
  layoutFilter?: InputMaybe<JiraIssueCreateLayoutFilter>;
203223
203335
  project?: InputMaybe<JiraProjectInput>;
203224
203336
  requestType?: InputMaybe<JiraRequestTypeInput>;
203337
+ sessionId?: InputMaybe<Scalars['String']['input']>;
203225
203338
  };
203226
203339
  export type QueryJira_IssueSearchTopLevelIssueFieldsAggregationArgs = {
203227
203340
  aggregationConfig?: InputMaybe<JiraIssueSearchAggregationConfigInput>;
@@ -240493,6 +240606,80 @@ export declare enum TrelloAiFeatureEntityAction {
240493
240606
  Create = "CREATE",
240494
240607
  Update = "UPDATE"
240495
240608
  }
240609
+ export type TrelloAiInterjectionParameterOverrides = {
240610
+ __typename?: 'TrelloAiInterjectionParameterOverrides';
240611
+ maximumTokens?: Maybe<Scalars['Int']['output']>;
240612
+ reasoningEffort?: Maybe<TrelloAiReasoningEffort>;
240613
+ temperature?: Maybe<Scalars['Float']['output']>;
240614
+ timeoutSeconds?: Maybe<Scalars['Int']['output']>;
240615
+ topP?: Maybe<Scalars['Float']['output']>;
240616
+ };
240617
+ export type TrelloAiInterjectionParameterOverridesInput = {
240618
+ maximumTokens?: InputMaybe<Scalars['Int']['input']>;
240619
+ reasoningEffort?: InputMaybe<TrelloAiReasoningEffort>;
240620
+ temperature?: InputMaybe<Scalars['Float']['input']>;
240621
+ timeoutSeconds?: InputMaybe<Scalars['Int']['input']>;
240622
+ topP?: InputMaybe<Scalars['Float']['input']>;
240623
+ };
240624
+ export type TrelloAiModelConfig = {
240625
+ __typename?: 'TrelloAiModelConfig';
240626
+ maximumTokens?: Maybe<Scalars['Int']['output']>;
240627
+ responseFormat?: Maybe<Scalars['String']['output']>;
240628
+ temperature?: Maybe<Scalars['Float']['output']>;
240629
+ topP?: Maybe<Scalars['Float']['output']>;
240630
+ };
240631
+ export type TrelloAiModelMetadata = {
240632
+ __typename?: 'TrelloAiModelMetadata';
240633
+ capabilities?: Maybe<Array<Scalars['String']['output']>>;
240634
+ id?: Maybe<Scalars['String']['output']>;
240635
+ isDefault?: Maybe<Scalars['Boolean']['output']>;
240636
+ name?: Maybe<Scalars['String']['output']>;
240637
+ provider?: Maybe<Scalars['String']['output']>;
240638
+ };
240639
+ export type TrelloAiPromptConfig = {
240640
+ __typename?: 'TrelloAiPromptConfig';
240641
+ feature?: Maybe<Scalars['String']['output']>;
240642
+ id?: Maybe<Scalars['String']['output']>;
240643
+ model?: Maybe<Scalars['String']['output']>;
240644
+ modelConfiguration?: Maybe<TrelloAiModelConfig>;
240645
+ systemPrompt?: Maybe<Scalars['String']['output']>;
240646
+ tools?: Maybe<Scalars['JSON']['output']>;
240647
+ useCaseId?: Maybe<Scalars['String']['output']>;
240648
+ version?: Maybe<Scalars['Int']['output']>;
240649
+ };
240650
+ export type TrelloAiPromptInterjectionContract = {
240651
+ __typename?: 'TrelloAiPromptInterjectionContract';
240652
+ definitions?: Maybe<Array<TrelloAiPromptInterjectionDefinition>>;
240653
+ models?: Maybe<Array<TrelloAiModelMetadata>>;
240654
+ overrideSchema?: Maybe<Scalars['JSON']['output']>;
240655
+ };
240656
+ export type TrelloAiPromptInterjectionDefinition = {
240657
+ __typename?: 'TrelloAiPromptInterjectionDefinition';
240658
+ currentPrompt?: Maybe<TrelloAiPromptConfig>;
240659
+ promptType?: Maybe<Scalars['String']['output']>;
240660
+ };
240661
+ export type TrelloAiPromptInterjectionOverride = {
240662
+ __typename?: 'TrelloAiPromptInterjectionOverride';
240663
+ enabled?: Maybe<Scalars['Boolean']['output']>;
240664
+ modelId?: Maybe<Scalars['String']['output']>;
240665
+ parameters?: Maybe<TrelloAiInterjectionParameterOverrides>;
240666
+ promptType: Scalars['String']['output'];
240667
+ systemPrompt?: Maybe<Scalars['String']['output']>;
240668
+ };
240669
+ export type TrelloAiPromptInterjectionOverrideInput = {
240670
+ enabled?: InputMaybe<Scalars['Boolean']['input']>;
240671
+ modelId?: InputMaybe<Scalars['String']['input']>;
240672
+ parameters?: InputMaybe<TrelloAiInterjectionParameterOverridesInput>;
240673
+ promptType: Scalars['String']['input'];
240674
+ systemPrompt?: InputMaybe<Scalars['String']['input']>;
240675
+ };
240676
+ export declare enum TrelloAiReasoningEffort {
240677
+ High = "HIGH",
240678
+ Low = "LOW",
240679
+ Medium = "MEDIUM",
240680
+ Minimal = "MINIMAL",
240681
+ None = "NONE"
240682
+ }
240496
240683
  export type TrelloAiRule = {
240497
240684
  __typename?: 'TrelloAiRule';
240498
240685
  id: Scalars['ID']['output'];
@@ -243983,12 +244170,15 @@ export type TrelloMutationApi = {
243983
244170
  removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
243984
244171
  reopenBoard?: Maybe<TrelloReopenBoardPayload>;
243985
244172
  reopenCard?: Maybe<TrelloReopenCardPayload>;
244173
+ researchCardWithAi?: Maybe<TrelloResearchCardWithAiPayload>;
243986
244174
  resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
244175
+ resetMemberAiImageGenerationUsage?: Maybe<TrelloResetMemberAiImageGenerationUsagePayload>;
243987
244176
  retryAiOnBoard?: Maybe<TrelloRetryAiOnBoardPayload>;
243988
244177
  revokeMemberOAuth2AccessGrants?: Maybe<TrelloRevokeMemberOAuth2AccessGrantsPayload>;
243989
244178
  rotateOAuth2ClientSecret?: Maybe<TrelloRotateOAuth2ClientSecretPayload>;
243990
244179
  sendBoardEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
243991
244180
  sendInboxEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
244181
+ setAiPromptInterjectionOverrides?: Maybe<TrelloSetAiPromptInterjectionOverridesPayload>;
243992
244182
  setBoardBackgroundFromImageUrl?: Maybe<TrelloSetBoardBackgroundFromImageUrlPayload>;
243993
244183
  setPlannerBoardOverride?: Maybe<TrelloSetPlannerBoardOverridePayload>;
243994
244184
  showCardCoversOnCardFront?: Maybe<TrelloShowCardCoversOnCardFrontPayload>;
@@ -244284,6 +244474,9 @@ export type TrelloMutationApiReopenBoardArgs = {
244284
244474
  export type TrelloMutationApiReopenCardArgs = {
244285
244475
  input: TrelloReopenCardInput;
244286
244476
  };
244477
+ export type TrelloMutationApiResearchCardWithAiArgs = {
244478
+ input: TrelloResearchCardWithAiInput;
244479
+ };
244287
244480
  export type TrelloMutationApiResetCardCoverArgs = {
244288
244481
  input: TrelloResetCardCoverInput;
244289
244482
  };
@@ -244299,6 +244492,9 @@ export type TrelloMutationApiRotateOAuth2ClientSecretArgs = {
244299
244492
  export type TrelloMutationApiSendBoardEmailKeyMessageArgs = {
244300
244493
  input?: InputMaybe<TrelloSendBoardEmailKeyInput>;
244301
244494
  };
244495
+ export type TrelloMutationApiSetAiPromptInterjectionOverridesArgs = {
244496
+ input: TrelloSetAiPromptInterjectionOverridesInput;
244497
+ };
244302
244498
  export type TrelloMutationApiSetBoardBackgroundFromImageUrlArgs = {
244303
244499
  input: TrelloSetBoardBackgroundFromImageUrlInput;
244304
244500
  };
@@ -245402,6 +245598,8 @@ export type TrelloProviderCalendarInterface = {
245402
245598
  };
245403
245599
  export type TrelloQueryApi = {
245404
245600
  __typename?: 'TrelloQueryApi';
245601
+ aiPromptInterjectionContract?: Maybe<TrelloAiPromptInterjectionContract>;
245602
+ aiPromptInterjectionOverrides?: Maybe<Array<TrelloAiPromptInterjectionOverride>>;
245405
245603
  application?: Maybe<TrelloApplication>;
245406
245604
  archivedCards?: Maybe<TrelloArchivedCardConnection>;
245407
245605
  attachmentsById?: Maybe<Array<Maybe<TrelloAttachment>>>;
@@ -245792,6 +245990,26 @@ export type TrelloReopenCardPayload = Payload & {
245792
245990
  errors?: Maybe<Array<MutationError>>;
245793
245991
  success: Scalars['Boolean']['output'];
245794
245992
  };
245993
+ export type TrelloResearchCardSuggestedLink = {
245994
+ __typename?: 'TrelloResearchCardSuggestedLink';
245995
+ reason: Scalars['String']['output'];
245996
+ title: Scalars['String']['output'];
245997
+ url: Scalars['String']['output'];
245998
+ };
245999
+ export type TrelloResearchCardWithAiInput = {
246000
+ cardId: Scalars['ID']['input'];
246001
+ };
246002
+ export type TrelloResearchCardWithAiPayload = Payload & {
246003
+ __typename?: 'TrelloResearchCardWithAiPayload';
246004
+ errors?: Maybe<Array<MutationError>>;
246005
+ result?: Maybe<TrelloResearchCardWithAiResult>;
246006
+ success: Scalars['Boolean']['output'];
246007
+ };
246008
+ export type TrelloResearchCardWithAiResult = {
246009
+ __typename?: 'TrelloResearchCardWithAiResult';
246010
+ suggestedLinks: Array<TrelloResearchCardSuggestedLink>;
246011
+ summary: Scalars['String']['output'];
246012
+ };
245795
246013
  export type TrelloResetCardCoverInput = {
245796
246014
  cardId: Scalars['ID']['input'];
245797
246015
  };
@@ -245801,6 +246019,12 @@ export type TrelloResetCardCoverPayload = Payload & {
245801
246019
  errors?: Maybe<Array<MutationError>>;
245802
246020
  success: Scalars['Boolean']['output'];
245803
246021
  };
246022
+ export type TrelloResetMemberAiImageGenerationUsagePayload = Payload & {
246023
+ __typename?: 'TrelloResetMemberAiImageGenerationUsagePayload';
246024
+ errors?: Maybe<Array<MutationError>>;
246025
+ success: Scalars['Boolean']['output'];
246026
+ usageLimits?: Maybe<Array<TrelloUsageLimit>>;
246027
+ };
245804
246028
  export type TrelloRetryAiOnBoardInput = {
245805
246029
  boardId: Scalars['ID']['input'];
245806
246030
  userInput: TrelloAiBoardUserInput;
@@ -245873,6 +246097,14 @@ export type TrelloSendBoardEmailKeyMessagePayload = Payload & {
245873
246097
  errors?: Maybe<Array<MutationError>>;
245874
246098
  success: Scalars['Boolean']['output'];
245875
246099
  };
246100
+ export type TrelloSetAiPromptInterjectionOverridesInput = {
246101
+ overrides: Array<TrelloAiPromptInterjectionOverrideInput>;
246102
+ };
246103
+ export type TrelloSetAiPromptInterjectionOverridesPayload = Payload & {
246104
+ __typename?: 'TrelloSetAiPromptInterjectionOverridesPayload';
246105
+ errors?: Maybe<Array<MutationError>>;
246106
+ success: Scalars['Boolean']['output'];
246107
+ };
245876
246108
  export type TrelloSetBoardBackgroundFromImageUrlInput = {
245877
246109
  boardId: Scalars['ID']['input'];
245878
246110
  url: Scalars['String']['input'];
@@ -246784,6 +247016,7 @@ export type TrelloUserUnrestrictedAccessSummary = {
246784
247016
  };
246785
247017
  export type TrelloVoiceCaptureCardUpdated = {
246786
247018
  __typename?: 'TrelloVoiceCaptureCardUpdated';
247019
+ description?: Maybe<Scalars['String']['output']>;
246787
247020
  due?: Maybe<Scalars['DateTime']['output']>;
246788
247021
  name?: Maybe<Scalars['String']['output']>;
246789
247022
  objectId: Scalars['ID']['output'];