@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 +6 -0
- package/out/graphql/graphql-types.d.ts +2 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -0
- package/out/tunnel/docker-compose-lifecycle.d.ts +5 -0
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +21 -1
- package/out/ui/text.d.ts +3 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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",
|