@forge/cli-shared 3.17.3-next.2 → 3.17.3-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.
package/CHANGELOG.md
CHANGED
|
@@ -9347,7 +9347,7 @@ export type ForgeAuditLogsContributorActivity = {
|
|
|
9347
9347
|
publicName: Scalars['String'];
|
|
9348
9348
|
status: Scalars['String'];
|
|
9349
9349
|
lastActive?: Maybe<Scalars['String']>;
|
|
9350
|
-
|
|
9350
|
+
roles?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
9351
9351
|
};
|
|
9352
9352
|
export type ForgeAuditLogsContributorsActivityData = {
|
|
9353
9353
|
__typename?: 'ForgeAuditLogsContributorsActivityData';
|