@forge/cli-shared 6.11.1-next.0 → 7.0.0-next.2
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 +19 -0
- package/out/app-logs/graphql-client.d.ts +1 -1
- package/out/app-logs/view-logs.d.ts +1 -1
- package/out/app-logs/view-logs.d.ts.map +1 -1
- package/out/graphql/graphql-types.d.ts +92 -2
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +5 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +12 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 7.0.0-next.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 30d2f61: Add forge container tunnel MVP
|
|
8
|
+
|
|
9
|
+
## 7.0.0-next.1
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- 3b2ffa9: updated the type of appVersion
|
|
14
|
+
- 3b2ffa9: update appVersion type in logs command
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 7c02425: Unhide forge build commands
|
|
19
|
+
- Updated dependencies [35165ba]
|
|
20
|
+
- @forge/manifest@9.4.0-next.0
|
|
21
|
+
|
|
3
22
|
## 6.11.1-next.0
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -14,7 +14,7 @@ export declare class LogsGraphQLClient implements ViewAppLogsClient {
|
|
|
14
14
|
viewInvocationLogs(details: AppInvocationLogsDetails): Promise<{
|
|
15
15
|
logs: InvocationLogLine[];
|
|
16
16
|
id: string;
|
|
17
|
-
appVersion: string;
|
|
17
|
+
appVersion: string | null | undefined;
|
|
18
18
|
function?: string | undefined;
|
|
19
19
|
trigger?: string | undefined;
|
|
20
20
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-logs.d.ts","sourceRoot":"","sources":["../../src/app-logs/view-logs.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAmB,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,oBAAY,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;CACpB,CAAC;AAEF,oBAAY,gBAAgB,GAAG,cAAc,GAAG;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,sBAAsB;IACrC,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B;AAED,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"view-logs.d.ts","sourceRoot":"","sources":["../../src/app-logs/view-logs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1876,7 +1876,7 @@ export declare type AppLogLines = {
|
|
|
1876
1876
|
export declare type AppLogsWithMetaData = {
|
|
1877
1877
|
__typename?: 'AppLogsWithMetaData';
|
|
1878
1878
|
appId: Scalars['String']['output'];
|
|
1879
|
-
appVersion
|
|
1879
|
+
appVersion?: Maybe<Scalars['String']['output']>;
|
|
1880
1880
|
cloudwatchId?: Maybe<Scalars['String']['output']>;
|
|
1881
1881
|
context?: Maybe<Context>;
|
|
1882
1882
|
edition?: Maybe<EditionValue>;
|
|
@@ -4096,6 +4096,21 @@ export declare type CcpOrderDefaultsInput = {
|
|
|
4096
4096
|
currentEntitlementId?: InputMaybe<Scalars['String']['input']>;
|
|
4097
4097
|
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
4098
4098
|
};
|
|
4099
|
+
export declare type CcpPostalAddress = {
|
|
4100
|
+
__typename?: 'CcpPostalAddress';
|
|
4101
|
+
city?: Maybe<Scalars['String']['output']>;
|
|
4102
|
+
country?: Maybe<Scalars['String']['output']>;
|
|
4103
|
+
line1?: Maybe<Scalars['String']['output']>;
|
|
4104
|
+
line2?: Maybe<Scalars['String']['output']>;
|
|
4105
|
+
phone?: Maybe<Scalars['String']['output']>;
|
|
4106
|
+
postcode?: Maybe<Scalars['String']['output']>;
|
|
4107
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
4108
|
+
};
|
|
4109
|
+
export declare type CcpPriceEligibilityMapEntry = {
|
|
4110
|
+
__typename?: 'CcpPriceEligibilityMapEntry';
|
|
4111
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
4112
|
+
value?: Maybe<Scalars['Boolean']['output']>;
|
|
4113
|
+
};
|
|
4099
4114
|
export declare type CcpPricingPlan = CommercePricingPlan & Node & {
|
|
4100
4115
|
__typename?: 'CcpPricingPlan';
|
|
4101
4116
|
activatedWithReason?: Maybe<CcpActivationReason>;
|
|
@@ -4199,6 +4214,7 @@ export declare type CcpQueryApi = {
|
|
|
4199
4214
|
pricingPlans?: Maybe<Array<Maybe<CcpPricingPlan>>>;
|
|
4200
4215
|
product?: Maybe<CcpProduct>;
|
|
4201
4216
|
quotes?: Maybe<Array<Maybe<CcpQuote>>>;
|
|
4217
|
+
shipToParties?: Maybe<Array<Maybe<CcpShipToParty>>>;
|
|
4202
4218
|
transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
4203
4219
|
transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
4204
4220
|
};
|
|
@@ -4226,6 +4242,9 @@ export declare type CcpQueryApiProductArgs = {
|
|
|
4226
4242
|
export declare type CcpQueryApiQuotesArgs = {
|
|
4227
4243
|
ids: Array<Scalars['ID']['input']>;
|
|
4228
4244
|
};
|
|
4245
|
+
export declare type CcpQueryApiShipToPartiesArgs = {
|
|
4246
|
+
ids: Array<Scalars['ID']['input']>;
|
|
4247
|
+
};
|
|
4229
4248
|
export declare type CcpQueryApiTransactionAccountArgs = {
|
|
4230
4249
|
id: Scalars['ID']['input'];
|
|
4231
4250
|
};
|
|
@@ -4562,6 +4581,20 @@ export declare type CcpRootExperienceCapabilities = {
|
|
|
4562
4581
|
export declare type CcpRootExperienceCapabilitiesCreateEntitlementArgs = {
|
|
4563
4582
|
input: CcpCreateEntitlementInput;
|
|
4564
4583
|
};
|
|
4584
|
+
export declare type CcpShipToParty = Node & {
|
|
4585
|
+
__typename?: 'CcpShipToParty';
|
|
4586
|
+
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
4587
|
+
id: Scalars['ID']['output'];
|
|
4588
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
4589
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
4590
|
+
postalAddress?: Maybe<CcpPostalAddress>;
|
|
4591
|
+
priceEligibility?: Maybe<Array<Maybe<CcpPriceEligibilityMapEntry>>>;
|
|
4592
|
+
taxId?: Maybe<Scalars['String']['output']>;
|
|
4593
|
+
taxIds?: Maybe<Array<Maybe<CcpTaxId>>>;
|
|
4594
|
+
transactionAccount?: Maybe<CcpTransactionAccountPartition>;
|
|
4595
|
+
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4596
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
4597
|
+
};
|
|
4565
4598
|
export declare type CcpSubscription = CommerceSubscription & {
|
|
4566
4599
|
__typename?: 'CcpSubscription';
|
|
4567
4600
|
accountDetails?: Maybe<CcpAccountDetails>;
|
|
@@ -4608,6 +4641,13 @@ export declare enum CcpSupportedBillingSystems {
|
|
|
4608
4641
|
Hams = "HAMS",
|
|
4609
4642
|
Opsgenie = "OPSGENIE"
|
|
4610
4643
|
}
|
|
4644
|
+
export declare type CcpTaxId = {
|
|
4645
|
+
__typename?: 'CcpTaxId';
|
|
4646
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
4647
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
4648
|
+
taxIdDescription?: Maybe<Scalars['String']['output']>;
|
|
4649
|
+
taxIdLabel?: Maybe<Scalars['String']['output']>;
|
|
4650
|
+
};
|
|
4611
4651
|
export declare enum CcpTiersMode {
|
|
4612
4652
|
Graduated = "GRADUATED",
|
|
4613
4653
|
Volume = "VOLUME"
|
|
@@ -4633,6 +4673,11 @@ export declare type CcpTransactionAccountExperienceCapabilities = CommerceTransa
|
|
|
4633
4673
|
addPaymentMethodV2?: Maybe<CcpAddPaymentMethodExperienceCapability>;
|
|
4634
4674
|
multipleProductUpgrades?: Maybe<CcpMultipleProductUpgradesExperienceCapability>;
|
|
4635
4675
|
};
|
|
4676
|
+
export declare type CcpTransactionAccountPartition = {
|
|
4677
|
+
__typename?: 'CcpTransactionAccountPartition';
|
|
4678
|
+
key?: Maybe<Scalars['ID']['output']>;
|
|
4679
|
+
partitionKey?: Maybe<Scalars['String']['output']>;
|
|
4680
|
+
};
|
|
4636
4681
|
export declare enum CcpTransactionAccountType {
|
|
4637
4682
|
Direct = "DIRECT",
|
|
4638
4683
|
Partner = "PARTNER",
|
|
@@ -4720,6 +4765,11 @@ export declare type ChannelPlatformConnectionData = {
|
|
|
4720
4765
|
attendee?: Maybe<ChannelPlatformAttendee>;
|
|
4721
4766
|
meeting?: Maybe<ChannelPlatformMeeting>;
|
|
4722
4767
|
};
|
|
4768
|
+
export declare type ChannelPlatformContact = {
|
|
4769
|
+
__typename?: 'ChannelPlatformContact';
|
|
4770
|
+
channel?: Maybe<ChannelPlatformChannelType>;
|
|
4771
|
+
contactId?: Maybe<Scalars['ID']['output']>;
|
|
4772
|
+
};
|
|
4723
4773
|
export declare type ChannelPlatformGetChannelTokenRequest = {
|
|
4724
4774
|
channelType?: InputMaybe<ChannelPlatformChannelType>;
|
|
4725
4775
|
contactFlowId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4775,6 +4825,7 @@ export declare type ChannelPlatformSubmitRequestInput = {
|
|
|
4775
4825
|
export declare type ChannelPlatformSubmitRequestResponse = {
|
|
4776
4826
|
__typename?: 'ChannelPlatformSubmitRequestResponse';
|
|
4777
4827
|
channel?: Maybe<ChannelPlatformChannelType>;
|
|
4828
|
+
requestUuid?: Maybe<Scalars['String']['output']>;
|
|
4778
4829
|
value?: Maybe<ChannelPlatformTokenResponse>;
|
|
4779
4830
|
};
|
|
4780
4831
|
export declare type ChannelPlatformSubmitTicketResponse = {
|
|
@@ -8746,6 +8797,7 @@ export declare type CompassScorecard = Node & {
|
|
|
8746
8797
|
statusConfig?: Maybe<CompassScorecardStatusConfig>;
|
|
8747
8798
|
type: Scalars['String']['output'];
|
|
8748
8799
|
url?: Maybe<Scalars['URL']['output']>;
|
|
8800
|
+
verified?: Maybe<Scalars['Boolean']['output']>;
|
|
8749
8801
|
viewerPermissions?: Maybe<CompassScorecardInstancePermissions>;
|
|
8750
8802
|
};
|
|
8751
8803
|
export declare type CompassScorecardAppliedToComponentsArgs = {
|
|
@@ -22961,6 +23013,7 @@ export declare type DevAiCreateTechnicalPlannerJobPayload = Payload & {
|
|
|
22961
23013
|
export declare type DevAiFlowPipeline = {
|
|
22962
23014
|
__typename?: 'DevAiFlowPipeline';
|
|
22963
23015
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23016
|
+
debugUrl?: Maybe<Scalars['String']['output']>;
|
|
22964
23017
|
id: Scalars['ID']['output'];
|
|
22965
23018
|
serverSecret?: Maybe<Scalars['String']['output']>;
|
|
22966
23019
|
sessionARI: Scalars['ID']['output'];
|
|
@@ -23032,6 +23085,7 @@ export declare type DevAiInvokeAutodevRovoAgentInBulkIssueResult = {
|
|
|
23032
23085
|
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
23033
23086
|
issue?: Maybe<JiraIssue>;
|
|
23034
23087
|
issueId?: Maybe<Scalars['ID']['output']>;
|
|
23088
|
+
jobAri?: Maybe<Scalars['ID']['output']>;
|
|
23035
23089
|
};
|
|
23036
23090
|
export declare type DevAiInvokeAutodevRovoAgentInBulkPayload = Payload & {
|
|
23037
23091
|
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkPayload';
|
|
@@ -23259,6 +23313,13 @@ export declare enum DevAiWorkflowRunStatus {
|
|
|
23259
23313
|
InProgress = "IN_PROGRESS",
|
|
23260
23314
|
Pending = "PENDING"
|
|
23261
23315
|
}
|
|
23316
|
+
export declare type DevAiWorkspace = {
|
|
23317
|
+
__typename?: 'DevAiWorkspace';
|
|
23318
|
+
cloudId?: Maybe<Scalars['ID']['output']>;
|
|
23319
|
+
origin?: Maybe<Scalars['String']['output']>;
|
|
23320
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
23321
|
+
workspaceAri: Scalars['ID']['output'];
|
|
23322
|
+
};
|
|
23262
23323
|
export declare type DevOps = {
|
|
23263
23324
|
__typename?: 'DevOps';
|
|
23264
23325
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -59701,6 +59762,7 @@ export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
|
|
|
59701
59762
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
59702
59763
|
repoUrl: Scalars['String']['input'];
|
|
59703
59764
|
sourceBranch?: InputMaybe<Scalars['String']['input']>;
|
|
59765
|
+
targetBranch?: InputMaybe<Scalars['String']['input']>;
|
|
59704
59766
|
};
|
|
59705
59767
|
export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
|
|
59706
59768
|
issueAri: Scalars['ID']['input'];
|
|
@@ -72301,6 +72363,18 @@ export declare type JiraUpdateFormattingRulePayload = Payload & {
|
|
|
72301
72363
|
success: Scalars['Boolean']['output'];
|
|
72302
72364
|
updatedRule?: Maybe<JiraFormattingRule>;
|
|
72303
72365
|
};
|
|
72366
|
+
export declare type JiraUpdateGlobalCustomFieldInput = {
|
|
72367
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
72368
|
+
fieldId: Scalars['String']['input'];
|
|
72369
|
+
name: Scalars['String']['input'];
|
|
72370
|
+
searcherKey?: InputMaybe<Scalars['String']['input']>;
|
|
72371
|
+
};
|
|
72372
|
+
export declare type JiraUpdateGlobalCustomFieldPayload = Payload & {
|
|
72373
|
+
__typename?: 'JiraUpdateGlobalCustomFieldPayload';
|
|
72374
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72375
|
+
field?: Maybe<JiraIssueFieldConfig>;
|
|
72376
|
+
success: Scalars['Boolean']['output'];
|
|
72377
|
+
};
|
|
72304
72378
|
export declare type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
72305
72379
|
preferences: Array<JiraNotificationPreferenceInput>;
|
|
72306
72380
|
};
|
|
@@ -76634,6 +76708,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
76634
76708
|
latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
76635
76709
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
76636
76710
|
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
|
|
76711
|
+
pricingParentSoftwares?: Maybe<Array<Maybe<MarketplaceConsolePricingParentSoftware>>>;
|
|
76637
76712
|
storesPersonalData?: Maybe<Scalars['Boolean']['output']>;
|
|
76638
76713
|
};
|
|
76639
76714
|
export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
@@ -81760,6 +81835,7 @@ export declare type Mutation = {
|
|
|
81760
81835
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
81761
81836
|
jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
|
|
81762
81837
|
jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
|
|
81838
|
+
jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
|
|
81763
81839
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
81764
81840
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
81765
81841
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
@@ -82081,7 +82157,6 @@ export declare type MutationBulkUpdateMainSpaceSidebarLinksArgs = {
|
|
|
82081
82157
|
export declare type MutationChannelPlatform_AssignAgentToContactArgs = {
|
|
82082
82158
|
aaId?: InputMaybe<Scalars['String']['input']>;
|
|
82083
82159
|
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
82084
|
-
instanceId?: InputMaybe<Scalars['String']['input']>;
|
|
82085
82160
|
};
|
|
82086
82161
|
export declare type MutationChannelPlatform_CreateQueuesArgs = {
|
|
82087
82162
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -83259,6 +83334,10 @@ export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs
|
|
|
83259
83334
|
cloudId: Scalars['ID']['input'];
|
|
83260
83335
|
input: JiraFieldToFieldConfigSchemeAssociationsInput;
|
|
83261
83336
|
};
|
|
83337
|
+
export declare type MutationJira_UpdateGlobalCustomFieldArgs = {
|
|
83338
|
+
cloudId: Scalars['ID']['input'];
|
|
83339
|
+
input: JiraUpdateGlobalCustomFieldInput;
|
|
83340
|
+
};
|
|
83262
83341
|
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
83263
83342
|
input: JiraUpdateBackgroundInput;
|
|
83264
83343
|
};
|
|
@@ -86684,6 +86763,7 @@ export declare type Query = {
|
|
|
86684
86763
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
86685
86764
|
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
86686
86765
|
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
86766
|
+
channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
|
|
86687
86767
|
channelPlatform_getQueue?: Maybe<ChannelPlatformConnectQueue>;
|
|
86688
86768
|
channelPlatform_listQueues?: Maybe<Array<Maybe<ChannelPlatformConnectQueue>>>;
|
|
86689
86769
|
channelPlatform_sampleQueueById?: Maybe<ChannelPlatformSampleQueue>;
|
|
@@ -87005,6 +87085,7 @@ export declare type Query = {
|
|
|
87005
87085
|
devai_flowSessionResume?: Maybe<DevAiFlowPipeline>;
|
|
87006
87086
|
devai_flowSessionsByCreatorAndCloudId?: Maybe<Array<Maybe<DevAiFlowSession>>>;
|
|
87007
87087
|
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
87088
|
+
devai_rovoDevAgentsWorkspace?: Maybe<DevAiWorkspace>;
|
|
87008
87089
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
87009
87090
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
87010
87091
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -87608,6 +87689,9 @@ export declare type QueryChannelPlatform_GetAgentIdForAaidArgs = {
|
|
|
87608
87689
|
export declare type QueryChannelPlatform_GetChannelTokenArgs = {
|
|
87609
87690
|
request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
|
|
87610
87691
|
};
|
|
87692
|
+
export declare type QueryChannelPlatform_GetContactDetailsArgs = {
|
|
87693
|
+
ticketId?: InputMaybe<Scalars['ID']['input']>;
|
|
87694
|
+
};
|
|
87611
87695
|
export declare type QueryChannelPlatform_GetQueueArgs = {
|
|
87612
87696
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
87613
87697
|
};
|
|
@@ -89053,6 +89137,9 @@ export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
|
89053
89137
|
atlassianAccountId: Scalars['ID']['input'];
|
|
89054
89138
|
cloudId: Scalars['ID']['input'];
|
|
89055
89139
|
};
|
|
89140
|
+
export declare type QueryDevai_RovoDevAgentsWorkspaceArgs = {
|
|
89141
|
+
cloudId: Scalars['ID']['input'];
|
|
89142
|
+
};
|
|
89056
89143
|
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
89057
89144
|
cloudId: Scalars['ID']['input'];
|
|
89058
89145
|
jobId: Scalars['ID']['input'];
|
|
@@ -90627,6 +90714,7 @@ export declare type RadarPositionsByAriObject = MercuryFocusArea;
|
|
|
90627
90714
|
export declare type RadarPositionsByEntity = {
|
|
90628
90715
|
__typename?: 'RadarPositionsByEntity';
|
|
90629
90716
|
entity?: Maybe<RadarPositionsByAriObject>;
|
|
90717
|
+
entityId: Scalars['ID']['output'];
|
|
90630
90718
|
fieldValues: Array<RadarFieldValueIdPair>;
|
|
90631
90719
|
id: Scalars['ID']['output'];
|
|
90632
90720
|
type: RadarEntityType;
|
|
@@ -93187,6 +93275,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
93187
93275
|
createdBy?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93188
93276
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93189
93277
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
93278
|
+
labels?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93190
93279
|
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
|
|
93191
93280
|
subtypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
93192
93281
|
thirdPartyProducts?: InputMaybe<Array<SearchThirdPartyProduct>>;
|
|
@@ -102588,6 +102677,7 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
102588
102677
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
102589
102678
|
statusConfig?: InputMaybe<CompassScorecardStatusConfigInput>;
|
|
102590
102679
|
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
|
|
102680
|
+
verified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
102591
102681
|
};
|
|
102592
102682
|
export declare type UpdateCompassScorecardPayload = Payload & {
|
|
102593
102683
|
__typename?: 'UpdateCompassScorecardPayload';
|