@ah-automation.nl/component-lib 0.0.120 → 0.0.121

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.
Files changed (115) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/types/dtos/account/account.d.ts +59 -0
  4. package/dist/types/dtos/account/account.d.ts.map +1 -0
  5. package/dist/types/dtos/address/account-address.d.ts +6 -0
  6. package/dist/types/dtos/address/account-address.d.ts.map +1 -0
  7. package/dist/types/dtos/admin/account-admin-number.d.ts +13 -0
  8. package/dist/types/dtos/admin/account-admin-number.d.ts.map +1 -0
  9. package/dist/types/dtos/auction/auction-event.d.ts +50 -0
  10. package/dist/types/dtos/auction/auction-event.d.ts.map +1 -0
  11. package/dist/types/dtos/auction/auction.d.ts +168 -0
  12. package/dist/types/dtos/auction/auction.d.ts.map +1 -0
  13. package/dist/types/dtos/auth/account-access.d.ts +5 -0
  14. package/dist/types/dtos/auth/account-access.d.ts.map +1 -0
  15. package/dist/types/dtos/auth/api-key.d.ts +16 -0
  16. package/dist/types/dtos/auth/api-key.d.ts.map +1 -0
  17. package/dist/types/dtos/auth/auth-account.d.ts +10 -0
  18. package/dist/types/dtos/auth/auth-account.d.ts.map +1 -0
  19. package/dist/types/dtos/company/company-base.d.ts +7 -0
  20. package/dist/types/dtos/company/company-base.d.ts.map +1 -0
  21. package/dist/types/dtos/company-tags/company-tags.d.ts +6 -0
  22. package/dist/types/dtos/company-tags/company-tags.d.ts.map +1 -0
  23. package/dist/types/dtos/contact/account-contacts.d.ts +16 -0
  24. package/dist/types/dtos/contact/account-contacts.d.ts.map +1 -0
  25. package/dist/types/dtos/delivery/delivery-order-document.d.ts +72 -0
  26. package/dist/types/dtos/delivery/delivery-order-document.d.ts.map +1 -0
  27. package/dist/types/dtos/discount/account-discounts.d.ts +14 -0
  28. package/dist/types/dtos/discount/account-discounts.d.ts.map +1 -0
  29. package/dist/types/dtos/document/document.d.ts +15 -0
  30. package/dist/types/dtos/document/document.d.ts.map +1 -0
  31. package/dist/types/dtos/dot-v2/dot-mv.d.ts +63 -0
  32. package/dist/types/dtos/dot-v2/dot-mv.d.ts.map +1 -0
  33. package/dist/types/dtos/email/account-email.d.ts +12 -0
  34. package/dist/types/dtos/email/account-email.d.ts.map +1 -0
  35. package/dist/types/dtos/email/email.d.ts +68 -0
  36. package/dist/types/dtos/email/email.d.ts.map +1 -0
  37. package/dist/types/dtos/exact/exact-administration-settings.d.ts +25 -0
  38. package/dist/types/dtos/exact/exact-administration-settings.d.ts.map +1 -0
  39. package/dist/types/dtos/exact/exact-export-run.d.ts +28 -0
  40. package/dist/types/dtos/exact/exact-export-run.d.ts.map +1 -0
  41. package/dist/types/dtos/exact/exact-journal-export.d.ts +34 -0
  42. package/dist/types/dtos/exact/exact-journal-export.d.ts.map +1 -0
  43. package/dist/types/dtos/exact/exact-journal-post.d.ts +72 -0
  44. package/dist/types/dtos/exact/exact-journal-post.d.ts.map +1 -0
  45. package/dist/types/dtos/exact/exact-query.d.ts +92 -0
  46. package/dist/types/dtos/exact/exact-query.d.ts.map +1 -0
  47. package/dist/types/dtos/exact/exact-tokens-cosmos.d.ts +17 -0
  48. package/dist/types/dtos/exact/exact-tokens-cosmos.d.ts.map +1 -0
  49. package/dist/types/dtos/exact/exact.d.ts +134 -0
  50. package/dist/types/dtos/exact/exact.d.ts.map +1 -0
  51. package/dist/types/dtos/financial/account-financials.d.ts +64 -0
  52. package/dist/types/dtos/financial/account-financials.d.ts.map +1 -0
  53. package/dist/types/dtos/financial/company-financial-discounts.d.ts +13 -0
  54. package/dist/types/dtos/financial/company-financial-discounts.d.ts.map +1 -0
  55. package/dist/types/dtos/financial/financial-currencies.d.ts +13 -0
  56. package/dist/types/dtos/financial/financial-currencies.d.ts.map +1 -0
  57. package/dist/types/dtos/financial/financial-journals.d.ts +14 -0
  58. package/dist/types/dtos/financial/financial-journals.d.ts.map +1 -0
  59. package/dist/types/dtos/financial/financial-payment-conditions.d.ts +17 -0
  60. package/dist/types/dtos/financial/financial-payment-conditions.d.ts.map +1 -0
  61. package/dist/types/dtos/financial/financial-vat-codes.d.ts +17 -0
  62. package/dist/types/dtos/financial/financial-vat-codes.d.ts.map +1 -0
  63. package/dist/types/dtos/fish/fish.d.ts +202 -0
  64. package/dist/types/dtos/fish/fish.d.ts.map +1 -0
  65. package/dist/types/dtos/index.d.ts +52 -1
  66. package/dist/types/dtos/index.d.ts.map +1 -1
  67. package/dist/types/dtos/intrastat/account-intrastats.d.ts +20 -0
  68. package/dist/types/dtos/intrastat/account-intrastats.d.ts.map +1 -0
  69. package/dist/types/dtos/logger/logbook-entry.d.ts +17 -0
  70. package/dist/types/dtos/logger/logbook-entry.d.ts.map +1 -0
  71. package/dist/types/dtos/logger/logger.d.ts +14 -0
  72. package/dist/types/dtos/logger/logger.d.ts.map +1 -0
  73. package/dist/types/dtos/logistic/account-logistic-days.d.ts +37 -0
  74. package/dist/types/dtos/logistic/account-logistic-days.d.ts.map +1 -0
  75. package/dist/types/dtos/mail/mail.d.ts +49 -0
  76. package/dist/types/dtos/mail/mail.d.ts.map +1 -0
  77. package/dist/types/dtos/manager/account-manager.d.ts +6 -0
  78. package/dist/types/dtos/manager/account-manager.d.ts.map +1 -0
  79. package/dist/types/dtos/menu/menu-cyclus.d.ts +87 -0
  80. package/dist/types/dtos/menu/menu-cyclus.d.ts.map +1 -0
  81. package/dist/types/dtos/misc/storage-location.d.ts +6 -0
  82. package/dist/types/dtos/misc/storage-location.d.ts.map +1 -0
  83. package/dist/types/dtos/misc/unifi.d.ts +75 -0
  84. package/dist/types/dtos/misc/unifi.d.ts.map +1 -0
  85. package/dist/types/dtos/modules/account-modules.d.ts +14 -0
  86. package/dist/types/dtos/modules/account-modules.d.ts.map +1 -0
  87. package/dist/types/dtos/note/account-notes.d.ts +13 -0
  88. package/dist/types/dtos/note/account-notes.d.ts.map +1 -0
  89. package/dist/types/dtos/pal/pal.d.ts +93 -0
  90. package/dist/types/dtos/pal/pal.d.ts.map +1 -0
  91. package/dist/types/dtos/phone/account-phone.d.ts +12 -0
  92. package/dist/types/dtos/phone/account-phone.d.ts.map +1 -0
  93. package/dist/types/dtos/pos/pos.d.ts +6 -0
  94. package/dist/types/dtos/pos/pos.d.ts.map +1 -0
  95. package/dist/types/dtos/resident/resident.d.ts +28 -0
  96. package/dist/types/dtos/resident/resident.d.ts.map +1 -0
  97. package/dist/types/dtos/rfid/rfid.d.ts +85 -0
  98. package/dist/types/dtos/rfid/rfid.d.ts.map +1 -0
  99. package/dist/types/dtos/shared/identity/login.d.ts +17 -0
  100. package/dist/types/dtos/shared/identity/login.d.ts.map +1 -0
  101. package/dist/types/dtos/shared/identity/personal.d.ts +14 -0
  102. package/dist/types/dtos/shared/identity/personal.d.ts.map +1 -0
  103. package/dist/types/dtos/shared/index.d.ts +2 -0
  104. package/dist/types/dtos/shared/index.d.ts.map +1 -1
  105. package/dist/types/dtos/social/account-social-media.d.ts +11 -0
  106. package/dist/types/dtos/social/account-social-media.d.ts.map +1 -0
  107. package/dist/types/dtos/storage/blob-file.d.ts +30 -0
  108. package/dist/types/dtos/storage/blob-file.d.ts.map +1 -0
  109. package/dist/types/dtos/ubl/ubl-data.d.ts +55 -0
  110. package/dist/types/dtos/ubl/ubl-data.d.ts.map +1 -0
  111. package/dist/types/dtos/ubl/ubl-invoice.d.ts +125 -0
  112. package/dist/types/dtos/ubl/ubl-invoice.d.ts.map +1 -0
  113. package/dist/types/index.d.ts +1 -1
  114. package/dist/types/index.d.ts.map +1 -1
  115. package/package.json +1 -1
