@energycap/energycap-billcapture-sdk-angular 1.0.359 → 1.0.361

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/energycap-billcapture-sdk-angular",
3
- "version": "1.0.359",
3
+ "version": "1.0.361",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -767,7 +767,7 @@ declare class ImportTaskDetailDTO {
767
767
  */
768
768
  receivedFromProcessorDate: Date | null | undefined;
769
769
  /**
770
- * When processing was fully completed and success was sent (UTC). Null if not yet complete.
770
+ * When the partner file finished processing (UTC). Null if not yet complete.
771
771
  */
772
772
  processingComplete: Date | null | undefined;
773
773
  }