@superbright/indexeddb-orm 1.0.54 → 1.0.56

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.
@@ -1061,6 +1061,26 @@ export interface paths {
1061
1061
  patch?: never;
1062
1062
  trace?: never;
1063
1063
  };
1064
+ "/floorPlans/{id}/render/{styleId}/cancel": {
1065
+ parameters: {
1066
+ query?: never;
1067
+ header?: never;
1068
+ path?: never;
1069
+ cookie?: never;
1070
+ };
1071
+ get?: never;
1072
+ put?: never;
1073
+ /**
1074
+ * Cancel a Render Job
1075
+ * @description Cancel a render job that is IN_QUEUE. Deletes the queue message, removes the RenderJob record, and updates the FloorplanStyle status to UN_RENDERED. Only jobs with IN_QUEUE status can be cancelled.
1076
+ */
1077
+ post: operations["cancelRender"];
1078
+ delete?: never;
1079
+ options?: never;
1080
+ head?: never;
1081
+ patch?: never;
1082
+ trace?: never;
1083
+ };
1064
1084
  "/floorPlans/blender/{id}": {
1065
1085
  parameters: {
1066
1086
  query?: never;
@@ -3524,7 +3544,7 @@ export interface operations {
3524
3544
  base_price?: number;
3525
3545
  date_availability?: ("asap" | "next_month" | "2_3_months" | "all")[];
3526
3546
  qty_bedrooms?: (0 | 1 | 2 | 3)[];
3527
- highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE")[];
3547
+ highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE" | "COURTYARD_VIEW" | "POOL_VIEW" | "MORNING_LIGHT")[];
3528
3548
  /** @enum {string} */
3529
3549
  sortBy?: "relevance" | "cost_high_to_low" | "cost_low_to_high" | "newest";
3530
3550
  };
@@ -3578,7 +3598,7 @@ export interface operations {
3578
3598
  base_price?: number;
3579
3599
  date_availability?: ("asap" | "next_month" | "2_3_months" | "all")[];
3580
3600
  qty_bedrooms?: (0 | 1 | 2 | 3)[];
3581
- highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE")[];
3601
+ highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE" | "COURTYARD_VIEW" | "POOL_VIEW" | "MORNING_LIGHT")[];
3582
3602
  /** @enum {string} */
3583
3603
  sortBy?: "relevance" | "cost_high_to_low" | "cost_low_to_high" | "newest";
3584
3604
  };
@@ -3631,7 +3651,7 @@ export interface operations {
3631
3651
  base_price?: number;
3632
3652
  date_availability?: ("asap" | "next_month" | "2_3_months" | "all")[];
3633
3653
  qty_bedrooms?: (0 | 1 | 2 | 3)[];
3634
- highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE")[];
3654
+ highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE" | "COURTYARD_VIEW" | "POOL_VIEW" | "MORNING_LIGHT")[];
3635
3655
  };
3636
3656
  };
3637
3657
  };
@@ -3684,7 +3704,7 @@ export interface operations {
3684
3704
  base_price?: number;
3685
3705
  date_availability?: ("asap" | "next_month" | "2_3_months" | "all")[];
3686
3706
  qty_bedrooms?: (0 | 1 | 2 | 3)[];
3687
- highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE")[];
3707
+ highlights?: ("GOOD_VIEW" | "SUNSET_VIEWS" | "GOOD_FOR_HOSTING" | "LOTS_OF_WINDOWS" | "BATHTUB" | "SOUTH_FACING" | "CLOSE_TO_ELEVATOR" | "PEACE_AND_QUIET" | "LARGE_LIVING_ROOM" | "LARGE_BEDROOM" | "PRIVATE_TERRACE" | "WALK_IN_CLOSET" | "LOTS_OF_LIGHT" | "LOTS_OF_STORAGE" | "HIS_AND_HERS_SINKS" | "COUNTER_SPACE" | "BALCONY" | "WHEELCHAIR_ACCESSIBLE" | "COURTYARD_VIEW" | "POOL_VIEW" | "MORNING_LIGHT")[];
3688
3708
  /** @enum {string} */
3689
3709
  sortBy?: "relevance" | "cost_high_to_low" | "cost_low_to_high" | "newest";
3690
3710
  };
@@ -5258,6 +5278,48 @@ export interface operations {
5258
5278
  };
5259
5279
  };
5260
5280
  };
5281
+ cancelRender: {
5282
+ parameters: {
5283
+ query?: never;
5284
+ header?: never;
5285
+ path: {
5286
+ id: number;
5287
+ styleId: number;
5288
+ };
5289
+ cookie?: never;
5290
+ };
5291
+ requestBody?: never;
5292
+ responses: {
5293
+ /** @description Render job cancelled successfully */
5294
+ 200: {
5295
+ headers: {
5296
+ [name: string]: unknown;
5297
+ };
5298
+ content?: never;
5299
+ };
5300
+ /** @description Cannot cancel render with current status (only IN_QUEUE jobs can be cancelled) */
5301
+ 400: {
5302
+ headers: {
5303
+ [name: string]: unknown;
5304
+ };
5305
+ content?: never;
5306
+ };
5307
+ /** @description Unauthorized */
5308
+ 401: {
5309
+ headers: {
5310
+ [name: string]: unknown;
5311
+ };
5312
+ content?: never;
5313
+ };
5314
+ /** @description FloorPlan, Style, or RenderJob not found */
5315
+ 404: {
5316
+ headers: {
5317
+ [name: string]: unknown;
5318
+ };
5319
+ content?: never;
5320
+ };
5321
+ };
5322
+ };
5261
5323
  getFloorPlanForBlender: {
5262
5324
  parameters: {
5263
5325
  query?: never;