@forge/cli-shared 8.11.1-next.2-experimental-2969aa0 → 8.11.1-next.3
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.
|
@@ -1538,9 +1538,9 @@ export declare type AdminAccessUrlCreationResponsePayload = Payload & {
|
|
|
1538
1538
|
errors?: Maybe<Array<MutationError>>;
|
|
1539
1539
|
success: Scalars['Boolean']['output'];
|
|
1540
1540
|
};
|
|
1541
|
-
export declare type AdminAccessUrlDeletionResponsePayload =
|
|
1541
|
+
export declare type AdminAccessUrlDeletionResponsePayload = {
|
|
1542
1542
|
__typename?: 'AdminAccessUrlDeletionResponsePayload';
|
|
1543
|
-
errors?: Maybe<Array<
|
|
1543
|
+
errors?: Maybe<Array<AdminTempMutationError>>;
|
|
1544
1544
|
success: Scalars['Boolean']['output'];
|
|
1545
1545
|
};
|
|
1546
1546
|
export declare type AdminAccessUrlEdge = {
|
|
@@ -1642,16 +1642,27 @@ export declare type AdminAssignRoleResponsePayload = Payload & {
|
|
|
1642
1642
|
errors?: Maybe<Array<MutationError>>;
|
|
1643
1643
|
success: Scalars['Boolean']['output'];
|
|
1644
1644
|
};
|
|
1645
|
+
export declare type AdminAuditLogDetailedEventLocation = {
|
|
1646
|
+
__typename?: 'AdminAuditLogDetailedEventLocation';
|
|
1647
|
+
cityName?: Maybe<Scalars['String']['output']>;
|
|
1648
|
+
countryName?: Maybe<Scalars['String']['output']>;
|
|
1649
|
+
ip: Scalars['String']['output'];
|
|
1650
|
+
regionName?: Maybe<Scalars['String']['output']>;
|
|
1651
|
+
};
|
|
1645
1652
|
export declare type AdminAuditLogEvent = {
|
|
1646
1653
|
__typename?: 'AdminAuditLogEvent';
|
|
1647
1654
|
action: Scalars['String']['output'];
|
|
1648
1655
|
containers?: Maybe<Array<Maybe<AdminAuditLogEventContainer>>>;
|
|
1649
1656
|
context?: Maybe<Array<Maybe<AdminAuditLogEventContext>>>;
|
|
1650
1657
|
correlationId?: Maybe<Scalars['String']['output']>;
|
|
1651
|
-
location?: Maybe<
|
|
1658
|
+
location?: Maybe<AdminAuditLogDetailedEventLocation>;
|
|
1652
1659
|
message?: Maybe<AdminAuditLogEventMessage>;
|
|
1653
1660
|
time: Scalars['String']['output'];
|
|
1654
1661
|
};
|
|
1662
|
+
export declare type AdminAuditLogEventAction = {
|
|
1663
|
+
__typename?: 'AdminAuditLogEventAction';
|
|
1664
|
+
name: Scalars['String']['output'];
|
|
1665
|
+
};
|
|
1655
1666
|
export declare type AdminAuditLogEventConnection = {
|
|
1656
1667
|
__typename?: 'AdminAuditLogEventConnection';
|
|
1657
1668
|
edges?: Maybe<Array<AdminAuditLogEventEdge>>;
|
|
@@ -1674,13 +1685,37 @@ export declare type AdminAuditLogEventEdge = {
|
|
|
1674
1685
|
cursor: Scalars['String']['output'];
|
|
1675
1686
|
node: AdminAuditLogEvent;
|
|
1676
1687
|
};
|
|
1688
|
+
export declare type AdminAuditLogEventExport = Payload & {
|
|
1689
|
+
__typename?: 'AdminAuditLogEventExport';
|
|
1690
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1691
|
+
success: Scalars['Boolean']['output'];
|
|
1692
|
+
};
|
|
1693
|
+
export declare type AdminAuditLogEventExportInput = {
|
|
1694
|
+
action?: InputMaybe<Scalars['String']['input']>;
|
|
1695
|
+
actor?: InputMaybe<Scalars['String']['input']>;
|
|
1696
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
1697
|
+
ip?: InputMaybe<Scalars['String']['input']>;
|
|
1698
|
+
location?: InputMaybe<Scalars['String']['input']>;
|
|
1699
|
+
product?: InputMaybe<Scalars['String']['input']>;
|
|
1700
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
1701
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
1702
|
+
};
|
|
1677
1703
|
export declare type AdminAuditLogEventLocation = {
|
|
1678
1704
|
__typename?: 'AdminAuditLogEventLocation';
|
|
1679
|
-
cityName
|
|
1680
|
-
countryName
|
|
1681
|
-
ip: Scalars['String']['output'];
|
|
1705
|
+
cityName: Scalars['String']['output'];
|
|
1706
|
+
countryName: Scalars['String']['output'];
|
|
1682
1707
|
regionName?: Maybe<Scalars['String']['output']>;
|
|
1683
1708
|
};
|
|
1709
|
+
export declare type AdminAuditLogEventLocationConnection = {
|
|
1710
|
+
__typename?: 'AdminAuditLogEventLocationConnection';
|
|
1711
|
+
edges?: Maybe<Array<AdminAuditLogEventLocationEdge>>;
|
|
1712
|
+
pageInfo: PageInfo;
|
|
1713
|
+
};
|
|
1714
|
+
export declare type AdminAuditLogEventLocationEdge = {
|
|
1715
|
+
__typename?: 'AdminAuditLogEventLocationEdge';
|
|
1716
|
+
cursor: Scalars['String']['output'];
|
|
1717
|
+
node: AdminAuditLogEventLocation;
|
|
1718
|
+
};
|
|
1684
1719
|
export declare type AdminAuditLogEventMessage = {
|
|
1685
1720
|
__typename?: 'AdminAuditLogEventMessage';
|
|
1686
1721
|
content: Scalars['String']['output'];
|
|
@@ -1695,6 +1730,21 @@ export declare type AdminAuditLogFeature = {
|
|
|
1695
1730
|
allInclusive?: Maybe<Scalars['Boolean']['output']>;
|
|
1696
1731
|
events?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
1697
1732
|
};
|
|
1733
|
+
export declare type AdminAuditLogGroupEventAction = {
|
|
1734
|
+
__typename?: 'AdminAuditLogGroupEventAction';
|
|
1735
|
+
eventActions: Array<AdminAuditLogEventAction>;
|
|
1736
|
+
name: Scalars['String']['output'];
|
|
1737
|
+
};
|
|
1738
|
+
export declare type AdminAuditLogGroupEventActionConnection = {
|
|
1739
|
+
__typename?: 'AdminAuditLogGroupEventActionConnection';
|
|
1740
|
+
edges?: Maybe<Array<AdminAuditLogGroupEventActionEdge>>;
|
|
1741
|
+
pageInfo: PageInfo;
|
|
1742
|
+
};
|
|
1743
|
+
export declare type AdminAuditLogGroupEventActionEdge = {
|
|
1744
|
+
__typename?: 'AdminAuditLogGroupEventActionEdge';
|
|
1745
|
+
cursor: Scalars['String']['output'];
|
|
1746
|
+
node: AdminAuditLogGroupEventAction;
|
|
1747
|
+
};
|
|
1698
1748
|
export declare type AdminByok = {
|
|
1699
1749
|
__typename?: 'AdminByok';
|
|
1700
1750
|
config: Scalars['String']['output'];
|
|
@@ -1825,26 +1875,6 @@ export declare type AdminErrorExtension = {
|
|
|
1825
1875
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
1826
1876
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
1827
1877
|
};
|
|
1828
|
-
export declare type AdminEventAction = {
|
|
1829
|
-
__typename?: 'AdminEventAction';
|
|
1830
|
-
name: Scalars['String']['output'];
|
|
1831
|
-
};
|
|
1832
|
-
export declare type AdminEventLocation = {
|
|
1833
|
-
__typename?: 'AdminEventLocation';
|
|
1834
|
-
cityName: Scalars['String']['output'];
|
|
1835
|
-
countryName: Scalars['String']['output'];
|
|
1836
|
-
regionName?: Maybe<Scalars['String']['output']>;
|
|
1837
|
-
};
|
|
1838
|
-
export declare type AdminEventLocationConnection = {
|
|
1839
|
-
__typename?: 'AdminEventLocationConnection';
|
|
1840
|
-
edges?: Maybe<Array<AdminEventLocationEdge>>;
|
|
1841
|
-
pageInfo: PageInfo;
|
|
1842
|
-
};
|
|
1843
|
-
export declare type AdminEventLocationEdge = {
|
|
1844
|
-
__typename?: 'AdminEventLocationEdge';
|
|
1845
|
-
cursor: Scalars['String']['output'];
|
|
1846
|
-
node: AdminEventLocation;
|
|
1847
|
-
};
|
|
1848
1878
|
export declare type AdminExternalCollaboratorFeature = {
|
|
1849
1879
|
__typename?: 'AdminExternalCollaboratorFeature';
|
|
1850
1880
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -1916,21 +1946,6 @@ export declare type AdminGroupEdge = {
|
|
|
1916
1946
|
cursor: Scalars['String']['output'];
|
|
1917
1947
|
node?: Maybe<AdminGroup>;
|
|
1918
1948
|
};
|
|
1919
|
-
export declare type AdminGroupEventAction = {
|
|
1920
|
-
__typename?: 'AdminGroupEventAction';
|
|
1921
|
-
eventActions: Array<AdminEventAction>;
|
|
1922
|
-
name: Scalars['String']['output'];
|
|
1923
|
-
};
|
|
1924
|
-
export declare type AdminGroupEventActionConnection = {
|
|
1925
|
-
__typename?: 'AdminGroupEventActionConnection';
|
|
1926
|
-
edges?: Maybe<Array<AdminGroupEventActionEdge>>;
|
|
1927
|
-
pageInfo: PageInfo;
|
|
1928
|
-
};
|
|
1929
|
-
export declare type AdminGroupEventActionEdge = {
|
|
1930
|
-
__typename?: 'AdminGroupEventActionEdge';
|
|
1931
|
-
cursor: Scalars['String']['output'];
|
|
1932
|
-
node: AdminGroupEventAction;
|
|
1933
|
-
};
|
|
1934
1949
|
export declare type AdminGroupStatsQueryInput = {
|
|
1935
1950
|
includeResources?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1936
1951
|
includeUsers?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -2343,6 +2358,17 @@ export declare type AdminStringKeyValuePair = {
|
|
|
2343
2358
|
key: Scalars['String']['output'];
|
|
2344
2359
|
value: Scalars['String']['output'];
|
|
2345
2360
|
};
|
|
2361
|
+
export declare type AdminTempMutationError = {
|
|
2362
|
+
__typename?: 'AdminTempMutationError';
|
|
2363
|
+
extensions?: Maybe<AdminTempMutationErrorExtension>;
|
|
2364
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
2365
|
+
};
|
|
2366
|
+
export declare type AdminTempMutationErrorExtension = {
|
|
2367
|
+
__typename?: 'AdminTempMutationErrorExtension';
|
|
2368
|
+
downstreamService?: Maybe<Scalars['String']['output']>;
|
|
2369
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
2370
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
2371
|
+
};
|
|
2346
2372
|
export declare enum AdminTimeSearchType {
|
|
2347
2373
|
BetweenAbsolute = "BETWEEN_ABSOLUTE",
|
|
2348
2374
|
BetweenRelative = "BETWEEN_RELATIVE",
|
|
@@ -5502,6 +5528,14 @@ export declare type AssetsDmCleansingStatisticsResponse = {
|
|
|
5502
5528
|
filteredReasons: Scalars['Int']['output'];
|
|
5503
5529
|
objects: Array<AssetsDmCleansingStatisticsObjectData>;
|
|
5504
5530
|
};
|
|
5531
|
+
export declare type AssetsDmCreateCleansingReasonInput = {
|
|
5532
|
+
reason: Scalars['String']['input'];
|
|
5533
|
+
};
|
|
5534
|
+
export declare type AssetsDmCreateCleansingReasonResponse = {
|
|
5535
|
+
__typename?: 'AssetsDMCreateCleansingReasonResponse';
|
|
5536
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5537
|
+
message: Scalars['String']['output'];
|
|
5538
|
+
};
|
|
5505
5539
|
export declare type AssetsDmCreateDataSourceTypeInput = {
|
|
5506
5540
|
defaultGap?: InputMaybe<Scalars['Int']['input']>;
|
|
5507
5541
|
name: Scalars['String']['input'];
|
|
@@ -10207,6 +10241,7 @@ export declare type ClassificationLevelDetails = {
|
|
|
10207
10241
|
classificationLevel?: Maybe<ContentDataClassificationLevel>;
|
|
10208
10242
|
classificationLevelId?: Maybe<Scalars['ID']['output']>;
|
|
10209
10243
|
featureEnabled: Scalars['Boolean']['output'];
|
|
10244
|
+
isReclassificationPermitted: Scalars['Boolean']['output'];
|
|
10210
10245
|
source?: Maybe<ClassificationLevelSource>;
|
|
10211
10246
|
};
|
|
10212
10247
|
export declare enum ClassificationLevelSource {
|
|
@@ -24044,6 +24079,8 @@ export declare type CplsDeleteContributorWorkAssociationPayload = Payload & {
|
|
|
24044
24079
|
export declare type CplsFilterConfiguration = {
|
|
24045
24080
|
__typename?: 'CplsFilterConfiguration';
|
|
24046
24081
|
contributorDataEntities?: Maybe<CplsContributorDataEntityConnection>;
|
|
24082
|
+
customContributionTargets?: Maybe<CplsCustomContributionTargetConnection>;
|
|
24083
|
+
jiraWorkItems?: Maybe<CplsJiraWorkItemConnection>;
|
|
24047
24084
|
};
|
|
24048
24085
|
export declare type CplsFilterConfigurationContributorDataEntitiesArgs = {
|
|
24049
24086
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -24051,15 +24088,47 @@ export declare type CplsFilterConfigurationContributorDataEntitiesArgs = {
|
|
|
24051
24088
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24052
24089
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
24053
24090
|
};
|
|
24091
|
+
export declare type CplsFilterConfigurationCustomContributionTargetsArgs = {
|
|
24092
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
24093
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
24094
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24095
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
24096
|
+
};
|
|
24097
|
+
export declare type CplsFilterConfigurationJiraWorkItemsArgs = {
|
|
24098
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
24099
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
24100
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24101
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
24102
|
+
};
|
|
24054
24103
|
export declare type CplsFilterConfigurationType = CplsFilterConfiguration | QueryError;
|
|
24055
24104
|
export declare type CplsFilters = {
|
|
24056
24105
|
__typename?: 'CplsFilters';
|
|
24057
24106
|
contributorDataIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24107
|
+
customContributionTargets?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24108
|
+
jiraWorkItems?: Maybe<Array<Scalars['ID']['output']>>;
|
|
24109
|
+
workTypes?: Maybe<Array<CplsWorkType>>;
|
|
24058
24110
|
};
|
|
24059
24111
|
export declare type CplsFiltersInput = {
|
|
24060
24112
|
contributorDataIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24113
|
+
customContributionTargets?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24114
|
+
jiraWorkItems?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
24061
24115
|
workTypes?: InputMaybe<Array<CplsWorkType>>;
|
|
24062
24116
|
};
|
|
24117
|
+
export declare type CplsJiraWorkItem = {
|
|
24118
|
+
__typename?: 'CplsJiraWorkItem';
|
|
24119
|
+
jiraWorkItem?: Maybe<JiraIssue>;
|
|
24120
|
+
jiraWorkItemId: Scalars['ID']['output'];
|
|
24121
|
+
};
|
|
24122
|
+
export declare type CplsJiraWorkItemConnection = HasPageInfo & {
|
|
24123
|
+
__typename?: 'CplsJiraWorkItemConnection';
|
|
24124
|
+
edges?: Maybe<Array<CplsJiraWorkItemEdge>>;
|
|
24125
|
+
pageInfo: PageInfo;
|
|
24126
|
+
};
|
|
24127
|
+
export declare type CplsJiraWorkItemEdge = {
|
|
24128
|
+
__typename?: 'CplsJiraWorkItemEdge';
|
|
24129
|
+
cursor: Scalars['String']['output'];
|
|
24130
|
+
node?: Maybe<CplsJiraWorkItem>;
|
|
24131
|
+
};
|
|
24063
24132
|
export declare type CplsMutationErrorExtension = MutationErrorExtension & {
|
|
24064
24133
|
__typename?: 'CplsMutationErrorExtension';
|
|
24065
24134
|
errorId?: Maybe<Scalars['String']['output']>;
|
|
@@ -28121,6 +28190,7 @@ export declare type DevAiRovoDevSession = Node & {
|
|
|
28121
28190
|
repository?: Maybe<DevAiRovoDevRepository>;
|
|
28122
28191
|
sandboxStatus?: Maybe<DevAiRovoDevSandboxStatus>;
|
|
28123
28192
|
sessionStatus?: Maybe<DevAiRovoDevSessionStatus>;
|
|
28193
|
+
sessionTitle?: Maybe<Scalars['String']['output']>;
|
|
28124
28194
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
28125
28195
|
workspaceAri?: Maybe<Scalars['ID']['output']>;
|
|
28126
28196
|
};
|
|
@@ -37887,6 +37957,7 @@ export declare type GraphStore = {
|
|
|
37887
37957
|
askHasSubmitterInverse?: Maybe<GraphStoreSimplifiedAskHasSubmitterInverseConnection>;
|
|
37888
37958
|
askHasSubmittingTeam?: Maybe<GraphStoreSimplifiedAskHasSubmittingTeamConnection>;
|
|
37889
37959
|
askHasSubmittingTeamInverse?: Maybe<GraphStoreSimplifiedAskHasSubmittingTeamInverseConnection>;
|
|
37960
|
+
atlasGoalHasAtlasTagInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseConnection>;
|
|
37890
37961
|
atlasGoalHasContributor?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorConnection>;
|
|
37891
37962
|
atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
|
|
37892
37963
|
atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
|
|
@@ -37910,6 +37981,7 @@ export declare type GraphStore = {
|
|
|
37910
37981
|
atlasProjectContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
|
|
37911
37982
|
atlasProjectDependsOnAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection>;
|
|
37912
37983
|
atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
|
|
37984
|
+
atlasProjectHasAtlasTagInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseConnection>;
|
|
37913
37985
|
atlasProjectHasContributor?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorConnection>;
|
|
37914
37986
|
atlasProjectHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection>;
|
|
37915
37987
|
atlasProjectHasFollower?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerConnection>;
|
|
@@ -38855,6 +38927,14 @@ export declare type GraphStoreAskHasSubmittingTeamInverseArgs = {
|
|
|
38855
38927
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
38856
38928
|
sort?: InputMaybe<GraphStoreAskHasSubmittingTeamSortInput>;
|
|
38857
38929
|
};
|
|
38930
|
+
export declare type GraphStoreAtlasGoalHasAtlasTagInverseArgs = {
|
|
38931
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38932
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38933
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38934
|
+
id: Scalars['ID']['input'];
|
|
38935
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
38936
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasAtlasTagSortInput>;
|
|
38937
|
+
};
|
|
38858
38938
|
export declare type GraphStoreAtlasGoalHasContributorArgs = {
|
|
38859
38939
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
38860
38940
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39029,6 +39109,14 @@ export declare type GraphStoreAtlasProjectDependsOnAtlasProjectInverseArgs = {
|
|
|
39029
39109
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
39030
39110
|
sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
|
|
39031
39111
|
};
|
|
39112
|
+
export declare type GraphStoreAtlasProjectHasAtlasTagInverseArgs = {
|
|
39113
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
39114
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39115
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39116
|
+
id: Scalars['ID']['input'];
|
|
39117
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
39118
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasAtlasTagSortInput>;
|
|
39119
|
+
};
|
|
39032
39120
|
export declare type GraphStoreAtlasProjectHasContributorArgs = {
|
|
39033
39121
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39034
39122
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -45526,6 +45614,9 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
45526
45614
|
is?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
45527
45615
|
isNot?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
45528
45616
|
};
|
|
45617
|
+
export declare type GraphStoreAtlasGoalHasAtlasTagSortInput = {
|
|
45618
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45619
|
+
};
|
|
45529
45620
|
export declare type GraphStoreAtlasGoalHasContributorSortInput = {
|
|
45530
45621
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45531
45622
|
};
|
|
@@ -45601,6 +45692,9 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
|
45601
45692
|
export declare type GraphStoreAtlasProjectDependsOnAtlasProjectSortInput = {
|
|
45602
45693
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45603
45694
|
};
|
|
45695
|
+
export declare type GraphStoreAtlasProjectHasAtlasTagSortInput = {
|
|
45696
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45697
|
+
};
|
|
45604
45698
|
export declare type GraphStoreAtlasProjectHasContributorSortInput = {
|
|
45605
45699
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45606
45700
|
};
|
|
@@ -53055,6 +53149,20 @@ export declare type GraphStoreSimplifiedAskHasSubmittingTeamInverseEdge = {
|
|
|
53055
53149
|
};
|
|
53056
53150
|
export declare type GraphStoreSimplifiedAskHasSubmittingTeamInverseUnion = SpfAsk;
|
|
53057
53151
|
export declare type GraphStoreSimplifiedAskHasSubmittingTeamUnion = TeamV2;
|
|
53152
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseConnection = HasPageInfo & {
|
|
53153
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseConnection';
|
|
53154
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseEdge>>>;
|
|
53155
|
+
pageInfo: PageInfo;
|
|
53156
|
+
};
|
|
53157
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseEdge = {
|
|
53158
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseEdge';
|
|
53159
|
+
createdAt: Scalars['DateTime']['output'];
|
|
53160
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53161
|
+
id: Scalars['ID']['output'];
|
|
53162
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
53163
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseUnion>;
|
|
53164
|
+
};
|
|
53165
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasAtlasTagInverseUnion = TownsquareGoal;
|
|
53058
53166
|
export declare type GraphStoreSimplifiedAtlasGoalHasContributorConnection = HasPageInfo & {
|
|
53059
53167
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasContributorConnection';
|
|
53060
53168
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasContributorEdge>>>;
|
|
@@ -53279,6 +53387,20 @@ export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverse
|
|
|
53279
53387
|
};
|
|
53280
53388
|
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion = TownsquareProject;
|
|
53281
53389
|
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectUnion = TownsquareProject;
|
|
53390
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseConnection = HasPageInfo & {
|
|
53391
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseConnection';
|
|
53392
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseEdge>>>;
|
|
53393
|
+
pageInfo: PageInfo;
|
|
53394
|
+
};
|
|
53395
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseEdge = {
|
|
53396
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseEdge';
|
|
53397
|
+
createdAt: Scalars['DateTime']['output'];
|
|
53398
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53399
|
+
id: Scalars['ID']['output'];
|
|
53400
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
53401
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseUnion>;
|
|
53402
|
+
};
|
|
53403
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasAtlasTagInverseUnion = TownsquareProject;
|
|
53282
53404
|
export declare type GraphStoreSimplifiedAtlasProjectHasContributorConnection = HasPageInfo & {
|
|
53283
53405
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorConnection';
|
|
53284
53406
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasContributorEdge>>>;
|
|
@@ -90490,7 +90612,10 @@ export declare enum JsmConversationMessageSource {
|
|
|
90490
90612
|
}
|
|
90491
90613
|
export declare enum JsmConversationStatus {
|
|
90492
90614
|
Closed = "CLOSED",
|
|
90615
|
+
InProgress = "IN_PROGRESS",
|
|
90616
|
+
Missed = "MISSED",
|
|
90493
90617
|
Requested = "REQUESTED",
|
|
90618
|
+
Timeout = "TIMEOUT",
|
|
90494
90619
|
Unassigned = "UNASSIGNED"
|
|
90495
90620
|
}
|
|
90496
90621
|
export declare type JsonContentProperty = {
|
|
@@ -92244,6 +92369,7 @@ export declare type LinksSelf = {
|
|
|
92244
92369
|
export declare type LiveChatClosed = {
|
|
92245
92370
|
__typename?: 'LiveChatClosed';
|
|
92246
92371
|
content?: Maybe<Scalars['String']['output']>;
|
|
92372
|
+
id: Scalars['ID']['output'];
|
|
92247
92373
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
92248
92374
|
};
|
|
92249
92375
|
export declare type LiveChatParticipantJoined = {
|
|
@@ -92270,6 +92396,7 @@ export declare type LiveChatStarted = {
|
|
|
92270
92396
|
export declare type LiveChatSystemMessage = {
|
|
92271
92397
|
__typename?: 'LiveChatSystemMessage';
|
|
92272
92398
|
content?: Maybe<Scalars['String']['output']>;
|
|
92399
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
92273
92400
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
92274
92401
|
};
|
|
92275
92402
|
export declare type LiveChatUpdate = LiveChatClosed | LiveChatParticipantJoined | LiveChatParticipantLeft | LiveChatStarted | LiveChatSystemMessage | LiveChatUserMessage | QueryError;
|
|
@@ -92387,6 +92514,16 @@ export declare type LoomComment = Node & {
|
|
|
92387
92514
|
video?: Maybe<LoomVideo>;
|
|
92388
92515
|
videoId: Scalars['ID']['output'];
|
|
92389
92516
|
};
|
|
92517
|
+
export declare type LoomDeleteVideo = {
|
|
92518
|
+
__typename?: 'LoomDeleteVideo';
|
|
92519
|
+
failed?: Maybe<Array<Maybe<LoomDeleteVideoFailure>>>;
|
|
92520
|
+
success: Array<Scalars['ID']['output']>;
|
|
92521
|
+
};
|
|
92522
|
+
export declare type LoomDeleteVideoFailure = {
|
|
92523
|
+
__typename?: 'LoomDeleteVideoFailure';
|
|
92524
|
+
ari: Scalars['ID']['output'];
|
|
92525
|
+
error: Scalars['String']['output'];
|
|
92526
|
+
};
|
|
92390
92527
|
export declare type LoomFolder = {
|
|
92391
92528
|
__typename?: 'LoomFolder';
|
|
92392
92529
|
id: Scalars['ID']['output'];
|
|
@@ -99804,6 +99941,7 @@ export declare type Mutation = {
|
|
|
99804
99941
|
addReaction?: Maybe<SaveReactionResponse>;
|
|
99805
99942
|
admin_activateUser?: Maybe<AdminActiveUserResponsePayload>;
|
|
99806
99943
|
admin_assignRole?: Maybe<AdminAssignRoleResponsePayload>;
|
|
99944
|
+
admin_auditLogEventExport?: Maybe<AdminAuditLogEventExport>;
|
|
99807
99945
|
admin_createAccessUrl?: Maybe<AdminAccessUrlCreationResponsePayload>;
|
|
99808
99946
|
admin_createInvitePolicy?: Maybe<AdminCreateInvitePolicyResponsePayload>;
|
|
99809
99947
|
admin_deactivateUser?: Maybe<AdminDeactivateResponsePayload>;
|
|
@@ -99859,6 +99997,7 @@ export declare type Mutation = {
|
|
|
99859
99997
|
assetsDM_autoColumnMapping?: Maybe<AssetsDmAutoColumnMappingResponse>;
|
|
99860
99998
|
assetsDM_configureDataSourceMapping?: Maybe<AssetsDmDataSourceConfigureMappingResponse>;
|
|
99861
99999
|
assetsDM_configureDefaultDataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
100000
|
+
assetsDM_createCleansingReason?: Maybe<AssetsDmCreateCleansingReasonResponse>;
|
|
99862
100001
|
assetsDM_createDataSourceType?: Maybe<AssetsDmCreateDataSourceTypeResponse>;
|
|
99863
100002
|
assetsDM_createObjectTag?: Maybe<AssetsDmObjectTagCreateResponse>;
|
|
99864
100003
|
assetsDM_createObjectsListExportRequest?: Maybe<AssetsDmObjectsListExportRequestCreateResponse>;
|
|
@@ -100208,12 +100347,16 @@ export declare type Mutation = {
|
|
|
100208
100347
|
goals_deleteRisk?: Maybe<TownsquareGoalsDeleteRiskPayload>;
|
|
100209
100348
|
goals_editComment?: Maybe<TownsquareGoalsEditCommentPayload>;
|
|
100210
100349
|
goals_editDecision?: Maybe<TownsquareGoalsEditDecisionPayload>;
|
|
100350
|
+
goals_editDropdownCustomField?: Maybe<TownsquareGoalsEditDropdownCustomFieldPayload>;
|
|
100211
100351
|
goals_editGoalTypePair?: Maybe<TownsquareEditGoalTypePairPayload>;
|
|
100212
100352
|
goals_editLearning?: Maybe<TownsquareGoalsEditLearningPayload>;
|
|
100213
100353
|
goals_editMetric?: Maybe<TownsquareGoalsEditMetricPayload>;
|
|
100214
100354
|
goals_editMetricTarget?: Maybe<TownsquareGoalsEditMetricTargetPayload>;
|
|
100355
|
+
goals_editNumberCustomField?: Maybe<TownsquareGoalsEditNumberCustomFieldPayload>;
|
|
100215
100356
|
goals_editRisk?: Maybe<TownsquareGoalsEditRiskPayload>;
|
|
100357
|
+
goals_editTextCustomField?: Maybe<TownsquareGoalsEditTextCustomFieldPayload>;
|
|
100216
100358
|
goals_editUpdate?: Maybe<TownsquareGoalsEditUpdatePayload>;
|
|
100359
|
+
goals_editUserCustomField?: Maybe<TownsquareGoalsEditUserCustomFieldPayload>;
|
|
100217
100360
|
goals_grantAccess?: Maybe<TownsquareGoalGrantAccessPayload>;
|
|
100218
100361
|
goals_linkWorkItem?: Maybe<TownsquareGoalsLinkWorkItemPayload>;
|
|
100219
100362
|
goals_removeDropdownCustomFieldValue?: Maybe<TownsquareGoalsRemoveDropdownCustomFieldValuePayload>;
|
|
@@ -100375,6 +100518,7 @@ export declare type Mutation = {
|
|
|
100375
100518
|
likeContent?: Maybe<LikeContentPayload>;
|
|
100376
100519
|
liveChat_sendUserMessage?: Maybe<LiveChatUserMessagePayload>;
|
|
100377
100520
|
loom_acceptOrganizationInvite?: Maybe<LoomAcceptOrganizationInvitation>;
|
|
100521
|
+
loom_deleteVideos?: Maybe<LoomDeleteVideo>;
|
|
100378
100522
|
loom_joinWorkspace?: Maybe<LoomJoinWorkspace>;
|
|
100379
100523
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
100380
100524
|
markCommentsAsRead?: Maybe<MarkCommentsAsReadPayload>;
|
|
@@ -100710,6 +100854,10 @@ export declare type MutationAdmin_AssignRoleArgs = {
|
|
|
100710
100854
|
directoryId?: InputMaybe<Scalars['ID']['input']>;
|
|
100711
100855
|
orgId: Scalars['ID']['input'];
|
|
100712
100856
|
};
|
|
100857
|
+
export declare type MutationAdmin_AuditLogEventExportArgs = {
|
|
100858
|
+
input?: InputMaybe<AdminAuditLogEventExportInput>;
|
|
100859
|
+
orgId: Scalars['ID']['input'];
|
|
100860
|
+
};
|
|
100713
100861
|
export declare type MutationAdmin_CreateAccessUrlArgs = {
|
|
100714
100862
|
resourceAri: Scalars['ID']['input'];
|
|
100715
100863
|
};
|
|
@@ -100939,6 +101087,11 @@ export declare type MutationAssetsDm_ConfigureDefaultDataSourceMappingArgs = {
|
|
|
100939
101087
|
objectClassName: Scalars['String']['input'];
|
|
100940
101088
|
workspaceId: Scalars['ID']['input'];
|
|
100941
101089
|
};
|
|
101090
|
+
export declare type MutationAssetsDm_CreateCleansingReasonArgs = {
|
|
101091
|
+
cloudId: Scalars['ID']['input'];
|
|
101092
|
+
input: AssetsDmCreateCleansingReasonInput;
|
|
101093
|
+
workspaceId: Scalars['ID']['input'];
|
|
101094
|
+
};
|
|
100942
101095
|
export declare type MutationAssetsDm_CreateDataSourceTypeArgs = {
|
|
100943
101096
|
cloudId: Scalars['String']['input'];
|
|
100944
101097
|
input: AssetsDmCreateDataSourceTypeInput;
|
|
@@ -102213,6 +102366,9 @@ export declare type MutationGoals_EditCommentArgs = {
|
|
|
102213
102366
|
export declare type MutationGoals_EditDecisionArgs = {
|
|
102214
102367
|
input: TownsquareGoalsEditDecisionInput;
|
|
102215
102368
|
};
|
|
102369
|
+
export declare type MutationGoals_EditDropdownCustomFieldArgs = {
|
|
102370
|
+
input: TownsquareGoalsEditDropdownCustomFieldInput;
|
|
102371
|
+
};
|
|
102216
102372
|
export declare type MutationGoals_EditGoalTypePairArgs = {
|
|
102217
102373
|
input: TownsquareGoalsEditGoalTypePairInput;
|
|
102218
102374
|
};
|
|
@@ -102225,12 +102381,21 @@ export declare type MutationGoals_EditMetricArgs = {
|
|
|
102225
102381
|
export declare type MutationGoals_EditMetricTargetArgs = {
|
|
102226
102382
|
input: TownsquareGoalsEditMetricTargetInput;
|
|
102227
102383
|
};
|
|
102384
|
+
export declare type MutationGoals_EditNumberCustomFieldArgs = {
|
|
102385
|
+
input: TownsquareGoalsEditNumberCustomFieldInput;
|
|
102386
|
+
};
|
|
102228
102387
|
export declare type MutationGoals_EditRiskArgs = {
|
|
102229
102388
|
input: TownsquareGoalsEditRiskInput;
|
|
102230
102389
|
};
|
|
102390
|
+
export declare type MutationGoals_EditTextCustomFieldArgs = {
|
|
102391
|
+
input: TownsquareGoalsEditTextCustomFieldInput;
|
|
102392
|
+
};
|
|
102231
102393
|
export declare type MutationGoals_EditUpdateArgs = {
|
|
102232
102394
|
input?: InputMaybe<TownsquareGoalsEditUpdateInput>;
|
|
102233
102395
|
};
|
|
102396
|
+
export declare type MutationGoals_EditUserCustomFieldArgs = {
|
|
102397
|
+
input: TownsquareGoalsEditUserCustomFieldInput;
|
|
102398
|
+
};
|
|
102234
102399
|
export declare type MutationGoals_GrantAccessArgs = {
|
|
102235
102400
|
input: TownsquareGoalGrantAccessInput;
|
|
102236
102401
|
};
|
|
@@ -102735,6 +102900,9 @@ export declare type MutationLoom_AcceptOrganizationInviteArgs = {
|
|
|
102735
102900
|
inviteLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
102736
102901
|
orgToken?: InputMaybe<Scalars['String']['input']>;
|
|
102737
102902
|
};
|
|
102903
|
+
export declare type MutationLoom_DeleteVideosArgs = {
|
|
102904
|
+
ids: Array<Scalars['ID']['input']>;
|
|
102905
|
+
};
|
|
102738
102906
|
export declare type MutationLoom_JoinWorkspaceArgs = {
|
|
102739
102907
|
workspaceId: Scalars['String']['input'];
|
|
102740
102908
|
};
|
|
@@ -106514,11 +106682,11 @@ export declare type Query = {
|
|
|
106514
106682
|
admin_accessUrls?: Maybe<AdminAccessUrlConnection>;
|
|
106515
106683
|
admin_appModules?: Maybe<AdminAppModuleConnection>;
|
|
106516
106684
|
admin_auditAuditLogEvents?: Maybe<AdminAuditLogEventConnection>;
|
|
106685
|
+
admin_auditLogEventActions?: Maybe<AdminAuditLogGroupEventActionConnection>;
|
|
106686
|
+
admin_auditLogEventLocations?: Maybe<AdminAuditLogEventLocationConnection>;
|
|
106517
106687
|
admin_checkLicensesCapacity?: Maybe<AdminCheckLicensesCapacity>;
|
|
106518
106688
|
admin_connectedAppInstallations?: Maybe<AdminConnectedResourcesConnection>;
|
|
106519
106689
|
admin_effectiveRoleAssignmentsByPrincipal?: Maybe<AdminRoleAssignmentEffectiveConnection>;
|
|
106520
|
-
admin_eventActions?: Maybe<AdminGroupEventActionConnection>;
|
|
106521
|
-
admin_eventLocations?: Maybe<AdminEventLocationConnection>;
|
|
106522
106690
|
admin_group?: Maybe<AdminGroup>;
|
|
106523
106691
|
admin_groups?: Maybe<AdminGroupConnection>;
|
|
106524
106692
|
admin_identityProviderDirectorySamlConfiguration?: Maybe<AdminSamlConfiguration>;
|
|
@@ -107513,40 +107681,40 @@ export declare type QueryAdmin_AuditAuditLogEventsArgs = {
|
|
|
107513
107681
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
107514
107682
|
orgId: Scalars['ID']['input'];
|
|
107515
107683
|
};
|
|
107516
|
-
export declare type
|
|
107517
|
-
input: AdminLicenseInput;
|
|
107518
|
-
orgId: Scalars['ID']['input'];
|
|
107519
|
-
};
|
|
107520
|
-
export declare type QueryAdmin_ConnectedAppInstallationsArgs = {
|
|
107684
|
+
export declare type QueryAdmin_AuditLogEventActionsArgs = {
|
|
107521
107685
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
107522
|
-
appInstallationId: Scalars['ID']['input'];
|
|
107523
107686
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
107524
107687
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107525
107688
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
107689
|
+
orgId: Scalars['ID']['input'];
|
|
107526
107690
|
};
|
|
107527
|
-
export declare type
|
|
107691
|
+
export declare type QueryAdmin_AuditLogEventLocationsArgs = {
|
|
107528
107692
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
107529
107693
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
107530
|
-
|
|
107694
|
+
filter?: InputMaybe<Scalars['String']['input']>;
|
|
107531
107695
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107532
107696
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
107533
107697
|
orgId: Scalars['ID']['input'];
|
|
107534
|
-
principal: Scalars['ID']['input'];
|
|
107535
107698
|
};
|
|
107536
|
-
export declare type
|
|
107699
|
+
export declare type QueryAdmin_CheckLicensesCapacityArgs = {
|
|
107700
|
+
input: AdminLicenseInput;
|
|
107701
|
+
orgId: Scalars['ID']['input'];
|
|
107702
|
+
};
|
|
107703
|
+
export declare type QueryAdmin_ConnectedAppInstallationsArgs = {
|
|
107537
107704
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
107705
|
+
appInstallationId: Scalars['ID']['input'];
|
|
107538
107706
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
107539
107707
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107540
107708
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
107541
|
-
orgId: Scalars['ID']['input'];
|
|
107542
107709
|
};
|
|
107543
|
-
export declare type
|
|
107710
|
+
export declare type QueryAdmin_EffectiveRoleAssignmentsByPrincipalArgs = {
|
|
107544
107711
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
107545
107712
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
107546
|
-
|
|
107713
|
+
directoryId?: InputMaybe<Scalars['ID']['input']>;
|
|
107547
107714
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107548
107715
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
107549
107716
|
orgId: Scalars['ID']['input'];
|
|
107717
|
+
principal: Scalars['ID']['input'];
|
|
107550
107718
|
};
|
|
107551
107719
|
export declare type QueryAdmin_GroupArgs = {
|
|
107552
107720
|
input?: InputMaybe<AdminFetchGroupInput>;
|
|
@@ -111740,11 +111908,12 @@ export declare type RadarDeleteFocusAreaProposalChangesInput = {
|
|
|
111740
111908
|
positionAri: Scalars['ID']['input'];
|
|
111741
111909
|
};
|
|
111742
111910
|
export declare type RadarDeleteLaborCostEstimateDataInput = {
|
|
111743
|
-
|
|
111744
|
-
importedData: Scalars['Boolean']['input'];
|
|
111911
|
+
deleteDefaultAmount: Scalars['Boolean']['input'];
|
|
111745
111912
|
};
|
|
111746
111913
|
export declare type RadarDeleteLaborCostEstimateDataResponse = {
|
|
111747
111914
|
__typename?: 'RadarDeleteLaborCostEstimateDataResponse';
|
|
111915
|
+
laborCostEstimatesDeletedCount?: Maybe<Scalars['Int']['output']>;
|
|
111916
|
+
positionCostsResetCount?: Maybe<Scalars['Int']['output']>;
|
|
111748
111917
|
radarPositionLaborCostEstimateSettings?: Maybe<RadarPositionLaborCostEstimateSettings>;
|
|
111749
111918
|
success: Scalars['Boolean']['output'];
|
|
111750
111919
|
};
|
|
@@ -112371,6 +112540,7 @@ export declare enum RateLimitingCurrency {
|
|
|
112371
112540
|
TeamSearchV2Currency = "TEAM_SEARCH_V2_CURRENCY",
|
|
112372
112541
|
TeamV2Currency = "TEAM_V2_CURRENCY",
|
|
112373
112542
|
TestingService = "TESTING_SERVICE",
|
|
112543
|
+
TrelloAiCurrency = "TRELLO_AI_CURRENCY",
|
|
112374
112544
|
TrelloCurrency = "TRELLO_CURRENCY",
|
|
112375
112545
|
TrelloMutationCurrency = "TRELLO_MUTATION_CURRENCY"
|
|
112376
112546
|
}
|
|
@@ -138991,6 +139161,24 @@ export declare type TownsquareCustomFieldNode = {
|
|
|
138991
139161
|
lastModifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
138992
139162
|
uuid?: Maybe<Scalars['UUID']['output']>;
|
|
138993
139163
|
};
|
|
139164
|
+
export declare type TownsquareCustomFieldNumberSavedValueConnection = {
|
|
139165
|
+
__typename?: 'TownsquareCustomFieldNumberSavedValueConnection';
|
|
139166
|
+
edges?: Maybe<Array<Maybe<TownsquareCustomFieldNumberSavedValueEdge>>>;
|
|
139167
|
+
pageInfo: PageInfo;
|
|
139168
|
+
};
|
|
139169
|
+
export declare type TownsquareCustomFieldNumberSavedValueEdge = {
|
|
139170
|
+
__typename?: 'TownsquareCustomFieldNumberSavedValueEdge';
|
|
139171
|
+
cursor: Scalars['String']['output'];
|
|
139172
|
+
node?: Maybe<TownsquareCustomFieldNumberSavedValueNode>;
|
|
139173
|
+
};
|
|
139174
|
+
export declare type TownsquareCustomFieldNumberSavedValueNode = Node & TownsquareCustomFieldSavedValueNode & {
|
|
139175
|
+
__typename?: 'TownsquareCustomFieldNumberSavedValueNode';
|
|
139176
|
+
id: Scalars['ID']['output'];
|
|
139177
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
139178
|
+
};
|
|
139179
|
+
export declare type TownsquareCustomFieldSavedValueNode = {
|
|
139180
|
+
id: Scalars['ID']['output'];
|
|
139181
|
+
};
|
|
138994
139182
|
export declare type TownsquareCustomFieldTextSavedValueConnection = {
|
|
138995
139183
|
__typename?: 'TownsquareCustomFieldTextSavedValueConnection';
|
|
138996
139184
|
edges?: Maybe<Array<Maybe<TownsquareCustomFieldTextSavedValueEdge>>>;
|
|
@@ -139001,7 +139189,7 @@ export declare type TownsquareCustomFieldTextSavedValueEdge = {
|
|
|
139001
139189
|
cursor: Scalars['String']['output'];
|
|
139002
139190
|
node?: Maybe<TownsquareCustomFieldTextSavedValueNode>;
|
|
139003
139191
|
};
|
|
139004
|
-
export declare type TownsquareCustomFieldTextSavedValueNode = Node & {
|
|
139192
|
+
export declare type TownsquareCustomFieldTextSavedValueNode = Node & TownsquareCustomFieldSavedValueNode & {
|
|
139005
139193
|
__typename?: 'TownsquareCustomFieldTextSavedValueNode';
|
|
139006
139194
|
id: Scalars['ID']['output'];
|
|
139007
139195
|
value?: Maybe<Scalars['String']['output']>;
|
|
@@ -139753,6 +139941,17 @@ export declare type TownsquareGoalsEditDecisionPayload = {
|
|
|
139753
139941
|
errors?: Maybe<Array<MutationError>>;
|
|
139754
139942
|
success: Scalars['Boolean']['output'];
|
|
139755
139943
|
};
|
|
139944
|
+
export declare type TownsquareGoalsEditDropdownCustomFieldInput = {
|
|
139945
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
139946
|
+
goalId: Scalars['ID']['input'];
|
|
139947
|
+
valueId: Scalars['ID']['input'];
|
|
139948
|
+
};
|
|
139949
|
+
export declare type TownsquareGoalsEditDropdownCustomFieldPayload = {
|
|
139950
|
+
__typename?: 'TownsquareGoalsEditDropdownCustomFieldPayload';
|
|
139951
|
+
errors?: Maybe<Array<MutationError>>;
|
|
139952
|
+
success: Scalars['Boolean']['output'];
|
|
139953
|
+
valueNode?: Maybe<TownsquareCustomFieldTextSavedValueNode>;
|
|
139954
|
+
};
|
|
139756
139955
|
export declare type TownsquareGoalsEditGoalTypePairInput = {
|
|
139757
139956
|
goalType: TownsquareEditGoalTypeInputV2;
|
|
139758
139957
|
successMeasureType?: InputMaybe<TownsquareCreateOrEditSuccessMeasureInput>;
|
|
@@ -139794,6 +139993,17 @@ export declare type TownsquareGoalsEditMetricTargetPayload = {
|
|
|
139794
139993
|
goal?: Maybe<TownsquareGoal>;
|
|
139795
139994
|
success: Scalars['Boolean']['output'];
|
|
139796
139995
|
};
|
|
139996
|
+
export declare type TownsquareGoalsEditNumberCustomFieldInput = {
|
|
139997
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
139998
|
+
goalId: Scalars['ID']['input'];
|
|
139999
|
+
value: Scalars['Float']['input'];
|
|
140000
|
+
};
|
|
140001
|
+
export declare type TownsquareGoalsEditNumberCustomFieldPayload = {
|
|
140002
|
+
__typename?: 'TownsquareGoalsEditNumberCustomFieldPayload';
|
|
140003
|
+
errors?: Maybe<Array<MutationError>>;
|
|
140004
|
+
success: Scalars['Boolean']['output'];
|
|
140005
|
+
valueNode?: Maybe<TownsquareCustomFieldNumberSavedValueNode>;
|
|
140006
|
+
};
|
|
139797
140007
|
export declare type TownsquareGoalsEditRiskInput = {
|
|
139798
140008
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
139799
140009
|
riskId: Scalars['ID']['input'];
|
|
@@ -139805,6 +140015,17 @@ export declare type TownsquareGoalsEditRiskPayload = {
|
|
|
139805
140015
|
risk?: Maybe<TownsquareRisk>;
|
|
139806
140016
|
success: Scalars['Boolean']['output'];
|
|
139807
140017
|
};
|
|
140018
|
+
export declare type TownsquareGoalsEditTextCustomFieldInput = {
|
|
140019
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
140020
|
+
goalId: Scalars['ID']['input'];
|
|
140021
|
+
value: Scalars['String']['input'];
|
|
140022
|
+
};
|
|
140023
|
+
export declare type TownsquareGoalsEditTextCustomFieldPayload = {
|
|
140024
|
+
__typename?: 'TownsquareGoalsEditTextCustomFieldPayload';
|
|
140025
|
+
errors?: Maybe<Array<MutationError>>;
|
|
140026
|
+
success: Scalars['Boolean']['output'];
|
|
140027
|
+
valueNode?: Maybe<TownsquareCustomFieldTextSavedValueNode>;
|
|
140028
|
+
};
|
|
139808
140029
|
export declare type TownsquareGoalsEditUpdateInput = {
|
|
139809
140030
|
goalUpdateId: Scalars['ID']['input'];
|
|
139810
140031
|
highlights?: InputMaybe<Array<InputMaybe<TownsquareUpdateHighlightInput>>>;
|
|
@@ -139821,6 +140042,17 @@ export declare type TownsquareGoalsEditUpdatePayload = {
|
|
|
139821
140042
|
success: Scalars['Boolean']['output'];
|
|
139822
140043
|
update?: Maybe<TownsquareGoalUpdate>;
|
|
139823
140044
|
};
|
|
140045
|
+
export declare type TownsquareGoalsEditUserCustomFieldInput = {
|
|
140046
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
140047
|
+
goalId: Scalars['ID']['input'];
|
|
140048
|
+
userId: Scalars['ID']['input'];
|
|
140049
|
+
};
|
|
140050
|
+
export declare type TownsquareGoalsEditUserCustomFieldPayload = {
|
|
140051
|
+
__typename?: 'TownsquareGoalsEditUserCustomFieldPayload';
|
|
140052
|
+
errors?: Maybe<Array<MutationError>>;
|
|
140053
|
+
success: Scalars['Boolean']['output'];
|
|
140054
|
+
user?: Maybe<User>;
|
|
140055
|
+
};
|
|
139824
140056
|
export declare type TownsquareGoalsLinkWorkItemInput = {
|
|
139825
140057
|
goalId: Scalars['ID']['input'];
|
|
139826
140058
|
workItemId: Scalars['ID']['input'];
|
|
@@ -140234,6 +140466,7 @@ export declare type TownsquareNumberCustomField = TownsquareCustomFieldNode & {
|
|
|
140234
140466
|
definition?: Maybe<TownsquareCustomFieldDefinition>;
|
|
140235
140467
|
lastModifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
140236
140468
|
uuid?: Maybe<Scalars['UUID']['output']>;
|
|
140469
|
+
value?: Maybe<TownsquareCustomFieldNumberSavedValueNode>;
|
|
140237
140470
|
};
|
|
140238
140471
|
export declare type TownsquareNumberCustomFieldDefinition = Node & TownsquareCustomFieldDefinitionNode & {
|
|
140239
140472
|
__typename?: 'TownsquareNumberCustomFieldDefinition';
|
|
@@ -142351,6 +142584,8 @@ export declare type TrelloBoardUpdated = TrelloBaseBoardUpdated & {
|
|
|
142351
142584
|
onCustomFieldDeleted?: Maybe<Array<TrelloCustomFieldDeleted>>;
|
|
142352
142585
|
onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
|
|
142353
142586
|
onMembersDeleted?: Maybe<Array<TrelloBoardMembershipDeleted>>;
|
|
142587
|
+
onPlannerEventCardsDeleted?: Maybe<Array<TrelloPlannerEventCardDeleted>>;
|
|
142588
|
+
plannerEventCards?: Maybe<TrelloCardUpdatedConnection>;
|
|
142354
142589
|
powerUpData?: Maybe<TrelloPowerUpDataConnectionUpdated>;
|
|
142355
142590
|
powerUps?: Maybe<TrelloBoardPowerUpConnectionUpdated>;
|
|
142356
142591
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
@@ -142773,6 +143008,12 @@ export declare type TrelloCardMemberEdgeUpdated = {
|
|
|
142773
143008
|
__typename?: 'TrelloCardMemberEdgeUpdated';
|
|
142774
143009
|
node?: Maybe<TrelloMember>;
|
|
142775
143010
|
};
|
|
143011
|
+
export declare type TrelloCardPlannerEvent = {
|
|
143012
|
+
__typename?: 'TrelloCardPlannerEvent';
|
|
143013
|
+
event?: Maybe<TrelloPlannerCalendarEvent>;
|
|
143014
|
+
id: Scalars['ID']['output'];
|
|
143015
|
+
objectId: Scalars['ID']['output'];
|
|
143016
|
+
};
|
|
142776
143017
|
export declare enum TrelloCardRole {
|
|
142777
143018
|
Board = "BOARD",
|
|
142778
143019
|
Link = "LINK",
|
|
@@ -143183,6 +143424,7 @@ export declare type TrelloCreatePlannerCalendarEventOptions = {
|
|
|
143183
143424
|
end: Scalars['DateTime']['input'];
|
|
143184
143425
|
start: Scalars['DateTime']['input'];
|
|
143185
143426
|
title: Scalars['String']['input'];
|
|
143427
|
+
visibility?: InputMaybe<TrelloPlannerCalendarEventVisibility>;
|
|
143186
143428
|
};
|
|
143187
143429
|
export declare type TrelloCreatePlannerCalendarEventPayload = Payload & {
|
|
143188
143430
|
__typename?: 'TrelloCreatePlannerCalendarEventPayload';
|
|
@@ -143366,6 +143608,7 @@ export declare type TrelloEditPlannerCalendarEventOptions = {
|
|
|
143366
143608
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
143367
143609
|
targetPlannerCalendar?: InputMaybe<TrelloMovePlannerCalendarEventTargetOptions>;
|
|
143368
143610
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
143611
|
+
visibility?: InputMaybe<TrelloPlannerCalendarEventVisibility>;
|
|
143369
143612
|
};
|
|
143370
143613
|
export declare type TrelloEditPlannerCalendarEventPayload = Payload & {
|
|
143371
143614
|
__typename?: 'TrelloEditPlannerCalendarEventPayload';
|
|
@@ -143756,6 +143999,7 @@ export declare type TrelloMarkInboxNotificationsReadPayload = {
|
|
|
143756
143999
|
export declare type TrelloMember = Node & {
|
|
143757
144000
|
__typename?: 'TrelloMember';
|
|
143758
144001
|
activityBlocked?: Maybe<Scalars['Boolean']['output']>;
|
|
144002
|
+
aiPreferences?: Maybe<TrelloMemberAiPreference>;
|
|
143759
144003
|
aiRules?: Maybe<TrelloMemberAiRuleConnection>;
|
|
143760
144004
|
avatarSource?: Maybe<Scalars['String']['output']>;
|
|
143761
144005
|
avatarUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -143799,6 +144043,10 @@ export declare type TrelloMemberWorkspacesArgs = {
|
|
|
143799
144043
|
filter?: InputMaybe<TrelloMemberWorkspaceFilter>;
|
|
143800
144044
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
143801
144045
|
};
|
|
144046
|
+
export declare type TrelloMemberAiPreference = {
|
|
144047
|
+
__typename?: 'TrelloMemberAiPreference';
|
|
144048
|
+
smartSchedule?: Maybe<TrelloSmartSchedulePreference>;
|
|
144049
|
+
};
|
|
143802
144050
|
export declare type TrelloMemberAiRuleConnection = {
|
|
143803
144051
|
__typename?: 'TrelloMemberAiRuleConnection';
|
|
143804
144052
|
edges?: Maybe<Array<TrelloMemberAiRuleEdge>>;
|
|
@@ -144048,6 +144296,7 @@ export declare type TrelloMutationApi = {
|
|
|
144048
144296
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
144049
144297
|
removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
|
|
144050
144298
|
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
144299
|
+
retryAiOnBoard?: Maybe<TrelloRetryAiOnBoardPayload>;
|
|
144051
144300
|
sendBoardEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
144052
144301
|
sendInboxEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
144053
144302
|
smartScheduleCards?: Maybe<TrelloProposedSmartSchedule>;
|
|
@@ -144186,6 +144435,9 @@ export declare type TrelloMutationApiRemoveWorkspaceTagFromBoardArgs = {
|
|
|
144186
144435
|
export declare type TrelloMutationApiResetCardCoverArgs = {
|
|
144187
144436
|
input: TrelloResetCardCoverInput;
|
|
144188
144437
|
};
|
|
144438
|
+
export declare type TrelloMutationApiRetryAiOnBoardArgs = {
|
|
144439
|
+
input: TrelloRetryAiOnBoardInput;
|
|
144440
|
+
};
|
|
144189
144441
|
export declare type TrelloMutationApiSendBoardEmailKeyMessageArgs = {
|
|
144190
144442
|
input?: InputMaybe<TrelloSendBoardEmailKeyInput>;
|
|
144191
144443
|
};
|
|
@@ -144401,6 +144653,10 @@ export declare type TrelloPlannerCalendarAccountConnectionUpdated = {
|
|
|
144401
144653
|
__typename?: 'TrelloPlannerCalendarAccountConnectionUpdated';
|
|
144402
144654
|
edges?: Maybe<Array<TrelloPlannerCalendarAccountEdgeUpdated>>;
|
|
144403
144655
|
};
|
|
144656
|
+
export declare type TrelloPlannerCalendarAccountDeleted = {
|
|
144657
|
+
__typename?: 'TrelloPlannerCalendarAccountDeleted';
|
|
144658
|
+
id: Scalars['ID']['output'];
|
|
144659
|
+
};
|
|
144404
144660
|
export declare type TrelloPlannerCalendarAccountEdge = {
|
|
144405
144661
|
__typename?: 'TrelloPlannerCalendarAccountEdge';
|
|
144406
144662
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -144663,6 +144919,11 @@ export declare type TrelloPlannerEventCardConnection = {
|
|
|
144663
144919
|
edges: Array<TrelloPlannerEventCardEdge>;
|
|
144664
144920
|
pageInfo: PageInfo;
|
|
144665
144921
|
};
|
|
144922
|
+
export declare type TrelloPlannerEventCardDeleted = {
|
|
144923
|
+
__typename?: 'TrelloPlannerEventCardDeleted';
|
|
144924
|
+
id: Scalars['ID']['output'];
|
|
144925
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
144926
|
+
};
|
|
144666
144927
|
export declare type TrelloPlannerEventCardEdge = {
|
|
144667
144928
|
__typename?: 'TrelloPlannerEventCardEdge';
|
|
144668
144929
|
cursor: Scalars['String']['output'];
|
|
@@ -144676,7 +144937,7 @@ export declare type TrelloPlannerEventConnection = {
|
|
|
144676
144937
|
export declare type TrelloPlannerEventEdge = {
|
|
144677
144938
|
__typename?: 'TrelloPlannerEventEdge';
|
|
144678
144939
|
cursor: Scalars['String']['output'];
|
|
144679
|
-
node:
|
|
144940
|
+
node: TrelloCardPlannerEvent;
|
|
144680
144941
|
};
|
|
144681
144942
|
export declare enum TrelloPlannerEventTimeFilter {
|
|
144682
144943
|
All = "ALL",
|
|
@@ -144687,11 +144948,19 @@ export declare type TrelloPlannerProposedEventConnection = {
|
|
|
144687
144948
|
edges?: Maybe<Array<TrelloPlannerProposedEventEdge>>;
|
|
144688
144949
|
pageInfo: PageInfo;
|
|
144689
144950
|
};
|
|
144951
|
+
export declare type TrelloPlannerProposedEventConnectionUpdated = {
|
|
144952
|
+
__typename?: 'TrelloPlannerProposedEventConnectionUpdated';
|
|
144953
|
+
edges?: Maybe<Array<TrelloPlannerProposedEventEdgeUpdated>>;
|
|
144954
|
+
};
|
|
144690
144955
|
export declare type TrelloPlannerProposedEventEdge = {
|
|
144691
144956
|
__typename?: 'TrelloPlannerProposedEventEdge';
|
|
144692
144957
|
cursor: Scalars['String']['output'];
|
|
144693
144958
|
node?: Maybe<TrelloProposedEvent>;
|
|
144694
144959
|
};
|
|
144960
|
+
export declare type TrelloPlannerProposedEventEdgeUpdated = {
|
|
144961
|
+
__typename?: 'TrelloPlannerProposedEventEdgeUpdated';
|
|
144962
|
+
node?: Maybe<TrelloProposedEvent>;
|
|
144963
|
+
};
|
|
144695
144964
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
144696
144965
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
144697
144966
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
@@ -144739,7 +145008,10 @@ export declare type TrelloPlannerUpdated = {
|
|
|
144739
145008
|
__typename?: 'TrelloPlannerUpdated';
|
|
144740
145009
|
accounts?: Maybe<TrelloPlannerCalendarAccountConnectionUpdated>;
|
|
144741
145010
|
id: Scalars['ID']['output'];
|
|
145011
|
+
onPlannerCalendarAccountDeleted?: Maybe<Array<TrelloPlannerCalendarAccountDeleted>>;
|
|
145012
|
+
onProposedEventDeleted?: Maybe<Array<TrelloProposedEventDeleted>>;
|
|
144742
145013
|
primaryAccountId?: Maybe<Scalars['ID']['output']>;
|
|
145014
|
+
proposedEvents?: Maybe<TrelloPlannerProposedEventConnectionUpdated>;
|
|
144743
145015
|
};
|
|
144744
145016
|
export declare type TrelloPowerUp = {
|
|
144745
145017
|
__typename?: 'TrelloPowerUp';
|
|
@@ -145179,6 +145451,15 @@ export declare type TrelloResetCardCoverPayload = Payload & {
|
|
|
145179
145451
|
errors?: Maybe<Array<MutationError>>;
|
|
145180
145452
|
success: Scalars['Boolean']['output'];
|
|
145181
145453
|
};
|
|
145454
|
+
export declare type TrelloRetryAiOnBoardInput = {
|
|
145455
|
+
boardId: Scalars['ID']['input'];
|
|
145456
|
+
userInput: TrelloAiBoardUserInput;
|
|
145457
|
+
};
|
|
145458
|
+
export declare type TrelloRetryAiOnBoardPayload = Payload & {
|
|
145459
|
+
__typename?: 'TrelloRetryAiOnBoardPayload';
|
|
145460
|
+
errors?: Maybe<Array<MutationError>>;
|
|
145461
|
+
success: Scalars['Boolean']['output'];
|
|
145462
|
+
};
|
|
145182
145463
|
export declare type TrelloScaleProps = {
|
|
145183
145464
|
__typename?: 'TrelloScaleProps';
|
|
145184
145465
|
height?: Maybe<Scalars['Int']['output']>;
|
|
@@ -145205,6 +145486,13 @@ export declare type TrelloSmartScheduleCardsWithSmartSelectionInput = {
|
|
|
145205
145486
|
startDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
145206
145487
|
timezoneOffsetHours?: InputMaybe<Scalars['Float']['input']>;
|
|
145207
145488
|
};
|
|
145489
|
+
export declare type TrelloSmartSchedulePreference = {
|
|
145490
|
+
__typename?: 'TrelloSmartSchedulePreference';
|
|
145491
|
+
lastActivity?: Maybe<Scalars['DateTime']['output']>;
|
|
145492
|
+
lastRun?: Maybe<Scalars['DateTime']['output']>;
|
|
145493
|
+
preferredRunTime?: Maybe<Scalars['Int']['output']>;
|
|
145494
|
+
status: TrelloSmartScheduleStatus;
|
|
145495
|
+
};
|
|
145208
145496
|
export declare enum TrelloSmartScheduleStatus {
|
|
145209
145497
|
Active = "ACTIVE",
|
|
145210
145498
|
Dormant = "DORMANT",
|
|
@@ -145262,6 +145550,7 @@ export declare type TrelloSubscriptionApi = {
|
|
|
145262
145550
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
145263
145551
|
onCardBatchUpdated?: Maybe<TrelloCardBatch>;
|
|
145264
145552
|
onInboxUpdated?: Maybe<TrelloInboxUpdated>;
|
|
145553
|
+
onMemberPlannerBadgesUpdated?: Maybe<TrelloBoardUpdated>;
|
|
145265
145554
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
145266
145555
|
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
145267
145556
|
};
|