@a-cube-io/ereceipts-js-sdk 2.0.6 → 2.0.8

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/dist/index.d.ts CHANGED
@@ -814,7 +814,7 @@ interface Telemetry {
814
814
  interface ITelemetryRepository {
815
815
  /**
816
816
  * Get telemetry snapshot for a PEM
817
- * Endpoint: GET /mf1/point-of-sales/{pem_id}/telemetry (mTLS, port 444)
817
+ * Endpoint: GET /mf1/pems/{pem_id}/telemetry (mTLS, port 444)
818
818
  */
819
819
  getTelemetry(pemId: string): Promise<Telemetry>;
820
820
  }