@etainabl/nodejs-sdk 1.3.121 → 1.3.123
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/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -746,7 +746,7 @@ interface AutomationRun<IDType = ObjectId | string, DateType = Date | string> {
|
|
|
746
746
|
s3Key: string;
|
|
747
747
|
fileName: string;
|
|
748
748
|
};
|
|
749
|
-
|
|
749
|
+
chunkProcessing?: {
|
|
750
750
|
totalChunks: number;
|
|
751
751
|
chunksCompleted: number;
|
|
752
752
|
totalRecordsToProcess: number;
|
|
@@ -1492,7 +1492,7 @@ declare const _default$4: (auth: AuthOptions, instanceOptions?: CreateAxiosDefau
|
|
|
1492
1492
|
updateAutomationRun: (id: string, data: any, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string>>;
|
|
1493
1493
|
createAutomationRunLog: (id: string, data: Omit<AutomationRunLog<string>, "date">, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
|
|
1494
1494
|
searchAutomationRun: (options?: AxiosRequestConfig) => Promise<any>;
|
|
1495
|
-
|
|
1495
|
+
updateAutomationRunAccountResults: (id: string, data: any, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
|
|
1496
1496
|
globalSearch: (options?: AxiosRequestConfig) => Promise<any>;
|
|
1497
1497
|
};
|
|
1498
1498
|
|
package/dist/index.d.ts
CHANGED
|
@@ -746,7 +746,7 @@ interface AutomationRun<IDType = ObjectId | string, DateType = Date | string> {
|
|
|
746
746
|
s3Key: string;
|
|
747
747
|
fileName: string;
|
|
748
748
|
};
|
|
749
|
-
|
|
749
|
+
chunkProcessing?: {
|
|
750
750
|
totalChunks: number;
|
|
751
751
|
chunksCompleted: number;
|
|
752
752
|
totalRecordsToProcess: number;
|
|
@@ -1492,7 +1492,7 @@ declare const _default$4: (auth: AuthOptions, instanceOptions?: CreateAxiosDefau
|
|
|
1492
1492
|
updateAutomationRun: (id: string, data: any, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string>>;
|
|
1493
1493
|
createAutomationRunLog: (id: string, data: Omit<AutomationRunLog<string>, "date">, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
|
|
1494
1494
|
searchAutomationRun: (options?: AxiosRequestConfig) => Promise<any>;
|
|
1495
|
-
|
|
1495
|
+
updateAutomationRunAccountResults: (id: string, data: any, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
|
|
1496
1496
|
globalSearch: (options?: AxiosRequestConfig) => Promise<any>;
|
|
1497
1497
|
};
|
|
1498
1498
|
|
package/dist/index.js
CHANGED
|
@@ -16492,7 +16492,7 @@ var api_default = (auth, instanceOptions = {}) => {
|
|
|
16492
16492
|
"logs"
|
|
16493
16493
|
),
|
|
16494
16494
|
searchAutomationRun: factory.get(etainablApi, "automation-runs", "search"),
|
|
16495
|
-
|
|
16495
|
+
updateAutomationRunAccountResults: factory.update(etainablApi, "automation-runs", "account-results"),
|
|
16496
16496
|
// global search
|
|
16497
16497
|
globalSearch: factory.get(etainablApi, "global-search", "search")
|
|
16498
16498
|
};
|