@fesmex/models 0.1.50 → 0.1.52

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 CHANGED
@@ -15,7 +15,7 @@ interface ClientType {
15
15
  created_at?: Date;
16
16
  updated_at?: Date;
17
17
  }
18
- declare const _default$o: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientType, {}, {}, {}, mongoose.Document<unknown, {}, ClientType, {}, mongoose.DefaultSchemaOptions> & ClientType & {
18
+ declare const _default$q: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientType, {}, {}, {}, mongoose.Document<unknown, {}, ClientType, {}, mongoose.DefaultSchemaOptions> & ClientType & {
19
19
  _id: mongoose.Types.ObjectId;
20
20
  } & {
21
21
  __v: number;
@@ -34,7 +34,7 @@ interface ClientContactType {
34
34
  created_at?: Date;
35
35
  updated_at?: Date;
36
36
  }
37
- declare const _default$n: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientContactType, {}, {}, {}, mongoose.Document<unknown, {}, ClientContactType, {}, mongoose.DefaultSchemaOptions> & ClientContactType & {
37
+ declare const _default$p: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientContactType, {}, {}, {}, mongoose.Document<unknown, {}, ClientContactType, {}, mongoose.DefaultSchemaOptions> & ClientContactType & {
38
38
  _id: Types.ObjectId;
39
39
  } & {
40
40
  __v: number;
@@ -54,7 +54,7 @@ interface ClientAddressType {
54
54
  created_at?: Date;
55
55
  updated_at?: Date;
56
56
  }
57
- declare const _default$m: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientAddressType, {}, {}, {}, mongoose.Document<unknown, {}, ClientAddressType, {}, mongoose.DefaultSchemaOptions> & ClientAddressType & {
57
+ declare const _default$o: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientAddressType, {}, {}, {}, mongoose.Document<unknown, {}, ClientAddressType, {}, mongoose.DefaultSchemaOptions> & ClientAddressType & {
58
58
  _id: Types.ObjectId;
59
59
  } & {
60
60
  __v: number;
@@ -69,7 +69,7 @@ interface ClientPaymentMethodType {
69
69
  created_at?: Date;
70
70
  updated_at?: Date;
71
71
  }
72
- declare const _default$l: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientPaymentMethodType, {}, {}, {}, mongoose.Document<unknown, {}, ClientPaymentMethodType, {}, mongoose.DefaultSchemaOptions> & ClientPaymentMethodType & {
72
+ declare const _default$n: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientPaymentMethodType, {}, {}, {}, mongoose.Document<unknown, {}, ClientPaymentMethodType, {}, mongoose.DefaultSchemaOptions> & ClientPaymentMethodType & {
73
73
  _id: Types.ObjectId;
74
74
  } & {
75
75
  __v: number;
@@ -84,7 +84,7 @@ interface ClientPaymentTermType {
84
84
  created_at?: Date;
85
85
  updated_at?: Date;
86
86
  }
87
- declare const _default$k: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientPaymentTermType, {}, {}, {}, mongoose.Document<unknown, {}, ClientPaymentTermType, {}, mongoose.DefaultSchemaOptions> & ClientPaymentTermType & {
87
+ declare const _default$m: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientPaymentTermType, {}, {}, {}, mongoose.Document<unknown, {}, ClientPaymentTermType, {}, mongoose.DefaultSchemaOptions> & ClientPaymentTermType & {
88
88
  _id: Types.ObjectId;
89
89
  } & {
90
90
  __v: number;
@@ -99,7 +99,7 @@ interface ClientPriceListType {
99
99
  created_at?: Date;
100
100
  updated_at?: Date;
101
101
  }
102
- declare const _default$j: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientPriceListType, {}, {}, {}, mongoose.Document<unknown, {}, ClientPriceListType, {}, mongoose.DefaultSchemaOptions> & ClientPriceListType & {
102
+ declare const _default$l: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientPriceListType, {}, {}, {}, mongoose.Document<unknown, {}, ClientPriceListType, {}, mongoose.DefaultSchemaOptions> & ClientPriceListType & {
103
103
  _id: Types.ObjectId;
104
104
  } & {
105
105
  __v: number;
@@ -114,7 +114,7 @@ interface ClientSalesEmployeeType {
114
114
  created_at?: Date;
115
115
  updated_at?: Date;
116
116
  }
117
- declare const _default$i: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientSalesEmployeeType, {}, {}, {}, mongoose.Document<unknown, {}, ClientSalesEmployeeType, {}, mongoose.DefaultSchemaOptions> & ClientSalesEmployeeType & {
117
+ declare const _default$k: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<ClientSalesEmployeeType, {}, {}, {}, mongoose.Document<unknown, {}, ClientSalesEmployeeType, {}, mongoose.DefaultSchemaOptions> & ClientSalesEmployeeType & {
118
118
  _id: Types.ObjectId;
119
119
  } & {
120
120
  __v: number;
@@ -122,7 +122,7 @@ declare const _default$i: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
122
122
  id: string;
123
123
  }, any, ClientSalesEmployeeType>;
124
124
 
125
- declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
125
+ declare const _default$j: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
126
126
  created_at: NativeDate;
127
127
  description: string;
128
128
  article_number: string;
@@ -153,6 +153,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
153
153
  createFromBase64?: {};
154
154
  isValid?: {};
155
155
  }>;
156
+ is_featured: boolean;
157
+ featured_order: number;
156
158
  deleted_at?: NativeDate;
157
159
  updated_at?: NativeDate;
158
160
  model?: string;
@@ -243,6 +245,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
243
245
  createFromBase64?: {};
244
246
  isValid?: {};
245
247
  }>;
248
+ is_featured: boolean;
249
+ featured_order: number;
246
250
  deleted_at?: NativeDate;
247
251
  updated_at?: NativeDate;
248
252
  model?: string;
@@ -333,6 +337,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
333
337
  createFromBase64?: {};
334
338
  isValid?: {};
335
339
  }>;
340
+ is_featured: boolean;
341
+ featured_order: number;
336
342
  deleted_at?: NativeDate;
337
343
  updated_at?: NativeDate;
338
344
  model?: string;
@@ -427,6 +433,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
427
433
  createFromBase64?: {};
428
434
  isValid?: {};
429
435
  }>;
436
+ is_featured: boolean;
437
+ featured_order: number;
430
438
  deleted_at?: NativeDate;
431
439
  updated_at?: NativeDate;
432
440
  model?: string;
@@ -515,6 +523,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
515
523
  createFromBase64?: {};
516
524
  isValid?: {};
517
525
  }>;
526
+ is_featured: boolean;
527
+ featured_order: number;
518
528
  deleted_at?: NativeDate;
519
529
  updated_at?: NativeDate;
520
530
  model?: string;
@@ -605,6 +615,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
605
615
  createFromBase64?: {};
606
616
  isValid?: {};
607
617
  }>;
618
+ is_featured: boolean;
619
+ featured_order: number;
608
620
  deleted_at?: NativeDate;
609
621
  updated_at?: NativeDate;
610
622
  model?: string;
@@ -702,6 +714,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
702
714
  createFromBase64?: {};
703
715
  isValid?: {};
704
716
  }>;
717
+ is_featured: boolean;
718
+ featured_order: number;
705
719
  deleted_at?: NativeDate;
706
720
  updated_at?: NativeDate;
707
721
  model?: string;
@@ -792,6 +806,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
792
806
  createFromBase64?: {};
793
807
  isValid?: {};
794
808
  }>;
809
+ is_featured: boolean;
810
+ featured_order: number;
795
811
  deleted_at?: NativeDate;
796
812
  updated_at?: NativeDate;
797
813
  model?: string;
@@ -887,6 +903,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
887
903
  createFromBase64?: {};
888
904
  isValid?: {};
889
905
  }>;
906
+ is_featured: boolean;
907
+ featured_order: number;
890
908
  deleted_at?: NativeDate;
891
909
  updated_at?: NativeDate;
892
910
  model?: string;
@@ -979,6 +997,8 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
979
997
  createFromBase64?: {};
980
998
  isValid?: {};
981
999
  }>;
1000
+ is_featured: boolean;
1001
+ featured_order: number;
982
1002
  deleted_at?: NativeDate;
983
1003
  updated_at?: NativeDate;
984
1004
  model?: string;
@@ -1042,7 +1062,7 @@ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1042
1062
  __v: number;
1043
1063
  }>;
1044
1064
 
1045
- declare const _default$g: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1065
+ declare const _default$i: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1046
1066
  name: string;
1047
1067
  description?: string;
1048
1068
  }, {}, {}, {
@@ -1112,7 +1132,7 @@ declare const _default$g: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1112
1132
  __v: number;
1113
1133
  }>;
1114
1134
 
1115
- declare const _default$f: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1135
+ declare const _default$h: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1116
1136
  name: string;
1117
1137
  description?: string;
1118
1138
  }, {}, {}, {
@@ -1182,7 +1202,7 @@ declare const _default$f: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1182
1202
  __v: number;
1183
1203
  }>;
