@resolveio/client-lib-core 21.6.29 → 21.6.31
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/package.json
CHANGED
|
Binary file
|
|
@@ -1070,6 +1070,13 @@ interface AiTerminalConfig$1 {
|
|
|
1070
1070
|
fastMode?: boolean;
|
|
1071
1071
|
runBudgetMs?: number;
|
|
1072
1072
|
mongoMaxTimeMs?: number;
|
|
1073
|
+
qaRepairEnabled?: boolean;
|
|
1074
|
+
qaEvidenceRequired?: boolean;
|
|
1075
|
+
qaDistinctScreenshotRequired?: boolean;
|
|
1076
|
+
qaFailFastCompile?: boolean;
|
|
1077
|
+
qaLiveDataRequired?: boolean;
|
|
1078
|
+
qaSelfRepairMaxWaves?: number;
|
|
1079
|
+
qaPolicyInstructions?: string[];
|
|
1073
1080
|
profileId?: string;
|
|
1074
1081
|
methodNames?: AiTerminalMethodNames;
|
|
1075
1082
|
mongo?: AiTerminalMongoConfig;
|
|
@@ -2280,7 +2287,7 @@ declare class AiTerminalModule {
|
|
|
2280
2287
|
}
|
|
2281
2288
|
|
|
2282
2289
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
2283
|
-
resolveFirstDayOfWeek: () => "
|
|
2290
|
+
resolveFirstDayOfWeek: () => "S" | "M";
|
|
2284
2291
|
resolveTimezone: () => any;
|
|
2285
2292
|
};
|
|
2286
2293
|
declare class CoreServicesModule {
|
|
@@ -3151,7 +3158,8 @@ declare class FileUploadComponent extends BaseComponent implements OnInit, OnDes
|
|
|
3151
3158
|
private _services;
|
|
3152
3159
|
private _ds;
|
|
3153
3160
|
private _http;
|
|
3154
|
-
|
|
3161
|
+
private _zone;
|
|
3162
|
+
constructor(_resize: ResizeService, _services: ProviderService, _ds: DialogService, _http: HttpClient, _zone: NgZone);
|
|
3155
3163
|
files: FileModel[];
|
|
3156
3164
|
allowDelete: boolean;
|
|
3157
3165
|
allowReplace: boolean;
|