@forge/cli-shared 8.19.0-next.6 → 8.19.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
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.19.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [47a8b98]
8
+ - @forge/manifest@12.5.0-next.5
9
+
3
10
  ## 8.19.0-next.6
4
11
 
5
12
  ### Minor Changes
@@ -6791,6 +6791,7 @@ export declare type AgentWorkspaceTeamSchedules = {
6791
6791
  export declare type AgentWorkspaceTeamSchedulesConnection = {
6792
6792
  __typename?: 'AgentWorkspaceTeamSchedulesConnection';
6793
6793
  edges: Array<AgentWorkspaceTeamSchedulesEdge>;
6794
+ hasAnyProjectSchedules: Scalars['Boolean']['output'];
6794
6795
  initialFilters?: Maybe<AgentWorkspaceAppliedFilters>;
6795
6796
  pageInfo: AgentWorkspaceTeamsPageInfo;
6796
6797
  summary: AgentWorkspaceTeamSchedulesSummary;
@@ -41974,6 +41975,8 @@ export declare type ExternalDataTable = Node & {
41974
41975
  __typename?: 'ExternalDataTable';
41975
41976
  associatedWith?: Maybe<ExternalAssociationConnection>;
41976
41977
  columns?: Maybe<Array<Maybe<ExternalDataTableColumn>>>;
41978
+ container?: Maybe<ExternalEntity>;
41979
+ containerId?: Maybe<Scalars['ID']['output']>;
41977
41980
  createdAt?: Maybe<Scalars['String']['output']>;
41978
41981
  createdBy?: Maybe<ExternalUser>;
41979
41982
  description?: Maybe<Scalars['String']['output']>;
@@ -41983,6 +41986,8 @@ export declare type ExternalDataTable = Node & {
41983
41986
  lastUpdatedAt?: Maybe<Scalars['String']['output']>;
41984
41987
  lastUpdatedBy?: Maybe<ExternalUser>;
41985
41988
  owners?: Maybe<Array<Maybe<ExternalUser>>>;
41989
+ parent?: Maybe<ExternalEntity>;
41990
+ parentId?: Maybe<Scalars['ID']['output']>;
41986
41991
  provider?: Maybe<ExternalProvider>;
41987
41992
  thirdPartyId?: Maybe<Scalars['String']['output']>;
41988
41993
  thumbnail?: Maybe<ExternalThumbnail>;