@forge/cli-shared 8.17.0-next.3 → 8.17.0-next.4
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
|
@@ -2389,14 +2389,8 @@ export declare type AdminAuditLogEventEdge = {
|
|
|
2389
2389
|
node: AdminAuditLogEvent;
|
|
2390
2390
|
};
|
|
2391
2391
|
export declare type AdminAuditLogEventExportInput = {
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
2395
|
-
ip?: InputMaybe<Scalars['String']['input']>;
|
|
2396
|
-
location?: InputMaybe<Scalars['String']['input']>;
|
|
2397
|
-
product?: InputMaybe<Scalars['String']['input']>;
|
|
2398
|
-
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
2399
|
-
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
2392
|
+
format?: InputMaybe<AdminAuditLogEventMessageFormat>;
|
|
2393
|
+
query: Scalars['String']['input'];
|
|
2400
2394
|
};
|
|
2401
2395
|
export declare type AdminAuditLogEventExportResponsePayload = Payload & {
|
|
2402
2396
|
__typename?: 'AdminAuditLogEventExportResponsePayload';
|
|
@@ -5003,6 +4997,10 @@ export declare type AgentWorkspaceAgentsPageInfo = {
|
|
|
5003
4997
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
5004
4998
|
totalAgents: Scalars['Int']['output'];
|
|
5005
4999
|
};
|
|
5000
|
+
export declare type AgentWorkspaceAppliedFilters = {
|
|
5001
|
+
__typename?: 'AgentWorkspaceAppliedFilters';
|
|
5002
|
+
agentIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
5003
|
+
};
|
|
5006
5004
|
export declare type AgentWorkspaceArchiveSkillInput = {
|
|
5007
5005
|
cloudId: Scalars['ID']['input'];
|
|
5008
5006
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -5032,6 +5030,7 @@ export declare type AgentWorkspaceAssignSkillPayload = {
|
|
|
5032
5030
|
export declare type AgentWorkspaceAvailabilityConnection = {
|
|
5033
5031
|
__typename?: 'AgentWorkspaceAvailabilityConnection';
|
|
5034
5032
|
edges: Array<AgentWorkspaceAvailabilityEdge>;
|
|
5033
|
+
initialFilters?: Maybe<AgentWorkspaceAppliedFilters>;
|
|
5035
5034
|
nodes: Array<AgentWorkspaceAgentAvailability>;
|
|
5036
5035
|
pageInfo: AgentWorkspaceAvailabilityPageInfo;
|
|
5037
5036
|
summary: AgentWorkspaceAvailabilitySummary;
|
|
@@ -5050,6 +5049,7 @@ export declare type AgentWorkspaceAvailabilityError = {
|
|
|
5050
5049
|
export declare type AgentWorkspaceAvailabilityInput = {
|
|
5051
5050
|
agentIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
5052
5051
|
cloudId: Scalars['ID']['input'];
|
|
5052
|
+
isInitialFetch?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5053
5053
|
page?: InputMaybe<Scalars['Int']['input']>;
|
|
5054
5054
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
5055
5055
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -15664,6 +15664,7 @@ export declare type CommerceExpCcpQuery = {
|
|
|
15664
15664
|
product?: Maybe<CommerceExpCcpProduct>;
|
|
15665
15665
|
products?: Maybe<Array<Maybe<CommerceExpCcpProduct>>>;
|
|
15666
15666
|
quote?: Maybe<CommerceExpCcpQuote>;
|
|
15667
|
+
quoteOperations?: Maybe<CommerceExpCcpQuoteOperations>;
|
|
15667
15668
|
testField?: Maybe<CommerceExpCommerceExpTestField>;
|
|
15668
15669
|
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
15669
15670
|
transactionAccounts?: Maybe<Array<Maybe<CommerceExpCcpTransactionAccount>>>;
|
|
@@ -15743,6 +15744,9 @@ export declare type CommerceExpCcpQueryProductsArgs = {
|
|
|
15743
15744
|
export declare type CommerceExpCcpQueryQuoteArgs = {
|
|
15744
15745
|
id: Scalars['ID']['input'];
|
|
15745
15746
|
};
|
|
15747
|
+
export declare type CommerceExpCcpQueryQuoteOperationsArgs = {
|
|
15748
|
+
quoteOperationsInput: CommerceExpQuoteOperationsInput;
|
|
15749
|
+
};
|
|
15746
15750
|
export declare type CommerceExpCcpQueryTransactionAccountArgs = {
|
|
15747
15751
|
id: Scalars['ID']['input'];
|
|
15748
15752
|
};
|
|
@@ -15810,6 +15814,14 @@ export declare type CommerceExpCcpQuoteLineItems3Args = {
|
|
|
15810
15814
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15811
15815
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
15812
15816
|
};
|
|
15817
|
+
export declare type CommerceExpCcpQuoteOperations = {
|
|
15818
|
+
__typename?: 'CommerceExpCcpQuoteOperations';
|
|
15819
|
+
error?: Maybe<CommerceExpQuoteOperationError>;
|
|
15820
|
+
id: Scalars['ID']['output'];
|
|
15821
|
+
quoteId: Scalars['ID']['output'];
|
|
15822
|
+
requestedQuoteAction?: Maybe<CommerceExpRequestedQuoteAction>;
|
|
15823
|
+
status?: Maybe<CommerceExpQuoteOperationStatus>;
|
|
15824
|
+
};
|
|
15813
15825
|
export declare type CommerceExpCcpRelationshipFilter = {
|
|
15814
15826
|
relationshipType?: InputMaybe<Scalars['String']['input']>;
|
|
15815
15827
|
};
|
|
@@ -17963,6 +17975,20 @@ export declare enum CommerceExpQuoteLineItemSaleTransitionType {
|
|
|
17963
17975
|
Renew = "RENEW",
|
|
17964
17976
|
Upgrade = "UPGRADE"
|
|
17965
17977
|
}
|
|
17978
|
+
export declare type CommerceExpQuoteOperationError = {
|
|
17979
|
+
__typename?: 'CommerceExpQuoteOperationError';
|
|
17980
|
+
errorCode?: Maybe<Scalars['String']['output']>;
|
|
17981
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
17982
|
+
};
|
|
17983
|
+
export declare enum CommerceExpQuoteOperationStatus {
|
|
17984
|
+
Failed = "FAILED",
|
|
17985
|
+
InProgress = "IN_PROGRESS",
|
|
17986
|
+
Success = "SUCCESS"
|
|
17987
|
+
}
|
|
17988
|
+
export declare type CommerceExpQuoteOperationsInput = {
|
|
17989
|
+
id: Scalars['ID']['input'];
|
|
17990
|
+
transactionAccountId: Scalars['ID']['input'];
|
|
17991
|
+
};
|
|
17966
17992
|
export declare enum CommerceExpQuoteStatus {
|
|
17967
17993
|
AcceptanceInProgress = "ACCEPTANCE_IN_PROGRESS",
|
|
17968
17994
|
Accepted = "ACCEPTED",
|
|
@@ -18058,6 +18084,17 @@ export declare type CommerceExpRemoveAdminPayload = CommerceExpMutationPayload &
|
|
|
18058
18084
|
errors?: Maybe<Array<MutationError>>;
|
|
18059
18085
|
success: Scalars['Boolean']['output'];
|
|
18060
18086
|
};
|
|
18087
|
+
export declare enum CommerceExpRequestedQuoteAction {
|
|
18088
|
+
CancelQuote = "CANCEL_QUOTE",
|
|
18089
|
+
CloneQuote = "CLONE_QUOTE",
|
|
18090
|
+
CreateOpenQuote = "CREATE_OPEN_QUOTE",
|
|
18091
|
+
CreateQuote = "CREATE_QUOTE",
|
|
18092
|
+
FinalizeQuote = "FINALIZE_QUOTE",
|
|
18093
|
+
MarkDraft = "MARK_DRAFT",
|
|
18094
|
+
PatchOpenQuote = "PATCH_OPEN_QUOTE",
|
|
18095
|
+
ReviseQuote = "REVISE_QUOTE",
|
|
18096
|
+
UpdateQuote = "UPDATE_QUOTE"
|
|
18097
|
+
}
|
|
18061
18098
|
export declare type CommerceExpReservedSiteAndOrg = {
|
|
18062
18099
|
__typename?: 'CommerceExpReservedSiteAndOrg';
|
|
18063
18100
|
orgName?: Maybe<Scalars['String']['output']>;
|
|
@@ -35582,6 +35619,7 @@ export declare type CustomerServiceRequestFilterInput = {
|
|
|
35582
35619
|
reportedBy?: InputMaybe<CustomerServiceReportedByFilter>;
|
|
35583
35620
|
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
35584
35621
|
status?: InputMaybe<CustomerServiceStatusKey>;
|
|
35622
|
+
statusFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
35585
35623
|
};
|
|
35586
35624
|
export declare type CustomerServiceRequestFormDataConnection = {
|
|
35587
35625
|
__typename?: 'CustomerServiceRequestFormDataConnection';
|
|
@@ -43261,6 +43299,29 @@ export declare type GdprDetails = {
|
|
|
43261
43299
|
dataProcessor?: Maybe<DataProcessor>;
|
|
43262
43300
|
dataTransfer?: Maybe<DataTransfer>;
|
|
43263
43301
|
};
|
|
43302
|
+
export declare type GeneratePlaybookInput = {
|
|
43303
|
+
cloudId: Scalars['ID']['input'];
|
|
43304
|
+
documentUrl?: InputMaybe<Scalars['String']['input']>;
|
|
43305
|
+
singleInstrumentationID: Scalars['String']['input'];
|
|
43306
|
+
userPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
43307
|
+
};
|
|
43308
|
+
export declare type GeneratePlaybookPayload = QueryPayload & {
|
|
43309
|
+
__typename?: 'GeneratePlaybookPayload';
|
|
43310
|
+
errors?: Maybe<Array<QueryError>>;
|
|
43311
|
+
playbook?: Maybe<GeneratedPlaybook>;
|
|
43312
|
+
success: Scalars['Boolean']['output'];
|
|
43313
|
+
};
|
|
43314
|
+
export declare type GeneratedPlaybook = {
|
|
43315
|
+
__typename?: 'GeneratedPlaybook';
|
|
43316
|
+
name: Scalars['String']['output'];
|
|
43317
|
+
steps: Array<GeneratedStep>;
|
|
43318
|
+
};
|
|
43319
|
+
export declare type GeneratedStep = {
|
|
43320
|
+
__typename?: 'GeneratedStep';
|
|
43321
|
+
description?: Maybe<Scalars['JSON']['output']>;
|
|
43322
|
+
name: Scalars['String']['output'];
|
|
43323
|
+
type: JiraPlaybookStepType;
|
|
43324
|
+
};
|
|
43264
43325
|
export declare type GenericMutationErrorExtension = MutationErrorExtension & {
|
|
43265
43326
|
__typename?: 'GenericMutationErrorExtension';
|
|
43266
43327
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -122409,6 +122470,7 @@ export declare type JiraTimelineViewIssuesArgs = {
|
|
|
122409
122470
|
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
122410
122471
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
122411
122472
|
issueSearchInput: JiraIssueSearchInput;
|
|
122473
|
+
jiraViewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
122412
122474
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
122413
122475
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
122414
122476
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -139113,8 +139175,8 @@ export declare type MutationAdmin_AssignRoleArgs = {
|
|
|
139113
139175
|
orgId: Scalars['ID']['input'];
|
|
139114
139176
|
};
|
|
139115
139177
|
export declare type MutationAdmin_AuditLogEventExportArgs = {
|
|
139116
|
-
|
|
139117
|
-
|
|
139178
|
+
container: AdminAuditLogContainer;
|
|
139179
|
+
input: AdminAuditLogEventExportInput;
|
|
139118
139180
|
};
|
|
139119
139181
|
export declare type MutationAdmin_CreateAccessUrlArgs = {
|
|
139120
139182
|
resourceAri: Scalars['ID']['input'];
|
|
@@ -146779,6 +146841,7 @@ export declare type Query = {
|
|
|
146779
146841
|
paywallStatus?: Maybe<PaywallStatus>;
|
|
146780
146842
|
permitted?: Maybe<Scalars['Boolean']['output']>;
|
|
146781
146843
|
permsReportDownloadLinkForTask?: Maybe<PermsReportDownloadLink>;
|
|
146844
|
+
playbook_generatePlaybook?: Maybe<GeneratePlaybookPayload>;
|
|
146782
146845
|
playbook_jiraPlaybook?: Maybe<JiraPlaybookQueryPayload>;
|
|
146783
146846
|
playbook_jiraPlaybookInstancesForIssue?: Maybe<JiraPlaybookInstanceConnection>;
|
|
146784
146847
|
playbook_jiraPlaybookLabelsForProject?: Maybe<JiraPlaybookLabelConnection>;
|
|
@@ -150953,6 +151016,9 @@ export declare type QueryPermittedArgs = {
|
|
|
150953
151016
|
export declare type QueryPermsReportDownloadLinkForTaskArgs = {
|
|
150954
151017
|
id: Scalars['ID']['input'];
|
|
150955
151018
|
};
|
|
151019
|
+
export declare type QueryPlaybook_GeneratePlaybookArgs = {
|
|
151020
|
+
input: GeneratePlaybookInput;
|
|
151021
|
+
};
|
|
150956
151022
|
export declare type QueryPlaybook_JiraPlaybookArgs = {
|
|
150957
151023
|
playbookAri: Scalars['ID']['input'];
|
|
150958
151024
|
};
|
|
@@ -188347,7 +188413,7 @@ export declare type TrelloUpdateBoardIsTemplatePayload = Payload & {
|
|
|
188347
188413
|
};
|
|
188348
188414
|
export declare type TrelloUpdateBoardNameInput = {
|
|
188349
188415
|
boardId: Scalars['ID']['input'];
|
|
188350
|
-
name
|
|
188416
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
188351
188417
|
};
|
|
188352
188418
|
export declare type TrelloUpdateBoardNamePayload = Payload & {
|
|
188353
188419
|
__typename?: 'TrelloUpdateBoardNamePayload';
|