@cbm-common/cbm-types 0.0.151 → 0.0.153
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.
|
@@ -23,10 +23,11 @@ export declare namespace CbmMessageSettingsModel {
|
|
|
23
23
|
authorization?: boolean;
|
|
24
24
|
reason_data_country: Data.Reason[];
|
|
25
25
|
option_reason?: boolean;
|
|
26
|
-
updated_at?: number;
|
|
27
26
|
description_module?: string;
|
|
28
27
|
order?: number;
|
|
28
|
+
updated_at?: number;
|
|
29
29
|
updated_user?: string;
|
|
30
|
+
automatic_movement_authorization?: boolean;
|
|
30
31
|
}
|
|
31
32
|
namespace Data {
|
|
32
33
|
interface Reason {
|
|
@@ -63,6 +64,7 @@ export declare namespace CbmMessageSettingsModel {
|
|
|
63
64
|
event_module: string;
|
|
64
65
|
enabled: boolean;
|
|
65
66
|
deleted: boolean;
|
|
67
|
+
automatic_movement_authorization?: boolean;
|
|
66
68
|
}
|
|
67
69
|
namespace Data {
|
|
68
70
|
interface Reason {
|
|
@@ -95,6 +97,9 @@ export declare namespace CbmMessageSettingsModel {
|
|
|
95
97
|
event_module: string;
|
|
96
98
|
enabled: boolean;
|
|
97
99
|
deleted: boolean;
|
|
100
|
+
updated_at: number;
|
|
101
|
+
updated_user: string;
|
|
102
|
+
automatic_movement_authorization?: boolean;
|
|
98
103
|
}
|
|
99
104
|
namespace Data {
|
|
100
105
|
interface Reason {
|
|
@@ -151,6 +156,7 @@ export declare namespace CbmMessageSettingsModel {
|
|
|
151
156
|
message?: string;
|
|
152
157
|
authorization?: boolean;
|
|
153
158
|
reason_data_country?: UpdateBody.Reason[];
|
|
159
|
+
automatic_movement_authorization?: boolean;
|
|
154
160
|
}
|
|
155
161
|
namespace UpdateBody {
|
|
156
162
|
interface Reason {
|
|
@@ -173,6 +179,7 @@ export declare namespace CbmMessageSettingsModel {
|
|
|
173
179
|
document: string;
|
|
174
180
|
authorization?: boolean;
|
|
175
181
|
reason_data_country: Data.Reason[];
|
|
182
|
+
automatic_movement_authorization?: boolean;
|
|
176
183
|
}
|
|
177
184
|
namespace Data {
|
|
178
185
|
interface Reason {
|