@forge/cli-shared 6.10.1-next.1 → 6.10.1-next.1-experimental-9b8de22
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,13 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.10.1-next.1-experimental-9b8de22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8bd52d6]
|
|
8
|
+
- Updated dependencies [743bbdc]
|
|
9
|
+
- @forge/manifest@9.3.0-next.1-experimental-9b8de22
|
|
10
|
+
|
|
3
11
|
## 6.10.1-next.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1806,6 +1806,7 @@ export declare type AppLogsWithMetaData = {
|
|
|
1806
1806
|
moduleType?: Maybe<Scalars['String']['output']>;
|
|
1807
1807
|
other?: Maybe<Scalars['String']['output']>;
|
|
1808
1808
|
p?: Maybe<Scalars['String']['output']>;
|
|
1809
|
+
product?: Maybe<Scalars['String']['output']>;
|
|
1809
1810
|
traceId?: Maybe<Scalars['String']['output']>;
|
|
1810
1811
|
ts: Scalars['String']['output'];
|
|
1811
1812
|
};
|
|
@@ -75513,6 +75514,7 @@ export declare type LogDetails = {
|
|
|
75513
75514
|
export declare type LogQueryInput = {
|
|
75514
75515
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
75515
75516
|
appVersions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
75517
|
+
contexts?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
75516
75518
|
dates?: InputMaybe<DateSearchInput>;
|
|
75517
75519
|
editions?: InputMaybe<Array<InputMaybe<EditionValue>>>;
|
|
75518
75520
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|