@hichchi/nest-crud 0.0.6 → 0.0.7
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/CHANGELOG.md +8 -0
- package/README.md +274 -274
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1503,7 +1503,7 @@ Complete technical reference for all classes, interfaces, methods, and types in
|
|
|
1503
1503
|
|
|
1504
1504
|
### BaseEntity
|
|
1505
1505
|
|
|
1506
|
-
Defined in: [libs/nest-crud/src/base/base-entity.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
1506
|
+
Defined in: [libs/nest-crud/src/base/base-entity.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L51)
|
|
1507
1507
|
|
|
1508
1508
|
Base entity class that provides common fields and functionality for all entities
|
|
1509
1509
|
|
|
@@ -1565,7 +1565,7 @@ new BaseEntity(): BaseEntity;
|
|
|
1565
1565
|
protected optional afterLoad(): void;
|
|
1566
1566
|
```
|
|
1567
1567
|
|
|
1568
|
-
Defined in: [libs/nest-crud/src/base/base-entity.ts:156](https://github.com/hichchidev/hichchi/blob/
|
|
1568
|
+
Defined in: [libs/nest-crud/src/base/base-entity.ts:156](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L156)
|
|
1569
1569
|
|
|
1570
1570
|
Lifecycle hook that runs after an entity is loaded from the database
|
|
1571
1571
|
|
|
@@ -1615,7 +1615,7 @@ It is not nullable and cannot be changed after creation.
|
|
|
1615
1615
|
</td>
|
|
1616
1616
|
<td>
|
|
1617
1617
|
|
|
1618
|
-
[libs/nest-crud/src/base/base-entity.ts:68](https://github.com/hichchidev/hichchi/blob/
|
|
1618
|
+
[libs/nest-crud/src/base/base-entity.ts:68](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L68)
|
|
1619
1619
|
|
|
1620
1620
|
</td>
|
|
1621
1621
|
</tr>
|
|
@@ -1640,7 +1640,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
1640
1640
|
</td>
|
|
1641
1641
|
<td>
|
|
1642
1642
|
|
|
1643
|
-
[libs/nest-crud/src/base/base-entity.ts:105](https://github.com/hichchidev/hichchi/blob/
|
|
1643
|
+
[libs/nest-crud/src/base/base-entity.ts:105](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L105)
|
|
1644
1644
|
|
|
1645
1645
|
</td>
|
|
1646
1646
|
</tr>
|
|
@@ -1665,7 +1665,7 @@ It is used for the foreign key relationship with the createdBy field.
|
|
|
1665
1665
|
</td>
|
|
1666
1666
|
<td>
|
|
1667
1667
|
|
|
1668
|
-
[libs/nest-crud/src/base/base-entity.ts:95](https://github.com/hichchidev/hichchi/blob/
|
|
1668
|
+
[libs/nest-crud/src/base/base-entity.ts:95](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L95)
|
|
1669
1669
|
|
|
1670
1670
|
</td>
|
|
1671
1671
|
</tr>
|
|
@@ -1690,7 +1690,7 @@ soft delete functionality. When this field has a value, the entity is considered
|
|
|
1690
1690
|
</td>
|
|
1691
1691
|
<td>
|
|
1692
1692
|
|
|
1693
|
-
[libs/nest-crud/src/base/base-entity.ts:86](https://github.com/hichchidev/hichchi/blob/
|
|
1693
|
+
[libs/nest-crud/src/base/base-entity.ts:86](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L86)
|
|
1694
1694
|
|
|
1695
1695
|
</td>
|
|
1696
1696
|
</tr>
|
|
@@ -1715,7 +1715,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
1715
1715
|
</td>
|
|
1716
1716
|
<td>
|
|
1717
1717
|
|
|
1718
|
-
[libs/nest-crud/src/base/base-entity.ts:143](https://github.com/hichchidev/hichchi/blob/
|
|
1718
|
+
[libs/nest-crud/src/base/base-entity.ts:143](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L143)
|
|
1719
1719
|
|
|
1720
1720
|
</td>
|
|
1721
1721
|
</tr>
|
|
@@ -1740,7 +1740,7 @@ It is used for the foreign key relationship with the deletedBy field.
|
|
|
1740
1740
|
</td>
|
|
1741
1741
|
<td>
|
|
1742
1742
|
|
|
1743
|
-
[libs/nest-crud/src/base/base-entity.ts:133](https://github.com/hichchidev/hichchi/blob/
|
|
1743
|
+
[libs/nest-crud/src/base/base-entity.ts:133](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L133)
|
|
1744
1744
|
|
|
1745
1745
|
</td>
|
|
1746
1746
|
</tr>
|
|
@@ -1765,7 +1765,7 @@ It serves as the primary key for the entity in the database.
|
|
|
1765
1765
|
</td>
|
|
1766
1766
|
<td>
|
|
1767
1767
|
|
|
1768
|
-
[libs/nest-crud/src/base/base-entity.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
1768
|
+
[libs/nest-crud/src/base/base-entity.ts:59](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L59)
|
|
1769
1769
|
|
|
1770
1770
|
</td>
|
|
1771
1771
|
</tr>
|
|
@@ -1790,7 +1790,7 @@ and updated whenever the entity is modified.
|
|
|
1790
1790
|
</td>
|
|
1791
1791
|
<td>
|
|
1792
1792
|
|
|
1793
|
-
[libs/nest-crud/src/base/base-entity.ts:77](https://github.com/hichchidev/hichchi/blob/
|
|
1793
|
+
[libs/nest-crud/src/base/base-entity.ts:77](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L77)
|
|
1794
1794
|
|
|
1795
1795
|
</td>
|
|
1796
1796
|
</tr>
|
|
@@ -1815,7 +1815,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
1815
1815
|
</td>
|
|
1816
1816
|
<td>
|
|
1817
1817
|
|
|
1818
|
-
[libs/nest-crud/src/base/base-entity.ts:124](https://github.com/hichchidev/hichchi/blob/
|
|
1818
|
+
[libs/nest-crud/src/base/base-entity.ts:124](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L124)
|
|
1819
1819
|
|
|
1820
1820
|
</td>
|
|
1821
1821
|
</tr>
|
|
@@ -1840,7 +1840,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
1840
1840
|
</td>
|
|
1841
1841
|
<td>
|
|
1842
1842
|
|
|
1843
|
-
[libs/nest-crud/src/base/base-entity.ts:114](https://github.com/hichchidev/hichchi/blob/
|
|
1843
|
+
[libs/nest-crud/src/base/base-entity.ts:114](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L114)
|
|
1844
1844
|
|
|
1845
1845
|
</td>
|
|
1846
1846
|
</tr>
|
|
@@ -1851,7 +1851,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
1851
1851
|
|
|
1852
1852
|
### BaseEntityExtension
|
|
1853
1853
|
|
|
1854
|
-
Defined in: [libs/nest-crud/src/base/base-entity-extension.ts:43](https://github.com/hichchidev/hichchi/blob/
|
|
1854
|
+
Defined in: [libs/nest-crud/src/base/base-entity-extension.ts:43](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity-extension.ts#L43)
|
|
1855
1855
|
|
|
1856
1856
|
Base entity extension class that provides a minimal entity structure
|
|
1857
1857
|
|
|
@@ -1945,7 +1945,7 @@ It serves as the primary key for the entity in the database.
|
|
|
1945
1945
|
</td>
|
|
1946
1946
|
<td>
|
|
1947
1947
|
|
|
1948
|
-
[libs/nest-crud/src/base/base-entity-extension.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
1948
|
+
[libs/nest-crud/src/base/base-entity-extension.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity-extension.ts#L51)
|
|
1949
1949
|
|
|
1950
1950
|
</td>
|
|
1951
1951
|
</tr>
|
|
@@ -1956,7 +1956,7 @@ It serves as the primary key for the entity in the database.
|
|
|
1956
1956
|
|
|
1957
1957
|
### BaseRepository
|
|
1958
1958
|
|
|
1959
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:97](https://github.com/hichchidev/hichchi/blob/
|
|
1959
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:97](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L97)
|
|
1960
1960
|
|
|
1961
1961
|
Base Repository Class that extends TypeORM's Repository with enhanced functionality
|
|
1962
1962
|
|
|
@@ -2065,7 +2065,7 @@ ModelExtension interface (for lightweight entity extensions).
|
|
|
2065
2065
|
get entityRepository(): Repository<Entity>;
|
|
2066
2066
|
```
|
|
2067
2067
|
|
|
2068
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:126](https://github.com/hichchidev/hichchi/blob/
|
|
2068
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:126](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L126)
|
|
2069
2069
|
|
|
2070
2070
|
Get the appropriate repository instance for the current context
|
|
2071
2071
|
|
|
@@ -2112,7 +2112,7 @@ Entity metadata of the entity current repository manages.
|
|
|
2112
2112
|
new BaseRepository<Entity>(repository): BaseRepository<Entity>;
|
|
2113
2113
|
```
|
|
2114
2114
|
|
|
2115
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:110](https://github.com/hichchidev/hichchi/blob/
|
|
2115
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:110](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L110)
|
|
2116
2116
|
|
|
2117
2117
|
Constructor for the BaseRepository
|
|
2118
2118
|
|
|
@@ -2330,7 +2330,7 @@ Useful for pagination.
|
|
|
2330
2330
|
countMany(options?): Promise<number>;
|
|
2331
2331
|
```
|
|
2332
2332
|
|
|
2333
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:759](https://github.com/hichchidev/hichchi/blob/
|
|
2333
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:759](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L759)
|
|
2334
2334
|
|
|
2335
2335
|
Count entities matching the specified criteria
|
|
2336
2336
|
|
|
@@ -2412,7 +2412,7 @@ The data to create entities with
|
|
|
2412
2412
|
create(): Entity;
|
|
2413
2413
|
```
|
|
2414
2414
|
|
|
2415
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:147](https://github.com/hichchidev/hichchi/blob/
|
|
2415
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:147](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L147)
|
|
2416
2416
|
|
|
2417
2417
|
Create a new entity instance
|
|
2418
2418
|
|
|
@@ -2447,7 +2447,7 @@ user.lastName = "Doe";
|
|
|
2447
2447
|
create<T>(entityLike): Entity;
|
|
2448
2448
|
```
|
|
2449
2449
|
|
|
2450
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:171](https://github.com/hichchidev/hichchi/blob/
|
|
2450
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:171](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L171)
|
|
2451
2451
|
|
|
2452
2452
|
Create a new entity instance with the provided data
|
|
2453
2453
|
|
|
@@ -2555,7 +2555,7 @@ const user = userRepository.create({
|
|
|
2555
2555
|
create<T>(entityLikeArray): Entity[];
|
|
2556
2556
|
```
|
|
2557
2557
|
|
|
2558
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:194](https://github.com/hichchidev/hichchi/blob/
|
|
2558
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:194](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L194)
|
|
2559
2559
|
|
|
2560
2560
|
Create multiple entity instances
|
|
2561
2561
|
|
|
@@ -2855,7 +2855,7 @@ WARNING! This method deletes ALL rows in the target table.
|
|
|
2855
2855
|
deleteById(id): Promise<DeleteResult>;
|
|
2856
2856
|
```
|
|
2857
2857
|
|
|
2858
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:660](https://github.com/hichchidev/hichchi/blob/
|
|
2858
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:660](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L660)
|
|
2859
2859
|
|
|
2860
2860
|
Soft delete an entity by ID
|
|
2861
2861
|
|
|
@@ -2918,7 +2918,7 @@ const result = await userRepository.delete("user-id");
|
|
|
2918
2918
|
deleteByIds(ids): Promise<DeleteResult>;
|
|
2919
2919
|
```
|
|
2920
2920
|
|
|
2921
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:684](https://github.com/hichchidev/hichchi/blob/
|
|
2921
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:684](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L684)
|
|
2922
2922
|
|
|
2923
2923
|
Soft delete multiple entities by their IDs
|
|
2924
2924
|
|
|
@@ -3634,7 +3634,7 @@ If entity was not found in the database - rejects with error.
|
|
|
3634
3634
|
generateOptions(getOptions): FindOneOptions<Entity>;
|
|
3635
3635
|
```
|
|
3636
3636
|
|
|
3637
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:837](https://github.com/hichchidev/hichchi/blob/
|
|
3637
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:837](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L837)
|
|
3638
3638
|
|
|
3639
3639
|
Generate TypeORM query options from Hichchi query options
|
|
3640
3640
|
|
|
@@ -3704,7 +3704,7 @@ TypeORM query options
|
|
|
3704
3704
|
getById(id, options?): Promise<Entity | null>;
|
|
3705
3705
|
```
|
|
3706
3706
|
|
|
3707
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:538](https://github.com/hichchidev/hichchi/blob/
|
|
3707
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:538](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L538)
|
|
3708
3708
|
|
|
3709
3709
|
Get an entity by ID
|
|
3710
3710
|
|
|
@@ -3787,7 +3787,7 @@ const user = await userRepository.get("user-id", {
|
|
|
3787
3787
|
getByIds(getByIds): Promise<Entity[]>;
|
|
3788
3788
|
```
|
|
3789
3789
|
|
|
3790
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:569](https://github.com/hichchidev/hichchi/blob/
|
|
3790
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:569](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L569)
|
|
3791
3791
|
|
|
3792
3792
|
Get multiple entities by their IDs
|
|
3793
3793
|
|
|
@@ -3897,7 +3897,7 @@ Gets entity mixed id.
|
|
|
3897
3897
|
getMany(getMany): Promise<[Entity[], number]>;
|
|
3898
3898
|
```
|
|
3899
3899
|
|
|
3900
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:636](https://github.com/hichchidev/hichchi/blob/
|
|
3900
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:636](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L636)
|
|
3901
3901
|
|
|
3902
3902
|
Get multiple entities matching the specified criteria
|
|
3903
3903
|
|
|
@@ -3967,7 +3967,7 @@ const [users, count] = await userRepository.getMany({
|
|
|
3967
3967
|
getOne(getOne): Promise<Entity | null>;
|
|
3968
3968
|
```
|
|
3969
3969
|
|
|
3970
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:605](https://github.com/hichchidev/hichchi/blob/
|
|
3970
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:605](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L605)
|
|
3971
3971
|
|
|
3972
3972
|
Get a single entity matching the specified criteria
|
|
3973
3973
|
|
|
@@ -4033,7 +4033,7 @@ const user = await userRepository.getOne({
|
|
|
4033
4033
|
hardDeleteById(id): Promise<DeleteResult>;
|
|
4034
4034
|
```
|
|
4035
4035
|
|
|
4036
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:709](https://github.com/hichchidev/hichchi/blob/
|
|
4036
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:709](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L709)
|
|
4037
4037
|
|
|
4038
4038
|
Permanently delete an entity by ID
|
|
4039
4039
|
|
|
@@ -4097,7 +4097,7 @@ const result = await userRepository.hardDelete("user-id");
|
|
|
4097
4097
|
hardDeleteByIds(ids): Promise<DeleteResult>;
|
|
4098
4098
|
```
|
|
4099
4099
|
|
|
4100
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:734](https://github.com/hichchidev/hichchi/blob/
|
|
4100
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:734](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L734)
|
|
4101
4101
|
|
|
4102
4102
|
Permanently delete multiple entities by their IDs
|
|
4103
4103
|
|
|
@@ -4321,7 +4321,7 @@ Does not check if entity exist in the database, so query will fail if duplicate
|
|
|
4321
4321
|
isFindOperator<T>(value): value is FindOperator<T>;
|
|
4322
4322
|
```
|
|
4323
4323
|
|
|
4324
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:929](https://github.com/hichchidev/hichchi/blob/
|
|
4324
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:929](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L929)
|
|
4325
4325
|
|
|
4326
4326
|
Type guard to check if a value is a TypeORM FindOperator
|
|
4327
4327
|
|
|
@@ -4407,7 +4407,7 @@ mapAndWhere<T>(
|
|
|
4407
4407
|
wrap?): FindOptionsWhere<T>;
|
|
4408
4408
|
```
|
|
4409
4409
|
|
|
4410
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:963](https://github.com/hichchidev/hichchi/blob/
|
|
4410
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:963](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L963)
|
|
4411
4411
|
|
|
4412
4412
|
Map and transform where conditions with operators
|
|
4413
4413
|
|
|
@@ -4727,7 +4727,7 @@ orWhere(
|
|
|
4727
4727
|
operator): FindOptionsWhere<Entity> | FindOptionsWhere<Entity>[];
|
|
4728
4728
|
```
|
|
4729
4729
|
|
|
4730
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:898](https://github.com/hichchidev/hichchi/blob/
|
|
4730
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:898](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L898)
|
|
4731
4731
|
|
|
4732
4732
|
Create OR conditions for search or negation queries
|
|
4733
4733
|
|
|
@@ -5852,7 +5852,7 @@ If entity does not exist in the database then inserts, otherwise updates.
|
|
|
5852
5852
|
saveAndGet<T>(entityLike, options?): Promise<Entity | null>;
|
|
5853
5853
|
```
|
|
5854
5854
|
|
|
5855
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:301](https://github.com/hichchidev/hichchi/blob/
|
|
5855
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:301](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L301)
|
|
5856
5856
|
|
|
5857
5857
|
Save an entity and retrieve it with relations
|
|
5858
5858
|
|
|
@@ -5989,7 +5989,7 @@ const savedUser = await userRepository.saveAndGet(existingUser, {
|
|
|
5989
5989
|
saveMany<T>(entities, options?): Promise<Entity[]>;
|
|
5990
5990
|
```
|
|
5991
5991
|
|
|
5992
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:347](https://github.com/hichchidev/hichchi/blob/
|
|
5992
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:347](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L347)
|
|
5993
5993
|
|
|
5994
5994
|
Save multiple entities to the database
|
|
5995
5995
|
|
|
@@ -6125,7 +6125,7 @@ const savedUsers = await userRepository.saveMany(existingUsers, {
|
|
|
6125
6125
|
saveOne<T>(entityLike, options?): Promise<Entity>;
|
|
6126
6126
|
```
|
|
6127
6127
|
|
|
6128
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:252](https://github.com/hichchidev/hichchi/blob/
|
|
6128
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:252](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L252)
|
|
6129
6129
|
|
|
6130
6130
|
Save an entity to the database
|
|
6131
6131
|
|
|
@@ -6812,7 +6812,7 @@ Return the SUM of a column
|
|
|
6812
6812
|
transaction<T>(operation): Promise<T>;
|
|
6813
6813
|
```
|
|
6814
6814
|
|
|
6815
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:796](https://github.com/hichchidev/hichchi/blob/
|
|
6815
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:796](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L796)
|
|
6816
6816
|
|
|
6817
6817
|
Execute operations within a transaction
|
|
6818
6818
|
|
|
@@ -7021,7 +7021,7 @@ updateAndGet(
|
|
|
7021
7021
|
options?): Promise<Entity | null>;
|
|
7022
7022
|
```
|
|
7023
7023
|
|
|
7024
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:411](https://github.com/hichchidev/hichchi/blob/
|
|
7024
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:411](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L411)
|
|
7025
7025
|
|
|
7026
7026
|
Update an entity and retrieve it with relations
|
|
7027
7027
|
|
|
@@ -7123,7 +7123,7 @@ const user = await userRepository.updateAndGet(
|
|
|
7123
7123
|
updateById(id, partialEntity): Promise<UpdateResult>;
|
|
7124
7124
|
```
|
|
7125
7125
|
|
|
7126
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:380](https://github.com/hichchidev/hichchi/blob/
|
|
7126
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:380](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L380)
|
|
7127
7127
|
|
|
7128
7128
|
Update an entity by ID
|
|
7129
7129
|
|
|
@@ -7208,7 +7208,7 @@ const result = await userRepository.update("user-id", {
|
|
|
7208
7208
|
updateByIds(ids, partialEntity): Promise<UpdateResult>;
|
|
7209
7209
|
```
|
|
7210
7210
|
|
|
7211
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:510](https://github.com/hichchidev/hichchi/blob/
|
|
7211
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:510](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L510)
|
|
7212
7212
|
|
|
7213
7213
|
Update multiple entities by their IDs
|
|
7214
7214
|
|
|
@@ -7291,7 +7291,7 @@ const result = await userRepository.updateByIds(
|
|
|
7291
7291
|
updateMany(where, partialEntity): Promise<UpdateResult>;
|
|
7292
7292
|
```
|
|
7293
7293
|
|
|
7294
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:475](https://github.com/hichchidev/hichchi/blob/
|
|
7294
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:475](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L475)
|
|
7295
7295
|
|
|
7296
7296
|
Update multiple entities matching the specified criteria
|
|
7297
7297
|
|
|
@@ -7376,7 +7376,7 @@ const result = await userRepository.updateMany(
|
|
|
7376
7376
|
updateOne(where, partialEntity): Promise<UpdateResult>;
|
|
7377
7377
|
```
|
|
7378
7378
|
|
|
7379
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:445](https://github.com/hichchidev/hichchi/blob/
|
|
7379
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:445](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-repository.ts#L445)
|
|
7380
7380
|
|
|
7381
7381
|
Update a single entity matching the specified criteria
|
|
7382
7382
|
|
|
@@ -7630,7 +7630,7 @@ node_modules/typeorm/repository/Repository.d.ts:28
|
|
|
7630
7630
|
|
|
7631
7631
|
### BulkDeleteDto
|
|
7632
7632
|
|
|
7633
|
-
Defined in: [libs/nest-crud/src/dtos/bulk-delete.dto.ts:45](https://github.com/hichchidev/hichchi/blob/
|
|
7633
|
+
Defined in: [libs/nest-crud/src/dtos/bulk-delete.dto.ts:45](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/dtos/bulk-delete.dto.ts#L45)
|
|
7634
7634
|
|
|
7635
7635
|
Data Transfer Object for bulk deletion operations
|
|
7636
7636
|
|
|
@@ -7724,7 +7724,7 @@ to perform the actual deletion operation.
|
|
|
7724
7724
|
</td>
|
|
7725
7725
|
<td>
|
|
7726
7726
|
|
|
7727
|
-
[libs/nest-crud/src/dtos/bulk-delete.dto.ts:62](https://github.com/hichchidev/hichchi/blob/
|
|
7727
|
+
[libs/nest-crud/src/dtos/bulk-delete.dto.ts:62](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/dtos/bulk-delete.dto.ts#L62)
|
|
7728
7728
|
|
|
7729
7729
|
</td>
|
|
7730
7730
|
</tr>
|
|
@@ -7735,7 +7735,7 @@ to perform the actual deletion operation.
|
|
|
7735
7735
|
|
|
7736
7736
|
### `abstract` CrudService
|
|
7737
7737
|
|
|
7738
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
7738
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:98](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L98)
|
|
7739
7739
|
|
|
7740
7740
|
Abstract base service providing CRUD operations for entities
|
|
7741
7741
|
|
|
@@ -7834,7 +7834,7 @@ export class UserController {
|
|
|
7834
7834
|
new CrudService<Entity>(repository): CrudService<Entity>;
|
|
7835
7835
|
```
|
|
7836
7836
|
|
|
7837
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:139](https://github.com/hichchidev/hichchi/blob/
|
|
7837
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:139](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L139)
|
|
7838
7838
|
|
|
7839
7839
|
Creates a new instance of CrudService
|
|
7840
7840
|
|
|
@@ -7909,7 +7909,7 @@ export class UserService extends CrudService<UserEntity> {
|
|
|
7909
7909
|
count(getMany?, eh?): Promise<number>;
|
|
7910
7910
|
```
|
|
7911
7911
|
|
|
7912
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1253](https://github.com/hichchidev/hichchi/blob/
|
|
7912
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1253](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1253)
|
|
7913
7913
|
|
|
7914
7914
|
Counts entities that match the specified conditions
|
|
7915
7915
|
|
|
@@ -8005,7 +8005,7 @@ const premiumUsers = await userService.count({
|
|
|
8005
8005
|
create<T>(createDto?, eh?): Entity;
|
|
8006
8006
|
```
|
|
8007
8007
|
|
|
8008
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:206](https://github.com/hichchidev/hichchi/blob/
|
|
8008
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:206](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L206)
|
|
8009
8009
|
|
|
8010
8010
|
Creates a new entity instance without saving it to the database
|
|
8011
8011
|
|
|
@@ -8184,7 +8184,7 @@ delete(
|
|
|
8184
8184
|
eh?): Promise<Entity>;
|
|
8185
8185
|
```
|
|
8186
8186
|
|
|
8187
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:851](https://github.com/hichchidev/hichchi/blob/
|
|
8187
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:851](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L851)
|
|
8188
8188
|
|
|
8189
8189
|
Deletes an entity by its ID
|
|
8190
8190
|
|
|
@@ -8279,7 +8279,7 @@ delete(
|
|
|
8279
8279
|
eh?): Promise<Entity>;
|
|
8280
8280
|
```
|
|
8281
8281
|
|
|
8282
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:865](https://github.com/hichchidev/hichchi/blob/
|
|
8282
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:865](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L865)
|
|
8283
8283
|
|
|
8284
8284
|
Deletes an entity by its ID with audit tracking
|
|
8285
8285
|
|
|
@@ -8427,7 +8427,7 @@ deleteByIds(
|
|
|
8427
8427
|
eh?): Promise<SuccessResponse>;
|
|
8428
8428
|
```
|
|
8429
8429
|
|
|
8430
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1141](https://github.com/hichchidev/hichchi/blob/
|
|
8430
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1141](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1141)
|
|
8431
8431
|
|
|
8432
8432
|
Deletes multiple entities by their IDs
|
|
8433
8433
|
|
|
@@ -8523,7 +8523,7 @@ deleteByIds(
|
|
|
8523
8523
|
eh?): Promise<SuccessResponse>;
|
|
8524
8524
|
```
|
|
8525
8525
|
|
|
8526
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1155](https://github.com/hichchidev/hichchi/blob/
|
|
8526
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1155](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1155)
|
|
8527
8527
|
|
|
8528
8528
|
Deletes multiple entities by their IDs with audit tracking
|
|
8529
8529
|
|
|
@@ -8674,7 +8674,7 @@ deleteMany(
|
|
|
8674
8674
|
eh?): Promise<Entity[]>;
|
|
8675
8675
|
```
|
|
8676
8676
|
|
|
8677
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1042](https://github.com/hichchidev/hichchi/blob/
|
|
8677
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1042](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1042)
|
|
8678
8678
|
|
|
8679
8679
|
Deletes multiple entities that match the specified conditions
|
|
8680
8680
|
|
|
@@ -8768,7 +8768,7 @@ deleteMany(
|
|
|
8768
8768
|
eh?): Promise<Entity[]>;
|
|
8769
8769
|
```
|
|
8770
8770
|
|
|
8771
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1056](https://github.com/hichchidev/hichchi/blob/
|
|
8771
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1056](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1056)
|
|
8772
8772
|
|
|
8773
8773
|
Deletes multiple entities that match the specified conditions with audit tracking
|
|
8774
8774
|
|
|
@@ -8918,7 +8918,7 @@ deleteOne(
|
|
|
8918
8918
|
eh?): Promise<Entity>;
|
|
8919
8919
|
```
|
|
8920
8920
|
|
|
8921
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:939](https://github.com/hichchidev/hichchi/blob/
|
|
8921
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:939](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L939)
|
|
8922
8922
|
|
|
8923
8923
|
Deletes a single entity that matches the specified conditions
|
|
8924
8924
|
|
|
@@ -9012,7 +9012,7 @@ deleteOne(
|
|
|
9012
9012
|
eh?): Promise<Entity>;
|
|
9013
9013
|
```
|
|
9014
9014
|
|
|
9015
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:953](https://github.com/hichchidev/hichchi/blob/
|
|
9015
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:953](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L953)
|
|
9016
9016
|
|
|
9017
9017
|
Deletes a single entity that matches the specified conditions with audit tracking
|
|
9018
9018
|
|
|
@@ -9106,7 +9106,7 @@ get(
|
|
|
9106
9106
|
eh?): Promise<Entity>;
|
|
9107
9107
|
```
|
|
9108
9108
|
|
|
9109
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:622](https://github.com/hichchidev/hichchi/blob/
|
|
9109
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:622](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L622)
|
|
9110
9110
|
|
|
9111
9111
|
Retrieves an entity by its ID
|
|
9112
9112
|
|
|
@@ -9217,7 +9217,7 @@ const userWithProfile = await userService.get(userId, {
|
|
|
9217
9217
|
getAll<Options>(getAll?, eh?): Options extends object ? Promise<PaginatedResponse<Entity>> : Promise<Entity[]>;
|
|
9218
9218
|
```
|
|
9219
9219
|
|
|
9220
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:820](https://github.com/hichchidev/hichchi/blob/
|
|
9220
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:820](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L820)
|
|
9221
9221
|
|
|
9222
9222
|
Retrieves all entities, optionally with filtering, sorting, and pagination
|
|
9223
9223
|
|
|
@@ -9340,7 +9340,7 @@ const sortedUsers = await userService.getAll({
|
|
|
9340
9340
|
getByIds(getByIds, eh?): Promise<Entity[]>;
|
|
9341
9341
|
```
|
|
9342
9342
|
|
|
9343
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:671](https://github.com/hichchidev/hichchi/blob/
|
|
9343
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:671](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L671)
|
|
9344
9344
|
|
|
9345
9345
|
Retrieves multiple entities by their IDs
|
|
9346
9346
|
|
|
@@ -9438,7 +9438,7 @@ const usersWithProfiles = await userService.getByIds({
|
|
|
9438
9438
|
getMany<Options>(getMany, eh?): Options extends object ? Promise<PaginatedResponse<Entity>> : Promise<Entity[]>;
|
|
9439
9439
|
```
|
|
9440
9440
|
|
|
9441
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:766](https://github.com/hichchidev/hichchi/blob/
|
|
9441
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:766](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L766)
|
|
9442
9442
|
|
|
9443
9443
|
Retrieves multiple entities that match the specified conditions
|
|
9444
9444
|
|
|
@@ -9565,7 +9565,7 @@ const sortedUsers = await userService.getMany({
|
|
|
9565
9565
|
getOne(getOne, eh?): Promise<Entity>;
|
|
9566
9566
|
```
|
|
9567
9567
|
|
|
9568
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:713](https://github.com/hichchidev/hichchi/blob/
|
|
9568
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:713](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L713)
|
|
9569
9569
|
|
|
9570
9570
|
Retrieves a single entity that matches the specified conditions
|
|
9571
9571
|
|
|
@@ -9661,7 +9661,7 @@ const userWithProfile = await userService.getOne({
|
|
|
9661
9661
|
getRepository(): BaseRepository<Entity>;
|
|
9662
9662
|
```
|
|
9663
9663
|
|
|
9664
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:178](https://github.com/hichchidev/hichchi/blob/
|
|
9664
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:178](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L178)
|
|
9665
9665
|
|
|
9666
9666
|
Gets the repository instance used by this service
|
|
9667
9667
|
|
|
@@ -9702,7 +9702,7 @@ const entityMetadata = repository.metadata;
|
|
|
9702
9702
|
handleError(error, eh?): never;
|
|
9703
9703
|
```
|
|
9704
9704
|
|
|
9705
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1368](https://github.com/hichchidev/hichchi/blob/
|
|
9705
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1368](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1368)
|
|
9706
9706
|
|
|
9707
9707
|
Handles errors in a standardized way
|
|
9708
9708
|
|
|
@@ -9804,7 +9804,7 @@ save<T>(
|
|
|
9804
9804
|
eh?): Promise<Entity | null>;
|
|
9805
9805
|
```
|
|
9806
9806
|
|
|
9807
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:253](https://github.com/hichchidev/hichchi/blob/
|
|
9807
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:253](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L253)
|
|
9808
9808
|
|
|
9809
9809
|
Creates and saves a new entity to the database
|
|
9810
9810
|
|
|
@@ -9976,7 +9976,7 @@ saveMany<T>(
|
|
|
9976
9976
|
eh?): Promise<Entity[]>;
|
|
9977
9977
|
```
|
|
9978
9978
|
|
|
9979
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:302](https://github.com/hichchidev/hichchi/blob/
|
|
9979
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:302](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L302)
|
|
9980
9980
|
|
|
9981
9981
|
Creates and saves multiple entities to the database
|
|
9982
9982
|
|
|
@@ -10145,7 +10145,7 @@ const usersWithAudit = await userService.saveMany(
|
|
|
10145
10145
|
transaction<T>(operation): Promise<T>;
|
|
10146
10146
|
```
|
|
10147
10147
|
|
|
10148
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1294](https://github.com/hichchidev/hichchi/blob/
|
|
10148
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1294](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1294)
|
|
10149
10149
|
|
|
10150
10150
|
Executes operations within a transaction
|
|
10151
10151
|
|
|
@@ -10244,7 +10244,7 @@ const result = await userService.transaction(async (manager) => {
|
|
|
10244
10244
|
try<T>(fn): Promise<T>;
|
|
10245
10245
|
```
|
|
10246
10246
|
|
|
10247
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1325](https://github.com/hichchidev/hichchi/blob/
|
|
10247
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1325](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L1325)
|
|
10248
10248
|
|
|
10249
10249
|
Executes a function with error handling
|
|
10250
10250
|
|
|
@@ -10347,7 +10347,7 @@ update<T>(
|
|
|
10347
10347
|
eh?): Promise<Entity>;
|
|
10348
10348
|
```
|
|
10349
10349
|
|
|
10350
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:370](https://github.com/hichchidev/hichchi/blob/
|
|
10350
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:370](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L370)
|
|
10351
10351
|
|
|
10352
10352
|
Updates an entity by its ID
|
|
10353
10353
|
|
|
@@ -10551,7 +10551,7 @@ updateByIds<T>(
|
|
|
10551
10551
|
eh?): Promise<SuccessResponse>;
|
|
10552
10552
|
```
|
|
10553
10553
|
|
|
10554
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:565](https://github.com/hichchidev/hichchi/blob/
|
|
10554
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:565](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L565)
|
|
10555
10555
|
|
|
10556
10556
|
Updates multiple entities by their IDs
|
|
10557
10557
|
|
|
@@ -10735,7 +10735,7 @@ updateMany<T>(
|
|
|
10735
10735
|
eh?): Promise<SuccessResponse>;
|
|
10736
10736
|
```
|
|
10737
10737
|
|
|
10738
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:501](https://github.com/hichchidev/hichchi/blob/
|
|
10738
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:501](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L501)
|
|
10739
10739
|
|
|
10740
10740
|
Updates multiple entities that match the specified conditions
|
|
10741
10741
|
|
|
@@ -10913,7 +10913,7 @@ updateOne<T>(
|
|
|
10913
10913
|
eh?): Promise<Entity>;
|
|
10914
10914
|
```
|
|
10915
10915
|
|
|
10916
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:437](https://github.com/hichchidev/hichchi/blob/
|
|
10916
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:437](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L437)
|
|
10917
10917
|
|
|
10918
10918
|
Updates a single entity that matches the specified conditions
|
|
10919
10919
|
|
|
@@ -11134,7 +11134,7 @@ The repository for the entity
|
|
|
11134
11134
|
</td>
|
|
11135
11135
|
<td>
|
|
11136
11136
|
|
|
11137
|
-
[libs/nest-crud/src/services/crud.service.ts:139](https://github.com/hichchidev/hichchi/blob/
|
|
11137
|
+
[libs/nest-crud/src/services/crud.service.ts:139](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/services/crud.service.ts#L139)
|
|
11138
11138
|
|
|
11139
11139
|
</td>
|
|
11140
11140
|
</tr>
|
|
@@ -11145,7 +11145,7 @@ The repository for the entity
|
|
|
11145
11145
|
|
|
11146
11146
|
### HichchiCrudModule
|
|
11147
11147
|
|
|
11148
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:35](https://github.com/hichchidev/hichchi/blob/
|
|
11148
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:35](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/crud.module.ts#L35)
|
|
11149
11149
|
|
|
11150
11150
|
Module for integrating TypeORM with NestJS and providing CRUD functionality
|
|
11151
11151
|
|
|
@@ -11191,7 +11191,7 @@ new HichchiCrudModule(): HichchiCrudModule;
|
|
|
11191
11191
|
static forFeature(entities): DynamicModule;
|
|
11192
11192
|
```
|
|
11193
11193
|
|
|
11194
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:131](https://github.com/hichchidev/hichchi/blob/
|
|
11194
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:131](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/crud.module.ts#L131)
|
|
11195
11195
|
|
|
11196
11196
|
Register entities for the HichchiCrudModule
|
|
11197
11197
|
|
|
@@ -11257,7 +11257,7 @@ export class UserModule {}
|
|
|
11257
11257
|
static forRoot(options): DynamicModule;
|
|
11258
11258
|
```
|
|
11259
11259
|
|
|
11260
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:73](https://github.com/hichchidev/hichchi/blob/
|
|
11260
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:73](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/crud.module.ts#L73)
|
|
11261
11261
|
|
|
11262
11262
|
Register the HichchiCrudModule
|
|
11263
11263
|
|
|
@@ -11336,7 +11336,7 @@ export class AppModule {}
|
|
|
11336
11336
|
static validateEntities(entities): void;
|
|
11337
11337
|
```
|
|
11338
11338
|
|
|
11339
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:206](https://github.com/hichchidev/hichchi/blob/
|
|
11339
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:206](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/crud.module.ts#L206)
|
|
11340
11340
|
|
|
11341
11341
|
Validates entities for registration with the HichchiCrudModule
|
|
11342
11342
|
|
|
@@ -11401,7 +11401,7 @@ Array of entity classes to validate
|
|
|
11401
11401
|
|
|
11402
11402
|
### HichchiUserEntity
|
|
11403
11403
|
|
|
11404
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
11404
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L51)
|
|
11405
11405
|
|
|
11406
11406
|
Base user entity class that provides common user fields and functionality
|
|
11407
11407
|
|
|
@@ -11468,7 +11468,7 @@ new HichchiUserEntity(): HichchiUserEntity;
|
|
|
11468
11468
|
protected optional afterLoad(): void;
|
|
11469
11469
|
```
|
|
11470
11470
|
|
|
11471
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:246](https://github.com/hichchidev/hichchi/blob/
|
|
11471
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:246](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L246)
|
|
11472
11472
|
|
|
11473
11473
|
Lifecycle hook that runs after an entity is loaded from the database
|
|
11474
11474
|
|
|
@@ -11491,7 +11491,7 @@ UserInfo The interface that defines the user information structure
|
|
|
11491
11491
|
protected optional beforeInsert(): void;
|
|
11492
11492
|
```
|
|
11493
11493
|
|
|
11494
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:231](https://github.com/hichchidev/hichchi/blob/
|
|
11494
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:231](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L231)
|
|
11495
11495
|
|
|
11496
11496
|
Lifecycle hooks that run before an entity is inserted or updated
|
|
11497
11497
|
|
|
@@ -11533,7 +11533,7 @@ concatenating the firstName and lastName properties.
|
|
|
11533
11533
|
</td>
|
|
11534
11534
|
<td>
|
|
11535
11535
|
|
|
11536
|
-
[libs/nest-crud/src/base/base-user.entity.ts:214](https://github.com/hichchidev/hichchi/blob/
|
|
11536
|
+
[libs/nest-crud/src/base/base-user.entity.ts:214](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L214)
|
|
11537
11537
|
|
|
11538
11538
|
</td>
|
|
11539
11539
|
</tr>
|
|
@@ -11558,7 +11558,7 @@ It is not nullable and cannot be changed after creation.
|
|
|
11558
11558
|
</td>
|
|
11559
11559
|
<td>
|
|
11560
11560
|
|
|
11561
|
-
[libs/nest-crud/src/base/base-user.entity.ts:80](https://github.com/hichchidev/hichchi/blob/
|
|
11561
|
+
[libs/nest-crud/src/base/base-user.entity.ts:80](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L80)
|
|
11562
11562
|
|
|
11563
11563
|
</td>
|
|
11564
11564
|
</tr>
|
|
@@ -11583,7 +11583,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11583
11583
|
</td>
|
|
11584
11584
|
<td>
|
|
11585
11585
|
|
|
11586
|
-
[libs/nest-crud/src/base/base-user.entity.ts:117](https://github.com/hichchidev/hichchi/blob/
|
|
11586
|
+
[libs/nest-crud/src/base/base-user.entity.ts:117](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L117)
|
|
11587
11587
|
|
|
11588
11588
|
</td>
|
|
11589
11589
|
</tr>
|
|
@@ -11608,7 +11608,7 @@ It is used for the foreign key relationship with the createdBy field.
|
|
|
11608
11608
|
</td>
|
|
11609
11609
|
<td>
|
|
11610
11610
|
|
|
11611
|
-
[libs/nest-crud/src/base/base-user.entity.ts:107](https://github.com/hichchidev/hichchi/blob/
|
|
11611
|
+
[libs/nest-crud/src/base/base-user.entity.ts:107](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L107)
|
|
11612
11612
|
|
|
11613
11613
|
</td>
|
|
11614
11614
|
</tr>
|
|
@@ -11633,7 +11633,7 @@ soft delete functionality. When this field has a value, the entity is considered
|
|
|
11633
11633
|
</td>
|
|
11634
11634
|
<td>
|
|
11635
11635
|
|
|
11636
|
-
[libs/nest-crud/src/base/base-user.entity.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
11636
|
+
[libs/nest-crud/src/base/base-user.entity.ts:98](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L98)
|
|
11637
11637
|
|
|
11638
11638
|
</td>
|
|
11639
11639
|
</tr>
|
|
@@ -11658,7 +11658,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11658
11658
|
</td>
|
|
11659
11659
|
<td>
|
|
11660
11660
|
|
|
11661
|
-
[libs/nest-crud/src/base/base-user.entity.ts:155](https://github.com/hichchidev/hichchi/blob/
|
|
11661
|
+
[libs/nest-crud/src/base/base-user.entity.ts:155](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L155)
|
|
11662
11662
|
|
|
11663
11663
|
</td>
|
|
11664
11664
|
</tr>
|
|
@@ -11683,7 +11683,7 @@ It is used for the foreign key relationship with the deletedBy field.
|
|
|
11683
11683
|
</td>
|
|
11684
11684
|
<td>
|
|
11685
11685
|
|
|
11686
|
-
[libs/nest-crud/src/base/base-user.entity.ts:145](https://github.com/hichchidev/hichchi/blob/
|
|
11686
|
+
[libs/nest-crud/src/base/base-user.entity.ts:145](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L145)
|
|
11687
11687
|
|
|
11688
11688
|
</td>
|
|
11689
11689
|
</tr>
|
|
@@ -11709,7 +11709,7 @@ or uses alternative authentication methods.
|
|
|
11709
11709
|
</td>
|
|
11710
11710
|
<td>
|
|
11711
11711
|
|
|
11712
|
-
[libs/nest-crud/src/base/base-user.entity.ts:194](https://github.com/hichchidev/hichchi/blob/
|
|
11712
|
+
[libs/nest-crud/src/base/base-user.entity.ts:194](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L194)
|
|
11713
11713
|
|
|
11714
11714
|
</td>
|
|
11715
11715
|
</tr>
|
|
@@ -11731,7 +11731,7 @@ or uses alternative authentication methods.
|
|
|
11731
11731
|
</td>
|
|
11732
11732
|
<td>
|
|
11733
11733
|
|
|
11734
|
-
[libs/nest-crud/src/base/base-user.entity.ts:211](https://github.com/hichchidev/hichchi/blob/
|
|
11734
|
+
[libs/nest-crud/src/base/base-user.entity.ts:211](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L211)
|
|
11735
11735
|
|
|
11736
11736
|
</td>
|
|
11737
11737
|
</tr>
|
|
@@ -11757,7 +11757,7 @@ be null.
|
|
|
11757
11757
|
</td>
|
|
11758
11758
|
<td>
|
|
11759
11759
|
|
|
11760
|
-
[libs/nest-crud/src/base/base-user.entity.ts:165](https://github.com/hichchidev/hichchi/blob/
|
|
11760
|
+
[libs/nest-crud/src/base/base-user.entity.ts:165](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L165)
|
|
11761
11761
|
|
|
11762
11762
|
</td>
|
|
11763
11763
|
</tr>
|
|
@@ -11783,7 +11783,7 @@ automatically maintained by the beforeInsert and beforeUpdate hooks.
|
|
|
11783
11783
|
</td>
|
|
11784
11784
|
<td>
|
|
11785
11785
|
|
|
11786
|
-
[libs/nest-crud/src/base/base-user.entity.ts:184](https://github.com/hichchidev/hichchi/blob/
|
|
11786
|
+
[libs/nest-crud/src/base/base-user.entity.ts:184](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L184)
|
|
11787
11787
|
|
|
11788
11788
|
</td>
|
|
11789
11789
|
</tr>
|
|
@@ -11808,7 +11808,7 @@ It serves as the primary key for the entity in the database.
|
|
|
11808
11808
|
</td>
|
|
11809
11809
|
<td>
|
|
11810
11810
|
|
|
11811
|
-
[libs/nest-crud/src/base/base-user.entity.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
11811
|
+
[libs/nest-crud/src/base/base-user.entity.ts:59](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L59)
|
|
11812
11812
|
|
|
11813
11813
|
</td>
|
|
11814
11814
|
</tr>
|
|
@@ -11833,7 +11833,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11833
11833
|
</td>
|
|
11834
11834
|
<td>
|
|
11835
11835
|
|
|
11836
|
-
[libs/nest-crud/src/base/base-user.entity.ts:174](https://github.com/hichchidev/hichchi/blob/
|
|
11836
|
+
[libs/nest-crud/src/base/base-user.entity.ts:174](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L174)
|
|
11837
11837
|
|
|
11838
11838
|
</td>
|
|
11839
11839
|
</tr>
|
|
@@ -11855,7 +11855,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11855
11855
|
</td>
|
|
11856
11856
|
<td>
|
|
11857
11857
|
|
|
11858
|
-
[libs/nest-crud/src/base/base-user.entity.ts:208](https://github.com/hichchidev/hichchi/blob/
|
|
11858
|
+
[libs/nest-crud/src/base/base-user.entity.ts:208](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L208)
|
|
11859
11859
|
|
|
11860
11860
|
</td>
|
|
11861
11861
|
</tr>
|
|
@@ -11877,7 +11877,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11877
11877
|
</td>
|
|
11878
11878
|
<td>
|
|
11879
11879
|
|
|
11880
|
-
[libs/nest-crud/src/base/base-user.entity.ts:217](https://github.com/hichchidev/hichchi/blob/
|
|
11880
|
+
[libs/nest-crud/src/base/base-user.entity.ts:217](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L217)
|
|
11881
11881
|
|
|
11882
11882
|
</td>
|
|
11883
11883
|
</tr>
|
|
@@ -11899,7 +11899,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11899
11899
|
</td>
|
|
11900
11900
|
<td>
|
|
11901
11901
|
|
|
11902
|
-
[libs/nest-crud/src/base/base-user.entity.ts:220](https://github.com/hichchidev/hichchi/blob/
|
|
11902
|
+
[libs/nest-crud/src/base/base-user.entity.ts:220](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L220)
|
|
11903
11903
|
|
|
11904
11904
|
</td>
|
|
11905
11905
|
</tr>
|
|
@@ -11927,7 +11927,7 @@ This variable is often used to scope application logic and data to a specific te
|
|
|
11927
11927
|
</td>
|
|
11928
11928
|
<td>
|
|
11929
11929
|
|
|
11930
|
-
[libs/nest-crud/src/base/base-user.entity.ts:71](https://github.com/hichchidev/hichchi/blob/
|
|
11930
|
+
[libs/nest-crud/src/base/base-user.entity.ts:71](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L71)
|
|
11931
11931
|
|
|
11932
11932
|
</td>
|
|
11933
11933
|
</tr>
|
|
@@ -11952,7 +11952,7 @@ and updated whenever the entity is modified.
|
|
|
11952
11952
|
</td>
|
|
11953
11953
|
<td>
|
|
11954
11954
|
|
|
11955
|
-
[libs/nest-crud/src/base/base-user.entity.ts:89](https://github.com/hichchidev/hichchi/blob/
|
|
11955
|
+
[libs/nest-crud/src/base/base-user.entity.ts:89](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L89)
|
|
11956
11956
|
|
|
11957
11957
|
</td>
|
|
11958
11958
|
</tr>
|
|
@@ -11977,7 +11977,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11977
11977
|
</td>
|
|
11978
11978
|
<td>
|
|
11979
11979
|
|
|
11980
|
-
[libs/nest-crud/src/base/base-user.entity.ts:136](https://github.com/hichchidev/hichchi/blob/
|
|
11980
|
+
[libs/nest-crud/src/base/base-user.entity.ts:136](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L136)
|
|
11981
11981
|
|
|
11982
11982
|
</td>
|
|
11983
11983
|
</tr>
|
|
@@ -12002,7 +12002,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
12002
12002
|
</td>
|
|
12003
12003
|
<td>
|
|
12004
12004
|
|
|
12005
|
-
[libs/nest-crud/src/base/base-user.entity.ts:126](https://github.com/hichchidev/hichchi/blob/
|
|
12005
|
+
[libs/nest-crud/src/base/base-user.entity.ts:126](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L126)
|
|
12006
12006
|
|
|
12007
12007
|
</td>
|
|
12008
12008
|
</tr>
|
|
@@ -12028,7 +12028,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12028
12028
|
</td>
|
|
12029
12029
|
<td>
|
|
12030
12030
|
|
|
12031
|
-
[libs/nest-crud/src/base/base-user.entity.ts:204](https://github.com/hichchidev/hichchi/blob/
|
|
12031
|
+
[libs/nest-crud/src/base/base-user.entity.ts:204](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-user.entity.ts#L204)
|
|
12032
12032
|
|
|
12033
12033
|
</td>
|
|
12034
12034
|
</tr>
|
|
@@ -12039,7 +12039,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12039
12039
|
|
|
12040
12040
|
### IdsDto
|
|
12041
12041
|
|
|
12042
|
-
Defined in: [libs/nest-crud/src/dtos/ids.dto.ts:10](https://github.com/hichchidev/hichchi/blob/
|
|
12042
|
+
Defined in: [libs/nest-crud/src/dtos/ids.dto.ts:10](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/dtos/ids.dto.ts#L10)
|
|
12043
12043
|
|
|
12044
12044
|
#### Implements
|
|
12045
12045
|
|
|
@@ -12081,7 +12081,7 @@ new IdsDto(): IdsDto;
|
|
|
12081
12081
|
</td>
|
|
12082
12082
|
<td>
|
|
12083
12083
|
|
|
12084
|
-
[libs/nest-crud/src/dtos/ids.dto.ts:14](https://github.com/hichchidev/hichchi/blob/
|
|
12084
|
+
[libs/nest-crud/src/dtos/ids.dto.ts:14](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/dtos/ids.dto.ts#L14)
|
|
12085
12085
|
|
|
12086
12086
|
</td>
|
|
12087
12087
|
</tr>
|
|
@@ -15198,7 +15198,7 @@ node_modules/typeorm/repository/Repository.d.ts:28
|
|
|
15198
15198
|
|
|
15199
15199
|
### Operation
|
|
15200
15200
|
|
|
15201
|
-
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:50](https://github.com/hichchidev/hichchi/blob/
|
|
15201
|
+
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:50](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L50)
|
|
15202
15202
|
|
|
15203
15203
|
CRUD Operations Enum
|
|
15204
15204
|
|
|
@@ -15244,7 +15244,7 @@ and performs any initialization logic required for new entities.
|
|
|
15244
15244
|
</td>
|
|
15245
15245
|
<td>
|
|
15246
15246
|
|
|
15247
|
-
[libs/nest-crud/src/enums/crud.enums.ts:58](https://github.com/hichchidev/hichchi/blob/
|
|
15247
|
+
[libs/nest-crud/src/enums/crud.enums.ts:58](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L58)
|
|
15248
15248
|
|
|
15249
15249
|
</td>
|
|
15250
15250
|
</tr>
|
|
@@ -15270,7 +15270,7 @@ enforce referential integrity constraints, depending on the configuration.
|
|
|
15270
15270
|
</td>
|
|
15271
15271
|
<td>
|
|
15272
15272
|
|
|
15273
|
-
[libs/nest-crud/src/enums/crud.enums.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
15273
|
+
[libs/nest-crud/src/enums/crud.enums.ts:85](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L85)
|
|
15274
15274
|
|
|
15275
15275
|
</td>
|
|
15276
15276
|
</tr>
|
|
@@ -15296,7 +15296,7 @@ entity already exists in the database.
|
|
|
15296
15296
|
</td>
|
|
15297
15297
|
<td>
|
|
15298
15298
|
|
|
15299
|
-
[libs/nest-crud/src/enums/crud.enums.ts:76](https://github.com/hichchidev/hichchi/blob/
|
|
15299
|
+
[libs/nest-crud/src/enums/crud.enums.ts:76](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L76)
|
|
15300
15300
|
|
|
15301
15301
|
</td>
|
|
15302
15302
|
</tr>
|
|
@@ -15322,7 +15322,7 @@ and may enforce different validation rules than creation.
|
|
|
15322
15322
|
</td>
|
|
15323
15323
|
<td>
|
|
15324
15324
|
|
|
15325
|
-
[libs/nest-crud/src/enums/crud.enums.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
15325
|
+
[libs/nest-crud/src/enums/crud.enums.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L67)
|
|
15326
15326
|
|
|
15327
15327
|
</td>
|
|
15328
15328
|
</tr>
|
|
@@ -15333,7 +15333,7 @@ and may enforce different validation rules than creation.
|
|
|
15333
15333
|
|
|
15334
15334
|
### TypeORMErrorType
|
|
15335
15335
|
|
|
15336
|
-
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:13](https://github.com/hichchidev/hichchi/blob/
|
|
15336
|
+
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:13](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L13)
|
|
15337
15337
|
|
|
15338
15338
|
TypeORM Database Error Types
|
|
15339
15339
|
|
|
@@ -15377,7 +15377,7 @@ often caused by typos in column names or outdated queries after schema changes.
|
|
|
15377
15377
|
</td>
|
|
15378
15378
|
<td>
|
|
15379
15379
|
|
|
15380
|
-
[libs/nest-crud/src/enums/crud.enums.ts:36](https://github.com/hichchidev/hichchi/blob/
|
|
15380
|
+
[libs/nest-crud/src/enums/crud.enums.ts:36](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L36)
|
|
15381
15381
|
|
|
15382
15382
|
</td>
|
|
15383
15383
|
</tr>
|
|
@@ -15400,7 +15400,7 @@ constraint, such as primary keys or columns with unique indexes.
|
|
|
15400
15400
|
</td>
|
|
15401
15401
|
<td>
|
|
15402
15402
|
|
|
15403
|
-
[libs/nest-crud/src/enums/crud.enums.ts:24](https://github.com/hichchidev/hichchi/blob/
|
|
15403
|
+
[libs/nest-crud/src/enums/crud.enums.ts:24](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L24)
|
|
15404
15404
|
|
|
15405
15405
|
</td>
|
|
15406
15406
|
</tr>
|
|
@@ -15423,7 +15423,7 @@ has no default value defined in the database schema.
|
|
|
15423
15423
|
</td>
|
|
15424
15424
|
<td>
|
|
15425
15425
|
|
|
15426
|
-
[libs/nest-crud/src/enums/crud.enums.ts:18](https://github.com/hichchidev/hichchi/blob/
|
|
15426
|
+
[libs/nest-crud/src/enums/crud.enums.ts:18](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L18)
|
|
15427
15427
|
|
|
15428
15428
|
</td>
|
|
15429
15429
|
</tr>
|
|
@@ -15446,7 +15446,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15446
15446
|
</td>
|
|
15447
15447
|
<td>
|
|
15448
15448
|
|
|
15449
|
-
[libs/nest-crud/src/enums/crud.enums.ts:30](https://github.com/hichchidev/hichchi/blob/
|
|
15449
|
+
[libs/nest-crud/src/enums/crud.enums.ts:30](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/enums/crud.enums.ts#L30)
|
|
15450
15450
|
|
|
15451
15451
|
</td>
|
|
15452
15452
|
</tr>
|
|
@@ -15461,7 +15461,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15461
15461
|
function Filters(): ParameterDecorator;
|
|
15462
15462
|
```
|
|
15463
15463
|
|
|
15464
|
-
Defined in: [libs/nest-crud/src/decorators/filter.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
15464
|
+
Defined in: [libs/nest-crud/src/decorators/filter.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/filter.decorator.ts#L85)
|
|
15465
15465
|
|
|
15466
15466
|
Filter parameter decorator
|
|
15467
15467
|
|
|
@@ -15553,7 +15553,7 @@ export class ProductController {
|
|
|
15553
15553
|
function HichchiEntity(tableName, unique?, skipFkValidation?): EntityDecorator;
|
|
15554
15554
|
```
|
|
15555
15555
|
|
|
15556
|
-
Defined in: [libs/nest-crud/src/decorators/entity.decorator.ts:109](https://github.com/hichchidev/hichchi/blob/
|
|
15556
|
+
Defined in: [libs/nest-crud/src/decorators/entity.decorator.ts:109](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/entity.decorator.ts#L109)
|
|
15557
15557
|
|
|
15558
15558
|
Decorator for creating a new entity with enhanced validation and metadata registration
|
|
15559
15559
|
|
|
@@ -15734,7 +15734,7 @@ If entity naming conventions or relationship definitions are invalid
|
|
|
15734
15734
|
function HichchiEntityExtension(tableName): EntityExtensionDecorator;
|
|
15735
15735
|
```
|
|
15736
15736
|
|
|
15737
|
-
Defined in: [libs/nest-crud/src/decorators/entity-extension.decorator.ts:54](https://github.com/hichchidev/hichchi/blob/
|
|
15737
|
+
Defined in: [libs/nest-crud/src/decorators/entity-extension.decorator.ts:54](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/entity-extension.decorator.ts#L54)
|
|
15738
15738
|
|
|
15739
15739
|
Decorator for creating entity extensions with enhanced validation
|
|
15740
15740
|
|
|
@@ -15840,7 +15840,7 @@ If extension class doesn't extend BaseEntityExtension or has invalid relationshi
|
|
|
15840
15840
|
function HichchiJoinColumn(options?): PropertyDecorator;
|
|
15841
15841
|
```
|
|
15842
15842
|
|
|
15843
|
-
Defined in: [libs/nest-crud/src/decorators/join-column.decorator.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
15843
|
+
Defined in: [libs/nest-crud/src/decorators/join-column.decorator.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/join-column.decorator.ts#L51)
|
|
15844
15844
|
|
|
15845
15845
|
Decorator for creating a join column with automatic foreign key constraint naming
|
|
15846
15846
|
|
|
@@ -15929,7 +15929,7 @@ JoinColumn TypeORM's JoinColumn decorator that this extends
|
|
|
15929
15929
|
function HichchiRepository<Entity>(entity): RepositoryDecorator;
|
|
15930
15930
|
```
|
|
15931
15931
|
|
|
15932
|
-
Defined in: [libs/nest-crud/src/decorators/repository.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/
|
|
15932
|
+
Defined in: [libs/nest-crud/src/decorators/repository.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/repository.decorator.ts#L63)
|
|
15933
15933
|
|
|
15934
15934
|
Decorator for creating a repository with automatic dependency injection
|
|
15935
15935
|
|
|
@@ -16057,7 +16057,7 @@ Implementation overload for extracting pagination from request query params.
|
|
|
16057
16057
|
function Pager(): ParameterDecorator;
|
|
16058
16058
|
```
|
|
16059
16059
|
|
|
16060
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:10](https://github.com/hichchidev/hichchi/blob/
|
|
16060
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:10](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/page.decorator.ts#L10)
|
|
16061
16061
|
|
|
16062
16062
|
Extracts pagination from `req.query.page` and `req.query.limit`.
|
|
16063
16063
|
|
|
@@ -16071,7 +16071,7 @@ Extracts pagination from `req.query.page` and `req.query.limit`.
|
|
|
16071
16071
|
function Pager(page, limit): ParameterDecorator;
|
|
16072
16072
|
```
|
|
16073
16073
|
|
|
16074
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:15](https://github.com/hichchidev/hichchi/blob/
|
|
16074
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:15](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/page.decorator.ts#L15)
|
|
16075
16075
|
|
|
16076
16076
|
Extracts pagination and falls back to provided defaults when parsed values are invalid.
|
|
16077
16077
|
|
|
@@ -16122,7 +16122,7 @@ Extracts pagination and falls back to provided defaults when parsed values are i
|
|
|
16122
16122
|
function Pager(defaultOptions?): ParameterDecorator;
|
|
16123
16123
|
```
|
|
16124
16124
|
|
|
16125
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:120](https://github.com/hichchidev/hichchi/blob/
|
|
16125
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:120](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/page.decorator.ts#L120)
|
|
16126
16126
|
|
|
16127
16127
|
Pagination parameter decorator
|
|
16128
16128
|
|
|
@@ -16267,7 +16267,7 @@ export class ArticleController {
|
|
|
16267
16267
|
function Search(): ParameterDecorator;
|
|
16268
16268
|
```
|
|
16269
16269
|
|
|
16270
|
-
Defined in: [libs/nest-crud/src/decorators/search.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
16270
|
+
Defined in: [libs/nest-crud/src/decorators/search.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/search.decorator.ts#L85)
|
|
16271
16271
|
|
|
16272
16272
|
Search parameter decorator
|
|
16273
16273
|
|
|
@@ -16362,7 +16362,7 @@ export class ProductController {
|
|
|
16362
16362
|
function Sorter(): ParameterDecorator;
|
|
16363
16363
|
```
|
|
16364
16364
|
|
|
16365
|
-
Defined in: [libs/nest-crud/src/decorators/sort.decorator.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
16365
|
+
Defined in: [libs/nest-crud/src/decorators/sort.decorator.ts:90](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/decorators/sort.decorator.ts#L90)
|
|
16366
16366
|
|
|
16367
16367
|
Sort parameter decorator
|
|
16368
16368
|
|
|
@@ -16458,7 +16458,7 @@ export class ProductController {
|
|
|
16458
16458
|
|
|
16459
16459
|
### ConnectionOptions
|
|
16460
16460
|
|
|
16461
|
-
Defined in: [libs/nest-crud/src/interfaces/connection-options.interface.ts:45](https://github.com/hichchidev/hichchi/blob/
|
|
16461
|
+
Defined in: [libs/nest-crud/src/interfaces/connection-options.interface.ts:45](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L45)
|
|
16462
16462
|
|
|
16463
16463
|
Database connection configuration options.
|
|
16464
16464
|
|
|
@@ -16549,7 +16549,7 @@ autoLoadEntities: true;
|
|
|
16549
16549
|
</td>
|
|
16550
16550
|
<td>
|
|
16551
16551
|
|
|
16552
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:185](https://github.com/hichchidev/hichchi/blob/
|
|
16552
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:185](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L185)
|
|
16553
16553
|
|
|
16554
16554
|
</td>
|
|
16555
16555
|
</tr>
|
|
@@ -16581,7 +16581,7 @@ charset: "utf8mb4";
|
|
|
16581
16581
|
</td>
|
|
16582
16582
|
<td>
|
|
16583
16583
|
|
|
16584
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:148](https://github.com/hichchidev/hichchi/blob/
|
|
16584
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:148](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L148)
|
|
16585
16585
|
|
|
16586
16586
|
</td>
|
|
16587
16587
|
</tr>
|
|
@@ -16612,7 +16612,7 @@ database: "my_application_db";
|
|
|
16612
16612
|
</td>
|
|
16613
16613
|
<td>
|
|
16614
16614
|
|
|
16615
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:114](https://github.com/hichchidev/hichchi/blob/
|
|
16615
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:114](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L114)
|
|
16616
16616
|
|
|
16617
16617
|
</td>
|
|
16618
16618
|
</tr>
|
|
@@ -16643,7 +16643,7 @@ entities: [__dirname + "/** /*.entity{.ts,.js}"];
|
|
|
16643
16643
|
</td>
|
|
16644
16644
|
<td>
|
|
16645
16645
|
|
|
16646
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:125](https://github.com/hichchidev/hichchi/blob/
|
|
16646
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:125](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L125)
|
|
16647
16647
|
|
|
16648
16648
|
</td>
|
|
16649
16649
|
</tr>
|
|
@@ -16678,7 +16678,7 @@ host: "localhost";
|
|
|
16678
16678
|
</td>
|
|
16679
16679
|
<td>
|
|
16680
16680
|
|
|
16681
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:69](https://github.com/hichchidev/hichchi/blob/
|
|
16681
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:69](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L69)
|
|
16682
16682
|
|
|
16683
16683
|
</td>
|
|
16684
16684
|
</tr>
|
|
@@ -16710,7 +16710,7 @@ false;
|
|
|
16710
16710
|
</td>
|
|
16711
16711
|
<td>
|
|
16712
16712
|
|
|
16713
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:172](https://github.com/hichchidev/hichchi/blob/
|
|
16713
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:172](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L172)
|
|
16714
16714
|
|
|
16715
16715
|
</td>
|
|
16716
16716
|
</tr>
|
|
@@ -16741,7 +16741,7 @@ migrations: [__dirname + "/migrations/*{.ts,.js}"];
|
|
|
16741
16741
|
</td>
|
|
16742
16742
|
<td>
|
|
16743
16743
|
|
|
16744
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:136](https://github.com/hichchidev/hichchi/blob/
|
|
16744
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:136](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L136)
|
|
16745
16745
|
|
|
16746
16746
|
</td>
|
|
16747
16747
|
</tr>
|
|
@@ -16773,7 +16773,7 @@ password: process.env.DB_PASSWORD;
|
|
|
16773
16773
|
</td>
|
|
16774
16774
|
<td>
|
|
16775
16775
|
|
|
16776
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:103](https://github.com/hichchidev/hichchi/blob/
|
|
16776
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:103](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L103)
|
|
16777
16777
|
|
|
16778
16778
|
</td>
|
|
16779
16779
|
</tr>
|
|
@@ -16804,7 +16804,7 @@ port: 3306;
|
|
|
16804
16804
|
</td>
|
|
16805
16805
|
<td>
|
|
16806
16806
|
|
|
16807
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:80](https://github.com/hichchidev/hichchi/blob/
|
|
16807
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:80](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L80)
|
|
16808
16808
|
|
|
16809
16809
|
</td>
|
|
16810
16810
|
</tr>
|
|
@@ -16842,7 +16842,7 @@ synchronize: false;
|
|
|
16842
16842
|
</td>
|
|
16843
16843
|
<td>
|
|
16844
16844
|
|
|
16845
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:161](https://github.com/hichchidev/hichchi/blob/
|
|
16845
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:161](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L161)
|
|
16846
16846
|
|
|
16847
16847
|
</td>
|
|
16848
16848
|
</tr>
|
|
@@ -16874,7 +16874,7 @@ type: "mysql";
|
|
|
16874
16874
|
</td>
|
|
16875
16875
|
<td>
|
|
16876
16876
|
|
|
16877
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
16877
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:56](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L56)
|
|
16878
16878
|
|
|
16879
16879
|
</td>
|
|
16880
16880
|
</tr>
|
|
@@ -16905,7 +16905,7 @@ username: "app_user";
|
|
|
16905
16905
|
</td>
|
|
16906
16906
|
<td>
|
|
16907
16907
|
|
|
16908
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:91](https://github.com/hichchidev/hichchi/blob/
|
|
16908
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:91](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/connection-options.interface.ts#L91)
|
|
16909
16909
|
|
|
16910
16910
|
</td>
|
|
16911
16911
|
</tr>
|
|
@@ -16916,7 +16916,7 @@ username: "app_user";
|
|
|
16916
16916
|
|
|
16917
16917
|
### GetByIdsOptions
|
|
16918
16918
|
|
|
16919
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:355](https://github.com/hichchidev/hichchi/blob/
|
|
16919
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:355](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L355)
|
|
16920
16920
|
|
|
16921
16921
|
Options interface for retrieving entities by their IDs.
|
|
16922
16922
|
|
|
@@ -17016,7 +17016,7 @@ ids: ["abc123", "def456"]; // For string IDs
|
|
|
17016
17016
|
</td>
|
|
17017
17017
|
<td>
|
|
17018
17018
|
|
|
17019
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:367](https://github.com/hichchidev/hichchi/blob/
|
|
17019
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:367](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L367)
|
|
17020
17020
|
|
|
17021
17021
|
</td>
|
|
17022
17022
|
</tr>
|
|
@@ -17056,7 +17056,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17056
17056
|
</td>
|
|
17057
17057
|
<td>
|
|
17058
17058
|
|
|
17059
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17059
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17060
17060
|
|
|
17061
17061
|
</td>
|
|
17062
17062
|
</tr>
|
|
@@ -17097,7 +17097,7 @@ options: {
|
|
|
17097
17097
|
</td>
|
|
17098
17098
|
<td>
|
|
17099
17099
|
|
|
17100
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
17100
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
17101
17101
|
|
|
17102
17102
|
</td>
|
|
17103
17103
|
</tr>
|
|
@@ -17134,7 +17134,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17134
17134
|
</td>
|
|
17135
17135
|
<td>
|
|
17136
17136
|
|
|
17137
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
17137
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
17138
17138
|
|
|
17139
17139
|
</td>
|
|
17140
17140
|
</tr>
|
|
@@ -17171,7 +17171,7 @@ relations: ["profile", "posts"];
|
|
|
17171
17171
|
</td>
|
|
17172
17172
|
<td>
|
|
17173
17173
|
|
|
17174
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
17174
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
17175
17175
|
|
|
17176
17176
|
</td>
|
|
17177
17177
|
</tr>
|
|
@@ -17211,7 +17211,7 @@ sort: {
|
|
|
17211
17211
|
</td>
|
|
17212
17212
|
<td>
|
|
17213
17213
|
|
|
17214
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
17214
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
17215
17215
|
|
|
17216
17216
|
</td>
|
|
17217
17217
|
</tr>
|
|
@@ -17222,7 +17222,7 @@ sort: {
|
|
|
17222
17222
|
|
|
17223
17223
|
### GetManyOptionsFilter
|
|
17224
17224
|
|
|
17225
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:464](https://github.com/hichchidev/hichchi/blob/
|
|
17225
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:464](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L464)
|
|
17226
17226
|
|
|
17227
17227
|
Options for retrieving multiple entities with pagination and filter-based query keys.
|
|
17228
17228
|
|
|
@@ -17294,7 +17294,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
17294
17294
|
</td>
|
|
17295
17295
|
<td>
|
|
17296
17296
|
|
|
17297
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
17297
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L98)
|
|
17298
17298
|
|
|
17299
17299
|
</td>
|
|
17300
17300
|
</tr>
|
|
@@ -17334,7 +17334,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17334
17334
|
</td>
|
|
17335
17335
|
<td>
|
|
17336
17336
|
|
|
17337
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17337
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17338
17338
|
|
|
17339
17339
|
</td>
|
|
17340
17340
|
</tr>
|
|
@@ -17375,7 +17375,7 @@ options: {
|
|
|
17375
17375
|
</td>
|
|
17376
17376
|
<td>
|
|
17377
17377
|
|
|
17378
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
17378
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
17379
17379
|
|
|
17380
17380
|
</td>
|
|
17381
17381
|
</tr>
|
|
@@ -17412,7 +17412,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17412
17412
|
</td>
|
|
17413
17413
|
<td>
|
|
17414
17414
|
|
|
17415
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
17415
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
17416
17416
|
|
|
17417
17417
|
</td>
|
|
17418
17418
|
</tr>
|
|
@@ -17449,7 +17449,7 @@ relations: ["profile", "posts"];
|
|
|
17449
17449
|
</td>
|
|
17450
17450
|
<td>
|
|
17451
17451
|
|
|
17452
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
17452
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
17453
17453
|
|
|
17454
17454
|
</td>
|
|
17455
17455
|
</tr>
|
|
@@ -17489,7 +17489,7 @@ sort: {
|
|
|
17489
17489
|
</td>
|
|
17490
17490
|
<td>
|
|
17491
17491
|
|
|
17492
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
17492
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
17493
17493
|
|
|
17494
17494
|
</td>
|
|
17495
17495
|
</tr>
|
|
@@ -17517,7 +17517,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17517
17517
|
</td>
|
|
17518
17518
|
<td>
|
|
17519
17519
|
|
|
17520
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/
|
|
17520
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L104)
|
|
17521
17521
|
|
|
17522
17522
|
</td>
|
|
17523
17523
|
</tr>
|
|
@@ -17528,7 +17528,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17528
17528
|
|
|
17529
17529
|
### GetManyOptionsNot
|
|
17530
17530
|
|
|
17531
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:510](https://github.com/hichchidev/hichchi/blob/
|
|
17531
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:510](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L510)
|
|
17532
17532
|
|
|
17533
17533
|
Options interface for retrieving multiple entities using exclusion-based filtering with pagination.
|
|
17534
17534
|
|
|
@@ -17627,7 +17627,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17627
17627
|
</td>
|
|
17628
17628
|
<td>
|
|
17629
17629
|
|
|
17630
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17630
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17631
17631
|
|
|
17632
17632
|
</td>
|
|
17633
17633
|
</tr>
|
|
@@ -17663,7 +17663,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
17663
17663
|
</td>
|
|
17664
17664
|
<td>
|
|
17665
17665
|
|
|
17666
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/
|
|
17666
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L224)
|
|
17667
17667
|
|
|
17668
17668
|
</td>
|
|
17669
17669
|
</tr>
|
|
@@ -17704,7 +17704,7 @@ options: {
|
|
|
17704
17704
|
</td>
|
|
17705
17705
|
<td>
|
|
17706
17706
|
|
|
17707
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
17707
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
17708
17708
|
|
|
17709
17709
|
</td>
|
|
17710
17710
|
</tr>
|
|
@@ -17741,7 +17741,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17741
17741
|
</td>
|
|
17742
17742
|
<td>
|
|
17743
17743
|
|
|
17744
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
17744
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
17745
17745
|
|
|
17746
17746
|
</td>
|
|
17747
17747
|
</tr>
|
|
@@ -17778,7 +17778,7 @@ relations: ["profile", "posts"];
|
|
|
17778
17778
|
</td>
|
|
17779
17779
|
<td>
|
|
17780
17780
|
|
|
17781
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
17781
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
17782
17782
|
|
|
17783
17783
|
</td>
|
|
17784
17784
|
</tr>
|
|
@@ -17818,7 +17818,7 @@ sort: {
|
|
|
17818
17818
|
</td>
|
|
17819
17819
|
<td>
|
|
17820
17820
|
|
|
17821
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
17821
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
17822
17822
|
|
|
17823
17823
|
</td>
|
|
17824
17824
|
</tr>
|
|
@@ -17846,7 +17846,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
17846
17846
|
</td>
|
|
17847
17847
|
<td>
|
|
17848
17848
|
|
|
17849
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/
|
|
17849
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L230)
|
|
17850
17850
|
|
|
17851
17851
|
</td>
|
|
17852
17852
|
</tr>
|
|
@@ -17857,7 +17857,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
17857
17857
|
|
|
17858
17858
|
### GetManyOptionsSearch
|
|
17859
17859
|
|
|
17860
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:487](https://github.com/hichchidev/hichchi/blob/
|
|
17860
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:487](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L487)
|
|
17861
17861
|
|
|
17862
17862
|
Options interface for retrieving multiple entities using search-based filtering with pagination.
|
|
17863
17863
|
|
|
@@ -17956,7 +17956,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17956
17956
|
</td>
|
|
17957
17957
|
<td>
|
|
17958
17958
|
|
|
17959
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17959
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17960
17960
|
|
|
17961
17961
|
</td>
|
|
17962
17962
|
</tr>
|
|
@@ -17997,7 +17997,7 @@ options: {
|
|
|
17997
17997
|
</td>
|
|
17998
17998
|
<td>
|
|
17999
17999
|
|
|
18000
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
18000
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
18001
18001
|
|
|
18002
18002
|
</td>
|
|
18003
18003
|
</tr>
|
|
@@ -18034,7 +18034,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18034
18034
|
</td>
|
|
18035
18035
|
<td>
|
|
18036
18036
|
|
|
18037
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
18037
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
18038
18038
|
|
|
18039
18039
|
</td>
|
|
18040
18040
|
</tr>
|
|
@@ -18071,7 +18071,7 @@ relations: ["profile", "posts"];
|
|
|
18071
18071
|
</td>
|
|
18072
18072
|
<td>
|
|
18073
18073
|
|
|
18074
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
18074
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
18075
18075
|
|
|
18076
18076
|
</td>
|
|
18077
18077
|
</tr>
|
|
@@ -18111,7 +18111,7 @@ search: {
|
|
|
18111
18111
|
</td>
|
|
18112
18112
|
<td>
|
|
18113
18113
|
|
|
18114
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/
|
|
18114
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L157)
|
|
18115
18115
|
|
|
18116
18116
|
</td>
|
|
18117
18117
|
</tr>
|
|
@@ -18151,7 +18151,7 @@ sort: {
|
|
|
18151
18151
|
</td>
|
|
18152
18152
|
<td>
|
|
18153
18153
|
|
|
18154
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
18154
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
18155
18155
|
|
|
18156
18156
|
</td>
|
|
18157
18157
|
</tr>
|
|
@@ -18179,7 +18179,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18179
18179
|
</td>
|
|
18180
18180
|
<td>
|
|
18181
18181
|
|
|
18182
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/
|
|
18182
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L163)
|
|
18183
18183
|
|
|
18184
18184
|
</td>
|
|
18185
18185
|
</tr>
|
|
@@ -18190,7 +18190,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18190
18190
|
|
|
18191
18191
|
### GetManyOptionsWhere
|
|
18192
18192
|
|
|
18193
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:535](https://github.com/hichchidev/hichchi/blob/
|
|
18193
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:535](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L535)
|
|
18194
18194
|
|
|
18195
18195
|
Options interface for retrieving multiple entities using direct WHERE clause with pagination.
|
|
18196
18196
|
|
|
@@ -18276,7 +18276,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18276
18276
|
</td>
|
|
18277
18277
|
<td>
|
|
18278
18278
|
|
|
18279
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/
|
|
18279
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L265)
|
|
18280
18280
|
|
|
18281
18281
|
</td>
|
|
18282
18282
|
</tr>
|
|
@@ -18316,7 +18316,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18316
18316
|
</td>
|
|
18317
18317
|
<td>
|
|
18318
18318
|
|
|
18319
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18319
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18320
18320
|
|
|
18321
18321
|
</td>
|
|
18322
18322
|
</tr>
|
|
@@ -18344,7 +18344,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18344
18344
|
</td>
|
|
18345
18345
|
<td>
|
|
18346
18346
|
|
|
18347
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/
|
|
18347
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L277)
|
|
18348
18348
|
|
|
18349
18349
|
</td>
|
|
18350
18350
|
</tr>
|
|
@@ -18385,7 +18385,7 @@ options: {
|
|
|
18385
18385
|
</td>
|
|
18386
18386
|
<td>
|
|
18387
18387
|
|
|
18388
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
18388
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
18389
18389
|
|
|
18390
18390
|
</td>
|
|
18391
18391
|
</tr>
|
|
@@ -18422,7 +18422,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18422
18422
|
</td>
|
|
18423
18423
|
<td>
|
|
18424
18424
|
|
|
18425
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
18425
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
18426
18426
|
|
|
18427
18427
|
</td>
|
|
18428
18428
|
</tr>
|
|
@@ -18459,7 +18459,7 @@ relations: ["profile", "posts"];
|
|
|
18459
18459
|
</td>
|
|
18460
18460
|
<td>
|
|
18461
18461
|
|
|
18462
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
18462
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
18463
18463
|
|
|
18464
18464
|
</td>
|
|
18465
18465
|
</tr>
|
|
@@ -18487,7 +18487,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18487
18487
|
</td>
|
|
18488
18488
|
<td>
|
|
18489
18489
|
|
|
18490
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/
|
|
18490
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L271)
|
|
18491
18491
|
|
|
18492
18492
|
</td>
|
|
18493
18493
|
</tr>
|
|
@@ -18527,7 +18527,7 @@ sort: {
|
|
|
18527
18527
|
</td>
|
|
18528
18528
|
<td>
|
|
18529
18529
|
|
|
18530
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
18530
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
18531
18531
|
|
|
18532
18532
|
</td>
|
|
18533
18533
|
</tr>
|
|
@@ -18573,7 +18573,7 @@ where: [
|
|
|
18573
18573
|
</td>
|
|
18574
18574
|
<td>
|
|
18575
18575
|
|
|
18576
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/
|
|
18576
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L297)
|
|
18577
18577
|
|
|
18578
18578
|
</td>
|
|
18579
18579
|
</tr>
|
|
@@ -18584,7 +18584,7 @@ where: [
|
|
|
18584
18584
|
|
|
18585
18585
|
### GetOneOptionsFilter
|
|
18586
18586
|
|
|
18587
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:394](https://github.com/hichchidev/hichchi/blob/
|
|
18587
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:394](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L394)
|
|
18588
18588
|
|
|
18589
18589
|
Options for retrieving a single entity using filter-based query keys.
|
|
18590
18590
|
|
|
@@ -18660,7 +18660,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
18660
18660
|
</td>
|
|
18661
18661
|
<td>
|
|
18662
18662
|
|
|
18663
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
18663
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L98)
|
|
18664
18664
|
|
|
18665
18665
|
</td>
|
|
18666
18666
|
</tr>
|
|
@@ -18700,7 +18700,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18700
18700
|
</td>
|
|
18701
18701
|
<td>
|
|
18702
18702
|
|
|
18703
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18703
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18704
18704
|
|
|
18705
18705
|
</td>
|
|
18706
18706
|
</tr>
|
|
@@ -18741,7 +18741,7 @@ options: {
|
|
|
18741
18741
|
</td>
|
|
18742
18742
|
<td>
|
|
18743
18743
|
|
|
18744
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
18744
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
18745
18745
|
|
|
18746
18746
|
</td>
|
|
18747
18747
|
</tr>
|
|
@@ -18778,7 +18778,7 @@ relations: ["profile", "posts"];
|
|
|
18778
18778
|
</td>
|
|
18779
18779
|
<td>
|
|
18780
18780
|
|
|
18781
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
18781
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
18782
18782
|
|
|
18783
18783
|
</td>
|
|
18784
18784
|
</tr>
|
|
@@ -18818,7 +18818,7 @@ sort: {
|
|
|
18818
18818
|
</td>
|
|
18819
18819
|
<td>
|
|
18820
18820
|
|
|
18821
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
18821
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
18822
18822
|
|
|
18823
18823
|
</td>
|
|
18824
18824
|
</tr>
|
|
@@ -18846,7 +18846,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18846
18846
|
</td>
|
|
18847
18847
|
<td>
|
|
18848
18848
|
|
|
18849
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/
|
|
18849
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L104)
|
|
18850
18850
|
|
|
18851
18851
|
</td>
|
|
18852
18852
|
</tr>
|
|
@@ -18857,7 +18857,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18857
18857
|
|
|
18858
18858
|
### GetOneOptionsNot
|
|
18859
18859
|
|
|
18860
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:436](https://github.com/hichchidev/hichchi/blob/
|
|
18860
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:436](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L436)
|
|
18861
18861
|
|
|
18862
18862
|
Options interface for retrieving a single entity using exclusion-based filtering.
|
|
18863
18863
|
|
|
@@ -18958,7 +18958,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18958
18958
|
</td>
|
|
18959
18959
|
<td>
|
|
18960
18960
|
|
|
18961
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18961
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18962
18962
|
|
|
18963
18963
|
</td>
|
|
18964
18964
|
</tr>
|
|
@@ -18994,7 +18994,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
18994
18994
|
</td>
|
|
18995
18995
|
<td>
|
|
18996
18996
|
|
|
18997
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/
|
|
18997
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L224)
|
|
18998
18998
|
|
|
18999
18999
|
</td>
|
|
19000
19000
|
</tr>
|
|
@@ -19035,7 +19035,7 @@ options: {
|
|
|
19035
19035
|
</td>
|
|
19036
19036
|
<td>
|
|
19037
19037
|
|
|
19038
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
19038
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
19039
19039
|
|
|
19040
19040
|
</td>
|
|
19041
19041
|
</tr>
|
|
@@ -19072,7 +19072,7 @@ relations: ["profile", "posts"];
|
|
|
19072
19072
|
</td>
|
|
19073
19073
|
<td>
|
|
19074
19074
|
|
|
19075
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
19075
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
19076
19076
|
|
|
19077
19077
|
</td>
|
|
19078
19078
|
</tr>
|
|
@@ -19112,7 +19112,7 @@ sort: {
|
|
|
19112
19112
|
</td>
|
|
19113
19113
|
<td>
|
|
19114
19114
|
|
|
19115
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
19115
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
19116
19116
|
|
|
19117
19117
|
</td>
|
|
19118
19118
|
</tr>
|
|
@@ -19140,7 +19140,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19140
19140
|
</td>
|
|
19141
19141
|
<td>
|
|
19142
19142
|
|
|
19143
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/
|
|
19143
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L230)
|
|
19144
19144
|
|
|
19145
19145
|
</td>
|
|
19146
19146
|
</tr>
|
|
@@ -19151,7 +19151,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19151
19151
|
|
|
19152
19152
|
### GetOneOptionsSearch
|
|
19153
19153
|
|
|
19154
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:415](https://github.com/hichchidev/hichchi/blob/
|
|
19154
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:415](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L415)
|
|
19155
19155
|
|
|
19156
19156
|
Options interface for retrieving a single entity using search-based filtering.
|
|
19157
19157
|
|
|
@@ -19252,7 +19252,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19252
19252
|
</td>
|
|
19253
19253
|
<td>
|
|
19254
19254
|
|
|
19255
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19255
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19256
19256
|
|
|
19257
19257
|
</td>
|
|
19258
19258
|
</tr>
|
|
@@ -19293,7 +19293,7 @@ options: {
|
|
|
19293
19293
|
</td>
|
|
19294
19294
|
<td>
|
|
19295
19295
|
|
|
19296
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
19296
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
19297
19297
|
|
|
19298
19298
|
</td>
|
|
19299
19299
|
</tr>
|
|
@@ -19330,7 +19330,7 @@ relations: ["profile", "posts"];
|
|
|
19330
19330
|
</td>
|
|
19331
19331
|
<td>
|
|
19332
19332
|
|
|
19333
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
19333
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
19334
19334
|
|
|
19335
19335
|
</td>
|
|
19336
19336
|
</tr>
|
|
@@ -19370,7 +19370,7 @@ search: {
|
|
|
19370
19370
|
</td>
|
|
19371
19371
|
<td>
|
|
19372
19372
|
|
|
19373
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/
|
|
19373
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L157)
|
|
19374
19374
|
|
|
19375
19375
|
</td>
|
|
19376
19376
|
</tr>
|
|
@@ -19410,7 +19410,7 @@ sort: {
|
|
|
19410
19410
|
</td>
|
|
19411
19411
|
<td>
|
|
19412
19412
|
|
|
19413
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
19413
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
19414
19414
|
|
|
19415
19415
|
</td>
|
|
19416
19416
|
</tr>
|
|
@@ -19438,7 +19438,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19438
19438
|
</td>
|
|
19439
19439
|
<td>
|
|
19440
19440
|
|
|
19441
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/
|
|
19441
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L163)
|
|
19442
19442
|
|
|
19443
19443
|
</td>
|
|
19444
19444
|
</tr>
|
|
@@ -19449,7 +19449,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19449
19449
|
|
|
19450
19450
|
### GetOneOptionsWhere
|
|
19451
19451
|
|
|
19452
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:459](https://github.com/hichchidev/hichchi/blob/
|
|
19452
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:459](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L459)
|
|
19453
19453
|
|
|
19454
19454
|
Options interface for retrieving a single entity using direct WHERE clause.
|
|
19455
19455
|
|
|
@@ -19537,7 +19537,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19537
19537
|
</td>
|
|
19538
19538
|
<td>
|
|
19539
19539
|
|
|
19540
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/
|
|
19540
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L265)
|
|
19541
19541
|
|
|
19542
19542
|
</td>
|
|
19543
19543
|
</tr>
|
|
@@ -19577,7 +19577,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19577
19577
|
</td>
|
|
19578
19578
|
<td>
|
|
19579
19579
|
|
|
19580
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19580
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19581
19581
|
|
|
19582
19582
|
</td>
|
|
19583
19583
|
</tr>
|
|
@@ -19605,7 +19605,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19605
19605
|
</td>
|
|
19606
19606
|
<td>
|
|
19607
19607
|
|
|
19608
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/
|
|
19608
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L277)
|
|
19609
19609
|
|
|
19610
19610
|
</td>
|
|
19611
19611
|
</tr>
|
|
@@ -19646,7 +19646,7 @@ options: {
|
|
|
19646
19646
|
</td>
|
|
19647
19647
|
<td>
|
|
19648
19648
|
|
|
19649
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
19649
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
19650
19650
|
|
|
19651
19651
|
</td>
|
|
19652
19652
|
</tr>
|
|
@@ -19683,7 +19683,7 @@ relations: ["profile", "posts"];
|
|
|
19683
19683
|
</td>
|
|
19684
19684
|
<td>
|
|
19685
19685
|
|
|
19686
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
19686
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
19687
19687
|
|
|
19688
19688
|
</td>
|
|
19689
19689
|
</tr>
|
|
@@ -19711,7 +19711,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19711
19711
|
</td>
|
|
19712
19712
|
<td>
|
|
19713
19713
|
|
|
19714
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/
|
|
19714
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L271)
|
|
19715
19715
|
|
|
19716
19716
|
</td>
|
|
19717
19717
|
</tr>
|
|
@@ -19751,7 +19751,7 @@ sort: {
|
|
|
19751
19751
|
</td>
|
|
19752
19752
|
<td>
|
|
19753
19753
|
|
|
19754
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
19754
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
19755
19755
|
|
|
19756
19756
|
</td>
|
|
19757
19757
|
</tr>
|
|
@@ -19797,7 +19797,7 @@ where: [
|
|
|
19797
19797
|
</td>
|
|
19798
19798
|
<td>
|
|
19799
19799
|
|
|
19800
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/
|
|
19800
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L297)
|
|
19801
19801
|
|
|
19802
19802
|
</td>
|
|
19803
19803
|
</tr>
|
|
@@ -19808,7 +19808,7 @@ where: [
|
|
|
19808
19808
|
|
|
19809
19809
|
### PaginatedGetOptions
|
|
19810
19810
|
|
|
19811
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:319](https://github.com/hichchidev/hichchi/blob/
|
|
19811
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:319](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L319)
|
|
19812
19812
|
|
|
19813
19813
|
Options interface for paginated CRUD operations.
|
|
19814
19814
|
|
|
@@ -19913,7 +19913,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19913
19913
|
</td>
|
|
19914
19914
|
<td>
|
|
19915
19915
|
|
|
19916
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19916
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19917
19917
|
|
|
19918
19918
|
</td>
|
|
19919
19919
|
</tr>
|
|
@@ -19954,7 +19954,7 @@ options: {
|
|
|
19954
19954
|
</td>
|
|
19955
19955
|
<td>
|
|
19956
19956
|
|
|
19957
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
19957
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
19958
19958
|
|
|
19959
19959
|
</td>
|
|
19960
19960
|
</tr>
|
|
@@ -19991,7 +19991,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
19991
19991
|
</td>
|
|
19992
19992
|
<td>
|
|
19993
19993
|
|
|
19994
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
19994
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
19995
19995
|
|
|
19996
19996
|
</td>
|
|
19997
19997
|
</tr>
|
|
@@ -20028,7 +20028,7 @@ relations: ["profile", "posts"];
|
|
|
20028
20028
|
</td>
|
|
20029
20029
|
<td>
|
|
20030
20030
|
|
|
20031
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
20031
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
20032
20032
|
|
|
20033
20033
|
</td>
|
|
20034
20034
|
</tr>
|
|
@@ -20068,7 +20068,7 @@ sort: {
|
|
|
20068
20068
|
</td>
|
|
20069
20069
|
<td>
|
|
20070
20070
|
|
|
20071
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20071
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20072
20072
|
|
|
20073
20073
|
</td>
|
|
20074
20074
|
</tr>
|
|
@@ -20079,7 +20079,7 @@ sort: {
|
|
|
20079
20079
|
|
|
20080
20080
|
### QueryOptions
|
|
20081
20081
|
|
|
20082
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:23](https://github.com/hichchidev/hichchi/blob/
|
|
20082
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:23](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L23)
|
|
20083
20083
|
|
|
20084
20084
|
Base options interface for CRUD operations.
|
|
20085
20085
|
|
|
@@ -20177,7 +20177,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20177
20177
|
</td>
|
|
20178
20178
|
<td>
|
|
20179
20179
|
|
|
20180
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20180
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20181
20181
|
|
|
20182
20182
|
</td>
|
|
20183
20183
|
</tr>
|
|
@@ -20213,7 +20213,7 @@ options: {
|
|
|
20213
20213
|
</td>
|
|
20214
20214
|
<td>
|
|
20215
20215
|
|
|
20216
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
20216
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
20217
20217
|
|
|
20218
20218
|
</td>
|
|
20219
20219
|
</tr>
|
|
@@ -20245,7 +20245,7 @@ relations: ["profile", "posts"];
|
|
|
20245
20245
|
</td>
|
|
20246
20246
|
<td>
|
|
20247
20247
|
|
|
20248
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
20248
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
20249
20249
|
|
|
20250
20250
|
</td>
|
|
20251
20251
|
</tr>
|
|
@@ -20280,7 +20280,7 @@ sort: {
|
|
|
20280
20280
|
</td>
|
|
20281
20281
|
<td>
|
|
20282
20282
|
|
|
20283
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20283
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20284
20284
|
|
|
20285
20285
|
</td>
|
|
20286
20286
|
</tr>
|
|
@@ -20291,7 +20291,7 @@ sort: {
|
|
|
20291
20291
|
|
|
20292
20292
|
### QueryOptionsFilter
|
|
20293
20293
|
|
|
20294
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:88](https://github.com/hichchidev/hichchi/blob/
|
|
20294
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:88](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L88)
|
|
20295
20295
|
|
|
20296
20296
|
Query options using the `where`-like filter object.
|
|
20297
20297
|
|
|
@@ -20367,7 +20367,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
20367
20367
|
</td>
|
|
20368
20368
|
<td>
|
|
20369
20369
|
|
|
20370
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
20370
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L98)
|
|
20371
20371
|
|
|
20372
20372
|
</td>
|
|
20373
20373
|
</tr>
|
|
@@ -20407,7 +20407,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20407
20407
|
</td>
|
|
20408
20408
|
<td>
|
|
20409
20409
|
|
|
20410
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20410
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20411
20411
|
|
|
20412
20412
|
</td>
|
|
20413
20413
|
</tr>
|
|
@@ -20448,7 +20448,7 @@ options: {
|
|
|
20448
20448
|
</td>
|
|
20449
20449
|
<td>
|
|
20450
20450
|
|
|
20451
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
20451
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
20452
20452
|
|
|
20453
20453
|
</td>
|
|
20454
20454
|
</tr>
|
|
@@ -20485,7 +20485,7 @@ relations: ["profile", "posts"];
|
|
|
20485
20485
|
</td>
|
|
20486
20486
|
<td>
|
|
20487
20487
|
|
|
20488
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
20488
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
20489
20489
|
|
|
20490
20490
|
</td>
|
|
20491
20491
|
</tr>
|
|
@@ -20525,7 +20525,7 @@ sort: {
|
|
|
20525
20525
|
</td>
|
|
20526
20526
|
<td>
|
|
20527
20527
|
|
|
20528
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20528
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20529
20529
|
|
|
20530
20530
|
</td>
|
|
20531
20531
|
</tr>
|
|
@@ -20553,7 +20553,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20553
20553
|
</td>
|
|
20554
20554
|
<td>
|
|
20555
20555
|
|
|
20556
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/
|
|
20556
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L104)
|
|
20557
20557
|
|
|
20558
20558
|
</td>
|
|
20559
20559
|
</tr>
|
|
@@ -20564,7 +20564,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20564
20564
|
|
|
20565
20565
|
### QueryOptionsNot
|
|
20566
20566
|
|
|
20567
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:197](https://github.com/hichchidev/hichchi/blob/
|
|
20567
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:197](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L197)
|
|
20568
20568
|
|
|
20569
20569
|
Options interface for exclusion-based CRUD operations.
|
|
20570
20570
|
|
|
@@ -20671,7 +20671,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20671
20671
|
</td>
|
|
20672
20672
|
<td>
|
|
20673
20673
|
|
|
20674
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20674
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20675
20675
|
|
|
20676
20676
|
</td>
|
|
20677
20677
|
</tr>
|
|
@@ -20707,7 +20707,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
20707
20707
|
</td>
|
|
20708
20708
|
<td>
|
|
20709
20709
|
|
|
20710
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/
|
|
20710
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L224)
|
|
20711
20711
|
|
|
20712
20712
|
</td>
|
|
20713
20713
|
</tr>
|
|
@@ -20748,7 +20748,7 @@ options: {
|
|
|
20748
20748
|
</td>
|
|
20749
20749
|
<td>
|
|
20750
20750
|
|
|
20751
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
20751
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
20752
20752
|
|
|
20753
20753
|
</td>
|
|
20754
20754
|
</tr>
|
|
@@ -20785,7 +20785,7 @@ relations: ["profile", "posts"];
|
|
|
20785
20785
|
</td>
|
|
20786
20786
|
<td>
|
|
20787
20787
|
|
|
20788
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
20788
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
20789
20789
|
|
|
20790
20790
|
</td>
|
|
20791
20791
|
</tr>
|
|
@@ -20825,7 +20825,7 @@ sort: {
|
|
|
20825
20825
|
</td>
|
|
20826
20826
|
<td>
|
|
20827
20827
|
|
|
20828
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20828
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20829
20829
|
|
|
20830
20830
|
</td>
|
|
20831
20831
|
</tr>
|
|
@@ -20853,7 +20853,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
20853
20853
|
</td>
|
|
20854
20854
|
<td>
|
|
20855
20855
|
|
|
20856
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/
|
|
20856
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L230)
|
|
20857
20857
|
|
|
20858
20858
|
</td>
|
|
20859
20859
|
</tr>
|
|
@@ -20864,7 +20864,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
20864
20864
|
|
|
20865
20865
|
### QueryOptionsSearch
|
|
20866
20866
|
|
|
20867
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:132](https://github.com/hichchidev/hichchi/blob/
|
|
20867
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:132](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L132)
|
|
20868
20868
|
|
|
20869
20869
|
Options interface for search-based CRUD operations.
|
|
20870
20870
|
|
|
@@ -20971,7 +20971,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20971
20971
|
</td>
|
|
20972
20972
|
<td>
|
|
20973
20973
|
|
|
20974
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20974
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20975
20975
|
|
|
20976
20976
|
</td>
|
|
20977
20977
|
</tr>
|
|
@@ -21012,7 +21012,7 @@ options: {
|
|
|
21012
21012
|
</td>
|
|
21013
21013
|
<td>
|
|
21014
21014
|
|
|
21015
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
21015
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
21016
21016
|
|
|
21017
21017
|
</td>
|
|
21018
21018
|
</tr>
|
|
@@ -21049,7 +21049,7 @@ relations: ["profile", "posts"];
|
|
|
21049
21049
|
</td>
|
|
21050
21050
|
<td>
|
|
21051
21051
|
|
|
21052
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
21052
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
21053
21053
|
|
|
21054
21054
|
</td>
|
|
21055
21055
|
</tr>
|
|
@@ -21089,7 +21089,7 @@ search: {
|
|
|
21089
21089
|
</td>
|
|
21090
21090
|
<td>
|
|
21091
21091
|
|
|
21092
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/
|
|
21092
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L157)
|
|
21093
21093
|
|
|
21094
21094
|
</td>
|
|
21095
21095
|
</tr>
|
|
@@ -21129,7 +21129,7 @@ sort: {
|
|
|
21129
21129
|
</td>
|
|
21130
21130
|
<td>
|
|
21131
21131
|
|
|
21132
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
21132
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
21133
21133
|
|
|
21134
21134
|
</td>
|
|
21135
21135
|
</tr>
|
|
@@ -21157,7 +21157,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21157
21157
|
</td>
|
|
21158
21158
|
<td>
|
|
21159
21159
|
|
|
21160
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/
|
|
21160
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L163)
|
|
21161
21161
|
|
|
21162
21162
|
</td>
|
|
21163
21163
|
</tr>
|
|
@@ -21168,7 +21168,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21168
21168
|
|
|
21169
21169
|
### QueryOptionsWhere
|
|
21170
21170
|
|
|
21171
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:260](https://github.com/hichchidev/hichchi/blob/
|
|
21171
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:260](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L260)
|
|
21172
21172
|
|
|
21173
21173
|
Options interface for direct WHERE clause CRUD operations.
|
|
21174
21174
|
|
|
@@ -21262,7 +21262,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21262
21262
|
</td>
|
|
21263
21263
|
<td>
|
|
21264
21264
|
|
|
21265
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/
|
|
21265
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L265)
|
|
21266
21266
|
|
|
21267
21267
|
</td>
|
|
21268
21268
|
</tr>
|
|
@@ -21302,7 +21302,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
21302
21302
|
</td>
|
|
21303
21303
|
<td>
|
|
21304
21304
|
|
|
21305
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
21305
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
21306
21306
|
|
|
21307
21307
|
</td>
|
|
21308
21308
|
</tr>
|
|
@@ -21330,7 +21330,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21330
21330
|
</td>
|
|
21331
21331
|
<td>
|
|
21332
21332
|
|
|
21333
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/
|
|
21333
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L277)
|
|
21334
21334
|
|
|
21335
21335
|
</td>
|
|
21336
21336
|
</tr>
|
|
@@ -21371,7 +21371,7 @@ options: {
|
|
|
21371
21371
|
</td>
|
|
21372
21372
|
<td>
|
|
21373
21373
|
|
|
21374
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
21374
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
21375
21375
|
|
|
21376
21376
|
</td>
|
|
21377
21377
|
</tr>
|
|
@@ -21408,7 +21408,7 @@ relations: ["profile", "posts"];
|
|
|
21408
21408
|
</td>
|
|
21409
21409
|
<td>
|
|
21410
21410
|
|
|
21411
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
21411
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
21412
21412
|
|
|
21413
21413
|
</td>
|
|
21414
21414
|
</tr>
|
|
@@ -21436,7 +21436,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21436
21436
|
</td>
|
|
21437
21437
|
<td>
|
|
21438
21438
|
|
|
21439
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/
|
|
21439
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L271)
|
|
21440
21440
|
|
|
21441
21441
|
</td>
|
|
21442
21442
|
</tr>
|
|
@@ -21476,7 +21476,7 @@ sort: {
|
|
|
21476
21476
|
</td>
|
|
21477
21477
|
<td>
|
|
21478
21478
|
|
|
21479
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
21479
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
21480
21480
|
|
|
21481
21481
|
</td>
|
|
21482
21482
|
</tr>
|
|
@@ -21522,7 +21522,7 @@ where: [
|
|
|
21522
21522
|
</td>
|
|
21523
21523
|
<td>
|
|
21524
21524
|
|
|
21525
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/
|
|
21525
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L297)
|
|
21526
21526
|
|
|
21527
21527
|
</td>
|
|
21528
21528
|
</tr>
|
|
@@ -21533,7 +21533,7 @@ where: [
|
|
|
21533
21533
|
|
|
21534
21534
|
### SaveOptionsWithSkip
|
|
21535
21535
|
|
|
21536
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:566](https://github.com/hichchidev/hichchi/blob/
|
|
21536
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:566](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L566)
|
|
21537
21537
|
|
|
21538
21538
|
Extended save options interface with skip creation functionality.
|
|
21539
21539
|
|
|
@@ -21744,7 +21744,7 @@ skipCreate: true; // Only update existing entities, don't create new ones
|
|
|
21744
21744
|
</td>
|
|
21745
21745
|
<td>
|
|
21746
21746
|
|
|
21747
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:579](https://github.com/hichchidev/hichchi/blob/
|
|
21747
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:579](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L579)
|
|
21748
21748
|
|
|
21749
21749
|
</td>
|
|
21750
21750
|
</tr>
|
|
@@ -21789,7 +21789,7 @@ node_modules/typeorm/repository/SaveOptions.d.ts:19
|
|
|
21789
21789
|
type DatabaseTypes = "mysql" | "mariadb" | "postgres";
|
|
21790
21790
|
```
|
|
21791
21791
|
|
|
21792
|
-
Defined in: [libs/nest-crud/src/types/database.types.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
21792
|
+
Defined in: [libs/nest-crud/src/types/database.types.ts:37](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/database.types.ts#L37)
|
|
21793
21793
|
|
|
21794
21794
|
Supported database types for application connections.
|
|
21795
21795
|
|
|
@@ -21836,7 +21836,7 @@ const connectionOptions: ConnectionOptions = {
|
|
|
21836
21836
|
type EntityDecorator = (target) => void;
|
|
21837
21837
|
```
|
|
21838
21838
|
|
|
21839
|
-
Defined in: [libs/nest-crud/src/types/decorator.types.ts:64](https://github.com/hichchidev/hichchi/blob/
|
|
21839
|
+
Defined in: [libs/nest-crud/src/types/decorator.types.ts:64](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/decorator.types.ts#L64)
|
|
21840
21840
|
|
|
21841
21841
|
Type definition for decorators that target standard entity classes
|
|
21842
21842
|
|
|
@@ -21919,7 +21919,7 @@ export class UserEntity extends BaseEntity {
|
|
|
21919
21919
|
type EntityExtensionDecorator = (target) => void;
|
|
21920
21920
|
```
|
|
21921
21921
|
|
|
21922
|
-
Defined in: [libs/nest-crud/src/types/decorator.types.ts:108](https://github.com/hichchidev/hichchi/blob/
|
|
21922
|
+
Defined in: [libs/nest-crud/src/types/decorator.types.ts:108](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/decorator.types.ts#L108)
|
|
21923
21923
|
|
|
21924
21924
|
Type definition for decorators that target extended entity classes
|
|
21925
21925
|
|
|
@@ -22007,7 +22007,7 @@ export class ProductEntity extends BaseEntityExtension {
|
|
|
22007
22007
|
type EntityOptionUnique = object;
|
|
22008
22008
|
```
|
|
22009
22009
|
|
|
22010
|
-
Defined in: [libs/nest-crud/src/types/entity-option-unique.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
22010
|
+
Defined in: [libs/nest-crud/src/types/entity-option-unique.ts:51](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/entity-option-unique.ts#L51)
|
|
22011
22011
|
|
|
22012
22012
|
Configuration type for defining unique constraints on entity fields.
|
|
22013
22013
|
|
|
@@ -22085,7 +22085,7 @@ type FilterOptions<Entity> = {
|
|
|
22085
22085
|
};
|
|
22086
22086
|
```
|
|
22087
22087
|
|
|
22088
|
-
Defined in: [libs/nest-crud/src/types/filter-options.type.ts:60](https://github.com/hichchidev/hichchi/blob/
|
|
22088
|
+
Defined in: [libs/nest-crud/src/types/filter-options.type.ts:60](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/filter-options.type.ts#L60)
|
|
22089
22089
|
|
|
22090
22090
|
A recursive type for building structured filter conditions for entity queries.
|
|
22091
22091
|
|
|
@@ -22189,7 +22189,7 @@ type FindConditions<Entity> =
|
|
|
22189
22189
|
| QueryDeepPartial<Entity>;
|
|
22190
22190
|
```
|
|
22191
22191
|
|
|
22192
|
-
Defined in: [libs/nest-crud/src/types/find-conditions.type.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
22192
|
+
Defined in: [libs/nest-crud/src/types/find-conditions.type.ts:59](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/find-conditions.type.ts#L59)
|
|
22193
22193
|
|
|
22194
22194
|
A flexible type for defining query conditions when finding entities.
|
|
22195
22195
|
|
|
@@ -22278,7 +22278,7 @@ async function findUsers(conditions: FindConditions<User>): Promise<User[]> {
|
|
|
22278
22278
|
type GetAllOptions<Entity> = PaginatedGetOptions<Entity>;
|
|
22279
22279
|
```
|
|
22280
22280
|
|
|
22281
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:658](https://github.com/hichchidev/hichchi/blob/
|
|
22281
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:658](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L658)
|
|
22282
22282
|
|
|
22283
22283
|
Simple options type for retrieving all entities with pagination.
|
|
22284
22284
|
|
|
@@ -22331,7 +22331,7 @@ const [users, count] = await userService.findAll(options);
|
|
|
22331
22331
|
type GetByIdOptions<Entity> = Omit<QueryOptions<Entity>, "sort">;
|
|
22332
22332
|
```
|
|
22333
22333
|
|
|
22334
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:389](https://github.com/hichchidev/hichchi/blob/
|
|
22334
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:389](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L389)
|
|
22335
22335
|
|
|
22336
22336
|
Options interface for retrieving a single entity by its ID.
|
|
22337
22337
|
|
|
@@ -22387,7 +22387,7 @@ type GetManyOptions<Entity> =
|
|
|
22387
22387
|
| GetManyOptionsWhere<Entity>;
|
|
22388
22388
|
```
|
|
22389
22389
|
|
|
22390
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:693](https://github.com/hichchidev/hichchi/blob/
|
|
22390
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:693](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L693)
|
|
22391
22391
|
|
|
22392
22392
|
Union type for all options interfaces for retrieving multiple entities with pagination.
|
|
22393
22393
|
|
|
@@ -22459,7 +22459,7 @@ type GetOneOptions<Entity> =
|
|
|
22459
22459
|
| GetOneOptionsWhere<Entity>;
|
|
22460
22460
|
```
|
|
22461
22461
|
|
|
22462
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:634](https://github.com/hichchidev/hichchi/blob/
|
|
22462
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:634](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L634)
|
|
22463
22463
|
|
|
22464
22464
|
Union type for all options interfaces for retrieving a single entity.
|
|
22465
22465
|
|
|
@@ -22518,7 +22518,7 @@ type GetOptions<Entity> =
|
|
|
22518
22518
|
| (QueryOptionsWhere<Entity> & PaginatedGetOptions<Entity>);
|
|
22519
22519
|
```
|
|
22520
22520
|
|
|
22521
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:606](https://github.com/hichchidev/hichchi/blob/
|
|
22521
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:606](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L606)
|
|
22522
22522
|
|
|
22523
22523
|
Comprehensive options type for retrieving entities with various filtering approaches and pagination.
|
|
22524
22524
|
|
|
@@ -22575,7 +22575,7 @@ const [users, count] = await getUsers({
|
|
|
22575
22575
|
type RepositoryDecorator = <T>(target) => T | void;
|
|
22576
22576
|
```
|
|
22577
22577
|
|
|
22578
|
-
Defined in: [libs/nest-crud/src/types/repository-decorator.type.ts:47](https://github.com/hichchidev/hichchi/blob/
|
|
22578
|
+
Defined in: [libs/nest-crud/src/types/repository-decorator.type.ts:47](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/repository-decorator.type.ts#L47)
|
|
22579
22579
|
|
|
22580
22580
|
Type definition for repository class decorators.
|
|
22581
22581
|
|
|
@@ -22695,7 +22695,7 @@ class UserRepository extends BaseRepository<User> {
|
|
|
22695
22695
|
type SaveAndGetOptions<Entity> = SaveOptionsWithSkip & GetByIdOptions<Entity>;
|
|
22696
22696
|
```
|
|
22697
22697
|
|
|
22698
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:736](https://github.com/hichchidev/hichchi/blob/
|
|
22698
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:736](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L736)
|
|
22699
22699
|
|
|
22700
22700
|
Combined options type for save-and-get operations.
|
|
22701
22701
|
|
|
@@ -22766,7 +22766,7 @@ const updatedUser = await userService.saveAndGet(userData, options);
|
|
|
22766
22766
|
type SortOptions<Entity> = FindOptionsOrder<Entity>;
|
|
22767
22767
|
```
|
|
22768
22768
|
|
|
22769
|
-
Defined in: [libs/nest-crud/src/types/sort-options.type.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
22769
|
+
Defined in: [libs/nest-crud/src/types/sort-options.type.ts:56](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/sort-options.type.ts#L56)
|
|
22770
22770
|
|
|
22771
22771
|
Type alias for TypeORM's sorting configuration.
|
|
22772
22772
|
|
|
@@ -22858,7 +22858,7 @@ const users = await userRepository.find({
|
|
|
22858
22858
|
type TypeORMErrorHandler = (error) => Error | void;
|
|
22859
22859
|
```
|
|
22860
22860
|
|
|
22861
|
-
Defined in: [libs/nest-crud/src/types/error-handler.type.ts:54](https://github.com/hichchidev/hichchi/blob/
|
|
22861
|
+
Defined in: [libs/nest-crud/src/types/error-handler.type.ts:54](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/types/error-handler.type.ts#L54)
|
|
22862
22862
|
|
|
22863
22863
|
A function type for custom TypeORM error handling.
|
|
22864
22864
|
|
|
@@ -22961,7 +22961,7 @@ try {
|
|
|
22961
22961
|
const BaseEntityTemplateRelations: string[];
|
|
22962
22962
|
```
|
|
22963
22963
|
|
|
22964
|
-
Defined in: [libs/nest-crud/src/base/base-entity.ts:19](https://github.com/hichchidev/hichchi/blob/
|
|
22964
|
+
Defined in: [libs/nest-crud/src/base/base-entity.ts:19](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/base/base-entity.ts#L19)
|
|
22965
22965
|
|
|
22966
22966
|
List of standard relation properties in the BaseEntity
|
|
22967
22967
|
|
|
@@ -22985,7 +22985,7 @@ standard relations from foreign key constraint validation.
|
|
|
22985
22985
|
const CONNECTION_OPTIONS: "CONNECTION_OPTIONS" = "CONNECTION_OPTIONS";
|
|
22986
22986
|
```
|
|
22987
22987
|
|
|
22988
|
-
Defined in: [libs/nest-crud/src/tokens.ts:29](https://github.com/hichchidev/hichchi/blob/
|
|
22988
|
+
Defined in: [libs/nest-crud/src/tokens.ts:29](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/tokens.ts#L29)
|
|
22989
22989
|
|
|
22990
22990
|
Token for database connection options
|
|
22991
22991
|
|
|
@@ -23025,7 +23025,7 @@ export class AppModule {}
|
|
|
23025
23025
|
const DEFAULT_MAX_RECURSION_DEPTH: 10 = 10;
|
|
23026
23026
|
```
|
|
23027
23027
|
|
|
23028
|
-
Defined in: [libs/nest-crud/src/constants.ts:21](https://github.com/hichchidev/hichchi/blob/
|
|
23028
|
+
Defined in: [libs/nest-crud/src/constants.ts:21](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/constants.ts#L21)
|
|
23029
23029
|
|
|
23030
23030
|
Default maximum recursion depth for deep object operations
|
|
23031
23031
|
|
|
@@ -23057,7 +23057,7 @@ toQueryDeepPartialEntity Function that uses this constant to limit recursion dep
|
|
|
23057
23057
|
const EXTRACT_INVALID_COLUMN_REGEX: RegExp;
|
|
23058
23058
|
```
|
|
23059
23059
|
|
|
23060
|
-
Defined in: [libs/nest-crud/src/constants.ts:106](https://github.com/hichchidev/hichchi/blob/
|
|
23060
|
+
Defined in: [libs/nest-crud/src/constants.ts:106](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/constants.ts#L106)
|
|
23061
23061
|
|
|
23062
23062
|
Regular expression for extracting column names from database column not found errors
|
|
23063
23063
|
|
|
@@ -23087,7 +23087,7 @@ EntityUtils.handleError Method that uses this pattern to extract column names fr
|
|
|
23087
23087
|
const EXTRACT_INVALID_QUERY_FIELD_REGEX: RegExp;
|
|
23088
23088
|
```
|
|
23089
23089
|
|
|
23090
|
-
Defined in: [libs/nest-crud/src/constants.ts:86](https://github.com/hichchidev/hichchi/blob/
|
|
23090
|
+
Defined in: [libs/nest-crud/src/constants.ts:86](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/constants.ts#L86)
|
|
23091
23091
|
|
|
23092
23092
|
Regular expression for extracting field names from TypeORM property not found errors
|
|
23093
23093
|
|
|
@@ -23117,7 +23117,7 @@ EntityUtils.handleError Method that uses this pattern to extract field names fro
|
|
|
23117
23117
|
const FK_CONSTRAINT_REGEX: RegExp;
|
|
23118
23118
|
```
|
|
23119
23119
|
|
|
23120
|
-
Defined in: [libs/nest-crud/src/constants.ts:66](https://github.com/hichchidev/hichchi/blob/
|
|
23120
|
+
Defined in: [libs/nest-crud/src/constants.ts:66](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/constants.ts#L66)
|
|
23121
23121
|
|
|
23122
23122
|
Regular expression for validating foreign key constraint naming convention
|
|
23123
23123
|
|
|
@@ -23150,7 +23150,7 @@ The format is: FK_entityName_relatedEntityName
|
|
|
23150
23150
|
const ID_PATH: "id" = "id";
|
|
23151
23151
|
```
|
|
23152
23152
|
|
|
23153
|
-
Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/hichchi/blob/
|
|
23153
|
+
Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/constants.ts#L108)
|
|
23154
23154
|
|
|
23155
23155
|
---
|
|
23156
23156
|
|
|
@@ -23160,7 +23160,7 @@ Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/
|
|
|
23160
23160
|
const ID_PATH_VAR: ":id";
|
|
23161
23161
|
```
|
|
23162
23162
|
|
|
23163
|
-
Defined in: [libs/nest-crud/src/constants.ts:110](https://github.com/hichchidev/hichchi/blob/
|
|
23163
|
+
Defined in: [libs/nest-crud/src/constants.ts:110](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/constants.ts#L110)
|
|
23164
23164
|
|
|
23165
23165
|
---
|
|
23166
23166
|
|
|
@@ -23221,7 +23221,7 @@ Defined in: node_modules/@nestjs/typeorm/dist/common/typeorm.decorators.d.ts:4
|
|
|
23221
23221
|
const UNIQUE_CONSTRAINT_REGEX: RegExp;
|
|
23222
23222
|
```
|
|
23223
23223
|
|
|
23224
|
-
Defined in: [libs/nest-crud/src/constants.ts:43](https://github.com/hichchidev/hichchi/blob/
|
|
23224
|
+
Defined in: [libs/nest-crud/src/constants.ts:43](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/constants.ts#L43)
|
|
23225
23225
|
|
|
23226
23226
|
Regular expression for validating unique constraint naming convention
|
|
23227
23227
|
|
|
@@ -23253,7 +23253,7 @@ The format is: UNIQUE_entityName_fieldName
|
|
|
23253
23253
|
const USER_ENTITY_TABLE_NAME: "users" = "users";
|
|
23254
23254
|
```
|
|
23255
23255
|
|
|
23256
|
-
Defined in: [libs/nest-crud/src/tokens.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
23256
|
+
Defined in: [libs/nest-crud/src/tokens.ts:56](https://github.com/hichchidev/hichchi/blob/749f9c434693b8495a3c3d593a69d77fd1189dac/libs/nest-crud/src/tokens.ts#L56)
|
|
23257
23257
|
|
|
23258
23258
|
Standard table name for user entities
|
|
23259
23259
|
|