@hichchi/nest-crud 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +273 -273
- package/package.json +5 -5
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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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:1251](https://github.com/hichchidev/hichchi/blob/
|
|
7912
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1251](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1251)
|
|
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/4f0350925a950a3a9e81da44097f63463eade88d/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:849](https://github.com/hichchidev/hichchi/blob/
|
|
8187
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:849](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L849)
|
|
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:863](https://github.com/hichchidev/hichchi/blob/
|
|
8282
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:863](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L863)
|
|
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:1139](https://github.com/hichchidev/hichchi/blob/
|
|
8430
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1139](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1139)
|
|
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:1153](https://github.com/hichchidev/hichchi/blob/
|
|
8526
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1153](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1153)
|
|
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:1040](https://github.com/hichchidev/hichchi/blob/
|
|
8677
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1040](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1040)
|
|
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:1054](https://github.com/hichchidev/hichchi/blob/
|
|
8771
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1054](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1054)
|
|
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:937](https://github.com/hichchidev/hichchi/blob/
|
|
8921
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:937](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L937)
|
|
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:951](https://github.com/hichchidev/hichchi/blob/
|
|
9015
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:951](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L951)
|
|
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:620](https://github.com/hichchidev/hichchi/blob/
|
|
9109
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:620](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L620)
|
|
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:818](https://github.com/hichchidev/hichchi/blob/
|
|
9220
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:818](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L818)
|
|
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:669](https://github.com/hichchidev/hichchi/blob/
|
|
9343
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:669](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L669)
|
|
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:764](https://github.com/hichchidev/hichchi/blob/
|
|
9441
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:764](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L764)
|
|
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:711](https://github.com/hichchidev/hichchi/blob/
|
|
9568
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:711](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L711)
|
|
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/4f0350925a950a3a9e81da44097f63463eade88d/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:1366](https://github.com/hichchidev/hichchi/blob/
|
|
9705
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1366](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1366)
|
|
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/4f0350925a950a3a9e81da44097f63463eade88d/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/4f0350925a950a3a9e81da44097f63463eade88d/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:1292](https://github.com/hichchidev/hichchi/blob/
|
|
10148
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1292](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1292)
|
|
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:1323](https://github.com/hichchidev/hichchi/blob/
|
|
10247
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1323](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L1323)
|
|
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/4f0350925a950a3a9e81da44097f63463eade88d/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:563](https://github.com/hichchidev/hichchi/blob/
|
|
10554
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:563](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L563)
|
|
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:499](https://github.com/hichchidev/hichchi/blob/
|
|
10738
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:499](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L499)
|
|
10739
10739
|
|
|
10740
10740
|
Updates multiple entities that match the specified conditions
|
|
10741
10741
|
|
|
@@ -10912,7 +10912,7 @@ updateOne<T>(
|
|
|
10912
10912
|
eh?): Promise<Entity>;
|
|
10913
10913
|
```
|
|
10914
10914
|
|
|
10915
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:436](https://github.com/hichchidev/hichchi/blob/
|
|
10915
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:436](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L436)
|
|
10916
10916
|
|
|
10917
10917
|
Updates a single entity that matches the specified conditions
|
|
10918
10918
|
|
|
@@ -11116,7 +11116,7 @@ The repository for the entity
|
|
|
11116
11116
|
</td>
|
|
11117
11117
|
<td>
|
|
11118
11118
|
|
|
11119
|
-
[libs/nest-crud/src/services/crud.service.ts:139](https://github.com/hichchidev/hichchi/blob/
|
|
11119
|
+
[libs/nest-crud/src/services/crud.service.ts:139](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/services/crud.service.ts#L139)
|
|
11120
11120
|
|
|
11121
11121
|
</td>
|
|
11122
11122
|
</tr>
|
|
@@ -11127,7 +11127,7 @@ The repository for the entity
|
|
|
11127
11127
|
|
|
11128
11128
|
### HichchiCrudModule
|
|
11129
11129
|
|
|
11130
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:35](https://github.com/hichchidev/hichchi/blob/
|
|
11130
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:35](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/crud.module.ts#L35)
|
|
11131
11131
|
|
|
11132
11132
|
Module for integrating TypeORM with NestJS and providing CRUD functionality
|
|
11133
11133
|
|
|
@@ -11173,7 +11173,7 @@ new HichchiCrudModule(): HichchiCrudModule;
|
|
|
11173
11173
|
static forFeature(entities): DynamicModule;
|
|
11174
11174
|
```
|
|
11175
11175
|
|
|
11176
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:131](https://github.com/hichchidev/hichchi/blob/
|
|
11176
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:131](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/crud.module.ts#L131)
|
|
11177
11177
|
|
|
11178
11178
|
Register entities for the HichchiCrudModule
|
|
11179
11179
|
|
|
@@ -11239,7 +11239,7 @@ export class UserModule {}
|
|
|
11239
11239
|
static forRoot(options): DynamicModule;
|
|
11240
11240
|
```
|
|
11241
11241
|
|
|
11242
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:73](https://github.com/hichchidev/hichchi/blob/
|
|
11242
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:73](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/crud.module.ts#L73)
|
|
11243
11243
|
|
|
11244
11244
|
Register the HichchiCrudModule
|
|
11245
11245
|
|
|
@@ -11318,7 +11318,7 @@ export class AppModule {}
|
|
|
11318
11318
|
static validateEntities(entities): void;
|
|
11319
11319
|
```
|
|
11320
11320
|
|
|
11321
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:206](https://github.com/hichchidev/hichchi/blob/
|
|
11321
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:206](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/crud.module.ts#L206)
|
|
11322
11322
|
|
|
11323
11323
|
Validates entities for registration with the HichchiCrudModule
|
|
11324
11324
|
|
|
@@ -11383,7 +11383,7 @@ Array of entity classes to validate
|
|
|
11383
11383
|
|
|
11384
11384
|
### HichchiUserEntity
|
|
11385
11385
|
|
|
11386
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
11386
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L51)
|
|
11387
11387
|
|
|
11388
11388
|
Base user entity class that provides common user fields and functionality
|
|
11389
11389
|
|
|
@@ -11450,7 +11450,7 @@ new HichchiUserEntity(): HichchiUserEntity;
|
|
|
11450
11450
|
protected optional afterLoad(): void;
|
|
11451
11451
|
```
|
|
11452
11452
|
|
|
11453
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:234](https://github.com/hichchidev/hichchi/blob/
|
|
11453
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:234](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L234)
|
|
11454
11454
|
|
|
11455
11455
|
Lifecycle hook that runs after an entity is loaded from the database
|
|
11456
11456
|
|
|
@@ -11473,7 +11473,7 @@ UserInfo The interface that defines the user information structure
|
|
|
11473
11473
|
protected optional beforeInsert(): void;
|
|
11474
11474
|
```
|
|
11475
11475
|
|
|
11476
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:219](https://github.com/hichchidev/hichchi/blob/
|
|
11476
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:219](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L219)
|
|
11477
11477
|
|
|
11478
11478
|
Lifecycle hooks that run before an entity is inserted or updated
|
|
11479
11479
|
|
|
@@ -11515,7 +11515,7 @@ concatenating the firstName and lastName properties.
|
|
|
11515
11515
|
</td>
|
|
11516
11516
|
<td>
|
|
11517
11517
|
|
|
11518
|
-
[libs/nest-crud/src/base/base-user.entity.ts:202](https://github.com/hichchidev/hichchi/blob/
|
|
11518
|
+
[libs/nest-crud/src/base/base-user.entity.ts:202](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L202)
|
|
11519
11519
|
|
|
11520
11520
|
</td>
|
|
11521
11521
|
</tr>
|
|
@@ -11540,7 +11540,7 @@ It is not nullable and cannot be changed after creation.
|
|
|
11540
11540
|
</td>
|
|
11541
11541
|
<td>
|
|
11542
11542
|
|
|
11543
|
-
[libs/nest-crud/src/base/base-user.entity.ts:68](https://github.com/hichchidev/hichchi/blob/
|
|
11543
|
+
[libs/nest-crud/src/base/base-user.entity.ts:68](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L68)
|
|
11544
11544
|
|
|
11545
11545
|
</td>
|
|
11546
11546
|
</tr>
|
|
@@ -11565,7 +11565,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11565
11565
|
</td>
|
|
11566
11566
|
<td>
|
|
11567
11567
|
|
|
11568
|
-
[libs/nest-crud/src/base/base-user.entity.ts:105](https://github.com/hichchidev/hichchi/blob/
|
|
11568
|
+
[libs/nest-crud/src/base/base-user.entity.ts:105](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L105)
|
|
11569
11569
|
|
|
11570
11570
|
</td>
|
|
11571
11571
|
</tr>
|
|
@@ -11590,7 +11590,7 @@ It is used for the foreign key relationship with the createdBy field.
|
|
|
11590
11590
|
</td>
|
|
11591
11591
|
<td>
|
|
11592
11592
|
|
|
11593
|
-
[libs/nest-crud/src/base/base-user.entity.ts:95](https://github.com/hichchidev/hichchi/blob/
|
|
11593
|
+
[libs/nest-crud/src/base/base-user.entity.ts:95](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L95)
|
|
11594
11594
|
|
|
11595
11595
|
</td>
|
|
11596
11596
|
</tr>
|
|
@@ -11615,7 +11615,7 @@ soft delete functionality. When this field has a value, the entity is considered
|
|
|
11615
11615
|
</td>
|
|
11616
11616
|
<td>
|
|
11617
11617
|
|
|
11618
|
-
[libs/nest-crud/src/base/base-user.entity.ts:86](https://github.com/hichchidev/hichchi/blob/
|
|
11618
|
+
[libs/nest-crud/src/base/base-user.entity.ts:86](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L86)
|
|
11619
11619
|
|
|
11620
11620
|
</td>
|
|
11621
11621
|
</tr>
|
|
@@ -11640,7 +11640,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11640
11640
|
</td>
|
|
11641
11641
|
<td>
|
|
11642
11642
|
|
|
11643
|
-
[libs/nest-crud/src/base/base-user.entity.ts:143](https://github.com/hichchidev/hichchi/blob/
|
|
11643
|
+
[libs/nest-crud/src/base/base-user.entity.ts:143](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L143)
|
|
11644
11644
|
|
|
11645
11645
|
</td>
|
|
11646
11646
|
</tr>
|
|
@@ -11665,7 +11665,7 @@ It is used for the foreign key relationship with the deletedBy field.
|
|
|
11665
11665
|
</td>
|
|
11666
11666
|
<td>
|
|
11667
11667
|
|
|
11668
|
-
[libs/nest-crud/src/base/base-user.entity.ts:133](https://github.com/hichchidev/hichchi/blob/
|
|
11668
|
+
[libs/nest-crud/src/base/base-user.entity.ts:133](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L133)
|
|
11669
11669
|
|
|
11670
11670
|
</td>
|
|
11671
11671
|
</tr>
|
|
@@ -11691,7 +11691,7 @@ or uses alternative authentication methods.
|
|
|
11691
11691
|
</td>
|
|
11692
11692
|
<td>
|
|
11693
11693
|
|
|
11694
|
-
[libs/nest-crud/src/base/base-user.entity.ts:182](https://github.com/hichchidev/hichchi/blob/
|
|
11694
|
+
[libs/nest-crud/src/base/base-user.entity.ts:182](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L182)
|
|
11695
11695
|
|
|
11696
11696
|
</td>
|
|
11697
11697
|
</tr>
|
|
@@ -11713,7 +11713,7 @@ or uses alternative authentication methods.
|
|
|
11713
11713
|
</td>
|
|
11714
11714
|
<td>
|
|
11715
11715
|
|
|
11716
|
-
[libs/nest-crud/src/base/base-user.entity.ts:199](https://github.com/hichchidev/hichchi/blob/
|
|
11716
|
+
[libs/nest-crud/src/base/base-user.entity.ts:199](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L199)
|
|
11717
11717
|
|
|
11718
11718
|
</td>
|
|
11719
11719
|
</tr>
|
|
@@ -11739,7 +11739,7 @@ be null.
|
|
|
11739
11739
|
</td>
|
|
11740
11740
|
<td>
|
|
11741
11741
|
|
|
11742
|
-
[libs/nest-crud/src/base/base-user.entity.ts:153](https://github.com/hichchidev/hichchi/blob/
|
|
11742
|
+
[libs/nest-crud/src/base/base-user.entity.ts:153](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L153)
|
|
11743
11743
|
|
|
11744
11744
|
</td>
|
|
11745
11745
|
</tr>
|
|
@@ -11765,7 +11765,7 @@ automatically maintained by the beforeInsert and beforeUpdate hooks.
|
|
|
11765
11765
|
</td>
|
|
11766
11766
|
<td>
|
|
11767
11767
|
|
|
11768
|
-
[libs/nest-crud/src/base/base-user.entity.ts:172](https://github.com/hichchidev/hichchi/blob/
|
|
11768
|
+
[libs/nest-crud/src/base/base-user.entity.ts:172](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L172)
|
|
11769
11769
|
|
|
11770
11770
|
</td>
|
|
11771
11771
|
</tr>
|
|
@@ -11790,7 +11790,7 @@ It serves as the primary key for the entity in the database.
|
|
|
11790
11790
|
</td>
|
|
11791
11791
|
<td>
|
|
11792
11792
|
|
|
11793
|
-
[libs/nest-crud/src/base/base-user.entity.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
11793
|
+
[libs/nest-crud/src/base/base-user.entity.ts:59](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L59)
|
|
11794
11794
|
|
|
11795
11795
|
</td>
|
|
11796
11796
|
</tr>
|
|
@@ -11815,7 +11815,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11815
11815
|
</td>
|
|
11816
11816
|
<td>
|
|
11817
11817
|
|
|
11818
|
-
[libs/nest-crud/src/base/base-user.entity.ts:162](https://github.com/hichchidev/hichchi/blob/
|
|
11818
|
+
[libs/nest-crud/src/base/base-user.entity.ts:162](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L162)
|
|
11819
11819
|
|
|
11820
11820
|
</td>
|
|
11821
11821
|
</tr>
|
|
@@ -11837,7 +11837,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11837
11837
|
</td>
|
|
11838
11838
|
<td>
|
|
11839
11839
|
|
|
11840
|
-
[libs/nest-crud/src/base/base-user.entity.ts:196](https://github.com/hichchidev/hichchi/blob/
|
|
11840
|
+
[libs/nest-crud/src/base/base-user.entity.ts:196](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L196)
|
|
11841
11841
|
|
|
11842
11842
|
</td>
|
|
11843
11843
|
</tr>
|
|
@@ -11859,7 +11859,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11859
11859
|
</td>
|
|
11860
11860
|
<td>
|
|
11861
11861
|
|
|
11862
|
-
[libs/nest-crud/src/base/base-user.entity.ts:205](https://github.com/hichchidev/hichchi/blob/
|
|
11862
|
+
[libs/nest-crud/src/base/base-user.entity.ts:205](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L205)
|
|
11863
11863
|
|
|
11864
11864
|
</td>
|
|
11865
11865
|
</tr>
|
|
@@ -11881,7 +11881,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11881
11881
|
</td>
|
|
11882
11882
|
<td>
|
|
11883
11883
|
|
|
11884
|
-
[libs/nest-crud/src/base/base-user.entity.ts:208](https://github.com/hichchidev/hichchi/blob/
|
|
11884
|
+
[libs/nest-crud/src/base/base-user.entity.ts:208](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L208)
|
|
11885
11885
|
|
|
11886
11886
|
</td>
|
|
11887
11887
|
</tr>
|
|
@@ -11906,7 +11906,7 @@ and updated whenever the entity is modified.
|
|
|
11906
11906
|
</td>
|
|
11907
11907
|
<td>
|
|
11908
11908
|
|
|
11909
|
-
[libs/nest-crud/src/base/base-user.entity.ts:77](https://github.com/hichchidev/hichchi/blob/
|
|
11909
|
+
[libs/nest-crud/src/base/base-user.entity.ts:77](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L77)
|
|
11910
11910
|
|
|
11911
11911
|
</td>
|
|
11912
11912
|
</tr>
|
|
@@ -11931,7 +11931,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11931
11931
|
</td>
|
|
11932
11932
|
<td>
|
|
11933
11933
|
|
|
11934
|
-
[libs/nest-crud/src/base/base-user.entity.ts:124](https://github.com/hichchidev/hichchi/blob/
|
|
11934
|
+
[libs/nest-crud/src/base/base-user.entity.ts:124](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L124)
|
|
11935
11935
|
|
|
11936
11936
|
</td>
|
|
11937
11937
|
</tr>
|
|
@@ -11956,7 +11956,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
11956
11956
|
</td>
|
|
11957
11957
|
<td>
|
|
11958
11958
|
|
|
11959
|
-
[libs/nest-crud/src/base/base-user.entity.ts:114](https://github.com/hichchidev/hichchi/blob/
|
|
11959
|
+
[libs/nest-crud/src/base/base-user.entity.ts:114](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L114)
|
|
11960
11960
|
|
|
11961
11961
|
</td>
|
|
11962
11962
|
</tr>
|
|
@@ -11982,7 +11982,7 @@ alternative authentication methods like email-only authentication.
|
|
|
11982
11982
|
</td>
|
|
11983
11983
|
<td>
|
|
11984
11984
|
|
|
11985
|
-
[libs/nest-crud/src/base/base-user.entity.ts:192](https://github.com/hichchidev/hichchi/blob/
|
|
11985
|
+
[libs/nest-crud/src/base/base-user.entity.ts:192](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-user.entity.ts#L192)
|
|
11986
11986
|
|
|
11987
11987
|
</td>
|
|
11988
11988
|
</tr>
|
|
@@ -11993,7 +11993,7 @@ alternative authentication methods like email-only authentication.
|
|
|
11993
11993
|
|
|
11994
11994
|
### IdsDto
|
|
11995
11995
|
|
|
11996
|
-
Defined in: [libs/nest-crud/src/dtos/ids.dto.ts:10](https://github.com/hichchidev/hichchi/blob/
|
|
11996
|
+
Defined in: [libs/nest-crud/src/dtos/ids.dto.ts:10](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/dtos/ids.dto.ts#L10)
|
|
11997
11997
|
|
|
11998
11998
|
#### Implements
|
|
11999
11999
|
|
|
@@ -12035,7 +12035,7 @@ new IdsDto(): IdsDto;
|
|
|
12035
12035
|
</td>
|
|
12036
12036
|
<td>
|
|
12037
12037
|
|
|
12038
|
-
[libs/nest-crud/src/dtos/ids.dto.ts:14](https://github.com/hichchidev/hichchi/blob/
|
|
12038
|
+
[libs/nest-crud/src/dtos/ids.dto.ts:14](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/dtos/ids.dto.ts#L14)
|
|
12039
12039
|
|
|
12040
12040
|
</td>
|
|
12041
12041
|
</tr>
|
|
@@ -15152,7 +15152,7 @@ node_modules/typeorm/repository/Repository.d.ts:28
|
|
|
15152
15152
|
|
|
15153
15153
|
### Operation
|
|
15154
15154
|
|
|
15155
|
-
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:50](https://github.com/hichchidev/hichchi/blob/
|
|
15155
|
+
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:50](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L50)
|
|
15156
15156
|
|
|
15157
15157
|
CRUD Operations Enum
|
|
15158
15158
|
|
|
@@ -15198,7 +15198,7 @@ and performs any initialization logic required for new entities.
|
|
|
15198
15198
|
</td>
|
|
15199
15199
|
<td>
|
|
15200
15200
|
|
|
15201
|
-
[libs/nest-crud/src/enums/crud.enums.ts:58](https://github.com/hichchidev/hichchi/blob/
|
|
15201
|
+
[libs/nest-crud/src/enums/crud.enums.ts:58](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L58)
|
|
15202
15202
|
|
|
15203
15203
|
</td>
|
|
15204
15204
|
</tr>
|
|
@@ -15224,7 +15224,7 @@ enforce referential integrity constraints, depending on the configuration.
|
|
|
15224
15224
|
</td>
|
|
15225
15225
|
<td>
|
|
15226
15226
|
|
|
15227
|
-
[libs/nest-crud/src/enums/crud.enums.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
15227
|
+
[libs/nest-crud/src/enums/crud.enums.ts:85](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L85)
|
|
15228
15228
|
|
|
15229
15229
|
</td>
|
|
15230
15230
|
</tr>
|
|
@@ -15250,7 +15250,7 @@ entity already exists in the database.
|
|
|
15250
15250
|
</td>
|
|
15251
15251
|
<td>
|
|
15252
15252
|
|
|
15253
|
-
[libs/nest-crud/src/enums/crud.enums.ts:76](https://github.com/hichchidev/hichchi/blob/
|
|
15253
|
+
[libs/nest-crud/src/enums/crud.enums.ts:76](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L76)
|
|
15254
15254
|
|
|
15255
15255
|
</td>
|
|
15256
15256
|
</tr>
|
|
@@ -15276,7 +15276,7 @@ and may enforce different validation rules than creation.
|
|
|
15276
15276
|
</td>
|
|
15277
15277
|
<td>
|
|
15278
15278
|
|
|
15279
|
-
[libs/nest-crud/src/enums/crud.enums.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
15279
|
+
[libs/nest-crud/src/enums/crud.enums.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L67)
|
|
15280
15280
|
|
|
15281
15281
|
</td>
|
|
15282
15282
|
</tr>
|
|
@@ -15287,7 +15287,7 @@ and may enforce different validation rules than creation.
|
|
|
15287
15287
|
|
|
15288
15288
|
### TypeORMErrorType
|
|
15289
15289
|
|
|
15290
|
-
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:13](https://github.com/hichchidev/hichchi/blob/
|
|
15290
|
+
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:13](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L13)
|
|
15291
15291
|
|
|
15292
15292
|
TypeORM Database Error Types
|
|
15293
15293
|
|
|
@@ -15331,7 +15331,7 @@ often caused by typos in column names or outdated queries after schema changes.
|
|
|
15331
15331
|
</td>
|
|
15332
15332
|
<td>
|
|
15333
15333
|
|
|
15334
|
-
[libs/nest-crud/src/enums/crud.enums.ts:36](https://github.com/hichchidev/hichchi/blob/
|
|
15334
|
+
[libs/nest-crud/src/enums/crud.enums.ts:36](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L36)
|
|
15335
15335
|
|
|
15336
15336
|
</td>
|
|
15337
15337
|
</tr>
|
|
@@ -15354,7 +15354,7 @@ constraint, such as primary keys or columns with unique indexes.
|
|
|
15354
15354
|
</td>
|
|
15355
15355
|
<td>
|
|
15356
15356
|
|
|
15357
|
-
[libs/nest-crud/src/enums/crud.enums.ts:24](https://github.com/hichchidev/hichchi/blob/
|
|
15357
|
+
[libs/nest-crud/src/enums/crud.enums.ts:24](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L24)
|
|
15358
15358
|
|
|
15359
15359
|
</td>
|
|
15360
15360
|
</tr>
|
|
@@ -15377,7 +15377,7 @@ has no default value defined in the database schema.
|
|
|
15377
15377
|
</td>
|
|
15378
15378
|
<td>
|
|
15379
15379
|
|
|
15380
|
-
[libs/nest-crud/src/enums/crud.enums.ts:18](https://github.com/hichchidev/hichchi/blob/
|
|
15380
|
+
[libs/nest-crud/src/enums/crud.enums.ts:18](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L18)
|
|
15381
15381
|
|
|
15382
15382
|
</td>
|
|
15383
15383
|
</tr>
|
|
@@ -15400,7 +15400,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15400
15400
|
</td>
|
|
15401
15401
|
<td>
|
|
15402
15402
|
|
|
15403
|
-
[libs/nest-crud/src/enums/crud.enums.ts:30](https://github.com/hichchidev/hichchi/blob/
|
|
15403
|
+
[libs/nest-crud/src/enums/crud.enums.ts:30](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/enums/crud.enums.ts#L30)
|
|
15404
15404
|
|
|
15405
15405
|
</td>
|
|
15406
15406
|
</tr>
|
|
@@ -15415,7 +15415,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15415
15415
|
function Filters(): ParameterDecorator;
|
|
15416
15416
|
```
|
|
15417
15417
|
|
|
15418
|
-
Defined in: [libs/nest-crud/src/decorators/filter.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
15418
|
+
Defined in: [libs/nest-crud/src/decorators/filter.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/filter.decorator.ts#L85)
|
|
15419
15419
|
|
|
15420
15420
|
Filter parameter decorator
|
|
15421
15421
|
|
|
@@ -15507,7 +15507,7 @@ export class ProductController {
|
|
|
15507
15507
|
function HichchiEntity(tableName, unique?, skipFkValidation?): EntityDecorator;
|
|
15508
15508
|
```
|
|
15509
15509
|
|
|
15510
|
-
Defined in: [libs/nest-crud/src/decorators/entity.decorator.ts:109](https://github.com/hichchidev/hichchi/blob/
|
|
15510
|
+
Defined in: [libs/nest-crud/src/decorators/entity.decorator.ts:109](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/entity.decorator.ts#L109)
|
|
15511
15511
|
|
|
15512
15512
|
Decorator for creating a new entity with enhanced validation and metadata registration
|
|
15513
15513
|
|
|
@@ -15688,7 +15688,7 @@ If entity naming conventions or relationship definitions are invalid
|
|
|
15688
15688
|
function HichchiEntityExtension(tableName): EntityExtensionDecorator;
|
|
15689
15689
|
```
|
|
15690
15690
|
|
|
15691
|
-
Defined in: [libs/nest-crud/src/decorators/entity-extension.decorator.ts:54](https://github.com/hichchidev/hichchi/blob/
|
|
15691
|
+
Defined in: [libs/nest-crud/src/decorators/entity-extension.decorator.ts:54](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/entity-extension.decorator.ts#L54)
|
|
15692
15692
|
|
|
15693
15693
|
Decorator for creating entity extensions with enhanced validation
|
|
15694
15694
|
|
|
@@ -15794,7 +15794,7 @@ If extension class doesn't extend BaseEntityExtension or has invalid relationshi
|
|
|
15794
15794
|
function HichchiJoinColumn(options?): PropertyDecorator;
|
|
15795
15795
|
```
|
|
15796
15796
|
|
|
15797
|
-
Defined in: [libs/nest-crud/src/decorators/join-column.decorator.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
15797
|
+
Defined in: [libs/nest-crud/src/decorators/join-column.decorator.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/join-column.decorator.ts#L51)
|
|
15798
15798
|
|
|
15799
15799
|
Decorator for creating a join column with automatic foreign key constraint naming
|
|
15800
15800
|
|
|
@@ -15883,7 +15883,7 @@ JoinColumn TypeORM's JoinColumn decorator that this extends
|
|
|
15883
15883
|
function HichchiRepository<Entity>(entity): RepositoryDecorator;
|
|
15884
15884
|
```
|
|
15885
15885
|
|
|
15886
|
-
Defined in: [libs/nest-crud/src/decorators/repository.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/
|
|
15886
|
+
Defined in: [libs/nest-crud/src/decorators/repository.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/repository.decorator.ts#L63)
|
|
15887
15887
|
|
|
15888
15888
|
Decorator for creating a repository with automatic dependency injection
|
|
15889
15889
|
|
|
@@ -16011,7 +16011,7 @@ Implementation overload for extracting pagination from request query params.
|
|
|
16011
16011
|
function Pager(): ParameterDecorator;
|
|
16012
16012
|
```
|
|
16013
16013
|
|
|
16014
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:10](https://github.com/hichchidev/hichchi/blob/
|
|
16014
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:10](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/page.decorator.ts#L10)
|
|
16015
16015
|
|
|
16016
16016
|
Extracts pagination from `req.query.page` and `req.query.limit`.
|
|
16017
16017
|
|
|
@@ -16025,7 +16025,7 @@ Extracts pagination from `req.query.page` and `req.query.limit`.
|
|
|
16025
16025
|
function Pager(page, limit): ParameterDecorator;
|
|
16026
16026
|
```
|
|
16027
16027
|
|
|
16028
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:15](https://github.com/hichchidev/hichchi/blob/
|
|
16028
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:15](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/page.decorator.ts#L15)
|
|
16029
16029
|
|
|
16030
16030
|
Extracts pagination and falls back to provided defaults when parsed values are invalid.
|
|
16031
16031
|
|
|
@@ -16076,7 +16076,7 @@ Extracts pagination and falls back to provided defaults when parsed values are i
|
|
|
16076
16076
|
function Pager(defaultOptions?): ParameterDecorator;
|
|
16077
16077
|
```
|
|
16078
16078
|
|
|
16079
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:120](https://github.com/hichchidev/hichchi/blob/
|
|
16079
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:120](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/page.decorator.ts#L120)
|
|
16080
16080
|
|
|
16081
16081
|
Pagination parameter decorator
|
|
16082
16082
|
|
|
@@ -16221,7 +16221,7 @@ export class ArticleController {
|
|
|
16221
16221
|
function Search(): ParameterDecorator;
|
|
16222
16222
|
```
|
|
16223
16223
|
|
|
16224
|
-
Defined in: [libs/nest-crud/src/decorators/search.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
16224
|
+
Defined in: [libs/nest-crud/src/decorators/search.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/search.decorator.ts#L85)
|
|
16225
16225
|
|
|
16226
16226
|
Search parameter decorator
|
|
16227
16227
|
|
|
@@ -16316,7 +16316,7 @@ export class ProductController {
|
|
|
16316
16316
|
function Sorter(): ParameterDecorator;
|
|
16317
16317
|
```
|
|
16318
16318
|
|
|
16319
|
-
Defined in: [libs/nest-crud/src/decorators/sort.decorator.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
16319
|
+
Defined in: [libs/nest-crud/src/decorators/sort.decorator.ts:90](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/decorators/sort.decorator.ts#L90)
|
|
16320
16320
|
|
|
16321
16321
|
Sort parameter decorator
|
|
16322
16322
|
|
|
@@ -16412,7 +16412,7 @@ export class ProductController {
|
|
|
16412
16412
|
|
|
16413
16413
|
### ConnectionOptions
|
|
16414
16414
|
|
|
16415
|
-
Defined in: [libs/nest-crud/src/interfaces/connection-options.interface.ts:45](https://github.com/hichchidev/hichchi/blob/
|
|
16415
|
+
Defined in: [libs/nest-crud/src/interfaces/connection-options.interface.ts:45](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L45)
|
|
16416
16416
|
|
|
16417
16417
|
Database connection configuration options.
|
|
16418
16418
|
|
|
@@ -16503,7 +16503,7 @@ autoLoadEntities: true;
|
|
|
16503
16503
|
</td>
|
|
16504
16504
|
<td>
|
|
16505
16505
|
|
|
16506
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:185](https://github.com/hichchidev/hichchi/blob/
|
|
16506
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:185](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L185)
|
|
16507
16507
|
|
|
16508
16508
|
</td>
|
|
16509
16509
|
</tr>
|
|
@@ -16535,7 +16535,7 @@ charset: "utf8mb4";
|
|
|
16535
16535
|
</td>
|
|
16536
16536
|
<td>
|
|
16537
16537
|
|
|
16538
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:148](https://github.com/hichchidev/hichchi/blob/
|
|
16538
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:148](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L148)
|
|
16539
16539
|
|
|
16540
16540
|
</td>
|
|
16541
16541
|
</tr>
|
|
@@ -16566,7 +16566,7 @@ database: "my_application_db";
|
|
|
16566
16566
|
</td>
|
|
16567
16567
|
<td>
|
|
16568
16568
|
|
|
16569
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:114](https://github.com/hichchidev/hichchi/blob/
|
|
16569
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:114](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L114)
|
|
16570
16570
|
|
|
16571
16571
|
</td>
|
|
16572
16572
|
</tr>
|
|
@@ -16597,7 +16597,7 @@ entities: [__dirname + "/** /*.entity{.ts,.js}"];
|
|
|
16597
16597
|
</td>
|
|
16598
16598
|
<td>
|
|
16599
16599
|
|
|
16600
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:125](https://github.com/hichchidev/hichchi/blob/
|
|
16600
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:125](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L125)
|
|
16601
16601
|
|
|
16602
16602
|
</td>
|
|
16603
16603
|
</tr>
|
|
@@ -16632,7 +16632,7 @@ host: "localhost";
|
|
|
16632
16632
|
</td>
|
|
16633
16633
|
<td>
|
|
16634
16634
|
|
|
16635
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:69](https://github.com/hichchidev/hichchi/blob/
|
|
16635
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:69](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L69)
|
|
16636
16636
|
|
|
16637
16637
|
</td>
|
|
16638
16638
|
</tr>
|
|
@@ -16664,7 +16664,7 @@ false;
|
|
|
16664
16664
|
</td>
|
|
16665
16665
|
<td>
|
|
16666
16666
|
|
|
16667
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:172](https://github.com/hichchidev/hichchi/blob/
|
|
16667
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:172](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L172)
|
|
16668
16668
|
|
|
16669
16669
|
</td>
|
|
16670
16670
|
</tr>
|
|
@@ -16695,7 +16695,7 @@ migrations: [__dirname + "/migrations/*{.ts,.js}"];
|
|
|
16695
16695
|
</td>
|
|
16696
16696
|
<td>
|
|
16697
16697
|
|
|
16698
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:136](https://github.com/hichchidev/hichchi/blob/
|
|
16698
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:136](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L136)
|
|
16699
16699
|
|
|
16700
16700
|
</td>
|
|
16701
16701
|
</tr>
|
|
@@ -16727,7 +16727,7 @@ password: process.env.DB_PASSWORD;
|
|
|
16727
16727
|
</td>
|
|
16728
16728
|
<td>
|
|
16729
16729
|
|
|
16730
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:103](https://github.com/hichchidev/hichchi/blob/
|
|
16730
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:103](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L103)
|
|
16731
16731
|
|
|
16732
16732
|
</td>
|
|
16733
16733
|
</tr>
|
|
@@ -16758,7 +16758,7 @@ port: 3306;
|
|
|
16758
16758
|
</td>
|
|
16759
16759
|
<td>
|
|
16760
16760
|
|
|
16761
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:80](https://github.com/hichchidev/hichchi/blob/
|
|
16761
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:80](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L80)
|
|
16762
16762
|
|
|
16763
16763
|
</td>
|
|
16764
16764
|
</tr>
|
|
@@ -16796,7 +16796,7 @@ synchronize: false;
|
|
|
16796
16796
|
</td>
|
|
16797
16797
|
<td>
|
|
16798
16798
|
|
|
16799
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:161](https://github.com/hichchidev/hichchi/blob/
|
|
16799
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:161](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L161)
|
|
16800
16800
|
|
|
16801
16801
|
</td>
|
|
16802
16802
|
</tr>
|
|
@@ -16828,7 +16828,7 @@ type: "mysql";
|
|
|
16828
16828
|
</td>
|
|
16829
16829
|
<td>
|
|
16830
16830
|
|
|
16831
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
16831
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:56](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L56)
|
|
16832
16832
|
|
|
16833
16833
|
</td>
|
|
16834
16834
|
</tr>
|
|
@@ -16859,7 +16859,7 @@ username: "app_user";
|
|
|
16859
16859
|
</td>
|
|
16860
16860
|
<td>
|
|
16861
16861
|
|
|
16862
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:91](https://github.com/hichchidev/hichchi/blob/
|
|
16862
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:91](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/connection-options.interface.ts#L91)
|
|
16863
16863
|
|
|
16864
16864
|
</td>
|
|
16865
16865
|
</tr>
|
|
@@ -16870,7 +16870,7 @@ username: "app_user";
|
|
|
16870
16870
|
|
|
16871
16871
|
### GetByIdsOptions
|
|
16872
16872
|
|
|
16873
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:355](https://github.com/hichchidev/hichchi/blob/
|
|
16873
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:355](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L355)
|
|
16874
16874
|
|
|
16875
16875
|
Options interface for retrieving entities by their IDs.
|
|
16876
16876
|
|
|
@@ -16970,7 +16970,7 @@ ids: ["abc123", "def456"]; // For string IDs
|
|
|
16970
16970
|
</td>
|
|
16971
16971
|
<td>
|
|
16972
16972
|
|
|
16973
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:367](https://github.com/hichchidev/hichchi/blob/
|
|
16973
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:367](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L367)
|
|
16974
16974
|
|
|
16975
16975
|
</td>
|
|
16976
16976
|
</tr>
|
|
@@ -17010,7 +17010,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17010
17010
|
</td>
|
|
17011
17011
|
<td>
|
|
17012
17012
|
|
|
17013
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17013
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17014
17014
|
|
|
17015
17015
|
</td>
|
|
17016
17016
|
</tr>
|
|
@@ -17051,7 +17051,7 @@ options: {
|
|
|
17051
17051
|
</td>
|
|
17052
17052
|
<td>
|
|
17053
17053
|
|
|
17054
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
17054
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
17055
17055
|
|
|
17056
17056
|
</td>
|
|
17057
17057
|
</tr>
|
|
@@ -17088,7 +17088,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17088
17088
|
</td>
|
|
17089
17089
|
<td>
|
|
17090
17090
|
|
|
17091
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
17091
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
17092
17092
|
|
|
17093
17093
|
</td>
|
|
17094
17094
|
</tr>
|
|
@@ -17125,7 +17125,7 @@ relations: ["profile", "posts"];
|
|
|
17125
17125
|
</td>
|
|
17126
17126
|
<td>
|
|
17127
17127
|
|
|
17128
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
17128
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
17129
17129
|
|
|
17130
17130
|
</td>
|
|
17131
17131
|
</tr>
|
|
@@ -17165,7 +17165,7 @@ sort: {
|
|
|
17165
17165
|
</td>
|
|
17166
17166
|
<td>
|
|
17167
17167
|
|
|
17168
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
17168
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
17169
17169
|
|
|
17170
17170
|
</td>
|
|
17171
17171
|
</tr>
|
|
@@ -17176,7 +17176,7 @@ sort: {
|
|
|
17176
17176
|
|
|
17177
17177
|
### GetManyOptionsFilter
|
|
17178
17178
|
|
|
17179
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:464](https://github.com/hichchidev/hichchi/blob/
|
|
17179
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:464](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L464)
|
|
17180
17180
|
|
|
17181
17181
|
Options for retrieving multiple entities with pagination and filter-based query keys.
|
|
17182
17182
|
|
|
@@ -17248,7 +17248,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
17248
17248
|
</td>
|
|
17249
17249
|
<td>
|
|
17250
17250
|
|
|
17251
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
17251
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L98)
|
|
17252
17252
|
|
|
17253
17253
|
</td>
|
|
17254
17254
|
</tr>
|
|
@@ -17288,7 +17288,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17288
17288
|
</td>
|
|
17289
17289
|
<td>
|
|
17290
17290
|
|
|
17291
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17291
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17292
17292
|
|
|
17293
17293
|
</td>
|
|
17294
17294
|
</tr>
|
|
@@ -17329,7 +17329,7 @@ options: {
|
|
|
17329
17329
|
</td>
|
|
17330
17330
|
<td>
|
|
17331
17331
|
|
|
17332
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
17332
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
17333
17333
|
|
|
17334
17334
|
</td>
|
|
17335
17335
|
</tr>
|
|
@@ -17366,7 +17366,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17366
17366
|
</td>
|
|
17367
17367
|
<td>
|
|
17368
17368
|
|
|
17369
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
17369
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
17370
17370
|
|
|
17371
17371
|
</td>
|
|
17372
17372
|
</tr>
|
|
@@ -17403,7 +17403,7 @@ relations: ["profile", "posts"];
|
|
|
17403
17403
|
</td>
|
|
17404
17404
|
<td>
|
|
17405
17405
|
|
|
17406
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
17406
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
17407
17407
|
|
|
17408
17408
|
</td>
|
|
17409
17409
|
</tr>
|
|
@@ -17443,7 +17443,7 @@ sort: {
|
|
|
17443
17443
|
</td>
|
|
17444
17444
|
<td>
|
|
17445
17445
|
|
|
17446
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
17446
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
17447
17447
|
|
|
17448
17448
|
</td>
|
|
17449
17449
|
</tr>
|
|
@@ -17471,7 +17471,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17471
17471
|
</td>
|
|
17472
17472
|
<td>
|
|
17473
17473
|
|
|
17474
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/
|
|
17474
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L104)
|
|
17475
17475
|
|
|
17476
17476
|
</td>
|
|
17477
17477
|
</tr>
|
|
@@ -17482,7 +17482,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17482
17482
|
|
|
17483
17483
|
### GetManyOptionsNot
|
|
17484
17484
|
|
|
17485
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:510](https://github.com/hichchidev/hichchi/blob/
|
|
17485
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:510](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L510)
|
|
17486
17486
|
|
|
17487
17487
|
Options interface for retrieving multiple entities using exclusion-based filtering with pagination.
|
|
17488
17488
|
|
|
@@ -17581,7 +17581,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17581
17581
|
</td>
|
|
17582
17582
|
<td>
|
|
17583
17583
|
|
|
17584
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17584
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17585
17585
|
|
|
17586
17586
|
</td>
|
|
17587
17587
|
</tr>
|
|
@@ -17617,7 +17617,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
17617
17617
|
</td>
|
|
17618
17618
|
<td>
|
|
17619
17619
|
|
|
17620
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/
|
|
17620
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L224)
|
|
17621
17621
|
|
|
17622
17622
|
</td>
|
|
17623
17623
|
</tr>
|
|
@@ -17658,7 +17658,7 @@ options: {
|
|
|
17658
17658
|
</td>
|
|
17659
17659
|
<td>
|
|
17660
17660
|
|
|
17661
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
17661
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
17662
17662
|
|
|
17663
17663
|
</td>
|
|
17664
17664
|
</tr>
|
|
@@ -17695,7 +17695,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17695
17695
|
</td>
|
|
17696
17696
|
<td>
|
|
17697
17697
|
|
|
17698
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
17698
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
17699
17699
|
|
|
17700
17700
|
</td>
|
|
17701
17701
|
</tr>
|
|
@@ -17732,7 +17732,7 @@ relations: ["profile", "posts"];
|
|
|
17732
17732
|
</td>
|
|
17733
17733
|
<td>
|
|
17734
17734
|
|
|
17735
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
17735
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
17736
17736
|
|
|
17737
17737
|
</td>
|
|
17738
17738
|
</tr>
|
|
@@ -17772,7 +17772,7 @@ sort: {
|
|
|
17772
17772
|
</td>
|
|
17773
17773
|
<td>
|
|
17774
17774
|
|
|
17775
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
17775
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
17776
17776
|
|
|
17777
17777
|
</td>
|
|
17778
17778
|
</tr>
|
|
@@ -17800,7 +17800,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
17800
17800
|
</td>
|
|
17801
17801
|
<td>
|
|
17802
17802
|
|
|
17803
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/
|
|
17803
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L230)
|
|
17804
17804
|
|
|
17805
17805
|
</td>
|
|
17806
17806
|
</tr>
|
|
@@ -17811,7 +17811,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
17811
17811
|
|
|
17812
17812
|
### GetManyOptionsSearch
|
|
17813
17813
|
|
|
17814
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:487](https://github.com/hichchidev/hichchi/blob/
|
|
17814
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:487](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L487)
|
|
17815
17815
|
|
|
17816
17816
|
Options interface for retrieving multiple entities using search-based filtering with pagination.
|
|
17817
17817
|
|
|
@@ -17910,7 +17910,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17910
17910
|
</td>
|
|
17911
17911
|
<td>
|
|
17912
17912
|
|
|
17913
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17913
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17914
17914
|
|
|
17915
17915
|
</td>
|
|
17916
17916
|
</tr>
|
|
@@ -17951,7 +17951,7 @@ options: {
|
|
|
17951
17951
|
</td>
|
|
17952
17952
|
<td>
|
|
17953
17953
|
|
|
17954
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
17954
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
17955
17955
|
|
|
17956
17956
|
</td>
|
|
17957
17957
|
</tr>
|
|
@@ -17988,7 +17988,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17988
17988
|
</td>
|
|
17989
17989
|
<td>
|
|
17990
17990
|
|
|
17991
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
17991
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
17992
17992
|
|
|
17993
17993
|
</td>
|
|
17994
17994
|
</tr>
|
|
@@ -18025,7 +18025,7 @@ relations: ["profile", "posts"];
|
|
|
18025
18025
|
</td>
|
|
18026
18026
|
<td>
|
|
18027
18027
|
|
|
18028
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
18028
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
18029
18029
|
|
|
18030
18030
|
</td>
|
|
18031
18031
|
</tr>
|
|
@@ -18065,7 +18065,7 @@ search: {
|
|
|
18065
18065
|
</td>
|
|
18066
18066
|
<td>
|
|
18067
18067
|
|
|
18068
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/
|
|
18068
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L157)
|
|
18069
18069
|
|
|
18070
18070
|
</td>
|
|
18071
18071
|
</tr>
|
|
@@ -18105,7 +18105,7 @@ sort: {
|
|
|
18105
18105
|
</td>
|
|
18106
18106
|
<td>
|
|
18107
18107
|
|
|
18108
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
18108
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
18109
18109
|
|
|
18110
18110
|
</td>
|
|
18111
18111
|
</tr>
|
|
@@ -18133,7 +18133,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18133
18133
|
</td>
|
|
18134
18134
|
<td>
|
|
18135
18135
|
|
|
18136
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/
|
|
18136
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L163)
|
|
18137
18137
|
|
|
18138
18138
|
</td>
|
|
18139
18139
|
</tr>
|
|
@@ -18144,7 +18144,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18144
18144
|
|
|
18145
18145
|
### GetManyOptionsWhere
|
|
18146
18146
|
|
|
18147
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:535](https://github.com/hichchidev/hichchi/blob/
|
|
18147
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:535](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L535)
|
|
18148
18148
|
|
|
18149
18149
|
Options interface for retrieving multiple entities using direct WHERE clause with pagination.
|
|
18150
18150
|
|
|
@@ -18230,7 +18230,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18230
18230
|
</td>
|
|
18231
18231
|
<td>
|
|
18232
18232
|
|
|
18233
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/
|
|
18233
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L265)
|
|
18234
18234
|
|
|
18235
18235
|
</td>
|
|
18236
18236
|
</tr>
|
|
@@ -18270,7 +18270,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18270
18270
|
</td>
|
|
18271
18271
|
<td>
|
|
18272
18272
|
|
|
18273
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18273
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18274
18274
|
|
|
18275
18275
|
</td>
|
|
18276
18276
|
</tr>
|
|
@@ -18298,7 +18298,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18298
18298
|
</td>
|
|
18299
18299
|
<td>
|
|
18300
18300
|
|
|
18301
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/
|
|
18301
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L277)
|
|
18302
18302
|
|
|
18303
18303
|
</td>
|
|
18304
18304
|
</tr>
|
|
@@ -18339,7 +18339,7 @@ options: {
|
|
|
18339
18339
|
</td>
|
|
18340
18340
|
<td>
|
|
18341
18341
|
|
|
18342
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
18342
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
18343
18343
|
|
|
18344
18344
|
</td>
|
|
18345
18345
|
</tr>
|
|
@@ -18376,7 +18376,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18376
18376
|
</td>
|
|
18377
18377
|
<td>
|
|
18378
18378
|
|
|
18379
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
18379
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
18380
18380
|
|
|
18381
18381
|
</td>
|
|
18382
18382
|
</tr>
|
|
@@ -18413,7 +18413,7 @@ relations: ["profile", "posts"];
|
|
|
18413
18413
|
</td>
|
|
18414
18414
|
<td>
|
|
18415
18415
|
|
|
18416
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
18416
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
18417
18417
|
|
|
18418
18418
|
</td>
|
|
18419
18419
|
</tr>
|
|
@@ -18441,7 +18441,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18441
18441
|
</td>
|
|
18442
18442
|
<td>
|
|
18443
18443
|
|
|
18444
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/
|
|
18444
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L271)
|
|
18445
18445
|
|
|
18446
18446
|
</td>
|
|
18447
18447
|
</tr>
|
|
@@ -18481,7 +18481,7 @@ sort: {
|
|
|
18481
18481
|
</td>
|
|
18482
18482
|
<td>
|
|
18483
18483
|
|
|
18484
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
18484
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
18485
18485
|
|
|
18486
18486
|
</td>
|
|
18487
18487
|
</tr>
|
|
@@ -18527,7 +18527,7 @@ where: [
|
|
|
18527
18527
|
</td>
|
|
18528
18528
|
<td>
|
|
18529
18529
|
|
|
18530
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/
|
|
18530
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L297)
|
|
18531
18531
|
|
|
18532
18532
|
</td>
|
|
18533
18533
|
</tr>
|
|
@@ -18538,7 +18538,7 @@ where: [
|
|
|
18538
18538
|
|
|
18539
18539
|
### GetOneOptionsFilter
|
|
18540
18540
|
|
|
18541
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:394](https://github.com/hichchidev/hichchi/blob/
|
|
18541
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:394](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L394)
|
|
18542
18542
|
|
|
18543
18543
|
Options for retrieving a single entity using filter-based query keys.
|
|
18544
18544
|
|
|
@@ -18614,7 +18614,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
18614
18614
|
</td>
|
|
18615
18615
|
<td>
|
|
18616
18616
|
|
|
18617
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
18617
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L98)
|
|
18618
18618
|
|
|
18619
18619
|
</td>
|
|
18620
18620
|
</tr>
|
|
@@ -18654,7 +18654,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18654
18654
|
</td>
|
|
18655
18655
|
<td>
|
|
18656
18656
|
|
|
18657
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18657
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18658
18658
|
|
|
18659
18659
|
</td>
|
|
18660
18660
|
</tr>
|
|
@@ -18695,7 +18695,7 @@ options: {
|
|
|
18695
18695
|
</td>
|
|
18696
18696
|
<td>
|
|
18697
18697
|
|
|
18698
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
18698
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
18699
18699
|
|
|
18700
18700
|
</td>
|
|
18701
18701
|
</tr>
|
|
@@ -18732,7 +18732,7 @@ relations: ["profile", "posts"];
|
|
|
18732
18732
|
</td>
|
|
18733
18733
|
<td>
|
|
18734
18734
|
|
|
18735
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
18735
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
18736
18736
|
|
|
18737
18737
|
</td>
|
|
18738
18738
|
</tr>
|
|
@@ -18772,7 +18772,7 @@ sort: {
|
|
|
18772
18772
|
</td>
|
|
18773
18773
|
<td>
|
|
18774
18774
|
|
|
18775
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
18775
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
18776
18776
|
|
|
18777
18777
|
</td>
|
|
18778
18778
|
</tr>
|
|
@@ -18800,7 +18800,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18800
18800
|
</td>
|
|
18801
18801
|
<td>
|
|
18802
18802
|
|
|
18803
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/
|
|
18803
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L104)
|
|
18804
18804
|
|
|
18805
18805
|
</td>
|
|
18806
18806
|
</tr>
|
|
@@ -18811,7 +18811,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18811
18811
|
|
|
18812
18812
|
### GetOneOptionsNot
|
|
18813
18813
|
|
|
18814
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:436](https://github.com/hichchidev/hichchi/blob/
|
|
18814
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:436](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L436)
|
|
18815
18815
|
|
|
18816
18816
|
Options interface for retrieving a single entity using exclusion-based filtering.
|
|
18817
18817
|
|
|
@@ -18912,7 +18912,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18912
18912
|
</td>
|
|
18913
18913
|
<td>
|
|
18914
18914
|
|
|
18915
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18915
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18916
18916
|
|
|
18917
18917
|
</td>
|
|
18918
18918
|
</tr>
|
|
@@ -18948,7 +18948,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
18948
18948
|
</td>
|
|
18949
18949
|
<td>
|
|
18950
18950
|
|
|
18951
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/
|
|
18951
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L224)
|
|
18952
18952
|
|
|
18953
18953
|
</td>
|
|
18954
18954
|
</tr>
|
|
@@ -18989,7 +18989,7 @@ options: {
|
|
|
18989
18989
|
</td>
|
|
18990
18990
|
<td>
|
|
18991
18991
|
|
|
18992
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
18992
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
18993
18993
|
|
|
18994
18994
|
</td>
|
|
18995
18995
|
</tr>
|
|
@@ -19026,7 +19026,7 @@ relations: ["profile", "posts"];
|
|
|
19026
19026
|
</td>
|
|
19027
19027
|
<td>
|
|
19028
19028
|
|
|
19029
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
19029
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
19030
19030
|
|
|
19031
19031
|
</td>
|
|
19032
19032
|
</tr>
|
|
@@ -19066,7 +19066,7 @@ sort: {
|
|
|
19066
19066
|
</td>
|
|
19067
19067
|
<td>
|
|
19068
19068
|
|
|
19069
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
19069
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
19070
19070
|
|
|
19071
19071
|
</td>
|
|
19072
19072
|
</tr>
|
|
@@ -19094,7 +19094,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19094
19094
|
</td>
|
|
19095
19095
|
<td>
|
|
19096
19096
|
|
|
19097
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/
|
|
19097
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L230)
|
|
19098
19098
|
|
|
19099
19099
|
</td>
|
|
19100
19100
|
</tr>
|
|
@@ -19105,7 +19105,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19105
19105
|
|
|
19106
19106
|
### GetOneOptionsSearch
|
|
19107
19107
|
|
|
19108
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:415](https://github.com/hichchidev/hichchi/blob/
|
|
19108
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:415](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L415)
|
|
19109
19109
|
|
|
19110
19110
|
Options interface for retrieving a single entity using search-based filtering.
|
|
19111
19111
|
|
|
@@ -19206,7 +19206,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19206
19206
|
</td>
|
|
19207
19207
|
<td>
|
|
19208
19208
|
|
|
19209
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19209
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19210
19210
|
|
|
19211
19211
|
</td>
|
|
19212
19212
|
</tr>
|
|
@@ -19247,7 +19247,7 @@ options: {
|
|
|
19247
19247
|
</td>
|
|
19248
19248
|
<td>
|
|
19249
19249
|
|
|
19250
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
19250
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
19251
19251
|
|
|
19252
19252
|
</td>
|
|
19253
19253
|
</tr>
|
|
@@ -19284,7 +19284,7 @@ relations: ["profile", "posts"];
|
|
|
19284
19284
|
</td>
|
|
19285
19285
|
<td>
|
|
19286
19286
|
|
|
19287
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
19287
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
19288
19288
|
|
|
19289
19289
|
</td>
|
|
19290
19290
|
</tr>
|
|
@@ -19324,7 +19324,7 @@ search: {
|
|
|
19324
19324
|
</td>
|
|
19325
19325
|
<td>
|
|
19326
19326
|
|
|
19327
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/
|
|
19327
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L157)
|
|
19328
19328
|
|
|
19329
19329
|
</td>
|
|
19330
19330
|
</tr>
|
|
@@ -19364,7 +19364,7 @@ sort: {
|
|
|
19364
19364
|
</td>
|
|
19365
19365
|
<td>
|
|
19366
19366
|
|
|
19367
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
19367
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
19368
19368
|
|
|
19369
19369
|
</td>
|
|
19370
19370
|
</tr>
|
|
@@ -19392,7 +19392,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19392
19392
|
</td>
|
|
19393
19393
|
<td>
|
|
19394
19394
|
|
|
19395
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/
|
|
19395
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L163)
|
|
19396
19396
|
|
|
19397
19397
|
</td>
|
|
19398
19398
|
</tr>
|
|
@@ -19403,7 +19403,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19403
19403
|
|
|
19404
19404
|
### GetOneOptionsWhere
|
|
19405
19405
|
|
|
19406
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:459](https://github.com/hichchidev/hichchi/blob/
|
|
19406
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:459](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L459)
|
|
19407
19407
|
|
|
19408
19408
|
Options interface for retrieving a single entity using direct WHERE clause.
|
|
19409
19409
|
|
|
@@ -19491,7 +19491,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19491
19491
|
</td>
|
|
19492
19492
|
<td>
|
|
19493
19493
|
|
|
19494
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/
|
|
19494
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L265)
|
|
19495
19495
|
|
|
19496
19496
|
</td>
|
|
19497
19497
|
</tr>
|
|
@@ -19531,7 +19531,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19531
19531
|
</td>
|
|
19532
19532
|
<td>
|
|
19533
19533
|
|
|
19534
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19534
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19535
19535
|
|
|
19536
19536
|
</td>
|
|
19537
19537
|
</tr>
|
|
@@ -19559,7 +19559,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19559
19559
|
</td>
|
|
19560
19560
|
<td>
|
|
19561
19561
|
|
|
19562
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/
|
|
19562
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L277)
|
|
19563
19563
|
|
|
19564
19564
|
</td>
|
|
19565
19565
|
</tr>
|
|
@@ -19600,7 +19600,7 @@ options: {
|
|
|
19600
19600
|
</td>
|
|
19601
19601
|
<td>
|
|
19602
19602
|
|
|
19603
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
19603
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
19604
19604
|
|
|
19605
19605
|
</td>
|
|
19606
19606
|
</tr>
|
|
@@ -19637,7 +19637,7 @@ relations: ["profile", "posts"];
|
|
|
19637
19637
|
</td>
|
|
19638
19638
|
<td>
|
|
19639
19639
|
|
|
19640
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
19640
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
19641
19641
|
|
|
19642
19642
|
</td>
|
|
19643
19643
|
</tr>
|
|
@@ -19665,7 +19665,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19665
19665
|
</td>
|
|
19666
19666
|
<td>
|
|
19667
19667
|
|
|
19668
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/
|
|
19668
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L271)
|
|
19669
19669
|
|
|
19670
19670
|
</td>
|
|
19671
19671
|
</tr>
|
|
@@ -19705,7 +19705,7 @@ sort: {
|
|
|
19705
19705
|
</td>
|
|
19706
19706
|
<td>
|
|
19707
19707
|
|
|
19708
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
19708
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
19709
19709
|
|
|
19710
19710
|
</td>
|
|
19711
19711
|
</tr>
|
|
@@ -19751,7 +19751,7 @@ where: [
|
|
|
19751
19751
|
</td>
|
|
19752
19752
|
<td>
|
|
19753
19753
|
|
|
19754
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/
|
|
19754
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L297)
|
|
19755
19755
|
|
|
19756
19756
|
</td>
|
|
19757
19757
|
</tr>
|
|
@@ -19762,7 +19762,7 @@ where: [
|
|
|
19762
19762
|
|
|
19763
19763
|
### PaginatedGetOptions
|
|
19764
19764
|
|
|
19765
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:319](https://github.com/hichchidev/hichchi/blob/
|
|
19765
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:319](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L319)
|
|
19766
19766
|
|
|
19767
19767
|
Options interface for paginated CRUD operations.
|
|
19768
19768
|
|
|
@@ -19867,7 +19867,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19867
19867
|
</td>
|
|
19868
19868
|
<td>
|
|
19869
19869
|
|
|
19870
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19870
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19871
19871
|
|
|
19872
19872
|
</td>
|
|
19873
19873
|
</tr>
|
|
@@ -19908,7 +19908,7 @@ options: {
|
|
|
19908
19908
|
</td>
|
|
19909
19909
|
<td>
|
|
19910
19910
|
|
|
19911
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
19911
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
19912
19912
|
|
|
19913
19913
|
</td>
|
|
19914
19914
|
</tr>
|
|
@@ -19945,7 +19945,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
19945
19945
|
</td>
|
|
19946
19946
|
<td>
|
|
19947
19947
|
|
|
19948
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/
|
|
19948
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:330](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L330)
|
|
19949
19949
|
|
|
19950
19950
|
</td>
|
|
19951
19951
|
</tr>
|
|
@@ -19982,7 +19982,7 @@ relations: ["profile", "posts"];
|
|
|
19982
19982
|
</td>
|
|
19983
19983
|
<td>
|
|
19984
19984
|
|
|
19985
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
19985
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
19986
19986
|
|
|
19987
19987
|
</td>
|
|
19988
19988
|
</tr>
|
|
@@ -20022,7 +20022,7 @@ sort: {
|
|
|
20022
20022
|
</td>
|
|
20023
20023
|
<td>
|
|
20024
20024
|
|
|
20025
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20025
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20026
20026
|
|
|
20027
20027
|
</td>
|
|
20028
20028
|
</tr>
|
|
@@ -20033,7 +20033,7 @@ sort: {
|
|
|
20033
20033
|
|
|
20034
20034
|
### QueryOptions
|
|
20035
20035
|
|
|
20036
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:23](https://github.com/hichchidev/hichchi/blob/
|
|
20036
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:23](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L23)
|
|
20037
20037
|
|
|
20038
20038
|
Base options interface for CRUD operations.
|
|
20039
20039
|
|
|
@@ -20131,7 +20131,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20131
20131
|
</td>
|
|
20132
20132
|
<td>
|
|
20133
20133
|
|
|
20134
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20134
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20135
20135
|
|
|
20136
20136
|
</td>
|
|
20137
20137
|
</tr>
|
|
@@ -20167,7 +20167,7 @@ options: {
|
|
|
20167
20167
|
</td>
|
|
20168
20168
|
<td>
|
|
20169
20169
|
|
|
20170
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
20170
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
20171
20171
|
|
|
20172
20172
|
</td>
|
|
20173
20173
|
</tr>
|
|
@@ -20199,7 +20199,7 @@ relations: ["profile", "posts"];
|
|
|
20199
20199
|
</td>
|
|
20200
20200
|
<td>
|
|
20201
20201
|
|
|
20202
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
20202
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
20203
20203
|
|
|
20204
20204
|
</td>
|
|
20205
20205
|
</tr>
|
|
@@ -20234,7 +20234,7 @@ sort: {
|
|
|
20234
20234
|
</td>
|
|
20235
20235
|
<td>
|
|
20236
20236
|
|
|
20237
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20237
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20238
20238
|
|
|
20239
20239
|
</td>
|
|
20240
20240
|
</tr>
|
|
@@ -20245,7 +20245,7 @@ sort: {
|
|
|
20245
20245
|
|
|
20246
20246
|
### QueryOptionsFilter
|
|
20247
20247
|
|
|
20248
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:88](https://github.com/hichchidev/hichchi/blob/
|
|
20248
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:88](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L88)
|
|
20249
20249
|
|
|
20250
20250
|
Query options using the `where`-like filter object.
|
|
20251
20251
|
|
|
@@ -20321,7 +20321,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
20321
20321
|
</td>
|
|
20322
20322
|
<td>
|
|
20323
20323
|
|
|
20324
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
20324
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:98](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L98)
|
|
20325
20325
|
|
|
20326
20326
|
</td>
|
|
20327
20327
|
</tr>
|
|
@@ -20361,7 +20361,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20361
20361
|
</td>
|
|
20362
20362
|
<td>
|
|
20363
20363
|
|
|
20364
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20364
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20365
20365
|
|
|
20366
20366
|
</td>
|
|
20367
20367
|
</tr>
|
|
@@ -20402,7 +20402,7 @@ options: {
|
|
|
20402
20402
|
</td>
|
|
20403
20403
|
<td>
|
|
20404
20404
|
|
|
20405
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
20405
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
20406
20406
|
|
|
20407
20407
|
</td>
|
|
20408
20408
|
</tr>
|
|
@@ -20439,7 +20439,7 @@ relations: ["profile", "posts"];
|
|
|
20439
20439
|
</td>
|
|
20440
20440
|
<td>
|
|
20441
20441
|
|
|
20442
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
20442
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
20443
20443
|
|
|
20444
20444
|
</td>
|
|
20445
20445
|
</tr>
|
|
@@ -20479,7 +20479,7 @@ sort: {
|
|
|
20479
20479
|
</td>
|
|
20480
20480
|
<td>
|
|
20481
20481
|
|
|
20482
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20482
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20483
20483
|
|
|
20484
20484
|
</td>
|
|
20485
20485
|
</tr>
|
|
@@ -20507,7 +20507,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20507
20507
|
</td>
|
|
20508
20508
|
<td>
|
|
20509
20509
|
|
|
20510
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/
|
|
20510
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:104](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L104)
|
|
20511
20511
|
|
|
20512
20512
|
</td>
|
|
20513
20513
|
</tr>
|
|
@@ -20518,7 +20518,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20518
20518
|
|
|
20519
20519
|
### QueryOptionsNot
|
|
20520
20520
|
|
|
20521
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:197](https://github.com/hichchidev/hichchi/blob/
|
|
20521
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:197](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L197)
|
|
20522
20522
|
|
|
20523
20523
|
Options interface for exclusion-based CRUD operations.
|
|
20524
20524
|
|
|
@@ -20625,7 +20625,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20625
20625
|
</td>
|
|
20626
20626
|
<td>
|
|
20627
20627
|
|
|
20628
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20628
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20629
20629
|
|
|
20630
20630
|
</td>
|
|
20631
20631
|
</tr>
|
|
@@ -20661,7 +20661,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
20661
20661
|
</td>
|
|
20662
20662
|
<td>
|
|
20663
20663
|
|
|
20664
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/
|
|
20664
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:224](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L224)
|
|
20665
20665
|
|
|
20666
20666
|
</td>
|
|
20667
20667
|
</tr>
|
|
@@ -20702,7 +20702,7 @@ options: {
|
|
|
20702
20702
|
</td>
|
|
20703
20703
|
<td>
|
|
20704
20704
|
|
|
20705
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
20705
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
20706
20706
|
|
|
20707
20707
|
</td>
|
|
20708
20708
|
</tr>
|
|
@@ -20739,7 +20739,7 @@ relations: ["profile", "posts"];
|
|
|
20739
20739
|
</td>
|
|
20740
20740
|
<td>
|
|
20741
20741
|
|
|
20742
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
20742
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
20743
20743
|
|
|
20744
20744
|
</td>
|
|
20745
20745
|
</tr>
|
|
@@ -20779,7 +20779,7 @@ sort: {
|
|
|
20779
20779
|
</td>
|
|
20780
20780
|
<td>
|
|
20781
20781
|
|
|
20782
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
20782
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
20783
20783
|
|
|
20784
20784
|
</td>
|
|
20785
20785
|
</tr>
|
|
@@ -20807,7 +20807,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
20807
20807
|
</td>
|
|
20808
20808
|
<td>
|
|
20809
20809
|
|
|
20810
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/
|
|
20810
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:230](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L230)
|
|
20811
20811
|
|
|
20812
20812
|
</td>
|
|
20813
20813
|
</tr>
|
|
@@ -20818,7 +20818,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
20818
20818
|
|
|
20819
20819
|
### QueryOptionsSearch
|
|
20820
20820
|
|
|
20821
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:132](https://github.com/hichchidev/hichchi/blob/
|
|
20821
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:132](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L132)
|
|
20822
20822
|
|
|
20823
20823
|
Options interface for search-based CRUD operations.
|
|
20824
20824
|
|
|
@@ -20925,7 +20925,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20925
20925
|
</td>
|
|
20926
20926
|
<td>
|
|
20927
20927
|
|
|
20928
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20928
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20929
20929
|
|
|
20930
20930
|
</td>
|
|
20931
20931
|
</tr>
|
|
@@ -20966,7 +20966,7 @@ options: {
|
|
|
20966
20966
|
</td>
|
|
20967
20967
|
<td>
|
|
20968
20968
|
|
|
20969
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
20969
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
20970
20970
|
|
|
20971
20971
|
</td>
|
|
20972
20972
|
</tr>
|
|
@@ -21003,7 +21003,7 @@ relations: ["profile", "posts"];
|
|
|
21003
21003
|
</td>
|
|
21004
21004
|
<td>
|
|
21005
21005
|
|
|
21006
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
21006
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
21007
21007
|
|
|
21008
21008
|
</td>
|
|
21009
21009
|
</tr>
|
|
@@ -21043,7 +21043,7 @@ search: {
|
|
|
21043
21043
|
</td>
|
|
21044
21044
|
<td>
|
|
21045
21045
|
|
|
21046
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/
|
|
21046
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:157](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L157)
|
|
21047
21047
|
|
|
21048
21048
|
</td>
|
|
21049
21049
|
</tr>
|
|
@@ -21083,7 +21083,7 @@ sort: {
|
|
|
21083
21083
|
</td>
|
|
21084
21084
|
<td>
|
|
21085
21085
|
|
|
21086
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
21086
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
21087
21087
|
|
|
21088
21088
|
</td>
|
|
21089
21089
|
</tr>
|
|
@@ -21111,7 +21111,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21111
21111
|
</td>
|
|
21112
21112
|
<td>
|
|
21113
21113
|
|
|
21114
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/
|
|
21114
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:163](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L163)
|
|
21115
21115
|
|
|
21116
21116
|
</td>
|
|
21117
21117
|
</tr>
|
|
@@ -21122,7 +21122,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21122
21122
|
|
|
21123
21123
|
### QueryOptionsWhere
|
|
21124
21124
|
|
|
21125
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:260](https://github.com/hichchidev/hichchi/blob/
|
|
21125
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:260](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L260)
|
|
21126
21126
|
|
|
21127
21127
|
Options interface for direct WHERE clause CRUD operations.
|
|
21128
21128
|
|
|
@@ -21216,7 +21216,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21216
21216
|
</td>
|
|
21217
21217
|
<td>
|
|
21218
21218
|
|
|
21219
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/
|
|
21219
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:265](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L265)
|
|
21220
21220
|
|
|
21221
21221
|
</td>
|
|
21222
21222
|
</tr>
|
|
@@ -21256,7 +21256,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
21256
21256
|
</td>
|
|
21257
21257
|
<td>
|
|
21258
21258
|
|
|
21259
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
21259
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
21260
21260
|
|
|
21261
21261
|
</td>
|
|
21262
21262
|
</tr>
|
|
@@ -21284,7 +21284,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21284
21284
|
</td>
|
|
21285
21285
|
<td>
|
|
21286
21286
|
|
|
21287
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/
|
|
21287
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:277](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L277)
|
|
21288
21288
|
|
|
21289
21289
|
</td>
|
|
21290
21290
|
</tr>
|
|
@@ -21325,7 +21325,7 @@ options: {
|
|
|
21325
21325
|
</td>
|
|
21326
21326
|
<td>
|
|
21327
21327
|
|
|
21328
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
21328
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:67](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L67)
|
|
21329
21329
|
|
|
21330
21330
|
</td>
|
|
21331
21331
|
</tr>
|
|
@@ -21362,7 +21362,7 @@ relations: ["profile", "posts"];
|
|
|
21362
21362
|
</td>
|
|
21363
21363
|
<td>
|
|
21364
21364
|
|
|
21365
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
21365
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L51)
|
|
21366
21366
|
|
|
21367
21367
|
</td>
|
|
21368
21368
|
</tr>
|
|
@@ -21390,7 +21390,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21390
21390
|
</td>
|
|
21391
21391
|
<td>
|
|
21392
21392
|
|
|
21393
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/
|
|
21393
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:271](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L271)
|
|
21394
21394
|
|
|
21395
21395
|
</td>
|
|
21396
21396
|
</tr>
|
|
@@ -21430,7 +21430,7 @@ sort: {
|
|
|
21430
21430
|
</td>
|
|
21431
21431
|
<td>
|
|
21432
21432
|
|
|
21433
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/
|
|
21433
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:82](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L82)
|
|
21434
21434
|
|
|
21435
21435
|
</td>
|
|
21436
21436
|
</tr>
|
|
@@ -21476,7 +21476,7 @@ where: [
|
|
|
21476
21476
|
</td>
|
|
21477
21477
|
<td>
|
|
21478
21478
|
|
|
21479
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/
|
|
21479
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:297](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L297)
|
|
21480
21480
|
|
|
21481
21481
|
</td>
|
|
21482
21482
|
</tr>
|
|
@@ -21487,7 +21487,7 @@ where: [
|
|
|
21487
21487
|
|
|
21488
21488
|
### SaveOptionsWithSkip
|
|
21489
21489
|
|
|
21490
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:566](https://github.com/hichchidev/hichchi/blob/
|
|
21490
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:566](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L566)
|
|
21491
21491
|
|
|
21492
21492
|
Extended save options interface with skip creation functionality.
|
|
21493
21493
|
|
|
@@ -21698,7 +21698,7 @@ skipCreate: true; // Only update existing entities, don't create new ones
|
|
|
21698
21698
|
</td>
|
|
21699
21699
|
<td>
|
|
21700
21700
|
|
|
21701
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:579](https://github.com/hichchidev/hichchi/blob/
|
|
21701
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:579](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L579)
|
|
21702
21702
|
|
|
21703
21703
|
</td>
|
|
21704
21704
|
</tr>
|
|
@@ -21743,7 +21743,7 @@ node_modules/typeorm/repository/SaveOptions.d.ts:19
|
|
|
21743
21743
|
type DatabaseTypes = "mysql" | "mariadb" | "postgres";
|
|
21744
21744
|
```
|
|
21745
21745
|
|
|
21746
|
-
Defined in: [libs/nest-crud/src/types/database.types.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
21746
|
+
Defined in: [libs/nest-crud/src/types/database.types.ts:37](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/database.types.ts#L37)
|
|
21747
21747
|
|
|
21748
21748
|
Supported database types for application connections.
|
|
21749
21749
|
|
|
@@ -21790,7 +21790,7 @@ const connectionOptions: ConnectionOptions = {
|
|
|
21790
21790
|
type EntityDecorator = (target) => void;
|
|
21791
21791
|
```
|
|
21792
21792
|
|
|
21793
|
-
Defined in: [libs/nest-crud/src/types/decorator.types.ts:64](https://github.com/hichchidev/hichchi/blob/
|
|
21793
|
+
Defined in: [libs/nest-crud/src/types/decorator.types.ts:64](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/decorator.types.ts#L64)
|
|
21794
21794
|
|
|
21795
21795
|
Type definition for decorators that target standard entity classes
|
|
21796
21796
|
|
|
@@ -21873,7 +21873,7 @@ export class UserEntity extends BaseEntity {
|
|
|
21873
21873
|
type EntityExtensionDecorator = (target) => void;
|
|
21874
21874
|
```
|
|
21875
21875
|
|
|
21876
|
-
Defined in: [libs/nest-crud/src/types/decorator.types.ts:108](https://github.com/hichchidev/hichchi/blob/
|
|
21876
|
+
Defined in: [libs/nest-crud/src/types/decorator.types.ts:108](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/decorator.types.ts#L108)
|
|
21877
21877
|
|
|
21878
21878
|
Type definition for decorators that target extended entity classes
|
|
21879
21879
|
|
|
@@ -21961,7 +21961,7 @@ export class ProductEntity extends BaseEntityExtension {
|
|
|
21961
21961
|
type EntityOptionUnique = object;
|
|
21962
21962
|
```
|
|
21963
21963
|
|
|
21964
|
-
Defined in: [libs/nest-crud/src/types/entity-option-unique.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
21964
|
+
Defined in: [libs/nest-crud/src/types/entity-option-unique.ts:51](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/entity-option-unique.ts#L51)
|
|
21965
21965
|
|
|
21966
21966
|
Configuration type for defining unique constraints on entity fields.
|
|
21967
21967
|
|
|
@@ -22039,7 +22039,7 @@ type FilterOptions<Entity> = {
|
|
|
22039
22039
|
};
|
|
22040
22040
|
```
|
|
22041
22041
|
|
|
22042
|
-
Defined in: [libs/nest-crud/src/types/filter-options.type.ts:60](https://github.com/hichchidev/hichchi/blob/
|
|
22042
|
+
Defined in: [libs/nest-crud/src/types/filter-options.type.ts:60](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/filter-options.type.ts#L60)
|
|
22043
22043
|
|
|
22044
22044
|
A recursive type for building structured filter conditions for entity queries.
|
|
22045
22045
|
|
|
@@ -22143,7 +22143,7 @@ type FindConditions<Entity> =
|
|
|
22143
22143
|
| QueryDeepPartial<Entity>;
|
|
22144
22144
|
```
|
|
22145
22145
|
|
|
22146
|
-
Defined in: [libs/nest-crud/src/types/find-conditions.type.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
22146
|
+
Defined in: [libs/nest-crud/src/types/find-conditions.type.ts:59](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/find-conditions.type.ts#L59)
|
|
22147
22147
|
|
|
22148
22148
|
A flexible type for defining query conditions when finding entities.
|
|
22149
22149
|
|
|
@@ -22232,7 +22232,7 @@ async function findUsers(conditions: FindConditions<User>): Promise<User[]> {
|
|
|
22232
22232
|
type GetAllOptions<Entity> = PaginatedGetOptions<Entity>;
|
|
22233
22233
|
```
|
|
22234
22234
|
|
|
22235
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:658](https://github.com/hichchidev/hichchi/blob/
|
|
22235
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:658](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L658)
|
|
22236
22236
|
|
|
22237
22237
|
Simple options type for retrieving all entities with pagination.
|
|
22238
22238
|
|
|
@@ -22285,7 +22285,7 @@ const [users, count] = await userService.findAll(options);
|
|
|
22285
22285
|
type GetByIdOptions<Entity> = Omit<QueryOptions<Entity>, "sort">;
|
|
22286
22286
|
```
|
|
22287
22287
|
|
|
22288
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:389](https://github.com/hichchidev/hichchi/blob/
|
|
22288
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:389](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L389)
|
|
22289
22289
|
|
|
22290
22290
|
Options interface for retrieving a single entity by its ID.
|
|
22291
22291
|
|
|
@@ -22341,7 +22341,7 @@ type GetManyOptions<Entity> =
|
|
|
22341
22341
|
| GetManyOptionsWhere<Entity>;
|
|
22342
22342
|
```
|
|
22343
22343
|
|
|
22344
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:693](https://github.com/hichchidev/hichchi/blob/
|
|
22344
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:693](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L693)
|
|
22345
22345
|
|
|
22346
22346
|
Union type for all options interfaces for retrieving multiple entities with pagination.
|
|
22347
22347
|
|
|
@@ -22413,7 +22413,7 @@ type GetOneOptions<Entity> =
|
|
|
22413
22413
|
| GetOneOptionsWhere<Entity>;
|
|
22414
22414
|
```
|
|
22415
22415
|
|
|
22416
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:634](https://github.com/hichchidev/hichchi/blob/
|
|
22416
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:634](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L634)
|
|
22417
22417
|
|
|
22418
22418
|
Union type for all options interfaces for retrieving a single entity.
|
|
22419
22419
|
|
|
@@ -22472,7 +22472,7 @@ type GetOptions<Entity> =
|
|
|
22472
22472
|
| (QueryOptionsWhere<Entity> & PaginatedGetOptions<Entity>);
|
|
22473
22473
|
```
|
|
22474
22474
|
|
|
22475
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:606](https://github.com/hichchidev/hichchi/blob/
|
|
22475
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:606](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L606)
|
|
22476
22476
|
|
|
22477
22477
|
Comprehensive options type for retrieving entities with various filtering approaches and pagination.
|
|
22478
22478
|
|
|
@@ -22529,7 +22529,7 @@ const [users, count] = await getUsers({
|
|
|
22529
22529
|
type RepositoryDecorator = <T>(target) => T | void;
|
|
22530
22530
|
```
|
|
22531
22531
|
|
|
22532
|
-
Defined in: [libs/nest-crud/src/types/repository-decorator.type.ts:47](https://github.com/hichchidev/hichchi/blob/
|
|
22532
|
+
Defined in: [libs/nest-crud/src/types/repository-decorator.type.ts:47](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/repository-decorator.type.ts#L47)
|
|
22533
22533
|
|
|
22534
22534
|
Type definition for repository class decorators.
|
|
22535
22535
|
|
|
@@ -22649,7 +22649,7 @@ class UserRepository extends BaseRepository<User> {
|
|
|
22649
22649
|
type SaveAndGetOptions<Entity> = SaveOptionsWithSkip & GetByIdOptions<Entity>;
|
|
22650
22650
|
```
|
|
22651
22651
|
|
|
22652
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:736](https://github.com/hichchidev/hichchi/blob/
|
|
22652
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:736](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L736)
|
|
22653
22653
|
|
|
22654
22654
|
Combined options type for save-and-get operations.
|
|
22655
22655
|
|
|
@@ -22720,7 +22720,7 @@ const updatedUser = await userService.saveAndGet(userData, options);
|
|
|
22720
22720
|
type SortOptions<Entity> = FindOptionsOrder<Entity>;
|
|
22721
22721
|
```
|
|
22722
22722
|
|
|
22723
|
-
Defined in: [libs/nest-crud/src/types/sort-options.type.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
22723
|
+
Defined in: [libs/nest-crud/src/types/sort-options.type.ts:56](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/sort-options.type.ts#L56)
|
|
22724
22724
|
|
|
22725
22725
|
Type alias for TypeORM's sorting configuration.
|
|
22726
22726
|
|
|
@@ -22812,7 +22812,7 @@ const users = await userRepository.find({
|
|
|
22812
22812
|
type TypeORMErrorHandler = (error) => Error | void;
|
|
22813
22813
|
```
|
|
22814
22814
|
|
|
22815
|
-
Defined in: [libs/nest-crud/src/types/error-handler.type.ts:54](https://github.com/hichchidev/hichchi/blob/
|
|
22815
|
+
Defined in: [libs/nest-crud/src/types/error-handler.type.ts:54](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/types/error-handler.type.ts#L54)
|
|
22816
22816
|
|
|
22817
22817
|
A function type for custom TypeORM error handling.
|
|
22818
22818
|
|
|
@@ -22915,7 +22915,7 @@ try {
|
|
|
22915
22915
|
const BaseEntityTemplateRelations: string[];
|
|
22916
22916
|
```
|
|
22917
22917
|
|
|
22918
|
-
Defined in: [libs/nest-crud/src/base/base-entity.ts:19](https://github.com/hichchidev/hichchi/blob/
|
|
22918
|
+
Defined in: [libs/nest-crud/src/base/base-entity.ts:19](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/base/base-entity.ts#L19)
|
|
22919
22919
|
|
|
22920
22920
|
List of standard relation properties in the BaseEntity
|
|
22921
22921
|
|
|
@@ -22939,7 +22939,7 @@ standard relations from foreign key constraint validation.
|
|
|
22939
22939
|
const CONNECTION_OPTIONS: "CONNECTION_OPTIONS" = "CONNECTION_OPTIONS";
|
|
22940
22940
|
```
|
|
22941
22941
|
|
|
22942
|
-
Defined in: [libs/nest-crud/src/tokens.ts:29](https://github.com/hichchidev/hichchi/blob/
|
|
22942
|
+
Defined in: [libs/nest-crud/src/tokens.ts:29](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/tokens.ts#L29)
|
|
22943
22943
|
|
|
22944
22944
|
Token for database connection options
|
|
22945
22945
|
|
|
@@ -22979,7 +22979,7 @@ export class AppModule {}
|
|
|
22979
22979
|
const DEFAULT_MAX_RECURSION_DEPTH: 10 = 10;
|
|
22980
22980
|
```
|
|
22981
22981
|
|
|
22982
|
-
Defined in: [libs/nest-crud/src/constants.ts:21](https://github.com/hichchidev/hichchi/blob/
|
|
22982
|
+
Defined in: [libs/nest-crud/src/constants.ts:21](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/constants.ts#L21)
|
|
22983
22983
|
|
|
22984
22984
|
Default maximum recursion depth for deep object operations
|
|
22985
22985
|
|
|
@@ -23011,7 +23011,7 @@ toQueryDeepPartialEntity Function that uses this constant to limit recursion dep
|
|
|
23011
23011
|
const EXTRACT_INVALID_COLUMN_REGEX: RegExp;
|
|
23012
23012
|
```
|
|
23013
23013
|
|
|
23014
|
-
Defined in: [libs/nest-crud/src/constants.ts:106](https://github.com/hichchidev/hichchi/blob/
|
|
23014
|
+
Defined in: [libs/nest-crud/src/constants.ts:106](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/constants.ts#L106)
|
|
23015
23015
|
|
|
23016
23016
|
Regular expression for extracting column names from database column not found errors
|
|
23017
23017
|
|
|
@@ -23041,7 +23041,7 @@ EntityUtils.handleError Method that uses this pattern to extract column names fr
|
|
|
23041
23041
|
const EXTRACT_INVALID_QUERY_FIELD_REGEX: RegExp;
|
|
23042
23042
|
```
|
|
23043
23043
|
|
|
23044
|
-
Defined in: [libs/nest-crud/src/constants.ts:86](https://github.com/hichchidev/hichchi/blob/
|
|
23044
|
+
Defined in: [libs/nest-crud/src/constants.ts:86](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/constants.ts#L86)
|
|
23045
23045
|
|
|
23046
23046
|
Regular expression for extracting field names from TypeORM property not found errors
|
|
23047
23047
|
|
|
@@ -23071,7 +23071,7 @@ EntityUtils.handleError Method that uses this pattern to extract field names fro
|
|
|
23071
23071
|
const FK_CONSTRAINT_REGEX: RegExp;
|
|
23072
23072
|
```
|
|
23073
23073
|
|
|
23074
|
-
Defined in: [libs/nest-crud/src/constants.ts:66](https://github.com/hichchidev/hichchi/blob/
|
|
23074
|
+
Defined in: [libs/nest-crud/src/constants.ts:66](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/constants.ts#L66)
|
|
23075
23075
|
|
|
23076
23076
|
Regular expression for validating foreign key constraint naming convention
|
|
23077
23077
|
|
|
@@ -23104,7 +23104,7 @@ The format is: FK_entityName_relatedEntityName
|
|
|
23104
23104
|
const ID_PATH: "id" = "id";
|
|
23105
23105
|
```
|
|
23106
23106
|
|
|
23107
|
-
Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/hichchi/blob/
|
|
23107
|
+
Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/constants.ts#L108)
|
|
23108
23108
|
|
|
23109
23109
|
---
|
|
23110
23110
|
|
|
@@ -23114,7 +23114,7 @@ Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/
|
|
|
23114
23114
|
const ID_PATH_VAR: ":id";
|
|
23115
23115
|
```
|
|
23116
23116
|
|
|
23117
|
-
Defined in: [libs/nest-crud/src/constants.ts:110](https://github.com/hichchidev/hichchi/blob/
|
|
23117
|
+
Defined in: [libs/nest-crud/src/constants.ts:110](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/constants.ts#L110)
|
|
23118
23118
|
|
|
23119
23119
|
---
|
|
23120
23120
|
|
|
@@ -23175,7 +23175,7 @@ Defined in: node_modules/@nestjs/typeorm/dist/common/typeorm.decorators.d.ts:4
|
|
|
23175
23175
|
const UNIQUE_CONSTRAINT_REGEX: RegExp;
|
|
23176
23176
|
```
|
|
23177
23177
|
|
|
23178
|
-
Defined in: [libs/nest-crud/src/constants.ts:43](https://github.com/hichchidev/hichchi/blob/
|
|
23178
|
+
Defined in: [libs/nest-crud/src/constants.ts:43](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/constants.ts#L43)
|
|
23179
23179
|
|
|
23180
23180
|
Regular expression for validating unique constraint naming convention
|
|
23181
23181
|
|
|
@@ -23207,7 +23207,7 @@ The format is: UNIQUE_entityName_fieldName
|
|
|
23207
23207
|
const USER_ENTITY_TABLE_NAME: "users" = "users";
|
|
23208
23208
|
```
|
|
23209
23209
|
|
|
23210
|
-
Defined in: [libs/nest-crud/src/tokens.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
23210
|
+
Defined in: [libs/nest-crud/src/tokens.ts:56](https://github.com/hichchidev/hichchi/blob/4f0350925a950a3a9e81da44097f63463eade88d/libs/nest-crud/src/tokens.ts#L56)
|
|
23211
23211
|
|
|
23212
23212
|
Standard table name for user entities
|
|
23213
23213
|
|