@indigina/myseko-api 0.0.47 → 0.0.49

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.47",
3
+ "version": "0.0.49",
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
  /**
@@ -635,6 +669,8 @@ interface DocumentInfo {
635
669
  category?: string | null;
636
670
  createdBy?: string | null;
637
671
  dateCreated?: string | null;
672
+ ordOrderID?: string | null;
673
+ orderNumber?: string | null;
638
674
  }
639
675
 
640
676
  /**
@@ -2380,5 +2416,5 @@ declare class ApiModule {
2380
2416
 
2381
2417
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
2382
2418
 
2383
- 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 };
2384
- 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 };
2419
+ 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 };
2420
+ 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 };