@forge/cli-shared 2.2.2-next.4 → 2.2.2-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
|
@@ -963,6 +963,7 @@ export declare type AuxEffectsInvocationPayload = {
|
|
|
963
963
|
export declare type AuxEffectsResult = {
|
|
964
964
|
__typename?: 'AuxEffectsResult';
|
|
965
965
|
effects: Array<Scalars['JSON']>;
|
|
966
|
+
contextToken?: Maybe<ForgeContextToken>;
|
|
966
967
|
};
|
|
967
968
|
export declare type AvailableEstimations = {
|
|
968
969
|
__typename?: 'AvailableEstimations';
|
|
@@ -5365,6 +5366,11 @@ export declare type FilterQuery = {
|
|
|
5365
5366
|
sanitisedJql: Scalars['String'];
|
|
5366
5367
|
errors?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
5367
5368
|
};
|
|
5369
|
+
export declare type ForgeContextToken = {
|
|
5370
|
+
__typename?: 'ForgeContextToken';
|
|
5371
|
+
jwt: Scalars['String'];
|
|
5372
|
+
expiresAt: Scalars['String'];
|
|
5373
|
+
};
|
|
5368
5374
|
export declare type ForgeMetricsData = {
|
|
5369
5375
|
name: Scalars['String'];
|
|
5370
5376
|
type: ForgeMetricsDataType;
|
|
@@ -5607,6 +5613,7 @@ export declare type InvokeExtensionResponse = Payload & {
|
|
|
5607
5613
|
errors?: Maybe<Array<MutationError>>;
|
|
5608
5614
|
response?: Maybe<InvocationResponsePayload>;
|
|
5609
5615
|
externalAuth?: Maybe<Array<Maybe<ExternalAuthProvider>>>;
|
|
5616
|
+
contextToken?: Maybe<ForgeContextToken>;
|
|
5610
5617
|
};
|
|
5611
5618
|
export declare type InvokePolarisObjectInput = {
|
|
5612
5619
|
project: Scalars['ID'];
|