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.
Files changed (2) hide show
  1. package/index.d.ts +5 -3
  2. 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
- id: string;
1239
- init_point: string;
1240
- sandbox_init_point: string;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.101",
3
+ "version": "0.0.1-dev.102",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {