@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,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 RecordType = 'Web' | 'Hub';
11
- export declare const RecordType: {
12
- Web: RecordType;
13
- Hub: RecordType;
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
- export interface ReplenishmentAccessGridView {
11
- id: string;
12
- clientId: string;
13
- createdUserId: string;
14
- client: string;
15
- systemReplenishment: boolean;
16
- createdDate: string;
17
- createdBy: string;
18
- }
@@ -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 ReplenishmentAccessView {
11
- id: string;
12
- clientId: string;
13
- createdUserId: string;
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 ReplenishmentSummary {
11
- unallocatedCount: number;
12
- allocatedCount: number;
13
- completedCount: number;
14
- cancelledCount: number;
15
- clientName: string;
16
- }
package/model/report.d.ts DELETED
@@ -1,26 +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 Report {
11
- id?: number;
12
- name: string;
13
- columnOrder: number;
14
- sortOrder: number;
15
- isEmbeddingAllowed: boolean;
16
- isPaginated: boolean;
17
- showPagesPane: boolean;
18
- serviceId: string;
19
- permission?: string;
20
- displayName?: string;
21
- reportId?: string;
22
- powerBiTenant?: string;
23
- workspaceId?: string;
24
- pageName?: string;
25
- groupId: number;
26
- }
@@ -1,12 +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 SetNewFeaturesVisibilityCommand {
11
- value: boolean;
12
- }
@@ -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 SettingValue {
11
- value?: string;
12
- group: string | null;
13
- }
@@ -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 SettingView {
11
- key: string;
12
- value?: string;
13
- group: string | null;
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 TaskCompletionTime {
11
- id?: number;
12
- /**
13
- * Value should be provided in the format \'hh:mm:ss\'
14
- */
15
- completionTime: string;
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
- import { TaskCompletionTime } from './taskCompletionTime';
11
- export interface TaskCompletionTimes {
12
- total: number;
13
- data: Array<TaskCompletionTime>;
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
- export interface TaskOperation {
11
- id?: number;
12
- title: string;
13
- notes: string;
14
- /**
15
- * Indicates if the task operation has any user records associated with it.
16
- */
17
- hasRecords?: boolean;
18
- }
@@ -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 { TaskOperation } from './taskOperation';
11
- export interface TaskOperations {
12
- total: number;
13
- data: Array<TaskOperation>;
14
- }
@@ -1,24 +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 { DeviceType } from './deviceType';
11
- export interface TaskUserRecord {
12
- taskOperationId: number;
13
- clientId?: string;
14
- startedDeviceType: DeviceType;
15
- id?: number;
16
- userId?: string | null;
17
- startedUserId?: string | null;
18
- startedDate?: string;
19
- finishedUserId?: string | null;
20
- finishedDate?: string | null;
21
- finishedDeviceType?: DeviceType;
22
- }
23
- export declare namespace TaskUserRecord {
24
- }
@@ -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 { DeviceType } from './deviceType';
11
- export interface TaskUserRecordSelf {
12
- taskOperationId: number;
13
- clientId?: string;
14
- startedDeviceType: DeviceType;
15
- }
16
- export declare namespace TaskUserRecordSelf {
17
- }
@@ -1,29 +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 { DeviceType } from './deviceType';
11
- export interface TaskUserRecordView {
12
- id?: number;
13
- userId?: string | null;
14
- userName?: string;
15
- taskOperationId: number;
16
- taskOperationName: string;
17
- clientId?: string;
18
- clientName?: string;
19
- startedUserId?: string | null;
20
- startedUserName?: string;
21
- startedDate?: string;
22
- startedDeviceType: DeviceType;
23
- finishedUserId?: string | null;
24
- finishedUserName?: string;
25
- finishedDate?: string | null;
26
- finishedDeviceType?: DeviceType;
27
- }
28
- export declare namespace TaskUserRecordView {
29
- }
@@ -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 { TaskUserRecordView } from './taskUserRecordView';
11
- export interface TaskUserRecords {
12
- total: number;
13
- data: Array<TaskUserRecordView>;
14
- }
@@ -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 UserApplication {
11
- name: string;
12
- url: string | null;
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
- import { UserApplication } from './userApplication';
11
- export interface UserApplications {
12
- applications: Array<UserApplication>;
13
- }
@@ -1,22 +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 UserCompanyType = 'DC' | 'Client' | 'OriginAgent' | 'DestinationAgent' | 'Vendor' | 'Integration' | 'SystemAdmin' | 'ReportAdmin' | 'SS_SysAdmin' | 'SS_ReportAdmin';
11
- export declare const UserCompanyType: {
12
- Dc: UserCompanyType;
13
- Client: UserCompanyType;
14
- OriginAgent: UserCompanyType;
15
- DestinationAgent: UserCompanyType;
16
- Vendor: UserCompanyType;
17
- Integration: UserCompanyType;
18
- SystemAdmin: UserCompanyType;
19
- ReportAdmin: UserCompanyType;
20
- SsSysAdmin: UserCompanyType;
21
- SsReportAdmin: UserCompanyType;
22
- };
@@ -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 UserInfo {
11
- id?: string;
12
- userName: string;
13
- fullName: string;
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 { UserInfo } from './userInfo';
11
- export interface UserInfos {
12
- total: number;
13
- data: Array<UserInfo>;
14
- }
@@ -1,12 +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 UserPermissions {
11
- permissions: Array<string>;
12
- }
package/param.d.ts DELETED
@@ -1,37 +0,0 @@
1
- /**
2
- * Standard parameter styles defined by OpenAPI spec
3
- */
4
- export type StandardParamStyle = 'matrix' | 'label' | 'form' | 'simple' | 'spaceDelimited' | 'pipeDelimited' | 'deepObject';
5
- /**
6
- * The OpenAPI standard {@link StandardParamStyle}s may be extended by custom styles by the user.
7
- */
8
- export type ParamStyle = StandardParamStyle | string;
9
- /**
10
- * Standard parameter locations defined by OpenAPI spec
11
- */
12
- export type ParamLocation = 'query' | 'header' | 'path' | 'cookie';
13
- /**
14
- * Standard types as defined in <a href="https://swagger.io/specification/#data-types">OpenAPI Specification: Data Types</a>
15
- */
16
- export type StandardDataType = "integer" | "number" | "boolean" | "string" | "object" | "array";
17
- /**
18
- * Standard {@link DataType}s plus your own types/classes.
19
- */
20
- export type DataType = StandardDataType | string;
21
- /**
22
- * Standard formats as defined in <a href="https://swagger.io/specification/#data-types">OpenAPI Specification: Data Types</a>
23
- */
24
- export type StandardDataFormat = "int32" | "int64" | "float" | "double" | "byte" | "binary" | "date" | "date-time" | "password";
25
- export type DataFormat = StandardDataFormat | string;
26
- /**
27
- * The parameter to encode.
28
- */
29
- export interface Param {
30
- name: string;
31
- value: unknown;
32
- in: ParamLocation;
33
- style: ParamStyle;
34
- explode: boolean;
35
- dataType: DataType;
36
- dataFormat: DataFormat | undefined;
37
- }
package/variables.d.ts DELETED
@@ -1,8 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const BASE_PATH: InjectionToken<string>;
3
- export declare const COLLECTION_FORMATS: {
4
- csv: string;
5
- tsv: string;
6
- ssv: string;
7
- pipes: string;
8
- };