@hichchi/nest-connector 0.0.8 → 0.0.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/README.md CHANGED
@@ -235,7 +235,7 @@ Complete technical reference for all classes, interfaces, methods, and types in
235
235
 
236
236
  ### SuccessResponseDto
237
237
 
238
- Defined in: [builders/success-response.dto.ts:55](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/builders/success-response.dto.ts#L55)
238
+ Defined in: [builders/success-response.dto.ts:55](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/builders/success-response.dto.ts#L55)
239
239
 
240
240
  Data Transfer Object for standardized success responses
241
241
 
@@ -301,7 +301,7 @@ new SuccessResponseDto(
301
301
  description?): SuccessResponseDto;
302
302
  ```
303
303
 
304
- Defined in: [builders/success-response.dto.ts:118](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/builders/success-response.dto.ts#L118)
304
+ Defined in: [builders/success-response.dto.ts:118](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/builders/success-response.dto.ts#L118)
305
305
 
306
306
  Creates a new success response with individual parameters
307
307
 
@@ -415,7 +415,7 @@ const response = new SuccessResponseDto(
415
415
  new SuccessResponseDto(response): SuccessResponseDto;
416
416
  ```
417
417
 
418
- Defined in: [builders/success-response.dto.ts:140](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/builders/success-response.dto.ts#L140)
418
+ Defined in: [builders/success-response.dto.ts:140](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/builders/success-response.dto.ts#L140)
419
419
 
420
420
  Creates a new success response from an existing response object
421
421
 
@@ -508,7 +508,7 @@ AuthSuccessResponseCode For predefined success codes
508
508
  </td>
509
509
  <td>
510
510
 
511
- [builders/success-response.dto.ts:75](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/builders/success-response.dto.ts#L75)
511
+ [builders/success-response.dto.ts:75](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/builders/success-response.dto.ts#L75)
512
512
 
513
513
  </td>
514
514
  </tr>
@@ -533,7 +533,7 @@ that might be useful for debugging or providing more context to developers.
533
533
  </td>
534
534
  <td>
535
535
 
536
- [builders/success-response.dto.ts:91](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/builders/success-response.dto.ts#L91)
536
+ [builders/success-response.dto.ts:91](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/builders/success-response.dto.ts#L91)
537
537
 
538
538
  </td>
539
539
  </tr>
@@ -558,7 +558,7 @@ It should be clear, concise, and suitable for displaying to end users.
558
558
  </td>
559
559
  <td>
560
560
 
561
- [builders/success-response.dto.ts:83](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/builders/success-response.dto.ts#L83)
561
+ [builders/success-response.dto.ts:83](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/builders/success-response.dto.ts#L83)
562
562
 
563
563
  </td>
564
564
  </tr>
@@ -587,7 +587,7 @@ It uses the HttpSuccessStatus enum to ensure only valid success status codes are
587
587
  </td>
588
588
  <td>
589
589
 
590
- [builders/success-response.dto.ts:64](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/builders/success-response.dto.ts#L64)
590
+ [builders/success-response.dto.ts:64](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/builders/success-response.dto.ts#L64)
591
591
 
592
592
  </td>
593
593
  </tr>
@@ -598,7 +598,7 @@ It uses the HttpSuccessStatus enum to ensure only valid success status codes are
598
598
 
599
599
  ### CommonErrorResponseCode
600
600
 
601
- Defined in: [enums/common-error-response-code.enum.ts:16](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L16)
601
+ Defined in: [enums/common-error-response-code.enum.ts:16](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L16)
602
602
 
603
603
  Common Error Response Codes Enum
604
604
 
@@ -648,7 +648,7 @@ or doesn't fit into any other category.
648
648
  </td>
649
649
  <td>
650
650
 
651
- [enums/common-error-response-code.enum.ts:129](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L129)
651
+ [enums/common-error-response-code.enum.ts:129](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L129)
652
652
 
653
653
  </td>
654
654
  </tr>
@@ -672,7 +672,7 @@ Generic error for bad requests when a more specific error code is not applicable
672
672
  </td>
673
673
  <td>
674
674
 
675
- [enums/common-error-response-code.enum.ts:93](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L93)
675
+ [enums/common-error-response-code.enum.ts:93](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L93)
676
676
 
677
677
  </td>
678
678
  </tr>
@@ -696,7 +696,7 @@ Occurs when an ID field is required but not provided or is empty.
696
696
  </td>
697
697
  <td>
698
698
 
699
- [enums/common-error-response-code.enum.ts:22](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L22)
699
+ [enums/common-error-response-code.enum.ts:22](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L22)
700
700
 
701
701
  </td>
702
702
  </tr>
@@ -720,7 +720,7 @@ Occurs when an array of IDs is required but not provided or is empty.
720
720
  </td>
721
721
  <td>
722
722
 
723
- [enums/common-error-response-code.enum.ts:29](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L29)
723
+ [enums/common-error-response-code.enum.ts:29](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L29)
724
724
 
725
725
  </td>
726
726
  </tr>
@@ -744,7 +744,7 @@ Occurs when an ID is provided but has an invalid format or value.
744
744
  </td>
745
745
  <td>
746
746
 
747
- [enums/common-error-response-code.enum.ts:36](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L36)
747
+ [enums/common-error-response-code.enum.ts:36](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L36)
748
748
 
749
749
  </td>
750
750
  </tr>
@@ -768,7 +768,7 @@ Occurs when an array of IDs contains one or more invalid entries.
768
768
  </td>
769
769
  <td>
770
770
 
771
- [enums/common-error-response-code.enum.ts:43](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L43)
771
+ [enums/common-error-response-code.enum.ts:43](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L43)
772
772
 
773
773
  </td>
774
774
  </tr>
@@ -792,7 +792,7 @@ Occurs when a provided UUID doesn't conform to the required format.
792
792
  </td>
793
793
  <td>
794
794
 
795
- [enums/common-error-response-code.enum.ts:50](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L50)
795
+ [enums/common-error-response-code.enum.ts:50](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L50)
796
796
 
797
797
  </td>
798
798
  </tr>
@@ -816,7 +816,7 @@ Occurs when a parameter expected to be an array of IDs is of the wrong type.
816
816
  </td>
817
817
  <td>
818
818
 
819
- [enums/common-error-response-code.enum.ts:57](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L57)
819
+ [enums/common-error-response-code.enum.ts:57](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L57)
820
820
 
821
821
  </td>
822
822
  </tr>
@@ -840,7 +840,7 @@ Generic error for unauthorized access when a more specific error code is not app
840
840
  </td>
841
841
  <td>
842
842
 
843
- [enums/common-error-response-code.enum.ts:100](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L100)
843
+ [enums/common-error-response-code.enum.ts:100](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L100)
844
844
 
845
845
  </td>
846
846
  </tr>
@@ -864,7 +864,7 @@ Generic error for forbidden access when a more specific error code is not applic
864
864
  </td>
865
865
  <td>
866
866
 
867
- [enums/common-error-response-code.enum.ts:107](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L107)
867
+ [enums/common-error-response-code.enum.ts:107](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L107)
868
868
 
869
869
  </td>
870
870
  </tr>
@@ -888,7 +888,7 @@ Generic error for resource not found when a more specific error code is not appl
888
888
  </td>
889
889
  <td>
890
890
 
891
- [enums/common-error-response-code.enum.ts:114](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L114)
891
+ [enums/common-error-response-code.enum.ts:114](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L114)
892
892
 
893
893
  </td>
894
894
  </tr>
@@ -912,7 +912,7 @@ Occurs when attempting to access a file that doesn't exist.
912
912
  </td>
913
913
  <td>
914
914
 
915
- [enums/common-error-response-code.enum.ts:64](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L64)
915
+ [enums/common-error-response-code.enum.ts:64](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L64)
916
916
 
917
917
  </td>
918
918
  </tr>
@@ -937,7 +937,7 @@ Note: While HTTP 501 is traditionally used for this, this uses 404 for specific
937
937
  </td>
938
938
  <td>
939
939
 
940
- [enums/common-error-response-code.enum.ts:72](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L72)
940
+ [enums/common-error-response-code.enum.ts:72](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L72)
941
941
 
942
942
  </td>
943
943
  </tr>
@@ -961,7 +961,7 @@ Generic error for server-side issues when a more specific error code is not appl
961
961
  </td>
962
962
  <td>
963
963
 
964
- [enums/common-error-response-code.enum.ts:121](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L121)
964
+ [enums/common-error-response-code.enum.ts:121](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L121)
965
965
 
966
966
  </td>
967
967
  </tr>
@@ -985,7 +985,7 @@ Occurs when there is a server-side error during file deletion.
985
985
  </td>
986
986
  <td>
987
987
 
988
- [enums/common-error-response-code.enum.ts:86](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L86)
988
+ [enums/common-error-response-code.enum.ts:86](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L86)
989
989
 
990
990
  </td>
991
991
  </tr>
@@ -1009,7 +1009,7 @@ Occurs when there is a server-side error during file upload processing.
1009
1009
  </td>
1010
1010
  <td>
1011
1011
 
1012
- [enums/common-error-response-code.enum.ts:79](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L79)
1012
+ [enums/common-error-response-code.enum.ts:79](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-error-response-code.enum.ts#L79)
1013
1013
 
1014
1014
  </td>
1015
1015
  </tr>
@@ -1020,7 +1020,7 @@ Occurs when there is a server-side error during file upload processing.
1020
1020
 
1021
1021
  ### CommonSuccessResponseCode
1022
1022
 
1023
- Defined in: [enums/common-success-response-code.enum.ts:16](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-success-response-code.enum.ts#L16)
1023
+ Defined in: [enums/common-success-response-code.enum.ts:16](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-success-response-code.enum.ts#L16)
1024
1024
 
1025
1025
  Common Success Response Codes Enum
1026
1026
 
@@ -1070,7 +1070,7 @@ success code is not necessary or has not been defined.
1070
1070
  </td>
1071
1071
  <td>
1072
1072
 
1073
- [enums/common-success-response-code.enum.ts:24](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/common-success-response-code.enum.ts#L24)
1073
+ [enums/common-success-response-code.enum.ts:24](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/common-success-response-code.enum.ts#L24)
1074
1074
 
1075
1075
  </td>
1076
1076
  </tr>
@@ -1081,7 +1081,7 @@ success code is not necessary or has not been defined.
1081
1081
 
1082
1082
  ### Endpoint
1083
1083
 
1084
- Defined in: [enums/endpoint.enum.ts:16](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/endpoint.enum.ts#L16)
1084
+ Defined in: [enums/endpoint.enum.ts:16](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/endpoint.enum.ts#L16)
1085
1085
 
1086
1086
  Base API Endpoints Enum
1087
1087
 
@@ -1137,7 +1137,7 @@ AuthEndpoint For specific authentication operation endpoints
1137
1137
  </td>
1138
1138
  <td>
1139
1139
 
1140
- [enums/endpoint.enum.ts:28](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/endpoint.enum.ts#L28)
1140
+ [enums/endpoint.enum.ts:28](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/endpoint.enum.ts#L28)
1141
1141
 
1142
1142
  </td>
1143
1143
  </tr>
@@ -1148,7 +1148,7 @@ AuthEndpoint For specific authentication operation endpoints
1148
1148
 
1149
1149
  ### Gateway
1150
1150
 
1151
- Defined in: [enums/gateways.enum.ts:17](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/gateways.enum.ts#L17)
1151
+ Defined in: [enums/gateways.enum.ts:17](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/gateways.enum.ts#L17)
1152
1152
 
1153
1153
  Application Gateways Enum
1154
1154
 
@@ -1203,7 +1203,7 @@ The implementation may use libraries like Socket.IO or native WebSockets.
1203
1203
  </td>
1204
1204
  <td>
1205
1205
 
1206
- [enums/gateways.enum.ts:31](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/gateways.enum.ts#L31)
1206
+ [enums/gateways.enum.ts:31](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/gateways.enum.ts#L31)
1207
1207
 
1208
1208
  </td>
1209
1209
  </tr>
@@ -1214,7 +1214,7 @@ The implementation may use libraries like Socket.IO or native WebSockets.
1214
1214
 
1215
1215
  ### HttpClientErrorStatus
1216
1216
 
1217
- Defined in: [enums/http-status.enums.ts:83](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L83)
1217
+ Defined in: [enums/http-status.enums.ts:83](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L83)
1218
1218
 
1219
1219
  HTTP Client Error Status Codes (4xx)
1220
1220
 
@@ -1253,7 +1253,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1253
1253
  </td>
1254
1254
  <td>
1255
1255
 
1256
- [enums/http-status.enums.ts:84](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L84)
1256
+ [enums/http-status.enums.ts:84](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L84)
1257
1257
 
1258
1258
  </td>
1259
1259
  </tr>
@@ -1270,7 +1270,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1270
1270
  </td>
1271
1271
  <td>
1272
1272
 
1273
- [enums/http-status.enums.ts:93](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L93)
1273
+ [enums/http-status.enums.ts:93](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L93)
1274
1274
 
1275
1275
  </td>
1276
1276
  </tr>
@@ -1287,7 +1287,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1287
1287
  </td>
1288
1288
  <td>
1289
1289
 
1290
- [enums/http-status.enums.ts:101](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L101)
1290
+ [enums/http-status.enums.ts:101](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L101)
1291
1291
 
1292
1292
  </td>
1293
1293
  </tr>
@@ -1304,7 +1304,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1304
1304
  </td>
1305
1305
  <td>
1306
1306
 
1307
- [enums/http-status.enums.ts:106](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L106)
1307
+ [enums/http-status.enums.ts:106](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L106)
1308
1308
 
1309
1309
  </td>
1310
1310
  </tr>
@@ -1321,7 +1321,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1321
1321
  </td>
1322
1322
  <td>
1323
1323
 
1324
- [enums/http-status.enums.ts:87](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L87)
1324
+ [enums/http-status.enums.ts:87](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L87)
1325
1325
 
1326
1326
  </td>
1327
1327
  </tr>
@@ -1338,7 +1338,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1338
1338
  </td>
1339
1339
  <td>
1340
1340
 
1341
- [enums/http-status.enums.ts:94](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L94)
1341
+ [enums/http-status.enums.ts:94](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L94)
1342
1342
 
1343
1343
  </td>
1344
1344
  </tr>
@@ -1355,7 +1355,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1355
1355
  </td>
1356
1356
  <td>
1357
1357
 
1358
- [enums/http-status.enums.ts:102](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L102)
1358
+ [enums/http-status.enums.ts:102](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L102)
1359
1359
 
1360
1360
  </td>
1361
1361
  </tr>
@@ -1372,7 +1372,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1372
1372
  </td>
1373
1373
  <td>
1374
1374
 
1375
- [enums/http-status.enums.ts:95](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L95)
1375
+ [enums/http-status.enums.ts:95](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L95)
1376
1376
 
1377
1377
  </td>
1378
1378
  </tr>
@@ -1389,7 +1389,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1389
1389
  </td>
1390
1390
  <td>
1391
1391
 
1392
- [enums/http-status.enums.ts:105](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L105)
1392
+ [enums/http-status.enums.ts:105](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L105)
1393
1393
 
1394
1394
  </td>
1395
1395
  </tr>
@@ -1406,7 +1406,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1406
1406
  </td>
1407
1407
  <td>
1408
1408
 
1409
- [enums/http-status.enums.ts:89](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L89)
1409
+ [enums/http-status.enums.ts:89](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L89)
1410
1410
 
1411
1411
  </td>
1412
1412
  </tr>
@@ -1423,7 +1423,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1423
1423
  </td>
1424
1424
  <td>
1425
1425
 
1426
- [enums/http-status.enums.ts:103](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L103)
1426
+ [enums/http-status.enums.ts:103](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L103)
1427
1427
 
1428
1428
  </td>
1429
1429
  </tr>
@@ -1440,7 +1440,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1440
1440
  </td>
1441
1441
  <td>
1442
1442
 
1443
- [enums/http-status.enums.ts:90](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L90)
1443
+ [enums/http-status.enums.ts:90](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L90)
1444
1444
 
1445
1445
  </td>
1446
1446
  </tr>
@@ -1457,7 +1457,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1457
1457
  </td>
1458
1458
  <td>
1459
1459
 
1460
- [enums/http-status.enums.ts:88](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L88)
1460
+ [enums/http-status.enums.ts:88](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L88)
1461
1461
 
1462
1462
  </td>
1463
1463
  </tr>
@@ -1474,7 +1474,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1474
1474
  </td>
1475
1475
  <td>
1476
1476
 
1477
- [enums/http-status.enums.ts:97](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L97)
1477
+ [enums/http-status.enums.ts:97](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L97)
1478
1478
 
1479
1479
  </td>
1480
1480
  </tr>
@@ -1491,7 +1491,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1491
1491
  </td>
1492
1492
  <td>
1493
1493
 
1494
- [enums/http-status.enums.ts:86](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L86)
1494
+ [enums/http-status.enums.ts:86](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L86)
1495
1495
 
1496
1496
  </td>
1497
1497
  </tr>
@@ -1508,7 +1508,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1508
1508
  </td>
1509
1509
  <td>
1510
1510
 
1511
- [enums/http-status.enums.ts:96](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L96)
1511
+ [enums/http-status.enums.ts:96](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L96)
1512
1512
 
1513
1513
  </td>
1514
1514
  </tr>
@@ -1525,7 +1525,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1525
1525
  </td>
1526
1526
  <td>
1527
1527
 
1528
- [enums/http-status.enums.ts:109](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L109)
1528
+ [enums/http-status.enums.ts:109](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L109)
1529
1529
 
1530
1530
  </td>
1531
1531
  </tr>
@@ -1542,7 +1542,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1542
1542
  </td>
1543
1543
  <td>
1544
1544
 
1545
- [enums/http-status.enums.ts:91](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L91)
1545
+ [enums/http-status.enums.ts:91](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L91)
1546
1546
 
1547
1547
  </td>
1548
1548
  </tr>
@@ -1559,7 +1559,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1559
1559
  </td>
1560
1560
  <td>
1561
1561
 
1562
- [enums/http-status.enums.ts:100](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L100)
1562
+ [enums/http-status.enums.ts:100](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L100)
1563
1563
 
1564
1564
  </td>
1565
1565
  </tr>
@@ -1576,7 +1576,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1576
1576
  </td>
1577
1577
  <td>
1578
1578
 
1579
- [enums/http-status.enums.ts:111](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L111)
1579
+ [enums/http-status.enums.ts:111](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L111)
1580
1580
 
1581
1581
  </td>
1582
1582
  </tr>
@@ -1593,7 +1593,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1593
1593
  </td>
1594
1594
  <td>
1595
1595
 
1596
- [enums/http-status.enums.ts:92](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L92)
1596
+ [enums/http-status.enums.ts:92](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L92)
1597
1597
 
1598
1598
  </td>
1599
1599
  </tr>
@@ -1610,7 +1610,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1610
1610
  </td>
1611
1611
  <td>
1612
1612
 
1613
- [enums/http-status.enums.ts:107](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L107)
1613
+ [enums/http-status.enums.ts:107](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L107)
1614
1614
 
1615
1615
  </td>
1616
1616
  </tr>
@@ -1627,7 +1627,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1627
1627
  </td>
1628
1628
  <td>
1629
1629
 
1630
- [enums/http-status.enums.ts:110](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L110)
1630
+ [enums/http-status.enums.ts:110](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L110)
1631
1631
 
1632
1632
  </td>
1633
1633
  </tr>
@@ -1644,7 +1644,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1644
1644
  </td>
1645
1645
  <td>
1646
1646
 
1647
- [enums/http-status.enums.ts:85](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L85)
1647
+ [enums/http-status.enums.ts:85](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L85)
1648
1648
 
1649
1649
  </td>
1650
1650
  </tr>
@@ -1661,7 +1661,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1661
1661
  </td>
1662
1662
  <td>
1663
1663
 
1664
- [enums/http-status.enums.ts:112](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L112)
1664
+ [enums/http-status.enums.ts:112](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L112)
1665
1665
 
1666
1666
  </td>
1667
1667
  </tr>
@@ -1678,7 +1678,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1678
1678
  </td>
1679
1679
  <td>
1680
1680
 
1681
- [enums/http-status.enums.ts:104](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L104)
1681
+ [enums/http-status.enums.ts:104](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L104)
1682
1682
 
1683
1683
  </td>
1684
1684
  </tr>
@@ -1695,7 +1695,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1695
1695
  </td>
1696
1696
  <td>
1697
1697
 
1698
- [enums/http-status.enums.ts:99](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L99)
1698
+ [enums/http-status.enums.ts:99](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L99)
1699
1699
 
1700
1700
  </td>
1701
1701
  </tr>
@@ -1712,7 +1712,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1712
1712
  </td>
1713
1713
  <td>
1714
1714
 
1715
- [enums/http-status.enums.ts:108](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L108)
1715
+ [enums/http-status.enums.ts:108](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L108)
1716
1716
 
1717
1717
  </td>
1718
1718
  </tr>
@@ -1729,7 +1729,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1729
1729
  </td>
1730
1730
  <td>
1731
1731
 
1732
- [enums/http-status.enums.ts:98](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L98)
1732
+ [enums/http-status.enums.ts:98](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L98)
1733
1733
 
1734
1734
  </td>
1735
1735
  </tr>
@@ -1740,7 +1740,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client\_error\_response
1740
1740
 
1741
1741
  ### HttpInfoStatus
1742
1742
 
1743
- Defined in: [enums/http-status.enums.ts:15](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L15)
1743
+ Defined in: [enums/http-status.enums.ts:15](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L15)
1744
1744
 
1745
1745
  HTTP Informational Status Codes (1xx)
1746
1746
 
@@ -1779,7 +1779,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#information\_responses
1779
1779
  </td>
1780
1780
  <td>
1781
1781
 
1782
- [enums/http-status.enums.ts:16](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L16)
1782
+ [enums/http-status.enums.ts:16](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L16)
1783
1783
 
1784
1784
  </td>
1785
1785
  </tr>
@@ -1796,7 +1796,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#information\_responses
1796
1796
  </td>
1797
1797
  <td>
1798
1798
 
1799
- [enums/http-status.enums.ts:19](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L19)
1799
+ [enums/http-status.enums.ts:19](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L19)
1800
1800
 
1801
1801
  </td>
1802
1802
  </tr>
@@ -1813,7 +1813,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#information\_responses
1813
1813
  </td>
1814
1814
  <td>
1815
1815
 
1816
- [enums/http-status.enums.ts:18](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L18)
1816
+ [enums/http-status.enums.ts:18](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L18)
1817
1817
 
1818
1818
  </td>
1819
1819
  </tr>
@@ -1830,7 +1830,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#information\_responses
1830
1830
  </td>
1831
1831
  <td>
1832
1832
 
1833
- [enums/http-status.enums.ts:17](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L17)
1833
+ [enums/http-status.enums.ts:17](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L17)
1834
1834
 
1835
1835
  </td>
1836
1836
  </tr>
@@ -1841,7 +1841,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#information\_responses
1841
1841
 
1842
1842
  ### HttpRedirectionStatus
1843
1843
 
1844
- Defined in: [enums/http-status.enums.ts:60](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L60)
1844
+ Defined in: [enums/http-status.enums.ts:60](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L60)
1845
1845
 
1846
1846
  HTTP Redirection Status Codes (3xx)
1847
1847
 
@@ -1880,7 +1880,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1880
1880
  </td>
1881
1881
  <td>
1882
1882
 
1883
- [enums/http-status.enums.ts:63](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L63)
1883
+ [enums/http-status.enums.ts:63](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L63)
1884
1884
 
1885
1885
  </td>
1886
1886
  </tr>
@@ -1897,7 +1897,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1897
1897
  </td>
1898
1898
  <td>
1899
1899
 
1900
- [enums/http-status.enums.ts:62](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L62)
1900
+ [enums/http-status.enums.ts:62](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L62)
1901
1901
 
1902
1902
  </td>
1903
1903
  </tr>
@@ -1914,7 +1914,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1914
1914
  </td>
1915
1915
  <td>
1916
1916
 
1917
- [enums/http-status.enums.ts:61](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L61)
1917
+ [enums/http-status.enums.ts:61](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L61)
1918
1918
 
1919
1919
  </td>
1920
1920
  </tr>
@@ -1931,7 +1931,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1931
1931
  </td>
1932
1932
  <td>
1933
1933
 
1934
- [enums/http-status.enums.ts:65](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L65)
1934
+ [enums/http-status.enums.ts:65](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L65)
1935
1935
 
1936
1936
  </td>
1937
1937
  </tr>
@@ -1948,7 +1948,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1948
1948
  </td>
1949
1949
  <td>
1950
1950
 
1951
- [enums/http-status.enums.ts:68](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L68)
1951
+ [enums/http-status.enums.ts:68](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L68)
1952
1952
 
1953
1953
  </td>
1954
1954
  </tr>
@@ -1965,7 +1965,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1965
1965
  </td>
1966
1966
  <td>
1967
1967
 
1968
- [enums/http-status.enums.ts:64](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L64)
1968
+ [enums/http-status.enums.ts:64](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L64)
1969
1969
 
1970
1970
  </td>
1971
1971
  </tr>
@@ -1982,7 +1982,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1982
1982
  </td>
1983
1983
  <td>
1984
1984
 
1985
- [enums/http-status.enums.ts:67](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L67)
1985
+ [enums/http-status.enums.ts:67](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L67)
1986
1986
 
1987
1987
  </td>
1988
1988
  </tr>
@@ -1999,7 +1999,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
1999
1999
  </td>
2000
2000
  <td>
2001
2001
 
2002
- [enums/http-status.enums.ts:66](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L66)
2002
+ [enums/http-status.enums.ts:66](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L66)
2003
2003
 
2004
2004
  </td>
2005
2005
  </tr>
@@ -2010,7 +2010,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection\_messages
2010
2010
 
2011
2011
  ### HttpServerErrorStatus
2012
2012
 
2013
- Defined in: [enums/http-status.enums.ts:128](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L128)
2013
+ Defined in: [enums/http-status.enums.ts:128](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L128)
2014
2014
 
2015
2015
  HTTP Server Error Status Codes (5xx)
2016
2016
 
@@ -2050,7 +2050,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2050
2050
  </td>
2051
2051
  <td>
2052
2052
 
2053
- [enums/http-status.enums.ts:131](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L131)
2053
+ [enums/http-status.enums.ts:131](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L131)
2054
2054
 
2055
2055
  </td>
2056
2056
  </tr>
@@ -2067,7 +2067,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2067
2067
  </td>
2068
2068
  <td>
2069
2069
 
2070
- [enums/http-status.enums.ts:133](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L133)
2070
+ [enums/http-status.enums.ts:133](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L133)
2071
2071
 
2072
2072
  </td>
2073
2073
  </tr>
@@ -2084,7 +2084,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2084
2084
  </td>
2085
2085
  <td>
2086
2086
 
2087
- [enums/http-status.enums.ts:134](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L134)
2087
+ [enums/http-status.enums.ts:134](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L134)
2088
2088
 
2089
2089
  </td>
2090
2090
  </tr>
@@ -2101,7 +2101,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2101
2101
  </td>
2102
2102
  <td>
2103
2103
 
2104
- [enums/http-status.enums.ts:136](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L136)
2104
+ [enums/http-status.enums.ts:136](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L136)
2105
2105
 
2106
2106
  </td>
2107
2107
  </tr>
@@ -2118,7 +2118,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2118
2118
  </td>
2119
2119
  <td>
2120
2120
 
2121
- [enums/http-status.enums.ts:129](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L129)
2121
+ [enums/http-status.enums.ts:129](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L129)
2122
2122
 
2123
2123
  </td>
2124
2124
  </tr>
@@ -2135,7 +2135,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2135
2135
  </td>
2136
2136
  <td>
2137
2137
 
2138
- [enums/http-status.enums.ts:137](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L137)
2138
+ [enums/http-status.enums.ts:137](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L137)
2139
2139
 
2140
2140
  </td>
2141
2141
  </tr>
@@ -2152,7 +2152,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2152
2152
  </td>
2153
2153
  <td>
2154
2154
 
2155
- [enums/http-status.enums.ts:139](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L139)
2155
+ [enums/http-status.enums.ts:139](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L139)
2156
2156
 
2157
2157
  </td>
2158
2158
  </tr>
@@ -2169,7 +2169,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2169
2169
  </td>
2170
2170
  <td>
2171
2171
 
2172
- [enums/http-status.enums.ts:138](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L138)
2172
+ [enums/http-status.enums.ts:138](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L138)
2173
2173
 
2174
2174
  </td>
2175
2175
  </tr>
@@ -2186,7 +2186,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2186
2186
  </td>
2187
2187
  <td>
2188
2188
 
2189
- [enums/http-status.enums.ts:130](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L130)
2189
+ [enums/http-status.enums.ts:130](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L130)
2190
2190
 
2191
2191
  </td>
2192
2192
  </tr>
@@ -2203,7 +2203,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2203
2203
  </td>
2204
2204
  <td>
2205
2205
 
2206
- [enums/http-status.enums.ts:132](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L132)
2206
+ [enums/http-status.enums.ts:132](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L132)
2207
2207
 
2208
2208
  </td>
2209
2209
  </tr>
@@ -2220,7 +2220,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2220
2220
  </td>
2221
2221
  <td>
2222
2222
 
2223
- [enums/http-status.enums.ts:135](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L135)
2223
+ [enums/http-status.enums.ts:135](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L135)
2224
2224
 
2225
2225
  </td>
2226
2226
  </tr>
@@ -2231,7 +2231,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#server\_error\_response
2231
2231
 
2232
2232
  ### HttpSuccessStatus
2233
2233
 
2234
- Defined in: [enums/http-status.enums.ts:35](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L35)
2234
+ Defined in: [enums/http-status.enums.ts:35](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L35)
2235
2235
 
2236
2236
  HTTP Success Status Codes (2xx)
2237
2237
 
@@ -2271,7 +2271,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2271
2271
  </td>
2272
2272
  <td>
2273
2273
 
2274
- [enums/http-status.enums.ts:38](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L38)
2274
+ [enums/http-status.enums.ts:38](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L38)
2275
2275
 
2276
2276
  </td>
2277
2277
  </tr>
@@ -2288,7 +2288,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2288
2288
  </td>
2289
2289
  <td>
2290
2290
 
2291
- [enums/http-status.enums.ts:44](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L44)
2291
+ [enums/http-status.enums.ts:44](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L44)
2292
2292
 
2293
2293
  </td>
2294
2294
  </tr>
@@ -2305,7 +2305,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2305
2305
  </td>
2306
2306
  <td>
2307
2307
 
2308
- [enums/http-status.enums.ts:45](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L45)
2308
+ [enums/http-status.enums.ts:45](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L45)
2309
2309
 
2310
2310
  </td>
2311
2311
  </tr>
@@ -2322,7 +2322,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2322
2322
  </td>
2323
2323
  <td>
2324
2324
 
2325
- [enums/http-status.enums.ts:37](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L37)
2325
+ [enums/http-status.enums.ts:37](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L37)
2326
2326
 
2327
2327
  </td>
2328
2328
  </tr>
@@ -2339,7 +2339,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2339
2339
  </td>
2340
2340
  <td>
2341
2341
 
2342
- [enums/http-status.enums.ts:43](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L43)
2342
+ [enums/http-status.enums.ts:43](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L43)
2343
2343
 
2344
2344
  </td>
2345
2345
  </tr>
@@ -2356,7 +2356,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2356
2356
  </td>
2357
2357
  <td>
2358
2358
 
2359
- [enums/http-status.enums.ts:40](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L40)
2359
+ [enums/http-status.enums.ts:40](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L40)
2360
2360
 
2361
2361
  </td>
2362
2362
  </tr>
@@ -2373,7 +2373,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2373
2373
  </td>
2374
2374
  <td>
2375
2375
 
2376
- [enums/http-status.enums.ts:39](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L39)
2376
+ [enums/http-status.enums.ts:39](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L39)
2377
2377
 
2378
2378
  </td>
2379
2379
  </tr>
@@ -2390,7 +2390,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2390
2390
  </td>
2391
2391
  <td>
2392
2392
 
2393
- [enums/http-status.enums.ts:36](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L36)
2393
+ [enums/http-status.enums.ts:36](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L36)
2394
2394
 
2395
2395
  </td>
2396
2396
  </tr>
@@ -2407,7 +2407,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2407
2407
  </td>
2408
2408
  <td>
2409
2409
 
2410
- [enums/http-status.enums.ts:42](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L42)
2410
+ [enums/http-status.enums.ts:42](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L42)
2411
2411
 
2412
2412
  </td>
2413
2413
  </tr>
@@ -2424,7 +2424,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2424
2424
  </td>
2425
2425
  <td>
2426
2426
 
2427
- [enums/http-status.enums.ts:41](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/enums/http-status.enums.ts#L41)
2427
+ [enums/http-status.enums.ts:41](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/enums/http-status.enums.ts#L41)
2428
2428
 
2429
2429
  </td>
2430
2430
  </tr>
@@ -2435,7 +2435,7 @@ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#successful\_responses
2435
2435
 
2436
2436
  ### ErrorResponse
2437
2437
 
2438
- Defined in: [interfaces/response.interfaces.ts:126](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L126)
2438
+ Defined in: [interfaces/response.interfaces.ts:126](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L126)
2439
2439
 
2440
2440
  Interface for error API responses that include error details.
2441
2441
 
@@ -2508,7 +2508,7 @@ allowing clients to handle different error scenarios distinctly.
2508
2508
  </td>
2509
2509
  <td>
2510
2510
 
2511
- [interfaces/response.interfaces.ts:147](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L147)
2511
+ [interfaces/response.interfaces.ts:147](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L147)
2512
2512
 
2513
2513
  </td>
2514
2514
  </tr>
@@ -2545,7 +2545,7 @@ rather than end users.
2545
2545
  </td>
2546
2546
  <td>
2547
2547
 
2548
- [interfaces/response.interfaces.ts:66](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L66)
2548
+ [interfaces/response.interfaces.ts:66](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L66)
2549
2549
 
2550
2550
  </td>
2551
2551
  </tr>
@@ -2581,7 +2581,7 @@ technical details that aren't relevant to users.
2581
2581
  </td>
2582
2582
  <td>
2583
2583
 
2584
- [interfaces/response.interfaces.ts:56](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L56)
2584
+ [interfaces/response.interfaces.ts:56](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L56)
2585
2585
 
2586
2586
  </td>
2587
2587
  </tr>
@@ -2623,7 +2623,7 @@ For error responses, this will typically be:
2623
2623
  </td>
2624
2624
  <td>
2625
2625
 
2626
- [interfaces/response.interfaces.ts:137](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L137)
2626
+ [interfaces/response.interfaces.ts:137](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L137)
2627
2627
 
2628
2628
  </td>
2629
2629
  </tr>
@@ -2634,7 +2634,7 @@ For error responses, this will typically be:
2634
2634
 
2635
2635
  ### HttpResponse
2636
2636
 
2637
- Defined in: [interfaces/response.interfaces.ts:21](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L21)
2637
+ Defined in: [interfaces/response.interfaces.ts:21](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L21)
2638
2638
 
2639
2639
  Base interface for all HTTP responses in the application.
2640
2640
 
@@ -2699,7 +2699,7 @@ for fine-grained categorization of responses within each HTTP status category.
2699
2699
  </td>
2700
2700
  <td>
2701
2701
 
2702
- [interfaces/response.interfaces.ts:47](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L47)
2702
+ [interfaces/response.interfaces.ts:47](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L47)
2703
2703
 
2704
2704
  </td>
2705
2705
  </tr>
@@ -2726,7 +2726,7 @@ rather than end users.
2726
2726
  </td>
2727
2727
  <td>
2728
2728
 
2729
- [interfaces/response.interfaces.ts:66](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L66)
2729
+ [interfaces/response.interfaces.ts:66](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L66)
2730
2730
 
2731
2731
  </td>
2732
2732
  </tr>
@@ -2752,7 +2752,7 @@ technical details that aren't relevant to users.
2752
2752
  </td>
2753
2753
  <td>
2754
2754
 
2755
- [interfaces/response.interfaces.ts:56](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L56)
2755
+ [interfaces/response.interfaces.ts:56](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L56)
2756
2756
 
2757
2757
  </td>
2758
2758
  </tr>
@@ -2785,7 +2785,7 @@ of the response (success, client error, server error).
2785
2785
  </td>
2786
2786
  <td>
2787
2787
 
2788
- [interfaces/response.interfaces.ts:34](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L34)
2788
+ [interfaces/response.interfaces.ts:34](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L34)
2789
2789
 
2790
2790
  </td>
2791
2791
  </tr>
@@ -2796,7 +2796,7 @@ of the response (success, client error, server error).
2796
2796
 
2797
2797
  ### SuccessResponse
2798
2798
 
2799
- Defined in: [interfaces/response.interfaces.ts:84](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L84)
2799
+ Defined in: [interfaces/response.interfaces.ts:84](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L84)
2800
2800
 
2801
2801
  Interface for successful API responses that include data payload.
2802
2802
 
@@ -2866,7 +2866,7 @@ allowing clients to handle different success scenarios distinctly if needed.
2866
2866
  </td>
2867
2867
  <td>
2868
2868
 
2869
- [interfaces/response.interfaces.ts:105](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L105)
2869
+ [interfaces/response.interfaces.ts:105](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L105)
2870
2870
 
2871
2871
  </td>
2872
2872
  </tr>
@@ -2903,7 +2903,7 @@ rather than end users.
2903
2903
  </td>
2904
2904
  <td>
2905
2905
 
2906
- [interfaces/response.interfaces.ts:66](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L66)
2906
+ [interfaces/response.interfaces.ts:66](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L66)
2907
2907
 
2908
2908
  </td>
2909
2909
  </tr>
@@ -2939,7 +2939,7 @@ technical details that aren't relevant to users.
2939
2939
  </td>
2940
2940
  <td>
2941
2941
 
2942
- [interfaces/response.interfaces.ts:56](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L56)
2942
+ [interfaces/response.interfaces.ts:56](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L56)
2943
2943
 
2944
2944
  </td>
2945
2945
  </tr>
@@ -2981,7 +2981,7 @@ For successful responses, this will typically be:
2981
2981
  </td>
2982
2982
  <td>
2983
2983
 
2984
- [interfaces/response.interfaces.ts:95](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L95)
2984
+ [interfaces/response.interfaces.ts:95](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/response.interfaces.ts#L95)
2985
2985
 
2986
2986
  </td>
2987
2987
  </tr>
@@ -2992,7 +2992,7 @@ For successful responses, this will typically be:
2992
2992
 
2993
2993
  ### UserInfo
2994
2994
 
2995
- Defined in: [interfaces/user-info.interface.ts:38](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L38)
2995
+ Defined in: [interfaces/user-info.interface.ts:38](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L38)
2996
2996
 
2997
2997
  Interface representing essential user information.
2998
2998
 
@@ -3062,7 +3062,7 @@ Used for personalization and formal addressing throughout the application.
3062
3062
  </td>
3063
3063
  <td>
3064
3064
 
3065
- [interfaces/user-info.interface.ts:52](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L52)
3065
+ [interfaces/user-info.interface.ts:52](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L52)
3066
3066
 
3067
3067
  </td>
3068
3068
  </tr>
@@ -3088,7 +3088,7 @@ format may vary based on locale and application requirements.
3088
3088
  </td>
3089
3089
  <td>
3090
3090
 
3091
- [interfaces/user-info.interface.ts:68](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L68)
3091
+ [interfaces/user-info.interface.ts:68](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L68)
3092
3092
 
3093
3093
  </td>
3094
3094
  </tr>
@@ -3113,7 +3113,7 @@ and uniquely identifies the user across the entire system.
3113
3113
  </td>
3114
3114
  <td>
3115
3115
 
3116
- [interfaces/user-info.interface.ts:45](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L45)
3116
+ [interfaces/user-info.interface.ts:45](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L45)
3117
3117
 
3118
3118
  </td>
3119
3119
  </tr>
@@ -3137,7 +3137,7 @@ Used alongside the first name for formal addressing and identification.
3137
3137
  </td>
3138
3138
  <td>
3139
3139
 
3140
- [interfaces/user-info.interface.ts:59](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L59)
3140
+ [interfaces/user-info.interface.ts:59](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/interfaces/user-info.interface.ts#L59)
3141
3141
 
3142
3142
  </td>
3143
3143
  </tr>
@@ -3152,7 +3152,7 @@ Used alongside the first name for formal addressing and identification.
3152
3152
  type ErrorResponseCode = LooseAutocomplete<AuthErrorResponseCode>;
3153
3153
  ```
3154
3154
 
3155
- Defined in: [types/response-code.ts:62](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/response-code.ts#L62)
3155
+ Defined in: [types/response-code.ts:62](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/response-code.ts#L62)
3156
3156
 
3157
3157
  Represents all possible error response codes used throughout the application.
3158
3158
 
@@ -3177,7 +3177,7 @@ error codes are used when constructing error responses.
3177
3177
  type FileId = string & object;
3178
3178
  ```
3179
3179
 
3180
- Defined in: [types/types.ts:38](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/types.ts#L38)
3180
+ Defined in: [types/types.ts:38](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/types.ts#L38)
3181
3181
 
3182
3182
  Represents a strongly-typed unique identifier for a file.
3183
3183
 
@@ -3213,7 +3213,7 @@ unique `symbol`
3213
3213
  </td>
3214
3214
  <td>
3215
3215
 
3216
- [types/types.ts:38](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/types.ts#L38)
3216
+ [types/types.ts:38](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/types.ts#L38)
3217
3217
 
3218
3218
  </td>
3219
3219
  </tr>
@@ -3252,7 +3252,7 @@ type HttpStatus =
3252
3252
  | HttpServerErrorStatus;
3253
3253
  ```
3254
3254
 
3255
- Defined in: [types/types.ts:96](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/types.ts#L96)
3255
+ Defined in: [types/types.ts:96](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/types.ts#L96)
3256
3256
 
3257
3257
  Comprehensive HTTP status code type.
3258
3258
 
@@ -3282,7 +3282,7 @@ type ResponseCode = LooseAutocomplete<
3282
3282
  >;
3283
3283
  ```
3284
3284
 
3285
- Defined in: [types/response-code.ts:23](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/response-code.ts#L23)
3285
+ Defined in: [types/response-code.ts:23](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/response-code.ts#L23)
3286
3286
 
3287
3287
  Represents all possible response codes used throughout the application.
3288
3288
 
@@ -3309,7 +3309,7 @@ codes that may be added in the future).
3309
3309
  type SocketId = string & object;
3310
3310
  ```
3311
3311
 
3312
- Defined in: [types/types.ts:77](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/types.ts#L77)
3312
+ Defined in: [types/types.ts:77](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/types.ts#L77)
3313
3313
 
3314
3314
  Represents a strongly-typed socket identifier for WebSocket connections.
3315
3315
 
@@ -3344,7 +3344,7 @@ unique `symbol`
3344
3344
  </td>
3345
3345
  <td>
3346
3346
 
3347
- [types/types.ts:77](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/types.ts#L77)
3347
+ [types/types.ts:77](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/types.ts#L77)
3348
3348
 
3349
3349
  </td>
3350
3350
  </tr>
@@ -3379,7 +3379,7 @@ type SuccessResponseCode = LooseAutocomplete<
3379
3379
  >;
3380
3380
  ```
3381
3381
 
3382
- Defined in: [types/response-code.ts:44](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/response-code.ts#L44)
3382
+ Defined in: [types/response-code.ts:44](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/response-code.ts#L44)
3383
3383
 
3384
3384
  Represents all possible success response codes used throughout the application.
3385
3385
 
@@ -3405,7 +3405,7 @@ success codes are used when constructing responses.
3405
3405
  type WsRefId = (string & object) | "system";
3406
3406
  ```
3407
3407
 
3408
- Defined in: [types/types.ts:48](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/types/types.ts#L48)
3408
+ Defined in: [types/types.ts:48](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/types/types.ts#L48)
3409
3409
 
3410
3410
  Represents a type alias `WsRefId` which is either a branded string or the literal string "system".
3411
3411
 
@@ -3422,7 +3422,7 @@ The literal string `"system"` is included as an alternative value.
3422
3422
  const DAY_IN_HOURS: 24 = 24;
3423
3423
  ```
3424
3424
 
3425
- Defined in: [constants.ts:6](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L6)
3425
+ Defined in: [constants.ts:6](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L6)
3426
3426
 
3427
3427
  ---
3428
3428
 
@@ -3432,7 +3432,7 @@ Defined in: [constants.ts:6](https://github.com/hichchidev/hichchi/blob/7a34875f
3432
3432
  const DAY_IN_SECONDS: number;
3433
3433
  ```
3434
3434
 
3435
- Defined in: [constants.ts:7](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L7)
3435
+ Defined in: [constants.ts:7](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L7)
3436
3436
 
3437
3437
  ---
3438
3438
 
@@ -3442,7 +3442,7 @@ Defined in: [constants.ts:7](https://github.com/hichchidev/hichchi/blob/7a34875f
3442
3442
  const DEFAULT_ITEMS_PER_PAGE: 10 = 10;
3443
3443
  ```
3444
3444
 
3445
- Defined in: [constants.ts:21](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L21)
3445
+ Defined in: [constants.ts:21](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L21)
3446
3446
 
3447
3447
  ---
3448
3448
 
@@ -3452,7 +3452,7 @@ Defined in: [constants.ts:21](https://github.com/hichchidev/hichchi/blob/7a34875
3452
3452
  const DEFAULT_MYSQL_PORT: 3306 = 3306;
3453
3453
  ```
3454
3454
 
3455
- Defined in: [constants.ts:19](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L19)
3455
+ Defined in: [constants.ts:19](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L19)
3456
3456
 
3457
3457
  ---
3458
3458
 
@@ -3462,7 +3462,7 @@ Defined in: [constants.ts:19](https://github.com/hichchidev/hichchi/blob/7a34875
3462
3462
  const DEFAULT_REDIS_PORT: 6379 = 6379;
3463
3463
  ```
3464
3464
 
3465
- Defined in: [constants.ts:17](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L17)
3465
+ Defined in: [constants.ts:17](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L17)
3466
3466
 
3467
3467
  ---
3468
3468
 
@@ -3472,7 +3472,7 @@ Defined in: [constants.ts:17](https://github.com/hichchidev/hichchi/blob/7a34875
3472
3472
  const DEFAULT_SALT_ROUNDS: 10 = 10;
3473
3473
  ```
3474
3474
 
3475
- Defined in: [constants.ts:13](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L13)
3475
+ Defined in: [constants.ts:13](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L13)
3476
3476
 
3477
3477
  ---
3478
3478
 
@@ -3482,7 +3482,7 @@ Defined in: [constants.ts:13](https://github.com/hichchidev/hichchi/blob/7a34875
3482
3482
  const DEFAULT_UUID_VERSION: 4 = 4;
3483
3483
  ```
3484
3484
 
3485
- Defined in: [constants.ts:15](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L15)
3485
+ Defined in: [constants.ts:15](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L15)
3486
3486
 
3487
3487
  ---
3488
3488
 
@@ -3492,7 +3492,7 @@ Defined in: [constants.ts:15](https://github.com/hichchidev/hichchi/blob/7a34875
3492
3492
  const DEFAULT_VERIFY_TOKEN_LENGTH: 16 = 16;
3493
3493
  ```
3494
3494
 
3495
- Defined in: [constants.ts:11](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L11)
3495
+ Defined in: [constants.ts:11](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L11)
3496
3496
 
3497
3497
  ---
3498
3498
 
@@ -3502,7 +3502,7 @@ Defined in: [constants.ts:11](https://github.com/hichchidev/hichchi/blob/7a34875
3502
3502
  const Errors: { [key in CommonErrorResponseCode]: ErrorResponse };
3503
3503
  ```
3504
3504
 
3505
- Defined in: [responses/error.responses.ts:71](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/responses/error.responses.ts#L71)
3505
+ Defined in: [responses/error.responses.ts:71](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/responses/error.responses.ts#L71)
3506
3506
 
3507
3507
  Collection of standardized common error responses
3508
3508
 
@@ -3579,7 +3579,7 @@ export class NotFoundExceptionFilter implements ExceptionFilter {
3579
3579
  const HOUR_IN_MINUTES: 60 = 60;
3580
3580
  ```
3581
3581
 
3582
- Defined in: [constants.ts:5](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L5)
3582
+ Defined in: [constants.ts:5](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L5)
3583
3583
 
3584
3584
  ---
3585
3585
 
@@ -3589,7 +3589,7 @@ Defined in: [constants.ts:5](https://github.com/hichchidev/hichchi/blob/7a34875f
3589
3589
  const MINUTE_IN_SECONDS: 60 = 60;
3590
3590
  ```
3591
3591
 
3592
- Defined in: [constants.ts:4](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L4)
3592
+ Defined in: [constants.ts:4](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L4)
3593
3593
 
3594
3594
  ---
3595
3595
 
@@ -3599,7 +3599,7 @@ Defined in: [constants.ts:4](https://github.com/hichchidev/hichchi/blob/7a34875f
3599
3599
  const MONTH_IN_DAYS: 30 = 30;
3600
3600
  ```
3601
3601
 
3602
- Defined in: [constants.ts:8](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L8)
3602
+ Defined in: [constants.ts:8](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L8)
3603
3603
 
3604
3604
  ---
3605
3605
 
@@ -3609,7 +3609,7 @@ Defined in: [constants.ts:8](https://github.com/hichchidev/hichchi/blob/7a34875f
3609
3609
  const MONTH_IN_SECONDS: number;
3610
3610
  ```
3611
3611
 
3612
- Defined in: [constants.ts:9](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L9)
3612
+ Defined in: [constants.ts:9](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L9)
3613
3613
 
3614
3614
  ---
3615
3615
 
@@ -3619,7 +3619,7 @@ Defined in: [constants.ts:9](https://github.com/hichchidev/hichchi/blob/7a34875f
3619
3619
  const SECOND_IN_MS: 1000 = 1000;
3620
3620
  ```
3621
3621
 
3622
- Defined in: [constants.ts:3](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/constants.ts#L3)
3622
+ Defined in: [constants.ts:3](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/constants.ts#L3)
3623
3623
 
3624
3624
  ---
3625
3625
 
@@ -3629,7 +3629,7 @@ Defined in: [constants.ts:3](https://github.com/hichchidev/hichchi/blob/7a34875f
3629
3629
  const SuccessResponses: { [key in CommonSuccessResponseCode]: SuccessResponse };
3630
3630
  ```
3631
3631
 
3632
- Defined in: [responses/success.responses.ts:59](https://github.com/hichchidev/hichchi/blob/7a34875f41fbc37ae8354ec8276cde73a8661476/libs/nest-connector/src/common/responses/success.responses.ts#L59)
3632
+ Defined in: [responses/success.responses.ts:59](https://github.com/hichchidev/hichchi/blob/0b9a2445c124fc8574826bbe19e8d3e57d724a38/libs/nest-connector/src/common/responses/success.responses.ts#L59)
3633
3633
 
3634
3634
  Collection of standardized common success responses
3635
3635