@ah-automation.nl/component-lib 0.0.120 → 0.0.122
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.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/types/dtos/account/account.d.ts +59 -0
- package/dist/types/dtos/account/account.d.ts.map +1 -0
- package/dist/types/dtos/address/account-address.d.ts +6 -0
- package/dist/types/dtos/address/account-address.d.ts.map +1 -0
- package/dist/types/dtos/admin/account-admin-number.d.ts +13 -0
- package/dist/types/dtos/admin/account-admin-number.d.ts.map +1 -0
- package/dist/types/dtos/auction/auction-event.d.ts +50 -0
- package/dist/types/dtos/auction/auction-event.d.ts.map +1 -0
- package/dist/types/dtos/auction/auction-requests.d.ts +67 -0
- package/dist/types/dtos/auction/auction-requests.d.ts.map +1 -0
- package/dist/types/dtos/auction/auction.d.ts +168 -0
- package/dist/types/dtos/auction/auction.d.ts.map +1 -0
- package/dist/types/dtos/auth/account-access.d.ts +5 -0
- package/dist/types/dtos/auth/account-access.d.ts.map +1 -0
- package/dist/types/dtos/auth/api-key.d.ts +16 -0
- package/dist/types/dtos/auth/api-key.d.ts.map +1 -0
- package/dist/types/dtos/auth/auth-account.d.ts +10 -0
- package/dist/types/dtos/auth/auth-account.d.ts.map +1 -0
- package/dist/types/dtos/company/company-base.d.ts +7 -0
- package/dist/types/dtos/company/company-base.d.ts.map +1 -0
- package/dist/types/dtos/company-tags/company-tags.d.ts +6 -0
- package/dist/types/dtos/company-tags/company-tags.d.ts.map +1 -0
- package/dist/types/dtos/contact/account-contacts.d.ts +16 -0
- package/dist/types/dtos/contact/account-contacts.d.ts.map +1 -0
- package/dist/types/dtos/delivery/delivery-order-document.d.ts +72 -0
- package/dist/types/dtos/delivery/delivery-order-document.d.ts.map +1 -0
- package/dist/types/dtos/discount/account-discounts.d.ts +14 -0
- package/dist/types/dtos/discount/account-discounts.d.ts.map +1 -0
- package/dist/types/dtos/document/document.d.ts +15 -0
- package/dist/types/dtos/document/document.d.ts.map +1 -0
- package/dist/types/dtos/dot/dot-requests.d.ts +10 -0
- package/dist/types/dtos/dot/dot-requests.d.ts.map +1 -0
- package/dist/types/dtos/dot-v2/dot-mv.d.ts +63 -0
- package/dist/types/dtos/dot-v2/dot-mv.d.ts.map +1 -0
- package/dist/types/dtos/email/account-email.d.ts +12 -0
- package/dist/types/dtos/email/account-email.d.ts.map +1 -0
- package/dist/types/dtos/email/email.d.ts +68 -0
- package/dist/types/dtos/email/email.d.ts.map +1 -0
- package/dist/types/dtos/exact/exact-administration-settings.d.ts +25 -0
- package/dist/types/dtos/exact/exact-administration-settings.d.ts.map +1 -0
- package/dist/types/dtos/exact/exact-export-run.d.ts +28 -0
- package/dist/types/dtos/exact/exact-export-run.d.ts.map +1 -0
- package/dist/types/dtos/exact/exact-journal-export.d.ts +34 -0
- package/dist/types/dtos/exact/exact-journal-export.d.ts.map +1 -0
- package/dist/types/dtos/exact/exact-journal-post.d.ts +72 -0
- package/dist/types/dtos/exact/exact-journal-post.d.ts.map +1 -0
- package/dist/types/dtos/exact/exact-query.d.ts +92 -0
- package/dist/types/dtos/exact/exact-query.d.ts.map +1 -0
- package/dist/types/dtos/exact/exact-tokens-cosmos.d.ts +17 -0
- package/dist/types/dtos/exact/exact-tokens-cosmos.d.ts.map +1 -0
- package/dist/types/dtos/exact/exact.d.ts +134 -0
- package/dist/types/dtos/exact/exact.d.ts.map +1 -0
- package/dist/types/dtos/financial/account-financials.d.ts +64 -0
- package/dist/types/dtos/financial/account-financials.d.ts.map +1 -0
- package/dist/types/dtos/financial/company-financial-discounts.d.ts +13 -0
- package/dist/types/dtos/financial/company-financial-discounts.d.ts.map +1 -0
- package/dist/types/dtos/financial/financial-currencies.d.ts +13 -0
- package/dist/types/dtos/financial/financial-currencies.d.ts.map +1 -0
- package/dist/types/dtos/financial/financial-journals.d.ts +14 -0
- package/dist/types/dtos/financial/financial-journals.d.ts.map +1 -0
- package/dist/types/dtos/financial/financial-payment-conditions.d.ts +17 -0
- package/dist/types/dtos/financial/financial-payment-conditions.d.ts.map +1 -0
- package/dist/types/dtos/financial/financial-vat-codes.d.ts +17 -0
- package/dist/types/dtos/financial/financial-vat-codes.d.ts.map +1 -0
- package/dist/types/dtos/fish/fish.d.ts +202 -0
- package/dist/types/dtos/fish/fish.d.ts.map +1 -0
- package/dist/types/dtos/index.d.ts +64 -1
- package/dist/types/dtos/index.d.ts.map +1 -1
- package/dist/types/dtos/intrastat/account-intrastats.d.ts +20 -0
- package/dist/types/dtos/intrastat/account-intrastats.d.ts.map +1 -0
- package/dist/types/dtos/invoice/invoice.d.ts +336 -0
- package/dist/types/dtos/invoice/invoice.d.ts.map +1 -0
- package/dist/types/dtos/invoice/mollie.d.ts +14 -0
- package/dist/types/dtos/invoice/mollie.d.ts.map +1 -0
- package/dist/types/dtos/logger/logbook-entry.d.ts +17 -0
- package/dist/types/dtos/logger/logbook-entry.d.ts.map +1 -0
- package/dist/types/dtos/logger/logger.d.ts +14 -0
- package/dist/types/dtos/logger/logger.d.ts.map +1 -0
- package/dist/types/dtos/logistic/account-logistic-days.d.ts +37 -0
- package/dist/types/dtos/logistic/account-logistic-days.d.ts.map +1 -0
- package/dist/types/dtos/mail/mail.d.ts +49 -0
- package/dist/types/dtos/mail/mail.d.ts.map +1 -0
- package/dist/types/dtos/manager/account-manager.d.ts +6 -0
- package/dist/types/dtos/manager/account-manager.d.ts.map +1 -0
- package/dist/types/dtos/master/common/count.d.ts +4 -0
- package/dist/types/dtos/master/common/count.d.ts.map +1 -0
- package/dist/types/dtos/master/common/dto-list-wrapper.d.ts +4 -0
- package/dist/types/dtos/master/common/dto-list-wrapper.d.ts.map +1 -0
- package/dist/types/dtos/master/company/master-company.d.ts +24 -0
- package/dist/types/dtos/master/company/master-company.d.ts.map +1 -0
- package/dist/types/dtos/master/data/master-data-full.d.ts +12 -0
- package/dist/types/dtos/master/data/master-data-full.d.ts.map +1 -0
- package/dist/types/dtos/master/data/master-data-index.d.ts +7 -0
- package/dist/types/dtos/master/data/master-data-index.d.ts.map +1 -0
- package/dist/types/dtos/master/number/master-number.d.ts +25 -0
- package/dist/types/dtos/master/number/master-number.d.ts.map +1 -0
- package/dist/types/dtos/menu/menu-cyclus.d.ts +87 -0
- package/dist/types/dtos/menu/menu-cyclus.d.ts.map +1 -0
- package/dist/types/dtos/misc/storage-location.d.ts +6 -0
- package/dist/types/dtos/misc/storage-location.d.ts.map +1 -0
- package/dist/types/dtos/misc/unifi.d.ts +75 -0
- package/dist/types/dtos/misc/unifi.d.ts.map +1 -0
- package/dist/types/dtos/modules/account-modules.d.ts +14 -0
- package/dist/types/dtos/modules/account-modules.d.ts.map +1 -0
- package/dist/types/dtos/note/account-notes.d.ts +13 -0
- package/dist/types/dtos/note/account-notes.d.ts.map +1 -0
- package/dist/types/dtos/pal/pal.d.ts +93 -0
- package/dist/types/dtos/pal/pal.d.ts.map +1 -0
- package/dist/types/dtos/phone/account-phone.d.ts +12 -0
- package/dist/types/dtos/phone/account-phone.d.ts.map +1 -0
- package/dist/types/dtos/pos/pos.d.ts +6 -0
- package/dist/types/dtos/pos/pos.d.ts.map +1 -0
- package/dist/types/dtos/product/product-requests.d.ts +21 -0
- package/dist/types/dtos/product/product-requests.d.ts.map +1 -0
- package/dist/types/dtos/product/product.d.ts +989 -0
- package/dist/types/dtos/product/product.d.ts.map +1 -0
- package/dist/types/dtos/resident/resident.d.ts +28 -0
- package/dist/types/dtos/resident/resident.d.ts.map +1 -0
- package/dist/types/dtos/rfid/rfid.d.ts +85 -0
- package/dist/types/dtos/rfid/rfid.d.ts.map +1 -0
- package/dist/types/dtos/shared/identity/login.d.ts +17 -0
- package/dist/types/dtos/shared/identity/login.d.ts.map +1 -0
- package/dist/types/dtos/shared/identity/personal.d.ts +14 -0
- package/dist/types/dtos/shared/identity/personal.d.ts.map +1 -0
- package/dist/types/dtos/shared/identity/vehicle.d.ts +8 -0
- package/dist/types/dtos/shared/identity/vehicle.d.ts.map +1 -0
- package/dist/types/dtos/shared/index.d.ts +4 -0
- package/dist/types/dtos/shared/index.d.ts.map +1 -1
- package/dist/types/dtos/shared/product/product-info.d.ts +6 -0
- package/dist/types/dtos/shared/product/product-info.d.ts.map +1 -0
- package/dist/types/dtos/social/account-social-media.d.ts +11 -0
- package/dist/types/dtos/social/account-social-media.d.ts.map +1 -0
- package/dist/types/dtos/storage/blob-file.d.ts +30 -0
- package/dist/types/dtos/storage/blob-file.d.ts.map +1 -0
- package/dist/types/dtos/ubl/ubl-data.d.ts +55 -0
- package/dist/types/dtos/ubl/ubl-data.d.ts.map +1 -0
- package/dist/types/dtos/ubl/ubl-invoice.d.ts +125 -0
- package/dist/types/dtos/ubl/ubl-invoice.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"master-data-index.d.ts","sourceRoot":"","sources":["../../../../../src/types/dtos/master/data/master-data-index.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,UAAU,EAAE,sBAAsB,EAAE,CAAC;CACtC,CAAC;AAGF,MAAM,MAAM,sBAAsB,GAAG;IACnC,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { CountDTO } from "../../../../types";
|
|
2
|
+
export type IMasterNumberDTO = {
|
|
3
|
+
GroupIndicator: string;
|
|
4
|
+
};
|
|
5
|
+
export type MNumberDTO = {
|
|
6
|
+
GroupIndicator: string;
|
|
7
|
+
Values: CountDTO[];
|
|
8
|
+
};
|
|
9
|
+
export type MasterNumberDTO = {
|
|
10
|
+
id: string;
|
|
11
|
+
AccountId: string;
|
|
12
|
+
Company: string;
|
|
13
|
+
MasterNumber: MNumberDTO[];
|
|
14
|
+
};
|
|
15
|
+
export type MasterNumberFullCosmos = {
|
|
16
|
+
Company: string;
|
|
17
|
+
MasterNumber: IMasterNumberDTO[] | null;
|
|
18
|
+
};
|
|
19
|
+
export type MasterNumberIndexDTO = {
|
|
20
|
+
MasterNumber: MasterNumberIndexItemDTO[];
|
|
21
|
+
};
|
|
22
|
+
export type MasterNumberIndexItemDTO = {
|
|
23
|
+
GroupIndicator: string;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=master-number.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"master-number.d.ts","sourceRoot":"","sources":["../../../../../src/types/dtos/master/number/master-number.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAMxC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAGF,MAAM,MAAM,UAAU,GAAG;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,QAAQ,EAAE,CAAC;CACpB,CAAC;AAGF,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,UAAU,EAAE,CAAC;CAC5B,CAAC;AAGF,MAAM,MAAM,sBAAsB,GAAG;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,gBAAgB,EAAE,GAAG,IAAI,CAAC;CACzC,CAAC;AAGF,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,wBAAwB,EAAE,CAAC;CAC1C,CAAC;AAGF,MAAM,MAAM,wBAAwB,GAAG;IACrC,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -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 @@
|
|
|
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":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,uBAAuB,EACxB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,EACV,iBAAiB,EACjB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,MAAM,GAAG,iBAAiB,GAAG;IACvC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B,OAAO,EAAE,aAAa,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,cAAc,GAAG,IAAI,CAAC;IACpC,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B,cAAc,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,UAAU,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,aAAa,GAAG,IAAI,CAAC;IAC9B,OAAO,EAAE,aAAa,GAAG,IAAI,CAAC;IAC9B,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,cAAc,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,QAAQ,EAAE,cAAc,GAAG,IAAI,CAAC;IAChC,KAAK,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,cAAc,EAAE,mBAAmB,EAAE,GAAG,IAAI,CAAC;IAC7C,KAAK,EAAE,aAAa,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC5C,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,OAAO,EAAE,UAAU,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,wBAAwB,GAAG,IAAI,CAAC;IAC7C,QAAQ,EAAE,aAAa,GAAG,IAAI,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,SAAS,EAAE,eAAe,GAAG,IAAI,CAAC;IAClC,cAAc,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,QAAQ,EAAE,uBAAuB,GAAG,IAAI,CAAC;IACzC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,iBAAiB,EAAE,sBAAsB,EAAE,GAAG,IAAI,CAAC;IACnD,gBAAgB,EAAE,qBAAqB,EAAE,GAAG,IAAI,CAAC;CAClD,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,eAAe,GAAG,IAAI,CAAC;IAClC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,QAAQ,EAAE,uBAAuB,GAAG,IAAI,CAAC;IACzC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,aAAa,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,CAAC"}
|
|
@@ -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 @@
|
|
|
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,21 @@
|
|
|
1
|
+
export type GetProductsSmallRequestDTO = {
|
|
2
|
+
PageSize: number | null;
|
|
3
|
+
};
|
|
4
|
+
export type DeleteCompanyProductsRequestDTO = {
|
|
5
|
+
CompanyNumber: string | null;
|
|
6
|
+
Confirm: string | null;
|
|
7
|
+
};
|
|
8
|
+
export type GetProductsQueryParams = {
|
|
9
|
+
ProductNumber: string | null;
|
|
10
|
+
Level: string;
|
|
11
|
+
};
|
|
12
|
+
export type UpdateProductFullRequestDTO = {
|
|
13
|
+
DocumentId: string;
|
|
14
|
+
Document: unknown;
|
|
15
|
+
};
|
|
16
|
+
export type PatchProductSegmentRequestDTO = {
|
|
17
|
+
DocumentId: string;
|
|
18
|
+
Field: string;
|
|
19
|
+
Value: unknown;
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=product-requests.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-requests.d.ts","sourceRoot":"","sources":["../../../../src/types/dtos/product/product-requests.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,0BAA0B,GAAG;IACvC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAGF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB,CAAC;AAIF,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,MAAM,MAAM,2BAA2B,GAAG;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAGF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;CAChB,CAAC"}
|