@ignos/api-client 20241213.0.10853 → 20241213.0.10861
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/lib/ignosportal-api.d.ts
CHANGED
|
@@ -8473,7 +8473,7 @@ export interface ITrackingEventDto {
|
|
|
8473
8473
|
bookingId?: string | null;
|
|
8474
8474
|
comment?: string | null;
|
|
8475
8475
|
}
|
|
8476
|
-
export type TrackingStatusDto = "Manual" | "Pending" | "Cancelled" | "InProgress" | "Completed";
|
|
8476
|
+
export type TrackingStatusDto = "Manual" | "Pending" | "Cancelled" | "InProgress" | "Completed" | "Created";
|
|
8477
8477
|
export declare class TrackingRequestListDto implements ITrackingRequestListDto {
|
|
8478
8478
|
pageSize?: number | null;
|
|
8479
8479
|
parcelIdFilter?: string[] | null;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -39646,7 +39646,7 @@ export interface ITrackingEventDto {
|
|
|
39646
39646
|
comment?: string | null;
|
|
39647
39647
|
}
|
|
39648
39648
|
|
|
39649
|
-
export type TrackingStatusDto = "Manual" | "Pending" | "Cancelled" | "InProgress" | "Completed";
|
|
39649
|
+
export type TrackingStatusDto = "Manual" | "Pending" | "Cancelled" | "InProgress" | "Completed" | "Created";
|
|
39650
39650
|
|
|
39651
39651
|
export class TrackingRequestListDto implements ITrackingRequestListDto {
|
|
39652
39652
|
pageSize?: number | null;
|