tickera-angular-components 0.0.1-dev.100 → 0.0.1-dev.102
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
CHANGED
|
@@ -1235,9 +1235,11 @@ interface OrdersResponse {
|
|
|
1235
1235
|
}
|
|
1236
1236
|
|
|
1237
1237
|
interface MercadoPagoPreference {
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1238
|
+
data: {
|
|
1239
|
+
id: string;
|
|
1240
|
+
init_point: string;
|
|
1241
|
+
sandbox_init_point: string;
|
|
1242
|
+
};
|
|
1241
1243
|
}
|
|
1242
1244
|
|
|
1243
1245
|
interface PerformanceTicket extends Auditable {
|
|
@@ -3539,7 +3541,7 @@ declare class OrderInformationComponent {
|
|
|
3539
3541
|
order: Order;
|
|
3540
3542
|
showPayButton: boolean;
|
|
3541
3543
|
createMpPreference?: (order: Order) => Observable<MercadoPagoPreference>;
|
|
3542
|
-
paymentLinkCreated: EventEmitter<
|
|
3544
|
+
paymentLinkCreated: EventEmitter<MercadoPagoPreference>;
|
|
3543
3545
|
isLoading: boolean;
|
|
3544
3546
|
constructor(transloco: TranslocoService, toastService: ToastService);
|
|
3545
3547
|
get showMpButton(): boolean;
|