@forge/cli-shared 9.4.0-next.7 → 9.4.0-next.8

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
+ ## 9.4.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 9afd5c3: Add native Forge CLI proxy support for Node and Undici network clients.
8
+
3
9
  ## 9.4.0-next.7
4
10
 
5
11
  ### Patch Changes
@@ -7830,6 +7830,7 @@ export type AgentWorkspaceAgentAvailability = {
7830
7830
  agentName: Scalars['String']['output'];
7831
7831
  id: Scalars['ID']['output'];
7832
7832
  status: AgentWorkspaceAvailabilityStatus;
7833
+ statusExpiresAt?: Maybe<Scalars['DateTime']['output']>;
7833
7834
  teamARIs: Array<Scalars['ID']['output']>;
7834
7835
  teamIds: Array<Scalars['ID']['output']>;
7835
7836
  teamNames: Array<Scalars['String']['output']>;
@@ -8027,6 +8028,7 @@ export type AgentWorkspaceAvailabilityStatusInput = {
8027
8028
  cloudId: Scalars['ID']['input'];
8028
8029
  projectId: Scalars['ID']['input'];
8029
8030
  status: AgentWorkspaceAvailabilityStatus;
8031
+ statusExpiresAt?: InputMaybe<Scalars['DateTime']['input']>;
8030
8032
  };
8031
8033
  export type AgentWorkspaceAvailabilityStatusPayload = {
8032
8034
  __typename?: 'AgentWorkspaceAvailabilityStatusPayload';