@forge/cli-shared 3.18.1-next.4 → 3.19.0-next.6
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 +13 -0
- package/out/graphql/graphql-types.d.ts +337 -4
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +40 -6
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.19.0-next.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c02dfc6e]
|
|
8
|
+
- @forge/manifest@4.20.1-next.2
|
|
9
|
+
|
|
10
|
+
## 3.19.0-next.5
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- bd192806: Added ngrok config option to tunnel
|
|
15
|
+
|
|
3
16
|
## 3.18.1-next.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1614,6 +1614,7 @@ export type ArjConfiguration = {
|
|
|
1614
1614
|
__typename?: 'ArjConfiguration';
|
|
1615
1615
|
parentCustomFieldId?: Maybe<Scalars['String']>;
|
|
1616
1616
|
epicLinkCustomFieldId?: Maybe<Scalars['String']>;
|
|
1617
|
+
storyPointEstimateCustomFieldId?: Maybe<Scalars['String']>;
|
|
1617
1618
|
};
|
|
1618
1619
|
export type ArjHierarchyConfigurationLevel = {
|
|
1619
1620
|
__typename?: 'ArjHierarchyConfigurationLevel';
|
|
@@ -2291,6 +2292,7 @@ export type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
2291
2292
|
enableAbuseProneFeatures?: Maybe<Scalars['Boolean']>;
|
|
2292
2293
|
entitlementId?: Maybe<Scalars['ID']>;
|
|
2293
2294
|
entitlementTemplate?: Maybe<CcpEntitlementTemplate>;
|
|
2295
|
+
experienceCapabilities?: Maybe<CcpEntitlementExperienceCapabilities>;
|
|
2294
2296
|
featureOverrides?: Maybe<Array<Maybe<CcpMapEntry>>>;
|
|
2295
2297
|
featureVariables?: Maybe<Array<Maybe<CcpMapEntry>>>;
|
|
2296
2298
|
id: Scalars['ID'];
|
|
@@ -2309,6 +2311,13 @@ export type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
2309
2311
|
version?: Maybe<Scalars['Int']>;
|
|
2310
2312
|
context?: Maybe<CcpContext>;
|
|
2311
2313
|
};
|
|
2314
|
+
export type CcpEntitlementExperienceCapabilities = CommerceEntitlementExperienceCapabilities & {
|
|
2315
|
+
__typename?: 'CcpEntitlementExperienceCapabilities';
|
|
2316
|
+
changeOffering?: Maybe<CcpExperienceCapability>;
|
|
2317
|
+
};
|
|
2318
|
+
export type CcpEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
2319
|
+
offeringKey: Scalars['ID'];
|
|
2320
|
+
};
|
|
2312
2321
|
export type CcpEntitlementRelationship = {
|
|
2313
2322
|
__typename?: 'CcpEntitlementRelationship';
|
|
2314
2323
|
entitlementId?: Maybe<Scalars['ID']>;
|
|
@@ -2326,6 +2335,11 @@ export type CcpEntitlementTemplate = {
|
|
|
2326
2335
|
provisionedBy?: Maybe<Scalars['String']>;
|
|
2327
2336
|
version?: Maybe<Scalars['Int']>;
|
|
2328
2337
|
};
|
|
2338
|
+
export type CcpExperienceCapability = CommerceExperienceCapability & {
|
|
2339
|
+
__typename?: 'CcpExperienceCapability';
|
|
2340
|
+
experienceUrl?: Maybe<Scalars['String']>;
|
|
2341
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']>;
|
|
2342
|
+
};
|
|
2329
2343
|
export type CcpMapEntry = {
|
|
2330
2344
|
__typename?: 'CcpMapEntry';
|
|
2331
2345
|
key?: Maybe<Scalars['String']>;
|
|
@@ -2648,6 +2662,13 @@ export type ColumnsConfig = {
|
|
|
2648
2662
|
export type CommerceEntitlement = {
|
|
2649
2663
|
id: Scalars['ID'];
|
|
2650
2664
|
subscription?: Maybe<CommerceSubscription>;
|
|
2665
|
+
experienceCapabilities?: Maybe<CommerceEntitlementExperienceCapabilities>;
|
|
2666
|
+
};
|
|
2667
|
+
export type CommerceEntitlementExperienceCapabilities = {
|
|
2668
|
+
changeOffering?: Maybe<CommerceExperienceCapability>;
|
|
2669
|
+
};
|
|
2670
|
+
export type CommerceEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
2671
|
+
offeringKey: Scalars['ID'];
|
|
2651
2672
|
};
|
|
2652
2673
|
export type CommerceEntitlementInfo = {
|
|
2653
2674
|
entitlement?: Maybe<CommerceEntitlement>;
|
|
@@ -2663,6 +2684,10 @@ export type CommerceEntitlementInfoHams = CommerceEntitlementInfo & {
|
|
|
2663
2684
|
entitlement?: Maybe<HamsEntitlement>;
|
|
2664
2685
|
entitlementId: Scalars['ID'];
|
|
2665
2686
|
};
|
|
2687
|
+
export type CommerceExperienceCapability = {
|
|
2688
|
+
experienceUrl?: Maybe<Scalars['String']>;
|
|
2689
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']>;
|
|
2690
|
+
};
|
|
2666
2691
|
export type CommercePricingPlan = {
|
|
2667
2692
|
primaryCycle?: Maybe<CommercePrimaryCycle>;
|
|
2668
2693
|
};
|
|
@@ -4489,6 +4514,7 @@ export declare enum CompassScorecardImportance {
|
|
|
4489
4514
|
export type CompassScorecardQueryFilter = {
|
|
4490
4515
|
name?: Maybe<Scalars['String']>;
|
|
4491
4516
|
componentTypeIds?: Maybe<CompassScorecardAppliedToComponentsTypesFilter>;
|
|
4517
|
+
type?: Maybe<CompassScorecardTypesFilter>;
|
|
4492
4518
|
};
|
|
4493
4519
|
export type CompassScorecardQuerySort = {
|
|
4494
4520
|
name: Scalars['String'];
|
|
@@ -4508,6 +4534,9 @@ export type CompassScorecardScore = {
|
|
|
4508
4534
|
export type CompassScorecardScoreQuery = {
|
|
4509
4535
|
componentId: Scalars['ID'];
|
|
4510
4536
|
};
|
|
4537
|
+
export type CompassScorecardTypesFilter = {
|
|
4538
|
+
in: Array<Scalars['String']>;
|
|
4539
|
+
};
|
|
4511
4540
|
export type CompassScorecardsQuery = {
|
|
4512
4541
|
first?: Maybe<Scalars['Int']>;
|
|
4513
4542
|
after?: Maybe<Scalars['String']>;
|
|
@@ -6188,7 +6217,7 @@ export type ContributorFailed = {
|
|
|
6188
6217
|
};
|
|
6189
6218
|
export type ContributorRolesFailed = {
|
|
6190
6219
|
__typename?: 'ContributorRolesFailed';
|
|
6191
|
-
|
|
6220
|
+
accountId: Scalars['ID'];
|
|
6192
6221
|
failed: Array<FailedRoles>;
|
|
6193
6222
|
};
|
|
6194
6223
|
export type CopyPolarisInsightsContainerInput = {
|
|
@@ -6955,6 +6984,7 @@ export declare enum CustomerServiceAttributeTypeName {
|
|
|
6955
6984
|
Url = "URL",
|
|
6956
6985
|
Date = "DATE",
|
|
6957
6986
|
Number = "NUMBER",
|
|
6987
|
+
Boolean = "BOOLEAN",
|
|
6958
6988
|
Phone = "PHONE",
|
|
6959
6989
|
Select = "SELECT",
|
|
6960
6990
|
Multiselect = "MULTISELECT"
|
|
@@ -7004,6 +7034,11 @@ export type CustomerServiceIndividual = Node & {
|
|
|
7004
7034
|
name: Scalars['String'];
|
|
7005
7035
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
7006
7036
|
organizations: Array<CustomerServiceOrganization>;
|
|
7037
|
+
notes: Array<CustomerServiceNote>;
|
|
7038
|
+
};
|
|
7039
|
+
export type CustomerServiceIndividualNotesArgs = {
|
|
7040
|
+
startAt?: Maybe<Scalars['Int']>;
|
|
7041
|
+
maxResults?: Maybe<Scalars['Int']>;
|
|
7007
7042
|
};
|
|
7008
7043
|
export type CustomerServiceIndividualDeletePayload = Payload & {
|
|
7009
7044
|
__typename?: 'CustomerServiceIndividualDeletePayload';
|
|
@@ -7050,6 +7085,9 @@ export type CustomerServiceMutationApi = {
|
|
|
7050
7085
|
updateIndividualAttributeConfig?: Maybe<CustomerServiceAttributeConfigMetadataUpdatePayload>;
|
|
7051
7086
|
updateIndividualAttributeValueByName?: Maybe<CustomerServiceIndividualUpdateAttributeValuePayload>;
|
|
7052
7087
|
updateIndividualAttributeMultiValueByName?: Maybe<CustomerServiceIndividualUpdateAttributeValuePayload>;
|
|
7088
|
+
createNote?: Maybe<CustomerServiceNoteCreatePayload>;
|
|
7089
|
+
updateNote?: Maybe<CustomerServiceNoteUpdatePayload>;
|
|
7090
|
+
deleteNote?: Maybe<CustomerServiceNoteDeletePayload>;
|
|
7053
7091
|
};
|
|
7054
7092
|
export type CustomerServiceMutationApiCreateOrganizationArgs = {
|
|
7055
7093
|
input: CustomerServiceOrganizationCreateInput;
|
|
@@ -7099,11 +7137,81 @@ export type CustomerServiceMutationApiUpdateIndividualAttributeValueByNameArgs =
|
|
|
7099
7137
|
export type CustomerServiceMutationApiUpdateIndividualAttributeMultiValueByNameArgs = {
|
|
7100
7138
|
input: CustomerServiceIndividualUpdateAttributeMultiValueByNameInput;
|
|
7101
7139
|
};
|
|
7140
|
+
export type CustomerServiceMutationApiCreateNoteArgs = {
|
|
7141
|
+
input?: Maybe<CustomerServiceNoteCreateInput>;
|
|
7142
|
+
};
|
|
7143
|
+
export type CustomerServiceMutationApiUpdateNoteArgs = {
|
|
7144
|
+
input?: Maybe<CustomerServiceNoteUpdateInput>;
|
|
7145
|
+
};
|
|
7146
|
+
export type CustomerServiceMutationApiDeleteNoteArgs = {
|
|
7147
|
+
input?: Maybe<CustomerServiceNoteDeleteInput>;
|
|
7148
|
+
};
|
|
7149
|
+
export type CustomerServiceNote = {
|
|
7150
|
+
__typename?: 'CustomerServiceNote';
|
|
7151
|
+
id: Scalars['ID'];
|
|
7152
|
+
author: CustomerServiceNoteAuthor;
|
|
7153
|
+
created: Scalars['String'];
|
|
7154
|
+
updated: Scalars['String'];
|
|
7155
|
+
body: Scalars['String'];
|
|
7156
|
+
canEdit: Scalars['Boolean'];
|
|
7157
|
+
canDelete: Scalars['Boolean'];
|
|
7158
|
+
};
|
|
7159
|
+
export type CustomerServiceNoteAuthor = {
|
|
7160
|
+
__typename?: 'CustomerServiceNoteAuthor';
|
|
7161
|
+
id: Scalars['ID'];
|
|
7162
|
+
avatarUrl: Scalars['String'];
|
|
7163
|
+
displayName: Scalars['String'];
|
|
7164
|
+
name: Scalars['String'];
|
|
7165
|
+
emailAddress: Scalars['String'];
|
|
7166
|
+
isDeleted: Scalars['Boolean'];
|
|
7167
|
+
};
|
|
7168
|
+
export type CustomerServiceNoteCreateInput = {
|
|
7169
|
+
entityType: CustomerServiceNoteEntity;
|
|
7170
|
+
entityId: Scalars['ID'];
|
|
7171
|
+
body: Scalars['String'];
|
|
7172
|
+
};
|
|
7173
|
+
export type CustomerServiceNoteCreatePayload = Payload & {
|
|
7174
|
+
__typename?: 'CustomerServiceNoteCreatePayload';
|
|
7175
|
+
success: Scalars['Boolean'];
|
|
7176
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7177
|
+
successfullyCreatedNote?: Maybe<CustomerServiceNote>;
|
|
7178
|
+
};
|
|
7179
|
+
export type CustomerServiceNoteDeleteInput = {
|
|
7180
|
+
entityType: CustomerServiceNoteEntity;
|
|
7181
|
+
entityId: Scalars['ID'];
|
|
7182
|
+
noteId: Scalars['ID'];
|
|
7183
|
+
};
|
|
7184
|
+
export type CustomerServiceNoteDeletePayload = Payload & {
|
|
7185
|
+
__typename?: 'CustomerServiceNoteDeletePayload';
|
|
7186
|
+
success: Scalars['Boolean'];
|
|
7187
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7188
|
+
};
|
|
7189
|
+
export declare enum CustomerServiceNoteEntity {
|
|
7190
|
+
Organization = "ORGANIZATION",
|
|
7191
|
+
Customer = "CUSTOMER"
|
|
7192
|
+
}
|
|
7193
|
+
export type CustomerServiceNoteUpdateInput = {
|
|
7194
|
+
entityType: CustomerServiceNoteEntity;
|
|
7195
|
+
entityId: Scalars['ID'];
|
|
7196
|
+
noteId: Scalars['ID'];
|
|
7197
|
+
body: Scalars['String'];
|
|
7198
|
+
};
|
|
7199
|
+
export type CustomerServiceNoteUpdatePayload = Payload & {
|
|
7200
|
+
__typename?: 'CustomerServiceNoteUpdatePayload';
|
|
7201
|
+
success: Scalars['Boolean'];
|
|
7202
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7203
|
+
successfullyUpdatedNote?: Maybe<CustomerServiceNote>;
|
|
7204
|
+
};
|
|
7102
7205
|
export type CustomerServiceOrganization = Node & {
|
|
7103
7206
|
__typename?: 'CustomerServiceOrganization';
|
|
7104
7207
|
id: Scalars['ID'];
|
|
7105
7208
|
name: Scalars['String'];
|
|
7106
7209
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
7210
|
+
notes: Array<CustomerServiceNote>;
|
|
7211
|
+
};
|
|
7212
|
+
export type CustomerServiceOrganizationNotesArgs = {
|
|
7213
|
+
startAt?: Maybe<Scalars['Int']>;
|
|
7214
|
+
maxResults?: Maybe<Scalars['Int']>;
|
|
7107
7215
|
};
|
|
7108
7216
|
export type CustomerServiceOrganizationCreateInput = {
|
|
7109
7217
|
id: Scalars['ID'];
|
|
@@ -8899,6 +9007,35 @@ export type EarliestViewViewedForUser = {
|
|
|
8899
9007
|
__typename?: 'EarliestViewViewedForUser';
|
|
8900
9008
|
datetime?: Maybe<Scalars['String']>;
|
|
8901
9009
|
};
|
|
9010
|
+
export type EcosystemAppPolicies = {
|
|
9011
|
+
__typename?: 'EcosystemAppPolicies';
|
|
9012
|
+
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
9013
|
+
};
|
|
9014
|
+
export type EcosystemAppPoliciesDataClassificationsArgs = {
|
|
9015
|
+
id: Scalars['ID'];
|
|
9016
|
+
};
|
|
9017
|
+
export type EcosystemDataClassificationPolicyContainer = {
|
|
9018
|
+
__typename?: 'EcosystemDataClassificationPolicyContainer';
|
|
9019
|
+
decision: EcosystemDataClassificationPolicyDecision;
|
|
9020
|
+
id: Scalars['ID'];
|
|
9021
|
+
};
|
|
9022
|
+
export type EcosystemDataClassificationPolicyDecision = {
|
|
9023
|
+
__typename?: 'EcosystemDataClassificationPolicyDecision';
|
|
9024
|
+
status: EcosystemDataClassificationPolicyDecisionStatus;
|
|
9025
|
+
};
|
|
9026
|
+
export declare enum EcosystemDataClassificationPolicyDecisionStatus {
|
|
9027
|
+
Allowed = "ALLOWED",
|
|
9028
|
+
Blocked = "BLOCKED"
|
|
9029
|
+
}
|
|
9030
|
+
export type EcosystemDataClassificationsContext = {
|
|
9031
|
+
__typename?: 'EcosystemDataClassificationsContext';
|
|
9032
|
+
containers?: Maybe<Array<Maybe<EcosystemDataClassificationPolicyContainer>>>;
|
|
9033
|
+
hasConstraints?: Maybe<Scalars['Boolean']>;
|
|
9034
|
+
id: Scalars['ID'];
|
|
9035
|
+
};
|
|
9036
|
+
export type EcosystemDataClassificationsContextContainersArgs = {
|
|
9037
|
+
ids: Array<Scalars['ID']>;
|
|
9038
|
+
};
|
|
8902
9039
|
export type EcosystemMutation = {
|
|
8903
9040
|
__typename?: 'EcosystemMutation';
|
|
8904
9041
|
updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
|
|
@@ -8961,6 +9098,7 @@ export type EcosystemQuery = {
|
|
|
8961
9098
|
forgeAuditLogs?: Maybe<ForgeAuditLogsQuery>;
|
|
8962
9099
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
8963
9100
|
forgeAlerts?: Maybe<ForgeAlertsQuery>;
|
|
9101
|
+
appPolicies?: Maybe<EcosystemAppPolicies>;
|
|
8964
9102
|
};
|
|
8965
9103
|
export type EcosystemQueryUserGrantsArgs = {
|
|
8966
9104
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -9411,7 +9549,8 @@ export type ForgeAuditLogEdge = {
|
|
|
9411
9549
|
export declare enum ForgeAuditLogsActionType {
|
|
9412
9550
|
ContributorAdded = "CONTRIBUTOR_ADDED",
|
|
9413
9551
|
ContributorRemoved = "CONTRIBUTOR_REMOVED",
|
|
9414
|
-
OwnershipTransferred = "OWNERSHIP_TRANSFERRED"
|
|
9552
|
+
OwnershipTransferred = "OWNERSHIP_TRANSFERRED",
|
|
9553
|
+
ContributorRoleUpdated = "CONTRIBUTOR_ROLE_UPDATED"
|
|
9415
9554
|
}
|
|
9416
9555
|
export type ForgeAuditLogsAppContributor = {
|
|
9417
9556
|
__typename?: 'ForgeAuditLogsAppContributor';
|
|
@@ -9842,6 +9981,7 @@ export declare enum GrantCheckProduct {
|
|
|
9842
9981
|
JiraServicedesk = "JIRA_SERVICEDESK",
|
|
9843
9982
|
Confluence = "CONFLUENCE",
|
|
9844
9983
|
Compass = "COMPASS",
|
|
9984
|
+
Townsquare = "TOWNSQUARE",
|
|
9845
9985
|
NoGrantChecks = "NO_GRANT_CHECKS"
|
|
9846
9986
|
}
|
|
9847
9987
|
export type Graph = {
|
|
@@ -10793,6 +10933,7 @@ export type HamsEntitlement = CommerceEntitlement & {
|
|
|
10793
10933
|
entitlementId?: Maybe<Scalars['String']>;
|
|
10794
10934
|
entitlementMigrationEvaluation?: Maybe<HamsEntitlementMigrationEvaluation>;
|
|
10795
10935
|
entitlementSource?: Maybe<Scalars['String']>;
|
|
10936
|
+
experienceCapabilities?: Maybe<HamsEntitlementExperienceCapabilities>;
|
|
10796
10937
|
futureEdition?: Maybe<Scalars['String']>;
|
|
10797
10938
|
futureEditionTransition?: Maybe<Scalars['String']>;
|
|
10798
10939
|
id: Scalars['ID'];
|
|
@@ -10810,12 +10951,24 @@ export type HamsEntitlement = CommerceEntitlement & {
|
|
|
10810
10951
|
trialEditionEndDate?: Maybe<Scalars['String']>;
|
|
10811
10952
|
trialEndDate?: Maybe<Scalars['String']>;
|
|
10812
10953
|
};
|
|
10954
|
+
export type HamsEntitlementExperienceCapabilities = CommerceEntitlementExperienceCapabilities & {
|
|
10955
|
+
__typename?: 'HamsEntitlementExperienceCapabilities';
|
|
10956
|
+
changeOffering?: Maybe<HamsExperienceCapability>;
|
|
10957
|
+
};
|
|
10958
|
+
export type HamsEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
10959
|
+
offeringKey: Scalars['ID'];
|
|
10960
|
+
};
|
|
10813
10961
|
export type HamsEntitlementMigrationEvaluation = {
|
|
10814
10962
|
__typename?: 'HamsEntitlementMigrationEvaluation';
|
|
10815
10963
|
btfSourceAccountId?: Maybe<Scalars['String']>;
|
|
10816
10964
|
usageLimit?: Maybe<Scalars['Int']>;
|
|
10817
10965
|
usageType?: Maybe<Scalars['String']>;
|
|
10818
10966
|
};
|
|
10967
|
+
export type HamsExperienceCapability = CommerceExperienceCapability & {
|
|
10968
|
+
__typename?: 'HamsExperienceCapability';
|
|
10969
|
+
experienceUrl?: Maybe<Scalars['String']>;
|
|
10970
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']>;
|
|
10971
|
+
};
|
|
10819
10972
|
export type HamsPricingPlan = CommercePricingPlan & {
|
|
10820
10973
|
__typename?: 'HamsPricingPlan';
|
|
10821
10974
|
primaryCycle?: Maybe<HamsPrimaryCycle>;
|
|
@@ -10848,6 +11001,10 @@ export type HelpCenter = Node & {
|
|
|
10848
11001
|
topics?: Maybe<Array<HelpCenterTopic>>;
|
|
10849
11002
|
homePageLayout?: Maybe<HelpCenterHomePageLayout>;
|
|
10850
11003
|
helpCenterBranding?: Maybe<HelpCenterBranding>;
|
|
11004
|
+
helpDesks: HelpCenterHelpDeskItemConnection;
|
|
11005
|
+
};
|
|
11006
|
+
export type HelpCenterHelpDesksArgs = {
|
|
11007
|
+
helpCenterAri: Scalars['ID'];
|
|
10851
11008
|
};
|
|
10852
11009
|
export type HelpCenterBranding = {
|
|
10853
11010
|
__typename?: 'HelpCenterBranding';
|
|
@@ -10894,6 +11051,43 @@ export type HelpCenterDeleteUpdateTopicPayload = Payload & {
|
|
|
10894
11051
|
errors?: Maybe<Array<MutationError>>;
|
|
10895
11052
|
topicIds: Array<Maybe<HelpCenterSuccessfullyDeletedUpdatedTopicIds>>;
|
|
10896
11053
|
};
|
|
11054
|
+
export type HelpCenterHelpDesk = Node & {
|
|
11055
|
+
__typename?: 'HelpCenterHelpDesk';
|
|
11056
|
+
id: Scalars['ID'];
|
|
11057
|
+
name: Scalars['String'];
|
|
11058
|
+
description?: Maybe<Scalars['String']>;
|
|
11059
|
+
contactInfo?: Maybe<Scalars['String']>;
|
|
11060
|
+
};
|
|
11061
|
+
export type HelpCenterHelpDeskCreateInput = {
|
|
11062
|
+
helpCenterAri: Scalars['String'];
|
|
11063
|
+
name: Scalars['String'];
|
|
11064
|
+
description?: Maybe<Scalars['String']>;
|
|
11065
|
+
contactInfo?: Maybe<Scalars['String']>;
|
|
11066
|
+
};
|
|
11067
|
+
export type HelpCenterHelpDeskItemConnection = {
|
|
11068
|
+
__typename?: 'HelpCenterHelpDeskItemConnection';
|
|
11069
|
+
edges?: Maybe<Array<Maybe<HelpCenterHelpDeskItemEdge>>>;
|
|
11070
|
+
pageInfo: PageInfo;
|
|
11071
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
11072
|
+
};
|
|
11073
|
+
export type HelpCenterHelpDeskItemEdge = {
|
|
11074
|
+
__typename?: 'HelpCenterHelpDeskItemEdge';
|
|
11075
|
+
cursor: Scalars['String'];
|
|
11076
|
+
node?: Maybe<HelpCenterHelpDesk>;
|
|
11077
|
+
};
|
|
11078
|
+
export type HelpCenterHelpDeskPayload = Payload & {
|
|
11079
|
+
__typename?: 'HelpCenterHelpDeskPayload';
|
|
11080
|
+
success: Scalars['Boolean'];
|
|
11081
|
+
errors?: Maybe<Array<MutationError>>;
|
|
11082
|
+
helpDeskId: Scalars['ID'];
|
|
11083
|
+
};
|
|
11084
|
+
export type HelpCenterHelpDeskQueryResult = HelpCenterHelpDesk | QueryError;
|
|
11085
|
+
export type HelpCenterHelpDeskUpdateInput = {
|
|
11086
|
+
helpDeskAri: Scalars['String'];
|
|
11087
|
+
name: Scalars['String'];
|
|
11088
|
+
description?: Maybe<Scalars['String']>;
|
|
11089
|
+
contactInfo?: Maybe<Scalars['String']>;
|
|
11090
|
+
};
|
|
10897
11091
|
export type HelpCenterHelpObject = HelpObjectStoreRequestForm | HelpObjectStoreArticle | HelpObjectStoreChannel | HelpObjectStoreQueryError;
|
|
10898
11092
|
export type HelpCenterHomePageLayout = {
|
|
10899
11093
|
__typename?: 'HelpCenterHomePageLayout';
|
|
@@ -10922,6 +11116,8 @@ export type HelpCenterMutationApi = {
|
|
|
10922
11116
|
updateTopicsOrder?: Maybe<HelpCenterUpdateTopicsOrderPayload>;
|
|
10923
11117
|
deleteTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
|
|
10924
11118
|
updateHelpCenter?: Maybe<HelpCenterUpdatePayload>;
|
|
11119
|
+
createHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
|
|
11120
|
+
updateHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
|
|
10925
11121
|
};
|
|
10926
11122
|
export type HelpCenterMutationApiCreateTopicArgs = {
|
|
10927
11123
|
input: HelpCenterBulkCreateTopicsInput;
|
|
@@ -10938,6 +11134,12 @@ export type HelpCenterMutationApiDeleteTopicArgs = {
|
|
|
10938
11134
|
export type HelpCenterMutationApiUpdateHelpCenterArgs = {
|
|
10939
11135
|
input: HelpCenterUpdateInput;
|
|
10940
11136
|
};
|
|
11137
|
+
export type HelpCenterMutationApiCreateHelpDeskArgs = {
|
|
11138
|
+
input: HelpCenterHelpDeskCreateInput;
|
|
11139
|
+
};
|
|
11140
|
+
export type HelpCenterMutationApiUpdateHelpDeskArgs = {
|
|
11141
|
+
input: HelpCenterHelpDeskUpdateInput;
|
|
11142
|
+
};
|
|
10941
11143
|
export type HelpCenterName = {
|
|
10942
11144
|
__typename?: 'HelpCenterName';
|
|
10943
11145
|
default: Scalars['String'];
|
|
@@ -10953,6 +11155,7 @@ export type HelpCenterQueryApi = {
|
|
|
10953
11155
|
helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
|
|
10954
11156
|
helpCenters?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
|
|
10955
11157
|
mediaConfig?: Maybe<HelpCenterMediaConfig>;
|
|
11158
|
+
helpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
|
|
10956
11159
|
};
|
|
10957
11160
|
export type HelpCenterQueryApiHelpCenterFromProductNameArgs = {
|
|
10958
11161
|
productName: Scalars['String'];
|
|
@@ -10971,6 +11174,10 @@ export type HelpCenterQueryApiHelpCenterTopicByIdArgs = {
|
|
|
10971
11174
|
export type HelpCenterQueryApiMediaConfigArgs = {
|
|
10972
11175
|
helpCenterAri: Scalars['ID'];
|
|
10973
11176
|
};
|
|
11177
|
+
export type HelpCenterQueryApiHelpDeskByIdArgs = {
|
|
11178
|
+
helpCenterAri: Scalars['ID'];
|
|
11179
|
+
helpDeskAri: Scalars['ID'];
|
|
11180
|
+
};
|
|
10974
11181
|
export type HelpCenterQueryResult = HelpCenter | QueryError;
|
|
10975
11182
|
export type HelpCenterSuccessfullyCreatedTopicIds = {
|
|
10976
11183
|
__typename?: 'HelpCenterSuccessfullyCreatedTopicIds';
|
|
@@ -12205,6 +12412,18 @@ export type JiraAddIssuesToFixVersionPayload = Payload & {
|
|
|
12205
12412
|
issuesWithMissingResolvePermission?: Maybe<Array<Scalars['String']>>;
|
|
12206
12413
|
issuesWithMissingEditPermission?: Maybe<Array<Scalars['String']>>;
|
|
12207
12414
|
};
|
|
12415
|
+
export type JiraAddPostIncidentReviewLinkMutationInput = {
|
|
12416
|
+
incidentId: Scalars['ID'];
|
|
12417
|
+
projectId: Scalars['ID'];
|
|
12418
|
+
postIncidentReviewUrl: Scalars['URL'];
|
|
12419
|
+
postIncidentReviewTitle?: Maybe<Scalars['String']>;
|
|
12420
|
+
};
|
|
12421
|
+
export type JiraAddPostIncidentReviewLinkMutationPayload = Payload & {
|
|
12422
|
+
__typename?: 'JiraAddPostIncidentReviewLinkMutationPayload';
|
|
12423
|
+
success: Scalars['Boolean'];
|
|
12424
|
+
errors?: Maybe<Array<MutationError>>;
|
|
12425
|
+
postIncidentReviewLink?: Maybe<JiraPostIncidentReviewLink>;
|
|
12426
|
+
};
|
|
12208
12427
|
export type JiraAddRelatedWorkToVersionInput = {
|
|
12209
12428
|
versionId: Scalars['ID'];
|
|
12210
12429
|
relatedWorkId: Scalars['ID'];
|
|
@@ -14385,6 +14604,16 @@ export type JiraIssueFieldSetEdge = {
|
|
|
14385
14604
|
node?: Maybe<JiraIssueFieldSet>;
|
|
14386
14605
|
cursor: Scalars['String'];
|
|
14387
14606
|
};
|
|
14607
|
+
export type JiraIssueFieldUnsupportedErrorExtension = QueryErrorExtension & {
|
|
14608
|
+
__typename?: 'JiraIssueFieldUnsupportedErrorExtension';
|
|
14609
|
+
statusCode?: Maybe<Scalars['Int']>;
|
|
14610
|
+
errorType?: Maybe<Scalars['String']>;
|
|
14611
|
+
fieldId?: Maybe<Scalars['String']>;
|
|
14612
|
+
fieldName?: Maybe<Scalars['String']>;
|
|
14613
|
+
fieldType?: Maybe<Scalars['String']>;
|
|
14614
|
+
isRequiredField?: Maybe<Scalars['Boolean']>;
|
|
14615
|
+
isUserPreferredField?: Maybe<Scalars['Boolean']>;
|
|
14616
|
+
};
|
|
14388
14617
|
export type JiraIssueFieldsInput = {
|
|
14389
14618
|
priority?: Maybe<JiraPriorityInput>;
|
|
14390
14619
|
multiselectComponents?: Maybe<JiraMultiSelectComponentFieldInput>;
|
|
@@ -14988,7 +15217,8 @@ export declare enum JiraIssueViewTimestampDisplayMode {
|
|
|
14988
15217
|
}
|
|
14989
15218
|
export declare enum JiraIteration {
|
|
14990
15219
|
Iteration_1 = "ITERATION_1",
|
|
14991
|
-
Iteration_2 = "ITERATION_2"
|
|
15220
|
+
Iteration_2 = "ITERATION_2",
|
|
15221
|
+
IterationDynamic = "ITERATION_DYNAMIC"
|
|
14992
15222
|
}
|
|
14993
15223
|
export declare enum JiraJqlBuilderSearchMode {
|
|
14994
15224
|
Basic = "BASIC",
|
|
@@ -15828,6 +16058,8 @@ export type JiraMutation = {
|
|
|
15828
16058
|
bulkCreateRequestTypeFromTemplate?: Maybe<JiraServiceManagementCreateRequestTypeFromTemplatePayload>;
|
|
15829
16059
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
15830
16060
|
deleteGlobalPermissionGrant?: Maybe<JiraGlobalPermissionDeleteGroupGrantPayload>;
|
|
16061
|
+
addPostIncidentReviewLink?: Maybe<JiraAddPostIncidentReviewLinkMutationPayload>;
|
|
16062
|
+
removePostIncidentReviewLink?: Maybe<JiraRemovePostIncidentReviewLinkMutationPayload>;
|
|
15831
16063
|
updateLabelsField?: Maybe<JiraLabelsFieldPayload>;
|
|
15832
16064
|
updateDateField?: Maybe<JiraDateFieldPayload>;
|
|
15833
16065
|
updateDateTimeField?: Maybe<JiraDateTimeFieldPayload>;
|
|
@@ -15989,6 +16221,12 @@ export type JiraMutationDeleteGlobalPermissionGrantArgs = {
|
|
|
15989
16221
|
cloudId: Scalars['ID'];
|
|
15990
16222
|
input: JiraGlobalPermissionDeleteGroupGrantInput;
|
|
15991
16223
|
};
|
|
16224
|
+
export type JiraMutationAddPostIncidentReviewLinkArgs = {
|
|
16225
|
+
input: JiraAddPostIncidentReviewLinkMutationInput;
|
|
16226
|
+
};
|
|
16227
|
+
export type JiraMutationRemovePostIncidentReviewLinkArgs = {
|
|
16228
|
+
input: JiraRemovePostIncidentReviewLinkMutationInput;
|
|
16229
|
+
};
|
|
15992
16230
|
export type JiraMutationUpdateLabelsFieldArgs = {
|
|
15993
16231
|
input: JiraUpdateLabelsFieldInput;
|
|
15994
16232
|
};
|
|
@@ -16690,6 +16928,12 @@ export type JiraPlatformComment = JiraComment & Node & {
|
|
|
16690
16928
|
updated?: Maybe<Scalars['DateTime']>;
|
|
16691
16929
|
permissionLevel?: Maybe<JiraPermissionLevel>;
|
|
16692
16930
|
};
|
|
16931
|
+
export type JiraPostIncidentReviewLink = Node & {
|
|
16932
|
+
__typename?: 'JiraPostIncidentReviewLink';
|
|
16933
|
+
id: Scalars['ID'];
|
|
16934
|
+
url?: Maybe<Scalars['URL']>;
|
|
16935
|
+
title?: Maybe<Scalars['String']>;
|
|
16936
|
+
};
|
|
16693
16937
|
export type JiraPriority = Node & {
|
|
16694
16938
|
__typename?: 'JiraPriority';
|
|
16695
16939
|
id: Scalars['ID'];
|
|
@@ -17315,6 +17559,7 @@ export type JiraQuery = {
|
|
|
17315
17559
|
resourceUsageMetricById?: Maybe<JiraResourceUsageMetric>;
|
|
17316
17560
|
resourceUsageMetric?: Maybe<JiraResourceUsageMetric>;
|
|
17317
17561
|
resourceUsageMetrics?: Maybe<JiraResourceUsageMetricConnection>;
|
|
17562
|
+
resourceUsageCustomFieldRecommendations?: Maybe<JiraResourceUsageCustomFieldRecommendationConnection>;
|
|
17318
17563
|
userPreferences?: Maybe<JiraUserPreferences>;
|
|
17319
17564
|
jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
|
|
17320
17565
|
timeTrackingSettings?: Maybe<JiraGlobalTimeTrackingSettings>;
|
|
@@ -17344,6 +17589,7 @@ export type JiraQuery = {
|
|
|
17344
17589
|
childIssuesLimit?: Maybe<Scalars['Long']>;
|
|
17345
17590
|
getGlobalPermissionsAndGrants?: Maybe<JiraGlobalPermissionGrantsResult>;
|
|
17346
17591
|
jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
|
|
17592
|
+
postIncidentReviewLinksByIds?: Maybe<Array<Maybe<JiraPostIncidentReviewLink>>>;
|
|
17347
17593
|
allGrantTypeKeys?: Maybe<Array<JiraGrantTypeKey>>;
|
|
17348
17594
|
grantTypeValues?: Maybe<JiraGrantTypeValueConnection>;
|
|
17349
17595
|
viewPermissionScheme?: Maybe<JiraPermissionSchemeViewResult>;
|
|
@@ -17542,6 +17788,14 @@ export type JiraQueryResourceUsageMetricsArgs = {
|
|
|
17542
17788
|
last?: Maybe<Scalars['Int']>;
|
|
17543
17789
|
before?: Maybe<Scalars['String']>;
|
|
17544
17790
|
};
|
|
17791
|
+
export type JiraQueryResourceUsageCustomFieldRecommendationsArgs = {
|
|
17792
|
+
cloudId: Scalars['ID'];
|
|
17793
|
+
statuses?: Maybe<Array<Maybe<JiraResourceUsageRecommendationStatus>>>;
|
|
17794
|
+
first?: Maybe<Scalars['Int']>;
|
|
17795
|
+
after?: Maybe<Scalars['String']>;
|
|
17796
|
+
last?: Maybe<Scalars['Int']>;
|
|
17797
|
+
before?: Maybe<Scalars['String']>;
|
|
17798
|
+
};
|
|
17545
17799
|
export type JiraQueryUserPreferencesArgs = {
|
|
17546
17800
|
cloudId: Scalars['ID'];
|
|
17547
17801
|
};
|
|
@@ -17666,6 +17920,9 @@ export type JiraQueryJwmViewItemsArgs = {
|
|
|
17666
17920
|
last?: Maybe<Scalars['Int']>;
|
|
17667
17921
|
before?: Maybe<Scalars['String']>;
|
|
17668
17922
|
};
|
|
17923
|
+
export type JiraQueryPostIncidentReviewLinksByIdsArgs = {
|
|
17924
|
+
ids: Array<Scalars['ID']>;
|
|
17925
|
+
};
|
|
17669
17926
|
export type JiraQueryAllGrantTypeKeysArgs = {
|
|
17670
17927
|
cloudId: Scalars['ID'];
|
|
17671
17928
|
};
|
|
@@ -17980,6 +18237,15 @@ export type JiraRemoveIssuesFromFixVersionPayload = Payload & {
|
|
|
17980
18237
|
issuesWithMissingResolvePermission?: Maybe<Array<Scalars['String']>>;
|
|
17981
18238
|
issuesWithMissingEditPermission?: Maybe<Array<Scalars['String']>>;
|
|
17982
18239
|
};
|
|
18240
|
+
export type JiraRemovePostIncidentReviewLinkMutationInput = {
|
|
18241
|
+
incidentId: Scalars['ID'];
|
|
18242
|
+
postIncidentReviewLinkId: Scalars['ID'];
|
|
18243
|
+
};
|
|
18244
|
+
export type JiraRemovePostIncidentReviewLinkMutationPayload = Payload & {
|
|
18245
|
+
__typename?: 'JiraRemovePostIncidentReviewLinkMutationPayload';
|
|
18246
|
+
success: Scalars['Boolean'];
|
|
18247
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18248
|
+
};
|
|
17983
18249
|
export type JiraRemoveRelatedWorkFromVersionInput = {
|
|
17984
18250
|
versionId: Scalars['ID'];
|
|
17985
18251
|
relatedWorkId?: Maybe<Scalars['ID']>;
|
|
@@ -18049,6 +18315,33 @@ export type JiraResolutionFieldPayload = Payload & {
|
|
|
18049
18315
|
export type JiraResolutionInput = {
|
|
18050
18316
|
resolutionId: Scalars['ID'];
|
|
18051
18317
|
};
|
|
18318
|
+
export type JiraResourceUsageCustomFieldRecommendation = Node & {
|
|
18319
|
+
__typename?: 'JiraResourceUsageCustomFieldRecommendation';
|
|
18320
|
+
id: Scalars['ID'];
|
|
18321
|
+
recommendationId: Scalars['Long'];
|
|
18322
|
+
status: JiraResourceUsageRecommendationStatus;
|
|
18323
|
+
impact: Scalars['Float'];
|
|
18324
|
+
customFieldTarget?: Maybe<Scalars['String']>;
|
|
18325
|
+
customFieldName?: Maybe<Scalars['String']>;
|
|
18326
|
+
customFieldType?: Maybe<Scalars['String']>;
|
|
18327
|
+
customFieldDescription?: Maybe<Scalars['String']>;
|
|
18328
|
+
customFieldAction: JiraResourceUsageCustomFieldRecommendationAction;
|
|
18329
|
+
};
|
|
18330
|
+
export declare enum JiraResourceUsageCustomFieldRecommendationAction {
|
|
18331
|
+
Trash = "TRASH"
|
|
18332
|
+
}
|
|
18333
|
+
export type JiraResourceUsageCustomFieldRecommendationConnection = {
|
|
18334
|
+
__typename?: 'JiraResourceUsageCustomFieldRecommendationConnection';
|
|
18335
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
18336
|
+
pageInfo: PageInfo;
|
|
18337
|
+
edges?: Maybe<Array<Maybe<JiraResourceUsageCustomFieldRecommendationEdge>>>;
|
|
18338
|
+
nodes?: Maybe<Array<Maybe<JiraResourceUsageCustomFieldRecommendation>>>;
|
|
18339
|
+
};
|
|
18340
|
+
export type JiraResourceUsageCustomFieldRecommendationEdge = {
|
|
18341
|
+
__typename?: 'JiraResourceUsageCustomFieldRecommendationEdge';
|
|
18342
|
+
node?: Maybe<JiraResourceUsageCustomFieldRecommendation>;
|
|
18343
|
+
cursor: Scalars['String'];
|
|
18344
|
+
};
|
|
18052
18345
|
export type JiraResourceUsageMetric = Node & {
|
|
18053
18346
|
__typename?: 'JiraResourceUsageMetric';
|
|
18054
18347
|
id: Scalars['ID'];
|
|
@@ -18095,6 +18388,11 @@ export type JiraResourceUsageMetricValueEdge = {
|
|
|
18095
18388
|
node?: Maybe<JiraResourceUsageMetricValue>;
|
|
18096
18389
|
cursor: Scalars['String'];
|
|
18097
18390
|
};
|
|
18391
|
+
export declare enum JiraResourceUsageRecommendationStatus {
|
|
18392
|
+
New = "NEW",
|
|
18393
|
+
Obsolete = "OBSOLETE",
|
|
18394
|
+
Executed = "EXECUTED"
|
|
18395
|
+
}
|
|
18098
18396
|
export declare enum JiraReviewState {
|
|
18099
18397
|
Review = "REVIEW",
|
|
18100
18398
|
Approval = "APPROVAL",
|
|
@@ -25575,6 +25873,10 @@ export declare enum Scope {
|
|
|
25575
25873
|
MigrateConfluence = "MIGRATE_CONFLUENCE",
|
|
25576
25874
|
ReadTeam = "READ_TEAM",
|
|
25577
25875
|
ReadTeamMembers = "READ_TEAM_MEMBERS",
|
|
25876
|
+
ReadTownsquareProject = "READ_TOWNSQUARE_PROJECT",
|
|
25877
|
+
ReadTownsquareGoal = "READ_TOWNSQUARE_GOAL",
|
|
25878
|
+
ReadTownsquareWorkspace = "READ_TOWNSQUARE_WORKSPACE",
|
|
25879
|
+
ReadTownsquareComment = "READ_TOWNSQUARE_COMMENT",
|
|
25578
25880
|
TrelloAtlassianExternal = "TRELLO_ATLASSIAN_EXTERNAL",
|
|
25579
25881
|
CatalogRead = "CATALOG_READ",
|
|
25580
25882
|
ApiAccess = "API_ACCESS"
|
|
@@ -26065,6 +26367,10 @@ export type ShepherdAlert = Node & {
|
|
|
26065
26367
|
updatedOn?: Maybe<Scalars['DateTime']>;
|
|
26066
26368
|
workspaceId?: Maybe<Scalars['ID']>;
|
|
26067
26369
|
};
|
|
26370
|
+
export declare enum ShepherdAlertDetectionCategory {
|
|
26371
|
+
Data = "DATA",
|
|
26372
|
+
Threat = "THREAT"
|
|
26373
|
+
}
|
|
26068
26374
|
export type ShepherdAlertEdge = {
|
|
26069
26375
|
__typename?: 'ShepherdAlertEdge';
|
|
26070
26376
|
cursor?: Maybe<Scalars['String']>;
|
|
@@ -26138,6 +26444,7 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
26138
26444
|
UpdatedSamlConfig = "UPDATED_SAML_CONFIG",
|
|
26139
26445
|
UserAddedToBeacon = "USER_ADDED_TO_BEACON",
|
|
26140
26446
|
UserGrantedRole = "USER_GRANTED_ROLE",
|
|
26447
|
+
UserRemovedFromBeacon = "USER_REMOVED_FROM_BEACON",
|
|
26141
26448
|
UserRevokedRole = "USER_REVOKED_ROLE",
|
|
26142
26449
|
VerifiedDomainVerification = "VERIFIED_DOMAIN_VERIFICATION"
|
|
26143
26450
|
}
|
|
@@ -26228,9 +26535,12 @@ export type ShepherdDescriptionTemplate = {
|
|
|
26228
26535
|
};
|
|
26229
26536
|
export type ShepherdDetection = {
|
|
26230
26537
|
__typename?: 'ShepherdDetection';
|
|
26538
|
+
businessTypes?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
26539
|
+
category: ShepherdAlertDetectionCategory;
|
|
26231
26540
|
description?: Maybe<Scalars['JSON']>;
|
|
26232
26541
|
id: Scalars['ID'];
|
|
26233
26542
|
product: ShepherdAtlassianProduct;
|
|
26543
|
+
regions?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
26234
26544
|
relatedAlertTypes?: Maybe<Array<Maybe<ShepherdRelatedAlertType>>>;
|
|
26235
26545
|
scanningInfo: ShepherdDetectionScanningInfo;
|
|
26236
26546
|
settings?: Maybe<Array<ShepherdDetectionSetting>>;
|
|
@@ -28036,6 +28346,7 @@ export type TownsquareQueryApi = {
|
|
|
28036
28346
|
goalSearch?: Maybe<TownsquareGoalConnection>;
|
|
28037
28347
|
projectTql?: Maybe<TownsquareProjectConnection>;
|
|
28038
28348
|
goalTql?: Maybe<TownsquareGoalConnection>;
|
|
28349
|
+
allWorkspacesForOrg?: Maybe<TownsquareWorkspaceConnection>;
|
|
28039
28350
|
};
|
|
28040
28351
|
export type TownsquareQueryApiProjectArgs = {
|
|
28041
28352
|
ari: Scalars['String'];
|
|
@@ -28081,6 +28392,12 @@ export type TownsquareQueryApiGoalTqlArgs = {
|
|
|
28081
28392
|
first?: Maybe<Scalars['Int']>;
|
|
28082
28393
|
sort?: Maybe<Array<Maybe<TownsquareGoalSortEnum>>>;
|
|
28083
28394
|
};
|
|
28395
|
+
export type TownsquareQueryApiAllWorkspacesForOrgArgs = {
|
|
28396
|
+
first?: Maybe<Scalars['Int']>;
|
|
28397
|
+
after?: Maybe<Scalars['String']>;
|
|
28398
|
+
organisationId?: Maybe<Scalars['String']>;
|
|
28399
|
+
cloudId?: Maybe<Scalars['String']>;
|
|
28400
|
+
};
|
|
28084
28401
|
export type TownsquareTag = Node & {
|
|
28085
28402
|
__typename?: 'TownsquareTag';
|
|
28086
28403
|
description?: Maybe<Scalars['String']>;
|
|
@@ -28120,6 +28437,22 @@ export type TownsquareTeam = Node & {
|
|
|
28120
28437
|
id: Scalars['ID'];
|
|
28121
28438
|
name?: Maybe<Scalars['String']>;
|
|
28122
28439
|
};
|
|
28440
|
+
export type TownsquareWorkspace = Node & {
|
|
28441
|
+
__typename?: 'TownsquareWorkspace';
|
|
28442
|
+
cloudId: Scalars['String'];
|
|
28443
|
+
id: Scalars['ID'];
|
|
28444
|
+
name: Scalars['String'];
|
|
28445
|
+
};
|
|
28446
|
+
export type TownsquareWorkspaceConnection = {
|
|
28447
|
+
__typename?: 'TownsquareWorkspaceConnection';
|
|
28448
|
+
edges?: Maybe<Array<Maybe<TownsquareWorkspaceEdge>>>;
|
|
28449
|
+
pageInfo: PageInfo;
|
|
28450
|
+
};
|
|
28451
|
+
export type TownsquareWorkspaceEdge = {
|
|
28452
|
+
__typename?: 'TownsquareWorkspaceEdge';
|
|
28453
|
+
cursor: Scalars['String'];
|
|
28454
|
+
node?: Maybe<TownsquareWorkspace>;
|
|
28455
|
+
};
|
|
28123
28456
|
export type TransitionFilter = {
|
|
28124
28457
|
from: Scalars['String'];
|
|
28125
28458
|
to: Scalars['String'];
|
|
@@ -29217,7 +29550,7 @@ export type UpdateAppContributorRoleInput = {
|
|
|
29217
29550
|
updates: Array<UpdateAppContributorRolePayload>;
|
|
29218
29551
|
};
|
|
29219
29552
|
export type UpdateAppContributorRolePayload = {
|
|
29220
|
-
|
|
29553
|
+
accountId: Scalars['ID'];
|
|
29221
29554
|
add: Array<Maybe<AppContributorRole>>;
|
|
29222
29555
|
remove: Array<Maybe<AppContributorRole>>;
|
|
29223
29556
|
};
|