@forge/cli-shared 8.15.2-next.3-experimental-72ccdfa → 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,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.15.2-next.3-experimental-
|
|
3
|
+
## 8.15.2-next.3-experimental-bb50b30
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- Updated dependencies [beddb18]
|
|
10
10
|
- Updated dependencies [561036a]
|
|
11
11
|
- Updated dependencies [b248c8f]
|
|
12
|
-
- @forge/manifest@12.1.1-next.1-experimental-
|
|
12
|
+
- @forge/manifest@12.1.1-next.1-experimental-bb50b30
|
|
13
13
|
|
|
14
14
|
## 8.15.2-next.3
|
|
15
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'];
|