@hichchi/nest-crud 0.0.5 → 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 +28 -12
- package/README.md +292 -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
|
@@ -10908,11 +10908,12 @@ const resultWithAudit = await userService.updateMany(
|
|
|
10908
10908
|
updateOne<T>(
|
|
10909
10909
|
where,
|
|
10910
10910
|
updateDto,
|
|
10911
|
+
options?,
|
|
10911
10912
|
updatedBy?,
|
|
10912
10913
|
eh?): Promise<Entity>;
|
|
10913
10914
|
```
|
|
10914
10915
|
|
|
10915
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:
|
|
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)
|
|
10916
10917
|
|
|
10917
10918
|
Updates a single entity that matches the specified conditions
|
|
10918
10919
|
|
|
@@ -11008,6 +11009,23 @@ The data transfer object containing properties to update
|
|
|
11008
11009
|
<tr>
|
|
11009
11010
|
<td>
|
|
11010
11011
|
|
|
11012
|
+
`options?`
|
|
11013
|
+
|
|
11014
|
+
</td>
|
|
11015
|
+
<td>
|
|
11016
|
+
|
|
11017
|
+
`Omit`<[`GetOneOptions`](#getoneoptions)<`Entity`>, `"where"`>
|
|
11018
|
+
|
|
11019
|
+
</td>
|
|
11020
|
+
<td>
|
|
11021
|
+
|
|
11022
|
+
Options for retrieving the updated entity, excluding the where condition
|
|
11023
|
+
|
|
11024
|
+
</td>
|
|
11025
|
+
</tr>
|
|
11026
|
+
<tr>
|
|
11027
|
+
<td>
|
|
11028
|
+
|
|
11011
11029
|
`updatedBy?`
|
|
11012
11030
|
|
|
11013
11031
|
</td>
|
|
@@ -11116,7 +11134,7 @@ The repository for the entity
|
|
|
11116
11134
|
</td>
|
|
11117
11135
|
<td>
|
|
11118
11136
|
|
|
11119
|
-
[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)
|
|
11120
11138
|
|
|
11121
11139
|
</td>
|
|
11122
11140
|
</tr>
|
|
@@ -11127,7 +11145,7 @@ The repository for the entity
|
|
|
11127
11145
|
|
|
11128
11146
|
### HichchiCrudModule
|
|
11129
11147
|
|
|
11130
|
-
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)
|
|
11131
11149
|
|
|
11132
11150
|
Module for integrating TypeORM with NestJS and providing CRUD functionality
|
|
11133
11151
|
|
|
@@ -11173,7 +11191,7 @@ new HichchiCrudModule(): HichchiCrudModule;
|
|
|
11173
11191
|
static forFeature(entities): DynamicModule;
|
|
11174
11192
|
```
|
|
11175
11193
|
|
|
11176
|
-
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)
|
|
11177
11195
|
|
|
11178
11196
|
Register entities for the HichchiCrudModule
|
|
11179
11197
|
|
|
@@ -11239,7 +11257,7 @@ export class UserModule {}
|
|
|
11239
11257
|
static forRoot(options): DynamicModule;
|
|
11240
11258
|
```
|
|
11241
11259
|
|
|
11242
|
-
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)
|
|
11243
11261
|
|
|
11244
11262
|
Register the HichchiCrudModule
|
|
11245
11263
|
|
|
@@ -11318,7 +11336,7 @@ export class AppModule {}
|
|
|
11318
11336
|
static validateEntities(entities): void;
|
|
11319
11337
|
```
|
|
11320
11338
|
|
|
11321
|
-
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)
|
|
11322
11340
|
|
|
11323
11341
|
Validates entities for registration with the HichchiCrudModule
|
|
11324
11342
|
|
|
@@ -11383,7 +11401,7 @@ Array of entity classes to validate
|
|
|
11383
11401
|
|
|
11384
11402
|
### HichchiUserEntity
|
|
11385
11403
|
|
|
11386
|
-
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)
|
|
11387
11405
|
|
|
11388
11406
|
Base user entity class that provides common user fields and functionality
|
|
11389
11407
|
|
|
@@ -11450,7 +11468,7 @@ new HichchiUserEntity(): HichchiUserEntity;
|
|
|
11450
11468
|
protected optional afterLoad(): void;
|
|
11451
11469
|
```
|
|
11452
11470
|
|
|
11453
|
-
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)
|
|
11454
11472
|
|
|
11455
11473
|
Lifecycle hook that runs after an entity is loaded from the database
|
|
11456
11474
|
|
|
@@ -11473,7 +11491,7 @@ UserInfo The interface that defines the user information structure
|
|
|
11473
11491
|
protected optional beforeInsert(): void;
|
|
11474
11492
|
```
|
|
11475
11493
|
|
|
11476
|
-
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)
|
|
11477
11495
|
|
|
11478
11496
|
Lifecycle hooks that run before an entity is inserted or updated
|
|
11479
11497
|
|
|
@@ -11515,7 +11533,7 @@ concatenating the firstName and lastName properties.
|
|
|
11515
11533
|
</td>
|
|
11516
11534
|
<td>
|
|
11517
11535
|
|
|
11518
|
-
[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)
|
|
11519
11537
|
|
|
11520
11538
|
</td>
|
|
11521
11539
|
</tr>
|
|
@@ -11540,7 +11558,7 @@ It is not nullable and cannot be changed after creation.
|
|
|
11540
11558
|
</td>
|
|
11541
11559
|
<td>
|
|
11542
11560
|
|
|
11543
|
-
[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)
|
|
11544
11562
|
|
|
11545
11563
|
</td>
|
|
11546
11564
|
</tr>
|
|
@@ -11565,7 +11583,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11565
11583
|
</td>
|
|
11566
11584
|
<td>
|
|
11567
11585
|
|
|
11568
|
-
[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)
|
|
11569
11587
|
|
|
11570
11588
|
</td>
|
|
11571
11589
|
</tr>
|
|
@@ -11590,7 +11608,7 @@ It is used for the foreign key relationship with the createdBy field.
|
|
|
11590
11608
|
</td>
|
|
11591
11609
|
<td>
|
|
11592
11610
|
|
|
11593
|
-
[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)
|
|
11594
11612
|
|
|
11595
11613
|
</td>
|
|
11596
11614
|
</tr>
|
|
@@ -11615,7 +11633,7 @@ soft delete functionality. When this field has a value, the entity is considered
|
|
|
11615
11633
|
</td>
|
|
11616
11634
|
<td>
|
|
11617
11635
|
|
|
11618
|
-
[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)
|
|
11619
11637
|
|
|
11620
11638
|
</td>
|
|
11621
11639
|
</tr>
|
|
@@ -11640,7 +11658,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11640
11658
|
</td>
|
|
11641
11659
|
<td>
|
|
11642
11660
|
|
|
11643
|
-
[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)
|
|
11644
11662
|
|
|
11645
11663
|
</td>
|
|
11646
11664
|
</tr>
|
|
@@ -11665,7 +11683,7 @@ It is used for the foreign key relationship with the deletedBy field.
|
|
|
11665
11683
|
</td>
|
|
11666
11684
|
<td>
|
|
11667
11685
|
|
|
11668
|
-
[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)
|
|
11669
11687
|
|
|
11670
11688
|
</td>
|
|
11671
11689
|
</tr>
|
|
@@ -11691,7 +11709,7 @@ or uses alternative authentication methods.
|
|
|
11691
11709
|
</td>
|
|
11692
11710
|
<td>
|
|
11693
11711
|
|
|
11694
|
-
[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)
|
|
11695
11713
|
|
|
11696
11714
|
</td>
|
|
11697
11715
|
</tr>
|
|
@@ -11713,7 +11731,7 @@ or uses alternative authentication methods.
|
|
|
11713
11731
|
</td>
|
|
11714
11732
|
<td>
|
|
11715
11733
|
|
|
11716
|
-
[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)
|
|
11717
11735
|
|
|
11718
11736
|
</td>
|
|
11719
11737
|
</tr>
|
|
@@ -11739,7 +11757,7 @@ be null.
|
|
|
11739
11757
|
</td>
|
|
11740
11758
|
<td>
|
|
11741
11759
|
|
|
11742
|
-
[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)
|
|
11743
11761
|
|
|
11744
11762
|
</td>
|
|
11745
11763
|
</tr>
|
|
@@ -11765,7 +11783,7 @@ automatically maintained by the beforeInsert and beforeUpdate hooks.
|
|
|
11765
11783
|
</td>
|
|
11766
11784
|
<td>
|
|
11767
11785
|
|
|
11768
|
-
[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)
|
|
11769
11787
|
|
|
11770
11788
|
</td>
|
|
11771
11789
|
</tr>
|
|
@@ -11790,7 +11808,7 @@ It serves as the primary key for the entity in the database.
|
|
|
11790
11808
|
</td>
|
|
11791
11809
|
<td>
|
|
11792
11810
|
|
|
11793
|
-
[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)
|
|
11794
11812
|
|
|
11795
11813
|
</td>
|
|
11796
11814
|
</tr>
|
|
@@ -11815,7 +11833,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11815
11833
|
</td>
|
|
11816
11834
|
<td>
|
|
11817
11835
|
|
|
11818
|
-
[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)
|
|
11819
11837
|
|
|
11820
11838
|
</td>
|
|
11821
11839
|
</tr>
|
|
@@ -11837,7 +11855,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11837
11855
|
</td>
|
|
11838
11856
|
<td>
|
|
11839
11857
|
|
|
11840
|
-
[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)
|
|
11841
11859
|
|
|
11842
11860
|
</td>
|
|
11843
11861
|
</tr>
|
|
@@ -11859,7 +11877,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11859
11877
|
</td>
|
|
11860
11878
|
<td>
|
|
11861
11879
|
|
|
11862
|
-
[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)
|
|
11863
11881
|
|
|
11864
11882
|
</td>
|
|
11865
11883
|
</tr>
|
|
@@ -11881,7 +11899,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11881
11899
|
</td>
|
|
11882
11900
|
<td>
|
|
11883
11901
|
|
|
11884
|
-
[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)
|
|
11885
11903
|
|
|
11886
11904
|
</td>
|
|
11887
11905
|
</tr>
|
|
@@ -11909,7 +11927,7 @@ This variable is often used to scope application logic and data to a specific te
|
|
|
11909
11927
|
</td>
|
|
11910
11928
|
<td>
|
|
11911
11929
|
|
|
11912
|
-
[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)
|
|
11913
11931
|
|
|
11914
11932
|
</td>
|
|
11915
11933
|
</tr>
|
|
@@ -11934,7 +11952,7 @@ and updated whenever the entity is modified.
|
|
|
11934
11952
|
</td>
|
|
11935
11953
|
<td>
|
|
11936
11954
|
|
|
11937
|
-
[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)
|
|
11938
11956
|
|
|
11939
11957
|
</td>
|
|
11940
11958
|
</tr>
|
|
@@ -11959,7 +11977,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11959
11977
|
</td>
|
|
11960
11978
|
<td>
|
|
11961
11979
|
|
|
11962
|
-
[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)
|
|
11963
11981
|
|
|
11964
11982
|
</td>
|
|
11965
11983
|
</tr>
|
|
@@ -11984,7 +12002,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
11984
12002
|
</td>
|
|
11985
12003
|
<td>
|
|
11986
12004
|
|
|
11987
|
-
[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)
|
|
11988
12006
|
|
|
11989
12007
|
</td>
|
|
11990
12008
|
</tr>
|
|
@@ -12010,7 +12028,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12010
12028
|
</td>
|
|
12011
12029
|
<td>
|
|
12012
12030
|
|
|
12013
|
-
[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)
|
|
12014
12032
|
|
|
12015
12033
|
</td>
|
|
12016
12034
|
</tr>
|
|
@@ -12021,7 +12039,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12021
12039
|
|
|
12022
12040
|
### IdsDto
|
|
12023
12041
|
|
|
12024
|
-
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)
|
|
12025
12043
|
|
|
12026
12044
|
#### Implements
|
|
12027
12045
|
|
|
@@ -12063,7 +12081,7 @@ new IdsDto(): IdsDto;
|
|
|
12063
12081
|
</td>
|
|
12064
12082
|
<td>
|
|
12065
12083
|
|
|
12066
|
-
[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)
|
|
12067
12085
|
|
|
12068
12086
|
</td>
|
|
12069
12087
|
</tr>
|
|
@@ -15180,7 +15198,7 @@ node_modules/typeorm/repository/Repository.d.ts:28
|
|
|
15180
15198
|
|
|
15181
15199
|
### Operation
|
|
15182
15200
|
|
|
15183
|
-
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)
|
|
15184
15202
|
|
|
15185
15203
|
CRUD Operations Enum
|
|
15186
15204
|
|
|
@@ -15226,7 +15244,7 @@ and performs any initialization logic required for new entities.
|
|
|
15226
15244
|
</td>
|
|
15227
15245
|
<td>
|
|
15228
15246
|
|
|
15229
|
-
[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)
|
|
15230
15248
|
|
|
15231
15249
|
</td>
|
|
15232
15250
|
</tr>
|
|
@@ -15252,7 +15270,7 @@ enforce referential integrity constraints, depending on the configuration.
|
|
|
15252
15270
|
</td>
|
|
15253
15271
|
<td>
|
|
15254
15272
|
|
|
15255
|
-
[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)
|
|
15256
15274
|
|
|
15257
15275
|
</td>
|
|
15258
15276
|
</tr>
|
|
@@ -15278,7 +15296,7 @@ entity already exists in the database.
|
|
|
15278
15296
|
</td>
|
|
15279
15297
|
<td>
|
|
15280
15298
|
|
|
15281
|
-
[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)
|
|
15282
15300
|
|
|
15283
15301
|
</td>
|
|
15284
15302
|
</tr>
|
|
@@ -15304,7 +15322,7 @@ and may enforce different validation rules than creation.
|
|
|
15304
15322
|
</td>
|
|
15305
15323
|
<td>
|
|
15306
15324
|
|
|
15307
|
-
[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)
|
|
15308
15326
|
|
|
15309
15327
|
</td>
|
|
15310
15328
|
</tr>
|
|
@@ -15315,7 +15333,7 @@ and may enforce different validation rules than creation.
|
|
|
15315
15333
|
|
|
15316
15334
|
### TypeORMErrorType
|
|
15317
15335
|
|
|
15318
|
-
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)
|
|
15319
15337
|
|
|
15320
15338
|
TypeORM Database Error Types
|
|
15321
15339
|
|
|
@@ -15359,7 +15377,7 @@ often caused by typos in column names or outdated queries after schema changes.
|
|
|
15359
15377
|
</td>
|
|
15360
15378
|
<td>
|
|
15361
15379
|
|
|
15362
|
-
[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)
|
|
15363
15381
|
|
|
15364
15382
|
</td>
|
|
15365
15383
|
</tr>
|
|
@@ -15382,7 +15400,7 @@ constraint, such as primary keys or columns with unique indexes.
|
|
|
15382
15400
|
</td>
|
|
15383
15401
|
<td>
|
|
15384
15402
|
|
|
15385
|
-
[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)
|
|
15386
15404
|
|
|
15387
15405
|
</td>
|
|
15388
15406
|
</tr>
|
|
@@ -15405,7 +15423,7 @@ has no default value defined in the database schema.
|
|
|
15405
15423
|
</td>
|
|
15406
15424
|
<td>
|
|
15407
15425
|
|
|
15408
|
-
[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)
|
|
15409
15427
|
|
|
15410
15428
|
</td>
|
|
15411
15429
|
</tr>
|
|
@@ -15428,7 +15446,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15428
15446
|
</td>
|
|
15429
15447
|
<td>
|
|
15430
15448
|
|
|
15431
|
-
[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)
|
|
15432
15450
|
|
|
15433
15451
|
</td>
|
|
15434
15452
|
</tr>
|
|
@@ -15443,7 +15461,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15443
15461
|
function Filters(): ParameterDecorator;
|
|
15444
15462
|
```
|
|
15445
15463
|
|
|
15446
|
-
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)
|
|
15447
15465
|
|
|
15448
15466
|
Filter parameter decorator
|
|
15449
15467
|
|
|
@@ -15535,7 +15553,7 @@ export class ProductController {
|
|
|
15535
15553
|
function HichchiEntity(tableName, unique?, skipFkValidation?): EntityDecorator;
|
|
15536
15554
|
```
|
|
15537
15555
|
|
|
15538
|
-
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)
|
|
15539
15557
|
|
|
15540
15558
|
Decorator for creating a new entity with enhanced validation and metadata registration
|
|
15541
15559
|
|
|
@@ -15716,7 +15734,7 @@ If entity naming conventions or relationship definitions are invalid
|
|
|
15716
15734
|
function HichchiEntityExtension(tableName): EntityExtensionDecorator;
|
|
15717
15735
|
```
|
|
15718
15736
|
|
|
15719
|
-
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)
|
|
15720
15738
|
|
|
15721
15739
|
Decorator for creating entity extensions with enhanced validation
|
|
15722
15740
|
|
|
@@ -15822,7 +15840,7 @@ If extension class doesn't extend BaseEntityExtension or has invalid relationshi
|
|
|
15822
15840
|
function HichchiJoinColumn(options?): PropertyDecorator;
|
|
15823
15841
|
```
|
|
15824
15842
|
|
|
15825
|
-
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)
|
|
15826
15844
|
|
|
15827
15845
|
Decorator for creating a join column with automatic foreign key constraint naming
|
|
15828
15846
|
|
|
@@ -15911,7 +15929,7 @@ JoinColumn TypeORM's JoinColumn decorator that this extends
|
|
|
15911
15929
|
function HichchiRepository<Entity>(entity): RepositoryDecorator;
|
|
15912
15930
|
```
|
|
15913
15931
|
|
|
15914
|
-
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)
|
|
15915
15933
|
|
|
15916
15934
|
Decorator for creating a repository with automatic dependency injection
|
|
15917
15935
|
|
|
@@ -16039,7 +16057,7 @@ Implementation overload for extracting pagination from request query params.
|
|
|
16039
16057
|
function Pager(): ParameterDecorator;
|
|
16040
16058
|
```
|
|
16041
16059
|
|
|
16042
|
-
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)
|
|
16043
16061
|
|
|
16044
16062
|
Extracts pagination from `req.query.page` and `req.query.limit`.
|
|
16045
16063
|
|
|
@@ -16053,7 +16071,7 @@ Extracts pagination from `req.query.page` and `req.query.limit`.
|
|
|
16053
16071
|
function Pager(page, limit): ParameterDecorator;
|
|
16054
16072
|
```
|
|
16055
16073
|
|
|
16056
|
-
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)
|
|
16057
16075
|
|
|
16058
16076
|
Extracts pagination and falls back to provided defaults when parsed values are invalid.
|
|
16059
16077
|
|
|
@@ -16104,7 +16122,7 @@ Extracts pagination and falls back to provided defaults when parsed values are i
|
|
|
16104
16122
|
function Pager(defaultOptions?): ParameterDecorator;
|
|
16105
16123
|
```
|
|
16106
16124
|
|
|
16107
|
-
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)
|
|
16108
16126
|
|
|
16109
16127
|
Pagination parameter decorator
|
|
16110
16128
|
|
|
@@ -16249,7 +16267,7 @@ export class ArticleController {
|
|
|
16249
16267
|
function Search(): ParameterDecorator;
|
|
16250
16268
|
```
|
|
16251
16269
|
|
|
16252
|
-
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)
|
|
16253
16271
|
|
|
16254
16272
|
Search parameter decorator
|
|
16255
16273
|
|
|
@@ -16344,7 +16362,7 @@ export class ProductController {
|
|
|
16344
16362
|
function Sorter(): ParameterDecorator;
|
|
16345
16363
|
```
|
|
16346
16364
|
|
|
16347
|
-
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)
|
|
16348
16366
|
|
|
16349
16367
|
Sort parameter decorator
|
|
16350
16368
|
|
|
@@ -16440,7 +16458,7 @@ export class ProductController {
|
|
|
16440
16458
|
|
|
16441
16459
|
### ConnectionOptions
|
|
16442
16460
|
|
|
16443
|
-
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)
|
|
16444
16462
|
|
|
16445
16463
|
Database connection configuration options.
|
|
16446
16464
|
|
|
@@ -16531,7 +16549,7 @@ autoLoadEntities: true;
|
|
|
16531
16549
|
</td>
|
|
16532
16550
|
<td>
|
|
16533
16551
|
|
|
16534
|
-
[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)
|
|
16535
16553
|
|
|
16536
16554
|
</td>
|
|
16537
16555
|
</tr>
|
|
@@ -16563,7 +16581,7 @@ charset: "utf8mb4";
|
|
|
16563
16581
|
</td>
|
|
16564
16582
|
<td>
|
|
16565
16583
|
|
|
16566
|
-
[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)
|
|
16567
16585
|
|
|
16568
16586
|
</td>
|
|
16569
16587
|
</tr>
|
|
@@ -16594,7 +16612,7 @@ database: "my_application_db";
|
|
|
16594
16612
|
</td>
|
|
16595
16613
|
<td>
|
|
16596
16614
|
|
|
16597
|
-
[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)
|
|
16598
16616
|
|
|
16599
16617
|
</td>
|
|
16600
16618
|
</tr>
|
|
@@ -16625,7 +16643,7 @@ entities: [__dirname + "/** /*.entity{.ts,.js}"];
|
|
|
16625
16643
|
</td>
|
|
16626
16644
|
<td>
|
|
16627
16645
|
|
|
16628
|
-
[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)
|
|
16629
16647
|
|
|
16630
16648
|
</td>
|
|
16631
16649
|
</tr>
|
|
@@ -16660,7 +16678,7 @@ host: "localhost";
|
|
|
16660
16678
|
</td>
|
|
16661
16679
|
<td>
|
|
16662
16680
|
|
|
16663
|
-
[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)
|
|
16664
16682
|
|
|
16665
16683
|
</td>
|
|
16666
16684
|
</tr>
|
|
@@ -16692,7 +16710,7 @@ false;
|
|
|
16692
16710
|
</td>
|
|
16693
16711
|
<td>
|
|
16694
16712
|
|
|
16695
|
-
[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)
|
|
16696
16714
|
|
|
16697
16715
|
</td>
|
|
16698
16716
|
</tr>
|
|
@@ -16723,7 +16741,7 @@ migrations: [__dirname + "/migrations/*{.ts,.js}"];
|
|
|
16723
16741
|
</td>
|
|
16724
16742
|
<td>
|
|
16725
16743
|
|
|
16726
|
-
[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)
|
|
16727
16745
|
|
|
16728
16746
|
</td>
|
|
16729
16747
|
</tr>
|
|
@@ -16755,7 +16773,7 @@ password: process.env.DB_PASSWORD;
|
|
|
16755
16773
|
</td>
|
|
16756
16774
|
<td>
|
|
16757
16775
|
|
|
16758
|
-
[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)
|
|
16759
16777
|
|
|
16760
16778
|
</td>
|
|
16761
16779
|
</tr>
|
|
@@ -16786,7 +16804,7 @@ port: 3306;
|
|
|
16786
16804
|
</td>
|
|
16787
16805
|
<td>
|
|
16788
16806
|
|
|
16789
|
-
[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)
|
|
16790
16808
|
|
|
16791
16809
|
</td>
|
|
16792
16810
|
</tr>
|
|
@@ -16824,7 +16842,7 @@ synchronize: false;
|
|
|
16824
16842
|
</td>
|
|
16825
16843
|
<td>
|
|
16826
16844
|
|
|
16827
|
-
[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)
|
|
16828
16846
|
|
|
16829
16847
|
</td>
|
|
16830
16848
|
</tr>
|
|
@@ -16856,7 +16874,7 @@ type: "mysql";
|
|
|
16856
16874
|
</td>
|
|
16857
16875
|
<td>
|
|
16858
16876
|
|
|
16859
|
-
[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)
|
|
16860
16878
|
|
|
16861
16879
|
</td>
|
|
16862
16880
|
</tr>
|
|
@@ -16887,7 +16905,7 @@ username: "app_user";
|
|
|
16887
16905
|
</td>
|
|
16888
16906
|
<td>
|
|
16889
16907
|
|
|
16890
|
-
[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)
|
|
16891
16909
|
|
|
16892
16910
|
</td>
|
|
16893
16911
|
</tr>
|
|
@@ -16898,7 +16916,7 @@ username: "app_user";
|
|
|
16898
16916
|
|
|
16899
16917
|
### GetByIdsOptions
|
|
16900
16918
|
|
|
16901
|
-
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)
|
|
16902
16920
|
|
|
16903
16921
|
Options interface for retrieving entities by their IDs.
|
|
16904
16922
|
|
|
@@ -16998,7 +17016,7 @@ ids: ["abc123", "def456"]; // For string IDs
|
|
|
16998
17016
|
</td>
|
|
16999
17017
|
<td>
|
|
17000
17018
|
|
|
17001
|
-
[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)
|
|
17002
17020
|
|
|
17003
17021
|
</td>
|
|
17004
17022
|
</tr>
|
|
@@ -17038,7 +17056,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17038
17056
|
</td>
|
|
17039
17057
|
<td>
|
|
17040
17058
|
|
|
17041
|
-
[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)
|
|
17042
17060
|
|
|
17043
17061
|
</td>
|
|
17044
17062
|
</tr>
|
|
@@ -17079,7 +17097,7 @@ options: {
|
|
|
17079
17097
|
</td>
|
|
17080
17098
|
<td>
|
|
17081
17099
|
|
|
17082
|
-
[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)
|
|
17083
17101
|
|
|
17084
17102
|
</td>
|
|
17085
17103
|
</tr>
|
|
@@ -17116,7 +17134,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17116
17134
|
</td>
|
|
17117
17135
|
<td>
|
|
17118
17136
|
|
|
17119
|
-
[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)
|
|
17120
17138
|
|
|
17121
17139
|
</td>
|
|
17122
17140
|
</tr>
|
|
@@ -17153,7 +17171,7 @@ relations: ["profile", "posts"];
|
|
|
17153
17171
|
</td>
|
|
17154
17172
|
<td>
|
|
17155
17173
|
|
|
17156
|
-
[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)
|
|
17157
17175
|
|
|
17158
17176
|
</td>
|
|
17159
17177
|
</tr>
|
|
@@ -17193,7 +17211,7 @@ sort: {
|
|
|
17193
17211
|
</td>
|
|
17194
17212
|
<td>
|
|
17195
17213
|
|
|
17196
|
-
[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)
|
|
17197
17215
|
|
|
17198
17216
|
</td>
|
|
17199
17217
|
</tr>
|
|
@@ -17204,7 +17222,7 @@ sort: {
|
|
|
17204
17222
|
|
|
17205
17223
|
### GetManyOptionsFilter
|
|
17206
17224
|
|
|
17207
|
-
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)
|
|
17208
17226
|
|
|
17209
17227
|
Options for retrieving multiple entities with pagination and filter-based query keys.
|
|
17210
17228
|
|
|
@@ -17276,7 +17294,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
17276
17294
|
</td>
|
|
17277
17295
|
<td>
|
|
17278
17296
|
|
|
17279
|
-
[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)
|
|
17280
17298
|
|
|
17281
17299
|
</td>
|
|
17282
17300
|
</tr>
|
|
@@ -17316,7 +17334,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17316
17334
|
</td>
|
|
17317
17335
|
<td>
|
|
17318
17336
|
|
|
17319
|
-
[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)
|
|
17320
17338
|
|
|
17321
17339
|
</td>
|
|
17322
17340
|
</tr>
|
|
@@ -17357,7 +17375,7 @@ options: {
|
|
|
17357
17375
|
</td>
|
|
17358
17376
|
<td>
|
|
17359
17377
|
|
|
17360
|
-
[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)
|
|
17361
17379
|
|
|
17362
17380
|
</td>
|
|
17363
17381
|
</tr>
|
|
@@ -17394,7 +17412,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17394
17412
|
</td>
|
|
17395
17413
|
<td>
|
|
17396
17414
|
|
|
17397
|
-
[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)
|
|
17398
17416
|
|
|
17399
17417
|
</td>
|
|
17400
17418
|
</tr>
|
|
@@ -17431,7 +17449,7 @@ relations: ["profile", "posts"];
|
|
|
17431
17449
|
</td>
|
|
17432
17450
|
<td>
|
|
17433
17451
|
|
|
17434
|
-
[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)
|
|
17435
17453
|
|
|
17436
17454
|
</td>
|
|
17437
17455
|
</tr>
|
|
@@ -17471,7 +17489,7 @@ sort: {
|
|
|
17471
17489
|
</td>
|
|
17472
17490
|
<td>
|
|
17473
17491
|
|
|
17474
|
-
[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)
|
|
17475
17493
|
|
|
17476
17494
|
</td>
|
|
17477
17495
|
</tr>
|
|
@@ -17499,7 +17517,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17499
17517
|
</td>
|
|
17500
17518
|
<td>
|
|
17501
17519
|
|
|
17502
|
-
[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)
|
|
17503
17521
|
|
|
17504
17522
|
</td>
|
|
17505
17523
|
</tr>
|
|
@@ -17510,7 +17528,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17510
17528
|
|
|
17511
17529
|
### GetManyOptionsNot
|
|
17512
17530
|
|
|
17513
|
-
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)
|
|
17514
17532
|
|
|
17515
17533
|
Options interface for retrieving multiple entities using exclusion-based filtering with pagination.
|
|
17516
17534
|
|
|
@@ -17609,7 +17627,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17609
17627
|
</td>
|
|
17610
17628
|
<td>
|
|
17611
17629
|
|
|
17612
|
-
[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)
|
|
17613
17631
|
|
|
17614
17632
|
</td>
|
|
17615
17633
|
</tr>
|
|
@@ -17645,7 +17663,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
17645
17663
|
</td>
|
|
17646
17664
|
<td>
|
|
17647
17665
|
|
|
17648
|
-
[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)
|
|
17649
17667
|
|
|
17650
17668
|
</td>
|
|
17651
17669
|
</tr>
|
|
@@ -17686,7 +17704,7 @@ options: {
|
|
|
17686
17704
|
</td>
|
|
17687
17705
|
<td>
|
|
17688
17706
|
|
|
17689
|
-
[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)
|
|
17690
17708
|
|
|
17691
17709
|
</td>
|
|
17692
17710
|
</tr>
|
|
@@ -17723,7 +17741,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17723
17741
|
</td>
|
|
17724
17742
|
<td>
|
|
17725
17743
|
|
|
17726
|
-
[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)
|
|
17727
17745
|
|
|
17728
17746
|
</td>
|
|
17729
17747
|
</tr>
|
|
@@ -17760,7 +17778,7 @@ relations: ["profile", "posts"];
|
|
|
17760
17778
|
</td>
|
|
17761
17779
|
<td>
|
|
17762
17780
|
|
|
17763
|
-
[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)
|
|
17764
17782
|
|
|
17765
17783
|
</td>
|
|
17766
17784
|
</tr>
|
|
@@ -17800,7 +17818,7 @@ sort: {
|
|
|
17800
17818
|
</td>
|
|
17801
17819
|
<td>
|
|
17802
17820
|
|
|
17803
|
-
[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)
|
|
17804
17822
|
|
|
17805
17823
|
</td>
|
|
17806
17824
|
</tr>
|
|
@@ -17828,7 +17846,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
17828
17846
|
</td>
|
|
17829
17847
|
<td>
|
|
17830
17848
|
|
|
17831
|
-
[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)
|
|
17832
17850
|
|
|
17833
17851
|
</td>
|
|
17834
17852
|
</tr>
|
|
@@ -17839,7 +17857,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
17839
17857
|
|
|
17840
17858
|
### GetManyOptionsSearch
|
|
17841
17859
|
|
|
17842
|
-
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)
|
|
17843
17861
|
|
|
17844
17862
|
Options interface for retrieving multiple entities using search-based filtering with pagination.
|
|
17845
17863
|
|
|
@@ -17938,7 +17956,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17938
17956
|
</td>
|
|
17939
17957
|
<td>
|
|
17940
17958
|
|
|
17941
|
-
[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)
|
|
17942
17960
|
|
|
17943
17961
|
</td>
|
|
17944
17962
|
</tr>
|
|
@@ -17979,7 +17997,7 @@ options: {
|
|
|
17979
17997
|
</td>
|
|
17980
17998
|
<td>
|
|
17981
17999
|
|
|
17982
|
-
[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)
|
|
17983
18001
|
|
|
17984
18002
|
</td>
|
|
17985
18003
|
</tr>
|
|
@@ -18016,7 +18034,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18016
18034
|
</td>
|
|
18017
18035
|
<td>
|
|
18018
18036
|
|
|
18019
|
-
[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)
|
|
18020
18038
|
|
|
18021
18039
|
</td>
|
|
18022
18040
|
</tr>
|
|
@@ -18053,7 +18071,7 @@ relations: ["profile", "posts"];
|
|
|
18053
18071
|
</td>
|
|
18054
18072
|
<td>
|
|
18055
18073
|
|
|
18056
|
-
[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)
|
|
18057
18075
|
|
|
18058
18076
|
</td>
|
|
18059
18077
|
</tr>
|
|
@@ -18093,7 +18111,7 @@ search: {
|
|
|
18093
18111
|
</td>
|
|
18094
18112
|
<td>
|
|
18095
18113
|
|
|
18096
|
-
[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)
|
|
18097
18115
|
|
|
18098
18116
|
</td>
|
|
18099
18117
|
</tr>
|
|
@@ -18133,7 +18151,7 @@ sort: {
|
|
|
18133
18151
|
</td>
|
|
18134
18152
|
<td>
|
|
18135
18153
|
|
|
18136
|
-
[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)
|
|
18137
18155
|
|
|
18138
18156
|
</td>
|
|
18139
18157
|
</tr>
|
|
@@ -18161,7 +18179,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18161
18179
|
</td>
|
|
18162
18180
|
<td>
|
|
18163
18181
|
|
|
18164
|
-
[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)
|
|
18165
18183
|
|
|
18166
18184
|
</td>
|
|
18167
18185
|
</tr>
|
|
@@ -18172,7 +18190,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18172
18190
|
|
|
18173
18191
|
### GetManyOptionsWhere
|
|
18174
18192
|
|
|
18175
|
-
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)
|
|
18176
18194
|
|
|
18177
18195
|
Options interface for retrieving multiple entities using direct WHERE clause with pagination.
|
|
18178
18196
|
|
|
@@ -18258,7 +18276,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18258
18276
|
</td>
|
|
18259
18277
|
<td>
|
|
18260
18278
|
|
|
18261
|
-
[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)
|
|
18262
18280
|
|
|
18263
18281
|
</td>
|
|
18264
18282
|
</tr>
|
|
@@ -18298,7 +18316,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18298
18316
|
</td>
|
|
18299
18317
|
<td>
|
|
18300
18318
|
|
|
18301
|
-
[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)
|
|
18302
18320
|
|
|
18303
18321
|
</td>
|
|
18304
18322
|
</tr>
|
|
@@ -18326,7 +18344,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18326
18344
|
</td>
|
|
18327
18345
|
<td>
|
|
18328
18346
|
|
|
18329
|
-
[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)
|
|
18330
18348
|
|
|
18331
18349
|
</td>
|
|
18332
18350
|
</tr>
|
|
@@ -18367,7 +18385,7 @@ options: {
|
|
|
18367
18385
|
</td>
|
|
18368
18386
|
<td>
|
|
18369
18387
|
|
|
18370
|
-
[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)
|
|
18371
18389
|
|
|
18372
18390
|
</td>
|
|
18373
18391
|
</tr>
|
|
@@ -18404,7 +18422,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18404
18422
|
</td>
|
|
18405
18423
|
<td>
|
|
18406
18424
|
|
|
18407
|
-
[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)
|
|
18408
18426
|
|
|
18409
18427
|
</td>
|
|
18410
18428
|
</tr>
|
|
@@ -18441,7 +18459,7 @@ relations: ["profile", "posts"];
|
|
|
18441
18459
|
</td>
|
|
18442
18460
|
<td>
|
|
18443
18461
|
|
|
18444
|
-
[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)
|
|
18445
18463
|
|
|
18446
18464
|
</td>
|
|
18447
18465
|
</tr>
|
|
@@ -18469,7 +18487,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18469
18487
|
</td>
|
|
18470
18488
|
<td>
|
|
18471
18489
|
|
|
18472
|
-
[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)
|
|
18473
18491
|
|
|
18474
18492
|
</td>
|
|
18475
18493
|
</tr>
|
|
@@ -18509,7 +18527,7 @@ sort: {
|
|
|
18509
18527
|
</td>
|
|
18510
18528
|
<td>
|
|
18511
18529
|
|
|
18512
|
-
[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)
|
|
18513
18531
|
|
|
18514
18532
|
</td>
|
|
18515
18533
|
</tr>
|
|
@@ -18555,7 +18573,7 @@ where: [
|
|
|
18555
18573
|
</td>
|
|
18556
18574
|
<td>
|
|
18557
18575
|
|
|
18558
|
-
[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)
|
|
18559
18577
|
|
|
18560
18578
|
</td>
|
|
18561
18579
|
</tr>
|
|
@@ -18566,7 +18584,7 @@ where: [
|
|
|
18566
18584
|
|
|
18567
18585
|
### GetOneOptionsFilter
|
|
18568
18586
|
|
|
18569
|
-
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)
|
|
18570
18588
|
|
|
18571
18589
|
Options for retrieving a single entity using filter-based query keys.
|
|
18572
18590
|
|
|
@@ -18642,7 +18660,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
18642
18660
|
</td>
|
|
18643
18661
|
<td>
|
|
18644
18662
|
|
|
18645
|
-
[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)
|
|
18646
18664
|
|
|
18647
18665
|
</td>
|
|
18648
18666
|
</tr>
|
|
@@ -18682,7 +18700,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18682
18700
|
</td>
|
|
18683
18701
|
<td>
|
|
18684
18702
|
|
|
18685
|
-
[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)
|
|
18686
18704
|
|
|
18687
18705
|
</td>
|
|
18688
18706
|
</tr>
|
|
@@ -18723,7 +18741,7 @@ options: {
|
|
|
18723
18741
|
</td>
|
|
18724
18742
|
<td>
|
|
18725
18743
|
|
|
18726
|
-
[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)
|
|
18727
18745
|
|
|
18728
18746
|
</td>
|
|
18729
18747
|
</tr>
|
|
@@ -18760,7 +18778,7 @@ relations: ["profile", "posts"];
|
|
|
18760
18778
|
</td>
|
|
18761
18779
|
<td>
|
|
18762
18780
|
|
|
18763
|
-
[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)
|
|
18764
18782
|
|
|
18765
18783
|
</td>
|
|
18766
18784
|
</tr>
|
|
@@ -18800,7 +18818,7 @@ sort: {
|
|
|
18800
18818
|
</td>
|
|
18801
18819
|
<td>
|
|
18802
18820
|
|
|
18803
|
-
[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)
|
|
18804
18822
|
|
|
18805
18823
|
</td>
|
|
18806
18824
|
</tr>
|
|
@@ -18828,7 +18846,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18828
18846
|
</td>
|
|
18829
18847
|
<td>
|
|
18830
18848
|
|
|
18831
|
-
[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)
|
|
18832
18850
|
|
|
18833
18851
|
</td>
|
|
18834
18852
|
</tr>
|
|
@@ -18839,7 +18857,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18839
18857
|
|
|
18840
18858
|
### GetOneOptionsNot
|
|
18841
18859
|
|
|
18842
|
-
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)
|
|
18843
18861
|
|
|
18844
18862
|
Options interface for retrieving a single entity using exclusion-based filtering.
|
|
18845
18863
|
|
|
@@ -18940,7 +18958,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18940
18958
|
</td>
|
|
18941
18959
|
<td>
|
|
18942
18960
|
|
|
18943
|
-
[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)
|
|
18944
18962
|
|
|
18945
18963
|
</td>
|
|
18946
18964
|
</tr>
|
|
@@ -18976,7 +18994,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
18976
18994
|
</td>
|
|
18977
18995
|
<td>
|
|
18978
18996
|
|
|
18979
|
-
[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)
|
|
18980
18998
|
|
|
18981
18999
|
</td>
|
|
18982
19000
|
</tr>
|
|
@@ -19017,7 +19035,7 @@ options: {
|
|
|
19017
19035
|
</td>
|
|
19018
19036
|
<td>
|
|
19019
19037
|
|
|
19020
|
-
[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)
|
|
19021
19039
|
|
|
19022
19040
|
</td>
|
|
19023
19041
|
</tr>
|
|
@@ -19054,7 +19072,7 @@ relations: ["profile", "posts"];
|
|
|
19054
19072
|
</td>
|
|
19055
19073
|
<td>
|
|
19056
19074
|
|
|
19057
|
-
[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)
|
|
19058
19076
|
|
|
19059
19077
|
</td>
|
|
19060
19078
|
</tr>
|
|
@@ -19094,7 +19112,7 @@ sort: {
|
|
|
19094
19112
|
</td>
|
|
19095
19113
|
<td>
|
|
19096
19114
|
|
|
19097
|
-
[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)
|
|
19098
19116
|
|
|
19099
19117
|
</td>
|
|
19100
19118
|
</tr>
|
|
@@ -19122,7 +19140,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19122
19140
|
</td>
|
|
19123
19141
|
<td>
|
|
19124
19142
|
|
|
19125
|
-
[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)
|
|
19126
19144
|
|
|
19127
19145
|
</td>
|
|
19128
19146
|
</tr>
|
|
@@ -19133,7 +19151,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19133
19151
|
|
|
19134
19152
|
### GetOneOptionsSearch
|
|
19135
19153
|
|
|
19136
|
-
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)
|
|
19137
19155
|
|
|
19138
19156
|
Options interface for retrieving a single entity using search-based filtering.
|
|
19139
19157
|
|
|
@@ -19234,7 +19252,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19234
19252
|
</td>
|
|
19235
19253
|
<td>
|
|
19236
19254
|
|
|
19237
|
-
[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)
|
|
19238
19256
|
|
|
19239
19257
|
</td>
|
|
19240
19258
|
</tr>
|
|
@@ -19275,7 +19293,7 @@ options: {
|
|
|
19275
19293
|
</td>
|
|
19276
19294
|
<td>
|
|
19277
19295
|
|
|
19278
|
-
[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)
|
|
19279
19297
|
|
|
19280
19298
|
</td>
|
|
19281
19299
|
</tr>
|
|
@@ -19312,7 +19330,7 @@ relations: ["profile", "posts"];
|
|
|
19312
19330
|
</td>
|
|
19313
19331
|
<td>
|
|
19314
19332
|
|
|
19315
|
-
[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)
|
|
19316
19334
|
|
|
19317
19335
|
</td>
|
|
19318
19336
|
</tr>
|
|
@@ -19352,7 +19370,7 @@ search: {
|
|
|
19352
19370
|
</td>
|
|
19353
19371
|
<td>
|
|
19354
19372
|
|
|
19355
|
-
[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)
|
|
19356
19374
|
|
|
19357
19375
|
</td>
|
|
19358
19376
|
</tr>
|
|
@@ -19392,7 +19410,7 @@ sort: {
|
|
|
19392
19410
|
</td>
|
|
19393
19411
|
<td>
|
|
19394
19412
|
|
|
19395
|
-
[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)
|
|
19396
19414
|
|
|
19397
19415
|
</td>
|
|
19398
19416
|
</tr>
|
|
@@ -19420,7 +19438,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19420
19438
|
</td>
|
|
19421
19439
|
<td>
|
|
19422
19440
|
|
|
19423
|
-
[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)
|
|
19424
19442
|
|
|
19425
19443
|
</td>
|
|
19426
19444
|
</tr>
|
|
@@ -19431,7 +19449,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19431
19449
|
|
|
19432
19450
|
### GetOneOptionsWhere
|
|
19433
19451
|
|
|
19434
|
-
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)
|
|
19435
19453
|
|
|
19436
19454
|
Options interface for retrieving a single entity using direct WHERE clause.
|
|
19437
19455
|
|
|
@@ -19519,7 +19537,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19519
19537
|
</td>
|
|
19520
19538
|
<td>
|
|
19521
19539
|
|
|
19522
|
-
[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)
|
|
19523
19541
|
|
|
19524
19542
|
</td>
|
|
19525
19543
|
</tr>
|
|
@@ -19559,7 +19577,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19559
19577
|
</td>
|
|
19560
19578
|
<td>
|
|
19561
19579
|
|
|
19562
|
-
[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)
|
|
19563
19581
|
|
|
19564
19582
|
</td>
|
|
19565
19583
|
</tr>
|
|
@@ -19587,7 +19605,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19587
19605
|
</td>
|
|
19588
19606
|
<td>
|
|
19589
19607
|
|
|
19590
|
-
[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)
|
|
19591
19609
|
|
|
19592
19610
|
</td>
|
|
19593
19611
|
</tr>
|
|
@@ -19628,7 +19646,7 @@ options: {
|
|
|
19628
19646
|
</td>
|
|
19629
19647
|
<td>
|
|
19630
19648
|
|
|
19631
|
-
[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)
|
|
19632
19650
|
|
|
19633
19651
|
</td>
|
|
19634
19652
|
</tr>
|
|
@@ -19665,7 +19683,7 @@ relations: ["profile", "posts"];
|
|
|
19665
19683
|
</td>
|
|
19666
19684
|
<td>
|
|
19667
19685
|
|
|
19668
|
-
[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)
|
|
19669
19687
|
|
|
19670
19688
|
</td>
|
|
19671
19689
|
</tr>
|
|
@@ -19693,7 +19711,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19693
19711
|
</td>
|
|
19694
19712
|
<td>
|
|
19695
19713
|
|
|
19696
|
-
[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)
|
|
19697
19715
|
|
|
19698
19716
|
</td>
|
|
19699
19717
|
</tr>
|
|
@@ -19733,7 +19751,7 @@ sort: {
|
|
|
19733
19751
|
</td>
|
|
19734
19752
|
<td>
|
|
19735
19753
|
|
|
19736
|
-
[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)
|
|
19737
19755
|
|
|
19738
19756
|
</td>
|
|
19739
19757
|
</tr>
|
|
@@ -19779,7 +19797,7 @@ where: [
|
|
|
19779
19797
|
</td>
|
|
19780
19798
|
<td>
|
|
19781
19799
|
|
|
19782
|
-
[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)
|
|
19783
19801
|
|
|
19784
19802
|
</td>
|
|
19785
19803
|
</tr>
|
|
@@ -19790,7 +19808,7 @@ where: [
|
|
|
19790
19808
|
|
|
19791
19809
|
### PaginatedGetOptions
|
|
19792
19810
|
|
|
19793
|
-
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)
|
|
19794
19812
|
|
|
19795
19813
|
Options interface for paginated CRUD operations.
|
|
19796
19814
|
|
|
@@ -19895,7 +19913,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19895
19913
|
</td>
|
|
19896
19914
|
<td>
|
|
19897
19915
|
|
|
19898
|
-
[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)
|
|
19899
19917
|
|
|
19900
19918
|
</td>
|
|
19901
19919
|
</tr>
|
|
@@ -19936,7 +19954,7 @@ options: {
|
|
|
19936
19954
|
</td>
|
|
19937
19955
|
<td>
|
|
19938
19956
|
|
|
19939
|
-
[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)
|
|
19940
19958
|
|
|
19941
19959
|
</td>
|
|
19942
19960
|
</tr>
|
|
@@ -19973,7 +19991,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
19973
19991
|
</td>
|
|
19974
19992
|
<td>
|
|
19975
19993
|
|
|
19976
|
-
[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)
|
|
19977
19995
|
|
|
19978
19996
|
</td>
|
|
19979
19997
|
</tr>
|
|
@@ -20010,7 +20028,7 @@ relations: ["profile", "posts"];
|
|
|
20010
20028
|
</td>
|
|
20011
20029
|
<td>
|
|
20012
20030
|
|
|
20013
|
-
[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)
|
|
20014
20032
|
|
|
20015
20033
|
</td>
|
|
20016
20034
|
</tr>
|
|
@@ -20050,7 +20068,7 @@ sort: {
|
|
|
20050
20068
|
</td>
|
|
20051
20069
|
<td>
|
|
20052
20070
|
|
|
20053
|
-
[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)
|
|
20054
20072
|
|
|
20055
20073
|
</td>
|
|
20056
20074
|
</tr>
|
|
@@ -20061,7 +20079,7 @@ sort: {
|
|
|
20061
20079
|
|
|
20062
20080
|
### QueryOptions
|
|
20063
20081
|
|
|
20064
|
-
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)
|
|
20065
20083
|
|
|
20066
20084
|
Base options interface for CRUD operations.
|
|
20067
20085
|
|
|
@@ -20159,7 +20177,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20159
20177
|
</td>
|
|
20160
20178
|
<td>
|
|
20161
20179
|
|
|
20162
|
-
[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)
|
|
20163
20181
|
|
|
20164
20182
|
</td>
|
|
20165
20183
|
</tr>
|
|
@@ -20195,7 +20213,7 @@ options: {
|
|
|
20195
20213
|
</td>
|
|
20196
20214
|
<td>
|
|
20197
20215
|
|
|
20198
|
-
[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)
|
|
20199
20217
|
|
|
20200
20218
|
</td>
|
|
20201
20219
|
</tr>
|
|
@@ -20227,7 +20245,7 @@ relations: ["profile", "posts"];
|
|
|
20227
20245
|
</td>
|
|
20228
20246
|
<td>
|
|
20229
20247
|
|
|
20230
|
-
[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)
|
|
20231
20249
|
|
|
20232
20250
|
</td>
|
|
20233
20251
|
</tr>
|
|
@@ -20262,7 +20280,7 @@ sort: {
|
|
|
20262
20280
|
</td>
|
|
20263
20281
|
<td>
|
|
20264
20282
|
|
|
20265
|
-
[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)
|
|
20266
20284
|
|
|
20267
20285
|
</td>
|
|
20268
20286
|
</tr>
|
|
@@ -20273,7 +20291,7 @@ sort: {
|
|
|
20273
20291
|
|
|
20274
20292
|
### QueryOptionsFilter
|
|
20275
20293
|
|
|
20276
|
-
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)
|
|
20277
20295
|
|
|
20278
20296
|
Query options using the `where`-like filter object.
|
|
20279
20297
|
|
|
@@ -20349,7 +20367,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
20349
20367
|
</td>
|
|
20350
20368
|
<td>
|
|
20351
20369
|
|
|
20352
|
-
[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)
|
|
20353
20371
|
|
|
20354
20372
|
</td>
|
|
20355
20373
|
</tr>
|
|
@@ -20389,7 +20407,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20389
20407
|
</td>
|
|
20390
20408
|
<td>
|
|
20391
20409
|
|
|
20392
|
-
[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)
|
|
20393
20411
|
|
|
20394
20412
|
</td>
|
|
20395
20413
|
</tr>
|
|
@@ -20430,7 +20448,7 @@ options: {
|
|
|
20430
20448
|
</td>
|
|
20431
20449
|
<td>
|
|
20432
20450
|
|
|
20433
|
-
[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)
|
|
20434
20452
|
|
|
20435
20453
|
</td>
|
|
20436
20454
|
</tr>
|
|
@@ -20467,7 +20485,7 @@ relations: ["profile", "posts"];
|
|
|
20467
20485
|
</td>
|
|
20468
20486
|
<td>
|
|
20469
20487
|
|
|
20470
|
-
[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)
|
|
20471
20489
|
|
|
20472
20490
|
</td>
|
|
20473
20491
|
</tr>
|
|
@@ -20507,7 +20525,7 @@ sort: {
|
|
|
20507
20525
|
</td>
|
|
20508
20526
|
<td>
|
|
20509
20527
|
|
|
20510
|
-
[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)
|
|
20511
20529
|
|
|
20512
20530
|
</td>
|
|
20513
20531
|
</tr>
|
|
@@ -20535,7 +20553,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20535
20553
|
</td>
|
|
20536
20554
|
<td>
|
|
20537
20555
|
|
|
20538
|
-
[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)
|
|
20539
20557
|
|
|
20540
20558
|
</td>
|
|
20541
20559
|
</tr>
|
|
@@ -20546,7 +20564,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20546
20564
|
|
|
20547
20565
|
### QueryOptionsNot
|
|
20548
20566
|
|
|
20549
|
-
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)
|
|
20550
20568
|
|
|
20551
20569
|
Options interface for exclusion-based CRUD operations.
|
|
20552
20570
|
|
|
@@ -20653,7 +20671,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20653
20671
|
</td>
|
|
20654
20672
|
<td>
|
|
20655
20673
|
|
|
20656
|
-
[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)
|
|
20657
20675
|
|
|
20658
20676
|
</td>
|
|
20659
20677
|
</tr>
|
|
@@ -20689,7 +20707,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
20689
20707
|
</td>
|
|
20690
20708
|
<td>
|
|
20691
20709
|
|
|
20692
|
-
[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)
|
|
20693
20711
|
|
|
20694
20712
|
</td>
|
|
20695
20713
|
</tr>
|
|
@@ -20730,7 +20748,7 @@ options: {
|
|
|
20730
20748
|
</td>
|
|
20731
20749
|
<td>
|
|
20732
20750
|
|
|
20733
|
-
[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)
|
|
20734
20752
|
|
|
20735
20753
|
</td>
|
|
20736
20754
|
</tr>
|
|
@@ -20767,7 +20785,7 @@ relations: ["profile", "posts"];
|
|
|
20767
20785
|
</td>
|
|
20768
20786
|
<td>
|
|
20769
20787
|
|
|
20770
|
-
[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)
|
|
20771
20789
|
|
|
20772
20790
|
</td>
|
|
20773
20791
|
</tr>
|
|
@@ -20807,7 +20825,7 @@ sort: {
|
|
|
20807
20825
|
</td>
|
|
20808
20826
|
<td>
|
|
20809
20827
|
|
|
20810
|
-
[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)
|
|
20811
20829
|
|
|
20812
20830
|
</td>
|
|
20813
20831
|
</tr>
|
|
@@ -20835,7 +20853,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
20835
20853
|
</td>
|
|
20836
20854
|
<td>
|
|
20837
20855
|
|
|
20838
|
-
[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)
|
|
20839
20857
|
|
|
20840
20858
|
</td>
|
|
20841
20859
|
</tr>
|
|
@@ -20846,7 +20864,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
20846
20864
|
|
|
20847
20865
|
### QueryOptionsSearch
|
|
20848
20866
|
|
|
20849
|
-
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)
|
|
20850
20868
|
|
|
20851
20869
|
Options interface for search-based CRUD operations.
|
|
20852
20870
|
|
|
@@ -20953,7 +20971,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20953
20971
|
</td>
|
|
20954
20972
|
<td>
|
|
20955
20973
|
|
|
20956
|
-
[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)
|
|
20957
20975
|
|
|
20958
20976
|
</td>
|
|
20959
20977
|
</tr>
|
|
@@ -20994,7 +21012,7 @@ options: {
|
|
|
20994
21012
|
</td>
|
|
20995
21013
|
<td>
|
|
20996
21014
|
|
|
20997
|
-
[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)
|
|
20998
21016
|
|
|
20999
21017
|
</td>
|
|
21000
21018
|
</tr>
|
|
@@ -21031,7 +21049,7 @@ relations: ["profile", "posts"];
|
|
|
21031
21049
|
</td>
|
|
21032
21050
|
<td>
|
|
21033
21051
|
|
|
21034
|
-
[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)
|
|
21035
21053
|
|
|
21036
21054
|
</td>
|
|
21037
21055
|
</tr>
|
|
@@ -21071,7 +21089,7 @@ search: {
|
|
|
21071
21089
|
</td>
|
|
21072
21090
|
<td>
|
|
21073
21091
|
|
|
21074
|
-
[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)
|
|
21075
21093
|
|
|
21076
21094
|
</td>
|
|
21077
21095
|
</tr>
|
|
@@ -21111,7 +21129,7 @@ sort: {
|
|
|
21111
21129
|
</td>
|
|
21112
21130
|
<td>
|
|
21113
21131
|
|
|
21114
|
-
[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)
|
|
21115
21133
|
|
|
21116
21134
|
</td>
|
|
21117
21135
|
</tr>
|
|
@@ -21139,7 +21157,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21139
21157
|
</td>
|
|
21140
21158
|
<td>
|
|
21141
21159
|
|
|
21142
|
-
[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)
|
|
21143
21161
|
|
|
21144
21162
|
</td>
|
|
21145
21163
|
</tr>
|
|
@@ -21150,7 +21168,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21150
21168
|
|
|
21151
21169
|
### QueryOptionsWhere
|
|
21152
21170
|
|
|
21153
|
-
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)
|
|
21154
21172
|
|
|
21155
21173
|
Options interface for direct WHERE clause CRUD operations.
|
|
21156
21174
|
|
|
@@ -21244,7 +21262,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21244
21262
|
</td>
|
|
21245
21263
|
<td>
|
|
21246
21264
|
|
|
21247
|
-
[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)
|
|
21248
21266
|
|
|
21249
21267
|
</td>
|
|
21250
21268
|
</tr>
|
|
@@ -21284,7 +21302,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
21284
21302
|
</td>
|
|
21285
21303
|
<td>
|
|
21286
21304
|
|
|
21287
|
-
[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)
|
|
21288
21306
|
|
|
21289
21307
|
</td>
|
|
21290
21308
|
</tr>
|
|
@@ -21312,7 +21330,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21312
21330
|
</td>
|
|
21313
21331
|
<td>
|
|
21314
21332
|
|
|
21315
|
-
[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)
|
|
21316
21334
|
|
|
21317
21335
|
</td>
|
|
21318
21336
|
</tr>
|
|
@@ -21353,7 +21371,7 @@ options: {
|
|
|
21353
21371
|
</td>
|
|
21354
21372
|
<td>
|
|
21355
21373
|
|
|
21356
|
-
[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)
|
|
21357
21375
|
|
|
21358
21376
|
</td>
|
|
21359
21377
|
</tr>
|
|
@@ -21390,7 +21408,7 @@ relations: ["profile", "posts"];
|
|
|
21390
21408
|
</td>
|
|
21391
21409
|
<td>
|
|
21392
21410
|
|
|
21393
|
-
[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)
|
|
21394
21412
|
|
|
21395
21413
|
</td>
|
|
21396
21414
|
</tr>
|
|
@@ -21418,7 +21436,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21418
21436
|
</td>
|
|
21419
21437
|
<td>
|
|
21420
21438
|
|
|
21421
|
-
[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)
|
|
21422
21440
|
|
|
21423
21441
|
</td>
|
|
21424
21442
|
</tr>
|
|
@@ -21458,7 +21476,7 @@ sort: {
|
|
|
21458
21476
|
</td>
|
|
21459
21477
|
<td>
|
|
21460
21478
|
|
|
21461
|
-
[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)
|
|
21462
21480
|
|
|
21463
21481
|
</td>
|
|
21464
21482
|
</tr>
|
|
@@ -21504,7 +21522,7 @@ where: [
|
|
|
21504
21522
|
</td>
|
|
21505
21523
|
<td>
|
|
21506
21524
|
|
|
21507
|
-
[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)
|
|
21508
21526
|
|
|
21509
21527
|
</td>
|
|
21510
21528
|
</tr>
|
|
@@ -21515,7 +21533,7 @@ where: [
|
|
|
21515
21533
|
|
|
21516
21534
|
### SaveOptionsWithSkip
|
|
21517
21535
|
|
|
21518
|
-
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)
|
|
21519
21537
|
|
|
21520
21538
|
Extended save options interface with skip creation functionality.
|
|
21521
21539
|
|
|
@@ -21726,7 +21744,7 @@ skipCreate: true; // Only update existing entities, don't create new ones
|
|
|
21726
21744
|
</td>
|
|
21727
21745
|
<td>
|
|
21728
21746
|
|
|
21729
|
-
[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)
|
|
21730
21748
|
|
|
21731
21749
|
</td>
|
|
21732
21750
|
</tr>
|
|
@@ -21771,7 +21789,7 @@ node_modules/typeorm/repository/SaveOptions.d.ts:19
|
|
|
21771
21789
|
type DatabaseTypes = "mysql" | "mariadb" | "postgres";
|
|
21772
21790
|
```
|
|
21773
21791
|
|
|
21774
|
-
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)
|
|
21775
21793
|
|
|
21776
21794
|
Supported database types for application connections.
|
|
21777
21795
|
|
|
@@ -21818,7 +21836,7 @@ const connectionOptions: ConnectionOptions = {
|
|
|
21818
21836
|
type EntityDecorator = (target) => void;
|
|
21819
21837
|
```
|
|
21820
21838
|
|
|
21821
|
-
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)
|
|
21822
21840
|
|
|
21823
21841
|
Type definition for decorators that target standard entity classes
|
|
21824
21842
|
|
|
@@ -21901,7 +21919,7 @@ export class UserEntity extends BaseEntity {
|
|
|
21901
21919
|
type EntityExtensionDecorator = (target) => void;
|
|
21902
21920
|
```
|
|
21903
21921
|
|
|
21904
|
-
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)
|
|
21905
21923
|
|
|
21906
21924
|
Type definition for decorators that target extended entity classes
|
|
21907
21925
|
|
|
@@ -21989,7 +22007,7 @@ export class ProductEntity extends BaseEntityExtension {
|
|
|
21989
22007
|
type EntityOptionUnique = object;
|
|
21990
22008
|
```
|
|
21991
22009
|
|
|
21992
|
-
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)
|
|
21993
22011
|
|
|
21994
22012
|
Configuration type for defining unique constraints on entity fields.
|
|
21995
22013
|
|
|
@@ -22067,7 +22085,7 @@ type FilterOptions<Entity> = {
|
|
|
22067
22085
|
};
|
|
22068
22086
|
```
|
|
22069
22087
|
|
|
22070
|
-
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)
|
|
22071
22089
|
|
|
22072
22090
|
A recursive type for building structured filter conditions for entity queries.
|
|
22073
22091
|
|
|
@@ -22171,7 +22189,7 @@ type FindConditions<Entity> =
|
|
|
22171
22189
|
| QueryDeepPartial<Entity>;
|
|
22172
22190
|
```
|
|
22173
22191
|
|
|
22174
|
-
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)
|
|
22175
22193
|
|
|
22176
22194
|
A flexible type for defining query conditions when finding entities.
|
|
22177
22195
|
|
|
@@ -22260,7 +22278,7 @@ async function findUsers(conditions: FindConditions<User>): Promise<User[]> {
|
|
|
22260
22278
|
type GetAllOptions<Entity> = PaginatedGetOptions<Entity>;
|
|
22261
22279
|
```
|
|
22262
22280
|
|
|
22263
|
-
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)
|
|
22264
22282
|
|
|
22265
22283
|
Simple options type for retrieving all entities with pagination.
|
|
22266
22284
|
|
|
@@ -22313,7 +22331,7 @@ const [users, count] = await userService.findAll(options);
|
|
|
22313
22331
|
type GetByIdOptions<Entity> = Omit<QueryOptions<Entity>, "sort">;
|
|
22314
22332
|
```
|
|
22315
22333
|
|
|
22316
|
-
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)
|
|
22317
22335
|
|
|
22318
22336
|
Options interface for retrieving a single entity by its ID.
|
|
22319
22337
|
|
|
@@ -22369,7 +22387,7 @@ type GetManyOptions<Entity> =
|
|
|
22369
22387
|
| GetManyOptionsWhere<Entity>;
|
|
22370
22388
|
```
|
|
22371
22389
|
|
|
22372
|
-
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)
|
|
22373
22391
|
|
|
22374
22392
|
Union type for all options interfaces for retrieving multiple entities with pagination.
|
|
22375
22393
|
|
|
@@ -22441,7 +22459,7 @@ type GetOneOptions<Entity> =
|
|
|
22441
22459
|
| GetOneOptionsWhere<Entity>;
|
|
22442
22460
|
```
|
|
22443
22461
|
|
|
22444
|
-
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)
|
|
22445
22463
|
|
|
22446
22464
|
Union type for all options interfaces for retrieving a single entity.
|
|
22447
22465
|
|
|
@@ -22500,7 +22518,7 @@ type GetOptions<Entity> =
|
|
|
22500
22518
|
| (QueryOptionsWhere<Entity> & PaginatedGetOptions<Entity>);
|
|
22501
22519
|
```
|
|
22502
22520
|
|
|
22503
|
-
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)
|
|
22504
22522
|
|
|
22505
22523
|
Comprehensive options type for retrieving entities with various filtering approaches and pagination.
|
|
22506
22524
|
|
|
@@ -22557,7 +22575,7 @@ const [users, count] = await getUsers({
|
|
|
22557
22575
|
type RepositoryDecorator = <T>(target) => T | void;
|
|
22558
22576
|
```
|
|
22559
22577
|
|
|
22560
|
-
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)
|
|
22561
22579
|
|
|
22562
22580
|
Type definition for repository class decorators.
|
|
22563
22581
|
|
|
@@ -22677,7 +22695,7 @@ class UserRepository extends BaseRepository<User> {
|
|
|
22677
22695
|
type SaveAndGetOptions<Entity> = SaveOptionsWithSkip & GetByIdOptions<Entity>;
|
|
22678
22696
|
```
|
|
22679
22697
|
|
|
22680
|
-
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)
|
|
22681
22699
|
|
|
22682
22700
|
Combined options type for save-and-get operations.
|
|
22683
22701
|
|
|
@@ -22748,7 +22766,7 @@ const updatedUser = await userService.saveAndGet(userData, options);
|
|
|
22748
22766
|
type SortOptions<Entity> = FindOptionsOrder<Entity>;
|
|
22749
22767
|
```
|
|
22750
22768
|
|
|
22751
|
-
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)
|
|
22752
22770
|
|
|
22753
22771
|
Type alias for TypeORM's sorting configuration.
|
|
22754
22772
|
|
|
@@ -22840,7 +22858,7 @@ const users = await userRepository.find({
|
|
|
22840
22858
|
type TypeORMErrorHandler = (error) => Error | void;
|
|
22841
22859
|
```
|
|
22842
22860
|
|
|
22843
|
-
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)
|
|
22844
22862
|
|
|
22845
22863
|
A function type for custom TypeORM error handling.
|
|
22846
22864
|
|
|
@@ -22943,7 +22961,7 @@ try {
|
|
|
22943
22961
|
const BaseEntityTemplateRelations: string[];
|
|
22944
22962
|
```
|
|
22945
22963
|
|
|
22946
|
-
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)
|
|
22947
22965
|
|
|
22948
22966
|
List of standard relation properties in the BaseEntity
|
|
22949
22967
|
|
|
@@ -22967,7 +22985,7 @@ standard relations from foreign key constraint validation.
|
|
|
22967
22985
|
const CONNECTION_OPTIONS: "CONNECTION_OPTIONS" = "CONNECTION_OPTIONS";
|
|
22968
22986
|
```
|
|
22969
22987
|
|
|
22970
|
-
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)
|
|
22971
22989
|
|
|
22972
22990
|
Token for database connection options
|
|
22973
22991
|
|
|
@@ -23007,7 +23025,7 @@ export class AppModule {}
|
|
|
23007
23025
|
const DEFAULT_MAX_RECURSION_DEPTH: 10 = 10;
|
|
23008
23026
|
```
|
|
23009
23027
|
|
|
23010
|
-
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)
|
|
23011
23029
|
|
|
23012
23030
|
Default maximum recursion depth for deep object operations
|
|
23013
23031
|
|
|
@@ -23039,7 +23057,7 @@ toQueryDeepPartialEntity Function that uses this constant to limit recursion dep
|
|
|
23039
23057
|
const EXTRACT_INVALID_COLUMN_REGEX: RegExp;
|
|
23040
23058
|
```
|
|
23041
23059
|
|
|
23042
|
-
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)
|
|
23043
23061
|
|
|
23044
23062
|
Regular expression for extracting column names from database column not found errors
|
|
23045
23063
|
|
|
@@ -23069,7 +23087,7 @@ EntityUtils.handleError Method that uses this pattern to extract column names fr
|
|
|
23069
23087
|
const EXTRACT_INVALID_QUERY_FIELD_REGEX: RegExp;
|
|
23070
23088
|
```
|
|
23071
23089
|
|
|
23072
|
-
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)
|
|
23073
23091
|
|
|
23074
23092
|
Regular expression for extracting field names from TypeORM property not found errors
|
|
23075
23093
|
|
|
@@ -23099,7 +23117,7 @@ EntityUtils.handleError Method that uses this pattern to extract field names fro
|
|
|
23099
23117
|
const FK_CONSTRAINT_REGEX: RegExp;
|
|
23100
23118
|
```
|
|
23101
23119
|
|
|
23102
|
-
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)
|
|
23103
23121
|
|
|
23104
23122
|
Regular expression for validating foreign key constraint naming convention
|
|
23105
23123
|
|
|
@@ -23132,7 +23150,7 @@ The format is: FK_entityName_relatedEntityName
|
|
|
23132
23150
|
const ID_PATH: "id" = "id";
|
|
23133
23151
|
```
|
|
23134
23152
|
|
|
23135
|
-
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)
|
|
23136
23154
|
|
|
23137
23155
|
---
|
|
23138
23156
|
|
|
@@ -23142,7 +23160,7 @@ Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/
|
|
|
23142
23160
|
const ID_PATH_VAR: ":id";
|
|
23143
23161
|
```
|
|
23144
23162
|
|
|
23145
|
-
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)
|
|
23146
23164
|
|
|
23147
23165
|
---
|
|
23148
23166
|
|
|
@@ -23203,7 +23221,7 @@ Defined in: node_modules/@nestjs/typeorm/dist/common/typeorm.decorators.d.ts:4
|
|
|
23203
23221
|
const UNIQUE_CONSTRAINT_REGEX: RegExp;
|
|
23204
23222
|
```
|
|
23205
23223
|
|
|
23206
|
-
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)
|
|
23207
23225
|
|
|
23208
23226
|
Regular expression for validating unique constraint naming convention
|
|
23209
23227
|
|
|
@@ -23235,7 +23253,7 @@ The format is: UNIQUE_entityName_fieldName
|
|
|
23235
23253
|
const USER_ENTITY_TABLE_NAME: "users" = "users";
|
|
23236
23254
|
```
|
|
23237
23255
|
|
|
23238
|
-
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)
|
|
23239
23257
|
|
|
23240
23258
|
Standard table name for user entities
|
|
23241
23259
|
|