1184
1204
 
1185
- declare const _default$e: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1205
+ declare const _default$g: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1186
1206
  created_at: NativeDate;
1187
1207
  article_id: Types.ObjectId;
1188
1208
  price_list_id: Types.ObjectId;
@@ -1312,7 +1332,7 @@ declare const _default$e: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1312
1332
  __v: number;
1313
1333
  }>;
1314
1334
 
1315
- declare const _default$d: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1335
+ declare const _default$f: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1316
1336
  symbol: string;
1317
1337
  name: string;
1318
1338
  code: string;
@@ -1392,7 +1412,7 @@ declare const _default$d: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1392
1412
  __v: number;
1393
1413
  }>;
1394
1414
 
1395
- declare const _default$c: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1415
+ declare const _default$e: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1396
1416
  created_at: NativeDate;
1397
1417
  name: string;
1398
1418
  code: string;
@@ -1492,7 +1512,7 @@ declare const _default$c: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1492
1512
  __v: number;
1493
1513
  }>;
1494
1514
 
1495
- declare const _default$b: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1515
+ declare const _default$d: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1496
1516
  updated_at: NativeDate;
1497
1517
  article_id: Types.ObjectId;
1498
1518
  warehouse_id: Types.ObjectId;
@@ -1612,7 +1632,7 @@ declare const _default$b: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1612
1632
  __v: number;
