@expresscsv/sdk 0.1.24 → 0.1.25
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.cts +6 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2875,6 +2875,12 @@ declare interface ExpressCSVLocale {
|
|
|
2875
2875
|
nextDisabledMatchOptions: string;
|
|
2876
2876
|
nextDisabledReviewValidating: string;
|
|
2877
2877
|
nextDisabledReviewInvalid: string;
|
|
2878
|
+
nextDisabledReviewEmpty: string;
|
|
2879
|
+
finishBlockedMissingReviewOrSchema: string;
|
|
2880
|
+
finishBlockedCellsInvalidOrValidating: string;
|
|
2881
|
+
finishBlockedNoRecords: string;
|
|
2882
|
+
/** When Next is blocked but no specific reason was resolved (edge case). */
|
|
2883
|
+
nextBlockedFallback: string;
|
|
2878
2884
|
};
|
|
2879
2885
|
importer: {
|
|
2880
2886
|
title: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -2875,6 +2875,12 @@ declare interface ExpressCSVLocale {
|
|
|
2875
2875
|
nextDisabledMatchOptions: string;
|
|
2876
2876
|
nextDisabledReviewValidating: string;
|
|
2877
2877
|
nextDisabledReviewInvalid: string;
|
|
2878
|
+
nextDisabledReviewEmpty: string;
|
|
2879
|
+
finishBlockedMissingReviewOrSchema: string;
|
|
2880
|
+
finishBlockedCellsInvalidOrValidating: string;
|
|
2881
|
+
finishBlockedNoRecords: string;
|
|
2882
|
+
/** When Next is blocked but no specific reason was resolved (edge case). */
|
|
2883
|
+
nextBlockedFallback: string;
|
|
2878
2884
|
};
|
|
2879
2885
|
importer: {
|
|
2880
2886
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2875,6 +2875,12 @@ declare interface ExpressCSVLocale {
|
|
|
2875
2875
|
nextDisabledMatchOptions: string;
|
|
2876
2876
|
nextDisabledReviewValidating: string;
|
|
2877
2877
|
nextDisabledReviewInvalid: string;
|
|
2878
|
+
nextDisabledReviewEmpty: string;
|
|
2879
|
+
finishBlockedMissingReviewOrSchema: string;
|
|
2880
|
+
finishBlockedCellsInvalidOrValidating: string;
|
|
2881
|
+
finishBlockedNoRecords: string;
|
|
2882
|
+
/** When Next is blocked but no specific reason was resolved (edge case). */
|
|
2883
|
+
nextBlockedFallback: string;
|
|
2878
2884
|
};
|
|
2879
2885
|
importer: {
|
|
2880
2886
|
title: string;
|