@indigina/myseko-api 0.0.46 → 0.0.48

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/myseko-api",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -280,6 +280,37 @@ type CalendarViewBy = typeof CalendarViewBy[keyof typeof CalendarViewBy];
280
280
  * https://openapi-generator.tech
281
281
  * Do not edit the class manually.
282
282
  */
283
+ declare const CalendarEvenType: {
284
+ readonly Estimated: 0;
285
+ readonly Scheduled: 1;
286
+ };
287
+ type CalendarEvenType = typeof CalendarEvenType[keyof typeof CalendarEvenType];
288
+
289
+ /**
290
+ * MySeko.API.Client
291
+ *
292
+ *
293
+ *
294
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
295
+ * https://openapi-generator.tech
296
+ * Do not edit the class manually.
297
+ */
298
+ declare const CalendarDateTypeUsed: {
299
+ readonly Estimated: 0;
300
+ readonly Actual: 1;
301
+ };
302
+ type CalendarDateTypeUsed = typeof CalendarDateTypeUsed[keyof typeof CalendarDateTypeUsed];
303
+
304
+ /**
305
+ * MySeko.API.Client
306
+ *
307
+ *
308
+ *
309
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
310
+ * https://openapi-generator.tech
311
+ * Do not edit the class manually.
312
+ */
313
+
283
314
  interface ShipmentCalendarItem {
284
315
  ordOrderID: string;
285
316
  date?: string | null;
@@ -290,11 +321,14 @@ interface ShipmentCalendarItem {
290
321
  to?: string | null;
291
322
  shipReference?: string | null;
292
323
  consReference?: string | null;
293
- isCalculatedScheduledDelivery?: boolean | null;
294
- containerNumbers?: string | null;
295
- mode?: string | null;
296
324
  typeOrderID?: string | null;
297
- isEstimatedDate?: boolean | null;
325
+ mode?: string | null;
326
+ containerNumbers?: string | null;
327
+ isCalculatedScheduledDelivery?: boolean | null;
328
+ evenType?: CalendarEvenType | null;
329
+ dateTypeUsed?: CalendarDateTypeUsed | null;
330
+ }
331
+ declare namespace ShipmentCalendarItem {
298
332
  }
299
333
 
300
334
  /**
@@ -1810,6 +1844,7 @@ interface Shipment {
1810
1844
  isException?: boolean | null;
1811
1845
  subShipmentsCount?: number | null;
1812
1846
  shipmentType?: string | null;
1847
+ releaseType?: string | null;
1813
1848
  }
1814
1849
 
1815
1850
  /**
@@ -2379,5 +2414,5 @@ declare class ApiModule {
2379
2414
 
2380
2415
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
2381
2416
 
2382
- export { APIS, AddDocumentRequest, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarService, CalendarViewBy, Configuration, Criticality, DashboardService, DocumentCategoryType, DocumentService, ExceptionManagementRow, ExceptionStatus, ExceptionType, ExceptionsService, HealthService, SettingsService, ShipmentException, ShipmentService, ShipmentStage, TimelineEvent, UserService, UsergroupService, provideApi };
2383
- export type { ActiveShipment, Address, BaseShipmentSummary, ConfigurationParameters, Contact, CreateIssueRequest, CreateIssueResponse, DataFormat, DataType, DeliveriesToday, Document, DocumentCategory, DocumentInfo, DocumentInfoList, EntityList, ExceptionManagementList, IntlInnerPieceDetail, IntlOuterPieceDetail, IntlPackageDetails, IntlShipmentSummary, Issue, IssueLog, IssueLogEntry, Issues, ModelError, PackageDetails, Param, ParamLocation, ParamStyle, RegGroup, SekonaPackageDetails, SekonaPieceDetail, SekonaShipmentSummary, SettingValue, SettingView, Shipment, ShipmentCalendarDateGroup, ShipmentCalendarDates, ShipmentCalendarItem, ShipmentContainer, ShipmentExceptionStats, ShipmentParty, ShipmentPurchaseOrder, ShipmentPurchaseOrderDetails, ShipmentRouting, ShipmentSummary, ShipmentTimeline, Shipments, StandardDataFormat, StandardDataType, StandardParamStyle, UpdateIssueRequest, User, UserAccount };
2417
+ export { APIS, AddDocumentRequest, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarDateTypeUsed, CalendarEvenType, CalendarService, CalendarViewBy, Configuration, Criticality, DashboardService, DocumentCategoryType, DocumentService, ExceptionManagementRow, ExceptionStatus, ExceptionType, ExceptionsService, HealthService, SettingsService, ShipmentCalendarItem, ShipmentException, ShipmentService, ShipmentStage, TimelineEvent, UserService, UsergroupService, provideApi };
2418
+ export type { ActiveShipment, Address, BaseShipmentSummary, ConfigurationParameters, Contact, CreateIssueRequest, CreateIssueResponse, DataFormat, DataType, DeliveriesToday, Document, DocumentCategory, DocumentInfo, DocumentInfoList, EntityList, ExceptionManagementList, IntlInnerPieceDetail, IntlOuterPieceDetail, IntlPackageDetails, IntlShipmentSummary, Issue, IssueLog, IssueLogEntry, Issues, ModelError, PackageDetails, Param, ParamLocation, ParamStyle, RegGroup, SekonaPackageDetails, SekonaPieceDetail, SekonaShipmentSummary, SettingValue, SettingView, Shipment, ShipmentCalendarDateGroup, ShipmentCalendarDates, ShipmentContainer, ShipmentExceptionStats, ShipmentParty, ShipmentPurchaseOrder, ShipmentPurchaseOrderDetails, ShipmentRouting, ShipmentSummary, ShipmentTimeline, Shipments, StandardDataFormat, StandardDataType, StandardParamStyle, UpdateIssueRequest, User, UserAccount };