@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
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.10.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [615d023]
8
+ - @forge/manifest@9.2.0-next.1
9
+
3
10
  ## 6.10.0-next.1
4
11
 
5
12
  ### Patch Changes
@@ -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
- environmentKey: Scalars['String']['input'];
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 & {