@forge/cli-shared 9.1.0-next.9 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4f18feb: Added the non interactive function for module add
|
|
8
|
+
- c3dbc58: Manifest Merge Logics changed
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 5d2cd6c: Add tslib dependency
|
|
13
|
+
- 3bccafa: Remove jest-fixtures dev dependecy
|
|
14
|
+
- Updated dependencies [4cd2242]
|
|
15
|
+
- Updated dependencies [e744c59]
|
|
16
|
+
- Updated dependencies [c60a7a5]
|
|
17
|
+
- Updated dependencies [caa7518]
|
|
18
|
+
- Updated dependencies [78097a6]
|
|
19
|
+
- Updated dependencies [a60362e]
|
|
20
|
+
- Updated dependencies [13e49d8]
|
|
21
|
+
- @forge/manifest@13.1.0
|
|
22
|
+
|
|
23
|
+
## 9.1.0-next.10
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- c3dbc58: Manifest Merge Logics changed
|
|
28
|
+
|
|
3
29
|
## 9.1.0-next.9
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
|
@@ -15750,6 +15750,7 @@ export type AssetsVerticalWorkbenchDashboard = {
|
|
|
15750
15750
|
viewId: Scalars['ID']['output'];
|
|
15751
15751
|
};
|
|
15752
15752
|
export declare enum AssetsVerticalWorkbenchDashboardErrorCode {
|
|
15753
|
+
Conflict = "CONFLICT",
|
|
15753
15754
|
InternalError = "INTERNAL_ERROR",
|
|
15754
15755
|
NotFound = "NOT_FOUND",
|
|
15755
15756
|
PermissionDenied = "PERMISSION_DENIED"
|
|
@@ -43854,6 +43855,7 @@ export declare enum DevAiAutodevNextWorkstreamMemberRole {
|
|
|
43854
43855
|
}
|
|
43855
43856
|
export type DevAiAutodevNextWorkstreamSettings = {
|
|
43856
43857
|
__typename?: 'DevAiAutodevNextWorkstreamSettings';
|
|
43858
|
+
assigneeDenylist?: Maybe<Array<User>>;
|
|
43857
43859
|
assignees?: Maybe<Array<User>>;
|
|
43858
43860
|
boysenberrySessionInitiator?: Maybe<Scalars['ID']['output']>;
|
|
43859
43861
|
classificationRepositoryUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -43869,6 +43871,7 @@ export type DevAiAutodevNextWorkstreamSettings = {
|
|
|
43869
43871
|
wipLimit?: Maybe<Scalars['Int']['output']>;
|
|
43870
43872
|
};
|
|
43871
43873
|
export type DevAiAutodevNextWorkstreamSettingsInput = {
|
|
43874
|
+
assigneeDenylist?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
43872
43875
|
assignees?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
43873
43876
|
boysenberrySessionInitiator?: InputMaybe<DevAiAutodevNextBoysenberrySessionInitiatorInput>;
|
|
43874
43877
|
classificationRepositoryUrl?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -129257,6 +129260,8 @@ export type JiraIssueFieldConfig = Node & {
|
|
|
129257
129260
|
requiredOnWorkTypes?: Maybe<Array<Maybe<JiraIssueType>>>;
|
|
129258
129261
|
searcherTemplate?: Maybe<JiraFieldSearcherTemplate>;
|
|
129259
129262
|
searcherTemplateOptions?: Maybe<JiraFieldSearcherTemplateConnection>;
|
|
129263
|
+
translatedDescription?: Maybe<Scalars['String']['output']>;
|
|
129264
|
+
translatedName?: Maybe<Scalars['String']['output']>;
|
|
129260
129265
|
translations?: Maybe<Array<JiraFieldTranslation>>;
|
|
129261
129266
|
translationsCount?: Maybe<Scalars['Int']['output']>;
|
|
129262
129267
|
translationsLanguagesAvailableToAdd?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -130380,9 +130385,11 @@ export type JiraIssueSearchTimelineViewConfigSettings = {
|
|
|
130380
130385
|
barColorMode?: Maybe<JiraBarColorMode>;
|
|
130381
130386
|
hideDependencies?: Maybe<Scalars['Boolean']['output']>;
|
|
130382
130387
|
hideReleases?: Maybe<Scalars['Boolean']['output']>;
|
|
130388
|
+
hideUnParentedItems?: Maybe<Scalars['Boolean']['output']>;
|
|
130383
130389
|
hideWarnings?: Maybe<Scalars['Boolean']['output']>;
|
|
130384
130390
|
highlightedReleases?: Maybe<Array<Scalars['ID']['output']>>;
|
|
130385
130391
|
lastAppliedFilters?: Maybe<JiraTimelineLastAppliedFilters>;
|
|
130392
|
+
maxHierarchyLevel?: Maybe<Scalars['Int']['output']>;
|
|
130386
130393
|
rangeMode?: Maybe<JiraTimelineViewRangeMode>;
|
|
130387
130394
|
};
|
|
130388
130395
|
export type JiraIssueSearchView = JiraIssueSearchViewMetadata & Node & {
|
|
@@ -137265,6 +137272,7 @@ export type JiraQuery = {
|
|
|
137265
137272
|
requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
|
|
137266
137273
|
requestTypeTemplates?: Maybe<Array<JiraServiceManagementRequestTypeTemplate>>;
|
|
137267
137274
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
137275
|
+
requiresFigmaStatusUpdatesConfiguration?: Maybe<Scalars['Boolean']['output']>;
|
|
137268
137276
|
resourceUsageCustomFieldRecommendations?: Maybe<JiraResourceUsageCustomFieldRecommendationConnection>;
|
|
137269
137277
|
resourceUsageMetric?: Maybe<JiraResourceUsageMetric>;
|
|
137270
137278
|
resourceUsageMetricById?: Maybe<JiraResourceUsageMetric>;
|
|
@@ -138464,6 +138472,9 @@ export type JiraQueryRequestTypesArgs = {
|
|
|
138464
138472
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
138465
138473
|
projectId: Scalars['ID']['input'];
|
|
138466
138474
|
};
|
|
138475
|
+
export type JiraQueryRequiresFigmaStatusUpdatesConfigurationArgs = {
|
|
138476
|
+
cloudId: Scalars['ID']['input'];
|
|
138477
|
+
};
|
|
138467
138478
|
export type JiraQueryResourceUsageCustomFieldRecommendationsArgs = {
|
|
138468
138479
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
138469
138480
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -142448,6 +142459,16 @@ export type JiraSetTimelineViewHideReleasesPayload = Payload & {
|
|
|
142448
142459
|
success: Scalars['Boolean']['output'];
|
|
142449
142460
|
view?: Maybe<JiraView>;
|
|
142450
142461
|
};
|
|
142462
|
+
export type JiraSetTimelineViewHideUnParentedItemsInput = {
|
|
142463
|
+
hideUnParentedItems: Scalars['Boolean']['input'];
|
|
142464
|
+
viewId: Scalars['ID']['input'];
|
|
142465
|
+
};
|
|
142466
|
+
export type JiraSetTimelineViewHideUnParentedItemsPayload = Payload & {
|
|
142467
|
+
__typename?: 'JiraSetTimelineViewHideUnParentedItemsPayload';
|
|
142468
|
+
errors?: Maybe<Array<MutationError>>;
|
|
142469
|
+
success: Scalars['Boolean']['output'];
|
|
142470
|
+
view?: Maybe<JiraView>;
|
|
142471
|
+
};
|
|
142451
142472
|
export type JiraSetTimelineViewHideWarningsInput = {
|
|
142452
142473
|
hideWarnings: Scalars['Boolean']['input'];
|
|
142453
142474
|
viewId: Scalars['ID']['input'];
|
|
@@ -142458,6 +142479,16 @@ export type JiraSetTimelineViewHideWarningsPayload = Payload & {
|
|
|
142458
142479
|
success: Scalars['Boolean']['output'];
|
|
142459
142480
|
view?: Maybe<JiraView>;
|
|
142460
142481
|
};
|
|
142482
|
+
export type JiraSetTimelineViewMaxHierarchyLevelInput = {
|
|
142483
|
+
maxHierarchyLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
142484
|
+
viewId: Scalars['ID']['input'];
|
|
142485
|
+
};
|
|
142486
|
+
export type JiraSetTimelineViewMaxHierarchyLevelPayload = Payload & {
|
|
142487
|
+
__typename?: 'JiraSetTimelineViewMaxHierarchyLevelPayload';
|
|
142488
|
+
errors?: Maybe<Array<MutationError>>;
|
|
142489
|
+
success: Scalars['Boolean']['output'];
|
|
142490
|
+
view?: Maybe<JiraView>;
|
|
142491
|
+
};
|
|
142461
142492
|
export type JiraSetTimelineViewRangeModeInput = {
|
|
142462
142493
|
rangeMode: JiraTimelineViewRangeMode;
|
|
142463
142494
|
viewId: Scalars['ID']['input'];
|
|
@@ -144118,7 +144149,9 @@ export type JiraTimelineSearchFilterInput = {
|
|
|
144118
144149
|
export type JiraTimelineStaticViewInput = {
|
|
144119
144150
|
hideDependencies?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144120
144151
|
hideReleases?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144152
|
+
hideUnParentedItems?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144121
144153
|
hideWarnings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144154
|
+
maxHierarchyLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
144122
144155
|
rangeMode?: InputMaybe<JiraTimelineViewRangeMode>;
|
|
144123
144156
|
};
|
|
144124
144157
|
export type JiraTimelineView = JiraBaseTimelineView & JiraFieldSetsViewMetadata & JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
@@ -145340,6 +145373,7 @@ export type JiraUserPreferences = {
|
|
|
145340
145373
|
showRedactionChangeBoardingOnIssueViewAsViewer?: Maybe<Scalars['Boolean']['output']>;
|
|
145341
145374
|
showUnscheduledIssuesCalendarPanel?: Maybe<Scalars['Boolean']['output']>;
|
|
145342
145375
|
workItemFavouriteFields?: Maybe<Scalars['String']['output']>;
|
|
145376
|
+
workItemViewContextGroupSections?: Maybe<Scalars['String']['output']>;
|
|
145343
145377
|
workItemViewFavouriteFields?: Maybe<Scalars['String']['output']>;
|
|
145344
145378
|
};
|
|
145345
145379
|
export type JiraUserPreferencesDismissedAutomationDiscoverabilityTemplatesArgs = {
|
|
@@ -145377,6 +145411,9 @@ export type JiraUserPreferencesWorkItemFavouriteFieldsArgs = {
|
|
|
145377
145411
|
issueTypeId: Scalars['String']['input'];
|
|
145378
145412
|
projectKey: Scalars['String']['input'];
|
|
145379
145413
|
};
|
|
145414
|
+
export type JiraUserPreferencesWorkItemViewContextGroupSectionsArgs = {
|
|
145415
|
+
issueKey: Scalars['String']['input'];
|
|
145416
|
+
};
|
|
145380
145417
|
export type JiraUserPreferencesWorkItemViewFavouriteFieldsArgs = {
|
|
145381
145418
|
issueKey: Scalars['String']['input'];
|
|
145382
145419
|
};
|
|
@@ -166937,7 +166974,9 @@ export type Mutation = {
|
|
|
166937
166974
|
jira_setTimelineViewFieldSets?: Maybe<JiraSetTimelineViewFieldSetsPayload>;
|
|
166938
166975
|
jira_setTimelineViewHideDependencies?: Maybe<JiraSetTimelineViewHideDependenciesPayload>;
|
|
166939
166976
|
jira_setTimelineViewHideReleases?: Maybe<JiraSetTimelineViewHideReleasesPayload>;
|
|
166977
|
+
jira_setTimelineViewHideUnParentedItems?: Maybe<JiraSetTimelineViewHideUnParentedItemsPayload>;
|
|
166940
166978
|
jira_setTimelineViewHideWarnings?: Maybe<JiraSetTimelineViewHideWarningsPayload>;
|
|
166979
|
+
jira_setTimelineViewMaxHierarchyLevel?: Maybe<JiraSetTimelineViewMaxHierarchyLevelPayload>;
|
|
166941
166980
|
jira_setTimelineViewRangeMode?: Maybe<JiraSetTimelineViewRangeModePayload>;
|
|
166942
166981
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
166943
166982
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
@@ -171314,9 +171353,15 @@ export type MutationJira_SetTimelineViewHideDependenciesArgs = {
|
|
|
171314
171353
|
export type MutationJira_SetTimelineViewHideReleasesArgs = {
|
|
171315
171354
|
input: JiraSetTimelineViewHideReleasesInput;
|
|
171316
171355
|
};
|
|
171356
|
+
export type MutationJira_SetTimelineViewHideUnParentedItemsArgs = {
|
|
171357
|
+
input: JiraSetTimelineViewHideUnParentedItemsInput;
|
|
171358
|
+
};
|
|
171317
171359
|
export type MutationJira_SetTimelineViewHideWarningsArgs = {
|
|
171318
171360
|
input: JiraSetTimelineViewHideWarningsInput;
|
|
171319
171361
|
};
|
|
171362
|
+
export type MutationJira_SetTimelineViewMaxHierarchyLevelArgs = {
|
|
171363
|
+
input: JiraSetTimelineViewMaxHierarchyLevelInput;
|
|
171364
|
+
};
|
|
171320
171365
|
export type MutationJira_SetTimelineViewRangeModeArgs = {
|
|
171321
171366
|
input: JiraSetTimelineViewRangeModeInput;
|
|
171322
171367
|
};
|
|
@@ -171609,8 +171654,7 @@ export type MutationKitsune_ExportFeedbackFromViewArgs = {
|
|
|
171609
171654
|
workspaceAri: Scalars['ID']['input'];
|
|
171610
171655
|
};
|
|
171611
171656
|
export type MutationKitsune_GenerateFeedbackSummaryArgs = {
|
|
171612
|
-
|
|
171613
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
171657
|
+
id: Scalars['ID']['input'];
|
|
171614
171658
|
};
|
|
171615
171659
|
export type MutationKitsune_GenerateFeedbackSummaryV2Args = {
|
|
171616
171660
|
id: Scalars['ID']['input'];
|
|
@@ -171635,8 +171679,7 @@ export type MutationKitsune_RemoveCustomerFieldArgs = {
|
|
|
171635
171679
|
workspaceAri: Scalars['ID']['input'];
|
|
171636
171680
|
};
|
|
171637
171681
|
export type MutationKitsune_RemoveFeedbackArgs = {
|
|
171638
|
-
|
|
171639
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
171682
|
+
id: Scalars['ID']['input'];
|
|
171640
171683
|
};
|
|
171641
171684
|
export type MutationKitsune_RemoveFeedbackV2Args = {
|
|
171642
171685
|
id: Scalars['ID']['input'];
|
|
@@ -177041,6 +177084,7 @@ export type Query = {
|
|
|
177041
177084
|
goals_search?: Maybe<TownsquareGoalConnection>;
|
|
177042
177085
|
goals_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
177043
177086
|
goals_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
|
|
177087
|
+
goals_statusSummary?: Maybe<TownsquareStatusSummary>;
|
|
177044
177088
|
graphInference_getJiraEntityContext?: Maybe<GraphInferenceGetJiraEntityContextResponse>;
|
|
177045
177089
|
graphInference_getRelatedRepos?: Maybe<GraphInferenceGetRelatedReposResponse>;
|
|
177046
177090
|
graphInference_getRelatedReposV2?: Maybe<GraphInferenceGetRelatedReposV2Response>;
|
|
@@ -179242,6 +179286,7 @@ export type Query = {
|
|
|
179242
179286
|
jira_isRovoLLMEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
179243
179287
|
jira_isTenantConvertedToNfa?: Maybe<Scalars['Boolean']['output']>;
|
|
179244
179288
|
jira_issueCreateLayout?: Maybe<JiraIssueCreateLayoutResult>;
|
|
179289
|
+
jira_issueCreateLayoutWithML?: Maybe<JiraIssueCreateLayoutResult>;
|
|
179245
179290
|
jira_issueSearchTopLevelIssueFieldsAggregation?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
179246
179291
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
179247
179292
|
jira_issueStatusesByIds?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
@@ -179517,6 +179562,7 @@ export type Query = {
|
|
|
179517
179562
|
projects_searchJiraWorkItemsToLink?: Maybe<TownsquareJiraWorkItemConnection>;
|
|
179518
179563
|
projects_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
179519
179564
|
projects_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
|
|
179565
|
+
projects_statusSummary?: Maybe<TownsquareStatusSummary>;
|
|
179520
179566
|
projects_statusSummaryForTag?: Maybe<TownsquareStatusSummaryForTag>;
|
|
179521
179567
|
projects_updatesByIds?: Maybe<Array<Maybe<TownsquareProjectUpdate>>>;
|
|
179522
179568
|
ptpage?: Maybe<PtPage>;
|
|
@@ -184098,6 +184144,11 @@ export type QueryGoals_SlackChannelsArgs = {
|
|
|
184098
184144
|
export type QueryGoals_SlackTeamsArgs = {
|
|
184099
184145
|
containerId: Scalars['ID']['input'];
|
|
184100
184146
|
};
|
|
184147
|
+
export type QueryGoals_StatusSummaryArgs = {
|
|
184148
|
+
containerId: Scalars['ID']['input'];
|
|
184149
|
+
endDate: Scalars['DateTime']['input'];
|
|
184150
|
+
startDate: Scalars['DateTime']['input'];
|
|
184151
|
+
};
|
|
184101
184152
|
export type QueryGraphInference_GetJiraEntityContextArgs = {
|
|
184102
184153
|
input: GraphInferenceGetJiraEntityContextInput;
|
|
184103
184154
|
};
|
|
@@ -200064,6 +200115,13 @@ export type QueryJira_IssueCreateLayoutArgs = {
|
|
|
200064
200115
|
project?: InputMaybe<JiraProjectInput>;
|
|
200065
200116
|
requestType?: InputMaybe<JiraRequestTypeInput>;
|
|
200066
200117
|
};
|
|
200118
|
+
export type QueryJira_IssueCreateLayoutWithMlArgs = {
|
|
200119
|
+
cloudId: Scalars['ID']['input'];
|
|
200120
|
+
issueType?: InputMaybe<JiraIssueTypeInput>;
|
|
200121
|
+
layoutFilter?: InputMaybe<JiraIssueCreateLayoutFilter>;
|
|
200122
|
+
project?: InputMaybe<JiraProjectInput>;
|
|
200123
|
+
requestType?: InputMaybe<JiraRequestTypeInput>;
|
|
200124
|
+
};
|
|
200067
200125
|
export type QueryJira_IssueSearchTopLevelIssueFieldsAggregationArgs = {
|
|
200068
200126
|
aggregationConfig?: InputMaybe<JiraIssueSearchAggregationConfigInput>;
|
|
200069
200127
|
issueIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -201067,6 +201125,11 @@ export type QueryProjects_SlackChannelsArgs = {
|
|
|
201067
201125
|
export type QueryProjects_SlackTeamsArgs = {
|
|
201068
201126
|
containerId: Scalars['ID']['input'];
|
|
201069
201127
|
};
|
|
201128
|
+
export type QueryProjects_StatusSummaryArgs = {
|
|
201129
|
+
containerId: Scalars['ID']['input'];
|
|
201130
|
+
endDate: Scalars['DateTime']['input'];
|
|
201131
|
+
startDate: Scalars['DateTime']['input'];
|
|
201132
|
+
};
|
|
201070
201133
|
export type QueryProjects_StatusSummaryForTagArgs = {
|
|
201071
201134
|
tagId: Scalars['ID']['input'];
|
|
201072
201135
|
};
|
|
@@ -232486,7 +232549,7 @@ export declare enum TownsquareAccessControlCapability {
|
|
|
232486
232549
|
Create = "CREATE"
|
|
232487
232550
|
}
|
|
232488
232551
|
export type TownsquareAccessPrincipal = AppUser | AtlassianAccountUser | CustomerUser;
|
|
232489
|
-
export type TownsquareActivityChange = TownsquareEditorsAddedChange | TownsquareEditorsRemovedChange | TownsquareFollowersAddedChange | TownsquareFollowersRemovedChange | TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalProgressTypeChange | TownsquareGoalRenamedChange | TownsquareGoalRestoredChange | TownsquareStartDateAddedChange | TownsquareStartDateEditedChange | TownsquareTargetDateAddedChange | TownsquareTargetDateEditedChange | TownsquareUpdateDeletedChange;
|
|
232552
|
+
export type TownsquareActivityChange = TownsquareEditorsAddedChange | TownsquareEditorsRemovedChange | TownsquareFollowersAddedChange | TownsquareFollowersRemovedChange | TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalProgressTypeChange | TownsquareGoalRenamedChange | TownsquareGoalRestoredChange | TownsquareMetricTargetPeriodsChange | TownsquareStartDateAddedChange | TownsquareStartDateEditedChange | TownsquareTargetDateAddedChange | TownsquareTargetDateEditedChange | TownsquareUpdateDeletedChange;
|
|
232490
232553
|
export type TownsquareActivityItem = {
|
|
232491
232554
|
__typename?: 'TownsquareActivityItem';
|
|
232492
232555
|
actor?: Maybe<User>;
|
|
@@ -234542,6 +234605,13 @@ export type TownsquareMetricTargetPeriodConnection = {
|
|
|
234542
234605
|
edges?: Maybe<Array<Maybe<TownsquareMetricTargetPeriodEdge>>>;
|
|
234543
234606
|
pageInfo: PageInfo;
|
|
234544
234607
|
};
|
|
234608
|
+
export type TownsquareMetricTargetPeriodDiff = {
|
|
234609
|
+
__typename?: 'TownsquareMetricTargetPeriodDiff';
|
|
234610
|
+
newValue?: Maybe<Scalars['Float']['output']>;
|
|
234611
|
+
oldValue?: Maybe<Scalars['Float']['output']>;
|
|
234612
|
+
periodStart: Scalars['String']['output'];
|
|
234613
|
+
periodType: TownsquareTargetDateType;
|
|
234614
|
+
};
|
|
234545
234615
|
export type TownsquareMetricTargetPeriodEdge = {
|
|
234546
234616
|
__typename?: 'TownsquareMetricTargetPeriodEdge';
|
|
234547
234617
|
cursor: Scalars['String']['output'];
|
|
@@ -234556,6 +234626,10 @@ export type TownsquareMetricTargetPeriodToMetricValueEdge = {
|
|
|
234556
234626
|
node?: Maybe<TownsquareMetricValue>;
|
|
234557
234627
|
variance?: Maybe<Scalars['Float']['output']>;
|
|
234558
234628
|
};
|
|
234629
|
+
export type TownsquareMetricTargetPeriodsChange = {
|
|
234630
|
+
__typename?: 'TownsquareMetricTargetPeriodsChange';
|
|
234631
|
+
periods?: Maybe<Array<TownsquareMetricTargetPeriodDiff>>;
|
|
234632
|
+
};
|
|
234559
234633
|
export type TownsquareMetricTargetToMetricValueConnection = {
|
|
234560
234634
|
__typename?: 'TownsquareMetricTargetToMetricValueConnection';
|
|
234561
234635
|
edges?: Maybe<Array<Maybe<TownsquareMetricTargetToMetricValueEdge>>>;
|
|
@@ -236150,6 +236224,7 @@ export type TownsquareShareProjectUserInput = {
|
|
|
236150
236224
|
};
|
|
236151
236225
|
export type TownsquareSlackChannel = {
|
|
236152
236226
|
__typename?: 'TownsquareSlackChannel';
|
|
236227
|
+
loggedIn?: Maybe<Scalars['Boolean']['output']>;
|
|
236153
236228
|
name?: Maybe<Scalars['String']['output']>;
|
|
236154
236229
|
numMembers?: Maybe<Scalars['Int']['output']>;
|
|
236155
236230
|
private?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -236190,6 +236265,7 @@ export type TownsquareSlackConnection = {
|
|
|
236190
236265
|
channel?: Maybe<TownsquareSlackChannel>;
|
|
236191
236266
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
236192
236267
|
metadata?: Maybe<TownsquareSlackConnectionMetadata>;
|
|
236268
|
+
slackConnectionId?: Maybe<Scalars['String']['output']>;
|
|
236193
236269
|
subscriber?: Maybe<User>;
|
|
236194
236270
|
types?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
236195
236271
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -236230,6 +236306,16 @@ export type TownsquareStatus = {
|
|
|
236230
236306
|
score?: Maybe<Scalars['Float']['output']>;
|
|
236231
236307
|
value?: Maybe<Scalars['String']['output']>;
|
|
236232
236308
|
};
|
|
236309
|
+
export type TownsquareStatusSummary = {
|
|
236310
|
+
__typename?: 'TownsquareStatusSummary';
|
|
236311
|
+
active?: Maybe<Scalars['Int']['output']>;
|
|
236312
|
+
atRisk?: Maybe<Scalars['Int']['output']>;
|
|
236313
|
+
cancelled?: Maybe<Scalars['Int']['output']>;
|
|
236314
|
+
done?: Maybe<Scalars['Int']['output']>;
|
|
236315
|
+
missed?: Maybe<Scalars['Int']['output']>;
|
|
236316
|
+
offTrack?: Maybe<Scalars['Int']['output']>;
|
|
236317
|
+
onTrack?: Maybe<Scalars['Int']['output']>;
|
|
236318
|
+
};
|
|
236233
236319
|
export type TownsquareStatusSummaryForTag = {
|
|
236234
236320
|
__typename?: 'TownsquareStatusSummaryForTag';
|
|
236235
236321
|
atRisk?: Maybe<Scalars['Int']['output']>;
|