@experteam-mx/ngx-services 20.7.0-dev1.8 → 20.7.0-dev1.9
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/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5292,6 +5292,7 @@ interface SignaturePageConfirmation extends ActiveLessLaravelModel {
|
|
|
5292
5292
|
status: string;
|
|
5293
5293
|
shipment_data: ShipmentDataToSignaturePage;
|
|
5294
5294
|
signature_page: SignaturePage;
|
|
5295
|
+
expiry: number;
|
|
5295
5296
|
}
|
|
5296
5297
|
|
|
5297
5298
|
type DeliveryConfirmationGenerateOut = {
|
|
@@ -5348,7 +5349,7 @@ type ShipmentSignaturePageIn = {
|
|
|
5348
5349
|
type ShipmentSignaturePageConfirmationIn = {
|
|
5349
5350
|
shipment_id: number;
|
|
5350
5351
|
status: string;
|
|
5351
|
-
signature_page_answers: SignaturePageAnswers;
|
|
5352
|
+
signature_page_answers: SignaturePageAnswers | null;
|
|
5352
5353
|
otp: string;
|
|
5353
5354
|
};
|
|
5354
5355
|
|