@forge/cli-shared 8.18.1-next.1 → 8.19.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
|
@@ -33922,6 +33922,7 @@ export declare type CplsContribution = {
|
|
|
33922
33922
|
__typename?: 'CplsContribution';
|
|
33923
33923
|
endDate: Scalars['Date']['output'];
|
|
33924
33924
|
isSuggestion?: Maybe<Scalars['Boolean']['output']>;
|
|
33925
|
+
overriddenValueFormats?: Maybe<CplsValueFormats>;
|
|
33925
33926
|
startDate: Scalars['Date']['output'];
|
|
33926
33927
|
value?: Maybe<Scalars['Float']['output']>;
|
|
33927
33928
|
valueFormats?: Maybe<CplsValueFormats>;
|