@forge/cli-shared 8.15.2-next.3-experimental-812ca41 → 8.15.2-next.3-experimental-bb50b30

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,16 +1,15 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.15.2-next.3-experimental-812ca41
3
+ ## 8.15.2-next.3-experimental-bb50b30
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - df6d793: Improve show containers data table view
8
8
  - 7af27e8: Updated wording for install list to match dev console
9
- - 812ca41: Include dynamic prefixed translation keys in i18n resource bundling
10
9
  - Updated dependencies [beddb18]
11
10
  - Updated dependencies [561036a]
12
11
  - Updated dependencies [b248c8f]
13
- - @forge/manifest@12.1.1-next.1-experimental-812ca41
12
+ - @forge/manifest@12.1.1-next.1-experimental-bb50b30
14
13
 
15
14
  ## 8.15.2-next.3
16
15
 
@@ -141546,6 +141546,7 @@ export declare type Query = {
141546
141546
  jpdViewsService_globalViewsById?: Maybe<Array<Maybe<JpdViewsServiceGlobalView>>>;
141547
141547
  jpdViewsService_hydrateGlobalViews?: Maybe<JpdViewsServiceGlobalViewsHydrationExample>;
141548
141548
  jpdViewsService_hydrateUser?: Maybe<JpdViewsServiceUserHydrationExample>;
141549
+ jpdViewsService_test?: Maybe<Scalars['String']['output']>;
141549
141550
  jsmAgentWorkspace_locations?: Maybe<JsmAgentWorkspaceLocations>;
141550
141551
  jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
141551
141552
  jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
@@ -145270,6 +145271,9 @@ export declare type QueryJpdViewsService_HydrateGlobalViewsArgs = {
145270
145271
  export declare type QueryJpdViewsService_HydrateUserArgs = {
145271
145272
  cloudId: Scalars['ID']['input'];
145272
145273
  };
145274
+ export declare type QueryJpdViewsService_TestArgs = {
145275
+ cloudId: Scalars['ID']['input'];
145276
+ };
145273
145277
  export declare type QueryJsmAgentWorkspace_LocationsArgs = {
145274
145278
  after?: InputMaybe<Scalars['String']['input']>;
145275
145279
  cloudId: Scalars['ID']['input'];