@tiba-spark/client-shared-lib 25.1.0-1275 → 25.1.0-1279

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.
@@ -1065,6 +1065,7 @@ export declare class AppConfigurationDto implements IAppConfigurationDto {
1065
1065
  feedbackToken: string | undefined;
1066
1066
  pml: number;
1067
1067
  minimumSupportedSparkApiServiceVersion: string | undefined;
1068
+ minimumCompatibleSparkApiServiceVersion: string | undefined;
1068
1069
  constructor(data?: IAppConfigurationDto);
1069
1070
  init(_data?: any): void;
1070
1071
  static fromJS(data: any): AppConfigurationDto;
@@ -1078,6 +1079,7 @@ export interface IAppConfigurationDto {
1078
1079
  feedbackToken: string | undefined;
1079
1080
  pml: number;
1080
1081
  minimumSupportedSparkApiServiceVersion: string | undefined;
1082
+ minimumCompatibleSparkApiServiceVersion: string | undefined;
1081
1083
  }
1082
1084
  export declare class AppConfigurationDtoHttpResponseData implements IAppConfigurationDtoHttpResponseData {
1083
1085
  errorMessage: string | undefined;