1613
1633
  }>;
1614
1634
 
1615
- declare const _default$a: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1635
+ declare const _default$c: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1616
1636
  number: string;
1617
1637
  created_at: NativeDate;
1618
1638
  name: string;
@@ -1702,6 +1722,236 @@ declare const _default$a: mongoose.Model<any, {}, {}, {}, any, any, any> | mongo
1702
1722
  __v: number;
1703
1723
  }>;
1704
1724
 
1725
+ declare const _default$b: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1726
+ created_at: NativeDate;
1727
+ updated_at: NativeDate;
1728
+ name: string;
1729
+ slug: string;
1730
+ order: number;
1731
+ is_active: boolean;
1732
+ parent_id?: Types.ObjectId;
1733
+ }, {}, {}, {
1734
+ id: string;
1735
+ }, mongoose.Document<unknown, {}, {
1736
+ created_at: NativeDate;
1737
+ updated_at: NativeDate;
1738
+ name: string;
1739
+ slug: string;
1740
+ order: number;
1741
+ is_active: boolean;
1742
+ parent_id?: Types.ObjectId;
1743
+ }, {
1744
+ id: string;
1745
+ }, mongoose.DefaultSchemaOptions> & Omit<{
1746
+ created_at: NativeDate;
1747
+ updated_at: NativeDate;
1748
+ name: string;
1749
+ slug: string;
1750
+ order: number;
1751
+ is_active: boolean;
1752
+ parent_id?: Types.ObjectId;
1753
+ } & {
1754
+ _id: Types.ObjectId;
1755
+ } & {
1756
+ __v: number;
1757
+ }, "id"> & {
1758
+ id: string;
1759
+ }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
1760
+ created_at: NativeDate;
1761
+ updated_at: NativeDate;
1762
+ name: string;
1763
+ slug: string;
1764
+ order: number;
1765
+ is_active: boolean;
1766
+ parent_id?: Types.ObjectId;
1767
+ }, mongoose.Document<unknown, {}, {
1768
+ created_at: NativeDate;
1769
+ updated_at: NativeDate;
1770
+ name: string;
1771
+ slug: string;
1772
+ order: number;
1773
+ is_active: boolean;
1774
+ parent_id?: Types.ObjectId;
1775
+ }, {
1776
+ id: string;
1777
+ }, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & Omit<{
1778
+ created_at: NativeDate;
1779
+ updated_at: NativeDate;
1780
+ name: string;
1781
+ slug: string;
1782
+ order: number;
1783
+ is_active: boolean;
1784
+ parent_id?: Types.ObjectId;
1785
+ } & {
1786
+ _id: Types.ObjectId;
1787
+ } & {
1788
+ __v: number;
1789
+ }, "id"> & {
1790
+ id: string;
1791
+ }, {
1792
+ [path: string]: mongoose.SchemaDefinitionProperty<undefined, any, any>;
1793
+ } | {
1794
+ [x: string]: mongoose.SchemaDefinitionProperty<any, any, mongoose.Document<unknown, {}, {
1795
+ created_at: NativeDate;
1796
+ updated_at: NativeDate;
1797
+ name: string;
1798
+ slug: string;
1799
+ order: number;
1800
+ is_active: boolean;
1801
+ parent_id?: Types.ObjectId;
1802
+ }, {
1803
+ id: string;
1804
+ }, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & Omit<{
1805
+ created_at: NativeDate;
1806
+ updated_at: NativeDate;
1807
+ name: string;
1808
+ slug: string;
1809
+ order: number;
1810
+ is_active: boolean;
1811
+ parent_id?: Types.ObjectId;
1812
+ } & {
1813
+ _id: Types.ObjectId;
1814
+ } & {
1815
+ __v: number;
1816
+ }, "id"> & {
1817
+ id: string;
1818
+ }>;
1819
+ }, {
1820
+ created_at: NativeDate;
1821
+ updated_at: NativeDate;
1822
+ name: string;
1823
+ slug: string;
1824
+ order: number;
1825
+ is_active: boolean;
1826
+ parent_id?: Types.ObjectId;
1827
+ } & {
1828
+ _id: Types.ObjectId;
1829
+ } & {
1830
+ __v: number;
1831
+ }>, {
1832
+ created_at: NativeDate;
1833
+ updated_at: NativeDate;
1834
+ name: string;
1835
+ slug: string;
1836
+ order: number;
1837
+ is_active: boolean;
1838
+ parent_id?: Types.ObjectId;
1839
+ } & {
1840
+ _id: Types.ObjectId;
1841
+ } & {
1842
+ __v: number;
1843
+ }>;
1844
+
1845
+ declare const _default$a: mongoose.Model<any, {}, {}, {}, any, any, any> | mongoose.Model<{
1846
+ created_at: NativeDate;
1847
+ updated_at: NativeDate;
1848
+ type: "filter" | "sidebar";
1849
+ name: string;
1850
+ slug: string;
1851
+ is_active: boolean;
1852
+ }, {}, {}, {
1853
+ id: string;
1854
+ }, mongoose.Document<unknown, {}, {
1855
+ created_at: NativeDate;
1856
+ updated_at: NativeDate;
1857
+ type: "filter" | "sidebar";
1858
+ name: string;
1859
+ slug: string;
1860
+ is_active: boolean;
1861
+ }, {
1862
+ id: string;
1863
+ }, mongoose.DefaultSchemaOptions> & Omit<{
1864
+ created_at: NativeDate;
1865
+ updated_at: NativeDate;
1866
+ type: "filter" | "sidebar";
1867
+ name: string;
1868
+ slug: string;
1869
+ is_active: boolean;
1870
+ } & {
1871
+ _id: mongoose.Types.ObjectId;
1872
+ } & {
1873
+ __v: number;
1874
+ }, "id"> & {
1875
+ id: string;
1876
+ }, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
1877
+ created_at: NativeDate;
1878
+ updated_at: NativeDate;
1879
+ type: "filter" | "sidebar";
1880
+ name: string;
1881
+ slug: string;
1882
+ is_active: boolean;
1883
+ }, mongoose.Document<unknown, {}, {
1884
+ created_at: NativeDate;
1885
+ updated_at: NativeDate;
1886
+ type: "filter" | "sidebar";
1887
+ name: string;
1888
+ slug: string;
1889
+ is_active: boolean;
1890
+ }, {
1891
+ id: string;
1892
+ }, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & Omit<{
1893
+ created_at: NativeDate;
1894
+ updated_at: NativeDate;
1895
+ type: "filter" | "sidebar";
1896
+ name: string;
1897
+ slug: string;
1898
+ is_active: boolean;
1899
+ } & {
1900
+ _id: mongoose.Types.ObjectId;
1901
+ } & {
1902
+ __v: number;
1903
+ }, "id"> & {
1904
+ id: string;
1905
+ }, {
1906
+ [path: string]: mongoose.SchemaDefinitionProperty<undefined, any, any>;
1907
+ } | {
1908
+ [x: string]: mongoose.SchemaDefinitionProperty<any, any, mongoose.Document<unknown, {}, {
1909
+ created_at: NativeDate;
1910
+ updated_at: NativeDate;
1911
+ type: "filter" | "sidebar";
1912
+ name: string;
1913
+ slug: string;
1914
+ is_active: boolean;
1915
+ }, {
1916
+ id: string;
1917
+ }, mongoose.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & Omit<{
1918
+ created_at: NativeDate;
1919
+ updated_at: NativeDate;
1920
+ type: "filter" | "sidebar";
1921
+ name: string;
1922
+ slug: string;
1923
+ is_active: boolean;
1924
+ } & {
1925
+ _id: mongoose.Types.ObjectId;
1926
+ } & {
1927
+ __v: number;
1928
+ }, "id"> & {
1929
+ id: string;
1930
+ }>;
1931
+ }, {
1932
+ created_at: NativeDate;
1933
+ updated_at: NativeDate;
1934
+ type: "filter" | "sidebar";
1935
+ name: string;
1936
+ slug: string;
1937
+ is_active: boolean;
1938
+ } & {
1939
+ _id: mongoose.Types.ObjectId;
1940
+ } & {
1941
+ __v: number;
1942
+ }>, {
1943
+ created_at: NativeDate;
1944
+ updated_at: NativeDate;
1945
+ type: "filter" | "sidebar";
1946
+ name: string;
1947
+ slug: string;
1948
+ is_active: boolean;
1949
+ } & {
1950
+ _id: mongoose.Types.ObjectId;
1951
+ } & {
1952
+ __v: number;
1953
+ }>;
1954
+
1705
1955
  declare enum QuoteStatus {
1706
1956
  OPPORTUNITY = "OPPORTUNITY",
1707
1957
  QUOTE = "QUOTE",
@@ -2073,4 +2323,4 @@ type EmailVerificationTokenDoc = HydratedDocument<EmailVerificationTokenType>;
2073
2323
  type EmailVerificationTokenModel = Model<EmailVerificationTokenType>;
2074
2324
  declare const EmailVerificationToken: EmailVerificationTokenModel;
2075
2325
 
2076
- export { _default$1 as Announcement, type AnnouncementType, _default$h as Article, _default$f as ArticleClass, _default$g as ArticleGroup, _default$e as ArticlePrice, _default as Cart, type CartItem, type CartType, _default$o as Client, _default$m as ClientAddress, type ClientAddressType, _default$n as ClientContact, type ClientContactType, _default$l as ClientPaymentMethod, type ClientPaymentMethodType, _default$k as ClientPaymentTerm, type ClientPaymentTermType, _default$j as ClientPriceList, type ClientPriceListType, _default$i as ClientSalesEmployee, type ClientSalesEmployeeType, type ClientType, CreatedMethod, _default$d as Currency, Customer, type CustomerDoc, type CustomerModel, CustomerStatus, type CustomerType, EmailVerificationToken, type EmailVerificationTokenDoc, type EmailVerificationTokenModel, type EmailVerificationTokenType, FiscalProfile, type FiscalProfileDoc, type FiscalProfileModel, type FiscalProfileType, type ISyncLog, _default$b as InventoryStock, _default$4 as Order, OrderStatus, _default$3 as OrderStatusLog, type OrderStatusLogType, PasswordResetToken, type PasswordResetTokenDoc, type PasswordResetTokenModel, type PasswordResetTokenType, PaymentMethod, PaymentStatus, _default$a as PriceList, _default$9 as Quote, _default$8 as QuoteArticle, _default$7 as QuoteArticleExtra, _default$6 as QuoteContact, QuoteStatus, _default$5 as QuoteTerm, RefreshToken, type RefreshTokenDoc, type RefreshTokenModel, type RefreshTokenType, Status, SyncLog, SyncLogAction, SyncLogStatus, SyncLogType, UserRole, UserStatus, type UserType, _default$2 as Users, _default$c as Warehouse };
2326
+ export { _default$1 as Announcement, type AnnouncementType, _default$j as Article, _default$h as ArticleClass, _default$i as ArticleGroup, _default$g as ArticlePrice, _default as Cart, type CartItem, type CartType, _default$b as Category, _default$q as Client, _default$o as ClientAddress, type ClientAddressType, _default$p as ClientContact, type ClientContactType, _default$n as ClientPaymentMethod, type ClientPaymentMethodType, _default$m as ClientPaymentTerm, type ClientPaymentTermType, _default$l as ClientPriceList, type ClientPriceListType, _default$k as ClientSalesEmployee, type ClientSalesEmployeeType, type ClientType, CreatedMethod, _default$f as Currency, Customer, type CustomerDoc, type CustomerModel, CustomerStatus, type CustomerType, EmailVerificationToken, type EmailVerificationTokenDoc, type EmailVerificationTokenModel, type EmailVerificationTokenType, FiscalProfile, type FiscalProfileDoc, type FiscalProfileModel, type FiscalProfileType, type ISyncLog, _default$d as InventoryStock, _default$4 as Order, OrderStatus, _default$3 as OrderStatusLog, type OrderStatusLogType, PasswordResetToken, type PasswordResetTokenDoc, type PasswordResetTokenModel, type PasswordResetTokenType, PaymentMethod, PaymentStatus, _default$c as PriceList, _default$9 as Quote, _default$8 as QuoteArticle, _default$7 as QuoteArticleExtra, _default$6 as QuoteContact, QuoteStatus, _default$5 as QuoteTerm, RefreshToken, type RefreshTokenDoc, type RefreshTokenModel, type RefreshTokenType, Status, SyncLog, SyncLogAction, SyncLogStatus, SyncLogType, _default$a as Tag, UserRole, UserStatus, type UserType, _default$2 as Users, _default$e as Warehouse };