@sovity.de/edc-client 7.3.0 → 7.4.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.
@@ -1887,7 +1887,7 @@ export declare interface UiAsset {
1887
1887
  * @type {Array<string>}
1888
1888
  * @memberof UiAsset
1889
1889
  */
1890
- nutsLocation?: Array<string>;
1890
+ nutsLocations?: Array<string>;
1891
1891
  /**
1892
1892
  * Data sample URLs
1893
1893
  * @type {Array<string>}
@@ -2075,7 +2075,7 @@ export declare interface UiAssetCreateRequest {
2075
2075
  * @type {Array<string>}
2076
2076
  * @memberof UiAssetCreateRequest
2077
2077
  */
2078
- nutsLocation?: Array<string>;
2078
+ nutsLocations?: Array<string>;
2079
2079
  /**
2080
2080
  * Data sample URLs
2081
2081
  * @type {Array<string>}
@@ -2265,7 +2265,7 @@ export declare interface UiAssetEditMetadataRequest {
2265
2265
  * @type {Array<string>}
2266
2266
  * @memberof UiAssetEditMetadataRequest
2267
2267
  */
2268
- nutsLocation?: Array<string>;
2268
+ nutsLocations?: Array<string>;
2269
2269
  /**
2270
2270
  * Data sample URLs
2271
2271
  * @type {Array<string>}
@@ -311,7 +311,7 @@ function pt(e, t) {
311
311
  transportMode: c(e, "transportMode") ? e.transportMode : void 0,
312
312
  sovereignLegalName: c(e, "sovereignLegalName") ? e.sovereignLegalName : void 0,
313
313
  geoLocation: c(e, "geoLocation") ? e.geoLocation : void 0,
314
- nutsLocation: c(e, "nutsLocation") ? e.nutsLocation : void 0,
314
+ nutsLocations: c(e, "nutsLocations") ? e.nutsLocations : void 0,
315
315
  dataSampleUrls: c(e, "dataSampleUrls") ? e.dataSampleUrls : void 0,
316
316
  referenceFileUrls: c(e, "referenceFileUrls") ? e.referenceFileUrls : void 0,
317
317
  referenceFilesDescription: c(e, "referenceFilesDescription") ? e.referenceFilesDescription : void 0,
@@ -361,7 +361,7 @@ function Ne(e) {
361
361
  transportMode: e.transportMode,
362
362
  sovereignLegalName: e.sovereignLegalName,
363
363
  geoLocation: e.geoLocation,
364
- nutsLocation: e.nutsLocation,
364
+ nutsLocations: e.nutsLocations,
365
365
  dataSampleUrls: e.dataSampleUrls,
366
366
  referenceFileUrls: e.referenceFileUrls,
367
367
  referenceFilesDescription: e.referenceFilesDescription,
@@ -1276,7 +1276,7 @@ function Zr(e, t) {
1276
1276
  transportMode: c(e, "transportMode") ? e.transportMode : void 0,
1277
1277
  sovereignLegalName: c(e, "sovereignLegalName") ? e.sovereignLegalName : void 0,
1278
1278
  geoLocation: c(e, "geoLocation") ? e.geoLocation : void 0,
1279
- nutsLocation: c(e, "nutsLocation") ? e.nutsLocation : void 0,
1279
+ nutsLocations: c(e, "nutsLocations") ? e.nutsLocations : void 0,
1280
1280
  dataSampleUrls: c(e, "dataSampleUrls") ? e.dataSampleUrls : void 0,
1281
1281
  referenceFileUrls: c(e, "referenceFileUrls") ? e.referenceFileUrls : void 0,
1282
1282
  referenceFilesDescription: c(e, "referenceFilesDescription") ? e.referenceFilesDescription : void 0,
@@ -1317,7 +1317,7 @@ function Ke(e) {
1317
1317
  transportMode: e.transportMode,
1318
1318
  sovereignLegalName: e.sovereignLegalName,
1319
1319
  geoLocation: e.geoLocation,
1320
- nutsLocation: e.nutsLocation,
1320
+ nutsLocations: e.nutsLocations,
1321
1321
  dataSampleUrls: e.dataSampleUrls,
1322
1322
  referenceFileUrls: e.referenceFileUrls,
1323
1323
  referenceFilesDescription: e.referenceFilesDescription,
@@ -1356,7 +1356,7 @@ function $r(e, t) {
1356
1356
  transportMode: c(e, "transportMode") ? e.transportMode : void 0,
1357
1357
  sovereignLegalName: c(e, "sovereignLegalName") ? e.sovereignLegalName : void 0,
1358
1358
  geoLocation: c(e, "geoLocation") ? e.geoLocation : void 0,
1359
- nutsLocation: c(e, "nutsLocation") ? e.nutsLocation : void 0,
1359
+ nutsLocations: c(e, "nutsLocations") ? e.nutsLocations : void 0,
1360
1360
  dataSampleUrls: c(e, "dataSampleUrls") ? e.dataSampleUrls : void 0,
1361
1361
  referenceFileUrls: c(e, "referenceFileUrls") ? e.referenceFileUrls : void 0,
1362
1362
  referenceFilesDescription: c(e, "referenceFilesDescription") ? e.referenceFilesDescription : void 0,
@@ -1395,7 +1395,7 @@ function Vr(e) {
1395
1395
  transportMode: e.transportMode,
1396
1396
  sovereignLegalName: e.sovereignLegalName,
1397
1397
  geoLocation: e.geoLocation,
1398
- nutsLocation: e.nutsLocation,
1398
+ nutsLocations: e.nutsLocations,
1399
1399
  dataSampleUrls: e.dataSampleUrls,
1400
1400
  referenceFileUrls: e.referenceFileUrls,
1401
1401
  referenceFilesDescription: e.referenceFilesDescription,