@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 +9 -0
- package/out/graphql/graphql-types.d.ts +1 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +10 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +29 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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 = {
|