@forge/cli-shared 8.15.1-next.8 → 8.15.1-next.9

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,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.15.1-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - a684b69: Refactor the order of starting the containers docker compose stack, to lint the manifest first
8
+
3
9
  ## 8.15.1-next.8
4
10
 
5
11
  ### Patch Changes
@@ -3190,6 +3190,7 @@ export declare type AgentStudioActorRoles = {
3190
3190
  edges?: Maybe<Array<AgentStudioActorRoleEdge>>;
3191
3191
  etag?: Maybe<Scalars['String']['output']>;
3192
3192
  pageInfo: PageInfo;
3193
+ totalCount?: Maybe<Scalars['Int']['output']>;
3193
3194
  };
3194
3195
  export declare type AgentStudioAddGroupsToCreatePermissionPayload = Payload & {
3195
3196
  __typename?: 'AgentStudioAddGroupsToCreatePermissionPayload';
@@ -166682,6 +166683,7 @@ export declare enum SpfAskActivityAttribute {
166682
166683
  Name = "NAME",
166683
166684
  Owner = "OWNER",
166684
166685
  Priority = "PRIORITY",
166686
+ ProposedDate = "PROPOSED_DATE",
166685
166687
  ReceivingTeam = "RECEIVING_TEAM",
166686
166688
  Status = "STATUS",
166687
166689
  Submitter = "SUBMITTER",