@@ -0,0 +1,87 @@
1
+ import type { CosmosDocumentDTO, EntityTypeDTO } from "../../../types";
2
+ export type MenuCyclusDTO = CosmosDocumentDTO & {
3
+ Code: string;
4
+ Description: string;
5
+ StartDate: string;
6
+ EndDate: string;
7
+ ShowStatus: number;
8
+ Notes: string | null;
9
+ };
10
+ export type MenuCyclusDayDTO = CosmosDocumentDTO & {
11
+ MenuCyclusId: string;
12
+ WeekDayDefault: number;
13
+ CloseDays: number;
14
+ MenuCyclusGroup: EntityTypeDTO;
15
+ Year: number;
16
+ Week: number;
17
+ Day: string;
18
+ Status: EntityTypeDTO;
19
+ Items: MenuCyclusDayItemDTO[];
20
+ };
21
+ export type MenuCyclusDayItemDTO = {
22
+ Key: string;
23
+ MenuEntity: EntityTypeDTO;
24
+ Products: MenuCyclusProductDTO[];
25
+ };
26
+ export type MenuCyclusProductDTO = {
27
+ id: string;
28
+ Number: string;
29
+ Description: MenuProductDescriptionDTO;
30
+ CalculationType: EntityTypeDTO | null;
31
+ Brand: EntityTypeDTO | null;
32
+ GroupGenerator: MenuGroupGeneratorDTO | null;
33
+ MenuSet: EntityTypeDTO | null;
34
+ Notes: string | null;
35
+ OrderGenerator: MenuProductOrderGeneratorDTO | null;
36
+ };
37
+ export type MenuProductDescriptionDTO = {
38
+ Description1: string | null;
39
+ Description2: string | null;
40
+ Description3: string | null;
41
+ ShortDescription: string | null;
42
+ InternalDescription: string | null;
43
+ };
44
+ export type MenuGroupGeneratorDTO = {
45
+ BaseProduct: MenuBaseProductDTO;
46
+ Groups: MenuProductGroupDTO[];
47
+ };
48
+ export type MenuBaseProductDTO = {
49
+ id: string;
50
+ Number: string;
51
+ Description: string;
52
+ };
53
+ export type MenuProductGroupDTO = {
54
+ GroupNumber: number;
55
+ Key: string;
56
+ Description: string;
57
+ ShowStatus: number;
58
+ };
59
+ export type MenuCyclusOrderDTO = CosmosDocumentDTO & {
60
+ MenuCyclusId: string;
61
+ WeekDayDefault: number;
62
+ AccountId: string;
63
+ AccountResidentId: string | null;
64
+ OrderGenerator: MenuOrderGeneratorDTO;
65
+ MenuCyclusGroup: EntityTypeDTO;
66
+ Year: number;
67
+ Week: number;
68
+ Day: string;
69
+ Status: EntityTypeDTO;
70
+ OrderIndicator: EntityTypeDTO | null;
71
+ Items: MenuCyclusDayItemDTO[];
72
+ };
73
+ export type MenuOrderGeneratorDTO = {
74
+ IsProcessed: boolean;
75
+ ProcessedDate: string | null;
76
+ OrderId: string;
77
+ OrderNumber: string;
78
+ };
79
+ export type MenuProductOrderGeneratorDTO = {
80
+ ProductId: string;
81
+ ProductNumber: string;
82
+ OrderedQuantity: number;
83
+ GeneratorQuantity: number;
84
+ OrderId: string;
85
+ OrderLineId: string;
86
+ };
87
+ //# sourceMappingURL=menu-cyclus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu-cyclus.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/menu/menu-cyclus.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ export type StorageLocationDTO = {
2
+ Url: string;
3
+ Extension: string;
4
+ Name: string;
5
+ };
6
+ //# sourceMappingURL=storage-location.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage-location.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/misc/storage-location.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,75 @@
1
+ export type UnifiCreateUserRequest = {
2
+ FirstName: string;
3
+ LastName: string;
4
+ UserEmail: string | null;
5
+ EmployeeNumber: string | null;
6
+ OnboardTime: number | null;
7
+ };
8
+ export type UnifiAssignNfcCardRequest = {
9
+ Token: string;
10
+ ForceAdd: boolean;
11
+ };
12
+ export type UnifiAssignAccessPolicyRequest = {
13
+ AccessPolicyIds: string[];
14
+ };
15
+ export type UnifiAddWebhookRequest = {
16
+ Name: string;
17
+ Endpoint: string;
18
+ Events: string[];
19
+ };
20
+ export type UnifiWebhookRequest = {
21
+ Name: string;
22
+ Endpoint: string;
23
+ Events: string[];
24
+ Headers: Record<string, string> | null;
25
+ };
26
+ export type UnifiDoorOpeningLogRequest = {
27
+ Since: number | null;
28
+ Until: number | null;
29
+ ActorId: string | null;
30
+ PageNum: number | null;
31
+ PageSize: number | null;
32
+ };
33
+ export type UnifiEdgeHeartbeatRequest = {
34
+ CompanyNumber: string;
35
+ ConnectorId: string;
36
+ Version: string | null;
37
+ MachineName: string | null;
38
+ };
39
+ export type UnifiEdgeCommandResultRequest = {
40
+ Success: boolean;
41
+ Result: Record<string, unknown> | unknown[] | string | number | boolean | null;
42
+ ErrorMessage: string | null;
43
+ };
44
+ export type UnifiEdgeSettingsResponse = {
45
+ BaseUrl: string;
46
+ ApiKey: string;
47
+ Port: number;
48
+ PathPrefix: string;
49
+ Source: string;
50
+ };
51
+ export type UnifiAdministrationSettingsDoc = {
52
+ id: string | null;
53
+ PartitionKey: string | null;
54
+ CompanyNumber: string | null;
55
+ CompanyId: string | null;
56
+ Entity: string | null;
57
+ SubEntity: string | null;
58
+ Settings: UnifiSettingsGroup[];
59
+ };
60
+ export type UnifiSettingsGroup = {
61
+ Group: string | null;
62
+ SequenceNumber: number;
63
+ Settings: UnifiSetting[];
64
+ };
65
+ export type UnifiSetting = {
66
+ Key: string | null;
67
+ Value: string | null;
68
+ Notes: string | null;
69
+ ShowStatus: number;
70
+ Description: string | null;
71
+ IsBool: boolean;
72
+ Modified: string;
73
+ SequenceNumber: number;
74
+ };
75
+ //# sourceMappingURL=unifi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unifi.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/misc/unifi.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ import type { CosmosDocumentDTO } from "../../../types";
2
+ export type AccountModulesDTO = CosmosDocumentDTO & {
3
+ Modules: ModuleDTO[] | null;
4
+ };
5
+ export type ModuleDTO = {
6
+ SubModules: ModuleDTO[] | null;
7
+ Description: string;
8
+ Module: string;
9
+ Route: string;
10
+ Status: string;
11
+ SequenceNumber: number;
12
+ ShowStatus: number;
13
+ };
14
+ //# sourceMappingURL=account-modules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-modules.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/modules/account-modules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,GAAG;IAClD,OAAO,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { CosmosDocumentDTO, EntityTypeDTO } from "../../../types";
2
+ export type AccountNotesDTO = CosmosDocumentDTO & {
3
+ AccountId: string | null;
4
+ Notes: NoteDTO[] | null;
5
+ };
6
+ export type NoteDTO = {
7
+ Key: string | null;
8
+ Type: EntityTypeDTO;
9
+ Title: string | null;
10
+ Message: string | null;
11
+ ShowStatus: number;
12
+ };
13
+ //# sourceMappingURL=account-notes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-notes.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/note/account-notes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG;IAChD,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,93 @@
1
+ import type { PalletLocationDTO, StockLocationWrapperDTO } from "../../../types/dtos/master/data/master-data";
2
+ import type { CosmosDocumentDTO, DataSetDTO, EntityTypeDTO, InfoDTO } from "../../../types/dtos/shared";
3
+ export type PalDTO = CosmosDocumentDTO & {
4
+ Application: string | null;
5
+ Number: number | null;
6
+ NumberString: string | null;
7
+ DroppedPallet: boolean | null;
8
+ DotType: EntityTypeDTO | null;
9
+ GeneralTotal: PalQuantityDTO | null;
10
+ DatesMin: PalDatesDTO | null;
11
+ PalletLocation: PalletLocationDTO | null;
12
+ DotNumbers: PalDotNumberDTO[] | null;
13
+ };
14
+ export type PalDotNumberDTO = {
15
+ id: string | null;
16
+ Number: number | null;
17
+ Product: PalProductDTO | null;
18
+ Carrier: PalCarrierDTO | null;
19
+ Stock: PalStockDTO | null;
20
+ PalletLocation: PalletLocationDTO | null;
21
+ Quantity: PalQuantityDTO | null;
22
+ Dates: PalDatesDTO | null;
23
+ TraceAndTracks: PalTraceAndTrackDTO[] | null;
24
+ Brand: EntityTypeDTO | null;
25
+ GroupGenerator: PalGroupGeneratorDTO | null;
26
+ Status: EntityTypeDTO | null;
27
+ DataSet: DataSetDTO;
28
+ };
29
+ export type PalProductDTO = {
30
+ id: string | null;
31
+ Number: string | null;
32
+ Description: PalProductDescriptionDTO | null;
33
+ CalcType: EntityTypeDTO | null;
34
+ };
35
+ export type PalCarrierDTO = {
36
+ id: string | null;
37
+ Name: string | null;
38
+ Description: string | null;
39
+ };
40
+ export type PalStockDTO = {
41
+ Warehouse: PalWarehouseDTO | null;
42
+ PalletLocation: PalletLocationDTO | null;
43
+ Location: StockLocationWrapperDTO | null;
44
+ InboundDate: string | null;
45
+ OutboundDate: string | null;
46
+ WarehouseLoggings: PalWarehouseLoggingDTO[] | null;
47
+ LocationLoggings: PalLocationLoggingDTO[] | null;
48
+ };
49
+ export type PalWarehouseLoggingDTO = {
50
+ Created: string | null;
51
+ Warehouse: PalWarehouseDTO | null;
52
+ Application: string | null;
53
+ Employee: InfoDTO | null;
54
+ ShowStatus: number | null;
55
+ };
56
+ export type PalLocationLoggingDTO = {
57
+ Created: string | null;
58
+ Location: StockLocationWrapperDTO | null;
59
+ Application: string | null;
60
+ Employee: InfoDTO | null;
61
+ ShowStatus: number | null;
62
+ };
63
+ export type PalTraceAndTrackDTO = {
64
+ id: string | null;
65
+ LotNumber: string | null;
66
+ LotDate: string | null;
67
+ };
68
+ export type PalQuantityDTO = {
69
+ Weight: number | null;
70
+ Colli: number | null;
71
+ Pieces: number | null;
72
+ };
73
+ export type PalDatesDTO = {
74
+ Created: string | null;
75
+ Updated: string | null;
76
+ Expiration: string | null;
77
+ };
78
+ export type PalGroupGeneratorDTO = {
79
+ Group1: EntityTypeDTO | null;
80
+ Group2: EntityTypeDTO | null;
81
+ Group3: EntityTypeDTO | null;
82
+ Group4: EntityTypeDTO | null;
83
+ };
84
+ export type PalProductDescriptionDTO = {
85
+ Name: string | null;
86
+ Description: string | null;
87
+ };
88
+ export type PalWarehouseDTO = {
89
+ id: string | null;
90
+ Code: string | null;
91
+ Description: string | null;
92
+ };
93
+ //# sourceMappingURL=pal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pal.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/pal/pal.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ import type { CosmosDocumentDTO, CountryDTO, EntityTypeDTO } from "../../../types";
2
+ export type AccountPhoneDTO = CosmosDocumentDTO & {
3
+ AccountId: string | null;
4
+ Phones: PhoneDTO[] | null;
5
+ };
6
+ export type PhoneDTO = {
7
+ Value: EntityTypeDTO;
8
+ ValueType: EntityTypeDTO;
9
+ Country: CountryDTO | null;
10
+ ShowStatus: number;
11
+ };
12
+ //# sourceMappingURL=account-phone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-phone.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/phone/account-phone.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE5E,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG;IAChD,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,aAAa,CAAC;IACrB,SAAS,EAAE,aAAa,CAAC;IACzB,OAAO,EAAE,UAAU,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { CosmosDocumentDTO } from "../../../types";
2
+ export type AccountPosDTO = CosmosDocumentDTO & {
3
+ AccountId: string | null;
4
+ Pin: number;
5
+ };
6
+ //# sourceMappingURL=pos.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pos.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/pos/pos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,MAAM,MAAM,aAAa,GAAG,iBAAiB,GAAG;IAC9C,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
@@ -0,0 +1,28 @@
1
+ import type { DataSetDTO, EntityTypeDTO } from "../../../types";
2
+ export type ResidentDTO = {
3
+ id: string | null;
4
+ Name: string | null;
5
+ RoomNumber: string | null;
6
+ Notes: string | null;
7
+ Location: string | null;
8
+ Gender: EntityTypeDTO | null;
9
+ DietaryNote: string | null;
10
+ Dietary: EntityTypeDTO[] | null;
11
+ Iddsi: EntityTypeDTO[] | null;
12
+ Status: EntityTypeDTO | null;
13
+ CreatedAt: string | null;
14
+ UpdatedAt: string | null;
15
+ AbsentFrom: string | null;
16
+ AbsentUntil: string | null;
17
+ };
18
+ export type AccountResidentsDTO = {
19
+ id: string | null;
20
+ Entity: string | null;
21
+ PartitionKey: string | null;
22
+ AccountId: string | null;
23
+ AccountName: string | null;
24
+ AccountNumber: string | null;
25
+ Residents: ResidentDTO[] | null;
26
+ DataSet: DataSetDTO;
27
+ };
28
+ //# sourceMappingURL=resident.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resident.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/resident/resident.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAGzD,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IAChC,KAAK,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC;AAIF,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,WAAW,EAAE,GAAG,IAAI,CAAC;IAChC,OAAO,EAAE,UAAU,CAAC;CACrB,CAAC"}
@@ -0,0 +1,85 @@
1
+ import type { CosmosDocumentDTO } from "../../../types";
2
+ export type RfidSetDTO = {
3
+ id: string | null;
4
+ PartitionKey: string | null;
5
+ Entity: string | null;
6
+ CompanyNumber: string | null;
7
+ Tag: string | null;
8
+ Antenna: string | null;
9
+ Port: number;
10
+ Rssi: number;
11
+ Angle: number;
12
+ Timestamp: string;
13
+ };
14
+ export type RfidTagsDTO = CosmosDocumentDTO & {
15
+ RfidTags: RfidTagItemDTO[];
16
+ };
17
+ export type RfidFlowDTO = CosmosDocumentDTO & {
18
+ Routes: RouteDTO[];
19
+ };
20
+ export type RouteDTO = {
21
+ Key: string | null;
22
+ Description: string | null;
23
+ IsCircular: boolean;
24
+ Stops: StopDTO[] | null;
25
+ ShowStatus: number;
26
+ };
27
+ export type StopDTO = {
28
+ LocationNumber: string | null;
29
+ LocationDescription: string | null;
30
+ GridPosition: GridPositionDTO | null;
31
+ ConnectedToLocation: string[];
32
+ ShowStatus: number;
33
+ };
34
+ export type GridPositionDTO = {
35
+ Col: number;
36
+ Row: number;
37
+ };
38
+ export type RfidTagItemDTO = {
39
+ Tag: string | null;
40
+ CurrentState: RfidTagStateDTO | null;
41
+ ShowStatus: number;
42
+ };
43
+ export type RfidTagStateDTO = {
44
+ Antenna: string | null;
45
+ Port: number;
46
+ Rssi: number;
47
+ Angle: number;
48
+ Barcode: string | null;
49
+ };
50
+ export type RfidCarsDTO = CosmosDocumentDTO & {
51
+ RfidCars: RfidCarItemDTO[];
52
+ };
53
+ export type RfidCarItemDTO = {
54
+ Barcode: string | null;
55
+ Tags: RfidCarTagDTO[];
56
+ ProductionLocation: RfidProductionLocationRefDTO | null;
57
+ SecondaryProductionLocation: RfidProductionLocationRefDTO | null;
58
+ Modified: string;
59
+ ShowStatus: number;
60
+ };
61
+ export type RfidCarTagDTO = {
62
+ Tag: string | null;
63
+ Type: string | null;
64
+ };
65
+ export type RfidProductionLocationRefDTO = {
66
+ Number: string | null;
67
+ Description: string | null;
68
+ };
69
+ export type RfidHardwareDTO = CosmosDocumentDTO & {
70
+ Rfids: RfidHardwareItemDTO[];
71
+ };
72
+ export type RfidHardwareItemDTO = {
73
+ Antenna: string | null;
74
+ Port: number;
75
+ Description: string | null;
76
+ MinimumRssi: number;
77
+ MaximumRssi: number;
78
+ MinimumAngle: number;
79
+ MaximumAngle: number;
80
+ ProductionLocation: RfidProductionLocationRefDTO | null;
81
+ Notes: string | null;
82
+ IpAddress: string | null;
83
+ ShowStatus: number;
84
+ };
85
+ //# sourceMappingURL=rfid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rfid.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/rfid/rfid.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ export type LoginDTO = {
2
+ id: string | null;
3
+ AccountId: string | null;
4
+ LoginName: string | null;
5
+ Password: string | null;
6
+ B2CId: string | null;
7
+ IsEnabled: boolean;
8
+ Is2FAEnabled: boolean;
9
+ ShowStatus: number;
10
+ LastLoginDate: string;
11
+ LastPasswordChange: string;
12
+ Notes: string | null;
13
+ Description: string | null;
14
+ App: string | null;
15
+ IsFederated: boolean;
16
+ };
17
+ //# sourceMappingURL=login.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login.d.ts","sourceRoot":"","sources":["../../../../../src/types/dtos/shared/identity/login.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { EntityTypeDTO } from "../../../../types";
2
+ export type PersonalDTO = {
3
+ Initials: string | null;
4
+ DateOfBirth: string | null;
5
+ Gender: EntityTypeDTO | null;
6
+ Salutation: EntityTypeDTO | null;
7
+ Insertion: string | null;
8
+ FirstName: string | null;
9
+ LastName: string | null;
10
+ Function: EntityTypeDTO | null;
11
+ Email: EntityTypeDTO | null;
12
+ Phone: EntityTypeDTO | null;
13
+ };
14
+ //# sourceMappingURL=personal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"personal.d.ts","sourceRoot":"","sources":["../../../../../src/types/dtos/shared/identity/personal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAI7C,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,aAAa,GAAG,IAAI,CAAC;IACjC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,aAAa,GAAG,IAAI,CAAC;IAC/B,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;CAC7B,CAAC"}
@@ -7,4 +7,6 @@ export type { DeleteDataRequestDTO, GetDataRequestDTO, ReplaceDataRequestDTO, Up
7
7
  export type { EntityTypeDTO } from "./common/entity-type";
8
8
  export type { InfoDTO } from "./common/info";
9
9
  export type { PagedResponseDTO } from "./common/paged-response";
10
+ export type { LoginDTO } from "./identity/login";
11
+ export type { PersonalDTO } from "./identity/personal";
10
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/shared/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,YAAY,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,YAAY,EACV,6BAA6B,EAC7B,2BAA2B,EAC3B,4BAA4B,EAC5B,2BAA2B,EAC3B,uBAAuB,EACvB,wBAAwB,EACxB,+BAA+B,EAC/B,gCAAgC,EAChC,4BAA4B,EAC5B,iCAAiC,EACjC,wBAAwB,EACxB,6BAA6B,EAC7B,iCAAiC,EACjC,uBAAuB,EACvB,6BAA6B,EAC7B,gCAAgC,EAChC,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,gCAAgC,EAChC,yCAAyC,EACzC,0BAA0B,EAC1B,wBAAwB,EACxB,yBAAyB,EACzB,gCAAgC,EAChC,yBAAyB,EACzB,mCAAmC,EACnC,0BAA0B,EAC1B,gCAAgC,EAChC,4BAA4B,EAC5B,wBAAwB,GACzB,MAAM,iCAAiC,CAAC;AACzC,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,oBAAoB,EACpB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,GACrB,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/shared/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,YAAY,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,YAAY,EACV,6BAA6B,EAC7B,2BAA2B,EAC3B,4BAA4B,EAC5B,2BAA2B,EAC3B,uBAAuB,EACvB,wBAAwB,EACxB,+BAA+B,EAC/B,gCAAgC,EAChC,4BAA4B,EAC5B,iCAAiC,EACjC,wBAAwB,EACxB,6BAA6B,EAC7B,iCAAiC,EACjC,uBAAuB,EACvB,6BAA6B,EAC7B,gCAAgC,EAChC,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,gCAAgC,EAChC,yCAAyC,EACzC,0BAA0B,EAC1B,wBAAwB,EACxB,yBAAyB,EACzB,gCAAgC,EAChC,yBAAyB,EACzB,mCAAmC,EACnC,0BAA0B,EAC1B,gCAAgC,EAChC,4BAA4B,EAC5B,wBAAwB,GACzB,MAAM,iCAAiC,CAAC;AACzC,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,oBAAoB,EACpB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,GACrB,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,YAAY,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,YAAY,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { CosmosDocumentDTO, EntityTypeDTO } from "../../../types";
2
+ export type AccountSocialMediaDTO = CosmosDocumentDTO & {
3
+ AccountId: string | null;
4
+ SocialMedia: SocialMediaDTO[];
5
+ };
6
+ export type SocialMediaDTO = {
7
+ Value: EntityTypeDTO;
8
+ ValueType: EntityTypeDTO;
9
+ ShowStatus: number;
10
+ };
11
+ //# sourceMappingURL=account-social-media.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-social-media.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/social/account-social-media.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAEhE,MAAM,MAAM,qBAAqB,GAAG,iBAAiB,GAAG;IACtD,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,cAAc,EAAE,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,aAAa,CAAC;IACrB,SAAS,EAAE,aAAa,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,30 @@
1
+ import type { EntityTypeDTO } from "../../../types";
2
+ export type BlobFileDTO = {
3
+ id: string | null;
4
+ PartitionKey: string | null;
5
+ CompanyNumber: string | null;
6
+ Entity: string | null;
7
+ Key: string | null;
8
+ Sequence: number;
9
+ Notes: string | null;
10
+ ShowStatus: number;
11
+ Type: EntityTypeDTO | null;
12
+ Url: string | null;
13
+ Description: string | null;
14
+ ContainerName: string | null;
15
+ BlobName: string | null;
16
+ FolderPath: string | null;
17
+ FileName: string | null;
18
+ Extension: string | null;
19
+ ContentType: string | null;
20
+ SizeBytes: number | null;
21
+ Hash: string | null;
22
+ IsPrimary: boolean;
23
+ UploadedAtUtc: string | null;
24
+ UploadedBy: string | null;
25
+ ThumbnailBlobName: string | null;
26
+ Width: number | null;
27
+ Height: number | null;
28
+ PageCount: number | null;
29
+ };
30
+ //# sourceMappingURL=blob-file.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blob-file.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/storage/blob-file.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;IAC3B,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC"}
@@ -0,0 +1,55 @@
1
+ export type XmlOrdDTO = {
2
+ syscompany_gd: string;
3
+ gd: string;
4
+ fincur_ad: string | null;
5
+ inv_doc_dt: string;
6
+ rel_gd: string;
7
+ ord_ad: string | null;
8
+ dlv_dt: string;
9
+ inv_doc_ad: string | null;
10
+ };
11
+ export type XmlOrdlineDTO = {
12
+ mod_ad: string | null;
13
+ mutind_ad: string | null;
14
+ ordline_pos: number;
15
+ ordline_sub_pos: number;
16
+ itm_description: string | null;
17
+ itm_ad: string | null;
18
+ itmclc_ad: string | null;
19
+ finvat_ad: string | null;
20
+ finvat_perc: number;
21
+ prc_net: number;
22
+ prc_line_net: number;
23
+ prc_line_inv: number;
24
+ qty_delivered: number;
25
+ wgt_delivered: number;
26
+ pcp_delivered: number;
27
+ pce_delivered: number | null;
28
+ phe_delivered: number | null;
29
+ pce_ordered: number | null;
30
+ dlv_doc_ad: string | null;
31
+ inv_doc_ad: string | null;
32
+ };
33
+ export type XmlRelDTO = {
34
+ ad: string | null;
35
+ name1: string | null;
36
+ address1: string | null;
37
+ address1_number: string | null;
38
+ city: string | null;
39
+ pcode: string | null;
40
+ country_ad: string | null;
41
+ };
42
+ export type XmlCompanyDTO = {
43
+ name: string | null;
44
+ postaddress: string | null;
45
+ city: string | null;
46
+ postalcode: string | null;
47
+ tel: string | null;
48
+ fax: string | null;
49
+ email: string | null;
50
+ website: string | null;
51
+ VAT: string | null;
52
+ coc: string | null;
53
+ iban: string | null;
54
+ };
55
+ //# sourceMappingURL=ubl-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ubl-data.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/ubl/ubl-data.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC"}