@forge/cli-shared 6.10.0-next.1 → 6.10.0-next.2
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
|
@@ -1159,6 +1159,7 @@ export declare enum ApiGroup {
|
|
|
1159
1159
|
ConfluenceUser = "CONFLUENCE_USER",
|
|
1160
1160
|
ConfluenceV2 = "CONFLUENCE_V2",
|
|
1161
1161
|
ContentPlatformApi = "CONTENT_PLATFORM_API",
|
|
1162
|
+
CsmAi = "CSM_AI",
|
|
1162
1163
|
CustomerService = "CUSTOMER_SERVICE",
|
|
1163
1164
|
DevopsAriGraph = "DEVOPS_ARI_GRAPH",
|
|
1164
1165
|
DevopsContainerRelationship = "DEVOPS_CONTAINER_RELATIONSHIP",
|
|
@@ -19694,6 +19695,7 @@ export declare type CreateAppDeploymentResponse = Payload & {
|
|
|
19694
19695
|
};
|
|
19695
19696
|
export declare type CreateAppDeploymentUrlInput = {
|
|
19696
19697
|
appId: Scalars['ID']['input'];
|
|
19698
|
+
buildTag?: InputMaybe<Scalars['String']['input']>;
|
|
19697
19699
|
};
|
|
19698
19700
|
export declare type CreateAppDeploymentUrlResponse = Payload & {
|
|
19699
19701
|
__typename?: 'CreateAppDeploymentUrlResponse';
|
|
@@ -20094,7 +20096,8 @@ export declare type CreateFaviconFilesPayload = Payload & {
|
|
|
20094
20096
|
};
|
|
20095
20097
|
export declare type CreateHostedResourceUploadUrlInput = {
|
|
20096
20098
|
appId: Scalars['ID']['input'];
|
|
20097
|
-
|
|
20099
|
+
buildTag?: InputMaybe<Scalars['String']['input']>;
|
|
20100
|
+
environmentKey?: InputMaybe<Scalars['String']['input']>;
|
|
20098
20101
|
resourceKeys: Array<Scalars['String']['input']>;
|
|
20099
20102
|
};
|
|
20100
20103
|
export declare type CreateHostedResourceUploadUrlPayload = Payload & {
|