@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
|
@@ -8219,6 +8219,7 @@ let AppConfigurationDto$1 = class AppConfigurationDto {
|
|
|
8219
8219
|
this.feedbackToken = _data["feedbackToken"];
|
|
8220
8220
|
this.pml = _data["pml"];
|
|
8221
8221
|
this.minimumSupportedSparkApiServiceVersion = _data["minimumSupportedSparkApiServiceVersion"];
|
|
8222
|
+
this.minimumCompatibleSparkApiServiceVersion = _data["minimumCompatibleSparkApiServiceVersion"];
|
|
8222
8223
|
}
|
|
8223
8224
|
}
|
|
8224
8225
|
static fromJS(data) {
|
|
@@ -8235,6 +8236,7 @@ let AppConfigurationDto$1 = class AppConfigurationDto {
|
|
|
8235
8236
|
data["feedbackToken"] = this.feedbackToken;
|
|
8236
8237
|
data["pml"] = this.pml;
|
|
8237
8238
|
data["minimumSupportedSparkApiServiceVersion"] = this.minimumSupportedSparkApiServiceVersion;
|
|
8239
|
+
data["minimumCompatibleSparkApiServiceVersion"] = this.minimumCompatibleSparkApiServiceVersion;
|
|
8238
8240
|
return data;
|
|
8239
8241
|
}
|
|
8240
8242
|
clone() {
|
|
@@ -80996,6 +80998,7 @@ class AppConfigurationDto {
|
|
|
80996
80998
|
this.feedbackToken = _data["feedbackToken"];
|
|
80997
80999
|
this.pml = _data["pml"];
|
|
80998
81000
|
this.minimumSupportedSparkApiServiceVersion = _data["minimumSupportedSparkApiServiceVersion"];
|
|
81001
|
+
this.minimumCompatibleSparkApiServiceVersion = _data["minimumCompatibleSparkApiServiceVersion"];
|
|
80999
81002
|
}
|
|
81000
81003
|
}
|
|
81001
81004
|
static fromJS(data) {
|
|
@@ -81012,6 +81015,7 @@ class AppConfigurationDto {
|
|
|
81012
81015
|
data["feedbackToken"] = this.feedbackToken;
|
|
81013
81016
|
data["pml"] = this.pml;
|
|
81014
81017
|
data["minimumSupportedSparkApiServiceVersion"] = this.minimumSupportedSparkApiServiceVersion;
|
|
81018
|
+
data["minimumCompatibleSparkApiServiceVersion"] = this.minimumCompatibleSparkApiServiceVersion;
|
|
81015
81019
|
return data;
|
|
81016
81020
|
}
|
|
81017
81021
|
clone() {
|