@indigina/wms-api 0.0.81 → 0.0.82

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 (109) hide show
  1. package/README.md +75 -126
  2. package/fesm2022/indigina-wms-api.mjs +972 -3144
  3. package/fesm2022/indigina-wms-api.mjs.map +1 -1
  4. package/index.d.ts +3781 -6
  5. package/package.json +2 -2
  6. package/api/analytics.service.d.ts +0 -210
  7. package/api/api.d.ts +0 -45
  8. package/api/carrierProviderIntegrations.service.d.ts +0 -42
  9. package/api/companies.service.d.ts +0 -63
  10. package/api/dcs.service.d.ts +0 -161
  11. package/api/deliveries.service.d.ts +0 -287
  12. package/api/deliveryItems.service.d.ts +0 -130
  13. package/api/dispatchItems.service.d.ts +0 -43
  14. package/api/dispatches.service.d.ts +0 -178
  15. package/api/health.service.d.ts +0 -36
  16. package/api/notes.service.d.ts +0 -96
  17. package/api/permissions.service.d.ts +0 -37
  18. package/api/productMasters.service.d.ts +0 -42
  19. package/api/productQuantities.service.d.ts +0 -42
  20. package/api/reasons.service.d.ts +0 -42
  21. package/api/replenishment.service.d.ts +0 -42
  22. package/api/settings.service.d.ts +0 -147
  23. package/api/summary.service.d.ts +0 -38
  24. package/api/taskCompletionTime.service.d.ts +0 -128
  25. package/api/taskOperations.service.d.ts +0 -128
  26. package/api/taskUserRecords.service.d.ts +0 -201
  27. package/api/user.service.d.ts +0 -103
  28. package/api/usersInternal.service.d.ts +0 -42
  29. package/api.module.d.ts +0 -11
  30. package/configuration.d.ts +0 -104
  31. package/encoder.d.ts +0 -11
  32. package/model/access.d.ts +0 -14
  33. package/model/applicationSetting.d.ts +0 -14
  34. package/model/carrierProviderIntegration.d.ts +0 -18
  35. package/model/carrierProviderIntegrations.d.ts +0 -14
  36. package/model/commandStatusResult.d.ts +0 -12
  37. package/model/companies.d.ts +0 -14
  38. package/model/company.d.ts +0 -14
  39. package/model/countingSummary.d.ts +0 -16
  40. package/model/currentUser.d.ts +0 -24
  41. package/model/dc.d.ts +0 -16
  42. package/model/dcs.d.ts +0 -14
  43. package/model/deliveries.d.ts +0 -14
  44. package/model/delivery.d.ts +0 -37
  45. package/model/deliveryGridView.d.ts +0 -44
  46. package/model/deliveryItem.d.ts +0 -31
  47. package/model/deliveryItemView.d.ts +0 -29
  48. package/model/deliveryItems.d.ts +0 -14
  49. package/model/deliverySummary.d.ts +0 -36
  50. package/model/deliveryType.d.ts +0 -17
  51. package/model/deliveryView.d.ts +0 -32
  52. package/model/deviceType.d.ts +0 -15
  53. package/model/dispatch.d.ts +0 -85
  54. package/model/dispatchGridView.d.ts +0 -60
  55. package/model/dispatchItemView.d.ts +0 -32
  56. package/model/dispatchItems.d.ts +0 -14
  57. package/model/dispatchSummary.d.ts +0 -17
  58. package/model/dispatchSummaryView.d.ts +0 -86
  59. package/model/dispatchView.d.ts +0 -53
  60. package/model/dispatches.d.ts +0 -14
  61. package/model/embedReport.d.ts +0 -18
  62. package/model/embedTokenDto.d.ts +0 -13
  63. package/model/entityList.d.ts +0 -13
  64. package/model/failures.d.ts +0 -16
  65. package/model/group.d.ts +0 -20
  66. package/model/modelError.d.ts +0 -15
  67. package/model/models.d.ts +0 -75
  68. package/model/note.d.ts +0 -20
  69. package/model/noteCategory.d.ts +0 -16
  70. package/model/noteSourceType.d.ts +0 -14
  71. package/model/noteView.d.ts +0 -16
  72. package/model/notes.d.ts +0 -14
  73. package/model/orderStatus.d.ts +0 -30
  74. package/model/orderType.d.ts +0 -20
  75. package/model/packingProcesses.d.ts +0 -20
  76. package/model/pickingProcesses.d.ts +0 -20
  77. package/model/productMaster.d.ts +0 -20
  78. package/model/productMasters.d.ts +0 -14
  79. package/model/productQuantities.d.ts +0 -14
  80. package/model/productQuantity.d.ts +0 -14
  81. package/model/qcType.d.ts +0 -13
  82. package/model/reason.d.ts +0 -17
  83. package/model/reasonType.d.ts +0 -14
  84. package/model/reasons.d.ts +0 -14
  85. package/model/receivingSummary.d.ts +0 -16
  86. package/model/recordType.d.ts +0 -14
  87. package/model/replenishmentAccessGridView.d.ts +0 -18
  88. package/model/replenishmentAccessView.d.ts +0 -14
  89. package/model/replenishmentSummary.d.ts +0 -16
  90. package/model/report.d.ts +0 -26
  91. package/model/setNewFeaturesVisibilityCommand.d.ts +0 -12
  92. package/model/settingValue.d.ts +0 -13
  93. package/model/settingView.d.ts +0 -14
  94. package/model/taskCompletionTime.d.ts +0 -16
  95. package/model/taskCompletionTimes.d.ts +0 -14
  96. package/model/taskOperation.d.ts +0 -18
  97. package/model/taskOperations.d.ts +0 -14
  98. package/model/taskUserRecord.d.ts +0 -24
  99. package/model/taskUserRecordSelf.d.ts +0 -17
  100. package/model/taskUserRecordView.d.ts +0 -29
  101. package/model/taskUserRecords.d.ts +0 -14
  102. package/model/userApplication.d.ts +0 -13
  103. package/model/userApplications.d.ts +0 -13
  104. package/model/userCompanyType.d.ts +0 -22
  105. package/model/userInfo.d.ts +0 -14
  106. package/model/userInfos.d.ts +0 -14
  107. package/model/userPermissions.d.ts +0 -12
  108. package/param.d.ts +0 -37
  109. package/variables.d.ts +0 -8
