@forge/cli-shared 3.22.0-next.6 → 3.22.0-next.7
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
|
@@ -18839,7 +18839,9 @@ export type InfluentsNotificationItem = {
|
|
|
18839
18839
|
};
|
|
18840
18840
|
export type InfluentsNotificationMutation = {
|
|
18841
18841
|
__typename?: 'InfluentsNotificationMutation';
|
|
18842
|
+
archiveAllNotifications?: Maybe<Scalars['String']['output']>;
|
|
18842
18843
|
archiveNotifications?: Maybe<Scalars['String']['output']>;
|
|
18844
|
+
archiveNotificationsByGroupId?: Maybe<Scalars['String']['output']>;
|
|
18843
18845
|
clearUnseenCount?: Maybe<Scalars['String']['output']>;
|
|
18844
18846
|
markNotificationsAsRead?: Maybe<Scalars['String']['output']>;
|
|
18845
18847
|
markNotificationsByGroupIdAsRead?: Maybe<Scalars['String']['output']>;
|
|
@@ -18847,9 +18849,21 @@ export type InfluentsNotificationMutation = {
|
|
|
18847
18849
|
markNotificationsByIdsAsRead?: Maybe<Scalars['String']['output']>;
|
|
18848
18850
|
markNotificationsByIdsAsUnread?: Maybe<Scalars['String']['output']>;
|
|
18849
18851
|
};
|
|
18852
|
+
export type InfluentsNotificationMutationArchiveAllNotificationsArgs = {
|
|
18853
|
+
beforeInclusive?: InputMaybe<Scalars['String']['input']>;
|
|
18854
|
+
beforeInclusiveTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
18855
|
+
category?: InputMaybe<InfluentsNotificationCategory>;
|
|
18856
|
+
product?: InputMaybe<Scalars['String']['input']>;
|
|
18857
|
+
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
18858
|
+
};
|
|
18850
18859
|
export type InfluentsNotificationMutationArchiveNotificationsArgs = {
|
|
18851
18860
|
ids: Array<Scalars['String']['input']>;
|
|
18852
18861
|
};
|
|
18862
|
+
export type InfluentsNotificationMutationArchiveNotificationsByGroupIdArgs = {
|
|
18863
|
+
beforeInclusive?: InputMaybe<Scalars['String']['input']>;
|
|
18864
|
+
category?: InputMaybe<InfluentsNotificationCategory>;
|
|
18865
|
+
groupId: Scalars['String']['input'];
|
|
18866
|
+
};
|
|
18853
18867
|
export type InfluentsNotificationMutationClearUnseenCountArgs = {
|
|
18854
18868
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
18855
18869
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -34767,6 +34781,7 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
34767
34781
|
ConfluenceDataDiscoveryCreditCard = "CONFLUENCE_DATA_DISCOVERY_CREDIT_CARD",
|
|
34768
34782
|
ConfluenceDataDiscoveryCrypto = "CONFLUENCE_DATA_DISCOVERY_CRYPTO",
|
|
34769
34783
|
ConfluenceDataDiscoveryIban = "CONFLUENCE_DATA_DISCOVERY_IBAN",
|
|
34784
|
+
ConfluenceDataDiscoveryJwtKey = "CONFLUENCE_DATA_DISCOVERY_JWT_KEY",
|
|
34770
34785
|
ConfluenceDataDiscoveryPrivateKey = "CONFLUENCE_DATA_DISCOVERY_PRIVATE_KEY",
|
|
34771
34786
|
ConfluenceDataDiscoveryUsSsn = "CONFLUENCE_DATA_DISCOVERY_US_SSN",
|
|
34772
34787
|
ConfluencePageCrawling = "CONFLUENCE_PAGE_CRAWLING",
|