@energycap/energycap-billcapture-sdk-angular 1.0.244-develop-20260311-1231 → 1.0.246

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.
@@ -1500,22 +1500,6 @@ class ProblemFileService {
1500
1500
  }
1501
1501
  }));
1502
1502
  }
1503
- /**
1504
- * Perform an action on one or many problem files
1505
- *
1506
- * @param body
1507
- */
1508
- apiV202603ProblemFilePut(body, extraHttpRequestParams, extraHttpRequestHeaders) {
1509
- return this.apiV202603ProblemFilePutWithHttpInfo(body, extraHttpRequestParams, extraHttpRequestHeaders)
1510
- .pipe(map((response) => {
1511
- if (response.status === 204) {
1512
- return undefined;
1513
- }
1514
- else {
1515
- return response.body;
1516
- }
1517
- }));
1518
- }
1519
1503
  /**
1520
1504
  * Return a list of problem files
1521
1505
  *
@@ -1632,57 +1616,6 @@ class ProblemFileService {
1632
1616
  };
1633
1617
  return this.http.request(RequestMethod$4.Get, path, requestOptions);
1634
1618
  }
1635
- /**
1636
- * Perform an action on one or many problem files
1637
- *
1638
- * @param body
1639
- */
1640
- apiV202603ProblemFilePutWithHttpInfo(body, extraHttpRequestParams, extraHttpRequestHeaders) {
1641
- const path = this.basePath + '/api/v202603/ProblemFile';
1642
- let queryParameters;
1643
- if (extraHttpRequestParams) {
1644
- if (typeof extraHttpRequestParams.search === 'string') {
1645
- queryParameters = new HttpParams({ fromString: extraHttpRequestParams.search });
1646
- }
1647
- else {
1648
- queryParameters = new HttpParams({ fromObject: extraHttpRequestParams.search });
1649
- }
1650
- }
1651
- else {
1652
- queryParameters = new HttpParams();
1653
- }
1654
- let headers = new HttpHeaders();
1655
- this.defaultHeaders.keys().forEach(key => {
1656
- headers = headers.set(key, this.defaultHeaders.getAll(key));
1657
- });
1658
- if (extraHttpRequestHeaders) {
1659
- Object.entries(extraHttpRequestHeaders).forEach(([key, value]) => {
1660
- headers = headers.set(key, value);
1661
- });
1662
- }
1663
- // to determine the Accept header
1664
- let produces = [
1665
- 'application/json'
1666
- ];
1667
- if (this.configuration.apiKeys["Authorization"]) {
1668
- headers = headers.set('Authorization', this.configuration.apiKeys["Authorization"]);
1669
- }
1670
- if (this.configuration.apiKeys["ECI-PUBLIC-DASHBOARD-KEY"]) {
1671
- headers = headers.set('ECI-PUBLIC-DASHBOARD-KEY', this.configuration.apiKeys["ECI-PUBLIC-DASHBOARD-KEY"]);
1672
- }
1673
- const consumes = [
1674
- 'application/json'
1675
- ];
1676
- headers = headers.set('Content-Type', consumes[0]);
1677
- let requestOptions = {
1678
- headers: headers,
1679
- body: body == null ? '' : (consumes[0] == 'application/json' ? JSON.stringify(body) : body), // https://github.com/angular/angular/issues/10612
1680
- params: queryParameters,
1681
- withCredentials: this.configuration.withCredentials,
1682
- observe: 'response'
1683
- };
1684
- return this.http.request(RequestMethod$4.Put, path, requestOptions);
1685
- }
1686
1619
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ProblemFileService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1687
1620
  static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: ProblemFileService });
1688
1621
  }
@@ -2652,50 +2585,6 @@ var PartnerProcessStatus;
2652
2585
  PartnerProcessStatus[PartnerProcessStatus["NUMBER_4"] = 4] = "NUMBER_4";
2653
2586
  })(PartnerProcessStatus || (PartnerProcessStatus = {}));
2654
2587
 
2655
- /**
2656
- * BillCapture.API
2657
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
2658
- *
2659
- * OpenAPI spec version: 1.0
2660
- *
2661
- *
2662
- * NOTE: This class is auto generated by the swagger code generator program.
2663
- * https://github.com/swagger-api/swagger-codegen.git
2664
- * Do not edit the class manually.
2665
- */
2666
- class ProblemFileActionRequestDTO {
2667
- /**
2668
- * The list of problem file identifiers to act on
2669
- */
2670
- problemFileIds;
2671
- /**
2672
- * The action to take on the selected problem files. Must be one of: \"Ignore\", \"Reprocess\"
2673
- */
2674
- action;
2675
- }
2676
-
2677
- /**
2678
- * BillCapture.API
2679
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
2680
- *
2681
- * OpenAPI spec version: 1.0
2682
- *
2683
- *
2684
- * NOTE: This class is auto generated by the swagger code generator program.
2685
- * https://github.com/swagger-api/swagger-codegen.git
2686
- * Do not edit the class manually.
2687
- */
2688
- class ProblemFileActionResponseDTO {
2689
- /**
2690
- * The number of problem file IDs submitted in the request
2691
- */
2692
- selected;
2693
- /**
2694
- * The number of problem files that were successfully updated
2695
- */
2696
- updated;
2697
- }
2698
-
2699
2588
  /**
2700
2589
  * BillCapture.API
2701
2590
  * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
@@ -3144,5 +3033,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
3144
3033
  * Generated bundle index. Do not edit.
3145
3034
  */
3146
3035
 
3147
- export { APIFilter, APIS, AccountService, BASE_PATH, COLLECTION_FORMATS, ClientChildDTO, ClientEditDTO, ClientResponseDTO, ClientService, Configuration, EnergyCapSdkModule, ExportService, FileDetailDTO, InternalService, MonthlyTransactionStatisticsDTO, PartnerChildDTO, PartnerProcessResultDTO, PartnerProcessStatus, PartnerService, ProblemFileActionRequestDTO, ProblemFileActionResponseDTO, ProblemFileHistoryResponseDTO, ProblemFileNewImportChildDTO, ProblemFileResponseDTO, ProblemFileService, ProblemTypeChildDTO, ProblemTypeResponseDTO, ProblemTypeService, TransactionLogResponseDTO, TransactionService, TransactionUsageDTO, TransactionUsageResponseDTO, UploadFileResponseDTO, UploadResponseDTO, UploadService, UtilityManagementSystemUserChildDTO, VersionService };
3036
+ export { APIFilter, APIS, AccountService, BASE_PATH, COLLECTION_FORMATS, ClientChildDTO, ClientEditDTO, ClientResponseDTO, ClientService, Configuration, EnergyCapSdkModule, ExportService, FileDetailDTO, InternalService, MonthlyTransactionStatisticsDTO, PartnerChildDTO, PartnerProcessResultDTO, PartnerProcessStatus, PartnerService, ProblemFileHistoryResponseDTO, ProblemFileNewImportChildDTO, ProblemFileResponseDTO, ProblemFileService, ProblemTypeChildDTO, ProblemTypeResponseDTO, ProblemTypeService, TransactionLogResponseDTO, TransactionService, TransactionUsageDTO, TransactionUsageResponseDTO, UploadFileResponseDTO, UploadResponseDTO, UploadService, UtilityManagementSystemUserChildDTO, VersionService };
3148
3037
  //# sourceMappingURL=energycap-energycap-billcapture-sdk-angular.mjs.map