@@ -1,86 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { PickingProcesses } from './pickingProcesses';
11
- import { OrderStatus } from './orderStatus';
12
- import { OrderType } from './orderType';
13
- import { PackingProcesses } from './packingProcesses';
14
- import { RecordType } from './recordType';
15
- export interface DispatchSummaryView {
16
- id: string;
17
- customer?: string;
18
- dispatchNumber: string;
19
- carrierConsignmentNumber?: string;
20
- salesOrderNumberList?: string;
21
- salesOrderReferenceList?: string;
22
- lineItemCount?: number | null;
23
- totalUnits?: number | null;
24
- shipToCompanyName?: string;
25
- shipToCountry?: string;
26
- shippingTerm?: string;
27
- requestedCarrier?: string;
28
- requestedService?: string;
29
- carrier?: string;
30
- courierServiceName?: string;
31
- courierReference?: string;
32
- pickNotePrinted?: string;
33
- cancellation?: string;
34
- createdDate: string;
35
- scheduledShipDate?: string | null;
36
- pickStartDate?: string | null;
37
- pickCompleteDate?: string | null;
38
- packCompleteDate?: string | null;
39
- packedDate?: string | null;
40
- dispatchDate?: string | null;
41
- sysDispatchDate?: string | null;
42
- waveNumber?: number | null;
43
- groupReference?: string;
44
- dispatchNumberUnique?: number;
45
- isStockAdjustment?: boolean | null;
46
- orderStatus: OrderStatus;
47
- orderType?: OrderType;
48
- recordType?: RecordType;
49
- pickingProcess?: PickingProcesses;
50
- packingProcess?: PackingProcesses;
51
- shipToContactId?: string | null;
52
- shipToFirstName?: string;
53
- shipToLastName?: string;
54
- postCodeZip?: string;
55
- salesInvoiceNumber?: string;
56
- contactId?: string | null;
57
- recentDispatch?: boolean;
58
- waveId?: string | null;
59
- plateId?: number | null;
60
- extPlateNumber?: string;
61
- showRetailCompliance?: boolean;
62
- gs1Prefix?: string;
63
- markForDcCode?: string;
64
- markForDcName?: string;
65
- markForDcDept?: string;
66
- markForDcLine1?: string;
67
- markForDcLine2?: string;
68
- markForDcCity?: string;
69
- markForDcCountyState?: string;
70
- markForDcPostCodeZip?: string;
71
- markForDcCountry?: string;
72
- poDate?: string | null;
73
- shipByDate?: string | null;
74
- shipAfterDate?: string | null;
75
- arriveByDate?: string | null;
76
- cancelByDate?: string | null;
77
- routedDate?: string | null;
78
- routingId?: string;
79
- siteId?: string;
80
- storeId?: string;
81
- storeName?: string;
82
- shipToDcCode?: string;
83
- shipToDcDeptNo?: string;
84
- }
85
- export declare namespace DispatchSummaryView {
86
- }
@@ -1,53 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { PickingProcesses } from './pickingProcesses';
11
- import { OrderStatus } from './orderStatus';
12
- import { OrderType } from './orderType';
13
- import { PackingProcesses } from './packingProcesses';
14
- import { RecordType } from './recordType';
15
- export interface DispatchView {
16
- id: string;
17
- customer?: string;
18
- dispatchNumber: string;
19
- carrierConsignmentNumber?: string;
20
- salesOrderNumberList?: string;
21
- salesOrderReferenceList?: string;
22
- lineItemCount?: number | null;
23
- totalUnits?: number | null;
24
- shipToCompanyName?: string;
25
- shipToCountry?: string;
26
- shippingTerm?: string;
27
- requestedCarrier?: string;
28
- requestedService?: string;
29
- carrier?: string;
30
- courierServiceName?: string;
31
- courierReference?: string;
32
- pickNotePrinted?: string;
33
- cancellation?: string;
34
- createdDate: string;
35
- scheduledShipDate?: string | null;
36
- pickStartDate?: string | null;
37
- pickCompleteDate?: string | null;
38
- packCompleteDate?: string | null;
39
- packedDate?: string | null;
40
- dispatchDate?: string | null;
41
- sysDispatchDate?: string | null;
42
- waveNumber?: number | null;
43
- groupReference?: string;
44
- dispatchNumberUnique?: number;
45
- isStockAdjustment?: boolean | null;
46
- orderStatus: OrderStatus;
47
- orderType?: OrderType;
48
- recordType?: RecordType;
49
- pickingProcess?: PickingProcesses;
50
- packingProcess?: PackingProcesses;
51
- }
52
- export declare namespace DispatchView {
53
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { DispatchGridView } from './dispatchGridView';
11
- export interface Dispatches {
12
- total: number;
13
- data: Array<DispatchGridView>;
14
- }
@@ -1,18 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { EmbedTokenDto } from './embedTokenDto';
11
- export interface EmbedReport {
12
- id: string;
13
- embedUrl: string | null;
14
- isPaginated: boolean;
15
- showPagesPane: boolean;
16
- showFiltersPane: boolean;
17
- embedToken: EmbedTokenDto | null;
18
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface EmbedTokenDto {
11
- token: string;
12
- tokenID: string;
13
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface EntityList {
11
- total: number;
12
- data: Array<object>;
13
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- /**
11
- * @type Failures
12
- * @export
13
- */
14
- export type Failures = {
15
- [key: string]: Array<string>;
16
- };
package/model/group.d.ts DELETED
@@ -1,20 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { Report } from './report';
11
- export interface Group {
12
- id?: number;
13
- groups: Array<Group>;
14
- reports: Array<Report>;
15
- name: string;
16
- parentId?: number | null;
17
- verticalOrder?: number | null;
18
- horizontalOrder?: number | null;
19
- isVisible?: boolean;
20
- }
@@ -1,15 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { Failures } from './failures';
11
- export interface ModelError {
12
- title: string;
13
- status: number;
14
- errors: Failures | null;
15
- }
package/model/models.d.ts DELETED
@@ -1,75 +0,0 @@
1
- export * from './access';
2
- export * from './applicationSetting';
3
- export * from './carrierProviderIntegration';
4
- export * from './carrierProviderIntegrations';
5
- export * from './commandStatusResult';
6
- export * from './companies';
7
- export * from './company';
8
- export * from './countingSummary';
9
- export * from './currentUser';
10
- export * from './dc';
11
- export * from './dcs';
12
- export * from './deliveries';
13
- export * from './delivery';
14
- export * from './deliveryGridView';
15
- export * from './deliveryItem';
16
- export * from './deliveryItemView';
17
- export * from './deliveryItems';
18
- export * from './deliverySummary';
19
- export * from './deliveryType';
20
- export * from './deliveryView';
21
- export * from './deviceType';
22
- export * from './dispatch';
23
- export * from './dispatchGridView';
24
- export * from './dispatchItemView';
25
- export * from './dispatchItems';
26
- export * from './dispatchSummary';
27
- export * from './dispatchSummaryView';
28
- export * from './dispatchView';
29
- export * from './dispatches';
30
- export * from './embedReport';
31
- export * from './embedTokenDto';
32
- export * from './entityList';
33
- export * from './failures';
34
- export * from './group';
35
- export * from './modelError';
36
- export * from './note';
37
- export * from './noteCategory';
38
- export * from './noteSourceType';
39
- export * from './noteView';
40
- export * from './notes';
41
- export * from './orderStatus';
42
- export * from './orderType';
43
- export * from './packingProcesses';
44
- export * from './pickingProcesses';
45
- export * from './productMaster';
46
- export * from './productMasters';
47
- export * from './productQuantities';
48
- export * from './productQuantity';
49
- export * from './qcType';
50
- export * from './reason';
51
- export * from './reasonType';
52
- export * from './reasons';
53
- export * from './receivingSummary';
54
- export * from './recordType';
55
- export * from './replenishmentAccessGridView';
56
- export * from './replenishmentAccessView';
57
- export * from './replenishmentSummary';
58
- export * from './report';
59
- export * from './setNewFeaturesVisibilityCommand';
60
- export * from './settingValue';
61
- export * from './settingView';
62
- export * from './taskCompletionTime';
63
- export * from './taskCompletionTimes';
64
- export * from './taskOperation';
65
- export * from './taskOperations';
66
- export * from './taskUserRecord';
67
- export * from './taskUserRecordSelf';
68
- export * from './taskUserRecordView';
69
- export * from './taskUserRecords';
70
- export * from './userApplication';
71
- export * from './userApplications';
72
- export * from './userCompanyType';
73
- export * from './userInfo';
74
- export * from './userInfos';
75
- export * from './userPermissions';
package/model/note.d.ts DELETED
@@ -1,20 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { NoteSourceType } from './noteSourceType';
11
- import { NoteCategory } from './noteCategory';
12
- export interface Note {
13
- id: string;
14
- sourceId: string;
15
- notes: string;
16
- noteCategory: NoteCategory;
17
- sourceType: NoteSourceType;
18
- }
19
- export declare namespace Note {
20
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type NoteCategory = 'Notes' | 'ShippingMarks' | 'SpecialInstructions' | 'Comments';
11
- export declare const NoteCategory: {
12
- Notes: NoteCategory;
13
- ShippingMarks: NoteCategory;
14
- SpecialInstructions: NoteCategory;
15
- Comments: NoteCategory;
16
- };
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type NoteSourceType = 'Delivery' | 'DispatchHeader';
11
- export declare const NoteSourceType: {
12
- Delivery: NoteSourceType;
13
- DispatchHeader: NoteSourceType;
14
- };
@@ -1,16 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface NoteView {
11
- id: string;
12
- createdUserFullName: string;
13
- createdDate: string;
14
- createdByCompany: string;
15
- notes: string;
16
- }
package/model/notes.d.ts DELETED
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { NoteView } from './noteView';
11
- export interface Notes {
12
- total: number;
13
- data: Array<NoteView>;
14
- }
@@ -1,30 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type OrderStatus = 'PickComplete' | 'SentToSupplier' | 'UpdatedBySupplier' | 'Confirmed' | 'CompletedBySupplier' | 'InProgress' | 'Arrived' | 'BeingPacked' | 'BeingPicked' | 'ToDispatch' | 'InProduction' | 'Authorised' | 'Create' | 'Commit' | 'Dispatched' | 'TempWebOrder' | 'Cancelled' | 'Booked';
11
- export declare const OrderStatus: {
12
- PickComplete: OrderStatus;
13
- SentToSupplier: OrderStatus;
14
- UpdatedBySupplier: OrderStatus;
15
- Confirmed: OrderStatus;
16
- CompletedBySupplier: OrderStatus;
17
- InProgress: OrderStatus;
18
- Arrived: OrderStatus;
19
- BeingPacked: OrderStatus;
20
- BeingPicked: OrderStatus;
21
- ToDispatch: OrderStatus;
22
- InProduction: OrderStatus;
23
- Authorised: OrderStatus;
24
- Create: OrderStatus;
25
- Commit: OrderStatus;
26
- Dispatched: OrderStatus;
27
- TempWebOrder: OrderStatus;
28
- Cancelled: OrderStatus;
29
- Booked: OrderStatus;
30
- };
@@ -1,20 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type OrderType = 'Standard' | 'Web' | 'Expedited' | 'Ground' | 'EcomCrossDock' | 'WorkOrder' | 'Wholesale' | 'Retail';
11
- export declare const OrderType: {
12
- Standard: OrderType;
13
- Web: OrderType;
14
- Expedited: OrderType;
15
- Ground: OrderType;
16
- EcomCrossDock: OrderType;
17
- WorkOrder: OrderType;
18
- Wholesale: OrderType;
19
- Retail: OrderType;
20
- };
@@ -1,20 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type PackingProcesses = 'OrderPacking' | 'WebOrderPacking' | 'ClusterPacking' | 'DispatchPacking' | 'SkuPacking' | 'PickPack' | 'PickPackBySku' | 'BatchPicking';
11
- export declare const PackingProcesses: {
12
- OrderPacking: PackingProcesses;
13
- WebOrderPacking: PackingProcesses;
14
- ClusterPacking: PackingProcesses;
15
- DispatchPacking: PackingProcesses;
16
- SkuPacking: PackingProcesses;
17
- PickPack: PackingProcesses;
18
- PickPackBySku: PackingProcesses;
19
- BatchPicking: PackingProcesses;
20
- };
@@ -1,20 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type PickingProcesses = 'OrderPicking' | 'OrderPickingToTempBin' | 'WavePicking' | 'FastDispatch' | 'PickBySku' | 'PickPack' | 'PickPackBySku' | 'BatchPicking';
11
- export declare const PickingProcesses: {
12
- OrderPicking: PickingProcesses;
13
- OrderPickingToTempBin: PickingProcesses;
14
- WavePicking: PickingProcesses;
15
- FastDispatch: PickingProcesses;
16
- PickBySku: PickingProcesses;
17
- PickPack: PickingProcesses;
18
- PickPackBySku: PickingProcesses;
19
- BatchPicking: PickingProcesses;
20
- };
@@ -1,20 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { OrderStatus } from './orderStatus';
11
- export interface ProductMaster {
12
- id: string;
13
- productDescription: string;
14
- htsCode?: string;
15
- productCode: string;
16
- ownerCompanyId: string;
17
- status: OrderStatus | null;
18
- }
19
- export declare namespace ProductMaster {
20
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { ProductMaster } from './productMaster';
11
- export interface ProductMasters {
12
- total: number;
13
- data: Array<ProductMaster>;
14
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { ProductQuantity } from './productQuantity';
11
- export interface ProductQuantities {
12
- total: number;
13
- data: Array<ProductQuantity>;
14
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface ProductQuantity {
11
- id: string;
12
- description: string;
13
- name: string;
14
- }
package/model/qcType.d.ts DELETED
@@ -1,13 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type QcType = 'CheckerCount';
11
- export declare const QcType: {
12
- CheckerCount: QcType;
13
- };
package/model/reason.d.ts DELETED
@@ -1,17 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { ReasonType } from './reasonType';
11
- export interface Reason {
12
- id: string;
13
- description: string;
14
- reasonType: ReasonType;
15
- }
16
- export declare namespace Reason {
17
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export type ReasonType = 'Receipt' | 'InventoryHoldMovement';
11
- export declare const ReasonType: {
12
- Receipt: ReasonType;
13
- InventoryHoldMovement: ReasonType;
14
- };
@@ -1,14 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { Reason } from './reason';
11
- export interface Reasons {
12
- total: number;
13
- data: Array<Reason>;
14
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * Wms.API.Client
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface ReceivingSummary {
11
- toArriveCount: number;
12
- toGrnCount: number;
13
- inProgressCount: number;
14
- confirmedCount: number;
15
- clientName: string;
16
- }