ecom-documents 1.0.18 → 1.0.20

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.mts CHANGED
@@ -1,4 +1,3 @@
1
- import axios from 'axios';
2
1
  import { ValidationError } from 'class-validator';
3
2
 
4
3
  declare class DateRangeExportDto {
@@ -87,7 +86,7 @@ declare class DocumentPathResponseDto {
87
86
  }
88
87
 
89
88
  declare class DocumentExportClient {
90
- client: ReturnType<typeof axios.create>;
89
+ documentMsBaseUrl: string;
91
90
  documentMSCommunicationKey: string;
92
91
  constructor(documentMsBaseUrl: string, documentMSCommunicationKey: string);
93
92
  generateDocument(documentFormat: FileFormat, documentType: DocumentType, dateRange: DateRangeExportDto, payload: {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import axios from 'axios';
2
1
  import { ValidationError } from 'class-validator';
3
2
 
4
3
  declare class DateRangeExportDto {
@@ -87,7 +86,7 @@ declare class DocumentPathResponseDto {
87
86
  }
88
87
 
89
88
  declare class DocumentExportClient {
90
- client: ReturnType<typeof axios.create>;
89
+ documentMsBaseUrl: string;
91
90
  documentMSCommunicationKey: string;
92
91
  constructor(documentMsBaseUrl: string, documentMSCommunicationKey: string);
93
92
  generateDocument(documentFormat: FileFormat, documentType: DocumentType, dateRange: DateRangeExportDto, payload: {