@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.
@@ -1,5 +1,4 @@
1
1
  export declare class CbmDropzoneComponent {
2
- constructor();
3
2
  message: import("@angular/core").InputSignal<string | undefined>;
4
3
  accept: import("@angular/core").InputSignal<string | undefined>;
5
4
  files: import("@angular/core").InputSignal<File[]>;
@@ -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 {
@@ -37,6 +37,7 @@ export declare namespace CbmUserModel {
37
37
  deleted_user?: string;
38
38
  created_at: number;
39
39
  full_name?: string;
40
+ last_access_at?: number;
40
41
  }
41
42
  }
42
43
  interface ListByCompanyParams {
@@ -19,6 +19,7 @@ export declare const environment: {
19
19
  readonly msReportSales: string;
20
20
  readonly msReportFinancials: string;
21
21
  readonly msService: string;
22
+ readonly msReportService: string;
22
23
  webSocket: string;
23
24
  hostAuth: string;
24
25
  hostApp: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.151",
3
+ "version": "0.0.153",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {