@indigina/myseko-api 0.0.22 → 0.0.24
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/package.json
CHANGED
|
@@ -752,7 +752,7 @@ interface Issues {
|
|
|
752
752
|
* https://openapi-generator.tech
|
|
753
753
|
* Do not edit the class manually.
|
|
754
754
|
*/
|
|
755
|
-
interface
|
|
755
|
+
interface SekonaPieceDetail {
|
|
756
756
|
id?: number | null;
|
|
757
757
|
pieces?: number | null;
|
|
758
758
|
innerPieces?: number | null;
|
|
@@ -775,8 +775,125 @@ interface PieceDetail {
|
|
|
775
775
|
* Do not edit the class manually.
|
|
776
776
|
*/
|
|
777
777
|
|
|
778
|
-
interface
|
|
779
|
-
pieceDetails?: Array<
|
|
778
|
+
interface SekonaPackageDetails {
|
|
779
|
+
pieceDetails?: Array<SekonaPieceDetail> | null;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* MySeko.API.Client
|
|
784
|
+
*
|
|
785
|
+
*
|
|
786
|
+
*
|
|
787
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
788
|
+
* https://openapi-generator.tech
|
|
789
|
+
* Do not edit the class manually.
|
|
790
|
+
*/
|
|
791
|
+
interface IntlOuterPieceDetail {
|
|
792
|
+
pieces?: number | null;
|
|
793
|
+
type?: string | null;
|
|
794
|
+
weight?: number | null;
|
|
795
|
+
chargeableWeight?: number | null;
|
|
796
|
+
uow?: string | null;
|
|
797
|
+
length?: number | null;
|
|
798
|
+
width?: number | null;
|
|
799
|
+
height?: number | null;
|
|
800
|
+
dimUnit?: string | null;
|
|
801
|
+
volume?: number | null;
|
|
802
|
+
uv?: string | null;
|
|
803
|
+
description?: string | null;
|
|
804
|
+
unnaNumber?: string | null;
|
|
805
|
+
hazardClass?: string | null;
|
|
806
|
+
ref1?: string | null;
|
|
807
|
+
ref2?: string | null;
|
|
808
|
+
ref3?: string | null;
|
|
809
|
+
ref4?: string | null;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
/**
|
|
813
|
+
* MySeko.API.Client
|
|
814
|
+
*
|
|
815
|
+
*
|
|
816
|
+
*
|
|
817
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
818
|
+
* https://openapi-generator.tech
|
|
819
|
+
* Do not edit the class manually.
|
|
820
|
+
*/
|
|
821
|
+
interface IntlInnerPieceDetail {
|
|
822
|
+
pieces?: number | null;
|
|
823
|
+
type?: string | null;
|
|
824
|
+
weight?: number | null;
|
|
825
|
+
weightKgs?: string | null;
|
|
826
|
+
length?: number | null;
|
|
827
|
+
width?: number | null;
|
|
828
|
+
height?: number | null;
|
|
829
|
+
dimUnit?: string | null;
|
|
830
|
+
volume?: number | null;
|
|
831
|
+
uv?: string | null;
|
|
832
|
+
description?: string | null;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* MySeko.API.Client
|
|
837
|
+
*
|
|
838
|
+
*
|
|
839
|
+
*
|
|
840
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
841
|
+
* https://openapi-generator.tech
|
|
842
|
+
* Do not edit the class manually.
|
|
843
|
+
*/
|
|
844
|
+
|
|
845
|
+
interface IntlPackageDetails {
|
|
846
|
+
outerPieces?: Array<IntlOuterPieceDetail> | null;
|
|
847
|
+
innerPieces?: Array<IntlInnerPieceDetail> | null;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* MySeko.API.Client
|
|
852
|
+
*
|
|
853
|
+
*
|
|
854
|
+
*
|
|
855
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
856
|
+
* https://openapi-generator.tech
|
|
857
|
+
* Do not edit the class manually.
|
|
858
|
+
*/
|
|
859
|
+
|
|
860
|
+
/**
|
|
861
|
+
* @type PackageDetails
|
|
862
|
+
* @export
|
|
863
|
+
*/
|
|
864
|
+
type PackageDetails = IntlPackageDetails | SekonaPackageDetails;
|
|
865
|
+
|
|
866
|
+
/**
|
|
867
|
+
* MySeko.API.Client
|
|
868
|
+
*
|
|
869
|
+
*
|
|
870
|
+
*
|
|
871
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
872
|
+
* https://openapi-generator.tech
|
|
873
|
+
* Do not edit the class manually.
|
|
874
|
+
*/
|
|
875
|
+
interface ShipmentContainer {
|
|
876
|
+
containerNumber?: string | null;
|
|
877
|
+
sealNumber?: string | null;
|
|
878
|
+
size?: string | null;
|
|
879
|
+
containerMode?: string | null;
|
|
880
|
+
shippedQuantity?: number | null;
|
|
881
|
+
volumeM3?: number | null;
|
|
882
|
+
weightKg?: number | null;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
/**
|
|
886
|
+
* MySeko.API.Client
|
|
887
|
+
*
|
|
888
|
+
*
|
|
889
|
+
*
|
|
890
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
891
|
+
* https://openapi-generator.tech
|
|
892
|
+
* Do not edit the class manually.
|
|
893
|
+
*/
|
|
894
|
+
|
|
895
|
+
interface ShipmentContainers {
|
|
896
|
+
containers?: Array<ShipmentContainer> | null;
|
|
780
897
|
}
|
|
781
898
|
|
|
782
899
|
/**
|
|
@@ -906,7 +1023,7 @@ interface ShipmentParty {
|
|
|
906
1023
|
* Do not edit the class manually.
|
|
907
1024
|
*/
|
|
908
1025
|
|
|
909
|
-
interface
|
|
1026
|
+
interface SekonaShipmentSummary {
|
|
910
1027
|
ordOrderID: string;
|
|
911
1028
|
typeOrderID?: string | null;
|
|
912
1029
|
number?: string | null;
|
|
@@ -941,6 +1058,33 @@ interface ShipmentSummary {
|
|
|
941
1058
|
shipperApptStartTime?: string | null;
|
|
942
1059
|
shipperApptEndTime?: string | null;
|
|
943
1060
|
appointmentRequired?: boolean | null;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* MySeko.API.Client
|
|
1065
|
+
*
|
|
1066
|
+
*
|
|
1067
|
+
*
|
|
1068
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1069
|
+
* https://openapi-generator.tech
|
|
1070
|
+
* Do not edit the class manually.
|
|
1071
|
+
*/
|
|
1072
|
+
|
|
1073
|
+
interface IntlShipmentSummary {
|
|
1074
|
+
ordOrderID: string;
|
|
1075
|
+
typeOrderID?: string | null;
|
|
1076
|
+
number?: string | null;
|
|
1077
|
+
status?: string | null;
|
|
1078
|
+
serviceLevel?: string | null;
|
|
1079
|
+
description?: string | null;
|
|
1080
|
+
shipper?: ShipmentParty;
|
|
1081
|
+
consignee?: ShipmentParty;
|
|
1082
|
+
pieces?: number | null;
|
|
1083
|
+
podName?: string | null;
|
|
1084
|
+
pod?: string | null;
|
|
1085
|
+
podTime?: string | null;
|
|
1086
|
+
pickupDate?: string | null;
|
|
1087
|
+
dueDate?: string | null;
|
|
944
1088
|
originPort?: string | null;
|
|
945
1089
|
destPort?: string | null;
|
|
946
1090
|
originPortName?: string | null;
|
|
@@ -957,6 +1101,12 @@ interface ShipmentSummary {
|
|
|
957
1101
|
finalDelivery?: Address;
|
|
958
1102
|
}
|
|
959
1103
|
|
|
1104
|
+
/**
|
|
1105
|
+
* @type ShipmentSummary
|
|
1106
|
+
* @export
|
|
1107
|
+
*/
|
|
1108
|
+
type ShipmentSummary = IntlShipmentSummary | SekonaShipmentSummary;
|
|
1109
|
+
|
|
960
1110
|
/**
|
|
961
1111
|
* MySeko.API.Client
|
|
962
1112
|
*
|
|
@@ -1178,6 +1328,29 @@ declare class ShipmentService extends BaseService {
|
|
|
1178
1328
|
context?: HttpContext;
|
|
1179
1329
|
transferCache?: boolean;
|
|
1180
1330
|
}): Observable<HttpEvent<CreateIssueResponse>>;
|
|
1331
|
+
/**
|
|
1332
|
+
* Get shipment containers by ordOrderID
|
|
1333
|
+
* @endpoint get /myseko/shipments/{ordOrderID}/containers
|
|
1334
|
+
* @param ordOrderID
|
|
1335
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
1336
|
+
* @param reportProgress flag to report request and response progress.
|
|
1337
|
+
* @param options additional options
|
|
1338
|
+
*/
|
|
1339
|
+
getShipmentContainers(ordOrderID: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
1340
|
+
httpHeaderAccept?: 'application/json';
|
|
1341
|
+
context?: HttpContext;
|
|
1342
|
+
transferCache?: boolean;
|
|
1343
|
+
}): Observable<ShipmentContainers>;
|
|
1344
|
+
getShipmentContainers(ordOrderID: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
1345
|
+
httpHeaderAccept?: 'application/json';
|
|
1346
|
+
context?: HttpContext;
|
|
1347
|
+
transferCache?: boolean;
|
|
1348
|
+
}): Observable<HttpResponse<ShipmentContainers>>;
|
|
1349
|
+
getShipmentContainers(ordOrderID: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
1350
|
+
httpHeaderAccept?: 'application/json';
|
|
1351
|
+
context?: HttpContext;
|
|
1352
|
+
transferCache?: boolean;
|
|
1353
|
+
}): Observable<HttpEvent<ShipmentContainers>>;
|
|
1181
1354
|
/**
|
|
1182
1355
|
* Get a specific issue by ID
|
|
1183
1356
|
* @endpoint get /myseko/shipments/{ordOrderID}/issues/{issueID}
|
|
@@ -1602,47 +1775,6 @@ interface EntityList {
|
|
|
1602
1775
|
data: Array<object>;
|
|
1603
1776
|
}
|
|
1604
1777
|
|
|
1605
|
-
/**
|
|
1606
|
-
* MySeko.API.Client
|
|
1607
|
-
*
|
|
1608
|
-
*
|
|
1609
|
-
*
|
|
1610
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1611
|
-
* https://openapi-generator.tech
|
|
1612
|
-
* Do not edit the class manually.
|
|
1613
|
-
*/
|
|
1614
|
-
|
|
1615
|
-
interface IntlShipmentSummary {
|
|
1616
|
-
ordOrderID: string;
|
|
1617
|
-
typeOrderID?: string | null;
|
|
1618
|
-
number?: string | null;
|
|
1619
|
-
status?: string | null;
|
|
1620
|
-
serviceLevel?: string | null;
|
|
1621
|
-
description?: string | null;
|
|
1622
|
-
shipper?: ShipmentParty;
|
|
1623
|
-
consignee?: ShipmentParty;
|
|
1624
|
-
pieces?: number | null;
|
|
1625
|
-
podName?: string | null;
|
|
1626
|
-
pod?: string | null;
|
|
1627
|
-
podTime?: string | null;
|
|
1628
|
-
pickupDate?: string | null;
|
|
1629
|
-
dueDate?: string | null;
|
|
1630
|
-
originPort?: string | null;
|
|
1631
|
-
destPort?: string | null;
|
|
1632
|
-
originPortName?: string | null;
|
|
1633
|
-
destPortName?: string | null;
|
|
1634
|
-
mode?: string | null;
|
|
1635
|
-
containerType?: string | null;
|
|
1636
|
-
volume?: number | null;
|
|
1637
|
-
volumeUOM?: string | null;
|
|
1638
|
-
addlShipmentRef?: string | null;
|
|
1639
|
-
bookedDate?: string | null;
|
|
1640
|
-
etdSailDate?: string | null;
|
|
1641
|
-
etaDueDate?: string | null;
|
|
1642
|
-
delivery?: Address;
|
|
1643
|
-
finalDelivery?: Address;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
1778
|
/**
|
|
1647
1779
|
* MySeko.API.Client
|
|
1648
1780
|
*
|
|
@@ -1660,53 +1792,6 @@ interface ModelError {
|
|
|
1660
1792
|
} | null;
|
|
1661
1793
|
}
|
|
1662
1794
|
|
|
1663
|
-
/**
|
|
1664
|
-
* MySeko.API.Client
|
|
1665
|
-
*
|
|
1666
|
-
*
|
|
1667
|
-
*
|
|
1668
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1669
|
-
* https://openapi-generator.tech
|
|
1670
|
-
* Do not edit the class manually.
|
|
1671
|
-
*/
|
|
1672
|
-
|
|
1673
|
-
interface SekonaShipmentSummary {
|
|
1674
|
-
ordOrderID: string;
|
|
1675
|
-
typeOrderID?: string | null;
|
|
1676
|
-
number?: string | null;
|
|
1677
|
-
status?: string | null;
|
|
1678
|
-
serviceLevel?: string | null;
|
|
1679
|
-
description?: string | null;
|
|
1680
|
-
shipper?: ShipmentParty;
|
|
1681
|
-
consignee?: ShipmentParty;
|
|
1682
|
-
pieces?: number | null;
|
|
1683
|
-
podName?: string | null;
|
|
1684
|
-
pod?: string | null;
|
|
1685
|
-
podTime?: string | null;
|
|
1686
|
-
pickupDate?: string | null;
|
|
1687
|
-
dueDate?: string | null;
|
|
1688
|
-
origin?: string | null;
|
|
1689
|
-
destination?: string | null;
|
|
1690
|
-
originName?: string | null;
|
|
1691
|
-
destinationName?: string | null;
|
|
1692
|
-
secondaryPUServiceLevel?: string | null;
|
|
1693
|
-
secondaryDelServiceLevel?: string | null;
|
|
1694
|
-
podTimeIn?: string | null;
|
|
1695
|
-
dueTime?: string | null;
|
|
1696
|
-
dueDateReady?: string | null;
|
|
1697
|
-
dueDateClose?: string | null;
|
|
1698
|
-
apptDate?: string | null;
|
|
1699
|
-
apptStartTime?: string | null;
|
|
1700
|
-
apptEndTime?: string | null;
|
|
1701
|
-
shipDate?: string | null;
|
|
1702
|
-
readyTime?: string | null;
|
|
1703
|
-
closeTime?: string | null;
|
|
1704
|
-
shipperApptDate?: string | null;
|
|
1705
|
-
shipperApptStartTime?: string | null;
|
|
1706
|
-
shipperApptEndTime?: string | null;
|
|
1707
|
-
appointmentRequired?: boolean | null;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
1795
|
declare const BASE_PATH: InjectionToken<string>;
|
|
1711
1796
|
declare const COLLECTION_FORMATS: {
|
|
1712
1797
|
csv: string;
|
|
@@ -1726,4 +1811,4 @@ declare class ApiModule {
|
|
|
1726
1811
|
declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
|
|
1727
1812
|
|
|
1728
1813
|
export { APIS, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarService, CalendarViewBy, Configuration, DashboardService, HealthService, SettingsService, ShipmentService, ShipmentStage, TimelineEvent, UserService, UsergroupService, provideApi };
|
|
1729
|
-
export type { ActiveShipment, Address, BaseShipmentSummary, ConfigurationParameters, Contact, CreateIssueRequest, CreateIssueResponse, DataFormat, DataType, DeliveriesToday, EntityList, IntlShipmentSummary, Issue, IssueLog, IssueLogEntry, Issues, ModelError, PackageDetails, Param, ParamLocation, ParamStyle,
|
|
1814
|
+
export type { ActiveShipment, Address, BaseShipmentSummary, ConfigurationParameters, Contact, CreateIssueRequest, CreateIssueResponse, DataFormat, DataType, DeliveriesToday, EntityList, IntlInnerPieceDetail, IntlOuterPieceDetail, IntlPackageDetails, IntlShipmentSummary, Issue, IssueLog, IssueLogEntry, Issues, ModelError, PackageDetails, Param, ParamLocation, ParamStyle, RegGroup, SekonaPackageDetails, SekonaPieceDetail, SekonaShipmentSummary, SettingValue, SettingView, Shipment, ShipmentCalendarDateGroup, ShipmentCalendarDates, ShipmentCalendarItem, ShipmentContainer, ShipmentContainers, ShipmentParty, ShipmentPurchaseOrder, ShipmentPurchaseOrderDetails, ShipmentRouting, ShipmentSummary, ShipmentTimeline, Shipments, StandardDataFormat, StandardDataType, StandardParamStyle, UpdateIssueRequest, User, UserAccount };
|