@forge/cli-shared 8.23.0-next.4 → 8.23.0-next.5

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,14 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.23.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1eded6e]
8
+ - Updated dependencies [cf7000f]
9
+ - Updated dependencies [d660fb0]
10
+ - @forge/manifest@12.8.0-next.4
11
+
3
12
  ## 8.23.0-next.4
4
13
 
5
14
  ### Minor Changes
@@ -7804,6 +7804,7 @@ export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryInput = {
7804
7804
  included?: InputMaybe<Scalars['Boolean']['input']>;
7805
7805
  projectAri: Scalars['ID']['input'];
7806
7806
  row?: InputMaybe<AgentWorkspaceDraftedRoutingTableEntryPatch>;
7807
+ serviceFieldId: Scalars['ID']['input'];
7807
7808
  serviceId: Scalars['ID']['input'];
7808
7809
  };
7809
7810
  export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryPayload = {