tickera-angular-components 0.0.1-dev.101 → 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 +5 -3
- package/package.json +1 -1
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 {
|