@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.
- package/esm2022/libraries/service-proxy/cloud-service-proxies.mjs +3 -1
- package/esm2022/libraries/service-proxy/identity-service-proxies.mjs +3 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +4 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts +2 -0
- package/libraries/service-proxy/cloud-service-proxies.d.ts.map +1 -1
- package/libraries/service-proxy/identity-service-proxies.d.ts +2 -0
- package/libraries/service-proxy/identity-service-proxies.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|