@forge/cli-shared 6.10.0-next.6-experimental-93876a6 → 6.10.0-next.6-experimental-1f6d749

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,6 +1,6 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.10.0-next.6-experimental-93876a6
3
+ ## 6.10.0-next.6-experimental-1f6d749
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -16,7 +16,7 @@
16
16
  - Updated dependencies [6c0dcee]
17
17
  - Updated dependencies [298487b]
18
18
  - Updated dependencies [615d023]
19
- - @forge/manifest@9.2.0-next.2-experimental-93876a6
19
+ - @forge/manifest@9.2.0-next.2-experimental-1f6d749
20
20
 
21
21
  ## 6.10.0-next.6
22
22
 
@@ -21920,7 +21920,7 @@ export declare type CustomerServiceQueryApiProductsArgs = {
21920
21920
  first?: InputMaybe<Scalars['Int']['input']>;
21921
21921
  };
21922
21922
  export declare type CustomerServiceQueryApiRequestByIssueKeyArgs = {
21923
- issueKey: Scalars['ID']['input'];
21923
+ issueKey: Scalars['String']['input'];
21924
21924
  };
21925
21925
  export declare type CustomerServiceQueryApiTemplateFormByIdArgs = {
21926
21926
  helpCenterId: Scalars['ID']['input'];