@be-link/cs-cli-nodejs 0.1.133 → 0.1.135
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.
|
@@ -103,6 +103,7 @@ export declare namespace TongchengProductSync {
|
|
|
103
103
|
interface CopyDedicatedItem {
|
|
104
104
|
sourceItemId: string;
|
|
105
105
|
operatorName: string;
|
|
106
|
+
copyRequestId: string;
|
|
106
107
|
}
|
|
107
108
|
interface StartFullSync {
|
|
108
109
|
itemId: string;
|
|
@@ -117,6 +118,7 @@ export declare namespace TongchengProductSync {
|
|
|
117
118
|
}
|
|
118
119
|
interface StartFullSync {
|
|
119
120
|
traceMessageId: string;
|
|
121
|
+
alreadyInProgress: boolean;
|
|
120
122
|
}
|
|
121
123
|
}
|
|
122
124
|
interface Controller {
|