@forge/cli-shared 8.15.1-next.5 → 8.15.1-next.6
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
|
@@ -41462,6 +41462,7 @@ export declare type GraphIntegrationMcpAdminManagementTriggerToolSyncInput = {
|
|
|
41462
41462
|
export declare type GraphIntegrationMcpAdminManagementTriggerToolSyncPayload = Payload & {
|
|
41463
41463
|
__typename?: 'GraphIntegrationMcpAdminManagementTriggerToolSyncPayload';
|
|
41464
41464
|
errors?: Maybe<Array<MutationError>>;
|
|
41465
|
+
registrationStatus?: Maybe<GraphIntegrationMcpAdminManagementMcpServerStatus>;
|
|
41465
41466
|
serverId?: Maybe<Scalars['ID']['output']>;
|
|
41466
41467
|
success: Scalars['Boolean']['output'];
|
|
41467
41468
|
syncResult?: Maybe<GraphIntegrationMcpAdminManagementToolSyncResult>;
|
|
@@ -169073,6 +169074,10 @@ export declare enum TownsquareGoalProgressType {
|
|
|
169073
169074
|
AverageSuccessMeasureRollup = "AVERAGE_SUCCESS_MEASURE_ROLLUP",
|
|
169074
169075
|
None = "NONE"
|
|
169075
169076
|
}
|
|
169077
|
+
export declare type TownsquareGoalRestoredChange = {
|
|
169078
|
+
__typename?: 'TownsquareGoalRestoredChange';
|
|
169079
|
+
goalType?: Maybe<TownsquareGoalType>;
|
|
169080
|
+
};
|
|
169076
169081
|
export declare type TownsquareGoalRevokeAccessInput = {
|
|
169077
169082
|
goalId: Scalars['ID']['input'];
|
|
169078
169083
|
principalIds: Array<Scalars['ID']['input']>;
|
|
@@ -169368,6 +169373,7 @@ export declare type TownsquareGoalsCreateRiskPayload = {
|
|
|
169368
169373
|
export declare type TownsquareGoalsCreateUpdateInput = {
|
|
169369
169374
|
goalId: Scalars['ID']['input'];
|
|
169370
169375
|
highlights?: InputMaybe<Array<InputMaybe<TownsquareUpdateHighlightInput>>>;
|
|
169376
|
+
isBundledUpdate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
169371
169377
|
metricUpdate?: InputMaybe<Array<InputMaybe<TownsquareMetricUpdateInput>>>;
|
|
169372
169378
|
score?: InputMaybe<Scalars['Int']['input']>;
|
|
169373
169379
|
status?: InputMaybe<Scalars['String']['input']>;
|