@energycap/energycap-sdk-angular 8.2507.6271 → 8.2507.6273-develop-20250811-2055
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/api/bill.service.d.ts +2 -2
- package/api/spanClasspropertyinfoPermissionPermissionsExportBillsRunspan.service.d.ts +2 -2
- package/esm2022/api/bill.service.mjs +3 -3
- package/esm2022/api/spanClasspropertyinfoPermissionPermissionsExportBillsRunspan.service.mjs +3 -3
- package/fesm2022/energycap-energycap-sdk-angular.mjs +4 -4
- package/fesm2022/energycap-energycap-sdk-angular.mjs.map +1 -1
- package/package.json +1 -1
package/api/bill.service.d.ts
CHANGED
|
@@ -267,7 +267,7 @@ export declare class BillService {
|
|
|
267
267
|
[header: string]: string | string[];
|
|
268
268
|
}): Observable<any>;
|
|
269
269
|
/**
|
|
270
|
-
* Retrieves text of a standard EnergyCAP bill export file for AP and
|
|
270
|
+
* Retrieves text of a standard EnergyCAP bill export file for AP, GL and payment purposes. Maximum of 10000 bills can be processed at one time. Only bills with the following conditions are included in the export file: 1) approved bills (if the approval system is enabled in workflow settings) 2) bill is in a closed batch (if after batch or after batch approval is set in the workflow settings) 3) bill is not held for export 4) bill is not void 5) bill is within the user's topmost setting. 6) bill in not already exported
|
|
271
271
|
*
|
|
272
272
|
* @param body
|
|
273
273
|
*/
|
|
@@ -857,7 +857,7 @@ export declare class BillService {
|
|
|
857
857
|
[header: string]: string | string[];
|
|
858
858
|
}): Observable<HttpResponse<any>>;
|
|
859
859
|
/**
|
|
860
|
-
* Retrieves text of a standard EnergyCAP bill export file for AP and
|
|
860
|
+
* Retrieves text of a standard EnergyCAP bill export file for AP, GL and payment purposes. Maximum of 10000 bills can be processed at one time. Only bills with the following conditions are included in the export file: 1) approved bills (if the approval system is enabled in workflow settings) 2) bill is in a closed batch (if after batch or after batch approval is set in the workflow settings) 3) bill is not held for export 4) bill is not void 5) bill is within the user's topmost setting. 6) bill in not already exported
|
|
861
861
|
*
|
|
862
862
|
* @param body
|
|
863
863
|
*/
|
|
@@ -66,7 +66,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsExportBillsRunspa
|
|
|
66
66
|
[header: string]: string | string[];
|
|
67
67
|
}): Observable<any>;
|
|
68
68
|
/**
|
|
69
|
-
* Retrieves text of a standard EnergyCAP bill export file for AP and
|
|
69
|
+
* Retrieves text of a standard EnergyCAP bill export file for AP, GL and payment purposes. Maximum of 10000 bills can be processed at one time. Only bills with the following conditions are included in the export file: 1) approved bills (if the approval system is enabled in workflow settings) 2) bill is in a closed batch (if after batch or after batch approval is set in the workflow settings) 3) bill is not held for export 4) bill is not void 5) bill is within the user's topmost setting. 6) bill in not already exported
|
|
70
70
|
*
|
|
71
71
|
* @param body
|
|
72
72
|
*/
|
|
@@ -180,7 +180,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsExportBillsRunspa
|
|
|
180
180
|
[header: string]: string | string[];
|
|
181
181
|
}): Observable<HttpResponse<any>>;
|
|
182
182
|
/**
|
|
183
|
-
* Retrieves text of a standard EnergyCAP bill export file for AP and
|
|
183
|
+
* Retrieves text of a standard EnergyCAP bill export file for AP, GL and payment purposes. Maximum of 10000 bills can be processed at one time. Only bills with the following conditions are included in the export file: 1) approved bills (if the approval system is enabled in workflow settings) 2) bill is in a closed batch (if after batch or after batch approval is set in the workflow settings) 3) bill is not held for export 4) bill is not void 5) bill is within the user's topmost setting. 6) bill in not already exported
|
|
184
184
|
*
|
|
185
185
|
* @param body
|
|
186
186
|
*/
|